@charset "utf-8";
html{font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
a:hover{text-decoration: none;}
li {list-style-type: none;transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
.swiper-slide img{
	width:100%;
}

/*toubu*/
.toubu{
	width:100%;
	line-height: 30px;
	background: #0774bc;
	position: relative;
}
.toubu .huanyin{
	font-size: 14px;
	color:#fff;
	margin-left:104px;
}
.toubu .lianxifangshi{
	position: absolute;
	right:163px;
	top:57%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 10000;
}
.toubu .rexian{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color:#fff;
}
.top{
	width:1080px;
	height:80px;
	margin:0 auto;
	position: relative;
	z-index: 1000;
}
.top-left{
	position: absolute;
	top:45%;
	left:0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-jinzhanjishu{
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-jinzhanjishu ul li{
	float: left;
	width:120px;
	line-height: 80px;
	position: relative;
}
.top-jinzhanjishu ul li:after{
	display: block;
	content:"";
	width:4px;
	height: 4px;
	background: #d2d2d2;
	border-radius: 50%;
	position: absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-jinzhanjishu ul li a{
	color:#333;
	font-size: 16px;
	display: block;
	text-align: center;
}
.top-jinzhanjishu>ul>li:hover{
	background: #0774bc;
}
.top-jinzhanjishu>ul>li:hover>a{
	color:#fff;
}
.top-jinzhanjishu ul li ul li:hover a {
	background: #0774bc;
	color:#fff;
}
.top-jinzhanjishu ul li ul{
	position: absolute;
	top:80px;
	left:0;
	display: none;
}
.top-jinzhanjishu ul li ul li{
	float:none;
}
.top-jinzhanjishu ul li ul li a {
	line-height: 30px;
	font-size: 14px;
	color:#666;
	border-bottom:1px solid #d2d2d2;
	background: #fff;
}
.top-jinzhanjishu ul li ul li:after{
	display: none;
}
/*nav*/
.nav{
	width:100%;
	height:50px;
	background: url("../images/navbg.jpg") no-repeat center;
}
.nav ul li{
	float: left;
	width:150px;
	height:50px;
	line-height: 50px;
	position: relative;
	transition: all .2s ease-in;
	position: relative;
}
.nav ul li a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	text-align: center;
}
.nav ul li:hover{
	background-color:#1c8ceb; 
}
.nav ul li ul{
	position: absolute;
	top:50px;
	left:0;
	z-index: 10000;
	display: none;
}
.nav ul li ul li{
	background: #046fcd;
}
.nav ul li:after{
	display: block;
	content:"";
	width:1px;
	height: 10px;
	background: #fff;
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.nav ul li:last-child:after{
	display: none;
}

/* 本例子css */
.slideBox{overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:50%; bottom:5px;transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:8px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 50%;opacity: 0.4; }
.slideBox .hd ul li.on{ background:rgb(222,156,83); color:#fff; opacity: 0.9; filter:alpha(opacity=90);  -moz-opacity:0.9;  -khtml-opacity: 0.9;  }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width: 100%; display:block;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/*.next{
	position: absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
} */
.prev{
	position: absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height:55px;
	cursor: pointer;
}
.next img,.prev img{
	height:55px;
}

.fenleititle{
	font-size: 20px;
	font-weight: bold;
	color:#333;
	display: inline-block;
	line-height: 40px;
	width: 180px;
	border-bottom:2px solid #084f15;
}
/*chanping*/
.chanping{
	padding:60px 0;
	background: url("../images/cpbg.jpg") no-repeat center;
	background-size: 100% 100%;
}
.chanping-left{
	width: 267px;
	background:#0774bc;
	padding:0 5px 5px 5px;
	float: left;
}
.chanping-left .topbox{
	padding:15px 0;
}
.chanping-left .topbox p:first-child{
	font-size: 22px;
	font-weight: bold;
	color:#fff;
	padding-left:60px;
	line-height: 34px;
	background: url("../images/firp.png") no-repeat left 23px center;
}
.chanping-left .topbox p:last-child{
	text-align: center;
	color:#fff;
	letter-spacing: 3px;

}
.ulBox .lianxiwom{
	font-weight: bold;
	font-size: 20px;
	color:#fff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;

}
.chanping-left ul:first-child li{
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	background: #fff;
	position: relative;
}
.chanping-left ul:first-child li i{
	position: absolute;
	display: block;
	font-style: normal;
	left:33px;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.chanping-left ul:first-child li:first-child{
	padding-top:8px;
}
.chanping-left ul:first-child li:first-child i{
	top:54%;
}
.chanping-left ul:first-child li:last-child{
	padding-bottom:8px;
}
.chanping-left ul:first-child li:last-child i{
	top:44%;
}
.chanping-left ul:first-child li:hover i{
	color:#fff;
}
.chanping-left .ulBox ul:first-child li a{
	font-size: 14px;
	color:#666;
	display: block;
	line-height: 50px;
	border-bottom:1px dashed #e8e8e8 ;
	box-sizing:border-box;
	padding-left:57px;
}
.chanping-left .ulBox ul:first-child li:hover a{
	color:#fff;
	background: #0774bc;
}
.chanping-left .ulBox ul:last-child li{
	font-size: 14px;
	color:#999;
	padding:4px 16px ;
}
.chanping-right{
	float: right;
	width:890px;
	text-align: center;
}
.chanping-right .firp{
	font-size: 22px;
	color:#0774bc;
	text-align: left;
	font-weight: 700;
}
.chanping-right .firp span{
	font-size: 12px;
	color:#999;
	display: inline-block;
	margin-left:10px;
	font-weight: 500;
}
.chanprightBox{
	position: relative;
}
.chanprightBox a{
	display: block;
	color:#666;
	width:90px;
	text-align: center;
	font-size: 12px;
	line-height: 37px;
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	letter-spacing: 3px;
}
.chanprightBox a img{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.lanse{
	width:130px;
	height: 4px;
	background: #0774bc;
	margin-top: 20px;
}
.cha{
	position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.cpanliBox{
	padding-top:45px;
	border-top:1px solid #999;
}
.cpanliBox ul li{
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	width:285px;
	float: left;
	margin:0 15px 30px 0;
	position: relative;
}
.cpanliBox ul li:nth-child(3n){
	margin-right:0;
}
.cpanliBox ul li a{
	display: block;
	
}
.cpanliBox ul li .pic{
	width:285px;
	height: 220px;
	position: relative;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.cpanliBox ul li .pic img{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	max-width: 100%;
    height: 100%;
}
.cpanliBox ul li .biaoti p{
	line-height: 40px;
	font-size: 14px;
	color:#666;
	background: #dcdcdc;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.cpanliBox ul li:hover .biaoti p{
	color:#fff;
}
.cpanliBox ul li:hover .biaoti p{
	background: #0774bc; 
}
.more{
	display: block;
	width: 280px;
	height: 190px;
	background: #000;
	opacity:0;
	position: absolute;
	top:0;
	left:0;
}
.more img{
	width:56px;
	height: 67px;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.cpanliBox ul li:hover .more{
	opacity: .9;
}

/*解决方案*/
.jiejue{
	width:100%;
	background: url("../images/jjbg.jpg") no-repeat center;
	padding:20px 0;
	text-align: center;
	color:#fff;
}
.jiejue p:first-child{
	font-size: 30px;
	font-weight: 700;
}
.jiejue p:nth-child(2){
	font-size: 14px;
	margin:20px 0;
}
.jiejue img{
	display: block;
	margin:0 auto;
}
.aboutBox{
	width:100%;
	padding:55px 0;
	
}
.aboutBox .wrapper{
	position: relative;
}
.guanyuwom{
	background: url("../images/abouttitlebg.png") no-repeat center center;
	text-align: center;
	color:#339933;
	font-size:32px;
	font-weight: 700;
}
.guanyuwom span{
	color:#fba004;
}
.guanyuxia{
	font-size: 12px; 
	color:#999;
	width:400px;
	text-align: center;
	margin:0 auto;
	margin-top: 10px;
}
.gongsijianjie{
	
}
.jianjie-left{
	float:left;
	margin-top: 30px;
}
.jianjie-left img{

}
.jianjie-rigth{
	width:660px;
	float: right;
	position: relative;
	
}
.abouttitle{
	font-size: 22px;
	line-height: 35px;
	color:#fff;
	font-weight: 700;
	background: url("../images/guanyubg.png") no-repeat bottom right;
	text-align: center;
}
.chengx{
	letter-spacing: 3px;
	color:#999;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
.jianjie-rigth p:nth-child(1){
	line-height: 34px;
	font-size: 22px; 
	font-weight: 700;
	color:#0774bc;
	margin-top:30px;
	margin-bottom:30px;
	padding-left:20px;
}
.jianjie-rigth p:nth-child(2){
	font-size: 14px;
	color:#666;
	line-height: 33px;
}
.jianjie-rigth a{
	display: block;
	color:#fff;
	font-size:14px;
	background: #0774bc;
	line-height: 37px;
	width: 130px;
	text-align: center;
	position: absolute;
	left:0;
	bottom:-47px;
}
.tiao{
	width:100%;
	height: 100%;
	background: url("../images/cheng.jpg") no-repeat center;
}
.tiao .tiao-left{
	height: 100px;
	position: relative;
	width:500px;
	float: left;
}
.tiao .tiao-left .qq{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:290px;
}
.tiao .tiao-left .weixin{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:395px;
}
.er{
	width:100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background: #000;
	opacity: 0.9;
	display: none;
}
.er img:first-child{
	width:160px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.er img:last-child{
	position: absolute;
	top:20px;
	right:20px;
	cursor:pointer;
}
.tiao .tiao-left p{
	font-size: 20px;
	color:#fff;
}
.tiao .tiao-left p:first-child{
	padding-top:26px;
}
.tiao .tiao-right{
	width:700px;
	float: left;
}
.tiao .tiao-right ul li {
	float: left;
	color:#fff;
	width:228px;
	text-align: center;
	border-right:1px solid #e6ac0d;
	margin-top: 17px;
}
.tiao .tiao-right ul li p:nth-child(1){
	font-size: 18px;
	font-weight: 700;
}
.tiao .tiao-right ul li p:nth-child(3){
	font-size: 12px;
	font-weight: 700;
}
.baise{
	width:30px;
	height: 1px;
	background: #fff;
	margin:10px auto;

}
.aboutBoxsec{
	height: 720px;
	background: url("../images/ab.png") no-repeat top 173px center;
	position: relative;
	padding-top:0;
}
.ding{
	width:346px;
	position: absolute;
}
.dingyou .ding-left{
	float: right;
}
.dingyou .ding-left p{
	text-align: left;
}
.dingyou .ding-right{
	float: left;
}
.dingfir{
	top: 167px;
    left: 81px;
}
.dingsec{
	top: 326px;
    left: -32px;
}
.dingthird{
	top: 482px;
    left: 89px;
}
.dingfour{
	top: 167px;
    right: 81px;
}
.dingfive{
	top: 326px;
    right: -32px;
}
.dingsix{
	top: 482px;
    right: 89px;
}
.ding-left{
	float: left;
	width:248px;
	color:#666;
	font-size: 12px;
	
}
.ding-left p{
	text-align: right;
}
.ding-left p:first-child{
	font-size: 22px;
	font-weight: 700;
	margin-top: 10px;
}
.ding-right{
	float: right;
	width:75px;
	line-height: 75px;
	text-align: center;
	background: #dadada;
	color:#0774bc;
	font-size: 36px;
	border-radius: 50%;
	cursor:pointer;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.ding-right:hover{
	background: #0774bc;
	color:#ececec;
}
.picMarquee-left{ width:1200px;  overflow:hidden; position:relative;margin:0 auto;  margin-top:47px;   }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ position: relative; text-align:center; width:220px; height:200px;border-radius: 10px;overflow: hidden;}
.picMarquee-left .bd ul li .pic img{ position: absolute; max-width:100%; height:100%; display:block;border: 1px solid #dcdcdc; transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.picMarquee-left .bd .tempWrap{
	width:1170px !important;
	margin:0 auto;
}
.picMarquee-left .bd ul li:hover .title a{
	color:#0774bc;
}
#demo2 .next{
	position: absolute;
	left:0;
	top:47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:10px;
	height: 27px;
	background: url("../images/prev.png") no-repeat center;
} 
#demo2 .next:hover{
	background: url("../images/prev1.png") no-repeat center;
}
#demo2 .prev{
	position: absolute;
	right:0;
	top:47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height:55px;
	width:10px;
	height: 27px;
	background: url("../images/next.png") no-repeat center;
}
#demo2 .prev:hover{
	background: url("../images/next1.png") no-repeat center;
}
#demo2 .next img,#demo2 .prev img{
	height:55px;
}

/*news*/
.news{
	background: #efeef0;
	padding:55px 0;
}
.newBox{
	width:380px;
	float: left;
	background: #fff;
	padding:23px 0;
	margin-left:30px;
	min-height: 393px;
}
.newBox1 img{float:left;}
.newBox p{
	font-size: 22px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	line-height: 35px;
	background: url("../images/newt.png") no-repeat center;
}
.newBox img{
	margin:23px auto;
}
.newBox ul li{
	position: relative;

}
.newBox ul li i{
	font-style: normal;
	position: absolute;
	left:15px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.newBox ul li span{
	position: absolute;
	right:15px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.newBox ul li a{
	display: block;
	padding:5px 37px;
}
.newBox .fir{
	width:227px;
	margin:0 auto;
}
.newBox .fir li{
	float: left;
	position: relative;
}
.newBox .fir li i{
	font-style: normal;
	position: absolute;
	left:5px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.newBox .fir li a{
	display: block;
	padding:5px 21px;
}
.wrapper .newBox:nth-child(3){
	/*margin-right:0;*/
}
.newBox ul li:hover a{
	color:#0774bc;
}
.newBox ul li:hover span{
	color:#0774bc;
}
/*footer*/
.footer{
	width:100%;
	background:#0774bc;
	padding:37px 0;
}

.footer-left{
	float: left;
	position: relative;
	width: 430px;

}
.footer-left img{
	margin-top: 56px;
}
.footer-left:after{
	display: block;
	content: " ";
	width:1px;
	height: 105px;
	background: #4f86c8;
	position: absolute;
	right:0;
	top:26px;
}
.footer-left ul li{
	font-weight: bold;
	font-size:16px;
	color:#666;
	padding-top:5px;
	position: relative;
}
.footer-left ul li:first-child{
	font-size:18px ;
	color:#084f15;
	font-weight: bold;
	padding-left: 5px;
}
.footer-center{
	float: left;
	width: 412px;
	position: relative;
}
.footer-center:after{
	display: block;
	content: " ";
	width:1px;
	height: 105px;
	background: #4f86c8;
	position: absolute;
	right:-22px;
	top:26px;
}
.footer-center ul{
	width: 379px;
	text-align: center;
	position: relative;
	padding-left: 78px;
    margin-top: 17px;
}
.footer-center ul li{
	float: left;
}
.footer-center ul li a{
	display: block;
	color:#e8e8e8;
	font-size: 14px;
	width: 100px;
    line-height: 39px;
    text-align: left;
}
.footer-right{
	float: right;
	margin-top: 27px;
}
.footer-right ul li{
	font-size: 14px;
	color:#e8e8e8;
}
.last{
	width:100%;
	background: #0668a8;
	line-height: 40px;
}
.last-left{
	float: left;
}
.last-left img{
	max-height: 85px;
	max-width: 85px;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#e8e8e8;
	font:14px 'Microsoft YaHei';
}
.last-center p{
	font:12px 'Microsoft YaHei';
	color:#e8e8e8;
	line-height: 40px;
}
.last-right{
	position: inherit;
	float: right;
	color: #fff;
}
.last-right a{
	font:14px 'Microsoft YaHei';
	color:#e8e8e8;
	line-height: 40px;
}
#demo1 .tempWrap{
	width:890px !important;
}


#fczs_main{height: 795px;}
.left1{ float:left;}
#fczs_gd{width:890px !important;height: auto;overflow:hidden; }
#fczs_gd ul{width:1212px;height: auto;}
#fczs_gd ul li{width:285px;float:left;text-align:center;margin-right:15px; margin-bottom:8px; position: relative; border:1px solid #bfbfbf;background: #fff;}
#fczs_gd ul li img{ 
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	max-width: 100%;
    height: 100%;
}
#fczs_gd ul li span{ font-size:14px; text-align:left; color:#696969;  display:block; height: 40px; line-height: 40px;}