@charset "utf-8";
/*reset*/
*{ font-family: "微软雅黑"; font-size: 16px;}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img,input,table,dl,dd{ margin: 0; padding: 0;}
img{ display: block; border: none;}
input{ outline: none;}
li{ list-style: none; vertical-align: middle;}
a{ text-decoration: none; color:#666; border: none;}
a:hover{
	 text-decoration: none; 
}
input{ outline: none; border: none;}
/*h1,h2,h3,h4,h5,h6{ font-weight: normal;}*/
.fl{ float: left;}
.fr{ float: right;}
.clearfix:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }
.w1050{width: 1050px; margin: 0 auto;}
.w1100{width: 1100px; margin: 0 auto;}
.w1460{width: 76.6%;  margin: 0 auto;}
.w1200{width: 1200px;  margin: 0 auto;}
.w90{width: 90%;  margin: 0 auto;}
/*---------------------------- 一级页面   ---------------------------------------*/
/*head*/
.body{
	width: 100%;
	height: 100%;
	position:relative;
}
.logo{
	padding: 10px 0;
	float: left;
}

/*后期添加*/
.image ul li img{
	width: 100%;
}

/*.logo img{
	width: 160px;
}*/

/*推广页面*/
 /*.content-con-3{
    text-align: center;
    padding-top: 40px;
}

.content-yd .wireless,.content-yd .direct{
    padding-top: 34px;
    padding-left: 10px;
}
.wireless .wireless-name,.direct .direct-name,.brandzone .zone-title ,
.brandline .line-title,.enterpwiki .line-title,.business-bridge .bridge-title{
    color: #525252;
    font-size: 24px;
    border-left: 4px solid #016de1;
    height: 22px;
    line-height: 18px;
    text-indent: 12px;
}
.wireless .wireless-content{
    text-align: center;
}
.wireless-content .wireless-content-d{
    font-size: 24px;
    color: #525252;
    height: 38px;
    line-height: 38px;
}
.wireless-content .wireless-content-x{
    font-size: 14px;
    color: #525252;
    height: 42px;
    line-height: 38px;
}

.wireless-content .wireless-1{
    width: 320px;
    height: 172px;
    display: inline-block;
    padding-left: 100px;
}
.wireless-content .wireless-2{
    width: 389px;
    height: 167px;
    display: inline-block;
}
.wireless-4{
    display: inline-block;
    width: 373px;
    height: 173px;
}
.wireless-4 p,.wireless-5 p{
    font-size: 24px;
    color: #525252;
    margin-top: 24px;
}
.wireless-45{
    display: inline-block;
    height: 146px;
    width: 2px;
    border-left: 1px solid #e5e5e5;
    margin: 0px 70px;
}
.wireless-5{
    display: inline-block;
    width: 264px;
    height: 173px;
}

.step,.wireless{
    margin: 106px auto;
    width: 784px;
}
.step-1,.step-2{
    height: 210px;
    position: relative;
    margin-left: 30px;
}
.step-3{
    margin-top: 44px;
    margin-bottom: 250px;
    position: relative;
    margin-left: 30px;
}
.step-1-cona,.step-2-cona,.step-3-cona{
    margin-right: 50px;
}

.step-1 .step-1-cona,.step-2 .step-2-cona,.step-3 .step-3-cona{
    width: 65px;
    float: left;
}
.step-1 .step-1-conb,.step-2 .step-2-conb,.step-3 .step-3-conb{
    width: 336px;
    float: left;
}
.step-1 .step-1-conc,.step-2 .step-2-conc,.step-3 .step-3-conc{
    width: 306px;
    float: left;
    position: absolute;
    right: 0px;
    top: -45px;

}
.step-1-conb p:first-child,.step-2-conb p:first-child,.step-3-conb p:first-child{
    font-size: 24px;
    color: #525252;
    height: 40px;
    line-height: 30px;
}
.step-1-conb p:last-child,.step-2-conb p:last-child,.step-3-conb p:last-child{
    font-size: 14px;
    color: #525252;
    width: 300px;
}*/
/*结束*/


/*nav*/
nav{ 
	z-index: 9;
	width: 100%;
    /*padding-top: 24px;
    background-color: #fff;*/
    transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
}
.navWrap{
	width: 88%;
	margin: 0 auto;
}
.navUl{
	width: 50%;
	/*padding-top: 26px;*/
}
.navLi{ 
	float: left;
	position: position;
	width: 14%;
	text-align: center;
	/*height: 99px;*/
	transition: all .5s;
	-webkit-transition: all .5s;
	 }
	 
/*.navLi:hover{
	border-bottom:#d93640 1px solid;
}*/
.navLi:hover>a{
	color: #d93640;
}
.navLi h2>a{ 
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 86px;
	height: 89px;
	font-weight: normal;
	/*padding-top: 36px;*/
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.navLi h2>a::after{
	position: absolute;
	content: " ";
	display: block;
	width: 0;
	height: 2px;
	left: 50%;
	bottom: 0;
	background: #d93640;
	transition: .5s;
}
.navLi:hover a::after{
	width: 100%;
    left: 0;
    /*z-index: 9;*/
}
.navLi h2 a span{
	color: #a8a8a8;
	font-size: 12px;
	text-transform: uppercase;
}

.sub_menu {
	/*padding: 20px 0;*/
	width: 100%;
	height: 0px;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 89px;
	background: rgba(255,255,255,0.85);
	box-shadow: rgba(0,0,0,.2) 0px 2px 12px;
	overflow: hidden;
}

.subUl_ab{
	background: #fff;
	/*border-radius: 15px;*/
	padding: 25px;
	box-sizing: border-box;
}
.subUl_ab p{
	color: #808080 !important;
	font-size: 15px;
	line-height: 26px;
}
.subUl_ab p strong{
	color: #fa1951;
	font-size: 24px;
	line-height: 65px;
	font-weight: normal;
}
.topbtn{
	display: block;
	margin: 25px 0;
	width: 145px;
	height: 35px;
	line-height: 35px;
	background: #fa1951;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.subLi .sub_menu .sub_menu_list {
	float: left;
	position: relative;
}
/*.subUl{
	text-align: center;
}*/
.subLi{
	/*display: inline-block;*/
	float: left;
	width: 11%;
	height: 30px;
}
.subLi a{
	display:inline-block;
	float: left;
	color: #000;
	transition: .2s;
	-webkit-transition: .2s;
}
.subLi a:hover{
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.subLi span{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: rgba(255,255,255,.25);
	text-align: center;
	color: #ce1208;
	font-size: 14px;
}
.h20{
	width: 100%;
	height: 35px;
}
.gyBox{
	width: 100%;
	height: 340px;
	background: #fff;
	overflow: hidden;
	/*padding: 20px;*/
}
.gyBox img{
	width: 580px;
	height: 340px;
}
.gywenzi{
	width: 45%;
	padding: 40px;
} 
.gywenzi h4{
	font-size: 20px;
	color: #404040;
	height: 60px;
	line-height: 55px;
}
.gywenzi p{
	width: 95%;
	font-size: 14px;
	color: #8c8c8c;
	/*height: 26px;*/
	line-height: 28px;
}
.gya{
	color: #ce1208;
	font-size: 14px;
}

.dh{
	padding-left: 32px;
	margin-left: 20px;
	margin-top: 30px;
	background: url(../img/dh.png) no-repeat 0 center;
}

.dh p{
	color: #fff;
	font-size: 20px;
} 

/*搜索框*/
.abcwmj{ float: right; width:147px; height:26px; margin-top: 32px; border:#fff solid 1px; border-radius:30px;}
.abcwmj_left{ width:110px; line-height:26px; text-indent:10px; color:#000; float:left; border: none; background:none; color: #fff;}
.abcwmj_left[value]{
	font-size: 14px; color: #d9d9d9;
}
.abcwmj_right{ width:30px; margin-right:5px; line-height:22px; height:22px; float:left;background:url(../img/ss.png) no-repeat; border:none; background-position:center; background-size:contain;}


.rr{
	width: 60%;
	margin: 5em auto;
}
   .rr p{
   	color: #666;
   	line-height: 28px;
   }
    .rr p span{
    	font-size: 18px;
   	color: #333;
   	line-height: 40px;
   }


/*banner*/
/*.banner{
    position: relative;
    height: 100%;
    }
.bannerb{
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;   
}
.swiper-slide {
    text-align: center;   
     Center slide text vertically 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a{ display: block; width: 100%; height: 100%;}
.swiper-slide a img{ width: 100%;}*/



/*---------------service------------------*/
.service{
	background: #f2f2f2;
}
.titleindex{
	background: url(../img/zs.png) no-repeat 0 50px; 
	background-size: 100%;
}
.titleindex p{
	font-size: 28px;
	color: #b4b4b4;
	text-align: center;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
.titleindex h2{
	font-size: 25px;
	color: #205299;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}

.service{
	padding:40px 0 160px;
}
.serviceUl{
	width: 100%;
	margin-top: 40px;
}
.serviceLi{
	width: 23%;
	margin: 0 1%;
	float: left;
	background: #fff;
	padding: 30px 0px;
	transition: .5s;
	
}
/*.serviceLi h2{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 0px;
}*/
.serviceLi a{
	position: relative;
	display: block;
	z-index: 9;
}
/*.serviceLi h2::after {
	content: "";
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 0px;
	background: #205299;
	opacity: 0;
	z-index:-1;
	transition: .3s;
	-webkit-transition: .3s;
}
.serviceLi h2:hover::after{
	content: " ";
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 0;
	transition: .6s;
	-webkit-transition: .6s;
}*/
.serviceLi h3{
	color: #2c2c2c;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
}
.serviceLi p{
	width: 80%;
	margin:0 auto;
	color: #656565;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.serviceLi i{
	display: block;
	margin-top:30px;
	color: #656565;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	transition: .5s;
}
.pic{
	width: 90px;
	height: 75px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.pic img{
	margin-left: -80px;
	transition: .5s;
}
.serviceLi:hover{
	background: #205299;
	transform: scale(1.1);
	box-shadow: #ccc 1px 1px 3px;
}
.serviceLi:hover h3,.serviceLi:hover p,.serviceLi:hover i{
	color: #fff;
	font-weight: normal;
}
.serviceLi:hover i{
	font-size: 26px;
	transform: rotate(360deg);
}
.serviceLi:hover .pic img{
	margin-left: 10px;
}

/*------------- tf ------------------*/
.tf{
	width: 100%;
	/*height: 135px;*/
	padding: 75px 0 50px;
	background: url(../img/heng.jpg) no-repeat 0 0;
	background-attachment: fixed;
}
.tfWrap{
	position: relative;
}
.tfWrap h3{
	color: #fff;
	font-size: 32px;
	line-height: 65px;
	height: 65px;
	margin-bottom: 30px;
}
.tfWrap a{
	display: block;
	width: 160px;
	height: 40px;
	border: #fff 1px solid;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;	
	text-align: center;
	transition: .5s;
}
.tfWrap a:hover{
	background: #fff;
	color: #205299;
}
.computer{
	position: absolute;
	right: -50px;
	top: -165px;
}

.ewmBox{
	width:135px;
	padding-top: 30px;
}
.ewmBox p{
	text-align: center;
}
.ewmBox img{
	display: block;
	margin: 0 auto;
}


/*----------- case --------------*/
/*选项卡开始*/
.tab .box {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    /*height: 700px;*/
}
 .menus {
    width: 200px;
    height: 260px;
    margin-top: 30px;
    /*background: rgb(92,94,103);*/
    float: left;
    overflow: hidden;
}
.menus li {
    width: 135px;
    height: 38px;
    margin-bottom: 10px;
    background:#e6e6e6;
    font-size: 16px;
    color: #1c1c1c;
    text-align: center;
    line-height: 38px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.menus li:hover{
	background: #205299;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.menus li:hover a{
	color: #fff;
}
.menus .bg a{
	color: #fff;
}

.tab .box .bg {
    height: 80px !important;
    background:#205299 !important;
    line-height: 80px !important;
    color: #fff !important;
}
.boxLeft{
	width: 19%;
}
.boxRight {
    float: left;
    width: 81%;
    /*margin-top: 25px;*/
    height: 696px;
    overflow: hidden;
}
.tab .tab_right {
    width: 950px;
    /*height: 750px;*/
    color: #fff;
    text-align: center;

    position:relative;
}

.tab .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*选项卡结束*/
.caseWrap{
	padding: 70px 0;
}
.box h3{
	color: #323232;
	font-size: 30px;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
}

/*.proLi{
	width: 33.33%;
	float: left;
	margin-bottom: 28px;	
}

.proLi a{
	display: block;
	width: 95%;
	margin: 0 auto;
	border: #f5f5f5 1px solid;
	transition: .5s;
}

.proImg{
	width: 100%;
	height: 230px;	
	overflow: hidden;
}
.proImg img{
	width: 100%;
	height: 230px;	
	transition: .5s;
}
.proLi h5{
	width: 85%;
	margin: 0 auto;
	color: #333;
	font-size: 18px;
	line-height:40px;
	height: 40px;
}
.proLi .proP{
	color: #666666;
	font-size: 14px;
	line-height:30px;
	padding: 10px 0;
	background: #fafafa;
	border-top:#eeeeee 1px solid;
	border-bottom:#eeeeee 1px solid;
}
.proP p{
	width: 85%;
	margin: 0 auto;
}
.jt{
	height: 45px;
	display: table-cell;
	vertical-align: middle;
}
.jt img{
	padding-left: 25px;
	transition: .5s;
}
.proLi:hover a{
	transform: scale(1.05);
	box-shadow: #ccc 1px 1px 3px;
}
.proLi:hover img{
	transform: scale(1.15);
}*/

/*------------- tg ------------------*/





.tg{
	background: url(../img/tg.jpg) no-repeat 0 0;
	padding-bottom: 120px;
}
.deng{
	display: block;
	margin:0 auto;
}
.tgWrap h3,.tgWrap h4,.tgWrap p{
	color: #fff;
	text-align: center;
}
.tgWrap h3{
	font-size: 32px;
	line-height: 65px;
	height: 65px;
	margin-top: 30px;
	text-align:center;
}
.tgWrap h4{
	font-size: 26px;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	/*margin-top: 30px;*/
}
.tgWrap p{
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	/*margin-top: 30px;*/
}
.tgUl{
	margin-top: 100px;
}
.tgUl li{
	float: left;
	width: 23%;
	margin: 0 1%;
	
}
.tgUl li p{
	width: 100%;
	height: 74px;
	line-height: 60px;
	background:url(../img/hua_r.png) no-repeat 0px 0px;
	color: #fff;
	transition: .5s;
	background-size: 100%;
}
.tgUl li span{
	display: block;
	width: 100%;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.tgUl li.hover p{
	background:url(../img/hua_w.png) no-repeat 0px 0px;
	color: #d4202b;
	background-size: 100%;
}
.main0{
	width: 100%;
}
.main0 ul{
	display:none;
}
.main0 ul.block{
	display:block;
}
/*--------------- new ------------------*/
.news{
	padding: 70px 0;
}
.newsWrap{
	margin-top: 55px;
}
.newsUl li{
	width: 30%;
	float: left;
	margin: 0 1.65%;
	background: #f4f4f4;
	transition: .5s;
}
.newMain{
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.newMain img{
	width: 100%;
	height:100%;
	transition: .5s;
}
.newsUl li h4{
	width: 90%;
	margin:0 auto;
	padding: 10px 0;
	height: 55px;
	color: #2f2f2f;
	font-size: 17px;
	line-height: 26px;
	border-bottom: #e6e6e6 1px solid;
	font-weight: normal;
}
.newsUl li p{
	width: 90%;
	margin: 20px auto 35px;
	color: #8a8a8a;
	font-size: 15px;
	line-height: 25px;
}
.newsUl li:hover{
	box-shadow: #ccc 2px 2px 5px;
	transform: scale(1.1);
}
.newsUl li:hover img{
	transform: scale(1.1);
}

/*-------------- partenr ------------------*/
.partenr{
	padding:60px 0 85px;
	background:url(../img/hz.jpg) no-repeat 0 0;
}
.hbtitle{
	margin-bottom: 50px;
}
.hbtitle h4{
	font-size: 34px;
	color: #3b3b3b;
	text-align: center;
	font-weight: normal;
}
.hbtitle p{
	font-size: 16px;
	color: #959595;
	text-align: center;
}


/*品牌滚动*/
.ppbox{height:170px;}
.mr_frBtnL{float:left;margin:60px 45px 0px 0px;cursor:pointer;display:inline;transition: .5s;}
.mr_frBtnR{float:right;margin-top:60px;cursor:pointer;transition: .5s;}
.ppboxUl{float:left;height:130px;width:540px;}
.ppboxUl ul li{display:inline;float:left;height:200px;width:152px !important;margin-right:13px;overflow:hidden;}
.ppboxUl ul li img{display:block; width: 152px; height: 77px;margin-bottom:7px;}
.mr_frBtnL:hover{transform: translatex(-10px);}
.mr_frBtnR:hover{transform: translatex(10px);}

.ppulHidden{
	width: 100%;
	display: none;
	/*overflow-x: auto;*/
}
.ppulHidden li{
	float: left;
	width: 30%;
	margin: 5px 1.3%;
}
.ppulHidden li img{
	display: block;
	margin: 0 auto;
}

/*foot*/

.footop{
	background: #e5e5e5;
	padding: 25px 0;
}
.footop p{
	font-size: 18px;
	color: #d4202b;
	display: inline-block;
}
.footop a{
	color: #4d4d4d;
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
}
.footop a:hover{
	color: #d4202b;
}
.foot{
	/*position: relative;*/
	width: 100%;
	padding-top: 35px;
	/*height: 210px;*/
	background:#222222;
}
.fDl01{
	/*width: 320px;*/
}

.fDl01Dl dt,.fDl02Dl dt,.fDl05Dl dt,.fDl04Dl dt{
	width: 80px;
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}
.fDl01,.fDl02,.fDl05,.fDl04{
	width: 15%
}
.fDl03{
	width: 40%
}
.fDl03 img{
	display: block;
	max-width:267px;
	margin: 0 auto;
}
.fDl01Dl,.fDl02Dl,.fDl05Dl,.fDl04Dl{
	width: 75px;
	margin: 0 auto;
}
.fDl01Dl dd a,.fDl02Dl dd a,.fDl05Dl dd a,.fDl04Dl dd a{
	display: block;
	/*float: left;*/
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #bbbbbb;
}
.fDl01Dl p{
	color: #fff;
	line-height: 27px;
}

/*.fDl02{
	width: 200px;
	padding-left: 60px;
}
.fDl02 p{
	color: #fff;
	line-height: 26px;
}
.fDl03{
	width: 280px;
	padding-left: 60px;
}
.fDl04{
	width: 165px;
}*/
.fDl dt{
	margin-bottom: 28px;
}
.fDl dd{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	/*padding-left: 25px;*/
}
.fDl dd img{
	display: inline-block;margin-right: 5px;
}
@media only screen and (max-width: 1600px) {
	.dh{
		display: none !important;
	}
}
/*@media only screen and (max-width: 1550px) {
	.dh{
		margin-left: 35px;
	}
}*/

@media only screen and (max-width: 1450px) {
	.navUl{
		display: none;
	}
}
/*@media only screen and (max-width: 1000px) {
	.tab_right{
		width: 100%;
	}
}*/


/*底部  版权+营业执照*/
.bMxin{
	width: 100%;
	/*height: 65px;*/
	margin-top: 35px;
	background: #151515;
	padding: 6px 0;
}

.bMxin p{
	width: 67%;
	max-width: 1100px;
	margin: 0 auto;
	color: #bbbbbb;
	line-height: 40px;
	    font-size: 14px;
	
}
.bquan img{
	display: block;
	margin: 0 auto;
}


/*内页产品分类*/
.proUl-nei{
	width: 1000px;
	margin: 0 auto;
	padding-top: 150px;
}
.proUl-nei li{
	float: left;
	width: 160px;
	height: 160px;
	margin: 15px;
	border-radius: 50%;
	/*background: rgba(206,18,8,.5);*/
	background: rgba(255,255,255,.65);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.proUl-nei li:hover{
	transform: translateY(-20px);
}
.proUl-nei li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #cd010a;
	font-weight: bold;
	text-align: center;
	line-height: 160px;
}
.firstRow td p img{
	margin: 0 auto;
}

/*@media (max-width: 1050px){
	.i-ban{
		display: none;
	}
}*/


/*----------------------------------   二级页面    ---------------------------------------------------*/
/*#main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
}*/
.ny_left {
	width: 320px;
	height: auto;
	float: left;
}

.ny_right {
	width: 880px;
	height: auto;
	float: left;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: solid 2px #ddd;
}
.bassMain{
	padding:0 16.5%;
}
.phoneNei{
	padding-left: 50px;
	background: url(../img/phone-nei.png) no-repeat 0 18px;
	background-size: 18%;
	color: #4d4d4d;
	font-weight: bold;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #cd010a;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.ny_news li{
	width: 100%;
	padding:50px 0;
	/*border-bottom: solid 1px #ddd;*/
	/*margin-bottom: 20px;*/
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
	position: relative;
	transition: .3s;
}
.newsLi{
	width: 1100px;
	margin: 0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	left:0;
}
.ny_news li:hover{
	background: #149981 !important;
}
/*.ny_news li:nth-child(2n):hover{
	background: #0f5eba;
}*/
.ny_news li:hover .newsLi{
	left: -20px;
}
.ny_news li:hover h6,.ny_news li:hover p,.ny_news li:hover span{
	color: #fff;
}
.ny_news li:nth-child(2n){
	background: #f8f8f8;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #234bba;
}
.ny_news li>img{
	width: 200px;
	height: 135px;
	float: left;
	margin-right: 20px;
	display: block;
}


.ny_news li p{
	/*color: #999;
	padding-left: 15px;*/
	width: 100%;
	/*height: 30px;*/
	
}
.ny_news li p>img{
	vertical-align: middle;
	margin-right: 5px;
}

.nynews_list{
	margin-bottom: 30px;
	/*width: 100%;*/
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	background:url(../img/news1.jpg) left center no-repeat #fff;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}



.love-pic-box{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.love-pic-box li{
		width: 23%;
		height: 280px;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 10px #ccc;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
.love-pic-box li img{
		width: 100%;
		height: 240px;
		padding: 0;
		margin: 0;
}
.love-pic-box li p{
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;	
}
.love-pic-box li:hover p{
	position: absolute;
	width: 100%;
	height:50px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
}

.love-pic-box li p>a{
		width: 100%;
		line-height:30px;
		height: 30px;
		text-align: center;
		font-size: 16px;
		color: #000;
		display: block;
		padding-top: 5px;
}
.love-pic-box li p em{
	background: url(../img/pro-tel.png) left center no-repeat;
	padding-left: 40px;
	font-size: 20px;
	color: #dd0000;
	line-height: 40px;
	display: block;
	margin-left: 30px;
	font-weight: bold;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	/*width:100%;*/
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.nr20 h1{
	font-size: 26px;
	color: #234bba;
	text-align: left;
}

.nextinfo{
	width: 100%;
	overflow: hidden;
	
}
.nextinfo span{
 	/*background: #eee;*/
 	margin: 20px 1%;
 	width: 48%;
 	float: left;
 	text-align: center;
 	transition: .5s;
 	-webkit-transition: .5s;
 	color: #C4005B;
 	/*border-radius: 20px;*/
 }

.nextinfo span:nth-child(1):hover{
 	text-indent: -3em;
 }
 .nextinfo span:nth-child(2):hover{
 	text-indent: 3em;
 }
.nextinfo span:hover a{
	color: #777;
}
 
 
.pc_tt {
	background: #0f61ab ;
	color: #fff;
	width: 290px;
	height: 200px;
	padding-top: 50px;
	border-bottom: solid 5px #d2201a;
	box-sizing: border-box;
}
.pc_tt h1{
	line-height: 50px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.pc_tt h2{
	font-size: 32px;
	line-height: 30px;
	text-align: center;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}
.left_cplei {
	width: 290px;
	padding-bottom: 45px;
	height: auto;
	background: #0f61ab;
}

.left_cplei li {
	height: 50px;
	border-bottom: #fff 1px solid;
	text-align: left;
	line-height: 50px;
	font-size: 18px;
	padding-left: 20px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.left_cplei li:hover{	
	background:#d2201a;
	text-indent: 10px;
}
.left_cplei li:hover a{
	color: #423d43;
	
}
.left_cplei li a {
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
}

.left_cplei li a:hover {
	color: #fff;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	display: block;
	font-weight: bold;
}

.left_cplei p a:hover {
	color: #ff0000;
}

.left-lx{
	width: 290px;
	overflow: hidden;
	border: solid 1px #ddd;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 20px;
	
}
.lx-tt{
	height: 60px;
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(../img/fenlei.jpg) no-repeat 0 0;
	color: #888;
	border-bottom: solid 5px #ff6633;
	width:100%;
	margin: 0 auto 10px;
}
.lx-tt h2{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	float: left;
	font-weight: initial;
	padding-left: 15px;
	
}
.lx-tt a{
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.lx-tt a:hover{
	color: #ff6633;
}
.left-lx p{
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.lxBox{
	padding: 30px 0;
}
#nyba {
	width: 100%;
	height:285px;
	margin-bottom: 5px;
	background:url(../img/contactus-banner.jpg) no-repeat 0 0;
 	/*background-attachment: fixed;*/
	
}
/*#nyba img{ width:100%; min-width:1200px; }*/

.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}





.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news3 li:hover {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	box-shadow: 0px 0px 10px #ccc;
	transform: scale(1.05);
}

.news3 li img {
	width: 200px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

.news3 li strong {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: initial;
}

.news3 li strong a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news3 li strong a:hover {
	color: #ff0000;
}


.news3 li p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.content h1{
	text-align: center;
	font-size: 20px;
	line-height: 80px;
}
.zixun{
	width: 1200px;
}
.zixun h1{
	text-align: left;
}

.newsLi img{
	float: left;
	width: 160px;
	height: 120px;
}
.newRight{
	width: 850px;
}
.newRight h6{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
.newRight p{
	font-size: 14px;
	color: #a6a6a6;
}
.newRight span{
	color:#bbb;
}  
.ss_submit{
	background: #999;
}
/*.h50{
	height: 50px;
}*/
@media only screen and (max-width:768px) {
	.swiper-button-prev,.swiper-button-next{
		display: none;
	}
	
}

