﻿@charset "utf-8";
@import "video.css"; 
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;
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, i {
	font: normal 100% Microsoft YaHei, Arial, "\5b8b\4f53", tahoma;
}

body {
	font-size:16px; line-height:28px;
}

ul, ol, li {
	list-style: none;
}

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: 100%;max-width:1200px;
}

.wd10 {
	margin: 0 auto;
	width: 1000px;
}
.ml60{ margin-left:60px;}
.mr60{ margin-right:60px;}
.wrap{ width: 100%;max-width:1200px; 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: auto; /*background: url(../images/top.jpg) left top repeat-x #fff;box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.2);*/ position:relative; z-index:9999;}
.top{ width:100%; height:45px; line-height:45px; background:#fff; font-size:14px; color:#666; border-bottom:1px solid #eee;}
.top_l{height:45px; line-height:45px;float:left;}
.top_l img{ vertical-align:middle;  margin:0px 4px 0px 6px;}
.top_l a{ color:#0347ac; padding:0px 0px 0px 6px;font-size:14px;}
.top_r{ float:right; text-align:right;height:45px; line-height:40px;}
.top_r a{height:45px; line-height:45px;color:#666; padding:0px 0px 0px 10px;font-size:14px;}
.top_r a:hover{color:#0347ac;}


.scale {
	display: inline-block
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}


/* --------------------------------
xscale
-------------------------------- */

.cd-headline.scale i {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	font-size:30px;
    color: #FF0000;
	font-family:'Arial, Helvetica, sans-serif'; font-weight:bold;
}

.is-visible .cd-headline.scale i {
	opacity: 1;
}

.cd-headline.scale i.in {
	-webkit-animation: scale-up 0.6s forwards;
	-moz-animation: scale-up 0.6s forwards;
	animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
	-webkit-animation: scale-down 0.6s forwards;
	-moz-animation: scale-down 0.6s forwards;
	animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
	opacity: 1;
}

@-webkit-keyframes scale-up {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	60% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes scale-up {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	60% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale-up {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	60% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes scale-down {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
}

@-moz-keyframes scale-down {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}
	60% {
		-moz-transform: scale(0);
		opacity: 0;
	}
}

@keyframes scale-down {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}

/*城市分站*/
.popupLayer{ width:100% !important; left:0 !important;}
.qhtb { display:inline-block; display:inline; zoom:1; margin-left:10px; padding-left:17px; height:35px; line-height:35px; vertical-align:top; background:url(../images/diqutb.html) no-repeat left center; background-size:12px auto; color:#0347ac; font-size: 14px;}
.qhtb a{ color:#999; margin-left:5px; font-size: 14px; cursor:pointer;}

/* example */
a.closeBtn{position:absolute;top:10px;right:23px;display:block;width:100px;padding:4px 0;text-align:center;background:#0347ac;border:1px solid #DEDEDE;color:#ffffff;}
a.closeBtn:hover{color:#fff;border:1px solid #9D9D9D;background:#9D9D9D;border:1px solid #DEDEDE;transition:all .4s;}
.example{zoom:1;float:left;}
.example .description{color:#85B6E2;float:left;padding:10px 20px 0 80px;font-size:14px;}
.example .tigger{display:block;width:80px;padding:10px;text-align:center;background:#fff;color:#333;cursor:pointer;float:left;}
.example select{margin-top:10px;}
/* blk */
.blk{width:1413px;position:relative; margin:0px auto;}
.blk .head, .blk .head-right, .blk .foot, .blk .foot-right{background:url(../images/pop_up_bg.html);overflow:hidden;height:4px;}
.blk .head{padding-left:4px;}
.blk .head-right{background-position:right top;}
.blk .foot{padding-left:4px;background-position:left bottom;_height:3px;}
.blk .foot-right{background-position:right bottom;}
.blk .main{position:relative;background:#fff;box-shadow: 4px 2px 10px 2px rgba(0, 0, 0, 0.07); margin-top:20px; border:1px #dedede solid; border-radius: 5px;}
.blk .main h2{font:bold 20px "Microsoft YaHei";padding:20px 25px 0px;/*! color:#4D5357; */}
.blk .main h2 em{font-weight:normal; font-style:normal; font-size: 16px; padding:20px 25px 0px; color:#0347ac;}
.blk .main ul{padding:20px;zoom:1;overflow:hidden;font-size:12px;}
.blk .main ul li{float:left;width:108px;text-align:center;line-height:35px;margin-bottom:10px; margin-top:10px; background: #eee; margin-left:5px;}
.blk .main ul li a{color:#333;display:block;line-height:35px;}
.blk .main ul li a:hover{background:#9D9D9D;color:#fff;/*! font-weight:bold; *//*! font-size:14px; */}

.blk .main .chengshi{width:100%; display:inline-block; border-bottom: 1px #e9e9e9 solid;}
.blk .main .chengshi .chengshi-li{background:#0347ac;}
.blk .main .chengshi .chengshi-li a{color:#fff;}

.zxkf{ text-align:center; font-size:22px; font-weight:bold; padding:25px 0px 0px 0px; color:#666;}
.zxkf em{ color:#0347ac;}


.headTop{width:100%; max-width:1200px;height: auto; margin:0px auto 0px auto; overflow:hidden;}
.logo{ width:40%;float:left;margin:0px 0px 0px 0px;height: auto;  padding:10px 0px 0px 0px;}
.logo img{ width:auto; height:100px; margin:10px 10px 0px 0px; float:left;}
.logo h2{ font-size:25px; font-weight:bold; color:#333; padding:10px 0px 0px 0px;}
.logo p{ font-size:16px; color:#666;padding:0px 0px 0px 0px;}
.banben{ display:none;}

.mobileNavTit {display: none;}

.nav{width:100%;height:60px; clear:both; background:#0347ac; margin:20px 0px 0px 0px;}
.nav ul{width:100%; max-width:1200px; margin:0px auto;}
.nav ul li{display:inline-block;position:relative;width:12.5%; float:left;height:60px;}
.nav ul li a{color:#fff;text-align:center;font-size:18px; display:block;height:60px; line-height:60px; overflow:hidden;}
.nav ul li:hover, .nav ul li.on{ background:#FF0000;}
.nav ul li:hover a, .nav ul li.on a{}


.mainlevel ul{display:none; width:140px; margin-top:0px; margin-left:0px; background: rgba(255,255,255,0.9); 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; border-radius:0px 0px 10px 10px; overflow:hidden;}
.mainlevel li{ width:140px !important; height:50px !important;line-height:50px !important;float:none;overflow:hidden; margin:0px !important; padding:0px !important;}
.mainlevel li a{height:50px !important;display:block; line-height:50px !important;font-size:16px !important;color:#444 !important; padding:0px 0px 0px 0px !important;}
.mainlevel li:hover{ background:none !important;}
.mainlevel li a:hover{ color:#fff !important;background:#FF0000;}
.mainlevel li:hover{ border:none !important;}


.mainlevel1 .nav_s{display: none; width:1200px; background: rgba(255,255,255,0.95); box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.2); padding:30px; margin:0px auto; border-radius:0px 0px 10px 10px; overflow:hidden;}
.mainlevel1 .nav_s img{ width:20%; height:auto; float:left;}
.mainlevel1 .nav_s ul{ width:78%; float: right;}
.mainlevel1 .nav_s li{ width:20%;height:46px; line-height:46px; background:url(../images/sideicon4.png) left center no-repeat; padding:0px 0px 0px 20px; float:left; border-bottom:1px dotted #eee; overflow:hidden;}
.mainlevel1 .nav_s li a{height:46px; line-height:46px; font-size:16px; color:#333; text-align:left; display:inline-block;}
.mainlevel1 .nav_s li a:hover{ color:#FF0000; font-weight:bold;}
.mainlevel1 .nav_s li:hover{background:url(../images/sideicon4.png) left center no-repeat !important;}
.mainlevel1 .nav_s li:last-child a{color:#FF0000;}
.mainlevel1 .nav_s li img{ height:auto; width:auto; float:none; vertical-align:middle; margin:0px 0px 0px 6px;}
.mainlevel1 .nav_s li em{ height:auto; width:auto; float:none; vertical-align:top; margin:5px 0px 0px 0px;}

.tel_01{ float:right; font-size:28px; font-family:'impact'; padding:45px 0px 0px 3%; color:#FF0000;}
.tel_01 img{ vertical-align:middle; margin:0px 5px 0px 0px; width:30px;}

/*banner*/
.banner{margin:0px 0px 0px 0px !important; position:relative; z-index:-1; clear:both;}
.banner .item {display: block;height:690px;background: no-repeat center / cover;}



.indexMain {background-color:#fff;}

/*产品优势*/
.cpys{ width:100%;max-width:1200px; margin:0px auto 50px auto;}
.cpys li{ width:31.333333%; 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:8px;}
.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 li{float: left; width:24.5%; 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(0,117,120,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: #0347ac; 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:1200px; box-sizing: border-box;}

.bg_01{width:100%;height: auto; background: url(../images/cpys.jpg) center center no-repeat;overflow:hidden; margin:0px auto 0px auto; padding:0px 0px 60px 0px;}
.padv_r{width: 100%;max-width:1200px; margin:0px auto 0px auto;border-left:1px solid #eee; overflow:hidden;}
.padv_r li{width:25%;display: block;float: left;height: 355px;padding:0px 0px; margin-right:-1px;display: flex;transition: 1s ease all;cursor: pointer; border:1px solid #eee; text-align:center; background:#fff; }
.padv_r li div{ width:100%;position:relative;}


.padv_r li:nth-child(1){border-left:0px;}

.padv_r li p{font-size: 20px;color: #333;font-weight: bold;margin:20px 0px 10px 0px; padding:0px 15px;}
.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: #666;padding:0px 15px;}}
.padv_r li:hover{/*background: rgba(255,121,0,0.75);*/box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); margin-top:-20px;}
.padv_r li span img{transition: 0.3s ease all;}
.padv_r li:hover span img{transform: rotateY(180deg);}


/*工厂厂房*/
.gccq{width:100%; max-width:1200px; 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: #666;border-left: 3px solid #0347ac;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:#333333;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: #999;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 #0347ac; 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: #0347ac;margin:5px 0px 20px 0px;}
.gccq .gccq_r a:hover{ background: url(../images/jt_01.png) 80% center no-repeat #0347ac; color:#fff;}





/*.adv { width:100%; max-width:1200px; 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: #454545;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: #0347ac;}

.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: #0347ac;font-family: fontDin1; display:inline-block;}
.adv_t b{display: block;font-size:35px;color: #0347ac; 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: #0347ac;}
.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: #0347ac;}
.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:#0347ac; 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.html) repeat-x 0 bottom;
}

.indexNews li a {
	display: block;
	color: #000;
	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*/

.link {
	height: auto;
	overflow: hidden;
	padding:0px 0px 30px 0px; color:#999;
}
.link b{ font-weight:bold;}
.link a{ color:#999; padding:0px 10px;}




.linkText {
	float: left;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #0066b3;
	font-size: 2em;
}

.linkSelect {
	margin-left: 105px;
}

.linkSelect li {
	float: left;
	width: 20%;
}

.linkDiv {
	margin-left: 20px;
	height: 28px;
	border: 1px solid #c7ddf4;
}

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

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

/*footer*/


.footLink{font-size:15px;}
.footLink a{display: inline-block;color: #666666;margin: 0 10px;}

.copy {height: auto;overflow: hidden;margin:0px 0px 0px 0px; padding:20px 0px 20px 0px;font-size:15px;background:#121212;}
.copy a {color: #666666;display: inline-block;margin-right: 10px;}
.copy a:hover {color: #fff;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;transition: all 0.5s ease;}

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

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



/*main*/
.main {width: 100%;max-width:1200px;position: relative;margin:0px auto 0px;}
.left {float:left;width:250px; margin:0px 0px 0px 0px;}
.sideMenu {height: auto;overflow: hidden;background-color: #fff;margin-bottom: 20px; border:2px solid #0347ac;}

.sideMenu h2{ background:#0347ac; color:#fff; display:block; text-align:center; padding:20px 0px; font-size:22px;}

.sideTit a {height: auto;overflow: hidden;padding: 18px 0 19px 36px;color: #fff;display: block; background:#0347ac;}
.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{  height:40px; line-height:40px; margin-top:10px;}
.sideMenuNav h2 a{font-size:16px; color:#333;background:#cfdce9; display:block; padding-left:20px;}
.sideMenuNav h2 a:hover{ background:#106bd7; color:#fff;}
.sideMenuNav li {
	height: auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ececec;
}

.sideMenuNav li > a {
	height:40px;
	line-height:40px;
	padding: 0 10px 0 30px;
	color: #585858;
	font-size:15px;
	display: block;
	background: url(../images/sideicon4.png) no-repeat 12px center;
}

.sideMenuNav li i {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	height: 40px;
	width: 10px;
	z-index: 5;
	background: url(../images/sideicon1.png) no-repeat 12px 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: #215dca;
/*	background: url(../images/sideicon4.png) no-repeat 12px 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/circle2.png) no-repeat 37px center;}
.sideDiv a:hover, .sideDiv a.cur {color: #0066b3;background: url(../images/circle2.png) no-repeat 37px center #efefef;}


.sideContact{padding:20px; background:#fff;/*! box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */border: 1px solid #eee; border-radius:15px; margin:0px 0px 35px 0px;}

.sideContactTit {height:55px;line-height:55px; background:#f3f3f3;color:#0347ac;font-weight: bold;font-size:18px;border-left:4px solid #0347ac;padding:0px 15px;}
.sideContactTit a {height:55px;line-height:55px; float:right;}
.sideContactTit a:hover{ color:#0347ac;}

.sideContactBox {height: auto;overflow: hidden;height: auto;padding:5px 0 0 0px;line-height: 30px;font-size:15px;}
.sideContactBox ul{}
.sideContactBox li{ height: auto;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 h2{ height:30px; line-height:30px; display:block; overflow:hidden;}
.sideContactBox li p{ height:30px; line-height:30px; color:#666;}
.sideContactBox li a{height:38px; line-height:38px; color:#121212;font-size:15px;}
.sideContactBox li:hover{padding:0px 0px 6px 12px;}
.sideContactBox li img{ width:30px; height:auto; vertical-align:middle; margin:0px 10px 0px 0px;}


.cgal{ padding:15px 5px 5px 5px;}
.cgal li{ width:100%; float:left; text-align:center; margin:0px 0px 10px 0px;}
.cgal li img{ width:99%; height:auto; display:inline-block; border:1px solid #ddd;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;}
.cgal li:hover img{transform:scale(1.06);-moz-transition:scale(1.06);-webkit-transition:scale(1.06);-o-transition:scale(1.06);}

.lianxi{ margin:25px 0px; text-align:center;border: 1px solid #eee;border-radius: 15px; padding-bottom:20px;}
.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:25px; background:#ff6800; font-weight:bold;}


/*right*/

.right { float:right;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; margin-bottom:25px;}
.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;}


/*产品中心*/
.pro_menu{ width:24%; margin:0px 0px 0px 0px; float:left;}
.pro_menu h2{ height:80px; line-height:80px;background: linear-gradient(to right, #0347ac 0%, #ffa859 100%); color:#fff; text-align:center; display:block; font-size:22px; font-weight:bold; text-transform:uppercase;}
.pro_menu img{ width:100%; height:auto; margin:20px 0px 0px 0px;}



.ce{display:block;width:99.8%;background:#f5f5f5; border:1px solid #eee;}
.ce li{border-bottom:1px solid #eee;}
.more{ float:right;padding:0px 10px 0px 0px;}
.ce li a{ height:70px;line-height:70px;color:#454545;display:block;cursor:pointer;padding-left:20px; 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 #0347ac; color:#fff;}
.ce li .dqian{background:url(../images/more2.png) no-repeat 97% center #0347ac;color:#fff;}
.ce li .xz{background:url(../images/more2.png) no-repeat 97% center #0347ac;color:#fff;}

.pro_left{ width:100%; background:url(../images/pro_left.html) center center no-repeat; background-size:100% auto; padding:100px 20px 30px 20px;}
.pro_left p{ font-size:22px; line-height:45px; color:#666;}



.ny_r{ width:75.5%; float:right; margin-top:-28px;}
.pro{ width:100%;max-width:1200px; 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:#0347ac; 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:1200px; 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:#0347ac;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:#0347ac;}
.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;}

/*新闻中心*/
.bg_03{width:100%; height: auto; background:#f3f3f3;overflow:hidden; margin:0px auto 0px auto; padding:40px 0px 0px 0px;}

.xwzx{ width:1200px; 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:#0347ac;}


.news_01{ width:33%; background:#fff; margin:0px 1% 40px 1%; border:1px solid #eee; border-radius:5px; padding:15px;
/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
    
}
.news_01 h2{height:45px; line-height:45px;font-size:18px; color:#333; font-weight:bold; border-bottom:1px solid #eee;}
.news_01 h2 a{height:45px; line-height:45px;float:right; font-size:18px; font-weight:normal; color:#666; text-transform:uppercase;}
.news_01 h2 a:hover{ color:#cc0000;}

.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;}
.news_01 li a{height:45px; line-height:45px; font-size:18px; background: url(../images/sideicon3.png) left center no-repeat; padding-left:10px;}
.news_01 li a:hover{ color:#0347ac;}

.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:18px; padding:0px 2%;}
.news_01_t span:hover{background:rgba(255,255,255,0.5); color:#0347ac;}


.news_02{ width:63%; background:#fff; margin:0px 1% 40px 1%; border:1px solid #eee; border-radius:5px; padding:13px;
/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
    
}
.news_02 h2{height:45px; line-height:45px;font-size:18px; color:#333; font-weight:bold; border-bottom:1px solid #ddd;}
.news_02 h2 a{height:45px; line-height:45px;float:right; font-weight:normal; color:#666; text-transform:uppercase;}
.news_02 h2 a:hover{ color:#cc0000;}

.news_02 ul{ padding:10px 0px 0px 0px;}
.news_02 li{overflow:hidden; margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; border-bottom:1px dotted #eee; overflow:hidden;}
.news_02 li img{ width:15%; height:auto; float:left; margin:0px 15px 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;}
.news_02 li span{ height:40px; line-height:40px;float:right; color:#666;}
.news_02 li h3{height:40px; line-height:40px;}
.news_02 li a{height:40px; line-height:40px; color:#333; font-size:18px;}
.news_02 li a:hover{ color:#0347ac;}
.news_02 li p{ font-size:16px; line-height:26px; height:55px; overflow:hidden; color:#666;}
.news_02 li:hover img{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}



/*生产设备*/
.scsb{ width:100%; margin:20px auto 50px auto;}
.scsb li{ width:45.5%; margin:15px 1%; float:left; border:1px solid #ddd; 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:#0347ac; color:#fff;}



/*在线客服*/
@font-face {
	font-family: 'icomoon';
    src:url('../fonts/icomoon373f.eot?qradjf');
    src:url('../fonts/icomoon373f.eot?qradjf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon373f.ttf?qradjf') format('truetype'),
        url('../fonts/icomoon373f.woff?qradjf') format('woff'),
        url('../fonts/icomoon373f.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:1px;top:50%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.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:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;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:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(../images/02index-banner-8.gif) no-repeat #ff6800 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}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.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 #ff6800;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:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;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:#ff6800}
.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:#f66e06;font-size:16px;line-height:16px;}
.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:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}








/*rightBox*/
.rightBox {height: auto;overflow: hidden;padding: 0 0px; width:76%; float: right;}
.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: #000;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.html) 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.html) 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;}
.down {display: block;height: 33px;line-height: 33px;width: 93px;text-align: right;font-size: 1.3em;color: #9f9f9f;background: url(../images/down1.html) no-repeat left center;}
.content {font-size:16px;color: #444;line-height: 34px;list-style: disc;padding: 22px 0 84px;}
.content p{ text-indent:2em;}
.content img{margin:15px auto; width:95%; height:auto; display:block;}
.content h2{ font-weight:bolder; padding:0px 0px 10px 0px;}
/*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.html) 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.html);
}

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

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

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

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

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

.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 51px 20px;
	border-top: 1px solid #efefef;
}

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

.article ul li {
	width: 48%;
	float: left;
}

.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;
	float: left;
	overflow: hidden;
	display: block;
	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: #0347ac;
	border-color: #0347ac;
}

.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.html);
}

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

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

.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.html) 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.html) 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/icon2.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/circle2.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.html) 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/icon2.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 20px center #0347ac; 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: #999;
}

.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: 100%;
	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;
}

.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: 30px;
	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;
}

.sideNavCon .sideNav li i {
	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;
}

/*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: #000;
	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 #eee;margin: 0 3px 8px 3px;line-height: 20px;background: #fff;color: #999; font-size:15px;line-height:28px;}
.pagess ul li:hover {background: #046dbe;color: #fff;border: 1px solid #046dbe}
.pagess ul li:hover a {color: #fff;}
.pagess ul li.active {display: inline-block;background: #046dbe;color: #fff;line-height:28px;}
.pagess ul li.active span{color: #fff;}
.pagess ul li a {display: block;color: #999;padding:4px 12px;line-height:28px;}
.pagess ul li span {display: block;color: #999;padding:4px 12px;line-height:28px;}
.pagess ul li span:hover {color: #fff;}

.message {
	overflow: hidden;
}

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

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

.message textarea {
	width: 400px;
	padding: 10px;
	border: 1px solid #ddd;
	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 #ddd; 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 #ddd; 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 #ddd; 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 55px auto; text-align:center; overflow:hidden;}
.biaoti_01 h1{ font-size:40px; color:#454545; font-weight:bold; padding:5px 0px 20px 0px; background:url(../images/bt_03.png) center bottom no-repeat;}
.biaoti_01 p{ font-size:18px; line-height:30px; color:#787878; display:block; padding:10px 0px 0px 0px;}




/*产品替代*/
.biaoti_02{ width:100%; margin:60px auto 55px auto; text-align:center; overflow:hidden;}
.biaoti_02 h1{ font-size:35px; color:#fff; font-weight:bold; padding:5px 0px 5px 0px; background:url(../images/bt_01.png) center center no-repeat;}
.biaoti_02 h1 em{ color:#fff;}
.biaoti_02 p{ font-size:18px; line-height:30px; color:#fff; display:block; padding:0px 0px 0px 0px;}


.biaoti_03{ width:100%; margin:60px auto 55px auto; text-align:center; overflow:hidden; padding:2.4% 0px;background:url(../images/fwxm_05.jpg) center center no-repeat;}
.biaoti_03 h1{ font-size:30px; color:#fff; font-weight:bold;}
.biaoti_03 p{ font-size:14px; line-height:30px; color:#fff; display:block;}





.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 #ddd;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:1200px; 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 #0347ac}
.hyyy_t li.current a{border:3px solid #0347ac}*/

.tdhd_01{ width:51.5%; height:auto; float:left; 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 div{ height:150px;display:block; background:rgba(0,0,0,0.5); width:100%; padding:20px 25px 10px 25px; text-align:center; color:#fff; position:absolute; font-size:16px; bottom:0px;}
.tdhd_01 div h2{ height:35px; line-height:35px; font-size:20px; font-weight:bold;}
.tdhd_01 div p{ height:110px; line-height:28px; font-size:16px;display:block; overflow:hidden;}


.tdhd_02{ width:47.5%; float: right;}
.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 div{ height:120px; display:block; background:rgba(0,0,0,0.5); width:100%; padding:15px 15px 25px 15px; text-align:center; color:#fff; position:absolute; bottom:0px;font-size:16px;}
.tdhd_02 li div h2{ height:35px; line-height:35px; font-size:18px; font-weight:bold;}
.tdhd_02 li div p{ height:55px; line-height:26px; font-size:16px; display:block; overflow:hidden;}

/*在线租车*/
.jrwm{ width:100%; text-align:center; padding:60px 0px; background:url(../images/zxzc.jpg) center center no-repeat; margin:0px auto;}
.jrwm h2{ font-size:30px; color:#fff; font-weight:bold;}
.jrwm p{ font-size:17px; color:#fff; padding:25px 0px;}
.jrwm a{ font-size:18px;display:inline-block; height:55px; line-height:55px; border:1px solid #fff; border-radius:8px; color:#fff; font-weight:bold; padding:0px 30px;}
.jrwm a:hover{ background:#FF0000; color:#fff; border:1px solid #FF0000;}


/*企业视频*/
.video_l{ width:1003px; height:590px; background:#000; 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_01.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_01.png) 10px center no-repeat #4090f9; color:#fff;}
.video_r li.current{background:url(../images/video_01.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;}

.lxwm_01{ width:45%; margin:0px auto 30px auto; padding:10px; float:right;overflow:hidden;border: 1px solid #eee; background:#f3f3f3;}
.lxwm_01 div{ width:100%; padding:25px; color:#333; line-height:30px; float: right;}
.lxwm_01 div h2{ font-size:18px; font-weight:bold; padding:0px 0px 10px 0px;}


.lxwm_02{ width:100%; margin:10px auto;}
.lxwm_02 li{ width:48%; margin:0px 1%; float:left; margin-bottom:25px;}
.lxwm_02 .lxwm_02_l{ width:100%; float:left;}
.lxwm_02 .lxwm_02_l img{ width:100%; border-radius:25px; display:block;}

.lxwm_02 .lxwm_02_r{ width:100%; float: right; padding:15px 0px 0px 0px;}
.lxwm_02 .lxwm_02_r h2{ font-size:22px; font-weight:bold; color:#232323; border-left:2px solid #0347ac; padding:0px 0px 0px 20px; margin:0px 0px 15px 0px;}
.lxwm_02 .lxwm_02_r p{ font-size:16px;padding:0px 0px 6px 22px; color:#666; font-size:15px;}
.lxwm_02 .lxwm_02_r b{ display: inline-block; height:22px; line-height:22px;color:#444;}


.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 25px; font-size:16px;}
.erji li a:hover{ background:#0347ac; color:#fff;}
.erji li.current a{ background:#0347ac; color:#fff;}



/*新闻中心*/
.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 .news_c{ width:60%; padding:0px 40px 0px 0px; margin:10px 0px 0px 30px; border-right:1px solid #eee;}
.news li .news_c h2{ height:40px; line-height:40px; display:block; overflow:hidden; font-weight:bold; background:url(../images/line_01.jpg) left bottom no-repeat; margin:0px 0px 10px 0px; padding:0px 0px 0px 0px;}
.news li .news_c h2 a{  height:40px; line-height:40px;font-size:18px; font-weight:normal; color:#555;}
.news li .news_c h2 a:hover{ color:#0347ac;}
.news li .news_text{ height:55px; 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; padding:0px 0px 0px 35px; margin:10px 0px 0px 0px; display:block;}
.news li .date{ width:15%; text-align:center; color:#0347ac; padding:60px 0px 0px 0px;}
.news li .date em{ font-size:35px; color:#0347ac; 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);}
.news li:hover .xwzx_p{transform:scale(1.08);-moz-transition:scale(1.08);-webkit-transition:scale(1.08);-o-transition:scale(1.08);}

/*成功案例*/
.case{ width:100%; margin:15px 0px 15px 0px; overflow:hidden;}
.case li{ width:49%;padding:10px 10px 15px 10px; border:1px solid #eee; overflow:hidden; margin:0px 0px 25px 0px; float:left;}
.case li:first-child{ width:100%;}
.case li:first-child .case_p{ width:18%;margin:15px 0px 0px 0px;}
.case li:first-child .case_c{ width:79%;}
.case li:nth-child(2n){ float:right;}
.case li .case_p{ width:30%; height: auto; margin:25px 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;}
.case li:hover .case_p{transform:scale(1.04);-moz-transition:scale(1.04);-webkit-transition:scale(1.04);-o-transition:scale(1.04);}
.case li .case_c{ width:67%; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
.case li .case_c h2{ height:40px; line-height:40px; display:block; overflow:hidden; background:url(../images/line_01.jpg) left bottom no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.case li .case_c h2 a{  height:40px; line-height:40px;font-size:20px; color:#555;}
.case li .case_c h2 a:hover{ color:#0347ac;}
.case li .case_c .ckxq{ height:35px; line-height:35px; border:1px solid #eee; padding:0px 15px; display:inline-block;}
.case li .case_c .ckxq:hover{ color:#046dbe; border:1px solid #046dbe;}
.case li .case_text{ height:50px; display:block; overflow:hidden; font-size:14px; line-height:23px; color:#666; margin:5px 0px;}
.case li h2 span{ height:30px; line-height:30px; color:#666; font-size:16px; background:url(../images/ll_01.png) left center no-repeat; padding:0px 0px 0px 35px; margin:0px 0px 0px 0px; float:right;}
.case 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.html) 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:15px;}


/* 招贤纳士 */
.jobsList{width:100%; margin:30px 0px 30px 0px;overflow:hidden;}
.jobTitle{height:50px;line-height:50px;background:#999;color:#fff;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5; font-weight:bold;}
.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.html) 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.html) 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:#aaaaaa; display:inline-block; padding:0px 30px;}
.jobsList dt h2{ font-size:15px; font-weight:bold; padding:0px 0px 10px 0px;}
.apply:hover{background-color:#0347ac;color:#fff;}



/*方案内容*/
.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;}

/*联系我们*/



.post-form p input{ font-size:18px;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:#0347ac;}
.llys_t11{ width:31%; border:none; height:52px; line-height:52px; padding:0px 0px 0px 0px;  border:1px solid #ddd; background:#fff;float:left; position:relative;}
.llys_t12{ width:31%; border:none; height:52px; line-height:52px; padding:0px 0px 0px 0px;  border:1px solid #ddd; background:#fff;margin:0px 3.06%; float:left;position:relative;}
.llys_t13{ width:31%; border:none; height:52px; line-height:52px; padding:0px 0px 0px 0px;  border:1px solid #ddd; background:#fff;float:right;position:relative;}

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

.llys_t4{height:45px; line-height:45px;color:#454545; display:inline-block; background:#fff; border:none; padding:0px 60px; font-size:18px; border:1px solid #ddd;  margin:15px 10px 40px 0px; display:inline-block; border-radius:10px;}
.llys_t4:hover{ background:#0347ac; color:#fff;}

.llys_t5{ width:auto !important;height:45px !important; line-height:45px !important; color:#454545;  background:#fff;border-radius:10px; border:1px solid #ddd;padding:0px 60px !important; font-size:18px; margin:15px 0px 40px 0px;display:inline-block;}
.llys_t5:hover{ background:#0347ac; color:#fff;}

/*产品列表*/
.pro_list{ overflow:hidden; margin:0px 0px 30px 0px;}
.pro_list ul{ width:920px; margin-left:-4px;}
.pro_list li{ width:286px; height: auto; background:#fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); float:left; margin:13px 10px; overflow:hidden;}
.pro_list li img{ width:286px; height:240px;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 span{ height:45px; line-height:45px; display:block; overflow:hidden; font-size:16px; text-align:center; background:#f3f3f3;}
.pro_list li:hover{ background:#0066bf;}
.pro_list li:hover span{ color:#fff;background:#0066bf;}
.pro_list li:hover img{transform:scale(1.04);-moz-transition:scale(1.04);-webkit-transition:scale(1.04);-o-transition:scale(1.04);}
.pro_list2 ul{ width:1224px !important; margin-left:-12px;}

/*相关产品*/
/*.pro_list2{ width:100%; margin:20px auto;}
.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 #ddd; display:block; background:url(../images/icon-see.png) right center no-repeat;}
.pro_list2 li div{ position:absolute;width: 100%;max-width:1200px; height:100vh; left:-100%; top:0px; text-align:center;background:rgba(255,120,0,0.85);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{ width:94%; margin:0px auto 0px auto;}
.scsl li{ width:25%; height: auto; float:left; margin:10px 0px 0px 0px; overflow:hidden; border-bottom:2px solid #eee; text-align:center;}
.scsl li img{ width:96%; height:auto; padding:2%; 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;border:1px solid #eee;}
.scsl li span{ height:40px; line-height:40px; display:block; color:#555; font-size:16px; font-weight:bold; text-align:center; background:url(../images/line_04.jpg) bottom center no-repeat; margin:0px 0px 5px 0px;}
.scsl li p{ height:90px; line-height:23px; display:block; color:#555; font-size:15px;text-align:center; padding:0px 25px 15px 25px;}
.scsl li:hover{ border-bottom:2px solid #0347ac;}

/*荣誉资质*/
.gszz{ width:100%; max-width:1200px; 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 #ddd;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}

.fzlc{ width:1200px; height: auto; overflow:hidden; margin:0px auto; background:url(../images/fzlc.jpg) 155px center repeat-y;}
.fzlc li{ width:100%; height: auto; overflow:hidden; margin:0px 0px 50px 0px; background:url(../images/fzlc.png) 145px 10px no-repeat;}
.fzlc li h2{ width:110px;height:40px; line-height:40px; float:left; font-size:20px; font-weight:bold; color:#fff; background:#0347ac; padding:0px 15px; border-radius:8px; display:block; overflow:hidden;}
.fzlc li p{ width:1200px; float:right; font-size:17px;color:#454545; line-height:30px; display:block; overflow:hidden;}



.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; }

#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; }

/*.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:#0347ac; 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;}
*/

.more_01{ width:260px; height:55px; line-height:55px; margin:30px auto 30px auto;  text-align:center;}
.more_01 a{height:55px; line-height:55px; display:block; background:url(../images/jt_02.png) 80% center no-repeat; color:#454545; padding:0px 20px 0px 0px;border:1px solid #0347ac; font-size:16px; border-radius:20px 0px 20px 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;}
.more_01 a:hover{background:url(../images/jt_04.png) 80% center no-repeat #0347ac; color:#fff;}


.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 #0347ac; color:#fff;}




/*方案中心*/
.fazx_01{ width:100%; max-width:1200px; margin:20px auto;}
.fazx_01 li{ width:100%; height: auto; margin:15px 0px; float:left; padding:2%; background:#fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);overflow:hidden;}
.fazx_01 li .fazx_01_p{ width:26%; height: auto; float:left;display:block; margin:0px 3% 0px 0px;}
.fazx_01 li:nth-child(2n) .fazx_01_p { float:right;margin:0px 0px 0px 3%;}
.fazx_01 li h2{ height:40px; line-height:40px; display:block; overflow:hidden; margin:40px 0px 10px 0px; position:relative; background:url(../images/line_01.jpg) left bottom no-repeat;z-index:9999; font-weight: bold;}
.fazx_01 li h2 a{height:40px; line-height:40px;font-size:22px; clear:#555;}
.fazx_01 li h2 a:hover{ color:#0347ac;}
.fazx_01 li p{ font-size:16px; color:#666; line-height:24px; display:block; overflow:hidden; height:120px; padding:0px 0px;}
.fazx_01 li span{ font-size:15px; color:#666; line-height:26px; display:block; overflow:hidden; height:26px;}


/*优势*/
.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:#0347ac;}

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:#000; font-weight:bold; border-bottom:1px solid #ddd; 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 #0347ac;}
#ifocus_pic {position:relative; float:left; width:491px; height:433px; overflow:hidden;}
#ifocus_piclist {position:absolute; float:right; display:inline}

.pro_r{ width:100%; max-width:1200px; margin:0px auto; padding:30px; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); border-radius:15px;}

.pro_r1{ width:20%; border:1px solid #eee; padding:30px;border-radius:15px;}
.pro_r1 img{ width:100%; height:auto;border-radius:15px;}

.pro_r2{ width:55%; margin:0px 0px 0px 30px;}
.pro_r2 span{ padding:0px 15px 0px 0px;}
.pro_r2 span img{ vertical-align:middle; margin:0px 4px 0px 0px;}
.pro_r2 .biaoti{ padding-bottom:10px;font-size:25px; font-weight: bold;line-height:40px;}
.pro_r2 .anniu_01{ padding:0px 35px; margin:15px 25px 0px 0px;height:55px; line-height:55px; text-align:center; background:#fb9c48; border-radius:8px; display: inline-block; font-size:18px; color:#fff;}
.pro_r2 .anniu_01:hover{ background:#b25a0b;}
.pro_r2 .anniu_02{ padding:0px 35px; margin:20px 0px 0px 0px;height:55px; line-height:55px; text-align:center; background:#0347ac; border-radius:8px; display: inline-block; font-size:18px; color:#fff;}
.pro_r2 .anniu_02:hover{ background:#b25a0b;}

.pro_r3{ width:20%; border:1px solid #eee; padding:20px;border-radius:15px;}
.pro_r3 img{ width:100%; height:auto;}
.pro_r3 .fl{ width:50%;height:35px; line-height:35px; text-align:center; background:#ff6800; color:#fff;}
.pro_r3 .fl:hover{ opacity:0.8;}
.pro_r3 .fr{ width:50%;height:35px; line-height:35px; text-align:center; background:#0347ac; color:#fff;}
.pro_r3 .fr:hover{ opacity:0.8;}
.pro_r3 .fr img{ position:relative; z-index:9999; opacity:0;}
.pro_r3 .fr:hover img{ opacity:1;}

.rzzx_l{ width:78%;padding:30px; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); border-radius:15px; margin:35px 0px;}
.pro_t{ height:50px; line-height:50px; background:#f1f1f1; margin:0px 0px 20px 0px;}
.pro_t span{ background:#fff; padding:0px 25px; color:#0347ac; border-left:3px solid #0347ac; font-size:16px; font-weight:bolder; display:inline-block;}
.pro_c2{ padding:10px; margin:0px 0px 30px 0px; font-size:15px; line-height:28px; color:#333;}
.pro_c2 img{ max-width:800px; display:block; margin:0px auto;}
.pro_c2 p{ text-indent:2em;}
.pro_r_ny{ height:auto;margin:15px 0px 0px 0px;line-height:30px; font-size:16px; line-height:26px; color:#666; overflow:hidden;}
.pro_r_ny p{ font-size:16px;line-height:30px; text-indent:2em;}

.rzzx_r{width:20%;}

.qiehuan{position: relative;overflow: auto;text-align: center;width:100% !important;margin:0 auto;}
.qiehuan .dots{position:absolute;left:0;right:0;bottom:10px;z-index:3; overflow:hidden;}
.qiehuan .dots li{display:inline-block;width:10px;height:10px;margin:0 4px;text-indent:-999em;border:2px solid #fff;border-radius:6px;cursor:pointer;opacity:.4;-webkit-transition:background .5s,opacity .5s;-moz-transition:background .5s,opacity .5s;transition:background .5s,opacity .5s}
.qiehuan .dots li.active{background:#fff;opacity:1}
.qiehuan .arrow{position:absolute;width:20px;height:37px;top: 50%; margin-top: -18px; overflow: hidden;z-index: 2; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.qiehuan #al{left:15px}
.qiehuan #ar{right:15px}
.qiehuan ul{z-index: 1;width: 100%;overflow: hidden;}
.qiehuan ul .slider-item {width:100%; float: left;height: auto; position: relative; overflow: hidden;}
.qiehuan ul .slider-item .slider-title {position: absolute;left: 0;bottom: 0px;width: 90%;max-height: 56px;padding: 15px;text-align:left;line-height: 28px;color: #fff;font-size: 18px;font-weight: bold;background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));background: url(../images/slider-info-bg.html) \9;}
.qiehuan .progress{position:absolute;left:0;bottom:0;width:15%;min-height:3px;overflow:hidden;z-index:2;background:#f60; display:none;}
.qiehuan ul .slider-item img{ width:280px;height: auto;}


/*网站底部*/
.footer{height: auto;overflow: hidden;color: #666666;line-height: 24px;padding:0px 0px 0px; background:url(../images/foot_bg.jpg) top center no-repeat;}
.footer_ul{ width:100%; padding:50px 0px 40px 0px;}
.footer_ul li{ float:left;margin:0px 0px 0px 0px; min-height:210px;border-right:1px solid #444;font-size:15px;}
.footer_ul li a{ font-size:15px;}


.footer_ul li.footer_ul_01{ width:18%; padding:0px 30px 0px 30px;}
.footer_ul li.footer_ul_02{ width:11%; padding:0px 1% 0px 3%;}

.footer_ul li.footer_ul_03{ width:17%; padding:0px 0px 0px 3%;border:none;}
.footer_ul_03 a{ height:40px; line-height:40px; display:inline-block; border:1px solid #666; padding:0px 15px; color:#666; margin:15px 0px 0px 0px; font-size:14px;}
.footer_ul_03 a img{ width:20px; height:auto; vertical-align:middle; margin:0px 8px 0px 0px;}
.footer_ul_03 a:hover{color:#fff;border:1px solid #fff;}

.footer_ul li.footer_ul_04{ width:12%; padding:0px 0px 0px 1%; font-size:14px; float:right;}
.footer_ul li.footer_ul_04 img{ width: 100%; height:auto;}


.footer_ul li h2{font-size:16px; color:#fff; 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; background:url(../images/line_03.jpg) left bottom no-repeat;}
.footer_ul li:first-child{ padding-left:0;}
.footer_ul li:last-child{ border:none;}
.footer_ul li li{ float: none; line-height:30px; color:#aaa; border:none; min-height: auto;}
.footer_ul li li a{color:#aaa;}
.footer_ul li li a:hover{color:#0347ac;}

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

/*友情链接*/
.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:#0347ac;}

/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;top:50%; margin-top:-120px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#0347ac;margin-bottom:4px;cursor:pointer;outline:none; border-radius:10px 0px 0px 10px;}
.suspension .a.active,
.suspension .a:hover{background:#232323;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.html) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
.jiange{ display:none;}
.ydkf{display:none;}


#dituContent{width:100%;height:615px;border:1px solid #eee;}

/*技术支持*/
.jszc{ width:1300px; margin:20px auto;}
.jszc li{ margin:0px 0px 15px 0px;padding:0px 0px 15px 0px; border-bottom:1px dotted #ddd;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:#0347ac; 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:#999999; 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:1298px; border-bottom:1px solid #ddd; border-left:1px solid #ddd; margin:25px 0px 45px 0px;}
.dptd th{ border-top:1px solid #ddd; border-right:1px solid #ddd; background:#999; color:#fff; text-align:center; font-size:16px; font-weight:bold; padding:15px 20px;}
.dptd td{ border-top:1px solid #ddd; border-right:1px solid #ddd; color:#444; padding:15px 20px; font-size:15px; line-height:26px;}
.dptd_01{ width:67px; height:auto; display:inline-block; border:1px solid #ddd;}
.dptd_02{ color:#0347ac; font-weight:bold;}
.t_center{ text-align:center;}
.dptd td a:hover{ color:#0347ac;}
.dptd_03{ color:#0347ac; display:block;}
.dptd_04{ color:#0347ac; 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:#0347ac; color:#fff; border-radius:12px; padding:0px 25px; display:inline-block;}
.dptd_06:hover{ background:#999999; color:#fff !important;}
.dptd tr:hover{ background:#f3f3f3;}


#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 #ddd; 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;}




/*用户信息*/
.yhxx{ width:98%; border:1px solid #ddd; 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 #ddd;}
.yhxx .yhxx_text02{ width:180px; height:45px; line-height:45px; padding:0px 0px 0px 10px; border:1px solid #ddd;}
.yhxx .yhxx_text03{ font-size:15px; color:#4090f9; padding:0px 0px 0px 15px;height:45px; line-height:45px;}
.yhxx .yhxx_text03:hover{ color:#0347ac;}
.yhxx_text04{ height:40px; line-height:40px; background:#0347ac; 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:#999; 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_bg{ width:100%; background:url(../images/about_bg.jpg) center center no-repeat; padding:1px 0px 30px 0px; overflow:hidden;}
.about_con_r{ width:100%; text-align:center;}
.about_con{width: 100%;max-width:1200px; margin:40px auto 40px auto;font-size:16px; color:#454545; line-height:30px;}
.about_con h2{ font-size:30px; color:#fff;font-weight:bold; padding:5px 0px 15px 45px; margin:5px 0px 5px 0px;}
.about_con .about_con_p{ font-size:16px; line-height:30px; color:#fff; overflow:hidden; height: auto; margin:0px 0px 15px 0px;}
.about_con a{ height:50px; line-height:50px; border:1px solid #fff; border-radius:5px; display:inline-block; background:url(../images/jt_03.png) 80% center no-repeat; padding:0px 65px 0px 25px; font-size:16px; color:#fff; margin:15px 0px 20px 0px;}
.about_con a:hover{background:url(../images/jt_03.png) 80% center no-repeat #0347ac; color:#fff;}
.about_con p{ text-indent:2em;}

.about_num{ width:100%; max-width:1200px;padding:10px 0px 20px 0px; margin:0px auto;}
.about_num li{width:20%; padding:0px 0px 0px 0px; text-align:center; float:left; margin:0px 0px 0px -1px;}



/*合作伙伴*/
.hzhb_bg{ width:100%; background: url(../images/hzhb_bg.png) center center no-repeat; background-size:auto 450px; padding:1px 0px 0px 0px;}
.hzhb{ width:100%; margin:0px auto 45px auto;}
.hzhb ul{}
.hzhb li{ width:15.666%; padding:0px 0px; height: auto; margin:5px 0.5%;border:1px solid #eee;float:left;overflow:hidden;}
.hzhb li img{ display:block; width:100%;height:auto; transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.hzhb li:hover img{transform:scale(1.04);-moz-transition:scale(1.04);-webkit-transition:scale(1.04);-o-transition:scale(1.04);}
.hzhb li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
.hzhb li:last-child{ text-align:center; padding:30.5px 0px;}
.hzhb li:last-child img{ width:auto; height:auto; display:inline-block; margin:0px 0px 0px 6px; vertical-align:middle;}
.hzhb li:last-child a{ color:#FF0000;}

/*企业文化*/
.qywh{ width:1200px; margin:0px auto;}
.qywh li{ width:24%; height:245px; margin:10px 0.5%; float:left; text-align:center; background:#fff;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;}

.qywh li h2{ width:100%;}
.qywh li p{width:100%; padding:20px 7%; font-size:16px; line-height:30px; color:#666;}
.qywh li:hover{ margin-top:10px;}
.qywh 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);}




.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 #ddd; 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 #ddd; margin:0px 0px 15px 0px;}
.dzxq_l_textarea{ width:98%; height:100px; line-height:28px; padding:0px 0px 0px 2%; border:1px solid #ddd; 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;}

/*Products详情页*/
.preview{width:500px; height: auto; position:relative;margin:20px 0px 0px 0px;}
/* smallImg */
.smallImg{position:relative; height:61px; margin-top:10px;padding:6px 0px; width:500px;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/d_08.png) no-repeat;margin-top:8px;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/d_09.png) no-repeat; margin-left:490px; margin-top:-59px;}

#imageMenu {height:61px; width:450px; overflow:hidden; margin-left:15px; float:left;}
#imageMenu li { width:80px;height:63px; overflow:hidden; float:left; margin:0px 4px; text-align:center;}
#imageMenu li img{width:80px; height:63px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:78px; height:61px; border:1px solid #959595;}
/* bigImg */
.bigImg1{position:relative; float:left; width:500px; height: auto; background:url(../images/pro_bg02.html) center center no-repeat; overflow:hidden;}
.bigImg1 #midimg{width:500px; height:auto;}
.bigImg1 #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border:1px solid #ddd; overflow: hidden; z-index:999; top:0px !important; left:620px !important;}
#bigView img{position:absolute;}








.ban{ width:620px; height:433px;overflow:hidden; float:left; margin:25px 0px 0px 0px;}
.ban2{ width:491px; height:433px; position:relative;overflow:hidden; float:right;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:491px; height:423px;padding:0; margin:0;}
.ban2 ul li img{ width:491px; height:423px; padding:0; margin:0;}

.prev{ float:left; cursor:pointer;}
.num{ height:433px;overflow:hidden; width:106px; position:relative;float:left;}
.min_pic{width:106px; float:left;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:100px; height:86px; margin-bottom:18px;border:3px solid #fff;}
.num ul li.on{ border:3px solid #0347ac; padding:0;}
.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 #0347ac;}
.next1:hover{background:url(../images/index_tab_r1.png) center center no-repeat #0347ac;}
.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:#0347ac; 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 #ddd;border-right:1px solid #ddd; font-size:18px;}
.table_01 td,.table_01 th{ padding:8px; border-bottom:1px solid #ddd;border-left:1px solid #ddd;}
.table_01 th{ background:#0347ac !important; color:#fff !important;}
.table_01 tr:nth-child(2n){background:#dbfeff;}


/* 招贤纳士 */
.jobsclasslist{ width:100%; max-width:1200px; margin:0px auto 30px auto;}
.jobsclasslist ul li{ width:33.333%; padding:20px 2%; float:left; border-right:1px solid #eee; overflow:hidden; background:#fff; text-align:center;}
.jobsclasslist ul li:last-child{ border:none;}
.jobsclasslist h3{text-align:center; font-size:20px; font-weight:bold; color:#555; padding-bottom:20px;}
.jobsclasslist p{padding:0px 5px; height: auto;margin:0px auto; height:100px; color:#666;padding-bottom:20px;}
.jobsclasslist img{ display:block; margin:0px auto; padding-bottom:20px; width:100%; height:auto; border-radius:15px;}


/*在线租车*/
.zxzc_form_c{ width:100%; background:#fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding:45px 45px 45px 45px; margin:0px 0px 40px 0px; border-radius:8px;}
.zxzc_form{ width:100%; background:url(../images/zxzc_01.jpg) right center no-repeat;}
.zxzc_form li{ margin-bottom:20px;}
.zxzc_form li label{ vertical-align:middle; width:8%; display:inline-block;}
.zxzc_form li .zxzc_form_select{ border:1px solid #eee; height:50px; line-height:50px; width:25%;}
.zxzc_form li .zxzc_text{ border:1px solid #eee; height:50px; line-height:50px; width:30%;}
.zxzc_form li .zxzc_textarea{ border:1px solid #eee; height:220px; line-height:30px; width:40%; padding:10px;}
.zxzc_form li  .zxzc_submit{ width:15%; height:50px; line-height:50px; background:#0347ac; color:#fff; font-size:18px; border:none; border-radius:8px;}
.zxzc_form li  .zxzc_reset{ width:15%; height:50px; line-height:50px; background:#999; color:#fff; font-size:18px; border:none; margin:0px 0px 0px 15px; border-radius:8px;}


/*在线租车2*/
.zxzc2_form{ width:100%; background:#fff; border:1px solid #eee;padding:15px; margin:0px 0px 20px 0px; border-radius:8px; overflow:hidden;}
.zxzc2_form li{ margin-bottom:10px;}
.zxzc2_form li label{ vertical-align:middle; width:100%; display:block; margin:0px 0px 10px 0px;}
.zxzc2_form li .zxzc2_form_select{ border:1px solid #eee; height:40px; line-height:40px; width:100%;}
.zxzc2_form li .zxzc2_text{ border:1px solid #eee; height:40px; line-height:40px; width:100%;}
.zxzc2_form li .zxzc2_textarea{ border:1px solid #eee; height:120px; line-height:26px; width:100%; padding:10px;}
.zxzc2_form li  .zxzc2_submit{ width:40%; height:40px; line-height:40px; background:#0347ac; color:#fff; font-size:16px; border:none; border-radius:8px;}
.zxzc2_form li  .zxzc2_reset{ width:40%; height:40px; line-height:40px; background:#999; color:#fff; font-size:16px; border:none; margin:0px 0px 0px 15px; border-radius:8px;}



/*租车指南*/
.zxzn{ width:100%;}
.zxzn li{ padding-bottom:15px; margin-bottom:15px; border-bottom:1px dotted #eee; overflow:hidden;}
.zxzn li h2{height:32px; line-height:32px; color:#555; display:block; margin:0px 0px 5px 0px;}
.zxzn li h2 a{font-size:22px; font-weight:bold;color:#555;height:32px; line-height:32px; }
.zxzn li h2 em{ width:35px;height:32px; line-height:32px; background:#0347ac; color:#fff; font-size:20px; border-radius:8px; font-weight:normal; display:inline-block; text-align:center; margin:0px 8px 0px 0px;}
.zxzn li h2 a:hover{ color:#0347ac;}
.zxzn li p{ font-size:16px; height: auto; line-height:26px; color:#666; display:block; overflow:hidden;}
.zxzn li p em{width:35px;height:32px; line-height:32px; background:#999; color:#fff; font-size:20px; border-radius:8px; font-weight:normal; display:inline-block; text-align:center; margin:0px 8px 0px 0px;}


/*服务项目*/

.fwxm_01{ width:49%; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); margin:0px 0px 25px 0px;}
.fwxm_01 .fwxm_01_t{ width:100%;  background-size:100% auto; color:#fff; padding:5%;}
.fwxm_01 .fwxm_01_t h2{ font-size:30px; font-weight:bold;}
.fwxm_01 .fwxm_01_t p{ font-size:14px;}

.fwxm_01 .fwxm_01_c{ padding:15px; overflow:hidden;}
.fwxm_01 .fwxm_01_c li{ width:33.33%;height:46px; line-height:46px; background:url(../images/sideicon4.png) left center no-repeat; padding:0px 0px 0px 20px; float:left; border-bottom:1px dotted #eee; overflow:hidden;}
.fwxm_01 .fwxm_01_c li a{height:46px; line-height:46px; font-size:16px;}
.fwxm_01 .fwxm_01_c li a:hover{ color:#FF0000; font-weight:bold;}
.fwxm_01 .fwxm_01_c li:last-child a{color:#FF0000;}
.fwxm_01 .fwxm_01_c li img{ vertical-align:middle; margin:0px 0px 0px 6px;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;}
.fwxm_01 .fwxm_01_c li:hover img{ margin:0px 0px 0px 12px;}

.mr_frbox{ position:relative; width:100%; max-width:1200px;height: auto; margin:10px auto 30px auto; overflow:hidden;background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}
.mr_frbox .prev{position:absolute; left:0px; top:43%; width:38px; height:38px; z-index:10;}
.mr_frbox .prev img{ width:100%;}
.mr_frbox .next{position:absolute; right:0px; top:43%; width:38px; height:38px; z-index:10;}
.mr_frbox .next img{ width:100%;}

.fwxm_02{ width:94%; margin:0px auto 0px auto;}
.fwxm_02 li{ width:20%; height: auto; float:left; margin:0px 0px 0px 0px; overflow:hidden; padding:0.6% 0px;}
.fwxm_02 li a{ width:90%; display:block;  padding:5%; margin:0px auto; overflow:hidden; border:1px solid #eee;}
.fwxm_02 li img{ width: auto; height:58px; display:block; 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;}
.fwxm_02 li span{ height:40px; line-height:40px; display:block; color:#555; font-size:16px; font-weight:bold; margin:0px 0px 5px 0px;}
.fwxm_02 li p{ height:40px; line-height:40px; display:block; color:#FF0000; font-size:16px;padding:0px 0px 0px 0px;}
.fwxm_02 li:hover a{ border-bottom:2px solid #0347ac;}
.fwxm_02 p img{ height:auto; margin:0px 0px 0px 8px; vertical-align:middle;}
.fwxm_02 li:hover p img{ margin:0px 0px 0px 15px;}

.fwxm_03{ width:100%; background:#fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); margin:0px 0px 25px 0px;}
.fwxm_03 .fwxm_03_t{ width:100%;  background-size:100% auto; color:#fff; padding:2.4% 5%;}
.fwxm_03 .fwxm_03_t h2{ font-size:30px; font-weight:bold;}
.fwxm_03 .fwxm_03_t p{ font-size:14px; display:inline-block;}
.fwxm_03 .fwxm_03_t a{ float:right; font-size:18px; color:#fff; margin-top:-15px;}
.fwxm_03 .fwxm_03_t a:hover{ color:#FF0000;}

.fwxm_03_c{ width:96%; margin:20px auto 20px auto;}
.fwxm_03_c li{ width:16.6666%; height: auto; float:left; margin:0px 0px 0px 0px; overflow:hidden; padding:0.6% 0px;}
.fwxm_03_c li a{ width:90%; display:block;  padding:5%; margin:0px auto; overflow:hidden; border:1px solid #eee;}
.fwxm_03_c li img{ width: auto; height:45px; display:block; 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;}
.fwxm_03_c li span{ height:40px; line-height:40px; display:block; color:#555; font-size:16px; font-weight:bold; margin:0px 0px 5px 0px;}
.fwxm_03_c li p{ height:40px; line-height:40px; display:block; color:#FF0000; font-size:16px;padding:0px 0px 0px 0px;}
.fwxm_03_c li:hover a{ border-bottom:2px solid #0347ac;}
.fwxm_03_c li p img{ height:auto; margin:0px 0px 0px 8px; vertical-align:middle;}
.fwxm_03_c li:hover p img{ margin:0px 0px 0px 15px;}


.fwxm_04{ width:100%; max-width:1200px; margin:0px auto 0px auto;}
.fwxm_04 li{ width:20%; height: auto; float:left; margin:0px 0px 0px 0px; overflow:hidden; padding:0.8% 0px; text-align:center;}
.fwxm_04 li a{ width:92%; display:block;  padding:4% 4%; margin:0px auto; overflow:hidden; border:1px solid #ddd;}
.fwxm_04 li img{ width: 55%; height: auto; margin:0px auto; display:block; 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;}
.fwxm_04 li span{ height:40px; line-height:40px; display:block; color:#555; font-size:16px; font-weight:bold; display:block; overflow:hidden; margin:0px 0px 0px 0px;}
.fwxm_04 li p{ height:40px; line-height:40px; display:block; color:#FF0000; font-size:16px;padding:0px 0px 0px 0px;}
.fwxm_04 li:hover a{ border-bottom:1px solid #0347ac;}
.fwxm_04 p img{ width:auto;height:auto; margin:0px 0px 0px 8px; vertical-align:middle;}
.fwxm_04 li:hover p img{ margin:0px 0px 0px 15px;}



.zpgw{ width:100%; margin:40px auto;}
.zpgw li{ width:100%; border:1px solid #eee; margin-top:-1px;}
.zpgw li td{ padding:15px;}
.zpgw li h2{ font-weight:bold; font-size:18px;}
.zpgw li em{ color:#787878;}


