/**
* @author:    ssj
* @update:    2019年04月26日
* @description: 个性样式
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
em,i{
	font-style: normal;
}
body{
	font-size: 14px;
	position: relative;
	background-color: #fff;
	/*min-width: 1200px;*/
}
img{
	vertical-align: middle;
	max-width: none;
}
a{
	color: inherit;
}
.ftc-white{
	color: #fff;
}
.ftc-blue{
	color: #130491;
}
.ftc-red{
	color: #db0000;
}
.bgc-blue{
	background-color: #130491;
}
.bgc-red{
	background-color: #db0000;
}
.bgc-white{
	background-color: #fff;
}
.bgc-gray{
	background-color: #f3f3f3;
}

.wrapper{
	background-color: #f1f1f1;
	width: 100%;	
}

.clear:after{
  content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
	*zoom:1;
}
.mt0{
	margin-left: auto;
	margin-right:auto;
}
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}
.tow1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tow2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tow3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.tow4{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.imgchange:hover{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.shan{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.shan:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: "";
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -180%, 0);
}

.shan:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
}
.pac{
	display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: box;
    box-orient: vertical;
    box-pack: center;
}
.main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	/*min-height: 100%;*/
}
.text-l{
	text-align: left;
}
.text-c{
	text-align: center;
}
.text-r{
	text-align: right;
}
.res-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.shadow{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
}
.none{
	display: none;
}
.block{
	display: block;
}
.danye{
	word-break: break-all;
  text-align: justify;
}
.danye img{
	max-width: 100%;
}
/*@ 宋体      SimSun
@ 黑体      SimHei
@ 微软雅黑   Microsoft Yahei
@ 微软正黑体 Microsoft JhengHei
@ 新宋体    NSimSun
@ 新细明体  MingLiU
@ 细明体    MingLiU
@ 标楷体    DFKai-SB
@ 仿宋     FangSong
@ 楷体     KaiTi
@ 仿宋_GB2312  FangSong_GB2312
@ 楷体_GB2312  KaiTi_GB2312  
@
@ 说明：中文字体多数使用宋体、雅黑，英文用Helvetica*/


.subbannerbox {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.subbannerbox .subbanner {
	width: 1920px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.subbannerbox .subbanner img{
	width: 100%;
}

.navbox{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
}
.navsup{
	
}
.navsup li{
	float: left;
}
.navsup li a{
	display: block;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	padding: 0 30px;
}
.navsup li:hover a{
	background-color: #000;
}

.crumbbox{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background: #f4f4f4;*/
}
.crumb{
	line-height: 30px;
	height: 30px;
	color: #2a2a2a;
	margin: 0 auto;
	width: 1200px;
	font-size: 16px;
	/*border-bottom: 1px solid #cacaca;*/
}
.crumb strong{
	font-weight: 500;
}
.crumb strong i{
	color: #909090;
	font-size: 14px;
	margin: 0 12px;
}
.crumb a{
	color: #545454;
}
.crumb span,
.crumb a:hover{
	color: #0d5cbe;
}
.crumb>i{
	font-size: 22px;
	color: #474747;
	margin-right: 10px;
}

 


.newslist{
  margin-bottom: 90px;
  margin-top: 80px;
}
.newsttt{
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.newsttt i{
	color: #f08f2d;
	font-size: 32px;
	margin-right: 10px;
}
.newsttt span{
	color: #584e41;
	font-size: 22px;
	display: inline-block;
	margin-right: 15px;
}
.newsttt em{
	color: #c9c7c4;
	font-size: 22px;
	display: inline-block;
	text-transform: uppercase;
}
.news{
	padding-bottom: 20px;
}
.news li{
	width:100%;
	/*padding:20px 40px;*/
	
	padding-right: 180px;
	box-sizing: border-box;
	justify-content: space-between;
	margin-bottom: 50px;
	background: #fff; 
	background-color: #f3f3f3;
	position: relative;
	height: 225px;
	/* -moz-box-shadow:0px 2px 7px #CFCFCF; 
	-webkit-box-shadow:0px 7px 7px #CFCFCF; 
	box-shadow:0px 2px 7px #CFCFCF; */
}
.newsimg{
	display: block;
	width: 300px;
	height: 225px;
	border:1px solid #c0c0c0;
	overflow: hidden;
	background-color: #f5f5f5;
}
.newsimg img{
	width: 300px;
	height: 225px;
}
.news li:hover .newsimg img{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
 	-o-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}


.newsmain{
	width: 720px;
	/*margin-top: 30px;*/
	position: relative;
	padding-left: 40px;
	/*height: 210px;*/
}
.newsmain2{
	width: 100%;
	/*margin-top: 30px;*/
	position: relative;
	padding-left: 40px;
	/*height: 210px;*/
}
.newst{
	/*border-bottom:1px solid #b9b9b9;*/
	min-height:40px;
	
	justify-content: space-between;
}
/*.newst span{
    color: #aaaaaa;
    line-height: 30px;
    height: 30px;
    display: block;
    font-size: 18px;
    margin-top: 15px;
}*/

.newsmore{
	position: absolute;
	top: 110px;
	right: 10px;
	display: inline-block;
	padding: 3px 10px;
	color: #ff3c00;
	border: 2px solid #ff3c00;
	border-radius: 8px;
	font-size: 16px;
}
.newstime{
	position: absolute;
	top: 70px;
	left: 10px;
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #fff;
	background-color: #0081ee;
	border-radius: 10px;
	padding-top: 10px;
}
.newstime>b{
	font-size: 40px;
	line-height: 1.2;
}
.newstime>p{
	font-size: 16px;
}
.newst h3{
	font-size: 24px;
	line-height: 30px;
	margin-top: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 500;
	color: #222222;
}


.newsp p{
	width:100%;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition-duration: 0.5s;
	margin-top: 10px;
	color: #7b7b7b;
	max-height: 84px;
}
.newsp span{
	color: #afafaf;
	font-size: 18px;
	margin-top: 20px;
	display: inline-block;
	/*width: 120px;*/
	height: 40px;
	line-height: 40px;
	/*background: #ffa000;*/
	text-align: center;
	transition-duration: .5s;
	vertical-align: middle;
}
.newsp span i{
	margin-right: 10px;
	font-size: 18px;
	/*vertical-align: -3px;*/
}
/*.news li:hover p{
	color: #eb2f87;
}*/
.newsrr{
	width: 60px;
	height: 215px;
	background: #0d6fb8;
	text-align: center;
	transition-duration: 0.5s;
}
.newsrr i{
	font-size: 28px;
	color: #fff;
	line-height: 215px;

}
.newsrr:hover{
	background: #073150;
}

.news-ke{
	width: 28px;
	height: 130px;
	text-align: center;
	line-height: 126px;
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: #fff;
	border: 2px solid #b2b2b2;
	transition-duration: .5s;	
}
.news-ke i{
	font-size: 24px;
	color: #b2b2b2;
	transition-duration: .5s;
}
.news li:hover .news-ke{
	background-color: #1807a6;
	border: 2px solid #1807a6;
}
.news li:hover .news-ke i{
	color: #fff;
}



.newsview{	
	margin:50px auto 80px auto;	
	
}
.newsyo{
	background: #fff;
	padding: 40px 30px ;
}

.viewt{
	padding-bottom:10px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	color: #747474;
}
.viewt h3{
	font-size: 24px;
	line-height: 40px;
	color: #272727;
	margin-bottom: 10px;
}
.viewt p{
	font:14px "å®‹ä½“";
	line-height: 40px;
	color:#7f7f7f;
	display: block;
}
.share2{
	line-height: 28px;
	color: #8e8e8e;
}
.share2>div{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

/*.viewp p{
	font:14px "å®‹ä½“";
	line-height: 35px;
	text-indent: 2em;
}*/
/*.viewp div{
	width:100%;
	margin: 0 auto;
}*/
.viewp{
	word-break: break-all;
  text-align: justify;
  margin-top: 20px;
}
.viewp img{
	max-width: 100%;
}
/*.viewt p span{
	margin-right: 30px;
}*/
.newslinkWrap{
	margin-top: 50px;
	/* border-top: 1px dashed #d2d2d2; */
	position: relative;
	background-color: #f1f1f1;
	padding: 15px 0;
	/* border-bottom: 1px dashed #d2d2d2; */
}
.newslink{
	padding: 5px 0 5px 16px;
	line-height: 24px;
	/*height: 24px;*/
}
.newslink span,.newslink a{
	/* font-family: "新宋体"; */
	font-size: 15px;
	color: #272727
}
.newslink span{
	font-weight: 500;
}
.newslink:hover a{
	color: #023e97;
}
.newslinkWrap .back{
	width: 140px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	background-color: #fe9c03;
	font-size: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.newslinkWrap .back i{
	font-size: 24px;
	margin-right: 6px;
}
.footbox{
	width: 100%;
	/*height: 150px;*/
	background-color: #004db1;
}


.footer-top1 {
	width:auto;
	height:95px;
	border-bottom:1px #006fff solid;
}

.footer-top1 .footer-name h3 {
	float:left;
	margin:0 30px 0 30px;
	color:#ffffff;
	line-height:94px;
	font-size:26px!important;
	font-weight: normal;
}

.footer-top1 .footer-name  .footer-tel {
	position: relative;
	float:left;
	margin:27px 0 0 0;
	width:255px;
	height:40px;
	line-height:38px;
	border:1px #ffffff solid;
}

.footer-top1 .footer-name  .footer-tel i {
	font-size:30px;
	display: inline-block;
	width: 40px;
	text-align: center;
	color:#ffffff;
}
.footer-top1 .footer-name  .footer-tel em {
	display: inline-block;
	padding:0 0 0 20px;
	border-left:1px #ffffff solid;
	height:38px;
	font-size:25px;
	color:#ffa11a
}


.footer {
	font-size: 12px;
	color: #8f8f8f;
	position: relative;
}

.footer .footer-link {
	bottom:-20px;
	right:0;
	padding:8px 20px;
	position: absolute;	
	background: #0b4188;
	z-index: 1;
	border-radius: 5px;
}

.footer .footer-link a {
	color:#fca000;
}

.footer .footer-link span {
	font-size:22px;
	font-weight: bold;
}
.footer .footer-link em {
	font-size:14px;
}
.footer .footer-link i {
	display: inline-block;
	width:22px;
	height:22px;
	line-height:20px;
	text-align: center;
	border-radius: 22px;
	border:1px #fca000 solid;
}


.footer-top{
	padding-bottom: 0px;
}
.footer-logo img {	
	height: 60px;
}
.footer-code{
	position: absolute;
	top: 20px;
	right: 0;
}
.footer-code img{
	float:left;
	display: block;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
}
.footer-code .footer-addres {
	float:left;
}
.footer-code .footer-addres span,
.footer-code .footer-addres em {
	padding:0 0 0 20px;
	display: block;
	color:#ffffff;
	font-size:12px;
	height:23px;
	line-height:30px;
}

.footer-body{
	margin-left: 50px;
	/*margin-top: 20px;*/
}
.footer-menu{
	margin-top: 20px;
	padding-bottom: 0px;
}
.footer-menu > li{
	position: relative;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}
.footer-menu > li+li{
	border-left: 1px solid #fff;
}
.footer-menu > li > a {
	font-size: 16px;
	color: #fff;	
}
.footer-menu > li > a:hover{
	color: #fff;	
}

.footer-menu > li > ul {
	position: absolute;
	display: none;
	bottom:25px;
	left:0;
	width:100%;
	height:120px;
	background: #006fff;
	z-index: 10;
}
.footer-menu > li:hover > ul {
	display: block;
}
.footer-menu > li > ul > li a {
	display: block;
	width:100%;
	height:40px;
	text-align: center;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
}
.footer-menu > li > ul > li a:hover {
	background: rgba(255,255,255,0.1);
}

.footer-bottom {
	height: 45px;
	line-height: 45px;
	background-color: #004db1;
	color: #fff;
}
.footer-copy{
	padding:0 0 0 30px;
	/* margin-top: 8px; */
}
.footer-copy span{
	display: inline-block;
	margin-right: 25px;
	color: #fff;	
	font-size: 14px;
}
.footer-copy span a{
	color: #fff;	
}
.footer-copy span a:hover{
	/*text-shadow:
    0 0 10px rgba(255,255,255, 1),
    0 0 50px rgba(255, 255, 255, .8),
    0 0 75px rgba(255, 255, 255, .6),
    0 0 76px rgba(255, 255, 255, .4),
    0 0 77px rgba(255, 255, 255, .5),
    0 0 78px rgba(255, 255, 255, .4),
    0 0 79px rgba(255, 255, 255, .3),
    0 0 80px rgba(255, 255, 255, .2),
    0 0 85px rgba(255, 255, 255, .1);*/
  color: #fff;	
}
.footer-contact{
	margin-bottom: 20px;
}
.footer-contact li{
	float: left;
	font-size: 14px;
}
.footer-contact li + li{
	margin-left: 60px;
}
.footer-contact li i{
	font-size: 12px;
	border-radius: 50%;
	border: 1px solid #8f8f8f;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	margin-right: 6px;
}

.headerbox{	
	width: 100%;
	z-index:99;
	height: 89px;
	background: url(../img/headbg.jpg) repeat center center;
}
.header{
	position: relative;
	padding-top: 5px;
	/* padding-bottom: 15px; */
}
.header-l{
	/*border-right: 2px solid #a0a0a0;*/
	width: 225px;
}
.header-logo{
	height: 80px;
}
.header-search{
	position: relative;
    /* display: table; */
    display: block;
    width: 500px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    margin-left: auto;
}
.header-search>i{
	position: absolute;
	top: 7px;
    left: 12px;
	z-index: 2;
	font-size: 20px;
	color: #ef8512;
}
.header-search input[type="text"]{
	width: 80%;
	/* display: table-cell; */
	height: inherit;
	vertical-align: middle;
	border: 1px solid #ef8512;
	padding-left: 40px;
	position: relative;
	float: left;
}
.header-search input[type="text"]:focus{
	outline-color:#ef8512;
}
.header-search button{
	/* display: table-cell; */
	/* display: inline-block; */
	border: 1px solid transparent;
	width: 20%;
	height: inherit;
	background-color: #ef8512;
	color: #fff;
	vertical-align: middle;
	font-size: 14px;
	float: right;
	transition-duration: .5s;
    line-height:33px;
}
.header-search button:hover{
	background-color: #ff6815;
}
.header-r{
	margin:0 0 0 60px;
	position: relative;
}
.header-r .index-search{
	font-size: 24px;
	position: absolute;
	top: 26px;
	right: 10px;
	color: #fff;
}
.header-r .index-search-box{
	position: absolute;
	width: 320px;
	right: 0;
	top: 80px;
	background-color: #fff;
	z-index: 99999;
	padding: 10px;
	border-radius: 8px;
	display: none;
}
.header-r .index-search-main{
	width: 100%;
	display: table;
	
}
.header-r .index-search-main input[type="text"]{
	display: table-cell;
	float: left;
	width: 100%;
	height: 30px;
	padding: 0 7px;
}
.header-r .index-search-main a{
	display: table-cell;
	padding-top: 0;
	/*width: 1%;*/
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	background-color: #023e97;
	text-align: center;
	color: #fff;
}
.header-r .index-search-main:after{
	content: '';
	border-width: 13px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -26px;
	right: 14px;
}
.header-nav{
	display: block;
	text-align: center;
	max-width: 940px;
	margin-top: 15px;
	margin-left: auto;
}
.header-nav>li {
	float: left;
	line-height: 60px;
	position: relative;
	padding: 0 25px 8px 25px;
}
.header-nav>li>a{
	color: #fff;
	font-size: 16px; 
	display: block;
	transition-duration: .5s;
	position: relative;
}
.header-nav>li.on>a{
	color: #f0a602;
}
.header-nav>li.on>a:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #f0a602;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.header-nav > li > ul {
	position: absolute;
	display: none;
	top:68px;
	left:0;
	width:100%;
	background: #ffffff;
	z-index: 100000000;
}
.header-nav > li:hover > ul {
	display: block;
}
.header-nav > li > ul li a {
	display: block;
	padding:0 7px;
	width:auto;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#333333;
	border-bottom:1px #e5e5e5 dashed;
	overflow: hidden;
}
.header-nav > li > ul li:last-child a {
	border:0
}
.header-nav > li > ul li a:hover {
	background: #f5f5f5;
}


.header_link {
	position: absolute;
	top:10%;
	right:0;
	padding:10px 0 0 30px;
	height:80%;
	border-left:1px rgba(255,255,255,0.7) solid;
	z-index: 9;
}
.header_link span,
.header_link em {
	margin:0;
	padding:0;
	display: block;	
}

.header_link span {
	margin:0 0 0 0;
	font-size:18px;
	color:#fca000;
	font-weight: bold;
}
.header_link font {
	font-size:12px;
	color:#fca000;
}
.header_link i {
	position: absolute;
	display: block;
	top:12px;
	right:-15px;
	width:20px;
	height:20px;
	text-align: center;
	line-height:18px;
	border:1px #fca000 solid;
	border-radius: 20px;
	font-size:18px;
	z-index: 2;
	color:#fca000;
}



.navsub{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: rgba(255,255,255,.8);
	display: none;
	border: 1px solid #eee;
	
}
.navsub>li{
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #72b6e6;
}
.navsub>li:first-child{
	border-top: 0;
}
.navsub>li>a{
	display: block;
	color: #212121;
	font-size: 14px;
}
.navsub>li:hover>a{
	color: #e3bc3a;
}
.header-lang{
	display: none;
	position: absolute;
	right: 20px;
	top: 8px;
	line-height: 15px;
	color: #fff;
}
.header-lang a img{
	display: inline-block;
	margin-left: 10px;
	height: 20px;
}
.header-lang a.on{
	color: #0c4186;
}
.header-lang b{
	display: inline-block;
	width: 2px;
	height: 14px;
	background-color: #333333;
	margin: 0 10px;
	vertical-align: middle;
}

.indexbg .footerbox{
	position: absolute;
	bottom: 0;
	left: 0;
}


.banner{ 
	width:1920px;  
	position:absolute;  
	height:100vh; 
	top: 0;
	left: 0;
}
.banner .bd {
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden; 
	height:100%;   
}
.banner .bd ul{ 
	width:100%; 
	height:100%;  
}
.banner .bd li{
	position: relative;
	width:100%;
	height:100%;
	background-position:left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	overflow:hidden; 
	text-align:center;  
}
.banner .bd li a{ 
	display:block; 
	height:100%; 
}

.banner .hd{ 
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:40px; 
	left:0; 
	height:30px; 
	line-height:30px; 
}
.banner .hd ul{ 
	text-align:center; 
}
.banner .hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:20px; 
	height:20px; 
	border-radius: 50%;
	margin:0 6px; 
	overflow:hidden; 
	background:#939393;
	/*filter:alpha(opacity=80);
	opacity:0.8;  */
	line-height:999px; 
	border: 2px solid #dcdcdc;
}
.banner .hd ul .on{ 
	background: #ffa200;
	border-color: #ffa200;
}
.banner .prev,
.banner .next{  
	display:block;  
	position:absolute; 
	z-index:1; 
	top:48%; 
	margin-top:-30px; 
	left:15%;  
	width:40px; 
	height:60px; 
	background:url(../plugins/superslide/slider-arrow.png) -126px -137px #000 no-repeat;  
	cursor:pointer; 
	filter:alpha(opacity=50);
	opacity:0.5; 
	display:none!important;  
}
.banner .next{ 
	left:auto; 
	right:15%; 
	background-position:-6px -137px; 
}

.stitle{
	position: relative;
	margin-top: 50px;
	margin-bottom: 70px;
}
.stitle>img {
	float: left;
}
.stitle>a{
	float: right;
	margin-top: 16px;
}
.stitle h3{
	font-size: 22px;
	color: #3a9914;
	position: relative;
}
.stitle p{
	font-size: 40px;
	color: #3a9914;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.stitle .search {
	float: right;
	padding-top: 20px;
	position: relative;
}
.stitle .search a {
	background-color: #004db1;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: -4px;
	font-size: 20px;
}
.stitle .search input{
	color: #000;
	border: 1px solid #bbbbbb;
	width: 300px;
	height: 36px;
	border-radius: 8px;
	padding: 3px 10px;
}
.stitle .search input:focus{
	outline-color:#ef8512;
}

.subtitle{
	text-align: center;
	padding-top: 70px;
}
.stitle2 {
	margin-top: 90px;
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #6cc676;
}
.stitle2 .ttl {
	padding-left: 60px;
	vertical-align: middle;
	
}
.stitle2 .ttl i{
	color: #0b6c12;
	font-size: 28px;
	margin-right: 10px;
	vertical-align: -3px;
}
.stitle2 .ttl span{
	color: #000000;
	font-size: 22px;
}
.stitle2 .ttl b{
	background-color: #0b6c12;
	display: inline-block;
	width: 15px;
	height: 5px;
	margin-left: 10px;
	vertical-align: 4px;
}
.stitle2 p{
	color: #0b6c12;
	font-size: 24px;
}
.ititle img{
	margin: 0 auto;
	display: block;
}

.iaboutbg {
	background-image: url(../img/iaboutbg.jpg);
padding-top: 160px;
}
.iprobg {
	background-image: url(../img/iprobg.jpg);
	padding-top: 140px;
}
.iappbg {
	background-image: url(../img/iappbg.jpg);
	padding-top: 240px;

}
.inewsbg {
	background-image: url(../img/inewsbg.jpg);
	padding-top: 140px;

}
.ividbg {
	background-image: url(../img/ivideobg.jpg);
	padding-top: 140px;

}



.pagination{
  width: 100%;
	text-align: center;
	font-size: 0px;
}
.pagination li{
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 13px;
	color: #aaa;
	height: 36px;
	width: 36px;
	line-height: 36px;
	margin: 0 5px;
	min-width: 25px;
	border-radius: 50%;
}
.pagination li a{
	color: #333333;
	font-size: 15px;
}
.pagination li.quan:hover,
.pagination .quan.active{
	border:  1px solid #f0a602;
	transition:border 0.3s;
	-moz-transition:border 0.3s; /* Firefox 4 */
	-webkit-transition:border 0.3s; /* Safari and Chrome */
	-o-transition:border 0.3s; /* Opera */
}
.pagination li.quan:hover ,
.pagination .quan.active {
	color: #fff;
	background: #f0a602;
	transition:color 0.3s, background 0.3s;
	-moz-transition:color 0.3s background 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3 background 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s background 0.3s; /* Opera */
}
.pagination .quan.active a{
	color: #fff;
}
.pagination li.disabled,
.pagination li.disabled:hover{
	border: 1px solid #ccc;
	background: none;
	cursor: default;
}
.pagination li.disabled a,
.pagination li.disabled:hover a{
	color: #bbb;
	/*background: none;*/
	cursor: default;
}
.pagination li.input-box{
border: 0;
width: 105px;
color: #333333;
    font-size: 15px;

}
.pagination .line-btn.active a{
	color: #fff;

}
.pagination li.line-btn.active{
border: 0;
}
.pagination li.input-box input{
	border:1px solid #d9d9d9 ;
	border-radius: 8px;
	width: 50px;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	margin: 0 4px;
}
.pagination li.input-box:hover{

}
.pagination li.line-btn{
	width: 60px;
	border-radius: 8px;
}
.pagination li.line-btn.active{
	color: #fff;
	background: #f0a602;
}
.nav-about{
	text-align: center;
}
.nav-about li{
	width: 250px;
	display: inline-block;
	height: 70px;
	line-height: 70px;
}
.nav-about li a{
	color: #000000;
	font-size: 20px;
	display: block;
	transition-duration: .5s;
	position: relative;
}
.nav-about li.on a,
.nav-about li:hover a{
	background-color: #19049d;
	color: #fff;
}
.nav-about li.on a:after,
.nav-about li:hover a:after{
	content: '';
	border-style: solid;
	border-width: 10px;    
	border-color: #19049d transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 10px);
}



.contact{
  margin-bottom: 120px;
}
.contact-item{
	width: 50%;
	padding-left: 120px;
}
.contact-item>h3{
	display: inline-block;
	background-color: #004eb5;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 8px;
}
.contact-item>p{
	margin-top: 15px;
	color: #000000;
	font-size: 16px;
}
.contact-item>p i{
	margin-right: 8px;
	color: #004eb5;
}
.contact-item + .contact-item{
	border-left: 1px solid #c7c7c7;
}
  
.iw_poi_title{
	font-size: 16px;
	color: #035cac;
	margin-bottom: 5px;
}
.iw_poi_content{
	font-size: 14px;
}
.contactul{
	margin-bottom: 30px;
}
.contactul li{
	width: 25%;
	float: left;
	padding-left: 40px;
	min-height: 160px;
}
.contactul li:nth-child(1){
	width: 31%;
}
.contactul li:nth-child(2),
.contactul li:nth-child(3),
.contactul li:nth-child(4){
	width: 23%;
	border-left: 1px solid #c9c9c9;
}
.contactul li h2{
	color: #3b3b3b;
	font-size: 16px;
	margin-bottom: 8px;
}
.contactul li p{
	font-size: 16px;
	color: #3b3b3b;
	margin-bottom: 3px;
}
.form-mes{
	padding: 20px 0;
	width: 700px;
}
.form-input{
	width: 49%;
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 30px;
	border-radius: 10px;
}
.form-input2{
	width: 100%;
	margin-bottom: 30px;
	padding-left: 30px;
}
.form-input input{
	height: 40px;
	line-height: 40px;
	width: calc(100% - 50px);
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #cacaca;
	border-radius: 10px;
}
.form-input label,
.form-input2 label{
	/* width: 100%; */
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
}
.form-input label em,
.form-input2 label em{
	color: #b70000;
	margin-left: 5px;
}
.form-input label span{
	color: #338c10;
}
.form-input2 label{
	vertical-align: top;
}
.form-input2  textarea{
	width: calc(100% - 50px);
	padding: 10px;
	height: 160px;
	background-color: #fff;
	border: 1px solid #cacaca;
	border-radius: 10px;
}
.mes-btn{
	margin-top: 20px;
	text-align: right;
}
.mes-btn a{
	color: #fff;
	font-size: 18px;
	background: #ff6600;
	/* border: 2px solid #935d46; */
	width: 160px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
	border-radius: 8px;
}
/* .mes-btn a.c{
	background: #0a9814;
	border: 2px solid #0a9814;
} */

.contactc{
	padding: 40px 40px;
	background-color: #fff;
	margin-top: 80px;
}
.contact .map{
	width: 100%;
	height: 500px;
}
.contact-info{
	margin-top: 60px;
}



  
.iw_poi_title{
	font-size: 16px;
	color: #035cac;
	margin-bottom: 5px;
}
.iw_poi_content{
	font-size: 14px;
}

.caseitem {
	padding:0 0px 50px 0;
	margin:0 auto;	
	width:1100px;
}

.caseitem .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.caseitem .swiper-slide {
	float:left;
	display: block;
	width:220px;
	height:180px;
	border-radius: 4px;
	border:1px #eeeeee solid;
	background: #ffffff;
	box-shadow: 0 0 8px #eeeeee;
	overflow: hidden;
}

.caseitem .swiper-slide img {
	width:100%!important;
	height: 100%!important;
}

.caseitem .swiper-button-next,
.caseitem .swiper-button-prev {
	top:95px!important;
}







.protype {	
	padding:0 0px 20px 0;
	margin:0 auto;	
	width:1100px;
	
}

.protype .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.protype .swiper-slide {
	float:left;
	display: block;
	padding:15px 5px;
	text-align: center;
	font-size: 15px;
	color:#333333;
	background: #f2f2f2;
	border-radius: 4px;

	/* Center slide text vertically */
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
}

.protype .swiper-slide.on {
	color:#ffffff;
	background: #f0a602;
}

.protype .swiper-slide a {
	display: block;
	width:100%;
	height:100%;
}

.swiper-button-next, .swiper-button-prev {
	top:30px!important;
	width:38px!important;
	height:38px!important;
	border-radius: 38px!important;
	border:1px #aaaaaa solid;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none!important;
	font-size:28px!important;
	text-align: center;
	line-height:36px;
}


.swiper-button-prev {
	left:-50px!important;
}
.swiper-button-next {
	right:-50px!important;
}



.prolist{
	padding-bottom: 90px;
}
.proul{
	margin-bottom: 30px;
	margin-top: 50px;
}
.proul li{
	float: left;
	width: 380px;
	margin-bottom: 50px;
	margin-right: 30px;
	/*background-color: #fff;*/
	
}
.proul li:nth-child(3n){
	margin-right: 0px;
}
.proul li img{
	width: 380px;
	height: 285px;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(125,125,125,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(125,125,125,0.6); 
	
}
.proul li a p{
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #f0a602;
	color: #ffffff;
	font-size: 16px;
	line-height: 50px;
	/* border: 1px solid #d0d0d0; */
	width: 100%;
	padding: 0 10px;
	transition-duration: .5s;
	margin-top: 8px;
}
.proul li:hover a p {
	background-color: #f0a602;
	color:#fff;
}
.proul li a{
	display: block;
	position: relative;
}
.proul li a .ke {
	background-color: rgba(0,0,0,.7);
	color: #fff;
	position: absolute;
	width: 380px;
	height: 285px;
	line-height: 285px;
	left: 0;
	top: 0;
	padding: 0 20px;
	text-align: center;
	font-size: 20px;
	opacity: 0;
	transition-duration: .5s;
}
.proul li:hover a .ke {
	opacity: 1;
}
.proul li a>span{
	display: block;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	position: relative;
}
.proul li a>span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #dddddd;
	width: 100%;
	height: 1px;
}
.proul li a>span::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #555555;
	width: 90px;
	height: 3px;
}

.promenu{
	text-align: center;
	margin-left: 90px;
	    white-space: nowrap;
    overflow-x: scroll;

}
.promenu li{
	display: inline-block;
	min-width: 170px;
	margin: 0 10px 15px;
}
.promenu li a{
	display: block;
	background-color: #f4f4f4;
	color: #000000;
	padding: 10px 24px;
	font-size: 16px;
	/* border: 1px solid #f0a602; */
	border-radius: 8px;
	font-size: 20px;
}
.promenu li.on a,
.promenu li:hover a{
	background-color: #f0a602;
	color: #fff;
}

.prolist-title{
	text-align: center;
	margin-bottom: 30px;
}
.prolist-title h2{
	display: inline-block;
	color: #2c2c2c;
	font-size: 20px;
	font-weight: 500;
	padding: 15px 70px 0px;
	border-top: 2px solid #c0c0c0;
	position: relative;
}
.prolist-title h2:after,
.prolist-title h2:before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #c0c0c0;
	border-radius: 50%;
	position: absolute;
	top: -5px;
}
.prolist-title h2:before{
	left:0 ;
}
.prolist-title h2:after{
	right:0 ;
}

.proview {
	margin-top: 60px;
	margin-bottom: 80px;
	padding: 50px 80px;
	background: #f7f7f7;
}
.proview .proview-img {
	width: 440px;
	height: 330px;
	overflow: hidden;
	border:1px solid #a3a3a3;
	box-sizing: border-box;
}
.proview .proview-img img{
	display: block;
	width: 440px;
	height: 330px;
}
.proview .proview-img img:hover{
   transition: 0.5s;
   -webkit-transform:scale(1.1);
   -o-transform:scale(1.1);
   -moz-transform:scale(1.1);
   -ms-transform:scale(1.1);
    transform:scale(1.1);

}
.proview .proview-content {
	width: 480px;
}
.proview .proview-content .name {
	font-size: 25px;
	margin-top: 20px;
	border-bottom: 2px dashed #cacaca;
	margin-bottom: 20px;
	color: #331207;
	font-weight: 500;
	padding-bottom: 25px;
	position: relative;
	font-weight: 600;
}
/* .proview .proview-content .name:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	background-color: #01167d;
	width: 60px;
	height: 3px;
	bottom: -2px;
	z-index: 9;
} */
.proview .proview-content .name span{
	display: inline-block;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
	margin-left: 15px;
}
.proview .proview-content .intro {
	padding-top: 15px;
}
.proview .proview-content .intro p{
	color: #202020;
	line-height: 30px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dashed #aaaaaa;
}

.proview .proview-detail {
	clear: both;
	padding-top: 40px;
	/*border: 1px solid #a3a3a3;*/
}

.proview .proview-detail .ptitle {
	background-color: #0e55b0;
	/*padding: 10px 10px;*/
	font-weight: 600;
	/*border-left: #003a83 solid 4px;*/
	font-size:20px;
}
.proview .proview-detail .ptitle span{
	font-size: 18px;
	font-weight: 500;
	margin-left: -7px;
	color: #fff;
	text-transform: uppercase;
}
.proview-detail .detailp{
	background: #fff;
	padding: 30px 40px 70px 40px;
	word-break: break-all;
  text-align: justify;
}
.hlmc{
	display: inline-block;
	color: #fff;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 48px;
	height: 50px;
}
.pro-js{
	width: 1200px;
	height: 165px;
	background-image: url(../img/pli.png);
	padding: 20px;
	display: flex;
	color: #fff;
	align-items: center;
}
.pro-js span{
	font-size: 24px;
	padding: 0 20px;
	white-space:nowrap;
	line-height: 100px;
	height: 100px;
	background-color: #2f170b;
	margin-right: 20px;
}
.pro-js p{
	font-size: 18px;
	line-height: 1.5;
	vertical-align: middle;
}

.equitbox {
	background-color: #ffffff;
	padding: 30px;
	margin-bottom: 120px;
	border:20px #f5f5f5 solid;
	font-size:16px;
	line-height:30px;
}

.equitbox .equitsm p {
	margin-bottom:25px;
	text-indent: 28px;
}

.equitbox .equitinfo {
	position: relative;
	width:auto;
	min-height:450px;
	background: #dce8f4;
	background-image: url(../img/equit_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: inherit;
}

.equitbox .equitinfo .equit_title {
	position: absolute;
	top:-20px;
	left:0;
	right:0;	
	margin:auto;
	width:250px;
	height:45px;
	line-height:45px;
	font-size:18px;
	color:#ffffff;
	background: #04a0e9;
	border-radius: 45px;
	text-align: center;
	box-shadow: 0 0 7px #999999;
}


.equitbox .equitinfo .equit_type {
	display: flex;
	padding:50px 30px 0 60px;
	width:auto;
	justify-content: space-between;
}

.equitbox .equitinfo .equit_type dl {
	position: relative;
	display: flex;
	width:28%;
	min-height:60px;
	background: rgba(255,255,255,0.4);
	border-radius: 8px;
	justify-content:center;
	align-items:center;
}

.equitbox .equitinfo .equit_type dl dt {
	position: absolute;
	display: block;
	top:0;
	bottom:0;
	margin:auto;
	left:-30px;
	width:70px;
	height:70px;
	border-radius: 60px;
	font-size:17px;
	text-align: center;
	line-height:62px;
}

.equitbox .equitinfo .equit_type dl dt.qtype1 {
	color:#ffffff;
	background: #1ebcd9;
	box-shadow: 0 0 15px #033f4d inset;
	border:4px #ffffff solid;	
}

.equitbox .equitinfo .equit_type dl dt.qtype2 {
	color:#ffffff;
	background: #049ee7;
	box-shadow: 0 0 15px #02476d inset;
	border:4px #ffffff solid;	
}
.equitbox .equitinfo .equit_type dl dt.qtype3 {
	padding:9px 0 0 0;
	color:#ffffff;
	background: #1f76e8;
	box-shadow: 0 0 15px #05397d inset;
	border:4px #ffffff solid;
	line-height:22px;
}

.equitbox .equitinfo .equit_type dl dd {
	padding:3px 10px 3px 50px;	
	font-size:14px;
	line-height:22px;
}

.equitbox .equitinfo .equit_img {
	margin:30px auto 0 auto;
	padding:5px;
	width:230px;
	height:230px;
	background: #ffffff;
	overflow: hidden;
}
.equitbox .equitinfo .equit_img img {
	width:100%;
	height:100%
}

/* .equit >img{
	width: 100%;
}
 */
.nav-news {
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}
.nav-news li{
	width: 230px;
	display: inline-block;	
}
.nav-news li a{
	color: #000000;
	font-size: 18px;
	display: block;
	transition-duration: .5s;
	position: relative;
	border: 2px solid #a7a7a7;
	height: 50px;
	line-height: 46px;
}
.nav-news li a i{
	font-size: 24px;
	margin-right: 15px;
	vertical-align: -2px;
}
.nav-news li.on a, 
.nav-news li:hover a {
	background-color: #1807a6;
	color: #fff;
	border-color: #e50000;
}
.caseul{
	margin-bottom: 30px;
	margin-top: 30px;
}
.caseul li{
	float: left;
	position: relative;
	width: 380px;
	margin-bottom: 50px;
	margin-right: 30px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(125,125,125,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(125,125,125,0.6);
}
.caseul li:nth-child(3n){
	margin-right: 0px;
}
.caseul li img{
	width: 380px;
	height: 284px;
	
}
.caseul li a p{
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #0d0d0d;
	font-size: 16px;
	line-height: 50px;
	/* border: 1px solid #d0d0d0; */
	width: 100%;
	padding: 0 10px;
}
.caseul li:hover a p {
	background-color: #ff6600;
	color:#fff;
}
.caseul li a .play {
	width: 380px;
	height: 284px;
	line-height: 284px;
	text-align: center;
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,.6);
	top: 0;
	left: 0;
}
.caseul li a .play:after{
	font-family: "iconfont" ;
	font-size: 66px;
	color: #fff;
	content: "\e628";
	display: inline-block;
}


.about{
	background-color: rgba(255,255,255,.8);
	padding: 45px 100px 70px;
	width: 1400px;
}
.about>img{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
}
.about>p{
	font-size: 16px;
	color: #3d3d3d;
	line-height: 1.6;
	margin-bottom: 30px;
	text-indent: 2em;
}
.about>p span{
	color: #004db1;
}
.about>p b{
	color: #004db1;
	font-size: 18px;
}
.about-navs{
	text-align: center;
}
.about-navs li {
	width: 180px;
	height: 50px;
	line-height: 55px;
	display: inline-block;
	margin: 0 15px;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	font-size: 18px;
}
.about-navs li.ry {
	background: #f2f2f2;
	color:#333333
}
.about-navs li a{
	display: block;
	color: inherit;
}
.about-navs li.on ,
.about-navs li:hover,
.about-navs li.ry:hover {
	background-color: #f0a602;
	color: #fff;
}



.supebox{
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 110px;
}
.supe{
	
}
.supelist{
	margin-top: 65px;
}
.supelist li{
	float: left;
	width: 195px;
}
.supelist li+li{
	margin-left: 6px;
}
.supelist li img{
	width: 100%;
}
.supelist li p{
	font-size: 16px;
	padding: 12px 5px 10px;
}

.appbox{
	height: 882px;
	background-image: url(../img/appbg.jpg);
	padding-top: 100px;
	background-attachment: fixed;
}
.appc{
	
}
.appc img{
	width: 100%;
	margin-top: 80px;
}



.explainbox{
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 80px;
}
.explain{
	
}
.explain img{
	width: 100%;
	margin-top: 80px;
}


.prolistbox{
	background-color: #ebebeb;
	padding-bottom: 50px;
}
.nav-pro{
	margin-top: 50px;
}
.nav-pro li{
	display: inline-block;
	float: left;
	margin: 0 10px 10px;
}
.nav-pro li a{
	display: block;
	background-color: #a5a5a5;
	border: 2px solid #a5a5a5;
	color: #fff;
	font-size: 18px;
	padding: 15px 33px;
	transition-duration: .5s;
}
.nav-pro li:hover a,
.nav-pro li.on a{
	background-color: #2208a0;
	border-color: #e50000;
}


.title-pro p{
	color: #1f00d9;
	font-size: 22px;
	display: inline-block;
	font-weight: 600;
}
.title-pro p em{
	color: #ff0000;
}
.title-pro span{
	color: #a7a7a7;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 10px;
	font-family: arial;
}

.pro-size{
	padding: 30px 25px;
	background-color: #fff;
	margin-top: 20px;
}
.pro-size-item{
	margin-top: 20px;
}
.pro-size-item li{
	margin-right: 60px;
	float: left;
	color: #0a0204;
	font-size: 16px;
}

.pro-model{
	padding: 30px 25px;
	background-color: #fff;
	margin-top: 30px;
}
.pro-model-item{
	margin-top: 20px;
}


.pro-box{
	background-color: #ddd8f2;
	padding: 8px 15px;
	margin-top: 40px;
}
.pro-appli{
	padding: 8px 15px;
	margin-top: 15px;
}
.pro-appli-item{
	margin-top: 10px;
}
.pro-appli-item li{
	margin-right: 60px;
	float: left;
	color: #0a0204;
	font-size: 16px;
}

.pro-info{
	padding: 8px 15px;
	margin-top: 20px;
	background-color: #fff;
}
.pro-info-item{
	margin-top: 10px;
}

.pro-advan{
	padding: 15px 15px;
	margin-top: 20px;
	background-color: #fff;
}
.pro-advanl{
	width: 370px;
}
.pro-advanl img{
	width: 370px;
	height: 278px;
}
.pro-advanm{
	width: 380px;
}
.pro-advanm li{
	width: 176px;
	height: 132px;
	float: left;
	margin-left: 10px;
	margin-bottom: 14px;
	position: relative;
	overflow: hidden;
}
.pro-advanm li a img{
	width: 176px;
	height: 132px;
}
.pro-advanm li a b{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	top: -100%;
	left: 0;
	transition-duration: .5s;
}
.pro-advanm li:hover a b,
.pro-advanm li.on a b{
	top: 0%;
}


.pro-advanr{
	width: 380px;
}
.pro-advan-item{
	position: relative;
	padding-top: 30px;
}
.pro-advan-item:after{
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background-color: #1f00d9;
	position: absolute;
	top: 10px;
	left: 0;
}


.nav-tech{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.nav-tech li{
	display: inline-block;
	margin: 0 30px;
}
.nav-tech li a{
	display: block;
	background-color: #a5a5a5;
	border: 2px solid #a5a5a5;
	color: #fff;
	font-size: 18px;
	padding: 15px 33px;
	transition-duration: .5s;
}
.nav-tech li:hover a,
.nav-tech li.on a{
	background-color: #2208a0;
	border-color: #e50000;
}

.tech{
	margin-top: 60px;
	padding: 40px 30px;
	background-color: #efefef;
	margin-bottom: 80px;
}

.download{
	margin-top: 60px;
	padding: 40px 40px;
	background-color: #eeeeee;
	margin-bottom: 80px;
}

.download-yc{
	width: 880px;
	display: block;
	margin: 40px auto 0 auto;
}
.download-more{
	margin: 50px auto 0 auto;
	width: 160px;
	height: 50px;
	line-height: 46px;
	font-size: 16px;
}
.download-more i{
	font-size: 18px;
}
.imgsize{
	width: 800px;
	height: 600px;
}

.about-nav{
	background-color: #fff;
	padding-bottom: 36px;
}
.nav-box{
	width: 100%;
	background-color: #fff;
}
.about-nav .fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 10px rgba(167,167,167,0.6);
}
.about-nav .stitle{
	margin-top: 45px;
}
.anav {
	position: relative;
	padding-left: 60px;
	
}
.anav span{
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #343434;
	color: #fff;
	text-align: center;
	font-size: 28px;
}
.anav li{
	float: left;
	width: 190px;
}
.anav li a{
	display: block;
	height: 60px;
	line-height: 58px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #404040;
	font-size: 20px;
}
.anav li.on a{
	background-color: #0d40ab;
	color: #fff;
}

.culbox1{
	background:#fff url(../img/culbg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	height: 840px;
}
.culture1{
	padding-top: 105px;
}

.culbox2{
	background:#fff url(../img/culbg2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	height: 1250px;
	border-top: 40px #e1f2e2 solid;
}
.culture2{
	padding-top: 60px;
}

.icontact{
	background-color: rgba(255,255,255,.7);
	padding-top: 40px;
	padding-bottom: 40px;
}

.index-video{
	padding-left: 60px;
	position: relative;
	margin-top: 80px;
}
.ivideo li{
	width: 320px;
	margin: 2px 20px;
	float: left;
}
.ivideo li img{
	width: 320px;
	height: 240px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(34,34,34,0.6);
}
.ivideo li p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #0a9814;
	margin-top: 5px;
	line-height: 35px;
	height: 35px;
}
.video-cont{
	text-align: center;
	margin-top: 40px;
}
.video-cont a img{
	width: 50px;
	display: inline-block;
	margin: 0 5px;
}

/* .index-video .next,
.index-video .prev{
	font-size: 42px;
	position: absolute;
	top: 90px;
	color: #0a9814;
}
.index-video .next{
	right: 0;
}
.index-video .prev{
	left: 0
} */
.ivideo li a{
	display: block;
	position: relative;
}
.ivideo li a span{
	display: block;
	width: 320px;
	height: 240px;
	background-color:rgba(47, 47, 47, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	transition-duration: .5s;
}
.ivideo li a span i{
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url('../img/play.png') no-repeat;
	background-size: cover;
	position: absolute;
	top: 77px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.iprot{
	margin-bottom: 20px;
	color: #fff;
}
.iprot h2{
	font-size: 28px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 30px;
}
.iprot p{
	text-align: center;
	padding: 0 50px;
	font-size: 18px;
}
.ipromore{
	width: 160px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 120px auto 0 auto;
	background-color: #935d46;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.ipromore:hover{
	color: #fff;
}

#slide1{
	background-image: url(../img/banner1.jpg);
}
#slide2{
	background-image: url(../img/banner2.jpg);
}
#slide3{
	background-image: url(../img/banner3.jpg);
}
#slide4{
	background-image: url(../img/banner5.jpg);
}
#slide5{
	background-image: url(../img/banner5.jpg);
}
div.fp-controlArrow.fp-prev{
	left: 120px;
	border-color: transparent #ff6600 transparent transparent;
}
div.fp-controlArrow.fp-next{
	right: 120px;
	border-color: transparent transparent transparent #ff6600;
}


.headfix{
	position: fixed;
	top: 0;
	left: 0;
}

.job {
	padding-top: 60px;
	padding-bottom: 70px;
}	
.job .sub{
	color: #1a1a1a;
	font-size: 16px;
	white-space: pre;
	margin-top: 5px;
	margin-bottom: 55px;
}
.job-tab{
	/* margin-top: 20px; */
}
.job-tit{
	width: 100%;
	background-color: #ff6600;
	padding: 15px 80px 15px 0;
}
.job-item{
	width: 25%;
	float: left;
  vertical-align: middle;
  text-align: center;  
}
.job-tit .job-item{
	color: #fff;
	font-size: 18px;
}
.job-hd{
	width: 100%;
	padding: 12px 80px 12px 0;
	/* border: 1px solid #cacaca; */
	position: relative;
	background-color: #fff;
}
.job-hd:before{
	content: "\f055";
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff6600;
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 28px;
}
.job-hd.on:before{
	content: "\f056";
}
.job-hd .job-item{
	color: #343434;
	font-size: 16px;
}
.job-bd{
	background-color: #fff;
	padding: 0px 30px 20px;
	
}
.job-bd .danye {
	background-color: #ececec;
	padding: 15px 40px;
	border-radius: 8px;
}
.job-x{
	margin-bottom: 10px;
}

.navss{
	width: 100%;
	background-color: #000;
}
.navss ul {
	text-align: center;
}
.navss ul li{
	display: inline-block;
	width: 310px;
	font-size: 18px;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.navss ul li a{
	display: block;
	color: #fff;
	
}
.navss ul li.on {
	background-color: #ff6600;
}
.navss ul li:hover a{
	color: #ff6600;
}

.titlesub{
	margin-top: 80px;
	margin-bottom: 60px;
	text-align: center;
}
.titlesub img{
	width: 232px;
	display: inline-block;
}

.newslist2{
	padding-bottom: 80px;
}

.newsitem{
	margin-bottom: 30px;
}
.newsitem li{
	width: 380px;
	float: left;
	margin-right: 30px;
	background-color: #fff;
	padding: 30px 30px 30px;
	border-radius: 8px;
	margin-bottom: 40px;
	height: 500px;
}
.newsitem li:nth-child(3n){
	margin-right: 0;
}
.newsitem li a .newst{
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #909090;
}
.newsitem li a .newst b{
	color: #393939;
	font-size: 28px;
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
}
.newsitem li a img{
	width: 320px;
	height: 240px;
	margin-bottom: 20px;
}
.newsitem li a p {
	font-size: 16px;
	color: #2a2a2a;
	margin-bottom: 10px;
}
.newsitem li a>span{
	width: 126px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #ff6600;	
	color: #fff;
	font-size: 14px;
	display: block;
}
.newsitem li a>i{
	display: block;
	width: 30px;
	height: 4px;
	background-color: #ff6600;
	margin: 10px auto 20px auto;
}

.newsitem li:hover{
	border: 3px solid #ff6600;
}

.videobox{
	width: 640px;
	margin: 60px auto 0 auto;
}
.aboutbox{
	background-image: url(../img/aboutbg.jpg);
	position: relative;
	height: 2000px;
	padding-top: 10px;
}
.advbox{
	background-image: url(../img/combg.jpg);
	height: 720px;
}
.cominfo {
	padding-top: 100px;
}
.cominfo h2 {
	text-align: center;
	color:#ffffff;
	font-size:32px!important;
}

.cominfo .cominfoitem {
	display: block;
	clear: both;
	padding:90px 0 0 0;
}

.cominfo .cominfoitem .cominfolist {
	float:left;
	width:50%;
}
.cominfo .cominfoitem .cominfolist ul {
	position: relative;
	display: block;
}
.cominfo .cominfoitem .cominfolist ul::after {
	display: block;
	position: absolute;
	top:6px;
	left:7px;
	content: '';
	width: 1px;
	height:100%;
	background: #ffffff;
	z-index: 9;
}
.cominfo .cominfoitem .cominfolist ul:last-child::after {
	height:0;
}

.cominfo .cominfoitem .cominfolist ul li {
	padding:0 0 30px 25px;
	position: relative;
	font-size:16px;
	color:#ffffff;
}
.cominfo .cominfoitem .cominfolist ul li::after {
	position: absolute;
	display: block;
	top:3px;
	left:0;
	width: 15px;
	height:15px;
	content: '';
	border-radius: 15px;
	background: rgba(255,255,255,0.4);
	z-index: 10;
}
.cominfo .cominfoitem .cominfolist ul li::before {
	position: absolute;
	display: block;
	top:6px;
	left:3px;
	width: 9px;
	height:9px;
	content: '';
	border-radius: 15px;
	background: rgba(0,77,177,1);
	z-index: 11;
}


/* .cominfo img {
	display: block;
	margin: 0 auto;
} */
.hlj {
	width: 630px;
	position: absolute;
	right: 0;
	bottom: -180px;
}

.honorbox{
	padding-top: 10px;
	padding-bottom: 120px;
}
.honimg{
	width: 440px;
	height: 330px;
	margin-top: 10px;
}
.honimg img{
	width: 440px;
	height: 330px;
}
.honimg p{
	font-size: 18px;
	color: #fff;
	text-align: center;
    overflow: hidden;
		white-space: nowrap;
		text-align: center;
		margin-top: 15px;
		padding: 0 10px;
}
.honul{
	width: 700px;
	height: 440px;
	overflow-x: hidden;
}
.honul li{
	float: left;
	box-sizing: border-box;

	width: 320px;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 20px;
	
}
.honul li a{
	display: block;
	background: #ffffff;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 55px;
	border:1px solid #afafaf;
	transition-duration: .5s;
	border-radius: 5px;
	text-align: center;
    overflow: hidden;
    white-space: nowrap;
	
}
.honul li a:hover,.honul li.on a{
	color: #ffffff;
	background: #ff6600;
}

.iabout {
	position: relative;
}
.iaboutinfo {
	width: 900px;
	height:65%;
	position: absolute;
	top: 130px;
	right: 0px;
	padding: 60px 200px 50px 90px;
	background-color: rgba(255,255,255,.8);
}
.iaboutinfo img{
	width: 520px;
	margin-bottom: 15px;
}
.iaboutinfo p {
	font-size: 16px;
	color:#000;
	line-height: 1.8;
	text-indent: 2em;
	margin-bottom: 30px;
}
.iaboutinfo a{
	display: block;
	color: #ff6600;
	/*width: 160px;
	height: 45px;
	line-height: 41px;
	float: right;
	text-align: center;*/
	font-size: 16px;/*
	text-transform: uppercase;
	border-radius: 8px;*/
}
.iprojs{
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
}
.iappinfo{
	margin-top: 140px;	
	color: #fff;
	text-align: center;
}

.iappinfo>p{
	font-size: 30px;
	margin-bottom: 30px;
}
.iappinfo>p b{
	font-size: 40px;
	display: inline-block;
	margin-left: 10px;
}
.iappinfo>span{
	font-size: 22px;
}

.icase{
	margin-top: 70px;
	position: relative;
	width: 100%;
	height: 100%	
}
.icase li{
	float: left;
	width: 25%;
	height: 100%	
}
.icase li a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.inews{
	margin-top: 50px;
}
.inews li{
	float: left;
	width: 380px;
	margin-right: 30px;
	position: relative;
	margin-bottom: 25px;
	border-radius: 8px;
}
.inews li:nth-child(3n) {
	margin-right: 0;
}
.inews li a img{
	width: 380px;
	height: 285px;
}
.inews li a p{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
		padding: 0 20px;
		font-size: 16px;
			overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sgbox{
	padding-top: 60px;
	padding-bottom: 60px;
}
.sginfo img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.advc{
	display: none;
	width: 240px;
	position: fixed;
	top: 500px;
	right: 0;
	z-index: 99;
}
.advc img{
	width: 100%;
}
.iproduct {
	margin-top: 80px;
	width: 1600px
}
.iproduct .proul li{
	width: 385px;
	/*height: 210px;*/
	margin-right: 0;
}
.iproduct .proul li +li {
	margin-left: 20px;
}
.iproduct .proul li img{
	width: 385px;
	height: 315px;
	border:2px #f0a602 solid;
}
.anli {
	margin-bottom: 160px;
}
.anlist li{
	width: 220px;
	margin-right: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(148, 148, 148, 0.075), 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(148, 148, 148, 0.075), 0 0 10px rgba(0, 0, 0, 0.6)
}
.anlist li img {
	width: 220px;
	height: 165px;
}

.banner .bd li .dh1-1,
.banner .bd li .dh1-2,
.banner .bd li .dh1-3 {
	position: absolute;
	z-index: 10;
}

.banner .bd li .dh1-1 {
	/* bottom:130px; */
	bottom:-100%;
	left:8%;
	width:45%;
	animation: myfirst1-1;
	animation-delay: 0s;
	animation-duration: 4s;	
	animation-timing-function:ease;
	animation-fill-mode:forwards;
}
@keyframes myfirst1-1
{
	 0%  {bottom:-100%}
	25%  {bottom:130px}
	50%  {bottom:130px}
	75%  {bottom:130px}
	100%  {bottom:130px}
}


.banner .bd li .dh1-2 {
	/* bottom:160px; */
	bottom:-100%;
	left:30%;
	animation: myfirst1-2;
	animation-delay: 0.5s;
	animation-duration: 3s;	
	animation-timing-function:ease;
	animation-fill-mode:forwards;
}
@keyframes myfirst1-2
{
	 0%  {bottom:-100%}
	25%  {bottom:160px}
	50%  {bottom:160px}
	75%  {bottom:160px}
	100%  {bottom:160px}
}



.banner .bd li .dh1-3 {
	/* bottom:70px; */
	bottom:-100%;
	left:8%;
	width:44%;
	animation: myfirst1-3;
	animation-delay: 1s;
	animation-duration: 2s;	
	animation-timing-function:ease;
	animation-fill-mode:forwards;
}

@keyframes myfirst1-3
{
	 0%  {bottom:-100%}
	25%  {bottom:70px}
	50%  {bottom:70px}
	75%  {bottom:70px}
	100%  {bottom:70px}
}
.banner .bd li .dh1-1 img,
.banner .bd li .dh1-2 img,
.banner .bd li .dh1-3 img {
	width:100%;
}






.banner .bd li .dh2-1,
.banner .bd li .dh2-2,
.banner .bd li .dh2-3 {
	position: absolute;
	z-index: 10;
}

.banner .bd li .dh2-1 {
	/* top:25%; */
	top:-100%;
	right:150px;
	width:42%;
	animation: myfirst2-1;
	animation-delay: 0s;
	animation-duration: 4s;	
	animation-timing-function:ease;
	animation-fill-mode:forwards;
}
@keyframes myfirst2-1
{
	 0%  {top:-100%}
	25%  {top:25%}
	50%  {top:25%}
	75%  {top:25%}
	100%  {top:25%}
}

.banner .bd li .dh2-2 {
	top:35%;
	/* right:150px;*/
	right:-100%;
	width:30%;
	animation: myfirst2-2;
	animation-delay: 0.5s;
	animation-duration: 3s;	
	animation-timing-function:ease;
	animation-fill-mode:forwards;
}
@keyframes myfirst2-2
{
	 0%  {right:-100%}
	25%  {right:150px}
	50%  {right:150px}
	75%  {right:150px}
	100%  {right:150px}
}

.banner .bd li .dh2-3 {
	top:40%;
	/* right:150px; */
	right:-100%;
	width:20%;
	animation: myfirst2-3;
	animation-delay: 1s;
	animation-duration: 2s;	
	animation-timing-function:ease;
	animation-fill-mode:forwards;
}
@keyframes myfirst2-3
{
	 0%  {right:-100%}
	25%  {right:150px}
	50%  {right:150px}
	75%  {right:150px}
	100%  {right:150px}
}

.banner .bd li .dh2-1 img,
.banner .bd li .dh2-2 img,
.banner .bd li .dh2-3 img {
	width:100%;
}


/*新闻*/
	.news-list{
		padding-top: 30px;

	}
	.news-list ul a{
		color:#2c2c2c ;
	}
	.news-list ul li{
		display: flex;
		padding: 15px 0;
		margin-bottom: 40px;
	}
	.news-list ul li:hover {
		background: #fafafa;
	}
	
	.news-list ul li .left{
		flex: 0 0 420px;
		height: 280px;
	}
	.news-list ul li .left img{
		width: 100%;
		height: 100%;

	}
	.news-list ul li .right{
		flex: 1;
		height: 280px;
		padding: 45px 15px 45px 45px;
	}
	.news-list ul li .right .title{
		font-size: 22px;
		font-weight: bold;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	
	}
	.news-list ul li .right .des{
		font-size: 16px;
		margin-top: 30px;
		line-height: 30px;
		height: 60px;
		overflow: hidden;
		margin-bottom: 30px;

	}
	.news-list ul li .right .time{
	color: #aeaeae;
	font-size: 14px;
	
	}
	.news-list ul li .right .btn{
		float: right;
		padding: 5px 20px;
		border-radius: 5px;
		background-color: #f29f01;
		color: #fff;
		border: 0;
		font-size: 16px;
		
	}
	.news-page{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	
	/*图片展示*/
	.imgzsbox {
		position: relative;
		width:auto;
		height:315px;
	}
	
	
	.pagebtn {
		padding:10px 0 0 0;
		width:auto;
		text-align: center;
	}
	
	.pagebtn a {
		margin:0 15px;
		display: inline-block;
		width:80px;
		height:40px;
		text-align: center;
		line-height:40px;
		color:#777777;
		background: #ffffff;
		font-size:16px;
		border:1px #eeeeee solid;
		border-radius: 4px;
	}
	
		.pagebtn a:hover {			
			background: #f5f5f5;
		}