﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@font-face {font-family:"Poppins";src: url('https://ueeshop.ly200-cdn.com/static/font/Poppins-Regular/font.woff2') format('woff2')}
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, i {
	font: normal 62.5% "Poppins","Arial";
}
button{ border:none;}
body {
	font-size:16px;line-height:28px;font-family:"Poppins","Arial";color: #444;
}.

ul, ol, li {
	list-style: none;
}
li::marker{content:''}
a {
	text-decoration: none; font-size:16px; line-height:28px;
	color: #444;
}
em{ font-style:normal;}
a:hover {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
}

button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fixed:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fixed {
	*zoom: 1;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wd {
	margin: 0 auto;
	width: 96%;max-width:1500px;
}

.wd10 {
	margin: 0 auto;
	width: 1000px;
}
.ml60{ margin-left:60px;}
.mr60{ margin-right:60px;}
.mt25{ margin-top:25px;}
.wrap{ width: 96%;max-width:1500px; margin:0px auto;}
/* reset.css V1.0  End */

.p_scale {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
}

.overflow {
	height: auto;
	overflow: hidden;
}

/*header*/
.header{width:100%;height:100px;position:relative; z-index:9999; background:rgba(255,255,255,0.95);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); position:fixed; /*border-top:4px solid #014099;*/}
.headTop{width:90%;height:100px; margin:0px auto;}
.logo{ width:25%;float:left;margin:10px 0px 0px 0px;height:90px; padding:0px 0px 0px 0px;}
.logo img{ width:17%; height:auto; margin:13px 10px 0px 0px; float:left;}
.logo h2{ font-size:30px; font-weight:bold; color:#333; padding:16px 0px 0px 15px;}
/*
.logo p{ font-size:17px; color:#fff;padding:0px 0px 0px 0px;letter-spacing:1px;}*/
.banben{ width:80px;display:inline-block;margin:0px 20px 0px 0px; float:right; text-align:center;border-right:1px solid rgba(255,255,255,.2); position:relative; }
.banben img{ width:25px; height:auto; margin:0px 4px 0px 0px; vertical-align:middle;}
.banben a{height:100px; line-height:100px;color:#333;font-size:18px; font-weight:bold;}
.banben a:hover{color:#f00;}

.mainlevel3_c{ background:#fff; overflow:hidden; width:150px; display:none; position: absolute; z-index:99999;}
.mainlevel3_c li a{ color:#444; line-height:40px; height:40px; padding-left:20px; text-align:left; display:block; font-weight:normal; font-size:16px;}


.mobileNavTit {display: none;}

.nav{width:65%;height:50px; float: right;text-align:left; margin-top:25px;}
.nav ul li{display:inline-block;position:relative; width:12%; margin:0px 0.2%;float:left;height:50px; text-align:center;}
.nav ul li a{color:#333;text-align:center;font-size:18px; display:block;height:50px; line-height:50px;padding:0px 15px;overflow:hidden;}
.nav ul li a:hover{}

/*.nav ul li:last-child{padding-top:0px;}
.nav ul li:last-child img{ display:inline-block; vertical-align:middle;}
.nav ul li:last-child a{height:45px; line-height:45px;}
.nav ul li:last-child a:hover{ background:none; color:#444;}
.nav ul li:last-child:hover{ background:none;}*/

.nav ul li{position:relative;box-sizing: border-box;}
.nav ul li::before {content:'';position: absolute;top:0;left:0;z-index: -1;height: 100%;width: 0;transition:0.8s; border-bottom:2px solid #014099;}
.nav ul li:hover {z-index: 1;}
.nav ul li:hover::before {width: 100%;}
.nav ul li:hover a{ color:#014099;}

.mainlevel ul{display:none; width:148px; margin-top:2px; margin-left:0px; background: rgba(255,255,255,0.95); box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.2); border-radius: 0px 0px 10px 10px; overflow:hidden;position:absolute; z-index:0; text-align:left;}
.mainlevel li{ width:148px !important; height:50px !important;line-height:50px !important;float:none;overflow:hidden; margin:0px !important; padding:0px !important; border-bottom:1px solid #efefef !important;}
.mainlevel li a{height:50px !important;display:block; line-height:50px !important;font-size:16px !important; font-weight:normal !important;color:#555 !important; padding:0px 0px 0px 0px !important;border-bottom:1px solid rgba(255,255,255,0.1) !important;}
.mainlevel li:hover{ background:none !important;}
.mainlevel li a:hover{ color:#fff !important;}


.mainlevel li{position:relative;box-sizing: border-box;}
.mainlevel li::before {content:'';position: absolute;top:0;left:0;z-index: -1;height: 100%;width: 0;transition:0.8s;background:#014099 !important;border-radius:0px !important;}
.mainlevel li:hover {z-index: 1;color: #014099 !important;}
.mainlevel li:hover::before {width: 100%;}
.mainlevel li:hover a{ color:#fff !important;}

.mainlevel li:hover{ border:none !important;}
.mainlevel1 ul{display:none; width:400px; margin-top:0px; margin-left:-100px; background: rgba(255,255,255,0.8); box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.2); padding:0px 0px 0px 0px; position:absolute; z-index:0; text-align:left;}
.mainlevel1 li{ height:auto !important; border-bottom:none; background:#fff; width:20% !important;}
.mainlevel1 li a{ height:auto !important; width:100%;}
.mainlevel1 li img{ width:100%; display:inline-block; padding:5px 0px; }
.mainlevel1 li:hover img{ width:100%; display:inline-block; padding:5px 0px; opacity:0.5;}


.tel_01{ float:right; padding:28px 0px 0px 0px; color:#f00; width:8%; position:relative; text-align:right;}
.tel_01 img{ vertical-align:middle; margin:0px 5px 0px 0px; width:40px;}

.tel_01 .sousuo{ position:absolute; right:-15px; width:300px; height:50px; line-height:50px; padding-top:10px; opacity:0; font-size:16px;}
.tel_01 .sousuo .sousuo_01{ width:260px; float:left; border:none; outline:none;height:50px; padding-left:10px;}
.tel_01 .sousuo .sousuo_02{ width:40px; float:right; border:none; outline:none;height:50px; background:url(../images/ss.png) center center no-repeat #fff; background-size:28px auto;}

.tel_01:hover .sousuo{ opacity:1;}

.sousuo1{ display:none;}

/*banner*/
.index{ width:100%; margin:0px auto;}
.index li{ width:49.8%; float:left; overflow:hidden; margin:5px 0px; position:relative; background:#000;}
.index li img{ width:100%; display:block; height:auto;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.index li:hover img{ opacity:0.3;transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.index li div{ width:100%; text-align:center; position:absolute; left:0; top:100vh; color:#fff;}
.index li div h2{ font-size:25px; font-weight:bold;}
.index li div p{ font-size:18px; display:inline-block; border:1px solid #eee; padding:5px 25px; margin-top:10px;}
.index li:hover div{top:20vh;}
.index li:nth-child(2n){ float:right;}

.indexMain { background:#fff;}

/*产品优势*/
.cpys{ width:100%;max-width:1500px; margin:0px auto 50px auto;}
.cpys li{ width:18%; float:left; text-align:center; margin:0px 1%; height:240px; padding:2%; background:#fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:20px 0px 20px 0px;}
.cpys li img{ display:inline-block; width:60px; height:auto;}
.cpys li h3{ font-size:18px; font-weight:bold; color:#444; padding:20px 0px 10px 0px; margin:0px 0px 10px 0px; background:url(../images/line_04.jpg) bottom center no-repeat;}
.cpys li p{ font-size:17px; line-height:28px; color:#666;}
.cpys li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}


/*智能能力*/
.power{ width:100%; max-width:1500px; margin:0px auto;}
.power li{float: left; width:32.9%; height:530px; color: #fff;  transition:0.3s all ease;  position: relative; overflow: hidden; cursor: pointer;}
.power li+li{margin-left: 0.6%;}
/*.power li.on{width:40%;}*/
.power_w{ width: 100%; height: 100%; background:rgba(4,109,190,0.8); text-align: center; padding-top:250px;}
.power_w p{font-size: 30px; font-weight: bold; line-height: 40px;}
.power_w dd{font-size: 24px; font-weight: bold; font-family: "Tw Cen MT";  }
.power_w dd:before{content:""; display:block;  width: 1px; height: 146px; background:rgba(255,255,255,0.4);  margin:80px auto; }
.power li.on .power_w{opacity: 0;}
.power_ww{ height: 300px; width:auto; padding:40px 46px; background: #014099; position: absolute; bottom:0; transition:0.5s all linear; margin:auto; left:0; right:0; overflow: hidden;  opacity: 0; bottom:-50px; }
/*.power li.on .power_ww{  opacity: 1; bottom:0; }*/
.power_ww p{font-size: 30px; border-bottom:1px dotted rgba(255,255,255,0.2); font-weight: bold; line-height:60px; padding-bottom:10px; margin-bottom:20px; }
.power_ww p:after{font-size: 30px;  font-family: "Tw Cen MT"; display: block; float: right; opacity: 0.5; }
.power li:nth-child(1) .power_ww p:after{content:"01";}
.power li:nth-child(2) .power_ww p:after{content:"02";}
.power li:nth-child(3) .power_ww p:after{content:"03";}
.power li:nth-child(4) .power_ww p:after{content:"04";}
.power_ww span{ font-size: 15px;  line-height: 30px; }

.power li:hover .power_w{opacity: 0;}
.power li:hover .power_ww{opacity: 1; bottom:0;}



* {
     -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
/*放心选择*/
/*.bg{ width: 100%;min-width:1300px; overflow: hidden;}*/
/*.box{ margin:0 auto;width:100;max-width:1500px; box-sizing: border-box;}*/
.padv_bg{background: url(../images/fxxz_bg.jpg)no-repeat center;position: relative;height: 710px;    background-attachment: fixed;}
.padv{display: flex;align-items: center;height: 100%;position: relative;}
.padv_l{width: 50%;}
.padv_l p{font-size: 40px;color: #fff;}
.padv_l span{width: 50px;height: 3px;display: block;background: #fff;margin: 20px 0 30px;}
.padv_l dd{color: #fff;font-size: 18px;line-height: 36px;}
.padv_l a{width: 178px;height: 44px;color: #fff; border:1px solid #fff;display: block;text-align: center;line-height: 44px;font-size: 14px;margin-top: 40px; border-radius:20px 0px 20px 0px;}
.padv_l a:hover{ background:#014099;border:1px solid #014099;}

.padv_r{position: absolute;right: 0px;top: 0px;width: 50%;}
.padv_r li{width:50%;display: block;float: left;height: 355px;background: rgba(0,0,0,0.1);padding:50px 40px;display: flex;align-items: center;transition: 1s ease all;cursor: pointer;}
.padv_bg:before{content: '';width: 100%;height: 100%;background: rgba(0,0,0,0.2);position: absolute;top: 0px;left: 0;}
.padv_r li:nth-child(2n){border-left: 1px solid rgba(255,255,255,0.2);}
.padv_r li:nth-child(n+3){border-top: 1px solid rgba(255,255,255,0.2);}
.padv_r li p{font-size: 20px;color: #fff;font-weight: bold;margin:20px 0px 10px 0px;}
.padv_r li d{font-size: 12px;font-family: 'Arial';text-transform: uppercase;color: rgba(255,255,255,0.5);line-height: 30px;}
.padv_r li dd{font-size: 16px;color: #fff;}
.padv_r li:hover{background: rgba(0,117,117,0.95);}
.padv_r li span img{transition: 0.3s ease all;}
.padv_r li:hover span img{transform: rotateY(180deg);}


/*工厂厂房*/
.gccq{width:100%; max-width:1500px; margin:0px auto 40px auto;overflow: hidden; background:#f3f3f3;}
.gccq .gccq_l{ width:49%; float:left;}
.gccq .gccq_r{ width:49%; float: right; padding:1.5% 2% 0px 2%;}
.gccq .gccq_r h2{font-size:30px;color: #030303;border-left: 3px solid #014099;font-weight: bold;padding: 5px 0px 5px 15px;margin:0px 0px 5px 0px;}
.gccq .gccq_r p{ line-height:24px;}
.gccq .gccq_r ul{ padding:20px 0px 0px 0px;}
.gccq .gccq_r li{ width:50%; float:left; margin:0px 0px 15px 0px;}
.gccq .gccq_r li h3{font-size:30px;color:#454545333;font-family:"Impact";font-weight:bold;background:url(../images/line_04.jpg) 3px bottom no-repeat; padding-bottom:10px;}
.gccq .gccq_r li h3 em {font-size: 16px;color: #014099;padding: 0px 0px 0px 10px;font-weight: normal;}
.gccq .gccq_r li b {font-size: 16px;color: #454545;height:35px;line-height:35px;display: block; overflow: hidden; font-weight:normal;}
.gccq .gccq_r a{height:50px;line-height:50px;border: 1px solid #014099; border-radius:20px 0px 20px 0px;display: inline-block;background: url(../images/jt_02.png) 80% center no-repeat;padding:0px 65px 0px 25px;font-size: 16px; color: #014099;margin:5px 0px 20px 0px;}
.gccq .gccq_r a:hover{ background: url(../images/jt_01.png) 80% center no-repeat #014099; color:#fff;}





/*.adv { width:100%; max-width:1500px; margin:0px auto 40px auto;overflow: hidden;}
.advtab{font-size:0; margin:0px 0 13px 0;background: #fff;white-space: nowrap;}
.advtab li{width: 25%;height:125px;display: inline-block; text-align: center;box-sizing: border-box; background: #f7f7f7; padding-top: 32px;transition: all .3s ease; cursor: pointer;}
.advtab li:nth-child(1),.advtab li:nth-child(3) { background: #f2f2f2;}
.advtab li p{display: inline-block; vertical-align: middle;}
.advtab p+p{text-align: left;margin-left: 23px;font-size: 30px;color: #222222;transition: all .3s ease;}
.advtab p em{display: block;transition: all .3s ease;font-size: 14px;color: #c7c7c7;margin-top: 2px;}
.advicon{width: 68px;height: 68px;background: url(../images/18.png)no-repeat center;position: relative;}
.advicon span{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 41px;height: 36px;background: url(../images/19.png) no-repeat left top;transition: all .3s ease;}
.advtab li:nth-child(1) .advicon span{background-position-x:6px; }
.advtab li:nth-child(2) .advicon span{background-position-x:-39px; }
.advtab li:nth-child(3) .advicon span{background-position-x:-95px; width: 36px;}
.advtab li:nth-child(4) .advicon span{background-position-x:-157px;}
.advtab li.on{background: #014099;}

.advtab li.on p+p,.advtab li.on p em{color: #fff;}
.advtab li.on .advicon span{background-position-y:-52px;}
.advcon ul{position: relative;z-index: 3;background: #f5f5f5;}
.advcon ul:after{content: '';display: block;position: absolute;height: 110px;background: #f0f0f0;width: 100%; bottom: 0;left: 0;z-index: -1;}
.advleft{padding: 50px 0 0 65px; height: 480px; float: left; width: 590px; overflow: hidden;}
.adv_t span{font-size: 50px;color: #014099;font-family: fontDin1; display:inline-block;}
.adv_t b{display: block;font-size:35px;color: #014099; padding:30px 0px 20px 0px;}
.adv_t i{font-size: 20px;color: #222; margin: 5px 0 15px 0;display: block;}
.adv_t:after{content: '';display: block;position: absolute;width: 37px;height: 3px;background: #014099;}
.adv_c p{ position: relative;padding-left: 15px;font-size: 16px;color: #666;line-height: 28px; margin-bottom: 10px;}
.adv_c p:after{content: '';display: block;position: absolute;border-radius: 50%;top: 14px; left: 0;margin: auto 0;width: 5px;height: 5px;background: #014099;}
.adv_c { margin-top: 45px; height: 182px; overflow: hidden;}
.advtel{ padding:0px 0px 0px 0px; height:60px; line-height:60px;}
.advtel img{ vertical-align:middle; margin:0px 15px 0px 0px; font-size:16px;}
.advtel em{ color:#014099; font-weight:bold; font-size:20px;}
*/




/*news*/

.newsBox {height: 365px;overflow: hidden;}

.newsBoxLeft {
	float: left;
	width: 790px;
}

.indexTitle {
	height: auto;
	overflow: hidden;
	padding:44px 0 24px 20px;
	background: url(../images/icon2.png) no-repeat 0 45px;
}

.indexTitle b {
	display: inline-block;
	color: #0066b3;
	font-size: 2.2em;
}

.indexTitle a {
	display: block;
	color: #0066b3;
	font-size: 1.4em;
	font-weight: bold;
	margin: 11px 10px 0 0;
	float: right;
}

.indexTitle a:hover {
	color: #ba8940;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.slideBox {
	width: 385px;
	height: 230px;
	overflow: hidden;
	position: relative;
	float: left;
}

.slideBox .hd {
	height: 23px;
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 10;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	*display: inline;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #b78841;
}

.slideBox .hd ul li.on {
	background-color: #ba8940;
}

.slideBox .bd li {
	position: relative;
}

.slideBox .bd {
	height: 100%;
	z-index: 0;
}

.slideBox .bd .pic {
	position: relative;
	z-index: 0;
	display: table;
	width: 385px;
	heigth: 228px;
}

.slideBox .bd .pic a {
	display: table-cell;
	width: 100%;
	height: 228px;
	text-align: center;
	vertical-align: middle;
}

.slideBox .bd .pic img {
	max-width: 385px;
	max-height: 228px;
}

.slideBox .bd .bg {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -100px;
	left: 0;
	z-index: 1;
	background: url(../images/indexnewsbg.png) repeat 0 0;
}

.slideBox .bd .tit {
	width: 100%;
	height: 100px;
	line-height: 24px;
	position: absolute;
	bottom: -100px;
	left: 0;
	z-index: 2;
	font-size: 1.6em;
}

.slideBox .bd .tit a {
	color: #fff;
	margin: 14px 40px 0;
	display: block;
}

/*indexNews*/

.indexNews {
	float: right;
	height: auto;
	overflow: hidden;
	width: 373px;
	padding-top: 2px;
}

.indexNews li {
	height: 38px;
	overflow: hidden;
	background: url(../images/dian.jpg) repeat-x 0 bottom;
}

.indexNews li a {
	display: block;
	color: #444;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	font-size: 1.4em;
}

.indexNews li a:hover {
	color: #0066b3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.indexNews li b {
	display: block;
	color: #0066b3;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	font-size: 1.4em;
	padding-left: 3px;
	width: 52px;
	float: left;
}

.newsBoxRight {
	float: right;
	position: relative;
	width: 361px;
}

.slideNotice {
	position: relative;
}

.slideNotice .indexNews {
	width: 361px;
}

.slideNotice .hd {
	position: absolute;
	right: 2px;
	top: -55px;
	height: 31px;
	line-height: 31px;
	width: 130px;
	border-bottom: 1px solid #ccdae5;
}

.slideNotice .hd ul {
	position: absolute;
	left: 0;
	top: -1px;
	height: 32px;
}

.slideNotice .hd ul li {
	float: left;
	width: 65px;
	cursor: pointer;
	font-size: 1.4em;
	text-align: center;
}

.slideNotice .hd ul li a {
	color: #00457b;
	display: block;
}

.slideNotice .hd ul li.on {
	height: 30px;
	border: 1px solid #ccdae5;
	border-bottom: 2px solid #fff;
	width: 63px;
}

/*indexAd*/

.indexAd .item, .linkImg .item {
	width: 100%;
	overflow: hidden;
}

.indexAd .item:hover img, .linkImg .item:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.iconList {
	height: auto;
	overflow: hidden;
	margin-top: 44px;
}

.iconList li {
	float: left;
	text-align: center;
}

.iconList li a {
	display: block;
	color: #fff;
	width: 180px;
	height: 116px;
	padding-top: 24px;
}

.iconList li a img {
	display: block;
	width: 66px;
	height: 66px;
	margin: 0 auto 10px;
}

.iconList li a div {
	font-size: 1.6em;
}

.iconList li.li1 a {
	background-color: #0084d2;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.iconList li.li2 a {
	background-color: #2cb168;
	border-bottom: 1px solid #fff;
}

.iconList li.li3 a {
	background-color: #745db9;
	border-right: 1px solid #fff;
}

.iconList li.li4 a {
	background-color: #009aaf;
}

.iconList li:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.newsDiv {
	width: 380px;

	float: left;
	margin-left: 30px;
}

.newsDiv:first-child {
	margin-left: 0;
}

.newsDiv .indexNews {
	width: 100%;
}

.newsDiv .indexNews li, .slideNotice .indexNews li {
	position: relative;
}

.newsDiv .indexNews li b, .slideNotice .indexNews li b {
	position: absolute;
	left: 0;
	top: 0;
	float: none;
	z-index: 5;
}

.newsDiv .indexNews li a, .slideNotice .indexNews li a {
	margin-left: 55px;
}

/*link*/



.customSelect {
	height: 28px;
	line-height: 28px;
	font-size: 1.4em;
	color: #0066b3;
	background: url(../images/icon1.jpg) no-repeat right center;
	width: 100%;
	text-indent: 9px;
}

.customSelectInner {
	cursor: pointer;
	line-height: 28px;
	text-align: left;
	width: 100% !important;
}

/*link*/

.link {height: auto;overflow: hidden;padding:20px 0px 20px 0px;  border-top:1px solid rgba(255,255,255,.1);margin-top:30px;}
.link b{font-size:16px;color:#f3f3f3;}
.link a{ color:#f3f3f3; padding:0px 10px; font-size:16px;}
.link a:hover{ color:#46a5fa;}

.mspan1 {padding: 0 21px 0 7px;display: inline-block;}
.mspan2 {display: inline-block;}

/*bigImg*/
.bigImg {height:500px; padding:180px 0px 0px 0px;position: relative;z-index: 0;background-repeat: no-repeat;background-position: center top;background-size: cover;}
.bigImg p{ font-size:20px; color:#fff; padding:15px 0px 0px 0px; text-transform:uppercase;}
.bigImg h2{ font-size:30px; color:#fff; padding:30px 0px 0px 0px; margin:45px 0px 0px 0px; background:url(../images/line_02.jpg) left top no-repeat;font-weight:bold;}



/*main*/
.main {width: 100%;max-width:1500px;position: relative;margin:0px auto 0px;}
.left {float:right;width:20%; margin:20px 0px 0px 0px;}
.left img{ width:100%; height:auto;}
.sideMenu {height: auto;overflow: hidden;background-color: #fff;margin-bottom: 20px;}
.sideTit a {height: auto;overflow: hidden;padding: 18px 0 19px 36px;color: #fff;display: block;background-image: linear-gradient(to right,#2a65bd, #457ccd);}
.sideTit a h3 {font-weight: bold;font-size: 1.8em;margin-bottom:4px;}
.sideTit a p {font-size: 1.2em;text-transform: uppercase;color: #a5b8cd;font-family: Arial;}
.sideMenuNav {height: auto;overflow: hidden;}
.sideMenuNav h2{ font-size:18px; font-weight:bold; color:#444; height:40px; line-height:40px; padding-left:40px; margin-top:10px;}
.sideMenuNav li {height: auto;overflow: hidden;position: relative;border-bottom: 1px solid #ececec;}
.sideMenuNav li > a {height: 64px;line-height: 64px;padding: 0 31px 0 56px;color: #454545;font-size: 1.6em;display: block;background: url(../images/sideicon1.png) no-repeat 36px center;}
.sideMenuNav li i {display: block;position: absolute;right: 31px;top: 0;height: 64px;width: 10px;z-index: 5;background: url(../images/sideicon3.png) no-repeat right center;}
.sideMenuNav li i.ibg {background: url(../images/sideicon5.png) no-repeat right center !important;}
.sideMenuNav li.on, .sideMenuNav li:hover {background-color: #f8f8f8;}
.sideMenuNav li.on > a, .sideMenuNav li:hover > a {color: #0081cc;background: url(../images/sideicon2.png) no-repeat 36px center;}
.sideMenuNav li.on i, .sideMenuNav li:hover i {background: url(../images/sideicon4.png) no-repeat right center;}
.sideDiv {height: auto;overflow: hidden;background-color: #f8f8f8;}
.sideDiv a {display: block;height: 34px;line-height: 34px;padding: 0 10px 0 56px;color: #585858;font-size: 1.2em;background: url(../images/circle4.png) no-repeat 37px center;}
.sideDiv a:hover, .sideDiv a.cur {color: #0066b3;background: url(../images/circle3.png) no-repeat 37px center #efefef;}

.sideContactTit {height:55px;line-height:55px; background:#f3f3f3;}
.sideContactTit a {height:55px;line-height:55px;display:block;color:#014099;font-weight: bold;font-size:18px; display:inline-block; padding:0px 15px; border-left:4px solid #014099;}


.sideContactBox {height: auto;overflow: hidden;height: auto;padding:10px 5px;}
.sideContactBox li{height:35px; line-height:35px;border-bottom:1px dashed #eee; margin:0px 0px 6px 0px; padding:0px 0px 6px 0px; display:block; overflow:hidden;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.sideContactBox li em{ height:30px; line-height:30px; color:#fff; background:#666; display:inline-block; padding:0px 0px; width:35px; text-align:center; margin:0px 10px 0px 0px; border-radius:8px;}
.sideContactBox li:nth-child(1) em{ background:#014099;}
.sideContactBox li:nth-child(2) em{ background:#014099;}
.sideContactBox li:nth-child(3) em{ background:#014099;}
.sideContactBox li a{height:35px; line-height:35px; font-size:16px; color:#333;}
.sideContactBox li a:hover{ color:#014099;}
/*right*/


.lianxi{ margin:25px 0px; text-align:center;}
.lianxi img{ width:100%; height:auto;}
.lianxi h2{ font-size:18px; color:#333; font-weight:bold; line-height:30px; margin:15px 0px;}
.lianxi h3{ font-size:18px; color:#fff; height:40px; line-height:40px; display:inline-block; padding:0px 25px; border-radius:8px; background:#014099; font-weight:bold;}


.right {margin-left:290px;background-color: #fff;min-height: 718px; overflow:hidden;}

.path {height:60px; line-height:60px;overflow: hidden;position: relative;padding: 0 0px;border-bottom: 1px solid #ececec;}
.pathdiv {float: left;color: #787878;font-size:15px;height: 60px;line-height: 60px; background:url(../images/home.png) left center no-repeat; padding:0px 0px 0px 40px; overflow:hidden;}
.pathdiv a {color: #787878;font-size:16px;}
.pathdiv a.on, .pathdiv a:hover {color: #787878;}
.pathdiv span {display: inline-block;padding: 0 6px;}


/*产品中心*/
.bg_01{width:100%; height: auto;overflow:hidden; margin:0px auto 0px auto; padding:0px 0px 40px 0px; background:#fcfbff;}

.pro_menu{ width:20%; margin:0px 0px 0px 0px; float:left;}
.pro_menu h2{ height:80px; line-height:80px; background:#f3f3f3; color:#014099; border-bottom:3px solid #014099; text-align:center; display:block; font-size:22px; text-transform:uppercase;}
.pro_menu .pro_menu_p{ width:100%; height:auto; margin:20px 0px 0px 0px;}

.mr_frbox1{ position:relative; width:90%;height: auto; margin:0px auto 0px auto;}
.mr_frbox1 .prev{position:absolute; left:0px; top:45%; width:38px; height:38px; z-index:10;}
.mr_frbox1 .prev img{ width:100%;}
.mr_frbox1 .next{position:absolute; right:0px; top:45%; width:38px; height:38px; z-index:10;}
.mr_frbox1 .next img{ width:100%;}


.mr_frbox3{ position:relative; width:90%;height: auto; margin:0px auto 35px auto;}
.mr_frbox3 .prev{position:absolute; left:0px; top:45%; width:38px; height:38px; z-index:10;}
.mr_frbox3 .prev img{ width:100%;}
.mr_frbox3 .next{position:absolute; right:0px; top:45%; width:38px; height:38px; z-index:10;}
.mr_frbox3 .next img{ width:100%;}

.pro_bg{ width:100%; background:url(../images/pro_bg.jpg) top center no-repeat; padding:0px 0px 50px 0px; overflow: hidden; background-size:100% 100%;}
.pro_01{ width:100%;margin:0px auto 30px auto;}
.pro_01 li{ width:24%;float:left;margin:15px 0.5%;background-color:#fff;padding:15px 15px 25px 15px;border:1px solid #eee;border-radius:10px;backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px);background-color: rgba(255, 255, 255, .7);box-shadow: 0 5px 35px rgb(190 196 207 / 10%);}
.pro_01 li img{ width:100%; margin:0px auto 15px auto; height:auto; display:block;border-radius:10px 10px 0px 0px;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.pro_01 li h2{ height:35px; line-height:35px;}
.pro_01 li h2 a{height:35px; line-height:35px;font-size:18px;font-weight:550;color: #333; margin-bottom:10px;}
.pro_01 li h2 a:hover{color:#014099;}
.pro_01 li p{ display:block; height:85px; overflow:hidden;}
.pro_01 li p a{font-size:14px;line-height:24px;color: #555;word-wrap:break-word;word-break: normal;}
.pro_01 li p a:hover{ color:#014099;}
.pro_01 li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}




/*.pro .pro_r li{position:relative;box-sizing: border-box;}
.pro .pro_r li::before{content:'';position: absolute;top:0;left:0;z-index: -1;height: 100%;width: 0;transition:0.8s;background:#014099;}
.pro .pro_r li:hover{z-index: 1;color: #fff !important;}
.pro .pro_r li:hover::before{width: 100%;}*/






/*.ce{display:block;width:99.8%;background:#fff; border:1px solid #eee;}
.ce li{border-bottom:1px solid #eee;}
.ce li img{ width:auto;height:50px; margin-top:5px; margin-left:5px;filter: grayscale(1);opacity:0.9;}
.more{ float:right;padding:0px 10px 0px 0px;}
.ce li a{ height:60px;color:#454545;display:block;cursor:pointer; font-size:16px;background:url(../images/more.png) no-repeat 97% center;}
.ce li a:hover{background:#fff;background:url(../images/more2.png) no-repeat 97% center #fff; color:#fff;}
.ce li .dqian{background:url(../images/more2.png) no-repeat 97% center #fff;color:#fff;}
.ce li .xz{background:url(../images/more2.png) no-repeat 97% center #f3f3f3;color:#fff;}
.ce li .xz img{filter: grayscale(0);opacity:1;}
.er{display:none;width: auto;background:#ffffff;}
.er li{width:100%;border:solid #eee;border-width:1px 0px 0px;}
.er li a{display:block;height:45px; line-height:45px;color:#454545;background:none;font-size:15px; overflow:hidden;}
.er li a{ background:url(../images/articlebtn2.png) 20px center no-repeat;padding-left:35px;}
.er li a:hover{background:url(../images/articlebtn2.png) 20px center no-repeat;color:#014099;}
*/

.box{position:relative;box-sizing: border-box;}
.box::before {content:'';position: absolute;top:0;left:0;z-index: -1;height: 100%;width: 0;transition:0.8s;background-color:#014099;}
.box:hover {z-index: 1;color: #fff;}
.box:hover::before {width: 100%;}



/*为什么选择盛名*/
.why_01{ width:100%; max-width:1500px; margin:0px auto 45px auto;}
.why_01 ul{ width:101%; margin-left:-0.5%;}
.why_01 li{ width:31.333%; float:left; text-align:center;  margin:15px 1%; height: auto;}
.why_01 li div{width:100%;padding:30px; border:1px solid #eee;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s; background:#f5f5f5;}
.why_01 li img{ display:inline-block;}
.why_01 li h2{ font-size:18px; font-weight:bold; line-height:28px; color:#333; padding:15px 0px;}
.why_01 li p{ font-size:16px; line-height:26px; color:#555; height:260px; display:block; overflow:hidden;}
.why_01 li:hover div{ margin-top:-15px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); cursor: pointer; background:#fff;}



/*应用领域*/
.yyly_l{ width:49.5%; margin-bottom:45px;}
.yyly_l_01{ width:100%;}
.yyly_l_01 li{ width:49%; float:left; margin:0px 0px; overflow:hidden; border-radius:10px;}
.yyly_l_01 li:nth-child(2n){ float:right;}
.yyly_l_01 li img{ width:100%; height:auto;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.yyly_l_01 li span{ height:50px; line-height:50px; display:block; text-align:center; background:#fff; position:relative; z-index:9999;}
.yyly_l_01 li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}

.yyly_l_02{ width:100%; position:relative; overflow:hidden;border-radius:10px;}
.yyly_l_02 img{ width:100%; height:auto;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.yyly_l_02 span{ width:100%;height:50px; line-height:50px; background:rgba(1,64,153,0.8); color:#fff; text-align:center;position:absolute; left:0; bottom:0;}
.yyly_l_02:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}



/*.ny_r{ width:78%; float:right;}
.pro{ width:100%;max-width:1500px; margin:20px auto;}
.pro li{ width:31.333%; height: auto;float:left; text-align:center; margin:1%; background:#fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);border-bottom:2px solid #f2f2f2; overflow:hidden;}
.pro li img{ width:100%; height:auto; display:block;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.pro li span{ height:50px; line-height:50px; display:block; position:relative; z-index:9999; width:100%; font-size:16px;}
.pro li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}
.pro li:hover span{background:#014099; color:#fff; position:relative; z-index:999;}
.pro li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
*/
/*企业优势*/
.bg_02{width:100%; height: auto; background: url(../images/bg_02.jpg) top center no-repeat fixed;overflow:hidden; margin:40px auto 0px auto; padding:0px 0px 50px 0px;}
.qyys{ width: 100%;max-width:1500px; margin:20px auto;border-bottom:1px solid #787878;border-left:1px solid #787878; overflow:hidden;}
.qyys li{ width:25%; float:left; text-align:center;}
.qyys li div{ border-top:1px solid #787878;border-right:1px solid #787878; padding:30px 25px 25px 25px; color:#ffffff; height:200px;}
.qyys li div h2{ height:35px; line-height:35px; display:block; margin:8px 0px; font-size:20px; font-weight:bold;}
.qyys li div p{ height:85px; line-height:26px; display:block; overflow:hidden;}
.qyys li:hover{ background:#014099;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}


.qyys2{ width:100%; margin:20px auto;border-bottom:1px solid #f42738;border-left:1px solid #f42738; overflow:hidden;}
.qyys2 li{ width:25%; float:left; text-align:center; background:#014099;}
.qyys2 li div{ border-top:1px solid #f42738;border-right:1px solid #f42738; padding:30px 25px 25px 25px; color:#ffffff; height:200px;}
.qyys2 li div h2{ height:35px; line-height:35px; display:block; margin:8px 0px; font-size:20px; font-weight:bold;}
.qyys2 li div p{ height:85px; line-height:26px; display:block; overflow:hidden;}
.qyys2 li:nth-child(2n){ background:#e90e1f;}
.qyys2 li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); background:#444;}

/*新闻动态*/
#container{ width:100%; max-width:1500px; height:650px; margin:0px auto 45px auto; border:1px solid #eee;}





.bg_03{width:100%; height: auto; background:#f3f3f3;overflow:hidden; margin:0px auto 0px auto; padding:0px 0px 0px 0px;}

.xwzx{ width:1500px; margin:0px auto;}
.xwzx ul{ width:1428px; margin-left:-14px;}
.xwzx li{ width:444px; height:537px; background:#fff; margin:16px; float:left;box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); overflow:hidden;}
.xwzx li img{ width:100%; height: auto;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.xwzx li h2{ height:45px; line-height:45px; background:url(../images/line_01.jpg) 20px bottom no-repeat; display:block; overflow:hidden; padding:0px 20px 20px 20px;  margin:10px 0px 0px 0px;}
.xwzx li h2 a{height:45px; line-height:45px; color:#353535; font-size:18px; font-weight:bold;}
.xwzx li span{ height:45px; line-height:45px; color:#666; font-size:18px;overflow:hidden; padding:0px 20px 0px 20px; display:block; margin:5px 0px 0px 0px;}
.xwzx li p{ height:80px; line-height:28px; color:#666; font-size:16px; display:block;overflow:hidden; padding:0px 20px 15px 20px;}
.xwzx li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.xwzx li:hover h2 a{color:#014099;}

.news_01{ width:41%; background:#fff; margin:0px 1% 40px 0px; border:1px solid #eee; border-top:5px solid #0069c2; border-radius:2px; padding:15px;padding-top:5px;/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/}
.news_01 h2{height:45px; line-height:45px;font-size:22px; color:#444; font-weight:bold; border-bottom:1px solid #eee;}
.news_01 h2 a{height:45px; line-height:45px;float:right; font-size:16px; font-weight:normal; color:#444; text-transform:uppercase;}
.news_01 h2 a:hover{ color:#014099;}

.news_01 ul{ padding:5px 0px 0px 0px;}
.news_01 li{ height:45px; line-height:45px; overflow:hidden;}
.news_01 li span{ height:45px; line-height:45px;float:right; color:#666; font-size:18px;}
.news_01 li a{height:45px; line-height:45px;background: url(../images/sideicon3.png) left center no-repeat; padding-left:10px; color:#444;}
.news_01 li a:hover{ color:#0069c2;}

.news_01_t{ width:100%; margin:20px 0px 2px 0px; position:relative; overflow:hidden;}
.news_01_t img{ width:100%; height:260px;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.news_01_t:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.news_01_t span{ width:100%;height:50px; line-height:50px; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.5); color:#fff; font-size:16px; padding:0px 2%;}
.news_01_t span:hover{background:rgba(255,255,255,0.5); color:#0069c2;}


.news_02{ width:100%; max-width:1500px; margin:0px auto 50px auto;border-radius:5px; clear: both; overflow: hidden;}

.news_02 li{ width: 32%; margin:0px 1%; float: left; padding: 1%;background:#fff; border-radius:5px; border:1px solid #eee; overflow:hidden;}
.news_02 li:first-child{ margin-left:0px;}
.news_02 li:last-child{ margin-right:0px;}
.news_02 li img{ width: 100%; height:350px; margin:0px 0px 15px 0px;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.news_02 li img:hover{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}

.news_02 h2{line-height:30px; height:30px; display:block; overflow:hidden; margin:15px 0px 0px 0px;}
.news_02 h2 a{line-height:30px; height:30px;font-size: 18px;color: #333;}
.news_02 h2 a:hover{color: #1d63bb;}
.news_02 p{font-size: 16px; line-height: 26px;margin: 15px 0px 15px 0px; color: #555; height:55px;  overflow:hidden;}
.news_02 .more_03{ height: 45px; line-height:45px; display:inline-block; font-size: 16px; padding: 0px 25px; border:1px solid #ddd; overflow: hidden; border-radius:5px; overflow:hidden;}
.news_02 .more_03:hover{  color: #fff;}



/*生产设备*/
.scsb{ width:100%; margin:20px auto 50px auto;}
.scsb li{ width:45.5%; margin:15px 1%; float:left; border:1px solid #eee; padding:1%; overflow:hidden;}
.scsb li img{ width:100%; height:auto; display:block;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.scsb li span{ height:45px; line-height:45px; display:block; font-size:16px; text-align:center; position:relative; background:#fff; z-index:999;}
.scsb li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.scsb li:hover span{ background:#014099; color:#fff;}

.ny_l{ width:20%; margin:45px 0px; float:left;}
.ny_l li{ height:60px; line-height:60px; display:block; margin-bottom:10px;}
.ny_l li a{ height:60px; line-height:60px; display:block; background: url(../images/jt_03.png) 90% center no-repeat #014099; color:#fff; padding-left:25px; font-size:18px;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.ny_l li a:hover{ background: url(../images/jt_03.png) 96% center no-repeat #026fb1;}



.ny_r{ width:78%; margin:30px 0px; float:right;}
.ny_r_01{ width:100%;}
.ny_r_01 h1{ font-size:25px; font-weight:bold; padding:0px 0px 5px 10px;}

.ny_r_01 li{ width:48%; margin:10px 1%; background:#f2f3f5; padding:20px; float:left;overflow:hidden;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.ny_r_01 li h2{ font-size:18px; font-weight:bold;}
.ny_r_01 li p{ height:75px; line-height:26px; font-size:16px; display:block; overflow:hidden;}
.ny_r_01 li:hover{ background:#014099; }
.ny_r_01 li:hover h2{color:#fff;}
.ny_r_01 li:hover p{color:#fff;}




.ny_r_01 li:hover{box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.2);}
.ny_r_01 li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}


.proxq_01{ width:100%; height:auto; padding:20px 0px; background:#f2f3f5;}
.proxq_01_l{ width:28%; float:left; padding:30px; background:#fff;}
.proxq_01_l img{ width:100%; height:auto;}

.proxq_01_r{ width:68%; float: right;}
.proxq_01_r h2{ font-size:30px; color:#014099;padding:0px 0px 0px 0px; font-weight:bold;}
.proxq_01_r div{ font-size:16px; line-height:26px; height: auto}
.proxq_01_r h3{ font-size:20px; color:#014099;padding:10px 0px 5px 0px;}
.proxq_01_r a{ height:45px; line-height:45px; display:inline-block; border:1px solid #014099; color:#014099; padding:0px 35px; margin-top:15px;}
.proxq_01_r a:hover{ color:#fff;}

.proxq_01_r_02{ margin-left:20px;}


.proxq_02_t{ width:100%; max-width:1500px; margin:35px auto;height:60px; line-height:60px; display:block; font-size:18px; background:#f3f3f3;}
.proxq_02_t b{height:60px; line-height:60px;background:#014099; color:#fff; display:inline-block; padding:0px 20px;}

.proxq_02_b{ width:100%; max-width:1500px; margin:0px auto 50px auto;}
.proxq_02_b tr td{ padding:10px;}
.proxq_02_b tr td:first-child{ color:#014099;}
.proxq_02_b tr:nth-child(2n){ background:#e3f3fd;}
.proxq_02_b caption{ font-weight:bold; color:#014099; padding:10px;}



/* 行业应用 */
.ywfw_bg{}
.ywfw_c{ width:96%; max-width:1500px; margin:0px auto;}
.ywfw_c_l{ width:20%; float: left;}
.ywfw_c_l li{ height:70px; line-height:70px; margin-bottom:13px; background:#fff; border-radius:5px; overflow:hidden; border:1px solid #eee;}
.ywfw_c_l li a{ height:70px; line-height:70px; display:block; padding:0px 0px 0px 70px; font-size:18px;}
.ywfw_c_l li.current a{ background:#014099;color:#fff;}
.ywfw_c_l li a:hover{ color:#fff;}

.ywfw_c_l li:nth-child(1) a{ background:url(../images/ys_01.png) 20px center no-repeat; background-size:40px auto;}
.ywfw_c_l li:nth-child(1).current a{ background:url(../images/ys_01h.png) 20px center no-repeat #014099;color:#fff; background-size:40px auto;}
.ywfw_c_l li:nth-child(1) a:hover{ color:#fff;}

.ywfw_c_l li:nth-child(2) a{ background:url(../images/ys_02.png) 20px center no-repeat; background-size:40px auto;}
.ywfw_c_l li:nth-child(2).current a{ background:url(../images/ys_02h.png) 20px center no-repeat #014099;color:#fff; background-size:40px auto;}
.ywfw_c_l li:nth-child(2) a:hover{ color:#fff;}

.ywfw_c_l li:nth-child(3) a{ background:url(../images/ys_03.png) 20px center no-repeat; background-size:40px auto;}
.ywfw_c_l li:nth-child(3).current a{ background:url(../images/ys_03h.png) 20px center no-repeat #014099;color:#fff; background-size:40px auto;}
.ywfw_c_l li:nth-child(3) a:hover{ color:#fff;}

.ywfw_c_l li:nth-child(4) a{ background:url(../images/ys_04.png) 20px center no-repeat; background-size:40px auto;}
.ywfw_c_l li:nth-child(4).current a{ background:url(../images/ys_04h.png) 20px center no-repeat #014099;color:#fff; background-size:40px auto;}
.ywfw_c_l li:nth-child(4) a:hover{ color:#fff;}

.ywfw_c_l li:nth-child(5) a{ background:url(../images/ys_05.png) 20px center no-repeat; background-size:40px auto;}
.ywfw_c_l li:nth-child(5).current a{ background:url(../images/ys_05h.png) 20px center no-repeat #014099;color:#fff; background-size:40px auto;}
.ywfw_c_l li:nth-child(5) a:hover{ color:#fff;}



.ywfw_c_l li{position:relative;box-sizing: border-box;}
.ywfw_c_l li::before {content:'';position: absolute;top:0;left:0;z-index: -1;height: 100%;width: 0;transition:0.8s;background:#014099;}
.ywfw_c_l li:hover {z-index: 1;color: #fff;}
.ywfw_c_l li:hover::before {width: 100%;}



.ywfw_c_r{ width:78%; float:right; background:#fff; overflow:hidden;border:1px solid #eee; border-radius:5px;}
.ywfw_c_r img{ width:50%; float:left;}
.ywfw_c_r_r{width:50%; float:left; padding:31px 35px; border-right:5px solid #014099}
.ywfw_c_r_r h2{ font-size:25px; background:url(../images/line_04.jpg) left bottom no-repeat; padding-bottom:10px; margin-bottom:10px;}
.ywfw_c_r_r p{ font-size:16px; line-height:28px; max-height:200px; display:block; overflow:hidden;}
.ywfw_c_r_r a{ display:inline-block; height:45px; line-height:45px; padding:0px 30px; color:#555; font-size:16px; overflow:hidden; border:1px solid #bbb; margin-top:20px; border-radius:5px;}
.ywfw_c_r_r a:hover{ color:#fff;}



/*rightBox*/
.rightBox {height: auto;overflow: hidden;padding: 0 0px; width:78%; float:left;}
.eventsTitle {height: auto;overflow: hidden;padding: 46px 0 38px;line-height: 36px;}
.eventsTitle h3 {color: #585858;font-size: 1.7em;font-weight: bold;margin-bottom: 6px;}
.year {color: #444;font-size: 1.7em;}
.eventsList {height: auto;overflow: hidden;margin: 13px 0 78px;border-top: 1px solid #efefef;}
.eventsList li {height: auto;overflow: hidden;padding: 21px 5px 21px 0;border-bottom: 1px solid #efefef;}
.eventsdate {float: left;width: 82px;text-align: center;}
.eventsdate h3 {color: #fff;font-size: 1.7em;font-weight: bold;height: 38px;line-height: 38px;font-family: Arial;background-color: #05558e;}
.eventsdate p {color: #585858;font-size: 1.3em;height: 33px;line-height: 33px;background-color: #efefef;}
.eventsInfo {margin-left: 111px;font-size: 1.4em;line-height: 34px;color: #585858;padding-top: 5px;}

.downLoad {height: auto;overflow: hidden;padding: 20px 0 0;}
.downLoad li {height: auto;overflow: hidden;}
.downLoad li a {display: block;position: relative;margin: 0 40px;color: #585858;border-bottom: 1px solid #efefef;}
.downLoad li a span {display: block;float: right;width: 98px;height: 66px;line-height: 66px;overflow: hidden;font-size: 1.3em;text-align: right;}
.downLoad li a div {height: 66px;line-height: 66px;overflow: hidden;background: url(../images/circle2.png) no-repeat left center;padding-left: 20px;font-size: 1.4em;}
.downLoad li a i {position: absolute;right: 0;top: 0;z-index: 5;width: 33px;height: 66px;background: url(../images/down1.png) no-repeat left center;}
.downLoad li:hover {background-color: #f8f8f8;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;}
.downLoad li:hover a {color: #0066b3;}
.downLoad li:hover i {background: url(../images/down2.png) no-repeat right center;}

.downLoadTit {height: auto;overflow: hidden;padding:55px 0px 5px 0px;border-bottom: 1px solid #efefef; text-align:center;}
.downLoadTit h1 {font-size:25px;color:#121212; font-weight:bold;}
.source {font-size:14px;color: #757575;margin:22px 0 15px;}
.source span {display: inline-block;padding: 0 12px;}
.source img{ vertical-align:middle;margin:0px 4px 0px 0px; width:28px; height:auto;}
.down {display: block;height: 33px;line-height: 33px;width: 93px;text-align: right;font-size: 1.3em;color: #9f9f9f;background: url(../images/down1.png) no-repeat left center;}
.content {font-size:16px;color: #444;line-height: 34px;list-style: disc;padding: 22px 0 84px;}
.content h2{ font-size:18px; font-weight:bold;text-indent:1.8em;}
.content p{ text-indent:2em;}
.content img{margin:15px auto; width:95%; height:auto; display:block;}

/*organize*/

.organize {
	height: auto;
	overflow: hidden;
}

.organize li a {
	display: block;
	height: auto;
	overflow: hidden;
	margin: 0 40px;
	padding: 30px 0;
	border-bottom: 1px solid #efefef;
}

.organize li:hover {
	background-color: #f8f8f8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.photo {
	float: left;
	width: 100px;
	height: 132px;
	overflow: hidden;
}

.photo img {
	width: 100%;
	height: 100%;
}

.organzineText {
	margin-left: 132px;
	line-height: 34px;
}

.organzineText h3 {
	color: #3e3e3e;
	font-size: 1.6em;
	font-weight: bold;
	margin: 18px 0 8px;
}

.orInfo {
	color: #8b8b8b;
	font-size: 1.3em;
}

/*paged*/

.paged {
	padding: 52px 0 66px;
	text-align: center;
}

.paged a, .paged .p_info, .paged .current {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 4px;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 13px;
	text-align: center;
	color: #8b8b8b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	border: 1px solid #ededed;
}

.paged .current, .paged a:hover {
	border-color: #0066b3;
	color: #fff;
	background-color: #0066b3;
}

.meetTitle {
	height: auto;
	overflow: hidden;
	color: #585858;
	line-height: 34px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 46px 0 12px;
}

/*meetList*/

.meetList {
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 -38px;
}

.meetList li {
	float: left;
	margin: 29px 0 0 33px;
}

.meetList li a {
	display: block;
	height: 76px;
	line-height: 76px;
	width: 250px;
	color: #585858;
	font-size: 1.6em;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background-color: #f3f3f3;
	border: 1px solid #ececec;
}

.meetList li:hover a {
	color: #fff;
	background: url(../images/iconright.jpg) no-repeat 95% center #05568f;
}

/*place*/

.place {
	height: auto;
	overflow: hidden;
	padding-bottom: 53px;
}

.placeBox {
	height: auto;
	overflow: hidden;
	margin-top: 39px;
}

.placeBox dt {
	height: 41px;
	line-height: 41px;
	padding: 0 24px;
	font-size: 1.4em;
	background-color: #0081cc;
}

.placeBox dt a {
	color: #fff;
}

.placeBox dd {
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.placeDiv {
	height: 58px;
	line-height: 58px;
	color: #585858;
	font-size: 1.4em;
	border-top: 1px solid #ededed;
}

.placeDiv div {
	width: 50%;
	float: left;
}

.placeDiv div i {
	display: block;
	float: left;
	width: 33px;
	height: 58px;
	margin-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
}

.placeDiv div i.i1 {
	background-image: url(../images/placeicon1.png);
}

.placeDiv div i.i2 {
	background-image: url(../images/placeicon2.png);
}

.placeDiv div i.i3 {
	background-image: url(../images/placeicon3.png);
}

.placeDiv div i.i4 {
	background-image: url(../images/placeicon4.png);
}

.placeDiv div i.i5 {
	background-image: url(../images/placeicon5.png);
}

.placeDiv div i.i6 {
	background-image: url(../images/placeicon6.png);
}

.placeDiv div span {
	display: block;
	margin-left: 69px;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	border-right: 1px solid #ededed;
}

.pbg {
	background-color: #f3f3f3;
}

.article {
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 17px 0px 40px;
	border-top: 1px solid #efefef;
}

.article ul {
	color: #8b8b8b;
	height: auto;
	overflow: hidden;
	font-size: 1.2em;
	padding-top: 30px
}

.article ul li {
	width: 100%;
	float: none; font-size:16px; height:45px; line-height:45px; display:block; overflow:hidden;
}

.article ul li div {
	height: 34px;
}

.article ul li.next {
	float: right;
}

.article ul li.next div {
	float: right;
	text-align: right;
}

.article ul li span {
	float: left;
	display: block;
	height: 34px;
	line-height: 34px;
}

.article ul li a {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	font-size:16px;
	color: #8b8b8b;
}

.article ul li a:hover {
	color: #0066b3;
}

.articleBtn {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 36px;
	height: 36px;
	margin-top: -20px;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
}

.articleBtn:hover {
	background-color: #0069c2;
	border-color: #0069c2;
}

/*.articlePrev {
	left: 0;
	background-image: url(../images/articlebtn1.png);
}

.articlePrev:hover {
	background-image: url(../images/articlebtn11.png);
}*/

/*.articleNext {
	right: 0;
	background-image: url(../images/articlebtn2.png);
}

.articleNext:hover {
	background-image: url(../images/articlebtn22.png);
}*/

.newsShre {
	height: auto;
	overflow: hidden;
	margin:-20px 0 44px 4px;
}

.newsShre .bdshare-button-style0-16 .bds_more {
	color: #757575;
	padding-left: 20px;
}

/*column*/

.column {
	height: auto;
	overflow: hidden;
	padding-bottom: 82px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.bg1 {
	background-color: #1f458a;
	background-image: url(../images/columnbg1.jpg);
}

.bg2 {
	background-color: #363b45;
	background-image: url(../images/columnbg2.jpg);
}

.bg3 {
	background-color: #ca612e;
	background-image: url(../images/columnbg3.jpg);
}

.columnTitle {
	height: auto;
	overflow: hidden;
	padding: 38px 0 44px;
	text-align: center;
}

.columnTitle h1 {
	font-weight: bold;
	color: #fff;
	font-size: 3.2em;
}

.columnTitle p {
	color: #5c74c7;
	font-size: 1.2em;
	margin-top: 6px;
	text-transform: uppercase;
}

.columnMain {
	padding: 40px 40px 34px;
	background-color: #eceff4;
}

.columslideBox {
	width: 450px;
	height: 350px;
	overflow: hidden;
	position: relative;
	float: left;
}

.columslideBox .hd {
	height: 32px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	width: auto;
	bottom: 0;
	z-index: 10;
}

.columslideBox .hd ul li {
	display: inline-block;
	*display: inline;
	margin-left: 5px;
	width: 7px;
	height: 7px;
	line-height: 7px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background-color: #a6a9a3;
}

.columslideBox .hd ul li.on {
	background-color: #419ad2;
}

.columslideBox .bd li {
	position: relative;
}

.columslideBox .bd {
	height: 100%;
	z-index: 0;
}

.columslideBox .bd .pic {
	position: relative;
	z-index: 0;
	display: table;
	width: 450px;
	height: 350px;
}

.columslideBox .bd .pic a {
	display: table-cell;
	width: 100%;
	height: 350px;
	text-align: center;
	vertical-align: middle;
}

.columslideBox .bd .pic img {
	max-width: 450px;
	max-height: 350px;
}

.columslideBox .bd .bg {
	width: 100%;
	height: 54px;
	position: absolute;
	bottom: -54px;
	left: 0;
	z-index: 1;
	background: url(../images/textbg.png) repeat 0 0;
}

.columslideBox .bd .tit {
	width: 100%;
	height: 54px;
	line-height: 54px;
	position: absolute;
	bottom: -54px;
	left: 0;
	z-index: 2;
	background: url(../images/iconright2.png) no-repeat 21px center;
}

.columslideBox .bd .tit a {
	color: #fff;
	margin: 0 60px 0 38px;
	display: block;
	font-size: 1.3em;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
}

.columnRight {
	margin-left: 450px;
	height: 350px;
	overflow: hidden;
	background-color: #fdfefe;
}

.cTitle {
	height: 62px;
	line-height: 62px;
	border-bottom: 1px solid #efefef;
	padding: 0 34px;
}

.cTitle i {
	display: block;
	height: 62px;
	width: 20px;
	float: left;
	background: url(../images/icon3.png) no-repeat left center;
}

.cTitle a {
	color: #585858;
	font-size: 1.7em;
	font-weight: bold;
	display: inline-block;
}

.cTitle a:hover {
	color: #0066b3;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.columnHot {
	padding: 0 36px;
}

.columnHot a {
	height: auto;
	overflow: hidden;
	color: #1f1f1f;
	padding: 23px 0 22px;
	display: block;
	border-bottom: 1px solid #efefef;
}

.columnHot a:hover {
	color: #0066b3;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.cImg {
	float: left;
}

.cImg img {
	width: 90px;
	height: 77px;
}

.cText {
	margin-left: 108px;
}

.cText h3 {
	font-size: 1.6em;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.cText p {
	color: #a0a0a0;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	font-size: 1.2em;
}

.columnList {
	height: auto;
	overflow: hidden;
	padding: 7px 36px 0;
}

.columnList li {
	height: 34px;
	line-height: 34px;
	position: relative;
	background: url(../images/circle4.png) no-repeat left center;
}

.columnList li a {
	display: block;
	color: #585858;
	padding-left: 21px;
	font-size: 1.2em;
}

.columnList li a b {
	font-weight: normal;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	margin-right: 65px;
}

.columnList li a span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #9f9f9f;
}

.columnList li a:hover {
	color: #0066b3;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.columnMain .indexAd {
	margin: 20px 0;
}

.columnBoxDiv {
	width: 450px;
	height: 311px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fdfefe;
}

.columnBoxDiv .columnList {
	padding: 17px 36px 0;
}

.columnFooter {
	height: auto;
	overflow: hidden;
	line-height: 24px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #e1e1e1;
	color: #585858;
}

.columnFooter a {
	color: #585858;
}

.columnFooter a:hover {
	color: #444;
}

.columnAd img {
	width: 100%;
	height: auto;
	display: block;
	margin: 20px 0;
}

.columnLink {
	height: auto;
	overflow: hidden;
	margin: 0 0 14px -20px;
}

.columnLink li {
	float: left;
	margin-left: 20px;
	width: 215px;
	text-align: center;
}

.columnLink li a {
	height: 67px;
	line-height: 67px;
	display: block;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	font-size: 2em;
}

.columnLink li.cli1 a {
	background-color: #63a0d9;
}

.columnLink li.cli2 a {
	background-color: #58b5ce;
}

.columnLink li.cli3 a {
	background-color: #a8d15b;
}

.columnLink li.cli4 a {
	background-color: #5b75d1;
}

.columnLink li:hover a {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bg2 .columnTitle p {
	color: #616277;
}

.bg2 .columnFooter {
	background-color: #c6dbef;
}

.bg3 .columnTitle p {
	color: #e8c1ac;
}

.bg3 .cTitle {
	position: relative;
	background: url(../images/ctitlebg.jpg) repeat-x 0 0;
}

.bg3 .cTitle .more {
	position: absolute;
	right: 30px;
	top: 14px;
	z-index: 5;
	color: #404040;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 28px 0 17px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e8ddcc;
	background: url(../images/more.png) no-repeat 45px center #fbf0e0;
}

.bg3 .cTitle .more:hover {
	color: #ff8830;
}

.bg3 .cTitle i {
	background-image: url(../images/icon4.png);
}

.bg3 .columnFooter {
	background-color: #fef8ef;
}

.bg3 .columnBoxDiv {
	height: 316px;
}

.bg3 .columnList li a:hover, .bg3 .cTitle a:hover, .bg3 .columnHot a:hover {
	color: #ff8830;
}

.m20 {
	margin-top: 20px;
}

.columnText {
	font-size: 12px;
	color: #7b7b7b;
	line-height: 28px;
	margin: 23px 34px;
	max-height: 196px;
	overflow: hidden;
}

.columnBoxUl {
	height: 316px;
	margin-left: 20px;
	float: left;
	background-color: #fefdfc;
	width: 293px;
}

.columnBoxUl:first-child {
	margin-left: 0;
}

.columnBoxUl .columnList {
	padding: 17px 21px 0;
}

.columnBoxUl .columnList li a b {
	margin-right: 0;
}

.columnBoxUl .cTitle {
	padding: 0 20px 0 32px;
}

.columnBoxUl .cTitle .more {
	right: 20px;
}

/*columnMenu*/

.columnMenu {
	height: auto;
	overflow: hidden;
	background-color: #ac5a24;
}

.columnMenu ul li {
	float: left;
	width: 16.66666%;
}

.columnMenu ul li a {
	display: block;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	border-left: 1px solid #bf7443;
}

.columnMenu ul li a:first-child {
	border-left: 0;
}

.columnMenu ul li:hover, .columnMenu ul li.on {
	background-color: #b66129;
}

.columnMenuTit {
	height: 56px;
	line-height: 56px;
	display: none;
	background-color: #ac5a24;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	background: url(../images/downicon.png) no-repeat 97% center;
}

/*响应式导航*/

.mobileIconCon {
	display: none;
	background: url(../images/menu.png) no-repeat 95% center #014099; background-size:25px auto;
	position: relative;
}

.mobileIconCon a {
	display: block;
	width: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 5;
	width: 100%;
}

.searchBtn {
	background: url(../images/search.jpg) center center no-repeat;
	width: 40px;
	height: 60px;
	right: 20px;
	position: absolute;
	top: 35px;
	z-index: 5;
	display: none;
}

#mobileNavTit {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size:16px;
	color: #fff;
}

.mobileSearchCon {
	display: none;
	width: 100%;
	height: 46px;
	background-color: #9bc0df;
	overflow: hidden;
}

.mobileSearchBox {
	position: relative;
	width: 98%;
	height: 40px;
	margin: 3px auto;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.mobileSearchBox input[type="text"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.4em;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	color: #014099;
}

.mobileSearchBox input[type="submit"] {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	border: none;
	background: url(../images/search.jpg) center no-repeat;
}

.sideNavCon {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
}

.sideNavCon .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 11000;
}

.sideNavCon .sideNavScroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: inherit;
	background-color: #fff;
	overflow: hidden;
	z-index: 11001;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: .5s ease all;
	transition: .5s ease all; border-right:5px solid #eee;
}

.sideNavCon .sideNavScroll.on {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sideNavCon .sideNavScroll .closeSideNavCon {
	display: block;
	width: 100%;
	height: 30px;
	text-align: right;
	padding-top: 5px;
}

.sideNavCon .sideNavScroll .closeSideNavCon a {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-color: #666;
	border-radius: 50%;
	line-height: 32px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.sideNavCon .sideNav {
	width: 100%;
}

.sideNavCon .sideNav li {
	position: relative;
	margin: 0 10px;
	border-bottom: 1px solid #dcdbdb;
}

.sideNavCon .sideNav li > a {
	position: relative;
	display: block;
	padding-left: 20px;
	font-size:16px;
	color: #444;
	line-height: 50px; background:url(../images/banner_bg.png) 8px 21px no-repeat;
}

.sideNavCon .sideNav li em {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	font-size:14px;
	width: 50px;
	height: 50px;
	line-height: 4;
	color: #444;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	z-index: 2;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all; font-family:"宋体";
}

.sideNavCon .sideChildNavScroll {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	background-color: #f1f1f1;
	overflow: hidden;
	z-index: 11002;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
}

.sideNavCon .sideChildNavScroll.on {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sideNavCon .sideChildNavScroll .backBtn {
	position: relative;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #444;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
}

.sideNavCon .sideChildNavScroll .backBtn span {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}

.sideNavCon .sideChildNav > ul {
	width: 100%;
}

.sideNavCon .sideChildNav > ul > li {
	width: 100%;
	display: none;
}

.sideNavCon .sideChildNav dl dt {
	height: 60px;
	line-height: 60px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ededed;
}

.sideNavCon .sideChildNav dl dt a {
	display: block;
	padding: 0 10px;
	color: #444;
	font-size: 16px;
	font-weight: bold;
}

.sideNavCon .sideChildNav dl dd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
}

.sideNavCon .sideChildNav dl dd a {
	display: block;
	padding: 0 20px;
	color: #444;
	font-size: 16px;
}

.sideNavCon .sideChildNav .sideChildWord li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
}

.sideNavCon .sideChildNav .sideChildWord li a {
	display: block;
	padding: 0 20px;
	color: #444;
	font-size: 16px;
}

.sideNavCon_lx{ font-size:16px; line-height:32px; color:#666; padding:20px;}
.sideNavCon_lx h2{ font-size:16px; font-weight:bold;}
.sideNavCon_lx img{ width:45px; display:inline-block; margin-right:5px; margin-top:5px;}

.er{ display:none;}


/*wrapper*/

#wrapper {
	width: 100%;
	height: 100%;
}

#scroller {
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	padding: 0;
	height: 100%;
}

.imgdiv {
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	z-index: 990;
	background-color: #fff;
}

.imgdiv div.s1 img {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 999;
	left: 50%;
	max-width: 95% !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.close {
	height: 5em;
	line-height: 5em;
	text-align: center;
	position: absolute;
	z-index: 999;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #444;
	font-size: 1.6em;
	cursor: pointer;
}

.mobileTit {
	display: none;
}

.mobileTit a {
	height: 45px;
	line-height: 45px;
	font-size: 1.6em;
	color: #fff;
	display: block;
	padding-left: 21px;
	background: url(../images/downicon.png) no-repeat 97% center #1271b3;
}

/* 0507start */

.cellbox {
	margin: 100px auto;
	width: 500px;
	border: 1px solid #ccc;
	height: 200px;
}

.cellbox .cellbg {
	width: 500px;
	height: 60px;
	background: #05568f;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	text-align: center
}

.cellbox .mess1, .cellbox .mess2 {
	font-size: 15px;
	text-align: center;
}

.cellbox .mess1 {
	padding-bottom: 10px;
	padding-top: 40px
}

/* 0507end */



/* cxy  */

.columnBoxUl1 {
	height: 316px;
	/*margin-left: 20px;*/
	float: left;
	background-color: #fefdfc;
	width: 293px;
}

.columnBoxUl1:first-child {
	margin-left: 0;
}

.columnBoxUl1 .columnList {
	padding: 17px 21px 0;
}

.columnBoxUl1 .columnList li a b {
	margin-right: 0;
}

.columnBoxUl1 .cTitle {
	padding: 0 20px 0 32px;
}

.columnBoxUl1 .cTitle .more {
	right: 20px;
}

.ml20 {
	margin-left: 20px;
}

.exp .owl-item {
	width: 297px !important;
}

.fLink {
	font-size: 1.4em;
	margin-top: 5px;
}

.fLink a {
	display: inline-block;
	color: #0066b3;
	margin: 0px 14px;
}

.pagess {margin:30px 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size: 12px; clear:both;}
.pagess ul li {display: inline-block;border: 1px solid #ccc;margin: 0 3px 8px 3px;line-height: 20px;background: #fff;color: #014099; font-size:15px;line-height:28px;}
.pagess ul li:hover {background: #014099;color: #fff;border: 1px solid #014099}
.pagess ul li:hover a {color: #fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #014099;padding:4px 12px;margin: 0 3px;background: #014099;color: #fff;line-height:28px;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a {display: block;color: #014099;padding:4px 12px;line-height:28px;}

.pagess ul li a:hover {color: #fff;}

.message {
	overflow: hidden;
}

.message dd {
	margin-bottom: 10px;
}

.message .kuang {
	width: 300px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	padding: 0 10px
}

.message textarea {
	width: 400px;
	padding: 10px;
	border: 1px solid #eee;
	height: 100px;
}

.message .tj {
	width: 150px;
	height: 40px;
	border: 0;
	text-align: center;
	line-height: 40xp;
	color: #fff;
	margin-left: 42px;
	background: #0081cc;
	cursor: pointer
}

.message span {
	float: left
}
.yxrw{clear:both; overflow:hidden;}
.yxrw ul{ width:1212px; margin-left:-6px;}
.yxrw li{ width:186px; float:left; margin:8px;}
.yxrw li img{ width:180px; height:257px; padding:2px; border:1px solid #eee; display:block;}
.yxrw li span{ height:30px; line-height:35px; display:block; text-align:center; font-size:16px;}


#yxrw{ width:1152px; clear:both; display:block; margin:20px auto 0px auto; overflow:hidden;}
#yxrw li{ width:176px; float:left; margin:8px;}
#yxrw li img{ width:170px; height:243px; padding:2px; border:1px solid #eee; display:block;}
#yxrw li span{ height:30px; line-height:35px; display:block; text-align:center; font-size:16px;}

#shjs{ width:1152px; clear:both; display:block; margin:20px auto 0px auto; overflow:hidden;}
#shjs li{ width:280px; float:left; margin:8px 4px;}
#shjs li img{ width:274px; height:183px; padding:2px; border:1px solid #eee; display:block;}
#shjs li span{ height:30px; line-height:35px; display:block; text-align:center; font-size:16px;}


/*新增代码*/
.biaoti_01{ width:100%; margin:60px auto 50px auto;overflow:hidden; text-align:center;}
.biaoti_01 h1{font-size:40px;color:#333; display:inline-block; vertical-align:middle;}
.biaoti_01 p{font-size:45px;font-weight: bolder;color:#333;display:block;}
.biaoti_01 a{ height:50px; line-height:50px; display:inline-block; border:1px solid #eee; padding:0px 25px; border-radius:5px; float:right; font-size:16px; margin:15px 0px 0px 0px;}
.biaoti_01 a:hover{ background:#014099; color:#fff;}
.biaoti_01 em{ background:url(../images/line_04.jpg) bottom center no-repeat; width:38px; height:1px; display:inline-block; vertical-align:middle; margin:0px 35px;}


.biaoti_02{ width:100%; margin:60px auto 50px auto;overflow:hidden; text-align:center;}
.biaoti_02 h1{font-size:40px;color:#fff; display:inline-block; vertical-align:middle;}
.biaoti_02 p{font-size:45px;font-weight: bolder;color:#fff;display:block;}
.biaoti_02 a{ height:50px; line-height:50px; display:inline-block; border:1px solid #eee; padding:0px 25px; border-radius:5px; float:right; font-size:16px; margin:15px 0px 0px 0px;}
.biaoti_02 a:hover{ background:#014099; color:#fff;}
.biaoti_02 em{ background:url(../images/line_04.jpg) bottom center no-repeat; width:38px; height:1px; display:inline-block; vertical-align:middle; margin:0px 35px;}




/*产品替代*/

.cfsb{width:1300px; margin:20px auto 20px auto;}
.cfsb ul{ width:1324px; margin-left:-12px;}
.cfsb li{ width:307px; height: auto; float:left; margin:10px 12px; padding:0px 0px 10px 0px;overflow:hidden; background:#f4f4f4;}
.cfsb li img{ width:295px; height:221px; padding:5px; border:1px solid #eee;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.cfsb li h2{ height:35px; line-height:35px; display:block; text-align:center; font-size:17px; margin:10px 0px 0px 0px; overflow:hidden;}
.cfsb li p{ height:28px; line-height:28px; display:block; text-align:center;font-size:15px;overflow:hidden;}
.cfsb li:hover img{transform:scale(1.04);-moz-transition:scale(1.04);-webkit-transition:scale(1.04);-o-transition:scale(1.04);}


/*行业应用*/
/*.hyyy_t{ width:100%; max-width:1500px; text-align:center;}
.hyyy_t li{ width:91px; height:91px; margin:0px 20px;display:inline-block; }
.hyyy_t li a{width:85px; height:85px; background-size:100% auto; display:block;border-radius:50%; border:3px solid #f3f3f3;}
.hyyy_t li a:hover{border:3px solid #014099}
.hyyy_t li.current a{border:3px solid #014099}*/

.tdhd_01{ width:51.5%; height:auto; float:right; margin:9px 0px 40px 0px; overflow:hidden; position:relative;}
.tdhd_01 img{ width:100%; height:auto;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.tdhd_01:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.tdhd_01 span{ height:50px; line-height:50px; display:block; background:rgba(0,0,0,0.5); width:100%; text-align:center; color:#fff; position:absolute; font-size:16px; bottom:0px;}

.tdhd_02{ width:47.5%; float: left;}
.tdhd_02 ul{ width:100%;}
.tdhd_02 li{ width:48%; height: auto; float:left; margin:9px 1%; overflow:hidden; position:relative;}
.tdhd_02 li img{ width:100%; height:auto;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.tdhd_02 li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.tdhd_02 li h2{ height:50px; line-height:50px; display:block; background:rgba(0,0,0,0.5); width:100%; text-align:center; color:#fff; position:absolute; bottom:0px;font-size:16px;}




/*企业视频*/
.video_l{ width:1003px; height:590px; background:#444; position: relative;}
.video_l img{ opacity:0.5;}
.video_l em{ width:140px; height:141px; background:url(../images/video_01.png) center center no-repeat; background-size:100% auto; position:absolute; left:50%; top:34%;margin-left:-85px;}


.video_r{ width:277px;}
.video_r li{ width:217px; height:73px; line-height:73px; background:url(../images/video_02.png) 10px center no-repeat #fff; padding:0px 0px 0px 60px; font-size:15px; display:block; overflow:hidden; margin:0px 0px 10px 0px;}
.video_r li:hover{background:url(../images/video_03.png) 10px center no-repeat #4090f9; color:#fff;}
.video_r li.current{background:url(../images/video_03.png) 10px center no-repeat #4090f9; color:#fff;}




.zzrz_r{ width:935px; height:353px; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding:40px; position:absolute; right:0px; top:80px; font-size:16px; line-height:30px; color:#444; overflow:hidden;}
.zzrz_r ul{ width:940px; margin-left:-2px;}
.zzrz_r li{ width:215px; height:286px; float:left; margin:0px 10px 35px 10px;}
.zzrz_r li img{ width:215px; height:286px;}
.zzrz_r .jrqywh{ height:45px; line-height:45px; border:1px solid #f1f1f1; display:inline-block; padding:0px 20px;}

.gczz_r{ width:935px; height:353px; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding:40px; position:absolute; right:0px; top:80px; font-size:16px; line-height:30px; color:#444; overflow:hidden;}
.gczz_r ul{ width:960px; margin-left:-12px;}
.gczz_r li{ width:300px; height:227px; float:left; margin:0px 10px 35px 10px;}
.gczz_r li img{width:300px; height:227px; display:block;}
.gczz_r li span{ height:45px; line-height:45px; display:block; text-align:center; background:#f3f3f3;}
.gczz_r .jrqywh{ height:45px; line-height:45px; border:1px solid #f1f1f1; display:inline-block; padding:0px 20px; margin:30px 0px 0px 0px;}

/*广告位*/
.add_01{ width:100%; height:147px; background:url(../images/add_01.jpg) top center no-repeat; padding:40px 0px 0px 0px; text-align:center;}
.add_01 h2{ font-size:45px; font-weight:bold; color:#fff; padding:0px 0px 10px 0px;}
.add_01 p{ font-size:18px; color:#fff;}

.add_02{ width:100%; height:700px; margin:0px 0px;}


.qywh_01{ width:100%; max-width:1500px; margin:40px auto; background:#fff; padding:25px; border-left:5px solid #014099;}
.qywh_01 img{ width:55%; float:right;}
.qywh_01 h2{ font-size:18px; font-weight:bold; margin:0px 0px 0px 0px; padding-bottom:0px;}
.qywh_01 p{ font-size:16px; line-height:28px;}
.qywh_01 ul{ float:left;}
.qywh_01 li{ clear:both; border-bottom:1px solid #eee; padding:10px 0px;}
.qywh_01 li h1{ font-size:60px; color:#014099; float:left; width:130px; background:url(../images/line_04.jpg) right center no-repeat; margin-right:30px;}




.qiehuan{ width:100%; max-width:1500px; margin:0px auto 20px auto; text-align:center;}
.qiehuan li{height:50px;line-height:50px; display:inline-block; margin:0px 10px; padding:0px 10px; overflow:hidden;}
.qiehuan li a{height:50px;line-height:50px; display:block; padding:0px 20px; font-size:16px;border:1px solid #f1f1f1; border-radius:5px;}
.qiehuan li a:hover{ border:1px solid #014099;color:#014099;}
.qiehuan li.current a{ border:1px solid #014099; color:#014099;}

/*研发能力*/
.yfnl{ width:100%; background:url(../images/yfnl_bg.jpg) center center no-repeat; padding:30px 0px;}
.yfnl .yfnl_01{ width:100%; max-width:1500px; margin:0px auto;}
.yfnl .yfnl_01 li{ width:25%; float:left; text-align:center;}
.yfnl .yfnl_01 li p{ color:#555; font-size:16px;background:url(../images/line_04.jpg) bottom center no-repeat; margin-bottom:10px; padding-bottom:10px;}
.yfnl .yfnl_01 li h2{ color:#014099; font-size:38px; font-weight:bold; }
.yfnl .yfnl_01 li h2 em{ font-size:25px;}

.yfnl_02{ width:49%; margin:40px 0px; overflow:hidden;}
.yfnl_02 img{ width:100%; height:auto;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.yfnl_02 p{background-image: linear-gradient(to right, #014099, #0c82eb); color:#fff; padding:30px; line-height:30px; font-size:18px; position:relative; z-index:999;}
.yfnl_02:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}

/*来料控制*/
.llkz{ width:100%; max-width:1500px; margin:0px auto 40px auto;}
.llkz ul{ width:101%; margin-left:-0.5%;}
.llkz li{ width:48.5%; float:left; padding:20px; background:#f5f5f5; margin:10px 0.5%;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.llkz li img{ float:left; margin:0px 20px 0px 0px;}
.llkz li h2{ font-size:18px; font-weight:bold; color:#333;}
.llkz li p{ font-size:16px; color:#666; padding:5px 0px 0px 0px;}
.llkz li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); background:#fff;}


/*生产控制*/
.zlgk{ width:1500px; height: auto; background:#fff;padding:30px; margin:20px auto;}
.zlgk img{ width:45%; height: auto; float:left;}
.zlgk .zlgk_n{ width:52%; height:auto; float: right; padding:40px;}
.zlgk .zlgk_n h2{ font-size:22px; color:#333333; height:60px; line-height:60px; font-weight:bold;}
.zlgk .zlgk_n p{ line-height:35px; background:url(../images/zlgk_t2.png) left 10px no-repeat; padding:0px 0px 0px 15px; color:#555;}


.zlgk_t{ width:100%; max-width:1500px;margin:20px auto; background:url(../images/zlgk_bg.png) top center no-repeat;}
.zlgk_t li{ width:11.111%; height:80px; line-height:80px; text-align:center; float:left;}
.zlgk_t li a{ width:100%; font-size:18px; height:80px; line-height:80px; background:url(../images/zlgk_t1.png) center 5px no-repeat; display:block;}
.zlgk_t li a:hover{background:url(../images/zlgk_t2.png) center 5px no-repeat; color:#014099;}
.zlgk_t li.current a{background:url(../images/zlgk_t2.png) center 5px no-repeat;color:#014099;}

/*生产控制*/
.solve-box {position: relative; width:100%; max-width:1500px; margin:100px auto;}
.solve-box:after {display: block;content: '';width: 0;height: 0;clear: both;}
.solve-box:before {display: block;content: '';background-color: #014099;width: 281px;height: 360px;position: absolute;bottom: -38px;left: 0;z-index: 1;}
.solve-box dd {float:left;width:23%;height:413px;background-color:#f4f5f7; margin:0px 1%;position: relative; z-index: 2;padding: 0 40px;box-sizing: border-box;transition:0.3s;}
.solve-box dd:hover{transform: translate(0,-8px);}
.solve-box dd:first-child {background: url("../images/solve-img1.png") no-repeat bottom center #f4f5f7;}
.solve-box dd:first-child + dd {background: url("../images/solve-img2.png") no-repeat 80% 94% #f4f5f7;}
.solve-box dd:first-child + dd + dd {background: url("../images/solve-img3.png") no-repeat 80% 94% #f4f5f7;}
.solve-box dd:first-child + dd + dd + dd {background: url("../images/solve-img4.png") no-repeat 80% 94% #f4f5f7;}
.solve-box dd .solve-index {position: absolute;top: -34px;left: 40px;z-index: 1;}
.solve-box dd .name {font-size: 20px;font-weight: bold;color: #014099;margin-top: 2px;}
.solve-box dd .solve-title {margin-top: 36px;font-size: 20px;color: #333333;font-weight: bold;}
.solve-box dd .solve-des {font-size: 16px;line-height: 32px;color: #666666;margin-top: 18px;}




.erji{ float:right;}
.erji li{height:60px;line-height:60px; display:inline-block; margin:0px; padding:0px;}
.erji li a{height:60px;line-height:60px; display:block; padding:0px 40px; font-size:18px;}
.erji li a:hover{ background:#014099; color:#fff;}
.erji li.current a{ background:#014099; color:#fff;}

.yidong{ display:none;}

/*新闻动态*/
.news_t{ width:100%; margin:15px 0px 15px 0px; overflow:hidden;padding:15px; border:1px solid #eee; background:#f9f9f9;}
.news_t .xwzx_p{ width:30%; height: auto;}
.news_t .news_c{ width:68%; padding:60px 0px 0px 0px; margin:0px 0px 0px 2%;}
.news_t .news_c h2{ height:35px; line-height:35px; display:block; overflow:hidden; margin:0px 0px 10px 0px; padding:0px 0px 0px 0px;}
.news_t .news_c h2 a{ font-size:20px; color:#030303;}
.news_t .news_c h2 a:hover{ color:#014099;}
.news_t .news_c h3{ height:35px; line-height:35px; display:block; overflow:hidden; margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; font-size:16px;}
.news_t .news_text{ height:85px; display:block; overflow:hidden; font-size:16px; line-height:30px; color:#666;}
.news_t span{ height:30px; line-height:30px; color:#666; background:url(../images/ll_01.png) left center no-repeat; background-size:32px auto; padding:0px 0px 0px 35px; margin:0px 0px 0px 0px; display:block;}


.news{ width:100%; margin:15px 0px 15px 0px; overflow:hidden;}
.news li{ padding:15px; border:1px solid #eee; overflow:hidden; margin:0px 0px 15px 0px;}
.news li .xwzx_p{ width:20%; height: auto;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.news li .xwzx_p:hover{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.news li .news_c{ width:67%; padding:0px 3% 0px 0px; margin:0px 0px 0px 30px; border-right:1px solid #eee;}
.news li .news_c h2{ height:35px; line-height:35px; display:block; overflow:hidden; margin:5px 0px 10px 0px; padding:0px 0px 10px 0px; background:url(../images/line_04.jpg) left bottom no-repeat;}
.news li .news_c h2 a{ font-size:18px; font-weight:bold; color:#333;}
.news li .news_c h2 a:hover{ color:#014099;}

.news li .news_text{ height:85px; display:block; overflow:hidden; font-size:16px; line-height:30px; color:#666;}
.news li span{ height:30px; line-height:30px; color:#666; background:url(../images/ll_01.png) left center no-repeat; background-size:32px auto; padding:0px 0px 0px 35px; margin:10px 0px 0px 0px; display:block;}
.news li .date{ width:10%; text-align:center; color:#014099; padding:60px 0px 0px 0px;}
.news li .date em{ font-size:35px; color:#014099; padding:0px 0px 10px 0px; display:block; font-weight:bold;}
.news li:hover{ background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}



.rlzy_01{ width:100%; margin:20px auto 0px auto;background:url(../images/yh_02.png) right bottom no-repeat; overflow:hidden;}
.rlzy_01 img{ width:477px; height:410px;}
.rlzy_01 .rlzy_01_c{ width:628px; height:282px; padding:35px;margin:60px 0px 0px 0px;font-size:16px; line-height:35px; color:#444; text-indent:2em; background:#efefef; border-radius:5px;}


/* 招贤纳士 */
.jobsList{width:100%; margin:0px 0px 30px 0px;overflow:hidden;}
.jobTitle{height:50px;line-height:50px;background:#014099;color:#fff;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}
.jobTitle span{display:block;width:25%;height:50px;float:left;text-align:center;font-size:16px;}
.jobsList dd{height:55px;line-height:55px;border:1px solid #e5e5e5;background:#fff;cursor:pointer;position:relative;border-top:none; overflow:hidden;}
.jobsList dd em{display:block;width:8px;height:7px;background:url(../images/iconf.jpg) no-repeat;cursor:pointer;position: absolute;top:21px;right:28px;}
.jobsList dd.on{background:#eee; color:#444;}
.jobsList dd.on em{background:url(../images/icong.jpg) no-repeat;}
.jobsList dd span{display:block;float:left;width:25%;height:48px;text-align:center;font-size:15px;}
.jobsList dt{border:1px solid #e5e5e5;border-top:none;padding:30px 90px;background:#fff;font-size:15px; line-height:26px; color:#454545;}
.apply{width:auto;height:45px;line-height:45px;margin-top:15px;color:#fff;font-size:16px; background:#1086e1; display:inline-block; padding:0px 30px; border-radius:8px;}
.jobsList dt h2{ font-size:15px; font-weight:bold; padding:0px 0px 10px 0px;}
.apply:hover{background-color:#014099;color:#fff;}

/*人才招聘*/
.job_01{ width:100%; max-width:1500px; background:url(../images/job_01.jpg) center center no-repeat; padding:100px 60px; color:#fff; margin:0px 0px 30px 0px;}
.job_01 .job_01_c{ width:50%;}
.job_01 .job_01_c h2{ font-size:25px; line-height:50px; padding:0px 0px 25px 0px;}
.job_01 .job_01_c p{ font-size:18px; line-height:40px;}

.job_02{width:100%; max-width:1500px;margin:0px 0px 50px 0px; color:#fff; overflow:hidden;}
.job_02 li{ background:#014099; width:31.333%; float:left; padding:35px; margin:0px 1.5%; text-align:center; min-height:260px;}
.job_02 li img{ display:block; margin:0px auto 30px auto;}
.job_02 li:nth-child(1){ margin-left:0px;}
.job_02 li:nth-child(2){ background:#1480d3;}
.job_02 li:nth-child(3){ background:#1a77be; margin-right:0px;}

.fkxx_l{ width:25%; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); border-radius:8px; padding:20px; color:#333;}
.fkxx_l h2{font-size:20px; font-weight:bold; padding:0px 0px 10px 0px;}

.fkxx_r{ width:74%;color:#333;}
.fkxx_r li:first-child{ width:100%; text-align:center; font-size:20px; font-weight:bold; margin-bottom:27px;}
.fkxx_r li{ width:23%; float:left;background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); border-radius:8px; padding:25px 20px; margin:0px 1%;}


/*方案内容*/
.content_h1{ font-size:20px; font-weight:bold; color:#2d3b49; background:url(../images/line_03.jpg) left bottom no-repeat; margin:35px 0px 20px 0px; padding:0px 0px 15px 0px;}
.content_h2{ font-size:20px; font-weight:bold; color:#0089cf; background:url(../images/line_05.png) center center no-repeat; margin:35px 0px 35px 0px; padding:0px 0px 0px 0px; text-align:center;}

/*联系我们*/
.amap-marker-label{ padding:20px; border-radius:5px; border:1px solid #266bb9; font-size:16px; line-height:28px;}


.lxwm_02{ width:100%; margin:30px auto;}
.lxwm_02 li{ background:#fff; border-radius:15px; height:300px; text-align:center; padding:15px 10px 15px 10px; width:23%; margin:0px 1%; float:left;box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
.lxwm_02 li img{ margin:25px 0px 0px 0px; width:90px; height:auto;}
.lxwm_02 li h2{ font-size:20px; font-weight:bold; color:#333; padding:20px 0px 15px 0px;}
.lxwm_02 li p{ font-size:18px; color:#787878; line-height:30px;}
.lxwm_02 li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}




.wd .top{width:80%;text-align:center;margin:50px auto;overflow: hidden;}
.wd .top span{float:left; display: inline-block;width:33.3%;padding:0 30px;color:#fff;font-size:20px;}
.wd .top span em{ display: block; width:50px;height:50px;margin:0 auto 10px; background-position:center; background-repeat:no-repeat ;}
.wd .top span.x1 em{ background-image:url(../images/ico001.png);}
.wd .top span.x2 em{ background-image:url(../images/ico002.png);}
.wd .top span.x3 em{ background-image:url(../images/ico003.png);}

.baojia{ width:100%; background:url(../images/baojia_bg.jpg) center center no-repeat; padding:10px 0px;}
.post-form{ width:80%; margin:0px auto;}
.post-form p input{ font-size:16px;height:52px; line-height:52px; width:97%; border:0; padding-left:4%; background:none; }
.post-form span{position:absolute; right:10px; top:0px; z-index:999; width:130px; text-align:right; font-size:14px; color:#f00;}
.llys_t11{ width:31%; border:none; height:52px; line-height:52px; padding:0px 0px 0px 0px;  border:1px solid #eee; background:#fff;float:left; position:relative;border-radius:8px;}
.llys_t12{ width:31%; border:none; height:52px; line-height:52px; padding:0px 0px 0px 0px;  border:1px solid #eee; background:#fff;margin:0px 3.5%; float:left;position:relative;border-radius:8px;}
.llys_t13{ width:31%; border:none; height:52px; line-height:52px; padding:0px 0px 0px 0px;  border:1px solid #eee; background:#fff;float:right;position:relative;border-radius:8px;}

.llys_t2{ width:99%; border:none; height:52px; line-height:52px; padding:0px 0px 0px 1%; margin:20px 0px; }
.llys_t3{ width:100%; border:none; height:120px; background:#fff; line-height:30px; border:1px solid #eee; padding:0px 0px 0px 1%; margin:20px 0px 20px 0px; font-size:17px;}

.llys_tj{ width:100%; text-align:center;}

.llys_t4{ width:100%; height:110px; line-height:30px;border:1px solid #eee;background:#fff; margin:35px 0px 25px 0px; padding:15px;border-radius:8px;}

.llys_t5{ width:auto !important;height:55px !important; line-height:55px !important; background:#014099; border:none; color:#fff;border-radius:5px;padding:0px 60px !important; font-size:18px; margin:15px 0px 40px 0px;display:inline-block;}
.llys_t5:hover{ cursor:pointer}

/*产品列表*/
.pro_list{ width: 100%;max-width:1500px; margin:10px auto 20px auto;}
.pro_list li{ width:31.333%; height: auto; float:left; margin:10px 1%; position:relative; overflow:hidden;}
.pro_list li img{ width:100%; height:auto;}
.pro_list li span{ height:55px; line-height:55px; font-size:16px; border-bottom:1px solid #eee; display:block; background:url(../images/icon-see.png) right center no-repeat;}
.pro_list li div{ position:absolute;width: 100%;max-width:1500px; height:100vh; right:-100%; top:0px; text-align:center;background:rgba(0,155,76,0.8); color:#fff; padding:90px 5%; overflow:hidden;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.pro_list li div h2{ font-size:18px; font-weight:bold; padding:20px 0px;}
.pro_list li div p{ font-size:16px; line-height:30px;}
.pro_list li:hover div{right:0px;}


/*相关产品*/
.pro_list2{ width:100%; max-width:1500px; margin:20px auto;}
.pro_list2 ul{ width:101.6%; margin-left:-0.8%;}
.pro_list2 li{ width:23%; height: auto; float:left; margin:10px 1%; position:relative; overflow:hidden;}
.pro_list2 li img{ width:100%; height:auto;}
.pro_list2 li span{ height:55px; line-height:55px; font-size:16px; border-bottom:1px solid #eee; display:block; background:url(../images/icon-see.png) right center no-repeat;}
.pro_list2 li div{ position:absolute;width: 100%;max-width:1500px; height:100vh; left:-100%; top:0px; text-align:center;background:#014099;color:#fff; padding:35px 5%; overflow:hidden;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.pro_list2 li div h2{ font-size:18px; font-weight:bold; padding:20px 0px;}
.pro_list2 li div p{ font-size:16px; line-height:30px;}
.pro_list2 li:hover div{left:0px;}




/*生产实力*/



.scsl_h{ width:100%; height:600px; overflow:hidden;}
.scsl_h1{ width:100%; height:350px; overflow:hidden;}
.scsl{width:94%; max-width:1500px; margin:30px auto 0px auto; overflow:hidden;}
.scsl li{ width:25%; height: auto; float:left; margin:10px 0px; overflow:hidden; text-align:center;}
.scsl li a{ width:94%; display:block; margin:0px auto;border:1px solid #eee;}
.scsl li img{ width:100%; height:auto; padding:5%; background:#fff;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out; display:inline-block;}
.scsl li span{ height:40px; line-height:40px; display:block; color:#232323; font-size:16px; text-align:center;}
.scsl li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.scsl p{ text-align:center; font-size:18px; line-height:30px; padding:0px 50px 40px 50px;}



.yrln{ width:100%; max-width:1500px; margin:20px auto 40px auto;}
.yrln p{ padding:20px 0px;}
.yrln li{ width:20%; float:left; margin:25px 0px; text-align:center;}
.yrln li img{ display: block; margin:0px auto; margin-bottom:25px;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.yrln li span{ height:30px; line-height:30px; display:block;}
.yrln li:hover img{-webkit-transform: rotate(360deg) skew(0deg) scale(1.0) translate(0px,0);-moz-transform: rotate(360deg) skew(0deg)scale(1.0) translate(0px,0);}

.about_01{ width:100%; max-width:1500px; margin:35px auto;}
.about_01_01{ width:44%; float:left; padding-right:30px;}
.about_01 h2{ font-size:20px; font-weight:bold; color:#014099; padding:20px 0px 10px 0px;}
.about_01 p{ text-indent:2em; line-height:28px; margin-bottom:10px; font-size:18px;}
.about_01 img{ max-width:100%; height:auto;}


/*荣誉资质*/
.gszz{ width:100%; max-width:1500px; height:300px; margin:10px auto 10px auto; overflow:hidden;}
.gszz li{ width:25%; height: auto; float:left; margin:10px 1% 10px 1%; overflow:hidden; }
.gszz li img{ width:100%; height: auto; padding:0px; border:0px solid #eee;background:#fff;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.gszz li span{ height:40px; line-height:40px; display:block; color:#444; font-size:16px; text-align:center;}

/*
.mr_frbox1{ position:relative; width:1328px;height: auto; margin:0px auto 20px auto; overflow:hidden;}
.mr_frbox1 .prev{position:absolute; left:6px; top:35%; width:56px; height:56px; z-index:10;}
.mr_frbox1 .next{position:absolute; right:0px; top:35%; width:56px; height:56px; z-index:10;}
*/

.bigimg{width:600px !important; height:auto !important;position: fixed;left: 0;top:40px; right: 0;bottom: 0;margin:auto;display: none;z-index:99999;border: 10px solid #fff;}
.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background:url(../images/bg_04.png) repeat;z-index:9999;transition:all 1s;display: none}
.bigbox{width:840px;background: #fff;border:1px solid #ededed;margin:0 auto;border-radius: 10px;overflow: hidden;padding:10px;}
.bigbox>.imgbox{width:auto;height: auto;float:left;border-radius:5px;overflow: hidden;margin: 0 10px 10px 10px;}
.bigbox>.imgbox>img{width:100%;}
.imgbox:hover{cursor:zoom-in}
.mask:hover{cursor:zoom-out}
.mask>img{position:fixed; right:50px;top:50px;width:60px; z-index:99999}
.mask>img:hover{cursor:pointer}



#main {overflow: hidden; zoom: 1; position: relative; margin-bottom:40px; }
#index_b_hero { width: 960px; height:600px; margin: auto; position: relative; }
#index_b_hero img { width: 950px; height: 590px; }
#index_b_hero .heros { width: 960px; height: 600px; }
#index_b_hero .hero-wrap { overflow: visible; position: absolute; }
#index_b_hero .next, #index_b_hero .prev { filter: alpha(Opacity=70); opacity: .7; position: absolute; top: 50%; margin-top: -25px; margin-left: 5px; background-color: #303030; z-index: 3; }
#index_b_hero .next:hover, #index_b_hero .prev:hover { background-color: orangered; }
#index_b_hero .next { margin: -25px 5px 0 0; right: 5px; }
#index_b_hero .disabled { background-color: #eee; }
#index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero { background: #fff; padding: 5px; z-index: 1; position: absolute; top: 0; left: 0; width: 950px; height:590px; overflow: hidden; left: 1920px; }
#index_b_hero .mask-right, #index_b_hero .mask-left { z-index: 4; left: -960px; filter: alpha(Opacity=50); opacity: .5; background: #fff; overflow: hidden; }
#index_b_hero .mask-right { left: 960px; }
#index_b_hero .active { z-index: 2; left: 0; }

.icon-arrow-a-left, .icon-arrow-a-right { background: url(../images/icon-sd26986d847.png) no-repeat; }
.icon-arrow-a-left { background-position: 0 0; height: 50px; width: 50px; }
.icon-arrow-a-left:hover, .icon-arrow-a-left.arrow-a-left_hover, .icon-arrow-a-left.arrow-a-left-hover { background-position: -60px 0; }
.icon-arrow-a-right { background-position: -120px 0; height: 50px; width: 50px; }
.icon-arrow-a-right:hover, .icon-arrow-a-right.arrow-a-right_hover, .icon-arrow-a-right.arrow-a-right-hover { background-position: -180px 0; }



.fzlc{ width:1319px; background:url(../images/fzlc_bg.png) center center no-repeat; height:310px; overflow:hidden;}
.fzlc li{ width:200px; height:155px; float:left;padding:0px 0px 0px 60px;}
.fzlc li h2{ font-size:22px; font-weight:bold; color:#014099; height:40px; line-height:40px; display:block; overflow:hidden;}
.fzlc li p{ font-size:17px;color:#454545; height:120px; line-height:30px; display:block; overflow:hidden;}
.fzlc li:nth-child(2n-1) { background:url(../images/fzlc_01.png) 30px bottom no-repeat;}
.fzlc li:nth-child(2n) { background:url(../images/fzlc_02.png) 30px bottom no-repeat; padding-top:150px;}
.fzlc li:nth-child(2n) h2{ margin:30px 0px 0px 0px;}


/*Timeline000312 */
.Timeline000312{ width:100%; max-width:1500px; margin:0px auto 40px auto;}
.Timeline000312 .year{ position:relative; padding:2% 0 4% 0;color:#6e6e6e;}
.Timeline000312 .year::before{ content:''; width:1px; height:98%;  top:2%; position:absolute; background-color:#ededed; z-index:0;}
.Timeline000312 ul{ position:relative; z-index:1;}
.Timeline000312 ul::before{ content:''; display:block; height:20px; width:20px; border-radius:50%; font-size:0; background:#fff;border:4px solid #016fba; margin:0 auto;}
.Timeline000312 li{position:relative; border-bottom:1px solid #ededed; padding:3% 0;  }
.Timeline000312 li:nth-child(2n){}
.Timeline000312 li:nth-child(2n-1){}
.Timeline000312 li::before{width:10px; height:10px;border:2px solid #016fba;  border-radius:50%;position:absolute; left:-4px; bottom:-4px; content:''; background:#fff;}
.Timeline000312 li .txt{  position:relative; min-height:90px; font-size:16px; line-height:28px;}
.Timeline000312 li .txt .word{overflow:auto; max-height: 120px;}
.Timeline000312 li .txt .word:hover{ text-decoration: underline; }
.Timeline000312 li:nth-child(2n) .txt{padding:0 4% 0 350px;}
.Timeline000312 li:nth-child(2n-1) .txt{padding:0 47% 0 4%;}
.Timeline000312 li .txt figure{transition:all ease 0.5s; position:absolute;top:-40px;width:270px; height:140px;}
.Timeline000312 li:nth-child(2n) .txt figure{ left:0; }
.Timeline000312 li:nth-child(2n-1) .txt figure{ right:0; }
.Timeline000312 li .txt figure img{ position:absolute; max-width:100%; max-height:100%; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.Timeline000312 li.has-info .txt{ cursor:pointer;}
/*.Timeline000312 li.has-info:hover .txt{ text-decoration:underline;}*/
.Timeline000312 li.has-info:hover .txt figure{ transform:scale(1.1);}
.Timeline000312 li .txt h3{margin: 0;font-size: 20px;color: #555;padding-bottom: 7px; }
.Timeline000312 li .info{ display:none;}
@media(min-width:641px){
.Timeline000312 .year::before{left:50%;margin-left:-0.5px; }
.Timeline000312 li{width:50%;}
.Timeline000312 li:nth-child(2n)::before{ display:none;}
.Timeline000312 li:nth-child(2n){ min-height:150px; padding-top:6%; }
.Timeline000312 li:nth-child(2n-1){float:right; min-height:90px; z-index:10; }
}
@media(max-width:1024px){
.Timeline000312 li .txt figure{ width:120px; }
.Timeline000312 li:nth-child(2n){ padding-left: 0; }
.Timeline000312 li:nth-child(2n) .txt{ padding-left: 150px; }
}
@media(max-width:768px){
.Timeline000312 .year::before,
.Timeline000312 li::before,
.Timeline000312 ul::before{ display: none; }
.Timeline000312 li.has-info:hover .txt figure{ transform:none;}
.Timeline000312 li{ width:100%; margin-bottom: 20px;  }
.Timeline000312 li .txt figure{ position: relative;  width: 80%; height: auto; top: inherit; padding-bottom: 20px;}
.Timeline000312 li:nth-child(2n) .txt,
.Timeline000312 li:nth-child(2n-1) .txt{padding:0;}
.Timeline000312 li .txt figure img{ position:relative; max-width:100%; max-height:100%; left:inherit; top:inherit; transform:none; -webkit-transform:none;}

.Timeline000312 li .txt .word{ text-align:center;}
}
@media(max-width:640px){
.Timeline000312 .year{ margin:0 2%;}
.Timeline000312 .year::before{ left:0;}
}

.Timeline000312 .more{ text-align:center; padding-bottom:50px;}
.Timeline000312 .more a{width: 126px;padding-left: 24px;height:35px; text-align:left;line-height: 35px;display: inline-block;color: #fff;font-size: 13px; background:url(../images/Timeline000312-more_hover.png) no-repeat 90% center #016fba;}
.Timeline000312 .more a:hover{ color:#6f6f6f; background-image:url(../images/Timeline000312-more.png); background-color:#eee;}

.Timeline000312 .fixed_scroll{ display:none; position:fixed; z-index:200; background:rgba(0,0,0,0.5); width:100%; height:100%; left:0; top:0;}
.Timeline000312 .fixed_scroll .ytable{ height:100%;}
.Timeline000312 .fixed_scroll .inner{ position:relative; margin:0 auto; padding:10px; width:95%; max-width:900px;background-color:#fff; border-radius:5px;}
.Timeline000312 .fixed_scroll .close{ position:relative; float:right; width:33px; height:33px;cursor:pointer; overflow:hidden; font-size:0;}
.Timeline000312 .fixed_scroll .close::before,
.Timeline000312 .fixed_scroll .close::after{ position:absolute; content:''; width:100%; height:3px; background:#333; left:0; top:50%; margin-top:-1.5px; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.Timeline000312 .fixed_scroll .close::after{transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.Timeline000312 .fixed_scroll .close:hover{ background:#ccc;}

.Timeline000312 .scroll-pane{ clear:both; height:326px; overflow:auto; margin-top:10px;}
.Timeline000312 .scroll-pane .info{ padding:0 15px;}
.Timeline000312 .jspContainer{overflow: hidden;position: relative;}
.Timeline000312 .jspPane{position: absolute;}
.Timeline000312 .jspVerticalBar{position: absolute;top: 0;right: 0;width: 16px;height: 100%;background: red;}
.Timeline000312 .jspHorizontalBar{position: absolute;bottom: 0;left: 0;width: 100%;height: 16px;background: red;}
.Timeline000312 .jspCap{display: none;}
.Timeline000312 .jspHorizontalBar .jspCap{float: left;}
.Timeline000312 .jspTrack{background:url(../images/Timeline000312-scrollbg.png) repeat-y center top #fff;position: relative;}
.Timeline000312 .jspDrag{background:url(../images/Timeline000312-handler.png) no-repeat center top;position: relative;top: 0;left: 0;cursor: pointer;}
.Timeline000312 .jspHorizontalBar .jspTrack,
.Timeline000312 .jspHorizontalBar .jspDrag{float: left;height: 100%;}
.Timeline000312 .jspArrow{background: #50506d;text-indent: -20000px;display: block;cursor: pointer;padding: 0;margin: 0;}
.Timeline000312 .jspArrow.jspDisabled{cursor: default;background: #80808d;}
.Timeline000312 .jspVerticalBar .jspArrow{height: 16px;}
.Timeline000312 .jspHorizontalBar .jspArrow{width: 16px;float: left;height: 100%;}
.Timeline000312 .jspVerticalBar .jspArrow:focus{outline: none;}
.Timeline000312 .jspCorner{background: #eeeef4;float: left;height: 100%;}






.more_01{ width:260px; height:60px; line-height:60px; margin:0px auto 30px auto;  text-align:center;}
.more_01 a{height:60px; line-height:60px; display:block; padding:0px 20px 0px 0px; border-radius:10px;border:1px solid #eee;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;background:url(../images/jt_04.png) 80% center no-repeat #014099; color:#fff;}
.more_01 a:hover{ background:url(../images/jt_02.png) 80% center no-repeat #fff; color:#444;}


.more_02{ width:260px; height:55px; line-height:55px; margin:45px auto 45px auto;  text-align:center;}
.more_02 a{height:55px; line-height:55px; display:block; background:url(../images/jt_03.png) 80% center no-repeat; color:#fff; padding:0px 20px 0px 0px;border:1px solid #fff; font-size:16px; border-radius:30px;}
.more_02 a:hover{background:url(../images/jt_04.png) 80% center no-repeat #014099; color:#fff;}




/*方案中心*/
.fazx_01{ width:100%; max-width:1500px; margin:20px auto;}
.fazx_01 li{ width:100%; height: auto; margin:15px 0px; float:left; padding:30px; background:#fff; border-radius:8px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);overflow:hidden;}
.fazx_01 li:nth-child(2n) .fazx_01_p{ float:right;}
.fazx_01 li .fazx_01_p{ width:30%; height: auto; float:left;display:block; margin:0px 0px 0px 0px;}

.fazx_01 li h2{ height:45px; line-height:45px; display:block; overflow:hidden; margin:20px 0px 10px 0px; padding:0px 45px; position:relative; background:url(../images/line_04.jpg) 45px bottom no-repeat;z-index:9999; font-weight: bold;}
.fazx_01 li h2 a{font-size:22px; color:#121212;}
.fazx_01 li h2 a:hover{ color:#014099;}
.fazx_01 li p{ font-size:16px; color:#787878; line-height:28px; display:block; overflow:hidden; height: auto; padding:0px 45px; }
.fazx_01 li span{ font-size:16px; color:#787878; height:45px; display: inline-block; border:1px solid #ddd; overflow:hidden;  margin:25px 45px 0px 45px; border-radius:8px;}
.fazx_01 li span a{font-size:16px; color:#787878; height:45px; line-height:42px; display: block;padding:0px 25px;}
.fazx_01 li span a:hover{}



/*服务支持*/
.fwzc_01{ width:100%; max-width:1500px; background:url(../images/fwzc_01.jpg) center center no-repeat; padding:100px 60px; color:#fff; margin:30px 0px 30px 0px;}
.fwzc_01 .fwzc_01_c{ width:50%;}
.fwzc_01 .fwzc_01_c h2{ font-size:25px; line-height:50px; padding:0px 0px 10px 0px; font-weight:bold;}
.fwzc_01 .fwzc_01_c p{ font-size:18px; line-height:40px;}



/*优势*/
.ys_01{ width:1300px; margin:0px auto;}
.ys_01 ul{ width:1320px; margin-left:-10px;}
.ys_01 li{ width:312px; height:400px; margin:10px 9px; float:left; background:#fff; text-align:center; overflow:hidden; position:relative;}
.ys_01 li .ys_01_p{ width:312px; height:247px; display:block;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.ys_01 li:hover .ys_01_p{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.ys_01 li h2{ height:35px; line-height:35px; display:block; overflow:hidden; margin:45px 0px 0px 0px; position:relative; background:#fff; z-index:10; font-weight: bold;font-size:18px; clear:#121212;}
.ys_01 li p{ font-size:15px; color:#787878; line-height:26px; display:block; overflow:hidden; height:52px; padding:0px 15px;}
.ys_01 li span{ font-size:15px; color:#787878; line-height:26px; display:block; overflow:hidden; height:26px;}
.ys_01 li .ys_01_p1{ width:58px; height:58px; padding:12px; border-radius:50%; background:#fff; position:absolute; left:50%; top:200px; margin-left:-40px; z-index:9999;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}





/*视频中心*/
.spzx_01{ width:1300px; margin:0px auto;}
.spzx_01 ul{ width:1320px; margin-left:-10px;}
.spzx_01 li{ width:312px; height:270px; margin:10px 9px; float:left; background:#fff;overflow:hidden;}
.spzx_01 li .spzx_01_p{ width:312px; height:213px; display:block;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.spzx_01 li:hover .spzx_01_p{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.spzx_01 li h2{ height:35px; line-height:35px; display:block; overflow:hidden; margin:10px 0px 0px 0px; position:relative; background:#fff; z-index:9999; padding:0px 10px;font-weight: bold;font-size:16px; color:#121212; text-align:center;}
.spzx_01 li h2:hover{ color:#014099;}

iframe{ border:none;}

.gysd{ width:1300px; margin:40px auto;}
.gysd li{ width:23%; margin:0px 1%; float:left; text-align:center;}
.gysd li img{ width:113px; height:auto; display:inline-block;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.gysd li h2{ font-size:35px; color:#444; font-weight:bold; border-bottom:1px solid #eee; height:75px; line-height:75px; margin:0px 0px 15px 0px;}
.gysd li h2 em{ font-size:25px;}
.gysd li p{ font-size:16px; color:#666666; line-height:28px;}
.gysd li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}









/*产品详情页*/
#ifocus {width:676px; height: auto; margin-top:25px;float:left;}
#ifocus ul{ margin:0; padding:0; list-style:none;}
#ifocus li{ list-style:none;}
#ifocus_btn {display:inline; float:left; width:120px; margin-right:20px;}
#ifocus_btn li {width:120px; height:102px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); margin:0px 0px 6px 0px;}
#ifocus_btn img {width:118px; height:100px;border:1px solid #f1f1f1;}
#ifocus_btn .current img{opacity:1; -moz-opacity:0.5; filter:alpha(opacity=100);border:1px solid #014099;}
#ifocus_pic {position:relative; float:left; width:491px; height:433px; overflow:hidden;}
#ifocus_piclist {position:absolute; float:right; display:inline}

.pro_r2{ width:740px; padding-top:30px;}
.pro_r2 .biaoti{ padding-top:10px;font-size:25px; font-weight: bold;line-height:40px;}
.pro_r2 .anniu_01{ padding:0px 35px; margin:25px 25px 0px 0px;height:46px; line-height:46px; text-align:center; background:#014099; border-radius:8px; display: inline-block; font-size:16px; color:#fff;}
.pro_r2 .anniu_01:hover{ background:#b70615;}
.pro_r2 .anniu_02{ padding:0px 35px; margin:25px 0px 0px 0px;height:46px; line-height:46px; text-align:center; background:#014099; border-radius:8px; display: inline-block; font-size:16px; color:#fff;}
.pro_r2 .anniu_02:hover{ background:#666;}

.pro_t{ height:50px; line-height:50px; background:#f1f1f1; margin:30px 0px 20px 0px;}
.pro_t span{ background:#fff; padding:0px 25px; color:#014099; border-left:3px solid #014099; font-size:16px; font-weight:bolder; display:inline-block;}
.pro_c2{ padding:10px; margin:0px 0px 30px 0px; font-size:15px; line-height:28px;}
.pro_c2 img{ max-width:1300px;}
/*.pro_c2 table{ width:100%;border-bottom:1px solid #eee;border-left:1px solid #eee; background:#fff; max-width:1500px; margin:0px auto; text-align:center;}
.pro_c2 table th{ padding:15px 0px; font-weight:bold;border-top:1px solid #30d581;border-right:1px solid #30d581; background:#014099; color:#fff;}
.pro_c2 table td{border-top:1px solid #eee;border-right:1px solid #eee; padding:15px 10px;}
.pro_c2 table tr:hover{ background:#f3f3f3; color:#444;}*/

.pro_r_ny{ height:auto;background:#f3f3f3;padding:25px 25px;margin:15px 0px;line-height:30px; font-size:16px; line-height:26px; color:#787878; overflow:hidden;}
.pro_r_ny p{ font-size:16px;line-height:30px;}

.add_01{ width:100%; height:auto; background:url(../images/add_01.jpg) center center no-repeat; padding:55px 0px 55px 0px; text-align:center; color:#fff;}
.add_01 span{ font-size:16px;}
.add_01 h2{ font-size:40px; font-weight:bold; padding:15px 0px 20px 0px;}
.add_01 p{ font-size:18px; }

.ydlx{ display:none;}
/*网站底部*/
.dibu01{ width:100%; padding-top:40px;}
.dibu01 img{ width:260px; height:auto;}
.dibu02{width:100%;padding:40px 0px; border-bottom:1px solid #bbb; margin-bottom:0px;}
.dibu02 .dibu02_l{ width:30%; float:left; line-height:35px;}
.dibu02 .dibu02_l em{ font-size:30px; font-weight:bold; color:#014099;}
.dibu02 .dibu02_m{ width:50%; float:left;line-height:28px;}
.dibu02 .dibu02_r{ width:20%; float:left; text-align:center;line-height:28px;}
.dibu02 .dibu02_r img{ width:45px; height:auto; margin:0px 10px;}

/*网站底部*/
.footer{height: auto;overflow: hidden;color: #808080;line-height: 24px;padding:0px 0px 0px 0px; background:#1e2832;}
.footer_ul{ width:100%; padding:50px 0px 40px 0px;}
.footer_ul li{ float:left;margin:0px 0px 0px 0px; min-height:210px;font-size:15px;}
.footer_ul li a{ font-size:15px;}


.footer_ul li.footer_ul_01{ width:30%; padding:0px 40px 0px 0px;}
.footer_ul li.footer_ul_01 img{ width:60px; height:auto; vertical-align:middle; padding-right:10px;}
.footer_ul li.footer_ul_01 h2{font-size:16px; color:#fff; font-weight:bold; padding:0px 0px 15px 0px; margin:0px 0px 15px 0px; display:inline-block; background:url(../images/line_03.jpg) left bottom no-repeat;}
.footer_ul li.footer_ul_01 em{font-size:18px; font-weight: bold; padding:8px 0px 0px 0px; display:inline-block;}
.footer_ul li.footer_ul_02{ width:12%; padding:0px 40px 0px 60px;}
.footer_ul li.footer_ul_03{ width:14%; padding:0px 40px 0px 60px;}
.footer_ul li.footer_ul_04{ width:13%; padding:0px 40px 0px 60px;}
.footer_ul li.footer_ul_05{ width:15%; padding:0px 0px 0px 50px; font-size:14px;}
.footer_ul li.footer_ul_05 img{ width: 100%;max-width:1400px; height:auto;}


.footer_ul li h2{font-size:16px; color:#f3f3f3; font-weight:bold; margin:10px 0px 0px 0px; display:inline-block; }
.footer_ul li b{font-size:16px; color:#fff; font-weight:normal; padding:0px 0px 15px 0px; margin:0px 0px 15px 0px; display:inline-block; border-bottom:1px solid rgba(255,255,255,.1);}
.footer_ul li:last-child{ border:none;}
.footer_ul li li{ float: none; line-height:28px; color:#f3f3f3; border:none; min-height: auto;}
.footer_ul li li a{color:#f3f3f3;}
.footer_ul li li a:hover{color:#46a5fa;}

.footer_ul li span{height:30px; line-height:30px;text-align:center;font-size:14px; display:block; padding:10px 0px 0px 0px;}


.copy {height: auto;overflow: hidden;margin:0px 0px 0px 0px; padding:20px 0px 20px 0px;font-size:15px; text-align:center;color:#f5f5f5;}
.copy a {color:#f5f5f5;display: inline-block;margin-right: 10px;}
.copy a:hover {color:#46a5fa;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}


/*友情链接*/
.yqlj{ width:100%; margin:15px 0px 30px 0px;}
.yqlj b{font-size:18px; color:#fff; font-weight:normal; padding:0px 0px 10px 0px; margin:0px 0px 10px 0px; display:inline-block; background:url(../images/line_03.jpg) left bottom no-repeat; display:block;}
.yqlj a{ font-size:16px; color:#787878; padding:0px 20px 0px 0px;}
.yqlj a:hover{ color:#014099;}

/*悬浮链接*/
.yb_conct {position: fixed;z-index: 9999999;top:30%;right: -177px;cursor: pointer;transition: all .3s ease;}
.yb_conct_a{ width:26px; height:26px; line-height:28px; display:block; background:#fff; border-radius:50%; text-align:center; margin-bottom:4px;}

.yb_bar ul li {width:230px;height: 53px; line-height:53px;font: 16px/53px 'Microsoft YaHei';color: #fff;text-indent: 54px;margin-bottom: 3px;border-radius: 3px;transition: all .5s ease;overflow: hidden;}
.yb_bar .yb_top {background: #014099 url(../images/fixCont1.png) no-repeat 0 0;}
.yb_bar .yb_phone {background: #014099 url(../images/fixCont2.png) no-repeat 0 0;}
.yb_bar .yb_phone a{ color:#fff;}
.yb_bar .yb_QQ {text-indent: 0;background: #014099 url(../images/fixCont3.png) no-repeat 0 0;}
.yb_QQ a{display: block;text-indent: 54px;width: 100%;height: 53px; line-height:53px;color: #fff; font-size:17px;}
.yb_QQ a:hover{ color:#ff0;}

.yb_bar .yb_QQ1{text-indent: 0;background: #014099 url(../images/fixCont5.png) no-repeat 0 0;}
.yb_QQ1 a{display: block;text-indent: 54px;width: 100%;height: 53px; line-height:53px;color: #fff; font-size:17px;}
.yb_QQ1 a:hover{ color:#ff0;}

.yb_bar .yb_QQ2{text-indent: 0;background: #014099 url(../images/fixCont6.png) no-repeat 0 0;}
.yb_QQ2 a{display: block;text-indent: 54px;width: 100%;height: 53px; line-height:53px;color: #fff; font-size:17px;}
.yb_QQ2 a:hover{ color:#ff0;}

.yb_bar .yb_QQ3{text-indent: 0;background: #014099 url(../images/fixCont7.png) no-repeat 0 0;}
.yb_QQ3 a{display: block;text-indent: 54px;width: 100%;height: 53px; line-height:53px;color: #fff; font-size:17px;}
.yb_QQ3 a:hover{ color:#ff0;}

.yb_bar .yb_ercode {/*height:200px;*/background: #014099 url(../images/fixCont4.png) no-repeat 0 0;}
.hd_qr {padding: 0 29px 25px 29px;}

.jiange{ display:none;}
.ydkf{display:none;}


#dituContent{width:100%;height:615px;border:3px solid #eee; margin:0px 0px 50px 0px;}

/*技术支持*/
.jszc{ width:1300px; margin:20px auto;}
.jszc li{ margin:0px 0px 15px 0px;padding:0px 0px 15px 0px; border-bottom:1px dotted #eee;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.jszc li h2{ height:35px; height:35px; display:block; overflow:hidden;}
.jszc li h2 a{ font-size:17px; color:#121212;}
.jszc li h2 em{ width:30px; height:30px; line-height:30px; text-align:center; display:block; float:left; background:#014099; border-radius:10px; font-size:18px; color:#fff; font-family:"Arial"; margin:0px 10px 0px 0px;}
.jszc li p{ height:55px; font-size:15px; color:#787878; display:block; overflow:hidden; line-height:28px;}
.jszc li p em{ width:30px; height:30px; line-height:30px; text-align:center; display:block; float:left; background:#014099; border-radius:10px; font-size:18px; color:#fff; font-family:"Arial"; margin:0px 10px 0px 0px;}
.jszc li:hover{padding:0px 0px 15px 20px;}


/*产品替代*/
.dptd{ width:100%; border-bottom:1px solid #eee; border-left:1px solid #eee; margin:25px 0px 45px 0px; text-align:center;}
.dptd th{ border-top:1px solid #eee; border-right:1px solid #eee; background:#014099; color:#fff; text-align:center; font-size:16px; font-weight:bold; padding:15px 20px;}
.dptd td{ border-top:1px solid #eee; border-right:1px solid #eee; color:#444; padding:15px 20px; font-size:15px; line-height:26px;}
.dptd_01{ width:67px; height:auto; display:inline-block; border:1px solid #eee;}
.dptd_02{ color:#014099; font-weight:bold;}
.t_center{ text-align:center;}
.dptd td a:hover{ color:#f00;}
.dptd_03{ color:#014099; display:block;}
.dptd_04{ color:#014099; display:block; margin:10px 0px 0px 0px;}
.dptd_04 img{ width:20px; vertical-align:middle; margin:0px 10px 0px 0px;}
.dptd_05 img{ width:36px; vertical-align:middle; margin:0px 10px 0px 0px;}
.dptd_06{ height:38px; line-height:38px; background:#014099; color:#fff; border-radius:12px; padding:0px 25px; display:inline-block;}
.dptd_06:hover{ background:#014099 !important; color:#fff !important;}
.dptd tr:hover{ background:#f3f3f3;}




#dec,#count,#inc{ display:inline-block; border:1px solid #eee;  font-size:14px; height:30px; line-height:30px;}
#dec,#inc{ font-size:20px;padding:0px 10px;line-height:25px;}
#count{ padding:0px 0px 0px 10px;}



.xjqd_w{ border:1px solid #eee; padding:1.5% 2% 1% 2%; overflow:hidden; margin-bottom:40px; background:#fff;}
.xjbd{ width:100%; margin:0px 0px 0px 0px;}
.xjbd form{ width:100%; margin:0px auto 20px auto;}
.xjbd h2{ font-size:18px; color:#787878; padding:20px 0px 40px 0px;text-align:center;}
.xjbd label{ width:12%; float:left;height:45px; line-height:45px; margin:0px 0px 15px 0px;}
.xjbd .xjbd_text{ height:45px; line-height:45px; border:1px solid #eee; border-radius:8px; padding:0px 0px 0px 10px; display:block; width:87.5%; margin:0px 0px 15px 0px;}
.xjbd em{ color:#f00;height:45px; line-height:45px;}
.xjbd .xjbd_submit{ height:45px; line-height:45px; width:35%; background:#e67a18; color:#fff; text-align:center; cursor:pointer; border:none; margin:30px auto 0px auto; display:block;}
.xjbd .xjbd_submit:hover{ background:#f73d3d;}

.xjbd li{ width:49%; float:left; margin:0px 0px 10px 0px;}
.xjbd li:nth-child(2n) { width:49%; float: right}

#HBox{width:100% !important;height:50px!important;margin:0 auto;top:0px !important; left:0px !important; margin-left:0px !important;box-shadow:1px 1px 5px #444;-webkit-box-shadow:1px 1px 5px #444;display:none;background-color:#ffffff;z-index:100000; margin-top:auto !important; padding:20px 0px;}
.ss{ width:1000px; height:50px; border-bottom:1px solid #eee; margin:0px auto; display:block;}
.ss .ss_text{ height:49px; line-height:49px; width:900px; border:none;}
.ss .ss_submit{ height:50px; line-height:50px; width:80px; background:url(../images/ss_01.png) right center no-repeat;border:none;}

/*热销产品*/
.rxcp_s li{ padding:0px; border-bottom:1px solid #eee;border-top:1px solid #eee;border-left:1px solid #eee; text-align:center; background:#eee; font-weight:bold;}
.rxcp_s li span{border-right:1px solid #eee; height:55px; line-height:55px;}
.rxcp_s li .rxcp_01{width:21.28%; display:inline-block;}
.rxcp_s li .rxcp_02{width:14.28%;display:inline-block;}
.rxcp_s li .rxcp_03{width:13.28%;display:inline-block;}
.rxcp_s li .rxcp_04{width:12.28%;display:inline-block;}
.rxcp_s li .rxcp_05{width:12.28%;display:inline-block;}
.rxcp_s li .rxcp_06{width:12.28%;display:inline-block;}
.rxcp_s li .rxcp_07{width:11.6%;display:inline-block; border-right:none;}





.rxcp_x{ width:100%; height:400px;margin:0px 0px 45px 0px;  color:#454545;border-bottom:1px solid #eee;border-right:1px solid #eee; background:#fff; overflow:hidden;}
.rxcp_x li{ padding:0px; border-bottom:1px solid #eee;border-left:1px solid #eee; text-align:center;height:60px; line-height:60px;}
.rxcp_x li:hover{ background:#f1f1f1;}
.rxcp_x li span{border-right:1px solid #eee; height:60px; line-height:60px; padding:0; margin:0;}
.rxcp_x li .rxcp_01{width:21.28%; display:inline-block;}
.rxcp_x li .rxcp_02{width:14.28%;display:inline-block;}
.rxcp_x li .rxcp_03{width:13.28%;display:inline-block;}
.rxcp_x li .rxcp_04{width:12.28%;display:inline-block;}
.rxcp_x li .rxcp_05{width:12.28%;display:inline-block;}
.rxcp_x li .rxcp_06{width:12.28%;display:inline-block;}
.rxcp_x li .rxcp_07{width:11.6%;display:inline-block; border-right:none;}
.rxcp_x li .rxcp_x_a{ font-weight:bold; color:#014099;}
.rxcp_x li .rxcp_x_a:hover{ color:#e67a18;}

.rxcp_x li .jrxp{ height:40px; line-height:40px; font-size:16px; display:inline-block; padding:0px 15px; border:1px solid #f1f1f1; border-radius:8px;}
.rxcp_x li .jrxp:hover{ background:#014099; color:#fff;}


/*用户信息*/
.yhxx{ width:98%; border:1px solid #eee; padding:1% 1% 3.5% 1%; margin:-20px auto 30px auto; background:url(../images/gm_bg.jpg) right 12px no-repeat; overflow: hidden;}
.yhxx h2{ font-size:18px; font-weight:bold; color:#121212; padding:30px 0px 0px 30px;}
.yhxx label{ width:85px; height:45px; line-height:45px; display:inline-block;padding:20px 0px 0px 30px; font-size:15px;}
.yhxx li{ height:47px; margin:15px 0px;}
.yhxx .yhxx_text01{ width:365px; height:45px; line-height:45px; padding:0px 0px 0px 10px; border:1px solid #eee;}
.yhxx .yhxx_text02{ width:180px; height:45px; line-height:45px; padding:0px 0px 0px 10px; border:1px solid #eee;}
.yhxx .yhxx_text03{ font-size:15px; color:#4090f9; padding:0px 0px 0px 15px;height:45px; line-height:45px;}
.yhxx .yhxx_text03:hover{ color:#f00;}
.yhxx_text04{ height:40px; line-height:40px; background:#014099; color:#fff; font-size:15px; display:inline-block; padding:0px 0px; width:120px; border:none;}
.yhxx_text04:hover{ background:#3b6ed6;}

.yhxx_text05{ height:40px; line-height:40px; background:#014099; color:#fff; font-size:15px; display:inline-block; padding:0px 0px; width:120px; margin:0px 0px 0px 25px; border:none;}
.yhxx_text05:hover{background:#3b6ed6;}

/*关于我们*/
.about_num{ width:100%;padding:35px 0px 35px 0px; margin:10px 0px 20px 0px;}
.about_num li{border-right:1px solid #e1e1e1; width:25%; padding:0px 0px 0px 0px; text-align:center; float:left; margin:0px 0px 0px -1px;}
.about_num li h3{ font-size:50px; color:#014099;font-weight:bold;}
.about_num li h3 em{ font-size:16px;color:#555; font-weight:normal; padding:0px 0px 0px 10px;}
.about_num li p{font-size:16px;color:#555; height:40px; line-height:40px; display:block; overflow:hidden;}
.about_num li:last-child{ border:none;}

.about_bg{width:100%;background:url(../images/about_01.jpg) right center no-repeat; overflow:hidden; margin-bottom:55px;}
.about_con{width:100%; max-width:1500px;background:url(../images/about_01.png) left center no-repeat; background-size:60% auto; margin:50px auto 45px auto;font-size:16px; color:#555; line-height:30px; position:relative;}


.about_con_r{ width:58%; float: left;}
.about_con_r .about_con_p{ width:100%;color:#666; overflow:hidden; height: auto; margin:15px 0px 15px 0px;}
.about_con_r h2{ font-size:30px; line-height:45px; color:#014099; border-left:3px solid #014099; padding:0px 0px 0px 15px; margin:0px 0px 15px 0px;}
.about_con_r a{ height:55px; line-height:55px; border:1px solid #e1e1e1; display:inline-block; padding:0px 35px 0px 35px;color:#555; margin:5px 0px 0px 0px; border-radius:5px; overflow:hidden;}
.about_con_r a:hover{color:#fff;}
.about_con_p p{ text-indent:2em;}




/*合作伙伴*/
.hzhb{ width:96%; max-width:1500px; margin:25px auto 45px auto;}
.hzhb ul{ width:101%; margin-left:-0.5%;}
.hzhb li{ width:19%; padding:10px 0px; height: auto; margin:10px 0.5%;float:left;overflow:hidden; border-radius:5px; text-align:center; background:#fff; border:1px solid #eee; position:relative;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.hzhb li img{ display: inline-block; width:80%;height:95px;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.hzhb li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.hzhb li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); border:1px solid #014099;}
/*.hzhb li em{ width:100%; height:100%; display:block; text-align:center; line-height:100%; position:absolute; left:0; top:-20%;}
.hzhb li:hover em{top:45%; color:#fff; font-size:20px;}*/
.hzhb li:hover{}



/*企业文化*/
.qywh{ width:96%; max-width:1500px; margin:0px auto 0px auto;}
.qywh ul{ width:101%; margin-left:-0.5%;}
.qywh li{ width:24%; height: auto; overflow:hidden;margin:10px 0.5%; float:left; text-align:center;/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/}
.qywh li img{ width:150px; display:inline-block;}
.qywh li h2{width:100%; padding:20px 7% 10px 7%; font-size:25px; font-weight:bold; color:#444; background:url(../images/line_04.jpg) center bottom no-repeat;}
.qywh li h4{width:100%; padding:5px 7% 5px 7%; font-size:18px; color:#666; font-weight:bold;}
.qywh li p{width:100%; padding:5px 7%; color:#666;}

.qywh li:nth-child(1) img{background:#ffeded; border-radius:50%; padding:40px;}
.qywh li:nth-child(2) img{background:#eff2ff; border-radius:50%; padding:40px;}
.qywh li:nth-child(3) img{background:#e5ffeb; border-radius:50%; padding:40px;}
.qywh li:nth-child(4) img{background:#fff3e1; border-radius:50%; padding:40px;}






/*.qywh li{position:relative;box-sizing: border-box;}
.qywh li::before {content:'';position: absolute;top:0;left:0;z-index: -1;height: 100%;width: 0;transition:0.8s;background-color: rgb(43, 108, 176); border-radius:8px;}
.qywh li:hover {z-index: 1;color: #fff;}
.qywh li:hover::before {width: 100%;}*/




.jjfa{ width:1300px; margin:20px auto;}
.jjfa h2{ font-size:20px; font-weight:bold; color:#fff; padding:0px 0px 15px 0px; text-align:center;}
.jjfa p{ font-size:16px; line-height:30px; color:#fff; text-align:center;}
.jjfa ul{ width:80%; margin:30px auto 0px auto; display:block;}
.jjfa ul li{ width:33.333%; float:left;}
.jjfa ul li img{ width:80%; border-radius:50%; border:3px solid #9fc4f9; display:inline-block;}

/*定制流程*/
.dzlc{ width:1300px; margin:0px auto; background:url(../images/line_05.png) left 82px repeat-x; overflow:hidden;}
.dzlc ul{ width:1392px; margin-left:-46px;}
.dzlc li{ width:134px; height:190px; text-align:center; float:left; margin:15px 49px;}
.dzlc li img{ width:134px; height:134px;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.dzlc li h2{ height:50px; line-height:50px; font-size:18px;}
.dzlc li:hover img{-webkit-transform: rotate(360deg) skew(0deg) scale(1.0) translate(0px,0);-moz-transform: rotate(360deg) skew(0deg)scale(1.0) translate(0px,0);}

/*定制需求*/
.dzxq{ width:1300px; margin:0px auto; background:#fff;}
.dzxq_l{ width:590px; height:auto; padding:30px;}
.dzxq_l_text{ width:46%; height:47px; line-height:47px; padding:0px 0px 0px 2%; border:1px solid #eee; margin:0px 0px 15px 0px;}
.dzxq_l_text:nth-child(2n){ float:right;}
.dzxq_l_text:last-child{ width:98%;}

.dzxq_r{width:590px; height:auto; padding:30px; background:#2d73e1;}
.dzxq_l_text1{ width:98%; height:45px; line-height:45px; padding:0px 0px 0px 2%; border:1px solid #eee; margin:0px 0px 15px 0px;}
.dzxq_l_textarea{ width:98%; height:100px; line-height:28px; padding:0px 0px 0px 2%; border:1px solid #eee; margin:0px 0px 15px 0px;}
.dzxq_l_submit{ height:47px; line-height:47px; background:#fff; border-radius:10px; font-size:16px; padding:0px 55px; color:#2d73e1; border:none; margin:0px 50px 0px 22%;}
.dzxq_l_reset{ height:47px; line-height:47px; background:#fff; border-radius:10px; font-size:16px;padding:0px 55px; color:#2d73e1; border:none;}
.dzxq_l_submit:hover{ background:#1d60c9; color:#fff;}
.dzxq_l_reset:hover{ background:#1d60c9; color:#fff;}




.dlscx{ width:100%;}
.dlscx h1{ font-size:35px; font-family:"Arial"; font-weight:bold; color:#0d4fb1;}
.dlscx h2{ font-size:22px; margin:6px 0px;}
.dlscx p{ font-size:16px; height:35px; line-height:35px;color:#666;}
.dlscx .dlscx_logo{ width:auto; height:70px; margin:0px 0px 5px 0px;}
.dlscx .dlscx_img{ width:50%; float:left; height:350px; margin:0px 20px 0px 0px;}


.xswl_bg{ width:100%; height: auto; margin:25px 0px; background-size:100% auto;}
.xswl_bg img{ width:100%; height:auto;}

/*详情页图片切换*/
.pro_xq{width:620px; height:433px;overflow:hidden; float:left; margin:25px 0px 0px 0px;}
.pro_xq img{ width:100%; height:auto;}

.ban{ width:610px; height:auto;overflow:hidden; float:left; margin:25px 0px 0px 0px;}
.ban2{ width:491px; height:491px; position:relative;overflow:hidden; float:right;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:491px; height: 491px;padding:0; margin:0; text-align:center;}
.ban2 ul li img{ width: auto; height:491px; padding:0; margin:0; display:inline-block; border-radius:8px;}

.prev{ float:left; cursor:pointer;}
.num{ height:450px;overflow:hidden; width:86px; position:relative;float:left;}
.min_pic{width:86px; float:left;}
.num ul{ position:absolute; left:0 !important; top:0;}
.num ul li{ width:86px; height:86px; margin-bottom:4px;border:3px solid #fff; border-radius:8px; overflow:hidden; text-align:center;}
.num ul li.on{ border:3px solid #014099; padding:0;}
.num ul li img{ width:auto; height:80px; display:inline-block;}
.prev_btn1{width:16px; text-align:center; height:18px; margin-top:30px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{width:16px; text-align:center; height:18px; margin-top:30px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:180px; left:0px; width:51px; height:51px;z-index:9;cursor:pointer; background:url(../images/index_tab_l.png) center center no-repeat;}
.prev1:hover{background:url(../images/index_tab_l1.png) center center no-repeat #014099;}
.next1:hover{background:url(../images/index_tab_r1.png) center center no-repeat #014099;}
.next1{ position:absolute; top:180px; right:0px; width:51px; height:51px;z-index:9;cursor:pointer;background:url(../images/index_tab_r.png) center center no-repeat;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:600px; height:600px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}

/*研发能力*/
.yfsl_01{ width:100%; margin:0px auto;}
.yfsl_01 img{ width:794px; height:424px; float:left; margin:0px 50px 0px 0px;}
.yfsl_01 h2{ font-size:30px; font-weight:bold; background:url(../images/line_01.jpg) left bottom no-repeat; display:inline-block; padding:0px 0px 20px 0px; margin:35px 0px 25px 0px;}
.yfsl_01 p{ height:170px; display:block; overflow:hidden;}
.yfsl_01 a{ height:40px; line-height:40px; background:#014099; border-radius:25px; display:inline-block; padding:0px 30px; color:#fff; font-size:16px; margin:25px 0px 0px 0px;}

.yfsl_02 ul{ width:1320px; margin-left:-10px;}
.yfsl_02 li{ width:306px; height:255px; float:left; margin:12px; overflow:hidden;}
.yfsl_02 li img{ width:306px; height:222px;transition: all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;}
.yfsl_02 li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}
.yfsl_02 li span{ height:35px; line-height:35px; font-size:16px; display:block; text-align:center; position:relative; z-index:999; background:#fff;}


.table_01{ width:100%; text-align:center; border-top:1px solid #eee;border-right:1px solid #eee; font-size:18px;}
.table_01 td,.table_01 th{ padding:8px; border-bottom:1px solid #eee;border-left:1px solid #eee;}
.table_01 th{ background:#014099 !important; color:#fff !important;}
.table_01 tr:nth-child(2n){background:#dbfeff;}


/*在线客服*/
@font-face {
	font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?qradjf');
    src:url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?qradjf') format('truetype'),
        url('../fonts/icomoon.woff?qradjf') format('woff'),
        url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}
/*new right*/
.cndns-right{position:fixed;right:0px;top:50%;margin-top:-100px;z-index:10000;}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:55px;height:55px;text-align:center;display:block;margin-bottom:0px;position:relative;background-color:#fff; }
.meau-sev .cndns-right-btn{ border-radius:5px 0px 0px 0px;}
.meau-top .cndns-right-btn{ border-radius:0px 0px 0px 5px;}

.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#014099;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#555;font-size:14px;line-height:18px;padding-top:10px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#014099;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#014099}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#014099;}
.meau-sev .cndns-right-btn{border-color:#014099;background:url(../images/kf_02.png) no-repeat #014099 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999; font-size:13px;}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#014099}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #014099;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:32px;float:left;display:block;line-height:56px;margin-right:10px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#014099;font-size:20px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../images/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#014099}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#666;font-size:16px;line-height:16px; padding:5px 0px 0px 0px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#014099}
.meau-zs .cndns-right-btn{background-color:#014099;color:#fff;margin-top:80px;border-color:#014099}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}




.zscx{ width:100%; max-width:1000px; margin:50px auto; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding:50px;}
.zscx h2{ font-size:25px; font-weight:bold; text-align:center;}
.zscx_form{ border:1px solid #eee; padding:50px; margin:50px 0px; overflow:hidden;}
.zscx_form1{ width:100%; height:50px; line-height:50px; border:1px solid #eee; padding:2px 15px 2px 45px; background:url(../images/zscx.png) 10px center no-repeat; background-size:30px auto;}
.zscx_submit{ height:50px; line-height:50px; display:inline-block; padding:0px 30px; background:#014099; color:#fff; margin:30px 0px 0px 0px; float: left; border:none; cursor:pointer;}
.zscx_submit1{ height:50px; line-height:50px; display:inline-block; padding:0px 30px; background:#999; color:#fff; margin:30px 0px 0px 30px; border:none; float:left;cursor:pointer;}
.zscx h3{ font-size:20px; font-weight:bold; padding:0px 0px 5px 0px;}

.zscx h1{ font-size:18px; line-height:30px; text-align:center; font-weight:bold;}
.zscx img{ max-width:100%; height:auto;}


.bgPop{display:none;position: fixed;z-index:129;left:0;top:0;width:100%;height:100%;background: rgba(0,0,0,.5);}
.wuliu_tk{width:600px; margin:0px auto; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding:25px;position: fixed;top:0;left:0;top:40px;right:0;z-index:99999; display:none;}
.wuliu_tk .wuliu_tk_p{ width:100%; height:auto;}
.pop-close{ float:right; margin:0px 0px 10px 0px;}


.jszc_list{ width:100%; margin:25px 0px;background:#fff; overflow:hidden; padding:30px;}
.jszc_list li{ width:48%; margin:10px 1%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding:25px 25px 20px 25px; overflow:hidden; float:left;color:#666;}
.jszc_list li .jszc_a{ height:36px; line-height:36px; display:inline-block; padding:0px 25px 0px 50px; border:1px solid #ccc; border-radius:8px; font-size:16px; float:right; margin:0px 0px 0px 0px; background:url(../images/xiazai.png) 18px center no-repeat; background-size:25px auto; color:#666;}
.jszc_list li .jszc_a:hover{color:#fff; border:1px solid #0349b4; background:url(../images/xiazai2.png) 18px center no-repeat #0349b4; background-size:25px auto;}
.jszc_list li span{ width:220px; display:inline-block;}
.jszc_list li h2{ height:36px; line-height:36px;font-size:18px; display:inline-block;background: url(../images/pdf.png) left center no-repeat #fff; background-size: auto 25px; padding:0px 0px 0px 30px;}






