body,html{
	color:#666;
	margin:0;
	padding:0;
	font:12px/24px Microsoft YaHei,SimSun,san-serif;
	background: #fff;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,object{
	margin:0;
	padding:0;
	outline: none;
}

ul,ol,li{
	list-style-type:none
}

address,cite,code,em,th,i,h1,h2,h3,h4,h5,h6{
	font-weight:normal; 
	font-style:normal;
}

img{border:0 none;}

object,textarea,img,iframe{
	vertical-align: top;
}

textarea{
	overflow: auto;
}

a{
	text-decoration:none;
	color:#2C2C2C;
	outline: none;
	-moz-transition:color 0.4s; 
	-webkit-transition:color 0.4s; 
	-o-transition:color 0.4s; 
}

a:hover{
	text-decoration:none;
	color:#4080be;
}

p{text-align: center;}

input[type=submit]:hover{
	opacity:0.9;
	filter:Alpha(opacity=90);
	cursor: pointer;
}

.checkbox,.radio{
	width:13px;
	height:13px;
	vertical-align:-2px;
	*vertical-align:-1px;
}

.blank0,.blank1,.blank2,.blank3,.blank4,.blank5,.blank6,.blank7,.blank8,.blank9,.blank10,.blank11,.blank12,.blank13,.blank14,.blank15,.blank16,.blank17,.blank18,.blank19,.blank20,.blank30,.blank40,.blank50,.blank60{clear:both;display:block; font-size:1px; overflow:hidden;}
.blank0{height:0;}.blank1{height:1px;}.blank2{height:2px;}.blank3{height:3px;}.blank4{height:4px;}.blank5{height:5px;}.blank6{height:6px;}.blank7{height:7px;}.blank8{height:8px;}.blank9{height:9px;}.blank10{height:10px;}.blank11{height:11px;}.blank12{height:12px;}.blank13{height:13px;}.blank14{height:14px;}.blank15{height:15px;}.blank16{height:16px;}.blank17{height:17px;}.blank18{height:18px;}.blank19{height:19px;}.blank20{height:20px;}.blank30{height: 30px;}.blank40{height:40px;}.blank50{height:50px;}.blank60{height:60px;}

.wrap{
	width:1200px; 
	margin: 0 auto;
	min-width:1100px
}

.after:after,.wrap:after{
	content: "";
	display: block;
	height: 0px;
	clear: both;
	overflow: hidden;
}

.left{
	float: left;
}

.right{
	float: right;
}


/*------------------------头部------------------------*/
/*顶部*/

.h-top{
	background: url(../uploadfile/image/sources/taitou.jpg) no-repeat center;
	height: 36px;
	width: 100%;
	line-height: 36px;
	text-align: center;
}

.h-top-l span{
	color: #4b4b4b;
	font-size: 12px;
}


.h-top-r ul li{
	float: left;
	margin-right: 20px;
}

.h-top-r ul li:last-child{
	margin-right: 0px;
}

.h-top-r ul li a{
	color: white;
	font-size: 12px;
}

.h-top-r ul li a:hover{
	text-decoration: underline;
}

/*导航栏*/
nav{
	width: 100%;
}

.nav-l img{
	margin: 24px 0px;
	width: 144px;
	height: 70px;
}

.nav-l2{
	margin-top: 35px;
	margin-left: 34px;
	background: url(../uploadfile/image/sources/shuxian.jpg) no-repeat left;
	padding-left: 30px;
}

.nav-l2 p{
	color: #333333;
	font-size: 16px;
	text-align: left;
}

.nav-l2 p span{
	color: #4080be;
	font-size: 16px;
	font-weight: bold;
}

.nav-r{
	margin-top: 28px;
}

.nav-r p{
	color: #333333;
	text-align: right;
	font-size: 24px;
}

.nav-r p:nth-of-type(1){
	background: url(../uploadfile/image/sources/phone_03.jpg) no-repeat 20px 0px;
	margin-bottom: 5px;
}

.nav-r p:nth-of-type(2) span{
	color: #999999;
	font-size: 16px;
}


/*导航栏*/
.nav{
	height: 60px;
	background: -webkit-linear-gradient(#5096da, #4080be); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5096da, #4080be); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5096da, #4080be); /* Firefox 3.6 - 15 */
    background: linear-gradient(#5096da, #4080be); /* 标准的语法 */
}

.nav>.wrap>ul>li{
    position: relative;
	float: left;
	line-height: 60px;
	margin-right: 34px;
}


.nav>.wrap>ul>li:last-child{
	margin-right: 0px;
}

.nav>.wrap>ul>li>a{
	position: relative;
	display: inline-block;
	color: white;
	font-size: 16px;
	padding: 0px 20px;
}

.nav>.wrap>ul>li:hover :after{
	width: 60%;
	left: 20%;

}

.nav>.wrap>ul>li>a:after{
	position: absolute;
	left:50%;
	bottom: 9px;
	display: block;
	content: "";
	height: 1px;
	width: 0%;
	background-color: white;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}


.nav-list2{
    display: none;
    position: absolute;
    top: 60px;
    left: -20%;
    width: 140%;
    background-color: white;
    z-index: 999;
    text-align: center;
}

.nav-list2 li{
    height: 50px;
    line-height: 50px;
}

.nav-list2 li:hover{
    background-color: #4080be;
}

.nav-list2 li:hover a{
  
	color: white;

}

.nav-list2 li a{
    height: 50px;
     position: relative;
	display: inline-block;
	color: #4080be;
	font-size: 16px;
	padding: 0px 14px;
}


/*------------------------轮播图------------------------*/

.fullSlide{
	position:relative;
	height:600px;
}

.fullSlide .bd{
	width: 100%;
	position: absolute;
	left: 0px;
	z-index:0;
	overflow:hidden;
}

.fullSlide .bd ul{width:100% !important;}

.fullSlide .bd li{
	position:absolute;
	width:100% !important;
	height:600px;
	overflow:hidden;
}

.fullSlide .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:30px;
	left:0;
	height:11px;
	line-height:11px;
}

.fullSlide .hd ul{
	text-align:center; 
	margin:0 auto;
}

.fullSlide .hd ul li{
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:14px;
	height:14px;
	margin:0 7px;
	overflow:hidden;
	background:url(../uploadfile/image/sources/icon-circle.png) right no-repeat;
	filter:alpha(opacity=90);opacity:0.9;
	line-height:999px;
	z-index:999;
}

.fullSlide .hd ul .on{
	background:url(../uploadfile/image/sources/icon-circle.png) left no-repeat;
}

.fullSlide .prev,.fullSlide .next{
	display:block;
	position:absolute;
	z-index:1;
	top:45%;
	margin-top:-30px;
	left:5%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../uploadfile/image/sources/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}

.fullSlide .next{
	left:auto;
	right:5%;
	background-position:-6px -137px;
}

.fullSlide li a{
    display: inline-block;
    width:100%;
    height: 600px;
}

/*------------------------关键词------------------------*/

.keyword{
	height: 80px;
	line-height: 80px;
	background-color: #e5e5e5;
}

.k-l{
	float: left;
}

.k-l h5{
	float: left;
	font-size: 16px;
	color: #000;
	margin-right: 14px;
	font-weight: bold;
}

.k-l ul{
	float: left;
}

.k-l ul li{
	float: left;
	margin-right: 15px;
}

.k-l ul li a{
	font-size: 14px;
	color: #4b4b4b;
}

.k-l ul li a:hover{
	text-decoration: underline;
}

.k-r{
	float: right;
}


/*右边*/
.formSubmit{
	margin-top: 23px;
}

#infoname{
	float: left;
	width: 270px;
	height: 34px;
	font-size: 12px;
	box-sizing: border-box;
    outline: none;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border: none;
    padding: 0px 16px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1000px #fff inset !important;
}

input[name="submit"]
{
	float: left;
	height: 24px;
	width: 24px;
	padding: 5px;
	padding-right: 16px;
	margin-left: -6px;
	border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #fff;
    cursor: pointer;
}


/*------------------------产品中心------------------------*/
.product{
	background: url(../uploadfile/image/sources/pro-bd_02.jpg) no-repeat center;
}

.all-top{
	margin-bottom: 35px;
}

.all-top p{
	color: #dddddd;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 12px;
}

.all-top div{
	text-align: center;
}

.all-top div i{
	display: inline-block;
	width: 120px;
	height: 10px;
	padding-bottom: 8px;
	background: url(../uploadfile/image/sources/title_03.png) no-repeat center;
}

.all-top div i:nth-of-type(2){
	transform: rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
}

.all-top div strong{
	font-size: 32px;
	color: #4080be;
	padding: 0px 15px;
}


/*左侧*/
.pro-left{
	width:300px;
}

.p-top{
	display: table;
	width:300px;
	height: 75px;
	background: #4080be url(../uploadfile/image/sources/fl_03.png) no-repeat 30px center;
	padding-left: 30px;
	box-sizing: border-box;
}

.new-top{
    background: #4080be url(../uploadfile/image/20190625/20190625174103_180100928.png) no-repeat 30px center;
}

.p-bottom{
	margin-top: 3px;
	background: #4080be url(../uploadfile/image/sources/lianxi_03.png) no-repeat 24px center;

}

.p-top>div{
	display: table-cell;
	vertical-align: middle;
	padding-left: 55px;
}

.p-top p{
	color: white;
	font-weight: bold;
	text-align: left;
	    padding-top: 3px;
}

.p-top p:nth-of-type(1){
	font-size: 20px;
}

.p-top p:nth-of-type(2){
	font-size: 14px;
}

/*分类*/
.p-list>ul>li{
	position: relative;
	width: 300px;
	margin-top: 3px;
	background: #f6f6f6;
}

.p-list>ul>li:hover>a{
	background-position: 45px center;
	padding-left: 80px;
	color: #4080be;
	font-weight:bold;
	
}

.p-list>ul>li>a{
	display: inline-block;
	box-sizing: border-box;
	width: 300px;
	height: 62px;
	line-height: 62px;
	background: #f6f6f6 url(../uploadfile/image/sources/jiantou.png) no-repeat 30px center;
	background-size: 17px 21px;
	padding-left: 65px;
	font-size: 16px;
	color: #000000;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear; /* Firefox 4 */
	-webkit-transition: all 0.2s linear; /* Safari 和 Chrome */
	-o-transition: all 0.2s linear; /* Opera */
}


/*二级菜单*/
.two-list{
	display: none;
	position: absolute;
	top: 0px;
	left: 303px;
	width: 200px;
	z-index: 999;
	background-color: white;
}

.two-list ul li{
	margin-bottom: 3px;
}

.two-list ul li a{
	display: inline-block;
	width: 200px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background: #f6f6f6;
	font-size: 16px;
}

.p-adr{
    width: 300px;
    box-sizing:border-box;
	padding: 12px 0px 10px 30px;
	background-color: #f6f6f6;
}

.p-adr div{
	margin-bottom: 10px;
}

.p-adr div:last-child{
	margin-bottom: 2px;
}

.p-adr div span{
	display: inline-block;
	font-size: 14px;
	color: #000;
	vertical-align: top;
}

.p-adr div p{
	display: inline-block;
	text-align: left;
	width: 170px;
	font-size: 14px;
	color: #000;
}


/*右侧*/
.p-right{
	box-sizing: border-box;
	width: 870px;
	height:  720px;
	border: 1px solid #f2f2f2;
	padding: 0px 30px;
}

.p-r-top{
	height: 74px;
	line-height: 74px;
	border-bottom: 1px solid #e8e8e8;
}

.p-r-top p{
	background: url(../uploadfile/image/sources/huo_03.png) no-repeat left center;
	font-size: 22px;
	color: #4080be;
	text-align: left;
	padding-left: 38px;
}

.p-r-list{
	padding: 44px 0px;
}

.product-list{
	float: left;
	width: 258px;
	position: relative;
	margin-right: 14px;
}

.product-list:nth-of-type(1),.product-list:nth-of-type(2),.product-list:nth-of-type(3){
}

.product-list:nth-of-type(3),.product-list:nth-of-type(6){
	margin-right: 0px;
}


.product-list:hover div{
	top: 0px;
}

.product-list img{
	width: 256px;
	height: 256px;
	border: 1px solid #eee;
}

.product-list div{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.product-list div:hover>strong:after{
	left: 25%;
	width: 50%;
}

.product-list div>strong{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #333;
	text-align: center;
	height: 50px;
    line-height: 50px;
    background: #f5f5f5;
}

.product-list div>strong:after{
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: "";
	height: 1px;
	width: 0%;
	background-color: #4080be;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */

}

.product-list div>p{
	color: white;
	font-size: 14px;
	text-align: left;
}




/*------------------------广告1------------------------*/

.advertisement{
	height: 260px;
	width: 100%;
}

.advertisement a{
    display: inline-block;
    height: 200px;
    width: 100%;
    background: url(../uploadfile/image/20230515/20230515164428_144984800.jpg) no-repeat center;
}



/*------------------------解决方案------------------------*/
.solution{
	background: url(../uploadfile/image/sources/bj2_02.jpg) repeat top;
	padding: 60px  0px;
}

.s-l{
	overflow: hidden;
}

.s-list{
	float: left;
	position: relative;
	width: 277px;
	overflow: hidden;
}

.s-list img{
	height: 277px;
	width: 277px;
}

.s-list>a{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #000000;
	padding: 10px 10px;
	/*border: 1px solid #dddddd;*/
	box-sizing: border-box;
	text-align: center;
	z-index: 999;
	white-space:nowrap;
	overflow: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.s-list>a:after{
	position: absolute;
	bottom: -46px;
	left: 0px;
	content: "";
	height: 46px;
	width: 277px;
	background-color: #4080be;
	box-sizing: border-box;
	z-index: -999;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.s-list>div{
	position: absolute;
	left: 0px;
	top: -277px;
	width: 277px;
	height: 277px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	padding: 70px 30px;
	box-sizing: border-box;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.s-list>div>p{
	font-size: 14px;
	color: white;
	text-align: left;
}


.picList>li{
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.picList>li:hover>.s-list>a{
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
}

.picList>li:hover>.s-list>a:after{
	bottom: 0px;
}

.picList>li:hover>.s-list>div{
	top: 0px;
}


/*------------------------广告2------------------------*/
.advertisement2{
	height: 200px;
	width: 100%;
}

.advertisement2 a{
    display: inline-block;
    height: 200px;
    width: 100%;
   	background: url(../uploadfile/image/sources/ad1_02.jpg) no-repeat center 0px;
}


/*------------------------测试设备------------------------*/
.equipment{
	background: #fff;
	padding: 60px  0px 0px;
}

.e-list{
	float: left;
	position: relative;
	width: 277px;
	height: 277px;
	/*border: 1px solid #dcdcdc;*/
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 30.6px;
	margin-bottom: 30px;
}

.e-list:nth-of-type(4),.e-list:nth-of-type(8){
	margin-right: 0px;
}


.e-list:hover>a>div{
	top: 0px;
}

.e-list>img{
	width: 277px;
	height: 277px;
}

.content{
	position: absolute;
	top: 277px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: table;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	padding: 0px 16px;
	box-sizing: border-box;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.content>span{
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	line-height: 50px;
	color: white;
}



/*------------------------优势------------------------*/
.advantage{
	padding:60px 0px 60px 0;
	background: url(../uploadfile/image/20190716/20190716150607_390934355.jpg) no-repeat center -2px;
}

.advantage>.wrap{
	padding: 0px 55px;
	box-sizing: border-box;
}

.ad-l{
	padding-top: 50px;
}

.ad-left,.ad-num,.ad-con{
	float: left;
}

.ad-right{
	float: right;
}

.ad-num{
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #4080be;
	margin-right: 28px;
}

.ad-num>strong{
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 30px;
	font-style: italic;
	color: #4080be;
	background-color: #e4e4e4;
	text-align: center;
	line-height: 60px;
}

.ad-con>h5{
	font-size: 30px;
	color: #4080be;
	font-weight: bold;
	line-height: 68px;
}

.ad-con>p{
	color: #585858;
	font-size: 16px;
	text-align: left;
	width: 470px;
	padding-bottom: 20px;
}

.ad-right>img{
	margin-top: -30px;
}

/*优势二*/
.ad-list:nth-of-type(2){
	margin-top: 50px;
}

/*优势三*/
.ad-list:nth-of-type(3){
	margin-top: 50px;
}

.ad-list:nth-of-type(3)>.ad-right>img{
	margin-top: -10px;
}


/*优势四*/
.ad-list:nth-of-type(4){
	margin-top: 60px;
}




/*------------------------关于我们------------------------*/
.about{
	box-sizing: border-box;
	padding: 60px 0px 0px;
	background: url(../uploadfile/image/sources/about_02.jpg) no-repeat top;
	height:585px;
}

.ab-left{
	float: left;
}

.ab-left>img{
	border: 3px solid white;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
}

.ab-right{
	float: right;
	width: 555px;
}

.ab-right>h5{
	font-size: 28px;
	color: #4080be;
	font-weight: bold;
	padding: 20px 0px 30px;
}

.ab-right>p{
	font-size: 16px;
	text-align: left;
	color: #666666;
	line-height: 32px;
}


.ab-right>div{
	margin-top: 30px;
	position: relative;
	display: inline-block;
	background-color: #333333;
}

.ab-right a{
	position: relative;
	color: white;
	display: inline-block;
	width: 165px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	z-index: 999;	
}


.ab-right>div:hover>i{
	width: 100%;
	left: 0%;
}

.ab-right>div>i{
	display: inline-block;
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0%;
	height: 100%;
	background-color: #4080be;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}


/*------------------------新闻中心------------------------*/
.news{
	padding: 60px 0px;
}

.n-top{
	text-align: center;
	margin-bottom: 35px;
}

.n-top>ul>li{
	display: inline-block;
	margin-right: 30px;
}

.n-top>ul>li.on a{
	background-color: #4080be;
	color: white;
}

.n-top a{
	display: inline-block;
	width: 154px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	padding: 2px 10px; 
	background-color: #dddddd;
}

.n-top>ul>li:last-child{
	margin-right: 0px;
}

.n-c-left{
	float: left;
	margin-right: 40px;
}

.n-c-left img{
	width: 496px;
	height: 346px;
}

.n-c-right{
	float: right;
	width: 664px;
}


.n-list{
	padding: 20px 20px;	
}

.n-list>a{
	font-size: 20px;
	color: #000000;
	margin-bottom: 12px;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
}

.n-list>p{
	font-size: 14px;
	color: #666666;
	text-align: left;
}

.n-list:hover{
	background-color: #4080be;
}

.n-list:hover a{
	color: white;
}

.n-list:hover p{
	color: white;
}

/*------------------------底部------------------------*/
footer{
	background-color: #4080be;
}

footer>.wrap{
	padding-top: 40px;
	padding-bottom: 40px;
}

.f-l{
	float:left;	
}

.f-l>div{
	float: left;
	margin-right: 80px;
}

.f-l>div:first-child{
	margin-right: 50px;
}

.f-l>div:hover h5:after{
	width: 100%;
}

.f-l>div:nth-of-type(5){
	width: 240px;
}

.f-l>div h5{
	position: relative;
	font-size: 16px;
	color: white;
	padding: 10px 0px 6px;
	margin-bottom: 25px;
	display: inline-block;
}

.f-l>div h5:after{
	position: absolute;
	content: "";
	height: 1px;
	width: 32px;
	bottom: 0px;
	left: 0px;
	background-color: white;
	transition: all 0.4s linear;
}

.moveH:after{
	width: 100% !important;
	background-color: #0b67d9 !important;
}

.f-l>div ul li{
	margin-bottom: 5px;
	text-align: left;
}

.f-l>div ul li span{
	color: white;
	font-size: 14px;
}

.f-l>div ul li a{
	font-size: 14px;
	color: white;
}

.f-l>div ul li a:hover,.copy p a:hover{
	text-decoration: underline;
}

.f-r{
	float: right;
	margin-top: 10px;
}

.f-r li>i{
	display: inline-block;
	content: "";
	height: 150px;
	width: 1px;
	background: url(../uploadfile/image/sources/xian_03.png) no-repeat center;
}

.f-r ul li{
	float: left;
	margin-right: 30px;
}

.f-r ul li:last-child{
	margin-right: 0px;
}

.f-r>img:last-child{
	margin-left: 60px;
}

.copy{
	border-top: 1px solid white;
}

.copy p{
	padding: 10px 0px; 
	color: white;
	font-size: 12px;
}

.copy p a{
	color: white;
}



.w300{
    width: 300px;
    float: left;
}


.w870{
    width: 870px;
    float: right;
}


/*面包屑*/
.right-nav{
    text-align:center !important;
    height:auto !important;
    line-height:25px !important;
    margin: 30px 0;
    font-size:16px;
    overflow:hidden;
    padding:10px 0px;
    ackground-color:#f2f2f2;
    white-space: nowrap;
    text-overflow: ellipsis;
    border:solid 1px #ddd;
    display:flex;
    justify-content:center;
}
.right-nav {color:#666;}

.right-nav a{font-size:16px;color: #4080be ;;font-weight:900;}

/*数组分页*/
.list-page {text-align:center;display:flex;justify-content: center;font-size: 14px;color: #222;}
.list-page ul li{float: left;padding: 0 5px;}
.list-page ul li i{color: #4080be ;}


/*单页*/
.right-about{font-size:16px !important;line-height:34px !important;}
.right-about div{font-size:16px !important;line-height:34px !important;}
.right-about img{padding:20px 0}
.ab-img{
    padding: 20px 0px 0px!important;
}
.right-about strong{font-size:16px;color:#4080be}
.ny_contact dl{font-size:16px !important;line-height:34px !important;}
.ny_contact dl dt{font-size:20px;color:#4080be;font-weight:600;padding-bottom:15px;}
.ny_contact dl dd{float:left;margin-right:70px;line-height:45px}


/*内页新闻分页*/
 
     .new_lllist dl{
    overflow:hidden;
    border-bottom:1px dashed #d9d9d9;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    position: relative;
    }
    .new_lllist dl dt{display: block;float:left;width:240px;margin-right:20px;}
    .new_lllist dl dd{
        float: left;
        width: 580px;
        margin-top: 10px;
        -webkit-transition: all 0.6s;
       -moz-transition: all 0.6s;
       -o-transition: all 0.6s;
       -ms-transition: all 0.6s;
        
    }
    
    .new_lllist dl dd>a>div{
        margin-bottom: 10px;
    }
    
    .new_lllist dl dd h3{font-size: 20px;font-weight: 400;line-height:32px; float: left;}
    .new_lllist dl dd p{line-height:30px;font-size:14px;color:#666;text-align: left;}
    .new_lllist dl dd span{
        margin-top:9px;
        color:#999;
        float:right;
        
    }
    
     .new_lllist dt a{
       display: inline-block;
       width: 240px;
       height: 167px;
       overflow: hidden;
   }
   
   .new_lllist a>img{
       
       transition: all 1s;
       -webkit-transition: all 1.2s;
       -moz-transition: all 1.2s;
       -o-transition: all 1.2s;
       -ms-transition: all 1.2s;
   }
   
   .new_lllist dl:hover a>img{
        transform: scale(1.2);
       -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
       -o-transform: scale(1.2);
       -ms-transform: scale(1.2);
   }
   
   .new_lllist dl:hover dd{
       margin-left: 20px;
       
   }
    
    
    
   .content-box h1{font-size: 20px;text-align: center;}
   .box-info p{text-align: left;
   }
   .content-box .pic{padding: 20px 0;}
   .content-box .pic img{max-width: 100%;}
   .content-box .time{color: #999;    padding: 3px 0; text-align: center; padding: 10px 0px;}
   .content-box .box-info{font-size: 14px;padding-bottom: 15px; text-align: left;}
   .nyyy_hg ul {width: 1370px;overflow:  hidden;}
   
 


 /*栏目-解-案-荣*/
    .list-huanjing ul li{float: left;margin-bottom: 25px;margin-right: 21.6px;}
    .list-huanjing ul li img{border:1px solid #f2f2f2;;-webkit-transition:1s ease;-moz-transition:1s ease;}
    .list-huanjing li:hover img{-webkit-transform:rotatey(360deg);-moz-transform:rotatey(360deg); transition: all 1.9.5s;}
    .list-huanjing ul li h3{
        position: relative;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        text-align: center;
        font-size:15px;
        z-index: 999;
       -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
    }
    
    .list-huanjing ul li h3:after{
        position: absolute;
        left: 50%;
        top: 0px;
        display: inline-block;
        content: "";
        height:45px;
        width: 0%;
         z-index: -999;
        transition: all 0.3s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
    }
    
    .list-huanjing ul li.on{margin-right: 0;}
    
    .list-huanjing li:hover h3{color:#1b62b7;}
    
    .list-huanjing li:hover h3:after{
        background-color: #f2f2f2;
        width: 100%;
        left: 0%;
    }
    
      .list-kyht ul li{float: left;margin-bottom: 25px;margin-right: 22px;}
    .list-kyht ul li img{border: 1px solid #f2f2f2;-webkit-transition:1s ease;-moz-transition:1s ease;border-bottom:none;}
    .list-kyht li:hover img{-webkit-transform:rotatey(360deg);-moz-transform:rotatey(360deg); transition: all 1.9.5s;}
    .list-kyht ul li h3{
        position: relative;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        text-align: center;
        font-size:15px;
        background: #f2f2f2;
        z-index: 999;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
    }
    
    .list-kyht ul li h3:after{
        position: absolute;
        left: 50%;
        top: 0px;
        display: inline-block;
        content: "";
        height:45px;
        width: 0%;
         z-index: -999;
        transition: all 0.3s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        background:#4080be
       
    }
    
    .list-kyht ul li.on{margin-right: 0;}
    
    .list-kyht li:hover h3{color:#fff; background:#4080be}
    
    .list-kyht li:hover h3:after{
        background-color: #4080be;
        width: 100%;
        left: 0%;
    }
    
    .list-xiangmu ul li{float: left;margin-right:27px;margin-bottom: 10px;    width: 380px;}
    .list-xiangmu ul li img{border:1px solid #f2f2f2}
    .list-xiangmu li:hover img{transform: rotateY(180deg); transition: all 1.9.5s;}
    .list-xiangmu ul li h3{height: 40px;line-height: 40px;overflow: hidden;text-align: center;font-size:15px;}
    .list-xiangmu ul li p{font-size: 14px;line-height: 24px;color: #666;}
    .list-xiangmu ul li.on{margin-right: 0;}
    
    .case-box{font-size: 14px;line-height:30px;padding: 20px;text-align: center;/*box-shadow: 0px 6px 15px 0 #e6e6e6;*/ }
    .case-box strong{font-size:18px;color:#b93b01;}
.content-box{line-height: 30px;
    text-align: left;
    font-size: 14px;
    /*border: 1px solid #f2f2f2;
    padding: 20px;
    box-shadow: 0px 6px 15px 0 #e6e6e6;*/}
    
.content-box h1{text-align:center;font-size:18px;font-weight:900;padding-bottom: 10px;}
.case-box h1{text-align:center;font-size: 24px;font-weight:900;padding-bottom: 18px;}
.case-box img{border:1px solid #f2f2f2;}
.time2{color: #666;
    padding: 3px 0;
    text-align: center;
    
}
.time2 i{    
    font-style: italic;
    font-size: 14px;
    color: #999;
}

.case-box img{
    margin-bottom:15px;
}

.tc img{
    width: 500px;
    height: 500px;
}

.column{
    text-align: left!important;
   
}

.column p{
    text-align: left;
}

.case-box ul {
    text-align:center;
    
}

.case-box ul li{
    display: inline-block;
    margin-right: 30px;
}




/*联系我们-地图图标设置*/
.BMap_Marker img{
    margin-top: -41px !important;
 
}


/*留言*/
.feedback{margin-left: 20px;}
.feedback li{margin-bottom: 10px;}
.feedback li span{float: left;width: 100%;font-size: 14px;line-height: 34px;}
.feedback li input{border: 1px solid #dedede;padding: 5px 0;line-height: 30px;width: 100%;margin-bottom: 10px;}
.feedback li textarea{border: 1px solid #dedede;padding: 5px 0;width: 100%;line-height: 20px;}
.feedback li .btn{
    background: #4080be;
    color: #FFF;
    padding: 8px 50px;
    border: none;
    /* margin-left: 110px; */
    font-size: 16px;
    width: 148px;
    margin: 30px 0 0 0;
}

.img-code{
    height: 26px;
}



/*内页产品*/
.search_center {
    width: 850px;
    overflow: hidden;
}
.pro_one_box{float: left;margin-right: 25px;margin-bottom: 25px;}
    .pro_one_box img{border:1px solid #f2f2f2;}
    .pro_one_box .pro_name{font-size:14px;color: #333;line-height: 45px;height: 45px;text-align: center;background: #f2f2f2;}
    .pro_one_box .pro_name:hover {background: #4080be; color: #fff;}
    .pro_one_box .pro_name:hover a{color:#fff;}
    

.p-nylist ul{width:890px;}
    .p-nylist ul li{float: left;margin-right: 21.6px;margin-bottom: 25px;}
    .p-nylist ul li img{
    border: 1px solid #f2f2f2;
}
.p-nylist ul li h3{font-size:14px;color: #333;line-height: 45px;height: 45px;text-align: center;background: #f2f2f2;}
.p-nylist ul li a:hover h3{background: #4080be; color: #fff;}
.p-nylist ul a:hover img{border: 1px solid #4080be ;}

.propic_show_left img{border:1px solid #f2f2f2;}

.box-info{text-align:center;}

.pro-r-top{
    padding: 10px 0px;
    background: #f2f2f2;
    width: 403px;
    display: flex;
    justify-content: center;
}

.pro-r-top span{
    float: left;
    font-size: 16px;
    color: #333333;
}

.pro-r-top h5{
    float: left;
    font-size: 16px;
    color: #4080be;
    font-weight: bold;
}

.on{
    margin-right: 0px;
}

    /*客服*/
/*===============客服1===============*/
.qqkefu{position: fixed;top:50%;_position: absolute;z-index:15;right:0px;width:45px;}
.qqkefu ul li{width: 45px;height:45px;margin-bottom:1px;float:right;line-height:45px;font-size:14px;cursor:pointer;position:relative;text-indent: 10px;}
.qqkefu ul li a{color:#fff;display: block;overflow: hidden;height: 45px;}
.qqkefu ul li.qq_cza{overflow:hidden}
.qqkefu ul li:hover{background:#2e3192;}
.qqkefu ul li.top{background:url(../uploadfile/image/sources/k1.png) no-repeat center #4080be ;;position:relative;width:45px;height: 45px;cursor:pointer;}
.qqkefu ul li.top span{position:absolute;display:block;left:0;top:-5px;height:5px;width:45px;}
.qqkefu ul li.top:hover{background:url(../uploadfile/image/sources/k1.png) no-repeat center #2e3192;}
.qqkefu ul li b{width:45px;height:45px;display:block;overflow:hidden;float:right;}
.qqkefu ul li span{font-size: 14px;font-weight: bold;color: #FFF;}
.qqkefu ul li b.a{background:url(../uploadfile/image/sources/k2.png) no-repeat center #4080be ;}
.qqkefu ul li b.b{background: url(../uploadfile/image/sources/k3.png) no-repeat center #4080be ;}
.qqkefu ul li b.f{background:url(../uploadfile/image/sources/k4.png) no-repeat center #4080be ;}
.qqkefu ul li b.c{background:url(../uploadfile/image/sources/k5.png) no-repeat center #4080be ;}
.qqkefu ul li:hover b.a{background:url(../uploadfile/image/sources/k2.png) no-repeat center center #2e3192;}
.qqkefu ul li:hover b.b{background:url(../uploadfile/image/sources/k3.png) no-repeat center center #2e3192;}
.qqkefu ul li:hover b.f{background:url(../uploadfile/image/sources/k4.png) no-repeat center center #2e3192;}
.qqkefu ul li:hover b.c{background:url(../uploadfile/image/sources/k5.png) no-repeat center center #2e3192;}
.qqkefu ul li.qq_czb{text-indent: 0;}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{position: absolute;width:111px;height:150px;top: -120px;left: -111px;float: right;cursor: default !important;display:none;background:url(../uploadfile/image/sources/qr_img.png) no-repeat;}
.erweima p{margin-top:20px;}
.erweima img{width:90px;height:90px;}
.qqkefu li .erweima p a{display:block;font-size:14px;color:#333;margin-top:-8px;margin-left:30px;}



.box-info strong{color: #4080be;font-size: 16px;}

.pro-rrr{padding-top:30px}
.pro-rrr span{font-size: 16px;color: #333;font-weight: 600;float:left;}
.pro-rrr h5{font-size:34px;color:#4080be}
.pro-rrr a{background:#4080be;display:block;width:160px;line-height:45px;text-align:center;font-size:16px;margin-top:25px;color:#fff;}
.pro-rrr a:hover{background:#333 }
.pro-rrr i{font-size: 22px;color: #666;font-style: italic;}





.nygd .s-l{
	overflow: hidden;
}

.nygd .s-list{
	float: left;
	position: relative;
	/* width: 273px; */
	overflow: hidden;
}

.nygd .s-list img{
	height: auto;
	width: 273px;
}

.nygd .s-list>a{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #000000;
	padding: 0px 0px;
	/*border: 1px solid #dddddd;*/
	box-sizing: border-box;
	text-align: center;
	z-index: 999;
	white-space:nowrap;
	overflow: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari å’Œ Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.nygd .s-list>a:after{
	position: absolute;
	bottom: -46px;
	left: 0px;
	content: "";
	height: 46px;
	width: 277px;
	background-color: #4080be;
	box-sizing: border-box;
	z-index: -999;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari å’Œ Chrome */
	-o-transition: all 0.3s; /* Opera */
	display:none;
}

.nygd .s-list>div{
	position: absolute;
	left: 0px;
	top: -277px;
	width: 277px;
	height: 277px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	padding: 70px 30px;
	box-sizing: border-box;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari å’Œ Chrome */
	-o-transition: all 0.3s; /* Opera */
}

.nygd .s-list>div>p{
	font-size: 14px;
	color: white;
	text-align: left;
}


.nygd .picList>li{
	float: left;
	margin-right: 25px;
	overflow: hidden;
}

.nygd .picList>li:hover>.s-list>a{
	background-color: #fff;
	color: #fff;
	font-weight: bold;
	
}

.nygd .picList>li:hover>.s-list>a:after{
	bottom: 0px;
}

.nygd .picList>li:hover>.s-list>div{
	top: 0px;
}


.equipment_dl{width:1260px;margin-bottom:50px;height:auto;overflow:hidden;}
.equipment_dl dl{background:#f7f7f7;width:277px;height:186px;float:left;text-align:center;margin-right:30px;}
.equipment_dl dl dt{display:block;width:90px;height:90px;background:#fff;border-radius:50%;text-align:center;margin: 30px 0 0 92px;}
.equipment_dl dl dt img{margin-top:23px;}
.equipment_dl dl dd{font-size:18px;color:#333;line-height:50px}
.equipment_dl dl:hover{background:#4080be;}
.equipment_dl dl:hover dd{color:#fff;}


.ky_fx {text-align:center;}
.ky_fx img{margin-bottom:30px;}
.ky_fx a{background:#4080be;color:#fff;padding:15px 32px;font-size:14px;}
.ky_fx a:hover{background:#333;}



