﻿*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;text-decoration:none;}body,html{height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em;bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0;color:inherit;outline:0}button{overflow:visible}button,select{text-transform:none}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]{-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;-webkit-appearance:none;}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-placeholder{color:#999}::-webkit-input-placeholder{color:#999}:-ms-input-placeholder{color:#999}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}input:-webkit-autofill,textarea:-webkit-autofill, select:-webkit-autofill{background: #fff !important;}
a{ 
	color: #333;
	text-decoration: none;
	transition: color 0.3s linear;
}
a:hover{
	color: #b3121a;
}
.clear{
	clear: both;
}
.linkdecoration{
	color: blue !important;
	text-decoration: underline !important;
}
body{ 
	background-color: #fff;
	font-size: 14px;
	font-family: "PingFang SC" "微软雅黑";
}
.maincenter{ 
	width: 1110px;
	margin: 0 auto;
}
.lastitem{
	margin-right: 0 !important;
}
/*Header*/
.headerWarpper{ 
	height: 100px;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
	
	overflow: hidden;

	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.inTopFixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.headContent{
	height: 100px;
}
.webLogo{ 
	width: 246px;
	float: left;
	margin-right: 20px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.webLogo img{
	width: 246px;
	height: 100px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuWarpper{ 
	width: 680px;
	float: left;
}
.menuWarpper a{
	display: block;
	padding: 0 18px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	float: left;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.menuWarpper a:after{
	content: "";
	visibility: hidden;
	opacity: 0;
	width: 0em;
	height: 2px;
	background-color: #b3121a;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -1em;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuWarpper a:hover:after,.menuWarpper a.active:after{
	visibility: visible;
	opacity: 1;
	width: 2em;
	
}
.menuWarpper a.active{ 
	color: #b3121a;
}
.joinLianmeng{
	width: 200px;
	height: 40px;
	float: right;
}
.joinLianmeng a{
	display: inline-block;
	height: 40px;
	width: 200px;
	border-radius: 50px;
	text-align: center;
	color: red;
	line-height: 40px;
	font-size: 16px;
	background-color:;
	margin-top: 30px;

	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.joinLianmeng a:hover{
	background-color: #d10d1a;
}
.setFixedTop{
	background-color: rgba(255,255,255,1);
	height: 50px;
}
.setFixedTop .headContent{
	height: 50px;
}
.setFixedTop .webLogo{
	width: 160px;
}
.setFixedTop .menuWarpper a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: normal;
}
.setFixedTop .joinLianmeng a{
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	width: 110px;
	font-size: 14px;

}
.setFixedTop .webLogo img{
	width: 123px;
	height: 50px;
}
/*BannerIndex*/
.bannerIndex{ 
	width: 100%;
	max-width: 1920px;
	height: 680px !important;
	margin: 0 auto;
	position: relative; 
	overflow: hidden;
	
}
.bannerIndex ul li{
	height: 680px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.dots{
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -60px;
}
.dots .dot{
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #fff;
	border: #b3121a 1px solid;
	float: left;
	margin-right: 20px;
	text-indent: -99em;
}
.dots .active{
	background-color: #b3121a;
	border-color: #fff;
}
/*四个模块*/
.fourTypeWrapper{
	height: 250px;
	position: relative;
}
.fourType{
	background-color: rgba(255,255,255,0.3);
	border:  rgba(255,255,255,0.6) 1px solid;
	height: 348px;
	position: absolute;
	left: 0px;
	top: -97px;
	padding: 10px;
	overflow: hidden;
}
.fourItemContent{
	width: 242px;
	height: 300px;
	float: left;
	margin-right: 40px;
}
.fourType .fourItemContent:last-child{
	margin-right: 0px;
}
.imgwrapper{
	width: 242px;
	height: 140px;
	overflow: hidden;
}
.imgwrapper img{
	width: 242px;
	height: 140px;
	display: block;
	-webkit-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
}
.imgwrapper:hover img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.fourItemTitle{
	margin-top: 16px;
	font-size: 12px;
	margin-bottom: 10px;
	white-space: nowrap;
}
.fourItemDesc{
	color: #666;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
	color: #333;
}
.textList li{
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fourItemSeeMore{
	line-height: 40px;
	text-align: right;
}
.fourItemSeeMore a{
	color: #999;
	transition: all 0.3s linear;
}
.fourItemSeeMore a:hover{
	margin-right: 5px;
	color: #b3121a;
}
.joinItems a{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align:center;
	color: #fff;
	background-color: #b3121a;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
/*indexNews*/
.indexNewsbg{
	background-color: #f5f5f5;
	width: 100%;
	overflow: hidden;
}
.indexNewWapper{
	padding-top: 50px;
	height: 810px;
}
.placeTitle{
	width: 55%;
	border-top: #cdcdcd 1px solid;
	text-align: center;
	margin: 0px auto;
	margin-top: 20px;
}
.placeTitle span{
	display: inline-block;
	padding: 0 30px;
	font-size: 22px;
	margin-top: -23px;
	background-color: #f5f5f5;
}
.placeTitle span i{
	font-style: normal;
	font-size: 14px;
	color: #999;
	text-transform: Uppercase;
}
.newslistFirst{
	width: 500px;
	height: 520px;
	background-color: #fff;
	margin-top: 40px;
	float: left;
}
.newslistLasts{
	width: 574px;
	height: 520px;
	margin-top: 40px;
	float: right;
}
.newslistFirst .imgwrapper{
	width: 500px;
	height: 340px;
	overflow: hidden;
}
.newslistFirst .imgwrapper img{
	width: 500px;
	height: 340px;
}
.newslistFirst .textbg{
	padding: 25px;
}
.textbg h3{
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 10px;
}
.newsdesc{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.newseemore{
	margin-top: 25px;
}
.newseemore a{
	color: #999;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newseemore i{
	font-style: normal;
	margin-right: 10px;
}
.newseemore a:hover{
	color: #b3121a;
	margin-left: 10px;
}
.news-list-item{
	width: 100%;
	height: 155px;
	background-color: #fff;
	margin-bottom: 27px;
	overflow: hidden;
}
.news-list-item .imgwrapper{
	width: 208px;
	height: 155px;
	overflow: hidden;
	position: relative;
	float: left;
}
.news-list-item .imgwrapper img{
	width: 208px;
	height: 155px;
}
.news-list-item .news-inputtime{
	width: 64px;
	height: 54px;
	background-color: rgb(55,181,53);
	background-color: rgba(55,181,53,0.8);
	color: #fff;
	text-align: center;
	padding-top: 7px;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.news-list-item .news-inputtime span{
	display: inline-block;
	font-size: 20px;
}
.news-list-item .news-inputtime .year{
	font-size: 12px;
	padding-top: 6px;
	margin-top: 6px;
	border-top: #fff 1px solid;
}
.news-textbg{
	width: 346px;
	padding: 20px 0;
	padding-right: 10px;
	float: right;
}
.news-textbg h3{
	margin-bottom: 20px;
}
.news-desc{
	line-height: 24px;
	color: #666;
}
.LookMoreLink{
	clear: both;
	text-align: center;
	padding: 52px 0;
}
.linkButton{
	display: inline-block;
	width: 120px;
	height: 45px;
	border: #bebebe 1px solid;
	color: #666;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-color: #fff;
}
.linkButton:hover{
	border: #b3121a 1px solid;
	background-color: #b3121a;
	color: #fff;
}

.newsItem{
	width: 356px;
	height: 478px;
	background-color: #ebebeb;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	transition: all 0.3s linear;
}
.newsImg{
	display: block;
	height: 240px;
	width: 356px;
	overflow: hidden;
}
.newsImg img{
	transition: .3s transform;
}
.newsText{
	padding: 17px;
}
.newsText .newstitle{
	color: #b3121a;
	margin-bottom: 10px;
	white-space: nowrap;
	transition: color 0.3s linear;
}
.newsText .newsDes{
	line-height: 28px;
	color: #666;
	height: 110px;
	overflow: hidden;
	transition: color 0.3s linear;
}
.newsText .linktodetail{
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #b3121a;
	margin-top: 38px;
}
.newsItem:hover{
	background-color: #304c73;
}
.newsItem:hover .newsDes,.newsItem:hover .newstitle{
	color: #fff;
}
.newsItem:hover .newsImg img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}

/*行业专家*/
.hangyeWarpper{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/hangye.jpg) center no-repeat;
	background-size: cover;
	height: 600px;
	padding-top: 54px;
	text-align: center;
}
.hangyeWarpper .placeTitle{
	margin-bottom: 50px;
	border-color: #fff;
	border-color: rgba(255,255,255,.8);
}
.hangyeWarpper .placeTitle span{
	background-color: transparent;
	color: #333;
	color: rgba(0,0,0,.8);
}
.hangyeWarpper .placeTitle span i{
	color: #333;
	color: rgba(0,0,0,.8);
}

.zjContainer{
	height: 300px;
	padding-left: 25px;
}
.zjItem{
	width: 240px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	position: relative;
}
.zjItem img{
	width: 100%;
	height: 300px;
	display: block;
	transition: transform 0.3s linear;
}
.zjItem:hover img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.zjItem .bot{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rab(0,0,0);
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.zjItem .bot span{
	margin-right: 10px;
}
.backinfo{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	padding: 40px 30px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
}
.zjItem:hover .backinfo{
	opacity: 1;
	visibility: visible;
}
.zjItem:hover .bot{
	bottom: -50px;
}
.backinfo h3{
	font-size: 18px;
}
.backinfo .descin{
	font-size: 16px;
	display: block;
}
.backinfo .line{
	width: 3em;
	display: inline-block;
	height: 2px;
	background-color: #fff;
}
.backinfo .backDes{
	display: block;
	line-height: 25px;
}
.nowLinkSignUp{
	clear: both;
	text-align: center;
	padding: 45px 0 85px 0;
}
.nowLinkSignUp a{
	display: inline-block;
	width: 452px;
	height: 60px;
	line-height: 58px;
	color: #fff;
	background-color: #b3121a;
	font-size: 30px;
	border-radius: 5px;
}
/*lianmeng Members*/
.memberWrapper{
	padding-top: 50px;
	text-align: center;
}
.memberWrapper .placeTitle{
	margin-bottom: 30px;
}
.memberWrapper .placeTitle span{
	background-color: #fff
}
.memberWrapper .placeTitle span i{
	color: #666;
}
.companyDes{ 
	line-height: 26px;
	margin: 15px 0px 30px 0; 
	font-size: 16px;
	text-align: center;
}
.companyList{
	margin: 30px 0;
	margin-bottom: 0;
	overflow: hidden;
}
.companyList .companyItem{ 
	width: 20%;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	float: left;
	color: #333;
	text-align: center;
}
.companyList img{
	width: 186px;
	display: inline-block;
	margin-bottom: 15px;
	border: #F5F5F5 1px solid;
}
.companyList .companyItem:last-child{ 
	margin-right: 0;
}
.companyTextItem{overflow: hidden;}
.companyTextItem span{ 
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	height: 50px;
	line-height: 50px;
	background-color: #f9f9f9;
	display: inline-block;
	margin-bottom: 20px;
	float: left;
}
/*申请加盟*/
.shenqingJoin{
	width: 100%;
	max-width: 1920px;
	height: 283px;
	background: url(../images/bg.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 120px;
	margin: 0 auto;
}
.shenqingJoin a.btn{
	display: inline-block;
	width: 253px;
	height: 55px;
	line-height: 55px;
	background-color: #b3121a;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 15px;
}
.shenqingJoin .shenqingText{
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}
/*Foot*/
.footWarpper{
	clear: both;
	width: 100%;
	max-width: 1920px;
	height: 435px;
	margin: 0 auto;
	background: url(../images/footbg.jpg) top center no-repeat;
	background-size: 100% 100%;
}
.footContent{
	padding-top: 30px;
	text-align: center;
}
.footLogo img{
	width: 200px;
	height: 85px;
}
.footMenu{
	margin: 30px 0;
}
.footMenu a{
	color: #fff;
	margin-right: 80px;
	font-size: 16px;
}
.footMenu a:hover{
	color: #b3121a;
}
.footContact{
	overflow: hidden;
	margin-bottom: 30px;
}
.footContactL{
	float: left;
	width: 630px;
	padding-left: 32px;
	text-align: left;
}
.footContactL .ficon{
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.footContactL p{
	margin-bottom: 10px;
	color: #fff;
}
.ficon_tel{
	background: url(../images/icon_tel.png) center no-repeat;
	background-size: cover;
}
.ficon_email{
	background: url(../images/icon_email.png) center no-repeat;
	background-size: cover;
}
.ficon_fax{
	background: url(../images/icon_fax.png) center no-repeat;
	background-size: cover;
}
.ficon_location{
	background: url(../images/icon_local.png) center no-repeat;
	background-size: cover;
}
.footContactR{
	float: right;
    width: 366px;
	color: #fff;
	overflow: hidden;
}
.erweima{
	width: 50%;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}
.erweima img{
	width: 120px;
}
.copyRight{
	clear: both;
	margin-top: 10px;
	border-top: #696768 1px solid;
	color: #f9f9f9;
	padding: 20px 32px 0 32px;
	overflow: hidden;
}
.copyRight .lc{
	float: left;
}
.copyRight .rc{
	float: right;
}
.scrolltop {
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: none;
    position: fixed;
    bottom: 20%;
    right: 50px;
    background: url(../images/scrolltop.png) center no-repeat;
}
/*联盟动态*/
.sub_banner_warpper{
	width: 100%;
	height: 300px;
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center;
}
.main_block_warpper{
}
.main_block_l{
	width: 214px;
	margin-top: -77px;
	float: left;
}
.sub_menu_block {
	height: 160px;
	background: #b3121a url(../images/lineApahe.png) 20px 93px no-repeat;
	color: #fff;
	padding-left: 36px;
}
.sub_menu_en{
	font-size: 22px;
	color: #fff;
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	padding-top: 40px;
	display: block;
}
.sub_menu_cn{
	font-size: 20px;
	display: block;
	padding-top: 32px;
	font-weight: bold;
	white-space: nowrap;
}
.child_menus{
	border: #e3e3e3 1px solid;
	border-bottom: none;
	margin-bottom: 15px;
}
.child_menus a{
	display: inline-block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: #e3e3e3 1px solid;
	color: #333;
	padding-left: 36px;
}
.child_menus a:hover{
	color: #b3121a;
}
.child_menus a.active{
	background-color: #f9f9f9;
	color: #b3121a;
}
.kefuPhone{
	width: 213px;
	height: 500px;
	border: #e3e3e3 1px solid;
	background: url(../images/kefu.jpg) top center no-repeat;
	color: #333;
	font-size: 22px;
	padding-top: 158px;
	padding-left: 53px;
	margin-bottom: 20px;
}
.main_block_r{
	width: 863px;
	float: right;
}
.mbr-heads{
	height: 50px;
	line-height: 50px;
	border-bottom: #e3e3e3 1px solid;
	overflow: hidden;
}
.currTitle{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.navlocation{
	float: right;
	color: #999;
	background: url(../images/house.png) left center no-repeat;
	padding-left: 30px;
}
.navlocation a{
	color: #999;
}
.navlocation a:hover{
	color: #b3121a;
}
.news-ls{
	border-bottom: #aeaeae 1px dashed;
	padding: 36px 0 26px 0;
}
.news-ls dt{
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 18px;
}
.news-ls dt a{
	color: #333;
}
.news-ls dt .news-dt{
	float: right;
}
.news-ls dd{
	color: #666;
	line-height: 26px;
}
.news-ls dd a{
	margin-top: 10px;
	display: block;
	color: #48b6ee;
}

.mbr-imgtext-ls{
	padding: 30px 0;
	border-bottom: #e3e3e3 1px dashed;
	overflow: hidden;
}
.ls-img{
	width: 190px;
	height: 134px;
	overflow: hidden;
	float: left;
	border: #e3e3e3 1px solid;
}
.ls-text{
	width: 634px;
	float: right;
}
.ls-text .ls-t-t{
	line-height: 30px;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.ls-text .ls-t-t a{
	color: #333;
}
.ls-text .lis-t-t .ls-t-da{
	float: right;
}
.ls-text .ls-t-dec{
	line-height: 26px;
	color: #666;
	margin-bottom: 10px;
}
.ls-link-m a{
	color: #48b6ee;
}





/*详情页面*/
.details-wp{
	padding: 20px 0;
}
.det-title{
	padding: 10px 0 26px 0;
	color: #b3121a;
	border-bottom: #e3e3e3 1px dashed;
	text-align: center;
	font-size: 18px;
}
.det-subinfo{
	padding: 24px 0;
	color: #999;
	text-align: center;
}
.det-content{
	color: #333;
	min-height: 600px;
	line-height: 26px;
}
.det-content p{
	margin-bottom: 20px;
	text-indent: 2em;
}
.pn_page{
	margin-top: 50px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.pn_page .prev_page{
	float: left;
}
.pn_page .next_page{
	float: right;
}
.same-read-ls{
	margin: 40px 0 50px 0;
}
.srls-title{
	border-bottom: #e3e3e3 1px solid;
	font-size: 18px;
	color: #333;
}
.srls-title span{
	display: block;
	width: 4em;
	padding-bottom: 20px;
	border-bottom: #333 1px solid;
}
.srls-ls{
	margin-top: 20px;
	overflow: hidden;
}
.srls-ls li{
	width: 50%;
	float: left;
	line-height: 28px;
}
/*分页*/
.pagesection{
	text-align: center;
	margin: 80px 0;
}
.pagesection a,.pagesection span{
	display: inline-block;
	padding: 0px 10px;
	min-width: 32px;
	min-height: 32px;
	line-height: 32px;
	border: #ccc 1px solid;
}
.pagesection span{
	color: #999;
}
.pagesection a:last-child{
	border-right: #ccc 1px solid;
}
.pagesection a:hover{
	color: #197ccf;
	font-weight: bold;
}
.pagesection span.active{
	background-color: #b3121a;
	color: #fff;
}
/*关于联盟*/
.pageOnlyContent{
	padding-top: 30px;
	padding-bottom: 50px;

}
.pageOnlyContent img{
	margin-bottom: 30px;
}
.pageOnlyContent p{
	line-height: 30px;
	margin-bottom: 30px;
	color: #333;
	text-indent: 2em;
}
/*联系我们*/
.lm-contact-wp{
	padding: 30px 10px;
}
.lm-contact-wp h3{
	font-size: 18px;
	color: #b3121a;
	margin-bottom: 20px;
}
.contact-map{
	margin-bottom: 30px;
	margin-top: 20px;
}
.contact-map img{
	width: 100%;
	display: block;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.lm-contact-wp .footContactL{
	width: 100%;
	float: none;
	padding: 10px 20px;
	background-color: #b3121a;
	margin-bottom: 30px;
}
.partnet-wp{
	padding: 38px 0;
	overflow: hidden;
}
.partnet-wp li{
	width: 200px;
	height: 140px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	color: #333;
	float: left;
	margin-right: 20px;
}
.partnet-wp ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.partnet-wp li img{
	width: 198px;
	height: 82px;
	display: block;
	border: #ccc 1px solid;
}
.partnet-wp li:nth-child(4n){
	margin-right: 0;
}
/*产品列表*/
.product-ls-wp{
	padding: 38px 0;
	overflow: hidden;
}
.product-ls-wp li{
	width: 205px;
	height: 230px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	color: #333;
	float: left;
	margin-right: 14px;
}
.product-ls-wp ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.product-ls-wp li img{
	width: 203px;
	height: 176px;
	display: block;
	border: #ccc 1px solid;
}
.product-ls-wp li:nth-child(4n){
	margin-right: 0;
}
/*　产品详情 */
.pro-detail-wp{
	padding: 40px 0;
}
.pro-detail-top{
	overflow: hidden;
}
.pro-det-bigPic{
	width: 420px;
	height: 365px;
	border: #ccc 1px solid;
	float: left;
	overflow: hidden;
}
.pro-det-bigPic img{
	width: 420px;
	height: 365px;
}
.pro-det-text{
	width: 405px;
	float: right;
}
.pro-det-text h3{
	font-size: 18px;
	color: #b3121a;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-det-des{
	line-height: 26px;
	border-bottom: #ccc 1px dashed;
	color: #666;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.pro-det-text p{
	line-height: 26px;
	color: #666;
}
.pro-det-text p span,.pro-det-des span{
	color: #333;
	font-weight: bold;
}
.pro-thumb-img{
	margin-top: 15px;
	overflow: hidden;
}
.pro-thumb-img li{
	float: left;
	width: 106px;
	height: 93px;
	overflow: hidden;
	margin-right: 36px;
	border: #ccc 1px solid;
	cursor: pointer;
}
.pro-thumb-img li img{
	width: 106px;
}
.pro-thumb-img li:last-child{
	margin-right: 0px;
}
.pro-detail-content{
	margin: 30px 0;
	border: #ccc 1px solid;
}
.pro-det-tabmenu{
	background-color: #f5f7f7;
	height: 45px;
	border-bottom: #CCC 1px solid;
}
.pro-det-tabmenu span{
	display: inline-block;
	float: left;
	cursor: pointer;
	width: 128px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #333;
	border-right: #ccc 1px solid;
}
.pro-det-tabmenu span.active{ 
	background-color: #fff;
	color: #b3121a;
	border-top: #b3121a 2px solid;
 }
.pdtc-wp{
	padding: 30px;
	display: none;
}
.zhuanjia-ls .ls-img,.zhuanjia-ls .ls-img img{
	width: 186px;
	height: 207px;
}
.zhuanjia-ls .ls-text .ls-t-t a{
	color: #b3121a;
	font-size: 16px;
}
.zhuanjia-ls .ls-text .ls-t-t a span{
	margin-left: 50px;
}
.zhuanjia-ls .ls-t-dec{
	color: #333;
	font-size: 14px;
	margin-bottom: 20px;
}
.zhuanjia-ls .ls-link-m a{
	width: 96px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	border: #b3121a 1px solid;
	color: #b3121a;
}

/*网站地图*/
.webMap{
	padding: 30px 0 50px 0;
}
.menuMapItem h3 a{ 
	display: inline-block;
	background-color: #f5f5f5;
	padding: 8px 20px;
	color: #333;
	margin-bottom: 20px;
	font-size: 14px;
}
.menuMapItem ul{
	border-top: #F5F5F5 1px solid;
	padding: 10px 30px;
}
.menuMapItem ul li{
	padding: 0 30px;
	line-height: 40px;
	display: inline-block;
}
.bmSuccessModel{
	padding-top: 30px;
	
}
.bmSuccessModel p{
	text-indent: 2em;
	line-height: 35px;
}

.successModelBtn{
	text-align: center;
	margin: 50px 0;
}
.successModelBtn .btn{
	width: 150px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: #197ccf;
	display: inline-block;
	cursor: pointer;
}
.successModelBtn .prograssbtn{
	background-color: #00cc00;
}
/* 进度查询 */
.progressWarpper{

	padding: 100px 100px;

}

