body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
	text-decoration:none;
}
UL{ list-style:none; padding:0px; margin:0px}
.banner .fp-controlArrow{
	display: none;
}
.banner #fp-nav ul li, .fp-slidesNav ul li{
	width: 45px;
	height: 6px;
}
.banner #fp-nav ul li a span, .fp-slidesNav ul li a span{
	border: 0;
	width: 45px;
	height: 6px;
	background: #fff;
	border-radius: 0;
}
.banner #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
	background:#F00;
}
@media screen and (max-width:768px){
	.slide:nth-child(1){
		background:url(../images/01-1.jpg) center center/cover !important;
	}
	.slide:nth-child(2){
		background:url(../images/02-1.jpg) center center/cover !important;
	}
	.slide:nth-child(3){
		background:url(../images/03-1.jpg) center center/cover !important;
	}
}

.head_tel{
	float:right;
	color:#d8261f;
	font-size:25px;
	margin-top:35px;
	margin-left:35px;
}

.tel_icon{ font-size:28px; color:#d8261f}

.navbar{
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 110px;
}
.navbar-brand{
	padding-top:20px 0px;
}

.navbar-default{
	background-color:ffffff;
	border: 0;
	border-top:#d8261f 4px solid
}
.navbar-nav{
	margin-left:25px;
}
.navbar-default .navbar-nav > li > a{
	color: #000;
	font-size: 16px;
	width:80px;
	text-align:center;
	padding:43px 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color: #f39800;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a.hover{
	color: #ffffff;
	background:#d8261f;
}

@media screen and (max-width:1200px){
	.navbar-default .navbar-nav > li > a{
		width:70px;
	}
	.head_tel{
	float:right;
	color:#d8261f;
	font-size:18px;
	margin-top:35px;
	margin-left:15px;
}
}
@media screen and (max-width:992px){
	.navbar-brand img{ height:45px; margin-top:10px}
	.navbar-default .navbar-nav > li > a{
		font-size: 12px;
		padding: 43px 5px;
        width:100%;
		font-size:14px;
		
	}
	.head_tel{
	font-size:16px;
	margin-top:40px;

     }
    .tel_icon{ font-size:16px;}
}
@media screen and (max-width:768px){
	.navbar{
		height: 60px;
		
	}
	.navbar-brand{
     padding:0px 10px;
	}
	.navbar-brand img{
		height: 40px;
		width: auto;
	}
	.navbar-toggle{
		margin-top: 15px;
	}
	.navbar-nav{
		background: rgba(0,0,0,0.7);
		padding: 0px;
		text-align: center;
		width:100%;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 12px;
		padding: 19px 11px;
		width:100%;
		font-size:14px;
		color:#FFF;
		
	}
	.head_tel{ display:none}

}

.index_tit{
	text-align: center;
}
.index_tit p{
	color: #fff;
	font-size: 30px;
	margin: 0;
	text-transform:uppercase;
}
.index_tit span{
	font-size: 14px;
	color: #fff;
	margin-top:10px;
	line-height:25px;
}
.index_tit span em{
	color:#3d6adb;
	font-style:normal;
}
.index_info{
	color: #293146;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	padding: 0 40px;
}
@media screen and (max-width:1200px){
	.index_tit p{
		font-size: 30px;
	}
	.index_tit span{
		font-size: 20px;
	}
}
@media screen and (max-width:992px){
	.index_tit p{
		font-size: 25px;
	}
	.index_tit span{
		font-size: 18px;
	}
	.index_info{
		font-size: 12px;
		line-height: 25px;
	}
}
@media screen and (max-width:768px){
	.index_tit{
		margin-top: 20px;
	}
	.index_info{
		font-size: 12px;
		line-height: 25px;
	}
}

.section2{
	background:url(../images/bg02.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.abtab{
	margin-top: 80px;
}
.aboutjj{ font-size:15px; line-height:25px; text-align:center; width:100%; margin-top:20px;}
.about_txt{
}
.about_txt p{
	text-indent:2em;
	color:#fff;
	text-align:left;
	font-size:14px;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect6 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align:center;
}
.ih-item.circle.effect6.colored .info {
	background:none;
}
.ih-item.circle.effect6 .info {
  background: #333333;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6 .info p {
  color: #333;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  margin: 0 10px;
  padding: 180px 0 0 0;
  text-align:center;
  height: 70px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size:16px;
}
.honor_title{ text-align:center; font-size:14px; margin-top:100px}



@media screen and (max-width:1200px){
	.ih-item.circle.effect6 .info p{
		padding:140px 0 0 0 !important;
	}
}
@media screen and (max-width:992px){
	.section2 .ab{
		padding: 0 30px;
		margin-top: 60px;
	}
	.ih-item.circle.effect6 .info h3{
		font-size: 16px;
	}
	.section2 .index_info{
		display: none;
	}
	.section2 .abtab{
		margin-top: 10px;
	}
	.section2 .ab{
		margin-top: 50px;
	}
	.ih-item.circle.effect6 .info p {
padding:80px 0 0 0 !important;
	}
}
@media screen and (max-width:768px){
	.ih-item img {
     width: 40%;
     height: 40%;
     }
     .abouttop img{ width:100%; max-width:388px;}
	 .abtab{ display:none}
}

.section3{
	background:url(../images/bg03.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.fw{ display:none}
.tc{ text-align:center; margin-top:20px}
.tc img{ margin-bottom:15px}
.tc a{ font-size:1em; color:#FFF;}
.wk_fwxm{position:relative;margin:0 auto;height:100%; width:100%; max-width:1140px}
.wk_fwxm ul{width:100%;height:100%;}
.wk_fwxm li{position:relative;float:left;width:16.6666%;height:100%;color:#fff;text-align:center;opacity:1;}
.wk_fwxm li .wk_fwxm_bg{position:absolute;right:0;bottom:0;left:0;height:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;}
.wk_fwxm li.wk_li1 .wk_fwxm_bg{background:#ba292e;}
.wk_fwxm li.wk_li2 .wk_fwxm_bg{background:#1599a5;}
.wk_fwxm li.wk_li3 .wk_fwxm_bg{background:#5e904d;}
.wk_fwxm li.wk_li4 .wk_fwxm_bg{background:#5d4378;}
.wk_fwxm li.wk_li5 .wk_fwxm_bg{background:#ba292e;}
.wk_fwxm li.wk_li6 .wk_fwxm_bg{background:#1599a5;}
.wk_fwxm li:hover .wk_fwxm_bg{height:100%;}
.wk_fwxm li .wk_fwxm_main{position:absolute;top:50%;right:25px;left:25px;margin-top:-145px; z-index:999}
.wk_fwxm li .wk_ljzx{margin:35px auto 0 auto;width:145px;height:35px;}
.wk_fwxm li .wk_ljzx a{display:none;width:143px;height:33px;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#fff;text-align:center;font-size:17px;line-height:33px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transition-delay:400ms;-moz-transition-delay:400ms;transition-delay:400ms; text-decoration:none}
.wk_fwxm li:hover .wk_ljzx a{display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.wk_fwxm li.wk_li1:hover .wk_ljzx a:hover{background:#fff;color:#ba292e;}
.wk_fwxm li.wk_li2:hover .wk_ljzx a:hover{background:#fff;color:#1599a5;}
.wk_fwxm li.wk_li3:hover .wk_ljzx a:hover{background:#fff;color:#5e904d;}
.wk_fwxm li.wk_li4:hover .wk_ljzx a:hover{background:#fff;color:#5d4378;}
.wk_fwxm li.wk_li5:hover .wk_ljzx a:hover{background:#fff;color:#ba292e;}
.wk_fwxm li.wk_li6:hover .wk_ljzx a:hover{background:#fff;color:#1599a5;}
.wk_fwxm li .wk_fwxm_ico{overflow:hidden;margin:0 auto;width:110px;height:110px;-webkit-border-radius:110px;-moz-border-radius:110px;border-radius:110px;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;-webkit-transition-delay:400ms;-moz-transition-delay:400ms;transition-delay:400ms;}
.wk_fwxm li.wk_li1 .wk_fwxm_ico{background:url(../images/fwxm_img1.png) no-repeat; }
.wk_fwxm li.wk_li1:hover .wk_fwxm_ico{background:url(../images/fwxm_img1.png) no-repeat 0 -110px;}
.wk_fwxm li.wk_li2 .wk_fwxm_ico{background:url(../images/fwxm_img2.png) no-repeat;}
.wk_fwxm li.wk_li2:hover .wk_fwxm_ico{background:url(../images/fwxm_img2.png) no-repeat 0 -110px;}
.wk_fwxm li.wk_li3 .wk_fwxm_ico{background:url(../images/fwxm_img3.png) no-repeat;}
.wk_fwxm li.wk_li3:hover .wk_fwxm_ico{background:url(../images/fwxm_img3.png) no-repeat 0 -110px;}
.wk_fwxm li.wk_li4 .wk_fwxm_ico{background:url(../images/fwxm_img4.png) no-repeat;}
.wk_fwxm li.wk_li4:hover .wk_fwxm_ico{background:url(../images/fwxm_img4.png) no-repeat 0 -110px;}
.wk_fwxm li.wk_li5 .wk_fwxm_ico{background:url(../images/fwxm_img5.png) no-repeat;}
.wk_fwxm li.wk_li5:hover .wk_fwxm_ico{background:url(../images/fwxm_img5.png) no-repeat 0 -110px;}
.wk_fwxm li.wk_li6 .wk_fwxm_ico{background:url(../images/fwxm_img6.png) no-repeat;}
.wk_fwxm li.wk_li6:hover .wk_fwxm_ico{background:url(../images/fwxm_img6.png) no-repeat 0 -110px;}
.wk_fwxm li h2{margin-top:16px;font-weight:400;font-size:19px;line-height:44px;}
.wk_fwxm li p{font-size:15px;line-height:30px;}
.wk_fwxm li .wk_fwxm_des{margin-top:20px;font-size:13px;line-height:26px;}
@media screen and (max-width:768px){
	.wk_fwxm_des{ display:none}
	.wk_fwxm li .wk_ljzx{margin:35px auto 0 auto;width:110px;height:35px;}
    .wk_fwxm li .wk_ljzx a{ width:110px; font-size:14px; text-decoration:none}
}
@media screen and (max-width:640px){
	.wk_fwxm_ico{ display:none}
	.wk_ljzx{ display:none}
	.wk_fwxm_main p{ display:none}
	.fw{ display:block}
	.wk_fwxm{ display:none}
}





.section4{
	background:url(../images/bg04.jpg) no-repeat scroll center center / cover;
	position: relative;
}



ul.tabs{width:344px; margin:auto; margin-top:40px;}
ul.tabs li{ width:147px; float:left; height:45px; line-height:45px; margin-left:10px; margin-right:10px; text-align:center; font-size:18px;color: #000; border:#bc0809 2px solid; border-radius:20px;}
ul.tabs li a {display: block;font-size:18px;outline: none; color:#bc0809; text-decoration:none}
ul.tabs li.active{background-color:#bc0809;color:#FFF !important;}
ul.tabs li.active a{ color:#FFF}
.tab_container{margin-top:27px}
.clear{ clear:both}
.index_news{position: relative; height:100%; z-index:1}
.recc_pic{width:32%; top:51px; left:20px; position:absolute; z-index:10}
.recc_pic img{ width:100%; max-width:370px;}
.recc_news_right{ width:50%; position:absolute; z-index:10; left:40%; top:80px;}
.recc_news_right_title{ font-size:26px; color:#FFF}
.recc_news_right_title a{ color:#FFF}
.recc_news_right_jj{ color:#FFF; font-size:15px; line-height:27px}
.recc_news_right_more{ width:155px; margin-top:15px;}
@media screen and (max-width:1200px){
	.recc_news_right{top:50px;}
	.recc_news_right_more{ width:155px}
}
@media screen and (max-width:992px){
    .recc_pic{width:32%; top:20px; left:10px;}
	.recc_news_right{ top:40px;}
	.recc_news_right_title{ font-size:16px; color:#FFF}
	.recc_news_right_jj{ color:#FFF; font-size:12px; line-height:20px}
	.recc_news_right_more{ width:100px}

}
@media screen and (max-width:768px){
    ul.tabs{width:244px; margin:auto; margin-top:40px;}
    ul.tabs li{ width:100px; float:left; height:30px; line-height:30px; margin-left:10px; margin-right:10px; text-align:center; font-size:12px;color: #000; border:#bc0809 2px solid; border-radius:10px;}
	ul.tabs li a { font-size:12px}
	.recc_news_right{top:10%;}
	.recc_news_right_title{ font-size:14px; color:#FFF}
	.recc_news_right_more{ display:none}
	.recc_news_right_jj{ height:92px; overflow:hidden}
}



.news_title{
	color:#3d6adb;
	margin-top:50px
}
.news_title p{
	color:#3d6adb;
}
.news_title span{
	color:#054c9b;
	font-size:25px;
	text-transform:uppercase;
}
.newlist{
	margin-top: 80px;
}
.newli{
	margin-top: 40px;
	text-align:center
}
.newli a{
	text-align:center;
	font-size:16px;
	color:#000;
}
.newli .row{
	background:url(../images/xw_bg.png) no-repeat top center;
	padding: 10px 0;
	margin-left: 10px;
}
.newli img{
	margin-bottom:10px;
	max-width:300px;
	max-height:160px;
	border:5px solid #fff;
}

.acenter{
	text-align: center;
}
.acenter a.more{
	color: #fff;
	background: #f39800;
	display: inline-block;
	width: 110px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	margin-top: 50px;
}

.news_more{ text-align:center; font-size:16px; margin-top:30px}
@media screen and (max-width:1200px){
	.newli img{
	margin-bottom:10px;
	max-width:300px !important;
	max-height:150px;
	border:5px solid #fff;
}	
	
}
@media screen and (max-width:992px){
	.newli .row p{
		display: none;
	}
	.newli{
		margin-top: 10px;
	}
	.newlist{
		margin-top: 40px;
	}
	.newli img{
	margin-bottom:10px;
	max-width:200px;
	max-height:150px;
	border:5px solid #fff;
}

}
@media screen and (max-width:768px){
	.newli img{
	margin-bottom:10px;
	max-width:120px;
	max-height:80px;
	border:5px solid #fff;
    }
}

.section5{
	background:url(../images/bg05.jpg) no-repeat scroll center center / cover;
	position: relative;
}

.index5_title1{ color:#f3f3f3; font-size:35px}
.index5_title2{ color:#f3f3f3; font-size:14px; line-height:30px; margin-top:30px}
.index5_title3{ color:#f3f3f3; font-size:22px; margin-top:40px;}

.section6{
	background:url(../images/bg06.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.contact .box{position:relative;margin:0 auto;width:810px;height:200px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.contact .box .above{position:relative;top:-300px;width:100%;height:200px;-moz-opacity:0;opacity:0;-webkit-transition:all .6s ease-in-out 0s;-moz-transition:all .6s ease-in-out 0s;-ms-transition:all .6s ease-in-out 0s;-o-transition:all .6s ease-in-out 0s;transition:all .6s ease-in-out 0s;}
.contact.active .box .above{top:0px;-moz-opacity:1;opacity:1;}
.contact .box .above .wechat{float:left;}
.contact .box .above .left{float:left;margin:-12px 0px 0px 20px;}
.contact .box .above .left a.tel{display:block;margin:10px 0px 10px 0px;width:275px;height:31px;text-decoration:none;background:url(../images/b_tel.png)}
.contact .box .above .left p{margin-top:8px;color:#666;line-height:26px; font-size:14px}
.contact .box .above .left a{color:#666;text-decoration:none;}
.contact .box .above .left p u{margin:0 5px;text-decoration:none;}
.contact .box .above .left p a.job{margin-left:20px;color:#d00000;font-weight:bold;}
.contact .box .above .left p a.job:hover{border-bottom:1px solid #d00000;}
.contact .box .above .right{float:right;margin-top:-3px;color:#666;line-height:32px; font-size:14px}
.contact .box .above .right u{margin:0 5px;text-decoration:none;}
.contact .box .below{position:relative;padding-top:50px;width:100%;border-top:1px dotted #ccc;}
.contact .box .below i{display:block;position:relative;top:300px;margin:0 auto;width:424px;height:86px;background:url(../images/words.png) no-repeat 0px -787px;-moz-opacity:0;opacity:0;-webkit-transition:all .6s ease-in-out 0s;-moz-transition:all .6s ease-in-out 0s;-ms-transition:all .6s ease-in-out 0s;-o-transition:all .6s ease-in-out 0s;transition:all .6s ease-in-out 0s;}
.contact.active .box .below i{top:0px;-moz-opacity:1;opacity:1;}
@media (max-width:950px){.contact .box{width:470px;}
.contact .box .above .left{float:right;margin-left:0px;}
.contact .box .above .right{display:none;}}@media (orientation:landscape) and (max-height:520px){.contact .box{height:150px;}
.contact .box .below{display:none;}}@media (orientation:landscape) and (max-height:480px) and (max-width:570px){.contact .box{width:380px;height:140px;}
.contact .box .above .wechat{margin-top:5px;width:100px;}
.contact .box .above .left p{margin-top:0px;}}@media (orientation:portrait) and (max-width:550px){.contact .box{width:430px;height:490px;}
.contact .box .above .wechat{position:absolute;float:none;margin:0px;top:200px;width:100px;left:50%;margin-left:-50px;}
.contact .box .above .left{position:absolute;float:none;margin:0px;top:0px;left:50%;margin-left:-125px;}
.contact .box .below{margin-top:150px;}}@media (orientation:portrait) and (max-width:550px) and (max-height:650px),(orientation:portrait) and (max-width:470px){.contact .box{width:260px;height:350px;}
.contact .box .above .wechat{width:150px;margin-left:-75px;}
.contact .box .below{display:none;}}@media (orientation:portrait) and (max-height:450px){.contact .box{height:160px;}
.contact .box .above .wechat{display:none;}}@media (max-width:700px),(max-height:600px){.dock{display:none;}}@media (max-width:319px),(max-height:210px){body{display:none;}html{background:url(../images/displayNone.png) no-repeat 50% top;background-color:#333a32;}}

.imap{ text-align:center}
.imap img{ width:100%; max-width:780px}
@media (max-width:950px){
	.imap{ display:none}
	
	}



.section7{
	background:url(../images/bg07.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.section7 .index_tit{
	margin-bottom: 30px;
}
.section7 .index_tit p{
	font-size: 30px;
	color: #3d6adb;
	font-weight: normal;
	
	letter-spacing:8px;
}
.section7 .index_tit span{
	font-size: 18px;
	color: #3d6adb;
	letter-spacing:5px;
}
.section7 .index_tit span em{
	color:#fff;
}
.section7 .cont{
	text-align: center;
	margin-top: 30px;
}
.section7 .cont p{
	font-size: 20px;
	color: #32303c;
}
.section7 .cont p span{
	color: #32303c;
	font-size: 14px;
	margin: 0 10px;
}
.indexbottom{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color:#fff;
	background:#3d6adb;
	padding-top:30px;
}
.indexbottom p,.indexbottom_ny p{
	padding-bottom:15px;
}
.indexbottom a,.indexbottom_ny a{
	color: #fff;
}
.indexbottom_ny p{
	margin:0;
}
.indexbottom_ny{
	text-align: center;
	width: 100%;
	font-size: 12px;
	color:#fff;
	background:#3d6adb;
	padding-top:30px;
}



.bodybottom{
	width: 100%;
	font-size: 14px;
	color:#fff;
	background:#3d6adb;
	height:70px;
	text-align:center;
	padding-top:30px;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.bodybottom a{ display:block;}
.bodybottom a,.indexbottom_ny a{
	color: #fff;
}
@media screen and (max-width:768px){
	.bodybottom{ padding-top:10px; font-size:12px;}
}

@media screen and (max-width:768px){
	.section7 .index_tit{
		margin-bottom: 20px;
	}
	.section7 .index_tit p{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.section7 .index_tit span{
		font-size: 16px;
		color: #565454;
		letter-spacing: 5px;
	}


.contact p{ margin-top:120px; text-align:left; font-size:12px; line-height:25px; color:#FFF}

	.indexbottom,.indexbottom_ny{
		padding-top:10px;
	}
	.indexbottom img,.indexbottom_ny img{
		display:none;
	}
	.col-xs-8-lx2,.col-xs-4-lx1{
		width:90%;
		margin:0 auto;
	}
	
}

/*动画内容编辑*/

.abouttop,.producttop, .aboutjj{ position: relative; top: -150px; transition: all 1s;opacity: 0;}
.active .abouttop { top: 30px;opacity: 1; transition-delay: 0.7s;}
.active .producttop { top: 70px;opacity: 1; transition-delay: 0.7s;}
.active .aboutjj{ top: 30px;opacity: 1; transition-delay: 0.7s;}



.honor_title { position: relative;bottom: -200px;opacity: 0; transition: all 1s;}
.active .honor_title { bottom: 0; opacity: 1; transition-delay: 0.7s;transition-delay: 0.7s; transition-delay: 1.0s;}

.ab1 { position: relative;bottom: -200px;opacity: 0; transition: all 1s;}
.active .ab1 { bottom: 0; opacity: 1; transition-delay: 0.7s;}


.ab2 { position: relative;bottom: -200px;opacity: 0;transition: all 1s;}
.active .ab2 { bottom: 0; opacity: 1; transition-delay: 0.8s;}

.ab3 { position: relative;bottom: -200px;opacity: 0;transition: all 1s;}
.active .ab3 { bottom: 0; opacity: 1; transition-delay: 0.9s;}

.ab4 { position: relative;bottom: -200px;opacity: 0;transition: all 1s;}
.active .ab4 { bottom: 0; opacity: 1; transition-delay: 1s;}


.bus1{ position: relative; z-index: 1; left: -200px; opacity: 0;transition: all 1s;}
.active .bus1 {left: 0; opacity: 1;transition-delay: 0.7s;}

.bus2 { position: relative;bottom: -200px;opacity: 0;transition: all 1s;}
.active .bus2 { bottom: 0; opacity: 1; transition-delay: 0.8s;}

.bus3 { position: relative; z-index: 1; right: -200px; opacity: 0;transition: all 1s;}
.active .bus3 {right: 0; opacity: 1;transition-delay: 0.7s;}

.service1,.service2 { position: relative;left: -50%;opacity: 0; transition: all 1s;}
.active .service1,.active .service2 {opacity: 1;left: 0; transition-delay: 0.7s;}

.service3,.service4 { position: relative;right: -50%;opacity: 0; transition: all 1s;}
.active .service3,.active .service4 {opacity: 1;right: 0; transition-delay: 0.7s;}

.newli{position: relative; z-index: 1; opacity: 0;transition: all 1s; right:-200px; }
.active .newlist .newli{right: 0;opacity: 1; transition-delay: 0.5s;}

.news_more { position: relative;bottom: -200px;opacity: 0; transition: all 1s;}
.active .news_more { bottom: 0; opacity: 1; transition-delay: 0.7s;transition-delay: 0.7s; transition-delay: 1.0s;}





.indexcont { position: relative;opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
.active .indexcont { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}

.section2 .abouttop{position: relative;opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s; text-align:center}
.active.section2 .abouttop{opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}


.tabs,.tab_container{ position: relative; top: 150px; transition: all 1s;opacity: 0;}
.active .tabs { top: 30px;opacity: 1; transition-delay: 0.7s;}
.active .tab_container { top: 30px;opacity: 1; transition-delay: 0.7s;}


/* 内页 */
/* pages */

.n-footer {
	height: auto;
	line-height: 30px;
	padding: 5px;
	position: relative;
}
 @media screen and (min-width:1200px) {
.n-footer {
	height: 80px;
	line-height: 80px;
	padding: 0;
}
.position .container, .main {
	width: 1170px;
}
}

/*.banner span {
	position: absolute;
	top: 60%;
	color: #fff;
	font-size: 35px;
	display: block;
}*/
.position {
	font-size: 14px;
	background-color:#eee;
	height:50px;
	line-height:50px;
	width:100%;
}
.position a {
	color: #000;
}
.fy_tit{
	font-size:24px;
	color:#3d6adb;
	float:left;
	width:30%;
	font-weight:bold;
}
.fy_dqwz{
	float:right;
}
 @media screen and (max-width:768px) {
.fy_dqwz{
	display:none
}
.fy_tit{ width:100%; text-align:center}
}

.net h1{text-align:center; font-size:25px; line-height:40px; margin-bottom:10px; font-family:'微软雅黑'; margin-bottom:20px; font-weight:normal;}
.pub{ text-align:center; border-bottom:#CCCCCC 1px solid; margin-bottom:10px; padding-bottom:20px; margin-bottom:30px}
#more{ line-height:20px; margin-top:15px; margin-bottom:4px;}
.product_content{ margin-top:20px}



.fy_list_h{
	border-bottom:1px dashed #e3e3e3;
}
.container {
}
.page-tit {
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 30px;
}
.content {
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 16px;
}
.right {
	margin-bottom: 20px;
	margin-top: 20px;
}
.right-tit {
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
}
.right-tit span {
	border-bottom: 2px solid #f7001b;
	color: #585f69;
	line-height: 40px;
	height: 40px;
	font-size: 24px;
	display: inline-block;
	margin-bottom: -2px;
}
.menu li a {
	height: 46px;
	display: block;
	line-height: 46px;
	border-bottom: 1px dotted #fff;
	color: #1e1e1e;
	font-size: 16px;
	text-decoration: none;
}
.menu li a:hover {
	color: #f7001b;
}
.menu li span {
	font-family: "宋体";
	padding-right: 10px;
}
 @media screen and (max-width:768px) {
.banner span {
	font-size: 22px;
}
.position {
	font-size: 12px;
}
.page-tit {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}
.right-tit span {
	font-size: 20px;
}
.menu li a {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
}
}
/* list */

.list .row {
	margin: 40px 0;
}
.list-right a {
	font-size: 16px;
	color: #1e1e1e;
}
.list-right h3{
	background:url(../images/hh.png) no-repeat left;
	height:35px;
	line-height:35px;
	padding-left:45px;
}
.list-right span {
	color: #ababab;
	font-size: 12px;
	display: block;
	margin: 8px 0;
}
.list-right p {
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
}
.right-list .row {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}
.right-list .col-xs-3 {
	padding-right: 0;
}
.right-list a {
	color: #1e1e1e;
}
.list-right a:hover, .right-list a:hover {
	color: #3d6adb;
}
.right-list p {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 0;
}
 @media screen and (max-width:992px) {
.list-right a {
	margin-top: 10px;
	display: block;
}
.list-right p {
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}
.list .row {
	margin: 20px 0;
}
}
.list img:hover, .right-list img:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.case-menu {
	margin-top: 20px;
	text-align:center;
}
.case-menu a {

	height: 40px;
	line-height: 40px;
	text-align: center;
	display:inline-block;

	margin-right: 10px;
	color: #fff;
	margin: 10px 20px;
	background:#3d6adb;
	text-decoration: none;
}
.case-menu a:hover {
	background: rgba(0,0,0,.9);
}
.case-menu a.hover {
	background: #f7001b;
}
.case-list {
	margin-top: 20px;
}
.case-list img {
	margin-top: 5px;
	width: 100%;
	max-width: 334px;
	max-height: 330px;
}

.case-list span {
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
.case-list a {
	color: #1e1e1e;
}
.case-list a:hover {
	color: #f7001b;
}
 @media screen and (max-width:768px) {
.case-menu a {
	margin: 10px;
}
.case-list img {
	max-height: 100px;
}
}
.show-top {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
.show-top span {
	margin-right: 20px;
}
.content img {
	display: inline-block !important;
	max-width: 100% !important;
	height: auto !important;
}
.case-showtop {
	text-align: center;
	margin-top: 50px;
}
.case-showtop p {
	color: #999;
}
.case-show .content {
	margin-top: 20px;
}

/* leftsead */
#leftsead {
	width: 161px;
	height: 290px;
	position: fixed;
	top: 350px;
	right: 0px;
	z-index: 999999;
}
*html #leftsead {
	margin-top: 258px;
	position: absolute;
top:expression(eval(document.documentElement.scrollTop));
}
#leftsead li {
	width: 161px;
	height: 50px;
}
#leftsead li img {
	float: right;
}
#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 161px;
}
#leftsead li a .shows {
	display: block;
}
#leftsead li a .hides {
	margin-right: -143px;
	cursor: pointer;
	cursor: hand;
}
#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 143px;
}
#leftsead li a.youhui .2wm {
	display: none;
	position: absolute;
	right: 143px;
}
#p2 {
	width: 161px;
	height: 47px;
	border: 1px solid #ec182f;
	line-height: 47px;
	text-align: left;
	text-indent: 1em;
	background: url(../qq/ll04.png) no-repeat right center #ec182f;
	font-weight: bold;
}
#p3 {
	width: 161px;
	height: 47px;
	border: 1px solid #ec182f;
	line-height: 47px;
	text-align: left;
	text-indent: 1em;
	background: url(../qq/ll05.png) no-repeat right center #ec182f;
	font-weight: bold;
}
#p1 {
	width: 47px;
	height: 49px;
	float: left
}
.nav_tell {
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}
.nav_tell a {
	color: #ef2425;
	margin-right: 10px;
	text-decoration: none;
}
@media screen and (min-width:768px) {
.nav_tell {
	display: none;
}
}
.foot_link {
	position: absolute;
	bottom: 100px;
	font-size: 12px;
}
.foot_link a {
	color: #fff;
	margin-left: 10px;
}
@media screen and (max-width:768px) {
#leftsead, .foot_link {
	display: none;
}
}
.position h1 {
	font-size: 14px;
}

.pages {
	margin: 20px auto 20px auto;
	font-size: 14px;
}
.pages a, .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #3d6adb;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #3d6adb;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}



.NewsList { height:auto;text-align:left;}
.NewsList ul li {border-bottom:#CCCCCC 1px dotted; margin-top:10px; padding-bottom:15px;}
.news_date{float:right; text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:14px}
.NewsList a:hover {color:#ff0000;}

.news_title{font-size:16px;margin-top:15px; color:#333}
.news_title span{ float:right; font-size:13px; color:#999}
.news_title a{ color:#333}
.news_jj{ line-height:25px; margin-top:8px; color:#818181; font-size:14px}
.news_jj a{ color:#90c421}

.info_title H1{margin:10px 0;font:200 30px Microsoft Yahei;text-align:center; color:#000}
.pic_title{ font-size:14px; font-weight:bold; color:#000; height:24px; line-height:24px; margin:0px; padding-top:20px;}
.cpjs{ height:35px; line-height:35px; border-bottom:#ddd 2px solid; margin-bottom:15px;}
.info_other{ text-align:center;line-height:24px;}
.news_other{text-align:center; line-height:24px;}
.info_jj{border:1px solid #FDCC97;background:#FEFCFA;padding:10px;margin:10px 20px;color:#666;line-height:20px;word-wrap:break-word;overflow:hidden;}
.info_jj a{font-family:verdana;color:#00f;}
.info_jj a:hover{color:#f30;}
.info_jj span{font-weight:bold;color:#000;}
.info_content{word-wrap:break-word;word-break:break-all;overflow:hidden;line-height:30px;font-size:14px; margin-bottom:10px; margin-top:20px}
.info_content img{max-width:1200px;}
.info_next{ margin-top:15px}
.ProductList ul{ width:105%}
.ProductList li { float:left; text-align:center; margin-right:35px; list-style:none}
.Product_img{width:270px; height:230px; overflow:hidden;border:1px solid #ddd; }
.ProductList li img { padding:5px;  width:260px; height:220px; margin-bottom:8px;-webkit-transition: all 0.6s;}
.ProductList li a { line-height:30px; -webkit-transition: all 0.6s;}
.ProductList li a:hover img { border:1px solid #1372f7;-webkit-transform: scale(1.32); cursor: pointer; -webkit-transition: all 0.6s;}

.pagea{  margin-bottom:15px; font-size:12px;font-family:Arial, Helvetica, sans-serif; height:25px; line-height:25px; margin-top:20px; padding-left:20px; text-align:center}
.pagea a{ padding:3px 8px; height:15px;color:#FFFFFF;  background-color:#ff6e00;font-size:12px; text-decoration:none;font-family:'微软雅黑';}
.pagea a:hover{padding:3px 8px; height:20px; color:#ffffff;background-color:#666666; font-size:12px; font-family:'微软雅黑'; }
.net h1{text-align:center; font-size:25px; line-height:40px; margin-bottom:10px; font-family:'微软雅黑'; margin-bottom:20px; font-weight:normal;}
.pub{ text-align:center; border-bottom:#CCCCCC 1px solid; margin-bottom:10px; padding-bottom:20px; margin-bottom:30px}
#more{ line-height:20px; margin-top:15px; margin-bottom:4px;}
.product_content{ margin-top:20px}

.section6 .gs{ display:block; margin:0 auto; margin-top:20px;}
.bodybottom .gs{margin-top: -12px; margin-left:10px;}

.report{ display:flex;justify-content: center; align-items: center;}
.report a{ display: block; text-align:center; margin:0 10px;}
.report p{ color:#bc0809; margin-top:5px;}