﻿@charset "utf-8";
/*当浏览器尺寸小于960px的时执行下面的CSS*/
@media screen and (max-width: 960px){
/* 首页焦点图banner幻灯片 */
.slideBox{width:100%; height:auto; position:relative; overflow:hidden; margin:0 auto; max-width:100%; background:#fff; }
.slideBox .hd{ width:100%; position:absolute; height:20px; line-height:20px; left:0; bottom:20px; text-align:center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#333; text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.slideBox .hd li.on{ background:#fff;  }
.slideBox .prev{ position:absolute; left:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .next{ position:absolute; right:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{vertical-align:top; width:100%; height:auto/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

/*标题专用*/
.title_index{width:95%; height:auto; margin:0 auto; margin-top:10px; position:relative}
.title_index h1{font-size:0.3rem; color:#000; font-weight:bold; text-align:center; padding:20px;}
.title_index h1 span{ color:#ff6700}
.title_index h1 em{display:block; font-size:0.14rem; line-height:0.22rem; color:#000; font-weight:400; padding-top:20px;}

.title_index2{width:90%; height:auto; margin:0 auto; margin-top:30px; margin-bottom:20px;position:relative}
.title_index2 h1{font-size:0.22rem; color:#333; font-weight:bold; text-align:left; }
.title_index2 h1 span{ color:#ff6700}
.title_index2 h1 em{display:block; font-size:0.14rem; line-height:0.22rem; color:#999; font-weight:100; padding-top:15px;}

/*linyi*/
.linyi{ width:100%; height:auto; overflow:hidden; margin:0 auto; margin-top:0px;}
.linyi li{ float:left; width:48%; height:auto; margin-right:4%; margin-bottom:10px; }
.linyi li .img{ width:100%; height:auto; overflow:hidden;  }
.linyi li .img img{width:100%; height:auto;}
.linyi li h3{ text-align:center; line-height:0.4rem; font-size:0.14rem; font-weight:400; color:#333333; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.linyi li:nth-of-type(2n+0){margin-right:0px;}
.linyi li a{ display:block}




/*图片1*/
.index_pic_one{width:100%; height:auto; margin:0 auto; overflow:hidden;}
.index_pic_one dl{float:left; width:48%; height:1.35rem; margin-right:4%; margin-bottom:20px; overflow:hidden; background-color:#fff}
.index_pic_one dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.index_pic_one dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.index_pic_one dl dt img{display:block; width:100%; height:100%; max-width:100%; -webkit-transition:transform ease-in-out 0.5s;}
.index_pic_one dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:0.35rem; line-height:0.35rem; text-align:center; background-color:#333; opacity: 0.7; color:#FFFFFF; text-shadow:3px 2px 2px #000; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}

.index_pic_one dl:hover img{ transform:scale(1.1,1.1);}
.index_pic_one dt:hover div{opacity:1; transform:scale(0.9,0.85)}
.index_pic_one dl:nth-of-type(2n+0){margin-right:0px;}
.index_pic_one dt:hover{ font-weight:bold; text-decoration:none}
/*图片1end*/
.cpfl{background:#007dbf;height:300px;margin-top:-80px;}
.albj{background-color:#f0f0f0; padding:20px 0;}

.site-title {padding:20px 0 20px;text-align:center; }
.site-title h2{margin-top:15px;color:#fff;font-size:0.30rem;font-weight: normal;}
.site-title h2 span{display:none;color:fff;}
.site-title p{width:95%; margin-top:10px;color:#fff;font-size:0.14rem;line-height:30px;}
.site-title .line{position:relative;text-align:center; margin:15px auto 0;width:80px;height:1px; background-color: #333;}
.site-title .line:before{position: absolute;left:0;top:0;width:80px;height:1px; background-color: #333;}
.site-title .line:after{position: absolute;right:0;top:0;width:80px;height:1px; background-color: #333;}

/*新闻*/
.index_news_bj{background-color:#f0f0f0; padding:40px 0; }

.index_news { width:100%; height:auto; overflow:hidden;margin-top:30px;}
.index_news li {float: left; width:100%; height:auto; background-color:#fff;border-radius: 10px; margin-bottom:20px; overflow:hidden}
.index_news li h5 {font-weight: normal; font-size:15px;padding:30px; line-height:25px;overflow: hidden;}
.index_news li a {display: block; background-color: #fff; padding: 20px; -webkit-transition: all 0.5s; transition: all 0.5s; overflow: hidden; position: relative;}
.index_news li a:after {position: absolute; left: 0; top: 0; content: ""; width: 85px; height: 0; border-bottom: 125px solid #432774; border-right: 78px solid transparent; -webkit-transition: all 0.5s; transition: all 0.5s;}
.index_news li .date {float: left; width: 90px; position: relative; z-index: 1;margin-left:30px; line-height: 1; padding: 5px 0; color: #fff; text-align:left;}
.index_news li .date small {display: block;font-size: 16px;}
.index_news li .date strong {display: block;font-size: 48px;margin-top: 10px;}
.index_news li .text { float:right; width:68%;margin-left:5px; height:auto;margin-top: 10px;}
.index_news li .text h4 {font-weight: normal; font-size:18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index_news li .text h5 {font-weight: normal; font-size:18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index_news li .text p { margin-top:5px; color: #666; -webkit-transition: all 0.5s; transition: all 0.5s; line-height: 1.8; height:50px; overflow: hidden;}
.index_news li a:hover {background-color:#ef6e2d; color:#fff;}
.index_news li a:hover:after {border-bottom-color: #432774;}
.index_news li a:hover .text p {color: #fff;}
.index_news li:nth-of-type(1n+0){margin-right:0px;}

/*小幻灯包围*/


.about_bj{background-color:#f9fafc;margin-top:50px;}
.three_box{width:90%;overflow:hidden; }
.three_box_left{float:left; width:100%; height:auto;padding-bottom:20px;}
.three_box_left img{width:100%; height:auto;}
.three_box_right{ text-align:center; width:100%; height:auto; }
.three_box_right .n_box{margin-top: 60px;  width:100%; height:auto;text-align:center; line-height:35px;}
.three_box_right .n_box h3 {font-size:20px; color:#007dbf; line-height: 30px; text-align:left;  }
.three_box_right .n_box h2 {font-size: 24px; font-weight:bold; color:#000; line-height: 40px;  margin-top:10px;margin-bottom: 20px; overflow:hidden; text-align:left}
.three_box_right .n_box p {color:#222; font-size:16px;line-height:35px;overflow:hidden;}
.three_box_right dl {float:left; width:100%; height:auto;}

.three_box22{width:90%;overflow:hidden; }
.three_box22_left{float:left; width:100%; height:auto;margin-top:50px;}
.three_box22_left img{width:100%; height:auto;border-radius: 10px;}
.three_box22_right{ text-align:center;width:100%; height:auto;}
.three_box22_right .n_box{margin-top: 10px;  width:100%; height:auto;  float:left; line-height:35px;}
.three_box22_right .n_box h3 {font-size:20px; color:#007dbf; line-height: 30px; text-align:center;}
.three_box22_right .n_box h2 {font-size: 30px; font-weight:bold; color:#000; line-height: 30px;  margin-top:10px;margin-bottom: 20px; overflow:hidden; text-align:center}
.three_box22_right .n_box p {color:#222; font-size:16px;line-height:25px;overflow:hidden;}
.three_box22_right dl {float:left; width:100%; padding-left:10px;height:auto;}

/*滚动数字*/
.gundong_num{width:100%; height:auto;margin-top:100px; z-index:10}
.num{ width:100%; height:auto; overflow:hidden; color:#222}
.num li{ float:left; width:50%; height:auto; padding:10px 0; transition-duration:500ms; cursor:pointer}
.num li .n_box{ width:100%; height:auto; margin:0 auto;  overflow:hidden}
.num li .n_box .n_l{width:100%; height:auto; line-height:0.38rem; text-align:center; font-size:0.14rem;color:#fff}
.num li .n_box .n_l span{ font-size:0.29rem; font-weight:bold; margin-right:8px;color:#fff}
.num li .n_box .n_l p{ line-height:0.2rem;}
.num li .n_box .n_r{width:100%; height:64px; background: url(../images/fz.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r2{width:100%; height:64px; background: url(../images/cp.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r3{width:100%; height:64px; background: url(../images/ws.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r4{width:100%; height:64px; background: url(../images/q.png) no-repeat top center;  transition-duration:600ms;}

.num li:hover{background:#d13845; color:#FFF}
.num li:hover .n_box .n_r{background: url(../images/fz.png) no-repeat bottom center;}
.num li:hover .n_box .n_r2{background: url(../images/cp.png) no-repeat bottom center;}
.num li:hover .n_box .n_r3{background: url(../images/ws.png) no-repeat bottom center;}
.num li:hover .n_box .n_r4{background: url(../images/q.png) no-repeat bottom center;}


.gundong_num22{ z-index:10; margin-top:108x;margin-bottom:30px;}
.num2{ width:100%; height:auto; overflow:hidden;}
.num2 li{ float:left; width:100%; height:180px; padding:10px 0; transition-duration:500ms; cursor:pointer;color:#666; }
.num2 li .n_box{ width:95%; height:180px; margin:0 auto; overflow:hidden;border-radius: 10px;border:1px solid #d7d7d7;color:#666; }
.num2 li .n_box .n_l{ text-align:center;width:75%; height:auto; line-height:30px;margin-top:10px;}
.num2 li .n_box .n_l span{ font-size:18px; color:#222; font-weight:bold;line-height:30px;}
.num2 li .n_box .n_l p{   line-height:20px;font-size:14px; color:#666;line-height:25px; }
.num2 li .n_box .n_r{ float:left;  width:25%; height:70px; background: url(../images/gs1.png) no-repeat top center;  transition-duration:600ms;margin-top:28px; }
.num2 li .n_box .n_r2{ float:left;  width:25%; height:70px; background: url(../images/gs2.png) no-repeat top center;  transition-duration:600ms;margin-top:28px; }
.num2 li .n_box .n_r3{ float:left;  width:25%; height:70px; background: url(../images/gs3.png) no-repeat top center;  transition-duration:600ms;margin-top:28px; }
.num2 li .n_box .n_r4{ float:left;  width:25%; height:70px; background: url(../images/gs4.png) no-repeat top center;  transition-duration:600ms;margin-top:28px;}
.num2 li .n_box .n_r5{ float:left;  width:25%; height:70px; background: url(../images/gs5.png) no-repeat top center;  transition-duration:600ms;margin-top:28px;}
.num2 li .n_box .n_r6{ float:left;  width:25%; height:70px; background: url(../images/gs6.png) no-repeat top center;  transition-duration:600ms;margin-top:28px;}
.num2 li:nth-of-type(6n+0){border-right:none;color:}
.num2 li .n_box:hover{border:2px solid #f16c31;}


.gundong_num33{ z-index:10; margin-top:20px;margin-bottom:70px;}
.num3{ width:100%; height:auto; text-align:center;overflow:hidden; }
.num3 li{text-align:center; width:100%; height:250px; padding:16px 0;margin-bottom:20px; transition-duration:500ms; cursor:pointer;color:#666; }
.num3 li .n_box{ width:100%; height:250px; margin:0 auto; overflow:hidden;background-color:#f3f5f9;color:#666;border-radius:10px;  }
.num3 li .n_box .n_l{  text-align:center;  padding:20px; line-height:38px;}
.num3 li .n_box .n_l span{ font-size:18px; font-weight:600; color:#000; }
.num3 li .n_box .n_l p{   line-height:25px;font-size:14px; color:#333; }
.num3 li .n_box .n_r{   width:100%; height:67px; background: url(../images/gs1.png) no-repeat top center;  transition-duration:600ms;margin-top:12px; }
.num3 li .n_box .n_r2{  width:100%; height:67px;   background: url(../images/gs2.png) no-repeat top center;  transition-duration:600ms;margin-top:12px; }
.num3 li .n_box .n_r3{  width:100%; height:67px; background: url(../images/gs3.png) no-repeat top center;  transition-duration:600ms;margin-top:12px; }
.num3 li .n_box .n_r4{   width:100%; height:67px; background: url(../images/gs4.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num3 li .n_box .n_r5{   width:25%; height:70px; background: url(../images/gs5.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num3 li .n_box .n_r6{   width:25%; height:70px; background: url(../images/gs6.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num3 li:nth-of-type(3n+0){border-right:none;}
.num3 li .n_box:hover{background:#ffffff; }

.gundong_num44{ z-index:10; margin-top:20px;margin-bottom:70px;}
.num4{ width:100%; height:auto; overflow:hidden; }
.num4 li{ float:left; width:46%; margin-right:10px;transition-duration:500ms; padding:16px 0;cursor:pointer;color:#666; }
.num4 li .n_box{ width:100%; margin:0 auto; overflow:hidden;color:#666;border-radius:10px;  }
.num4 li .n_box .n_l{ float:right;  width:55%; line-height:38px;}
.num4 li .n_box .n_l span{ font-size:16px; font-weight:500; margin-left:-35px;padding:16px 0; color:#000;margin-top:50px; margin-right:50px}
.num4 li .n_box .n_l p{   line-height:25px;font-size:14px; color:#333; margin-right:20px}
.num4 li .n_box .n_r{ float:left;  width:45%; height:18px; margin-left:-20px; background: url(../images/duih.png) no-repeat top center;  transition-duration:600ms;margin-top:10px; }
.num4 li .n_box .n_r2{ float:left; width:15%; height:67px; margin-left:-20px;  background: url(../images/gs2.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num4 li .n_box .n_r3{ float:left; width:15%; height:67px; margin-left:-20px; background: url(../images/gs3.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num4 li .n_box .n_r4{ float:left;  width:25%; height:70px; background: url(../images/gs4.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num4 li .n_box .n_r5{ float:left;  width:25%; height:70px; background: url(../images/gs5.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num4 li .n_box .n_r6{ float:left;  width:25%; height:70px; background: url(../images/gs6.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num4 li:nth-of-type(6n+0){border-right:none;}
.num4 li .n_box:hover{background:#ffffff; }


.gundong_num55{ z-index:10; margin-top:20px;margin-bottom:120px;}
.num5{ width:100%; height:auto; overflow:hidden; }
.num5 li{ float:left; width:100%; height:57px; padding:16px 0; transition-duration:500ms; cursor:pointer;}
.num5 li .n_box{ width:100%; height:98px; margin:0 auto; overflow:hidden;color:#666;border-radius:10px;  }
.num5 li .n_box .n_l{ float:right; margin-left:-30px; width:75%; padding:19px 0; line-height:30px;}
.num5 li .n_box .n_l span{ font-size:16px; line-height:20px; font-weight:400; color:#fff; }
.num5 li .n_box .n_l p{   line-height:20px;font-size:14px; color:#fff;overflow:hidden;}
.num5 li .n_box .n_r{ float:left;  width:20%; height:55px; margin-left:10px; background: url(../images/dd.png) no-repeat top center;  transition-duration:600ms;margin-top:20px; }
.num5 li .n_box .n_r2{float:left;  width:20%; height:55px; margin-left:10px; background: url(../images/dd2.png) no-repeat top center;  transition-duration:600ms;margin-top:20px;  }
.num5 li .n_box .n_r3{ float:left;  width:20%; height:55px; margin-left:10px; background: url(../images/dd3.png) no-repeat top center;  transition-duration:600ms;margin-top:20px; }
.num5 li .n_box .n_r4{ float:left;  width:20%; height:55px; margin-left:10px; background: url(../images/dd4.png) no-repeat top center;  transition-duration:600ms;margin-top:20px; }
.num5 li .n_box .n_r5{ float:left;  width:25%; height:70px; background: url(../images/gs5.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num5 li .n_box .n_r6{ float:left;  width:25%; height:70px; background: url(../images/gs6.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num5 li:nth-of-type(4n+0){border-right:none;}

.ysbj{ background-color:#007dbf;height:830px;margin-top:20px;padding:40px 0;}
.ssbj{width:90%;background-color:#007dbf;height:200px;padding:50px 0; border-radius:10px; }
.ssbj .l{width:90%; text-align:center;height:auto; }
.ssbj .l span{color:#fff; font-size:24px;line-height:30px; font-weight:bold }
.ssbj .l p{ font-size:24px;line-height:30px;color:#fff;font-weight:bold ;margin-top:10px; }
.ssbj .r{ text-align:center;height:auto;margin-top:80px; }
.sousuo{width:350px; height:35px; line-height:35px; border:1px solid #c4c4c4; background-image:url(../images/bg.gif); background-repeat:no-repeat; padding-left:25px; color:#666666; font-size:12px;margin-bottom:10px; margin-top:10px;}

.ssbj22{width:95%;background: url(../images/jjj.png) no-repeat top center;height:800px;padding:50px 0;margin-top:100px; border-radius:10px; }
.ssbj22 .l{text-align:center;width:95%; height:auto;}
.ssbj22 .l span{color:#fff; font-size:30px;line-height:40px; font-weight:bold; }
.ssbj22 .l p{ font-size:16px;line-height:30px;color:#fff;margin-top:10px; }
.ssbj22 .r{text-align:center;height:auto;margin-top:40px; }


/*小幻灯及简介*/
.section-title {
	margin-bottom: 30px;
	margin-top:10px;
	font-weight: bold;
	line-height: 1;
}
.section-title small {
	display: block;
	font-size:0.3rem;
	text-transform: uppercase;
}
.section-title strong {
	display: block;
	position: relative;
	color: #1767dd;
	font-size:0.2rem;
	margin-top: 10px;
}
.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 70%;
	content: "";
	background: #e5e5e5;
}

.about_index{width:100%; height:auto; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.about_index .about_text{width:100%; height:auto; background-color:#fff; margin-top:20px}
.about_index .about_text h6{ font-size:0.2rem; font-weight:700; color:#333}
.about_index .about_text .con{ height:auto; margin-top:20px; line-height:0.26rem; font-size:0.14rem; color:#666; overflow:hidden}

.indexone{width:100%;overflow:hidden; margin-top:-10px; margin-bottom:40px;}
.indexone li{float:left; width:100%;height:auto;margin-top:20px;background-color: #fff;overflow:hidden}
.indexone li dl{width:100%; height:100%;  overflow:hidden;}
.indexone li img{ width:100%;-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s; }
.indexone li:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1); }
.indexone li .box{width:90%;height:auto;padding-left:10px; }
.indexone li .box h1{float:left;font-weight:600; font-size:18px;line-height:30px;color:#000;  overflow:hidden; }
.indexone li .box dd{float:left;line-height:25px; font-size:14px; color:#000; margin-bottom:20px; }
.indexone li:nth-of-type(1n+0){margin-right:0px;}
.indexone li:first-child+li+li+li+li{margin-right:0px;}
.indexone li a{ text-decoration:none}
.indexone li:hover h1{ color:#a44e58;}

/* 多图滚动 */
.scrollBox{ width:95%; height:auto; text-align:center;}
.scrollBox .bd li{text-align:center;  width:90%; height:auto;margin-left:20px; margin-bottom:20px;}
.scrollBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
.scrollBox .bd li p{font-size:14px; text-align:center; color:#FFFFFF;overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.scrollBox .bd li img{display: block; width:100%; height:100%;   }
.scrollBox .bd li:nth-of-type(1n+0){margin-right:0px;}

.scrollBox .hd{ height:20px; overflow:hidden; font-size:0; margin-top:15px;}
.scrollBox .hd ul{ display:inline-block; padding-top:5px; }	
.scrollBox .hd li{ display:inline-block; width:8px; height:8px; background:#D0D0D0; margin:0 5px; vertical-align:top; overflow:hidden; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
.scrollBox .hd .on{ background:#BA2636;  }
.scrollBox .prev,.scrollBox .next{ display:inline-block; width:25px; height:20px; background:url(../images/wyIcons.png) no-repeat; overflow:hidden; margin:0 5px;  vertical-align:top; }
.scrollBox .next{ background-position:-105px 0;}

/*小幻灯片*/
.index_hdp{width:100%; height:auto; position:relative; overflow:hidden;}
.index_hdp .hd{ position:absolute; width:100%; height:40px; bottom:20px; left:0; z-index:1; text-align:center}
.index_hdp .hd img{ width:40px; height:40px;  }
.index_hdp .prev{cursor:pointer}
.index_hdp .next{cursor:pointer}

.index_hdp .bd{width:100%; height:auto; z-index:0; overflow:hidden}
.index_hdp .bd li img{display:block; width:100%; height:auto;}
.index_hdp .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }

/*more*/
.more{ background:url(../images/x.jpg) no-repeat center 22px; text-align:center; margin-top:16px; margin-bottom:26px}
.more span{ display:inline-table; font-size:16px; border:1px solid #cccccc; padding:10px 30px; background-color:#FFFFFF}
.more span:hover{background-color:#013e8b;}
.more span:hover a{color:#FFFFFF}

/*css过度按钮<div class="index_more"><a href="p/">+ 产品中心</a><span></span></div>*/
.index_more{text-align:center; width:140px; height:50px; overflow:hidden; background-color:#007dbf; border-radius: 10px;text-align:center; position:relative; }
.index_more a{color:#fff; text-align:center;font-size:16px; line-height:50px; display:block; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; transition-duration:500ms;}
.index_more a:hover{ color:#fff;  text-decoration:none}
.index_more span{ display:block; position:absolute; right:100%; top:0; width:100%; height:100%; background-color:#f16d2d; transition: 0.4s all ease}
.index_more:hover span{ right:0}

.index_more2{float:left;width:140px; height:40px; margin-top:30px; overflow:hidden; background-color:#fff;  position:relative; }
.index_more2 a{color:#333; text-align:center; line-height:40px; display:block; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; transition-duration:500ms;}
.index_more2 a:hover{ color:#fff;  text-decoration:none}
.index_more2 span{ display:block; position:absolute; right:100%; top:0; width:100%; height:100%; background-color:#f16c31; transition: 0.4s all ease}
.index_more2:hover span{ right:0}

.index_more33{text-align:center; width:140px; height:50px; overflow:hidden; margin-top:-50px;background-color:#fff; border-radius: 10px;text-align:center; position:relative; }
.index_more33 a{color:#000; text-align:center;font-size:16px; line-height:50px; display:block; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; transition-duration:500ms;}
.index_more33 a:hover{ color:#fff;  text-decoration:none}
.index_more33 span{ display:block; position:absolute;  top:0; text-align:center;font-size:16px; line-height:50px; display:block;  width:100%; height:100%; background-color:#f16d2d;color:#fff;}
.index_more33:hover span{ right:0}

/*友情链接*/
.yqlj{background: url(../images/yqlj.png) no-repeat center 35px;font-size:0.18rem; text-align: center; margin-bottom: 20px; margin-top:20px}
.yqlj a{color: #333;}
.yqlj em{display:block; margin:0 auto; font-size:0.22rem; color:#ccc; height:0.3rem; line-height:0.3rem; font-weight: bold;}

.index_youshi{ width:100%;height:1590px;margin-top:-17px;}
.index_youshi h1{ font-size:0.30rem; color:#222; text-align:center;margin-left:-40px; padding-top:10px;font-weight: normal;}
.index_youshi h3{ font-size:0.14rem; color:#666; text-align:center;margin-left:-40px; font-weight:100; padding-top:10px}

.ul_youshi{ width:95%;overflow:hidden;}
.ul_youshi li{ margin-left:13px; width:90%; height:360px; border:1px solid #d7d7d7;box-shadow:10px 8px 15px #666;margin-top:25px; position:relative; overflow:hidden; cursor:pointer}
.ul_youshi li img{display: block; width:100%; height:160px;text-align:center;}
.ul_youshi li .box{height:auto; padding:30px 20px; text-align:center; }
.ul_youshi li .box h5{ font-size:19px; height:35px;color:#222;font-weight: normal; position:relative}
.ul_youshi li .box h5:after{content:""; position:absolute; left:50%; margin-top:50px;bottom:-3px; width:125px; height:2px; margin-left:-63px; background-color:#0084ff;}
.ul_youshi li .box div{ padding-top:20px; text-align:center; color:#222;line-height:26px}
.ul_youshi li:hover{ background:#2ea0f8; box-shadow:10px 8px 15px #666; color:#fff;}
.ul_youshi li .wps{position:absolute; left:0; top:101px; width:100%; height:auto; text-align:center; color:#333;  transition: 0.5s all ease; z-index:9}
.ul_youshi li:hover .wps{top:140px; }

.ul_youshi li p{ position:absolute; left:0; top:459px; width:100%; height:100%; background-color:#0674dd; transition: 0.5s all ease}
.ul_youshi li:hover p{top:0; }
.ul_youshi li .yuan2{position:absolute; left:121px; top:459px; border-radius:50%; background-color:#FFFFFF; color:#ea5514; width:60px; height:60px; z-index:1; text-align:center; transition: 0.5s all ease; line-height:53px; font-size:45px; font-weight:bold}
.ul_youshi li:hover .yuan2{top:120px; }
.ul_youshi li .text{position:absolute; left:0; top:459px; width:100%; height:auto; text-align:center; color:#FFFFFF;  transition: 0.5s all ease; line-height:27px;}
.ul_youshi li:hover .text{top:220px; }
.ul_youshi li:nth-of-type(1n+0){margin-right:0px;}

/*分站列表*/
.citylist{width:100%; height:auto; overflow:hidden; margin-top:15px;}
.citylist a{ padding:8px 15px; background-color:#EEE; display:inline-table; margin-bottom:5px; color:#666; border-radius:5px;}
.citylist a:hover{ background-color:#324776; color:#FFF}
/*分站列表end*/

.news_fl {margin-bottom:30px;}
.reason_1{display:none}

}

/*当浏览器尺寸大于960px时候*/
@media screen and (min-width:960px){
/* 首页焦点图banner幻灯片 */
.slideBox{width:100%; height:auto;  position:relative; z-index:0;overflow:hidden; margin:0 auto; max-width:100%; background:#fff; }
.slideBox .hd{ width:100%; position:absolute; height:30px; line-height:30px; left:0; bottom:70px; text-align:center; }
.slideBox .hd li{ display:inline-block; width:20px; height:20px; border-radius:50%; background: rgba(255, 255, 255, 0.6); text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.slideBox .hd li.on{ background: rgba(1, 21, 88, 0.6); }

.slideBox .prev{ position:absolute; left:20px; top:0; display:block; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .next{ position:absolute; right:20px; top:0; display:block; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{vertical-align:top; width:100%; height:auto/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

/*标题专用*/
.title_index{ width:800px; height:auto; margin:0 auto; margin-top:50px; position:relative}
.title_index h1{font-size:32px; color:#000; font-weight:bold; text-align:center; padding:20px;}
.title_index h1 span{ color:#ff6700}
.title_index h1 em{display:block; font-size:15px; line-height:30px; color:#333; font-weight:400; padding-top:12px;}

.title_index2{ float:left;width:800px; height:auto; margin-bottom:30px; margin-top:50px; position:relative}
.title_index2 h1{font-size:30px; color:#333; font-weight:bold; margin-left:15px; }
.title_index2 h1 span{ color:#ff6700}
.title_index2 h1 em{display:block; font-size:14px; line-height:30px; color:#999; font-weight:100; padding-top:8px;}

/*linyi*/
.linyi{ width:100%; height:auto; overflow:hidden; margin-top:30px;}
.linyi li{ float:left; width:23.5%; height:auto; margin-right:2%;}
.linyi li .img{ width:100%; height:auto; overflow:hidden; position:relative; }
.linyi li .img p{ position:absolute; left:0; top:300px; width:100%; height:100%; background:rgba(0,0,0,0.4); transition: 0.5s all ease}
.linyi li:hover p{top:0; }
.linyi li .img img{width:100%; height:100%; max-width:100%;}
.linyi li h3{ text-align:center; line-height:50px; font-size:14px; font-weight:400; color:#333333; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.linyi li:nth-of-type(4n+0){margin-right:0px;}
.linyi li a{ display:block}


/*小幻灯包围*/
.about_bj{background-color:#f9fafc;margin-top:100px;}
.three_box{width:1270px;overflow:hidden; }
.three_box_left{float:left; width:50%; height:auto;}
.three_box_right{ float:right; width:50%; height:auto;}
.three_box_right .n_box{margin-top: 60px;  width:90%; height:auto;  float:left; padding-left:50px;line-height:35px;}
.three_box_right .n_box h3 {font-size:20px; color:#007dbf; line-height: 30px; text-align:left}
.three_box_right .n_box h2 {font-size: 35px; font-weight:bold; color:#000; line-height: 40px;  margin-top:30px;margin-bottom: 20px; overflow:hidden; text-align:left}
.three_box_right .n_box p {color:#222; font-size:16px;line-height:35px;overflow:hidden;}
.three_box_right dl {float:left; width:90%;padding-left:50px; height:auto;}

.three_box22{width:1270px;overflow:hidden; }
.three_box22_left{float:left; width:50%; height:auto;margin-top:30px;margin-bottom:30px;}
.three_box22_left img{width:100%; height:auto;border-radius: 10px;}
.three_box22_right{ float:right; width:50%; height:auto;margin-top:80px;}
.three_box22_right .n_box{margin-top: 60px;  width:90%; height:auto;  float:left; padding-left:50px;line-height:35px;}
.three_box22_right .n_box h3 {font-size:20px; color:#007dbf; line-height: 30px; text-align:left}
.three_box22_right .n_box h2 {font-size: 35px; font-weight:bold; color:#000; line-height: 40px;  margin-top:30px;margin-bottom: 20px; overflow:hidden; text-align:left}
.three_box22_right .n_box p {color:#222; font-size:16px;line-height:35px;overflow:hidden;}
.three_box22_right dl {float:left; width:90%;padding-left:50px;margin-top:30px; height:auto;}
/*滚动数字*/
.gundong_num{ z-index:10}
.num{ width:100%; height:auto; overflow:hidden;}
.num li{ float:left; width:25%; height:auto; padding:10px 0; transition-duration:500ms; margin-top:230px;cursor:pointer}
.num li .n_box{ width:100%; height:auto; margin:0 auto;  overflow:hidden}
.num li .n_box .n_l{  width:55%; height:auto;text-align:center;  margin-top:10px;line-height:30px; font-size:16px; color:#fff}
.num li .n_box .n_l span{ font-size:35px; font-weight:600;}
.num li .n_box .n_l p{ line-height:30px; color:#fff; }
.num li .n_box .n_r{ float:right;  width:30%; height:64px; background: url(../images/fz.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r2{ float:right;  width:30%; height:64px; background: url(../images/cp.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r3{ float:right;  width:30%; height:64px; background: url(../images/ws.png) no-repeat top center;  transition-duration:600ms;}
.num li .n_box .n_r4{ float:right;  width:30%; height:64px; background: url(../images/q.png) no-repeat top center;  transition-duration:600ms;}
.num li:nth-of-type(4n+0){border-right:none}
.num li:hover .n_box .n_r{background: url(../images/fz.png) no-repeat bottom center;}
.num li:hover .n_box .n_r2{background: url(../images/cp.png) no-repeat bottom center;}
.num li:hover .n_box .n_r3{background: url(../images/ws.png) no-repeat bottom center;}
.num li:hover .n_box .n_r4{background: url(../images/q.png) no-repeat bottom center;}

.gundong_num22{ z-index:10; margin-top:20px;margin-bottom:70px;}
.num2{ width:100%; height:auto; overflow:hidden; }
.num2 li{ float:left; margin-left:25px;width:396px; height:235px; padding:16px 0; transition-duration:500ms; cursor:pointer;color:#666; }
.num2 li .n_box{ width:100%; height:235px; margin:0 auto; overflow:hidden;border:1px solid #ccc;color:#666;border-radius:10px;  }
.num2 li .n_box .n_l{ float:left; margin-left:50px; width:80%;margin-top:20px; padding:16px 0; line-height:38px;}
.num2 li .n_box .n_l span{ font-size:18px; font-weight:600; color:#000; margin-right:15px}
.num2 li .n_box .n_l p{   line-height:25px;font-size:14px; color:#333; margin-right:15px}
.num2 li .n_box .n_r{ float:left;  width:25%; height:70px; background: url(../images/gs1.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num2 li .n_box .n_r2{ float:left;  width:25%; height:70px; background: url(../images/gs2.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num2 li .n_box .n_r3{ float:left;  width:25%; height:70px; background: url(../images/gs3.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num2 li .n_box .n_r4{ float:left;  width:25%; height:70px; background: url(../images/gs4.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num2 li .n_box .n_r5{ float:left;  width:25%; height:70px; background: url(../images/gs5.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num2 li .n_box .n_r6{ float:left;  width:25%; height:70px; background: url(../images/gs6.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num2 li:nth-of-type(6n+0){border-right:none;}
.num2 li .n_box:hover{border:1px solid #000;background:#007dbf; }
.num2 li .n_box:hover .n_l span{color: #fff;}
.num2 li .n_box:hover .n_l p {color: #fff; }

.gundong_num33{ z-index:10; margin-top:20px;margin-bottom:70px;}
.num3{ width:100%; height:auto; overflow:hidden; }
.num3 li{ float:left; padding-left:10px;width:518px; height:170px; padding:16px 0; transition-duration:500ms; cursor:pointer;color:#666; }
.num3 li .n_box{ width:100%; height:170px; margin:0 auto; overflow:hidden;background-color:#f3f5f9;color:#666;border-radius:10px;  }
.num3 li .n_box .n_l{ float:right; margin-left:-30px; width:80%; padding:16px 0; line-height:38px;}
.num3 li .n_box .n_l span{ font-size:18px; font-weight:600; color:#000; margin-right:20px}
.num3 li .n_box .n_l p{   line-height:25px;font-size:14px; color:#333; margin-right:20px}
.num3 li .n_box .n_r{ float:left;  width:15%; height:67px; margin-left:-20px; background: url(../images/gs1.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num3 li .n_box .n_r2{ float:left; width:15%; height:67px; margin-left:-20px;  background: url(../images/gs2.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num3 li .n_box .n_r3{ float:left; width:15%; height:67px; margin-left:-20px; background: url(../images/gs3.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num3 li .n_box .n_r4{ float:left;  width:25%; height:70px; background: url(../images/gs4.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num3 li .n_box .n_r5{ float:left;  width:25%; height:70px; background: url(../images/gs5.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num3 li .n_box .n_r6{ float:left;  width:25%; height:70px; background: url(../images/gs6.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num3 li:nth-of-type(6n+0){border-right:none;}
.num3 li .n_box:hover{background:#ffffff; }

.gundong_num44{ z-index:10; margin-top:20px;margin-bottom:70px;}
.num4{ width:100%; height:auto; overflow:hidden; }
.num4 li{ float:left; padding-left:10px;width:270px; transition-duration:500ms; cursor:pointer;color:#666; }
.num4 li .n_box{ width:100%; margin:0 auto; overflow:hidden;color:#666;border-radius:10px;  }
.num4 li .n_box .n_l{ float:right;  width:90%; padding:16px 0; line-height:38px;}
.num4 li .n_box .n_l span{ font-size:16px; font-weight:500; color:#000;margin-top:20px; margin-right:20px}
.num4 li .n_box .n_l p{   line-height:25px;font-size:14px; color:#333; margin-right:20px}
.num4 li .n_box .n_r{ float:left;  width:10%; height:18px; margin-left:-20px; background: url(../images/duih.png) no-repeat top center;  transition-duration:600ms;margin-top:28px; }
.num4 li .n_box .n_r2{ float:left; width:15%; height:67px; margin-left:-20px;  background: url(../images/gs2.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num4 li .n_box .n_r3{ float:left; width:15%; height:67px; margin-left:-20px; background: url(../images/gs3.png) no-repeat top center;  transition-duration:600ms;margin-top:42px; }
.num4 li .n_box .n_r4{ float:left;  width:25%; height:70px; background: url(../images/gs4.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num4 li .n_box .n_r5{ float:left;  width:25%; height:70px; background: url(../images/gs5.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num4 li .n_box .n_r6{ float:left;  width:25%; height:70px; background: url(../images/gs6.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num4 li:nth-of-type(6n+0){border-right:none;}
.num4 li .n_box:hover{background:#ffffff; }


.gundong_num55{ z-index:10; margin-top:20px;margin-bottom:120px;}
.num5{ width:100%; height:auto; overflow:hidden; }
.num5 li{ float:left; width:100%; height:57px; padding:16px 0; transition-duration:500ms; cursor:pointer;}
.num5 li .n_box{ width:100%; height:110px; margin:0 auto; overflow:hidden;color:#666;border-radius:10px;  }
.num5 li .n_box .n_l{ float:right; margin-left:-30px; width:75%; padding:19px 0; line-height:30px;}
.num5 li .n_box .n_l span{ font-size:16px; line-height:20px; font-weight:400; color:#fff; }
.num5 li .n_box .n_l p{   line-height:20px;font-size:14px; color:#fff;overflow:hidden;}
.num5 li .n_box .n_r{ float:left;  width:20%; height:60px;  background: url(../images/dd.png) no-repeat top center;  transition-duration:600ms;margin-top:20px; }
.num5 li .n_box .n_r2{float:left;  width:20%; height:55px;  background: url(../images/dd2.png) no-repeat top center;  transition-duration:600ms;margin-top:20px;  }
.num5 li .n_box .n_r3{ float:left;  width:20%; height:55px;  background: url(../images/dd3.png) no-repeat top center;  transition-duration:600ms;margin-top:20px; }
.num5 li .n_box .n_r4{ float:left;  width:20%; height:55px;  background: url(../images/dd4.png) no-repeat top center;  transition-duration:600ms;margin-top:20px; }
.num5 li .n_box .n_r5{ float:left;  width:25%; height:70px; background: url(../images/gs5.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num5 li .n_box .n_r6{ float:left;  width:25%; height:70px; background: url(../images/gs6.png) no-repeat top center;  transition-duration:600ms;margin-top:42px;}
.num5 li:nth-of-type(4n+0){border-right:none;}

.ysbj{ background-color:#007dbf;height:300px;margin-top:20px;padding:80px 0;}
.ssbj{width:1270px;background-color:#007dbf;height:238px;margin-top:100px; border-radius:10px; }
.ssbj .l{float:left;width:50%; height:auto; padding-left:80px;margin-top:70px;}
.ssbj .l span{color:#fff; font-size:30px;line-height:40px; font-weight:bold }
.ssbj .l p{ font-size:30px;line-height:40px;color:#fff;font-weight:bold ;margin-top:10px; }
.ssbj .r{float:right;height:auto;padding-right:80px;margin-top:80px; }
.sousuo{width:350px; height:35px; line-height:35px; border:1px solid #c4c4c4; background-image:url(../images/bg.gif); background-repeat:no-repeat; padding-left:25px; color:#666666; font-size:12px;margin-bottom:10px; margin-top:10px;}

.ssbj22{width:1270px;background: url(../images/jjj.png) no-repeat top center;height:395px;padding:100px 0;margin-top:100px; border-radius:10px; }
.ssbj22 .l{text-align:center;width:50%; height:auto;}
.ssbj22 .l span{color:#fff; font-size:30px;line-height:40px; font-weight:bold; }
.ssbj22 .l p{ font-size:16px;line-height:30px;color:#fff;margin-top:10px; }
.ssbj22 .r{text-align:center;height:auto;margin-top:40px; }

.gsys{ width:100%;height:auto; overflow:hidden; }
/*图片1*/
.index_pic_one{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:30px;}
.index_pic_one dl{float:left; width:23.5%; height:auto; margin-right:2%; margin-bottom:30px; background-color:#fff; border:1px solid #F3F3F3}
.index_pic_one dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.index_pic_one dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.index_pic_one dl dt img{width:100%; height:100%; -webkit-transition:transform ease-in-out 0.5s;}
.index_pic_one dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:35px; line-height:35px; text-align:center; color:#FFFFFF; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pic_one dl:hover img{ transform:scale(1.1,1.1);}
.index_pic_one dt:hover div{transform:scale(0.9,0.87); background-color:#FFF; opacity:0.9;}
.index_pic_one dt:hover p{position:absolute; left:0; top:45%; width:100%; height:35px; line-height:35px; text-align:center; color:#333; z-index:9999; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pic_one dl:nth-of-type(4n+0){margin-right:0px;}
.index_pic_one dt:hover{ font-weight:bold; text-decoration:none}
/*图片1end*/
.cpfl{background:#007dbf;height:400px;margin-top:-190px;}
/*新闻*/
.index_news_bj{background-color:#f0f0f0; padding:40px 0; }

.index_news { width:100%; height:auto; overflow:hidden;margin-top:30px;}
.index_news li {float: left; width:32%; height:auto; background-color:#fff;border-radius: 10px;margin-right:2%; margin-bottom:20px; overflow:hidden}
.index_news li h5 {font-weight: normal; font-size:15px;padding:30px; line-height:25px;overflow: hidden;}
.index_news li a {display: block; background-color: #fff; padding: 20px; -webkit-transition: all 0.5s; transition: all 0.5s; overflow: hidden; position: relative;}
.index_news li a:after {position: absolute; left: 0; top: 0; content: ""; width: 85px; height: 0; border-bottom: 125px solid #432774; border-right: 78px solid transparent; -webkit-transition: all 0.5s; transition: all 0.5s;}
.index_news li .date {float: left; width: 90px; position: relative; z-index: 1;margin-left:30px; line-height: 1; padding: 5px 0; color: #fff; text-align:left;}
.index_news li .date small {display: block;font-size: 16px;}
.index_news li .date strong {display: block;font-size: 48px;margin-top: 10px;}
.index_news li .text { float:right; width:68%;margin-left:5px; height:auto;margin-top: 10px;}
.index_news li .text h4 {font-weight: normal; font-size:18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index_news li .text h5 {font-weight: normal; font-size:18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.index_news li .text p { margin-top:5px; color: #666; -webkit-transition: all 0.5s; transition: all 0.5s; line-height: 1.8; height:50px; overflow: hidden;}
.index_news li a:hover {background-color:#ef6e2d; color:#fff;}
.index_news li a:hover:after {border-bottom-color: #432774;}
.index_news li a:hover .text p {color: #fff;}
.index_news li:nth-of-type(3n+0){margin-right:0px;}

/*小幻灯及简介*/
.section-title {
	margin-bottom: 40px;
	margin-top:20px;
	font-weight: bold;
	line-height: 1;
}
.section-title small {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}
.section-title strong {
	display: block;
	position: relative;
	color: #f16d2d;
	font-size: 30px;
	margin-top: 10px;
}
.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 86%;
	content: "";
	background: #e5e5e5;
}

.about_index{width:100%; height:440px; overflow:hidden; background:url(../images/hdp.jpg) no-repeat left bottom 26px; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.about_index .about_text{width:620px; height:410px; background-color:#fff; box-shadow: 0 1px 12px 1px rgba(54,62,69,0.6); position:absolute; top:15px; right:15px; z-index:1; padding:50px}
.about_index .about_text h6{ font-size:20px; font-weight:700; color:#333}
.about_index .about_text .con{ height:280px; margin-top:20px; line-height:34px; font-size:16px; color:#666; overflow:hidden}

/*小幻灯片*/
.index_hdp{width:620px; height:400px; position:absolute; left:23px; top:0; overflow:hidden; z-index:2}
.index_hdp .hd{ position:absolute; width:100%; height:60px; bottom:30px; left:0; z-index:1; text-align:center}
.index_hdp .hd img{ width:60px; height:60px;  }
.index_hdp .prev{cursor:pointer}
.index_hdp .next{cursor:pointer}

.index_hdp .bd{width:100%; height:auto; z-index:0; overflow:hidden}
.index_hdp .bd li img{display:block; width:100%; height:100%; -webkit-transition: all 1.8s; -o-transition: all 1.8s; -moz-transition: all 1.8s; transition: all 1.8s}
.index_hdp .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
.index_hdp .bd li a:hover img{ -webkit-transform: rotate(3deg) scale(1.2); -moz-transform: rotate(3deg) scale(1.2); -ms-transform: rotate(3deg) scale(1.2); -o-transform: rotate(3deg) scale(1.2); transform: rotate(3deg) scale(1.2); }

.ul_youshi{ height:410px;}
.ul_youshi h1{ font-size:34px; color:#222; text-align:center;margin-left:-100px; padding-top:10px;font-weight: normal;}
.ul_youshi h3{ font-size:16px; color:#666; text-align:center;margin-left:-100px; font-weight:100; padding-top:10px}

.ul_youshi{ overflow:hidden;}
.ul_youshi li{ float:left; width:300px; height:360px; border:1px solid #d7d7d7;margin-top:25px;  margin-right:20px; position:relative; overflow:hidden; cursor:pointer}
.ul_youshi li img{display: block; width:100%; height:160px;text-align:center;}
.ul_youshi li .box{height:auto; padding:20px 10px; text-align:center; }
.ul_youshi li .box h5{ font-size:24px; height:35px;color:#222;margin-top:20px;font-weight: normal; position:relative}
.ul_youshi li .box h5:after{content:""; position:absolute; left:50%; margin-top:500px;bottom:-3px; width:125px; height:2px; margin-left:-63px; background-color:#0084ff;}
.ul_youshi li .box div{ margin-top:20px; text-align:center; color:#222;line-height:26px}
.ul_youshi li:hover{ background:#2ea0f8; box-shadow:10px 8px 15px #666; color:#fff;}
.ul_youshi li:hover{  background-color: rgba(255, 255, 255, 1);box-shadow: 0 5px 30px #ccc;}
.ul_youshi li .wps{position:absolute; left:0; top:101px; width:100%; height:auto; text-align:center; color:#fff;  transition: 0.5s all ease; z-index:9}
.ul_youshi li:hover .wps{top:140px; color:#fff;}

.ul_youshi li p{ position:absolute; left:0; top:459px; width:100%; height:100%; background-color:#0674dd; transition: 0.5s all ease}
.ul_youshi li:hover p{top:0; }
.ul_youshi li .yuan2{position:absolute; left:121px; top:459px; border-radius:50%; background-color:#FFFFFF; color:#ea5514; width:60px; height:60px; z-index:1; text-align:center; transition: 0.5s all ease; line-height:53px; font-size:45px; font-weight:bold}
.ul_youshi li:hover .yuan2{top:120px; }
.ul_youshi li .text{position:absolute; left:0; top:459px; width:100%; height:auto; text-align:center; color:#FFFFFF;  transition: 0.5s all ease; line-height:27px;}
.ul_youshi li:hover .text{top:220px; }
.ul_youshi li:nth-of-type(4n+0){margin-right:0px;}

/*more*/
.more{ background:url(../images/x.jpg) no-repeat center 22px; text-align:center; margin-top:26px; margin-bottom:50px;}
.more span{ display:inline-table; font-size:16px; border:1px solid #cccccc; padding:10px 30px; background-color:#FFFFFF}
.more span:hover{background-color:#013e8b;}
.more span:hover a{color:#FFFFFF}

/*css过度按钮<div class="index_more"><a href="p/">+ 产品中心</a><span></span></div>*/
.index_more{text-align:center; width:140px; height:50px; overflow:hidden; background-color:#007dbf; border-radius: 10px;text-align:center; position:relative; }
.index_more a{color:#fff; text-align:center;font-size:16px; line-height:50px; display:block; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; transition-duration:500ms;}
.index_more a:hover{ color:#fff;  text-decoration:none}
.index_more span{ display:block; position:absolute; right:100%; top:0; width:100%; height:100%; background-color:#f16d2d; transition: 0.4s all ease}
.index_more:hover span{ right:0}

.index_more2{float:left;width:140px; height:40px; margin-top:30px; overflow:hidden; background-color:#fff;  position:relative; }
.index_more2 a{color:#333; text-align:center; line-height:40px; display:block; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; transition-duration:500ms;}
.index_more2 a:hover{ color:#fff;  text-decoration:none}
.index_more2 span{ display:block; position:absolute; right:100%; top:0; width:100%; height:100%; background-color:#f16c31; transition: 0.4s all ease}
.index_more2:hover span{ right:0}

.index_more33{text-align:center; width:140px; height:50px; overflow:hidden; background-color:#f16d2d;color:#fff; border-radius: 10px;text-align:center; position:relative; }
.index_more33 a{color:#000; text-align:center;font-size:16px; line-height:50px; display:block; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; transition-duration:500ms;}
.index_more33 a:hover{ color:#fff;  text-decoration:none}
.index_more33 span{ display:block; position:absolute;  top:0; text-align:center;font-size:16px; line-height:50px; display:block;  width:100%; height:100%; background-color:#f16d2d;color:#fff;  }
.index_more33:hover span{ right:0}

/*友情链接*/
.yqlj{background: url(../images/yqlj.png) no-repeat center 35px;font-size:26px;text-align: center; margin-bottom: 20px; margin-top:30px}
.yqlj a{color: #333;}
.yqlj em{display: block;margin: 0 auto;font-size: 32px;color: #ccc;height: 30px;line-height: 30px;font-weight: bold;}

.site-title {padding:50px 0 20px;text-align:center; }
.site-title h2{margin-top:15px;color:#fff;font-size:34px;font-weight: normal;}
.site-title h2 span{color:#fff;margin-left:10px;font-size:28px;font-family:Arial, Helvetica, sans-serif}
.site-title p{margin-top:10px;color:#fff;font-size:16px;line-height:30px;}
.site-title .line{position:relative;text-align:center; margin:15px auto 0;width:80px;height:1px; background-color: #333;}
.site-title .line:before{position: absolute;left:0;top:0;width:80px;height:1px; background-color: #333;}
.site-title .line:after{position: absolute;right:0;top:0;width:80px;height:1px; background-color: #333;}

/*分站列表*/
.citylist{width:100%; height:auto; overflow:hidden; margin-top:15px;}
.citylist a{ padding:8px 15px; background-color:#EEE; display:inline-table; margin-bottom:5px; color:#666; border-radius:5px;}
.citylist a:hover{ background-color:#324776; color:#FFF}
/*分站列表end*/

/* 多图滚动 */
.scrollBox{ width:1245px; height:auto;text-align:center;}
.scrollBox .bd li{float:left; width:30%; height:auto;margin-left:6px; margin-right:13px;}
.scrollBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
.scrollBox .bd li p{font-size:14px;color:#fff; text-align:center; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.scrollBox .bd li img{width:100%; height:100%; background:url(../images/loading.gif) #fff center center no-repeat;  }
.scrollBox .bd li:nth-of-type(4n+0){margin-right:0px;}

.scrollBox .hd{ height:20px; overflow:hidden; font-size:0; margin-top:25px;}
.scrollBox .hd ul{ display:inline-block; padding-top:5px; }	
.scrollBox .hd li{ display:inline-block; width:8px; height:8px; background:#D0D0D0; margin:0 5px; vertical-align:top; overflow:hidden; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
.scrollBox .hd .on{ background:#BA2636;  }
.scrollBox .prev,.scrollBox .next{ display:inline-block; width:25px; height:20px; background:url(../images/wyIcons.png) no-repeat; overflow:hidden; margin:0 5px;  vertical-align:top; }
.scrollBox .next{ background-position:-105px 0;}

.news_fl {margin-top: -74px; position: relative; z-index: 1; margin-bottom: 40px; text-align:right}


.indexone{width:1270px;overflow:hidden;  margin-bottom:40px;}
.indexone li{float:left; width:32%;height:auto;margin-right:10px;margin-top:10px;background-color: #fff;overflow:hidden}
.indexone li dl{width:100%; height:auto; margin-top:10px; overflow:hidden;}
.indexone li img{width:100%;height:100%; -moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s; }
.indexone li .box{width:100%;height:auto;}
.indexone li .box h1{ text-align:center;font-weight:600; font-size:24px;line-height:35px;color:#222;  overflow:hidden; }
.indexone li .box dd{float:left;margin:10px;line-height:25px; font-size:14px; color:#222; margin-bottom:20px; }
.indexone li:nth-of-type(5n+0){margin-right:0px;}
.indexone li:first-child+li+li+li+li{margin-right:0px;}
.indexone li a{ text-decoration:none}
.indexone li:hover h1{ color:#a44e58;}

}

