﻿@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, table, th, td, form, legend, input, button, textarea {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	border: none;
	vertical-align: middle;
}
caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, iframe, abbr {
    border: 0;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a, button {
    cursor: pointer;
}

body, textarea, input, button, select {
    color: #131313;
    outline: 0;
}
body{
	overflow-x: hidden;
}
a,a:hover{
    color: #333;
    text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
body{
	background-color: #e5e5e5;
}
/*-------------------------------------首页-------------------------------------------*/

/*----页面公共样式----*/
.hom-content-nei{
	margin: 0 20px;
	padding-bottom: 60px;
	padding-top: 20px;
}
/*公用标题*/
.hom-tit02{border-bottom: solid 1px #cdcdcd;position: relative;}
.hom-tit02 ul li{
	float: left;
    float: left;
    width: 114px;
    text-align: center;
    cursor: pointer;
    color: #666;
    background-color: #cccccc;
    margin-right: 20px;
    line-height: 33px;	
}
.hom-tit02 ul li:hover,.hom-tit02 ul li.active{
	background-color: #b72023;
    color: #fff;
}

/*----头部-----*/
/*页眉*/
.hom-hed{
	height: 27px;
	background-color: #e6e6e6;
}
.hom-hed-l{width: 70%;}
.hom-hed-r{width: 30%;}
.hom-hed-r>a{
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	color: #666666;
	margin:2px 10px 0;
}
.hom-hed-r>a:hover{
	color: #b72023;
}
.hom-hed-r>i{
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	width: 1px;
	height: 12px;
	background-color: #666666;
}

.hom-hed-l h2{
	font-size: 12px;
	color: #666666;
	height: 27px;
	line-height: 27px;
	margin-left: 40px;
}
.hom-hed-l h2 span{
	display: inline-block;
	margin-left: 40px;
	color: #f1b511;
}
/*logo*/
.hom-sign{
	background-color: white;
	padding: 10px 0;
}
.hom-logo{
	width: 400px;
	margin-top: 15px;
	height: 72px;
	overflow: hidden;
}
.hom-sos{width:300px;margin-left:75px;margin-top: 15px;}
.hom-ewm{width: 200px;}
.hom-logo img{width: 100%;vertical-align: middle;}
.hom-sos-nav ul li{
	float: left;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	padding-right: 10px;
	margin-right: 10px;
	border-right:1px solid #999999;
	cursor: hand;
	cursor: pointer;
}

.hom-sos-nav ul li:hover,.hom-sos-nav ul li.active{
	color: #b72023;
}
.hom-sos-cot{
	margin-top: 10px;
}
.hom-sos-cot ul li{
	position: relative;		
}
.hom-sos-cot ul li input{
	width: 220px;
	padding:0 10px;
	height: 40px;
	border: 1px solid #b72023;
}
.hom-sos-cot ul li span{
	display: inline-block;
	position: absolute;
	top: 0;
	left:232px;
	height: 42px;
	width: 60px;
	background-color: #b72023;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: white;
	cursor: hand;
	cursor: pointer;
}
.hom-sos-cot ul li span:hover{background-color: #da090d;}
.hom-ewm-wx,.hom-ewm-sj{
	width: 100px;
	text-align: center;
}
.hom-ewm-wx span,.hom-ewm-sj span{
	display: inline-block;
	width:85px;
}
.hom-ewm-wx span img,.hom-ewm-sj span img{
	width: 100%;
	vertical-align: middle;
}
.hom-ewm-wx p,.hom-ewm-sj p{
	font-size: 14px;
	color: #333333;
}
/*导航*/
.hom-nav{
	background-color: white;
	height:40px;
	line-height: 40px;
	overflow: hidden;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.hom-nav-nei>ul>li{
	float: left;
}
.hom-nav-nei>ul>li>a{
	display: inline-block;
	padding: 0 34px;
	font-size: 16px;
	color: #000000;
	height:40px;
}
.hom-nav-nei>ul>li:hover>a,.hom-nav-nei>ul>li.active>a,.hom-nav-subset li a:hover{
	background-color: #b72023;
	color: white;
}
.hom-nav-subset{
	display: none;
	position: absolute;
	background-color:#f0f0f0;
	width:132px;
	z-index:10;
}
.hom-nav-nei>ul>li:hover .hom-nav-subset{display: block;}
.hom-nav-subset li a{
	display:block;
	border-bottom: 1px solid #f9f9f9;
	font-size: 14px;
	color: #333;
	text-align: center;
}

/*商会图册*/
.hom-Atlas>div{height: 220px;overflow: hidden;}

/*协会动态*/
/*协会资讯*/
.hom-news{width: 620px;}
.hom-enter{width: 480px;margin-left: 100px;}
.hom-news-wai{
	position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed #999;	
}
.hom-news-tit{
	border-bottom: 1px solid #bdbdbd;	
	position: relative;
}

.hom-news-tit>ul>li span{
	display: inline-block;
	font-size: 18px;
	color: #b72023;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #b72023;
	margin-bottom: -1px;	
}
.hom-news-tit>ul>li i{
	font-size: 12px;
	color: #666666;
}
.hom-news-li01-l{width: 191px;height: 131px;overflow: hidden;}
.hom-news-li01-r{width: 389px;margin-left: 20px;}
.hom-news-li01-r>h4>a{
	display: inline-block;
	font-size: 16px;
	color: #000000;
}
.hom-news-li01-r>p{
	font-size: 14px;
	color: #000000;
	height: 89px;
	line-height: 22px;
	margin-top: 5px;
	overflow: hidden;

}
.hom-news-li01-r>p:hover{
	color: #747474;
}
.hom-news-li01-r>a{
	margin-top: 5px;
    font-size: 14px;
    color: #b72023;
}
.hom-news-li01-r>a:hover,.hom-news-li01-r>h4>a:hover,.hom-new-more a:hover{
	color: #b72023;
	text-decoration: underline;
}
.hom-news-nei>ul>li{
	margin-bottom: 15px;
}
.hom-news-nei>ul>li.li02>a,.hom-news-nei>ul>li.li02>i{
	display: inline-block;
	float:left;
	font-size: 14px;
	color: #666;
}
.hom-news-nei>ul>li.li02>a{
	width:525px;
	padding-left: 15px;
	background: url(../images/ico04.png) no-repeat left 7px;
}
.hom-news-nei>ul>li.li02>i{width: 80px;text-align: right;}
.hom-new-more{
	position: absolute;
	top: 5px;
	right: 0;
}
.hom-new-more a{
	display: inline-block;
	font-size: 14px;
	color: #8d8d8d;
	padding-right:15px;
	background: url(../images/ico03.png) no-repeat right 3px;
}
.hom-new-more a.d-n{display: none;}
.hom-news-nei>ul>li.li02>a:hover{
	color: #b72023;
	text-decoration: underline;
}
.swiper-block>.hom-new-more{
	display: block;
}
.margin-top-57{margin-top: 57px;}
.hom-news-cot{overflow: hidden;}
.hom-news-nei-cot ul{width: 620px;}
.hom-news-nei-cot{width: 1240px;}


/*协会介绍*/
.hom-abt-l{
	width:215px;
	height: 160px;
}
.hom-abt-r{width: 385px;}
.hom-abt-r>p{
	color:#747474;
	margin: 13px 0;
}
.hom-abt-r>h4{font-weight: bold;}

/*会员登录*/
.Hom-new-r{width: 340px;}
.hom-login{
	width: 340px;
	height: 240px;
	background: url(../images/background_01.png) no-repeat center;
	background-size:cover;
}
.hom-login-name input,.hom-login-psw input{
	width: 170px;
	padding-left:70px;
	padding-right: 20px;
	height: 30px;
	background-color: transparent;
}
.hom-login-Ver input{
	padding: 0 10px;
	width: 80px;
	height: 30px;
	background-color: transparent;	
}
.hom-login-name input,.hom-login-psw input,.hom-login-Ver input{
	border: none;
	border-bottom: 1px solid #ccc;	
}
.hom-login-Ver span{
	display:none;
	margin-left: 10px;
}
.hom-login-Ver span img{
	width: 80px;
	height: 25px;
    vertical-align: middle;	
}
.hom-login-Ver span a{
	font-size: 14px;
	color: #333333;
    vertical-align: middle;	
    display: inline-block;
    margin-left: 10px;
}
.hom-login-Ver span a:hover{
	color: #cd0a6f;
}

.hom-login-name input:focus,.hom-login-psw input:focus,.hom-login-Ver input:focus{
	border-bottom:1px solid #b72023;
}
.hom-login-name,.hom-login-psw,.hom-login-Ver{
	position:relative;
	width: 262px;
	margin:15px auto;
}
.hom-login-name i,.hom-login-psw i{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 16px;
	color: #333333;
	height: 34px;
	line-height: 34px;
}
.hom-login-psw i{
	letter-spacing: 2px;
}
.hom-login-nei{
	padding-top: 20px;
}
.hom-login-btn{
	width: 262px;
	margin: 0 auto;
	text-align: right;
}
.hom-login-btn input{
	height: 26px;
	padding: 0 35px;
	background-color: transparent;
	border: 1px solid #b72023;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #b72023;
	font-size: 14px;
	cursor: hand;
	cursor: pointer;
}
.hom-login-btn input:hover{
	background-color: #b72023;
	color:white;
}
.hom-login-tit{position: relative;}
.hom-login-tit h2{
	font-size: 18px;
	color:#b72023;
	font-weight: bold;
}
.hom-login-tit a{
	position: absolute;
	right:20px;
	top: 0;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
.hom-login-tit a:hover{
	color: #b72023;
}

/*商务合作*/
.hom-enter-recom-tit{
	width:20px;
	font-size: 18px;
	color: white;
	background-color: #b72023;
	padding:0 12px;
}
.hom-enter-recom-list{
	width: 295px;
	height: 168px;
	border: solid 1px #cdcdcd;
	border-left: none;	
}
.hom-enter-recom-tit h2{display:table-cell;vertical-align: middle;}
.hom-enter-recom-tit h2{
	height: 170px;
}
.hom-enter-recom-list ul{margin:0 12px;}
.hom-enter-recom-list ul li{margin:3px 0;}
.hom-enter-recom-list ul li a{
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	background: url(../images/enter-ico.png) no-repeat left center;
}
.hom-enter-recom-list ul li a:hover{color: #b72023;text-decoration:underline;}

/*理事风采*/
.hom-director{
	width: 340px;
}

.hom-director-cot{
	border: 1px solid #e6e6e6;
	display: table;
	margin:20px auto 0;
}
.hom-director-img{
	width: 97px;
	height: 118px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.hom-director-img img{width: 100%;vertical-align: middle;}
.hom-director-inform {
	width: 220px;
	height: 118px;
	border-left: 1px solid #e6e6e6;
	display: table-cell;
	vertical-align: middle;	
}
.hom-director-inform h4{
	font-size: 14px;
	color: #1239ca;
	margin: 5px  30px;
}
.hom-director-inform p{
	font-size: 14px;
	color:#666666;
	margin: 5px 30px;	
}
.hom-director-abt{
	margin: 10px 10px 0;
}
.hom-director-abt h4{
	font-size: 16px;
	color: #333;
}
.hom-director-abt p{
	font-size:14px;
	color: #666;
	margin-top: 10px;
	line-height: 28px;
}



/*会员*/
#member{margin-top: 14px;}
.menber_tit{line-height: 33px;font-size: 14px;}
.menber_tit h3{color: #fff;width: 88px;background: #db3a2e;text-align: center;}
.member_left{float: left;width: 358px;border:1px solid #ecdcdc;background: #fff;}
.member_con{padding: 14px 10px;line-height: 24px;height: 260px;}
.member_con p{font: 14px/24px '微软雅黑';max-height: 72px;overflow: hidden;margin-bottom: 10px;}
.member_con img{float: left;margin-right: 14px;}
.member_con span{font-weight: bold;}
.member_con a{color: #d8372b;}
.member_right{width: 604px;float: right;border:1px solid #e6e6e6;}
.menber_tit li{float: left;width:100px;text-align:center;cursor: pointer;color: #666;background-color: #cccccc;margin-right:20px;}
.menber_tit li.active{background-color:#b72023;color: #fff;}
.menber_user_box li{float: left;margin-left: 20px;width: 126px;}
.menber_user_box p{line-height:18px;height:36px;margin:10px 0;white-space: inherit;text-align: left;font-size: 13px;overflow: hidden;text-overflow: ellipsis;}
.menber_user_list{float: left;width: 606px;overflow: hidden;}
.menber_user_list img {line-height: 118px;width: auto;height: auto;max-width: 100%;max-height: 100%;display: inline;_width:126px;_height:96px;_display:block;vertical-align: middle;}
.menber_user_list a span{display: block;width: 126px;height: 96px;text-align: center;vertical-align: middle;border: 1px solid #ccc;line-height: 92px;}
.menber_user_con{width: 3375px;position: relative;}
.menber_user_box{padding: 14px 0;height:340px;width: 604px;overflow: hidden;border: solid 1px #cdcdcd;}
.menber_user_list li{_margin-left:14px;}
.menber_user_box p{line-height: 18px;height: 36px;white-space: inherit; text-align: center;}
.member_con{height: 270px;}
.menber_user_list li:hover span{border: 1px solid #b72023;}
.menber_user_list li:hover p{color:#b72023;}

.member-more{float: left;width: 100%;text-align:center;display: none;}
.member-more a{font-size: 14px;display:  inline-block;padding:  5px  30px;border: 1px solid #999;color: #666;}
.member-more a:hover{border: 1px solid #b72023;color:#b72023;}

/*活动剪影*/
.hom-Sil-l,.hom-Sil-r{
	width: 30px;
}
.hom-Sil-c{
	width: 940px;
}
.hom-Sil-c ul li{
	width: 300px;
}
.hom-Sil-c ul li a{
	display: block;
	width: 300px;
	height: 215px;
	overflow: hidden;
	position: relative;
}
.hom-Sil-c ul li a img{
	width: 100%;
	vertical-align: middle;
}
.hom-Sil-c ul li a p{
	position: absolute;
	left: 0;
	bottom: -28px;
	background-color: rgba(0,0,0,0.5);
	font-size: 14px;
	color: white;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.hom-Sil-c ul li a p span{
	display:block;
	margin: 0 10px;
}
.hom-Sil-c ul li a:hover p{
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.hom-Sil-l span,.hom-Sil-r span{
	display: inline-block;
	width: 14px;
	height: 40px;
	margin-top: 88px;
}
.hom-Sil-r{
	text-align: right;
}
.hom-Sil-l span{
	background: url(../images/ico_01.png) no-repeat left top;
	background-size: 100% auto;	
}
.hom-Sil-r span{
	background: url(../images/ico_02.png) no-repeat left top;
	background-size: 100% auto;	
}
.hom-Sil-l span:hover{
	background: url(../images/ico_01_02.png) no-repeat left top;
	background-size: 100% auto;	
}
.hom-Sil-r span:hover{
	background: url(../images/ico_02_02.png) no-repeat left top;
	background-size: 100% auto;	
}

/*商务合作*/
.hom-recruit{
	margin-top: 10px;
}
.hom-recruit-cot{
	margin:10px 1px 0;
}
.hom-recruit-cot ul li{
	width: 100px;
	margin: 6px;
}
.hom-recruit-cot-img{
	width: 100px;
	height: 50px;
	border:1px solid #ccc;
}
.hom-recruit-cot ul li a p{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 5px;
	height: 19px;
	overflow: hidden;
}
.hom-recruit-cot ul li a:hover .hom-recruit-cot-img{border:1px solid #b72023;}
.hom-recruit-cot ul li a:hover p{color:#b72023;}

/*展会资讯*/
.hom-Exhibition-list{overflow: hidden;}
.hom-Exhibition-list ul{width: 630px;}
.hom-Exhibition-list ul li{margin-right: 10px;}
.hom-Exhibition-img{position: relative;}
.hom-Exhibition-img,.hom-Exhibition-img span{
	width: 200px;
	height: 160px;
}
.hom-Exhibition-img i,.hom-Exhibition-img p{
	position: absolute;
	width: 100%;
	left: 0;
}
.hom-Exhibition-img i{
	display: none;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 0;
}
.hom-Exhibition-img p{
	background-color: rgba(0,0,0,0.5);
	font-size: 14px;
	color: white;
	bottom: 0;
	padding: 10px 0;
}
.hom-Exhibition-img p strong{
	display:block;
	margin: 0 10px;
	font-weight: normal;
}
.hom-Exhibition-list ul li a:hover .hom-Exhibition-img i{display: block;}

/*产品展会*/
.hom-pro-list{overflow: hidden;}
.hom-pro-list-nei{
	width: 2028px;
}
.hom-pro-list ul{width: 1014px;}
.hom-pro-list ul li{
	float: left;
	width: 155px;
	margin-right: 14px;
	margin-bottom: 15px;
}
.hom-pro-img{border: 1px solid #cdcdcd;}
.hom-pro-img,.hom-pro-img span{
	width: 153px;
	height: 153px;
}
.hom-pro-list ul li a p{
	font-size: 12px;
	color: #444;
	margin-top: 7px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
}
.hom-pro-list ul li a:hover .hom-pro-img{border: 1px solid #b72023;}
.hom-pro-list ul li a:hover p{color:#b72023;}

/*友情链接*/
.hom-link{
	background-color: #f1f1f1;
	padding:10px 0;
}
.hom-link-table{
	display:table;
}
.hom-link-l{width: 120px;background: url(../images/back1.png) no-repeat right center;display: table-cell; vertical-align: middle;text-align: center;}
.hom-link-r{width: 1080px;display: table-cell;}
.hom-link-l h2{
	font-size: 18px;
	color:#b72023;
}
.hom-link-l i{
	display: block;
	font-size: 14px;
	color: #666666;
	letter-spacing: 6px;
}
.hom-link-l p{
	font-size: 20px;
	color: #3e3e3e;
	letter-spacing: 2px;
}
.hom-link-r>ul>li{
	float: left;
}
.hom-link-r>ul>li>a{
	display: block;
	width: 111px;
	margin: 5px 10px;
	height: 52px;
	overflow: hidden;
}
.hom-link-r>ul>li>a>img{width: 100%;}

/*footer*/
.hom-foot{
	background-color: #e6e6e6;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.hom-foot>div{
	position: relative;	
}

.hom-foot-r{width: 235px;}
.hom-foot-nav{margin: 0 0 10px;text-align: center;}
.hom-foot-nav ul li{
	display: inline-block;
}
.hom-foot-nav ul li a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding: 5px 40px 5px 0;
}
.hom-foot-nav ul li a:hover,.hom-foot-stat a:hover{
	color: #b72023;
}
.hom-foot-inform ul li{
	margin-bottom: 5px;
}
.hom-foot-inform ul li i{
	display: inline-block;
	font-size: 12px;
	color: #333333;
	margin-right: 20px;
}
.hom-foot-stat i,.hom-foot-stat a{
	display: inline-block;
	font-size: 12px;
	color: #333333;
}
.hom-foot-stat i{
	margin-right: 20px;
}
.hom-foot-sj,.hom-foot-wx{
	width: 80px;
	margin-left: 10px;
	text-align: center;
	font-size: 0;
}
.hom-foot-sj img,.hom-foot-wx img{
	width: 70%;
}
.hom-foot-sj p,.hom-foot-wx p{
	font-size: 12px;
	color: #333;
	text-align: center;
}


/* ------------------------------------内页----------------------------------------- */
#websiteContent {
    padding-top: 20px;
    padding-bottom: 20px;
	width: 1040px;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
}
#websiteContent .websiteSidebar {
    width: 280px;
    float: left;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
    -ms-box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
}

#websiteContent .websiteSidebar h2 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 30px;
    background: #b72023;
    font-size: 20px;
	font-family: "黑体";
	margin-bottom: 10px;
	padding-bottom: 2px;
}
.sideabrone {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-bottom: 16px;
}

.sideabrone ul {
    padding-top: 5px;
    max-height: 500px;
    overflow-y: auto;
}

.sideabrone ul li {
    border-bottom: 1px dashed #CCC;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    word-break: break-all;
}

.sideabrone ul li a {
    display: block;
    color: #666;
    font-size: 14px;
}
.sideabrone ul li.visiting a {
	display: block;
    color: #bf760e;
}
.sideabrone ul li a:hover {
    color: #f11b27;
}

.sideabrtwo {
    margin-top: 12px;
    background: #fff;
}
.contactcon{
	border: 1px solid #edddde;
    margin-top: 12px;
}
.sideabrtwo .containpic img{
	width: 100%;
}
.sideabrtwo .contaclist {
    padding: 5px 10px 10px 10px;
}

.sideabrtwo .contaclist li {
    padding-top: 5px;
    line-height: 160%;
	font-size:14px;
	color:#666;
}

.websiteMain {
    float: right;
    width: 100%;
    border: 1px solid #e1e1e1;
    background: #fff;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: -1px 1px 7px rgba(0,0,0,0.11);
    -webkit-box-shadow: -1px 1px 7px rgba(0,0,0,0.11);
    -moz-box-shadow: -1px 1px 7px rgba(0,0,0,0.11);
    -ms-box-shadow: -1px 1px 7px rgba(0,0,0,0.11);
    -o-box-shadow: -1px 1px 7px rgba(0,0,0,0.11);	
}

.websiteMain .containertitle h2 {
    font-size: 20px;
    padding-left: 33px;
    color: #b72023;
	border-bottom: 2px solid #b72023;
    height: 40px;
    line-height: 40px;
	font-family: "黑体";
}

.contaiconc {
    padding: 17px;
    font-size: 12px;
    color: #323232;
}

#website_news_content p, #website_news_content div, #website_company_page p, #website_company_page div{
    font-size: 14px;
    line-height:normal;
    padding:0;
    text-indent:0 !important;
}
#website_company_page p{
	font-size: 14px;
    padding: 5px 0;
    text-indent: 2em;
}
.TableControl {
    width: 100%;
}
#website_product_list li{
    margin: 6px 10px;
    width: 232px;
}
#website_product_list{
	padding: 10px 0;
}

#website_contact_page dl{
    background-color: #F3F3F3;	
}
#website_contact_page dt, #website_contact_page dd{
	height:auto;
    line-height: 30px;
	border: none;
}
#website_contact_page dd{
	text-indent:none;
}

#website_news_list a, #website_news_list a{
	color:#666 !important;
}
#website_news_list a:hover {
    color: #C00 !important;
}
#website_product_list ul{
	text-align:center;
	overflow:hidden;
}



/*新增改版内页（产品中心）*/

/*头部*/
.product-cont{
	text-align: center;
	padding: 15px 0;
	border: 1px dashed #CCCCCC;
	margin: 20px 0;
}
.product-cont h2{
	color: #165d32;
	font-size: 24px;
}
.product-cont p{
	color: #999999;
	font-size: 16px;
}

/*导航列表*/
.product-cont-list{
	margin: 0 0 20px;
}
.product-cont-listT{
	border: 1px solid #CCCCCC;
}
.product-cont-listT table{
	width: 100%;
}

.product-cont-listT table tr{
	border-top: 1px dashed #CCCCCC;


}
.product-cont-listT table tr td{
	padding: 10px 0;	
}
.product-cont-listT table tr:nth-child(1){
	border-top:none;

}
.product-cont-listT01{
	width: 15%;
	background-color: #d4f8e3;
	text-align: right;
	border-right: 1px solid #CCCCCC;
}
.product-cont-listT01 span{
	display: inline-block;
	margin-right: 10px;
}
.product-cont-listT02{
	width: 10%;
	text-align: center;

}
.product-cont-listT02 a{
	color: #666666;
	font-size: 14px;
	display: inline-block;
	padding: 3px 7px;

}
.product-cont-listT02 a.active{
	background-color: #168a44;
	color: #FFFFFF;
}
.product-cont-listT03{
	width: 75%;
}
.product-cont-listT03 a{
	color: #666666;
	font-size: 14px;
	display: inline-block;
	padding: 3px 10px;
	border-right:2px solid #CCCCCC;
	margin: 5px 0;
}
.product-cont-listT03 a:hover,.product-cont-listT03 a.active{
	color: #13bc56;
	border-right:2px solid #13bc56;
}


/*产品*/
.product-pro-cont ul li{
	float: left;
	width: 290px;
	margin: 5px;
}
.product-pro-cont ul li a{
	display: block;
}
.product-pro-cont ul li a div{
	width:290px;
	height: 290px;
	
}
.product-pro-cont ul li a p{
	padding: 0 5px;
	color: #666666;
	font-size: 16px;
	margin: 20px 0;
	height: 21px;
	overflow: hidden;
}


/*分页*/
.product-cont-pro{
	margin: 20px 0;
}
#website_pager_control>div:after,#website_pager_control>div:before{
	content:"";
	display: table;
	clear: both;
}

.website_pagerinfo A {
    padding: 10px 15px !important;
    MARGIN: 0px 2px;
    COLOR: #999999;
    TEXT-DECORATION: none;
    border: 1px solid #CCC;
    cursor: pointer;
}

.website_pagerinfo{
    PADDING: 0 0 10px 0;
    padding-top: 5px;
    FONT-SIZE: 12px;
    COLOR: #333;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center;
    margin-left: 15px;
}
#website_pager_control>div div:nth-child(1){
	width:40% !important;
	float:left;
	text-align: right !important;
	line-height: 24px;
}
#website_pager_control input[type=text]{   
	width: 30px;
	border: 1px solid #ccc;
    color: #666;
    
}
#website_pager_control input[type=button]{   
    background-color: #333;
    border: none;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    cursor: hand;
}

.imagetype_li{
    width: 159px !important;
	height:auto !important;
    margin: 10px !important;	
}
#website_news_list img{
    width: 159px !important;
    height: auto !important;
    margin-right: 0;	
	border:none !important;
}
.imagetype_li>a{
	display:inline-block;
    width: 159px;
    height: 120px;
    border: 1px solid #ccc;
    overflow: hidden;	
}
.imagetype_li h5{
	text-align:center !important;
}
/*视频展示页*/
#website_movies_page ul{
	width: 242px;
    margin: 0 5px;
}
#website_movies_page{
	border-top:none;
}

#website_news_content img{max-width:100% !important;}

/*产品/会员中心*/
#member_list_left {
    width: auto !important;
}

.products_list p{height:27px;}
.ins-joblist .joblist-btn input,
.ins-joblist .joblist-btn a{vertical-align:middle;display:inline-block;}

/*----------------------------------公共调用区-----------------------------------*/

.pub-img-ver{overflow:hidden;position:relative;}
.pub-img-ver:after{content:'';display:block;}
.pub-img-ver img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}


/*-----------------banner-------------------*/

.banner-wai{
	height:500px;	
}

.swiper-slide a{
	display:block;
	height:100%;
}


.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.8 !important;
    border-radius: 100%;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background:#b72023 !important;
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
    border-radius: 30px !important;
    transition:width 0.5s,border-radius 0.5s;
    -webkit-transition:width 0.5s,border-radius 0.5s;
    -moz-transition:width 0.5s,border-radius 0.5s;
    -ms-transition:width 0.5s,border-radius 0.5s;
    -o-transition:width 0.5s,border-radius 0.5s;
}

.swiper-container-horizontal>.swiper-pagination{
	    bottom: 20px !important;	    
}

/*swiper数字分页器*/
.swiper-container-horizontal>.swiper-BulletRender{
	text-align: right !important;
	width: 98% !important;
    bottom: 10px !important;
}
.swiper-BulletRender .swiper-pagination-bullet {
    background: transparent !important;
    opacity: 0.8 !important;
    border-radius:3px;
    width: auto !important;
    height: auto !important;
    padding: 1px 5px;
    font-size: 10px;
    color: #666666;
    margin: 0 3px !important;
    border: 1px solid #666666;
}

.swiper-BulletRender .swiper-pagination-bullet-active {
    background:#1526ce !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    border-radius: 3px !important;
    transition:width 0.5s,border-radius 0.5s;
    -webkit-transition:width 0.5s,border-radius 0.5s;
    -moz-transition:width 0.5s,border-radius 0.5s;
    -ms-transition:width 0.5s,border-radius 0.5s;
    -o-transition:width 0.5s,border-radius 0.5s;
    border: 1px solid #1526ce;    
    color: white;
}

/*列表图片上下居中公用样式*/
.pub-list-ver{
	overflow: hidden;
	background-color: #ccc;
}
.pub-list-ver span{
	display: table-cell;
	vertical-align: middle;	
}

/*强制字符换行*/
.word{
	word-wrap: break-word;
	-ms-word-wrap: break-word;
    word-break: break-all;	
    -ms-word-break: break-all;	
}

/*固定宽度尺寸*/
.width-1200{
	width: 1200px;
}
.width-1024{
	width: 1024px;
}
.width-1040{
	width: 1040px;
}

.width-1002{
	width: 1002px;
}
.width-100p{width: 100%;}
.height-100p{height: 100%;}


/*浮动设置*/
.fl-l{
	float: left;
}
.fl-r{
   float: right;
}

/*清楚浮动*/
.fl-eim:before,.fl-eim:after{
	content:".";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}
.fl-eim{zoom:1;}

/*字体粗细设置*/

.fot-wgt-b{
	font-weight: bold;
}
.fot-wgt-n{
	font-weight: normal;
}


/*块级内联级转换设定*/
.dsy-in-b{
	display: inline-block;
}
.dsy-in{
	display: inline;
}
.dsy-b{
	display: block;
}
.dsy-none{
	display: none;
}

/*内容横向对齐方式*/
.txt-cen{
	text-align: center;
}
.txt-l{
	text-align: left;
}
.txt-r{
	text-align: right;
}

/*定位设置*/
.position-relativ{
	position: relative;
}
.position-absolute{
	position: absolute;
}
.position-fixed{
	position: fixed;
}

/*外边距尺寸*/
.margin-auto{
	margin-left: auto;
	margin-right: auto;
}
.margin-top-5{
	margin-top: 5px;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-top-15{
	margin-top: 15px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-25{
	margin-top: 25px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-35{
	margin-top: 35px;
}
.margin-top-40{
	margin-top: 40px;
}
.margin-top-60{
	margin-top: 60px;
}
.margin-bottom-5{
	margin-bottom: 5px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-bottom-15{
	margin-bottom: 15px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-bottom-25{
	margin-bottom: 25px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-bottom-35{
	margin-bottom: 35px;
}
.margin-bottom-40{
	margin-bottom: 40px;
}
.margin-left-5{
	margin-left: 5px;
}
.margin-left-10{
	margin-left: 10px;
}
.margin-left-15{
	margin-left: 15px;
}
.margin-left-20{
	margin-left: 20px;
}
.margin-left-40{
	margin-left: 40px;
}

.margin-LR-15{
	margin:0 15px;
}


/*内边距尺寸*/

.padding-10{
	padding: 10px;
}
.padding-20{
	padding: 20px;
}
.padding-30{
	padding: 30px;
}
.padding-40{
	padding: 40px;
}
.padding-TB-5{
	padding: 5px 0;
}
.padding-TB-10{
	padding: 10px 0;
}
.padding-TB-20{
	padding: 20px 0;
}
.padding-TB-30{
	padding: 30px 0;
}
.padding-TB-40{
	padding: 40px 0;
}
.padding-top-30{
	padding-top: 30px;
}

/*溢出显示方式*/
.over-spot{
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	-webkit-text-overflow:ellipsis; 
	-moz-text-overflow:ellipsis; 
	-ms-text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 		
}
.over-spot-1{
	overflow: hidden;
    -webkit-line-clamp: 1;
    -moz-line-clamp:1;
    -ms-line-clamp:1;
    -o-line-clamp: 1;
    line-clamp:1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-2{
	overflow: hidden;
    -webkit-line-clamp: 2;
    -moz-line-clamp:2;
    -ms-line-clamp:2;
    -o-line-clamp: 2;
    line-clamp:2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-3{
	overflow: hidden;
    -webkit-line-clamp: 3;
    -moz-line-clamp:3;
    -ms-line-clamp:3;
    -o-line-clamp: 3;
    line-clamp:3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-4{
	overflow: hidden;
    -webkit-line-clamp: 4;
    -moz-line-clamp:4;
    -ms-line-clamp:4;
    -o-line-clamp: 4;
    line-clamp:4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-5{
	overflow: hidden;
    -webkit-line-clamp: 5;
    -moz-line-clamp:5;
    -ms-line-clamp:5;
    -o-line-clamp: 5;
    line-clamp:5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}

/*鼠标样式*/
.cursor-hand{
	cursor: pointer;
	cursor: hand;
}

/*清楚图片冗余*/
.ver-alig-m{
	vertical-align: middle;
}

/*解决圆角隐藏失效*/
.bor-o{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);	
}

/*返回顶部*/
.home-top{
	width: 45px;
	height: 45px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 99999;
	cursor: pointer;
	cursor: hand;
	transition: background-color 0.7s;
	-webkit-transition: background-color 0.7s;
	-moz-transition: background-color 0.7s;
	-ms-transition: background-color 0.7s;
	-o-transition: background-color 0.7s;
}
.home-top:hover{
	background-color: #b72023;
	transition: background-color 0.7s;
	-webkit-transition: background-color 0.7s;
	-moz-transition: background-color 0.7s;
	-ms-transition: background-color 0.7s;
	-o-transition: background-color 0.7s;
}
.home-top img{
	width: 100%;
}

/*在线客服*/
.hom-Onser{
	position: fixed;
	right: -160px;
	bottom: 50%;
	z-index: 3333;
	margin-bottom: -65px;
}
.hom-Onser-l{
	margin-top: 20px;
	cursor: pointer;
	cursor: hand;
}
.hom-Onser-l>p{
	font-size: 14px;
	color: #FFFFFF;
	width: 16px;
	padding: 10px 3px 10px 7px;
	background-color:#009ee8;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	line-height: 15px;
}
.hom-Onser-r{
	border-radius: 5px;
	background-color: #009ee8;	
}
.hom-Onser-r>div{
	width: 150px;
	border-radius: 5px;
	background-color: white;
	margin: 5px;
}
.hom-Onser-r-q{
	margin:0 5px;
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
.hom-Onser-r-q>img{float: left;}
.hom-Onser-r-q>a{
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #666;
}
.hom-Onser-r-q>a:hover{
	color: #cc0000;
	text-decoration: underline;	
}
.hom-Onser-r-tel{
	margin: 5px;
	height: 60px;
}
.hom-Onser-r-tel>h6{
	font-size: 12px;
	color: #131313;
	margin-top: 10px;
}
.hom-Onser-r-tel>p{
	font-size: 13px;
	color: #cc0000;
	font-weight: bold;
	margin-top: 3px;
}

/*列表内容为空的时候*/
.Null_list{
	text-align: center;
	padding: 20px 0;
}
.Null_list_img span{
	display: inline-block;
	width: 120px;
}
.Null_list_img span img{
	width: 100%;
	vertical-align: middle;
}
.Null_list p{
	font-size: 15px;
	color: #999999;
	letter-spacing: 2px;
}


/*预加载处理器样式*/
.PreImg.back-Img,.back-Img{
	background:#f5f5f5 url(../images/Fixed/loading.gif) no-repeat center;	
}
.Img.visi{
	visibility: hidden;
}

/*媒体查询*/
@media (max-width: 1199px) {
	body,html{
		width: 1200px;
		overflow: auto;
	}
}

