@charset "utf-8";
/* CSS Document */
.i_ban{
	width: 100%;
	height: 892px;
	position: absolute;
	z-index: 1;
	top:70px;
	left: 0;
	overflow: hidden;
}
.flexslider { position: relative; height: 892px; overflow: hidden; background: url(../img/loading.gif) 50% no-repeat;}
.slides { position: relative; z-index: 1;}
.slides li { height: 892px;}
.flex-control-nav {width: 100%; position: absolute; height: 14px;bottom:20px; z-index: 2;text-align: center;}
.flex-control-nav li { display: inline-block;width: 14px; height: 14px; margin: 0 6px; *display: inline; zoom: 1;}
.flex-control-nav a { display: inline-block; width: 14px; height: 14px; line-height: 60px; overflow: hidden; background:#fff;border-radius: 50%;cursor: pointer;}
.flex-control-nav .flex-active { background:#0f6ee2;}
.flex-direction-nav{
	width: 92%;
	position: absolute;
	z-index: 2;
	height: 82px;
	top:50%;
	left:4%;
	margin-top: 41px;
}
.flex-direction-nav li{
	width: 57px;
	height: 82px;
	float: left;
}
.flex-direction-nav li:last-child{
	float: right;
}
.flex-direction-nav a{
	width: 57px;
	height: 82px;
	display: block;
	background: url(../img/arr.png) no-repeat center;
	text-indent:100em;
}
.flex-direction-nav a.flex-prev{
	background-position: 0 0;
}
.flex-direction-nav a.flex-next{
	background-position: -57px 0;
}

.i_sz{
	width: 100%;
	height: 154px;
	background: url(../img/i_bg1.jpg) #0c59b5 no-repeat center;
	text-align: center;
	padding:70px 0;
	overflow: hidden;
}
.i_sz li{
	width: 150px;
	float: left;
	height: 154px;
	color: #ffffff;
	background: url(../img/i_bg2.jpg) no-repeat center right;
	padding:0 100px;
}
.i_sz li:first-child{
	padding-left: 0;
}
.i_sz li:last-child{
	background: none;
	padding-right: 0;
}
.i_sz li p:first-child{
	font-size: 100px;
	line-height: 100px;
	height: 100px;
	position: relative;
	margin-bottom: 16px;
}
.i_sz li p:first-child span{
	font-size: 60px;
	line-height: 24px;
	position: absolute;
	top:0;
}
.i_sz li p:first-child span.z{
	font-size: 24px;
}
.i_sz li p:last-child{
	font-size: 30px;
}

.i_tit{
	width: 100%;
	color: #0f6fe2;
	line-height: 52px;
	text-align: center;
	overflow: hidden;
}
.i_tit p:first-child{
	font-size: 36px;
}
.i_tit p:last-child{
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
}

.i_hotpro{
	width: 100%;
	height: 1080px;
	padding-top: 120px;
	background: url(../img/i_bg3.jpg) #f8f8f8 no-repeat center top;
	position: relative;
	overflow: hidden;
}
.i_hotpro .slider__switch--prev, .i_hotpro .slider__switch--next{
	width: 34px;
	height: 76px;
	display: block;
	position: absolute;
	top:418px;
	cursor: pointer;
}
.i_hotpro .slider__switch--prev{
	background: url(../img/arr2.png) no-repeat 0 0;
	left:2%;
}
.i_hotpro .slider__switch--next{
	background: url(../img/arr2.png) no-repeat -34px 0;
	right:2%;
}
.i_hotpro .con{
	padding-top: 30px;
	overflow: hidden;
	position: relative;
}
.i_hotpro .con .slider{
	height: 436px;
	margin:0 auto;
	overflow: hidden;
}
.i_hotpro .con .slider .slider__item{
	width: 100%;
	height: 436px;
	float: left;
}
.i_hotpro .con .slider .slider__item .lt{
	width: 690px;
	height: 436px;
	display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:flex-start;
    font-size: 18px;
    line-height: 30px;
	overflow: hidden;
}
.i_hotpro .con .slider .slider__item .lt h1{
	font-size: 30px;
}
.i_hotpro .con .slider .slider__item .lt h2{
	font-size: 18px;
	padding-bottom: 20px;
}
.i_hotpro .con .slider .slider__item .lt img{
	margin:10px 0 20px 0;
}
.i_hotpro .con .slider .slider__item .lt .more{
	width: 148px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	border:1px #595757 solid;
	display: block;
}
.i_hotpro .con .slider .slider__item .rt img{
	width: 497px;
	height: 436px;
}
.i_hotpro .con .preview{
	padding-top:50px;
	height: 351px;
}
.i_hotpro .con .preview a{
	width: 297px;
	height: 351px;
	float: left;
	margin-right: 4px;
	position: relative;
	text-align: center;
	display: block;
}
.i_hotpro .con .preview a:last-child{
	margin-right: 0;
}
.i_hotpro .con .preview .pic{
	width: 297px;
	height: 255px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.i_hotpro .con .preview .pic img{
	width: 100%;
}
.i_hotpro .con .preview .pname{
	width: 277px;
	padding:0 10px;
	line-height: 60px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.i_hotpro .con .preview .whitebg{
	width: 297px;
	height: 240px;
	background: #ffffff;
	position: absolute;
	top:80px;
	z-index: 1;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_hotpro .con .preview a.active .whitebg{
	height: 276px;
}

.i_pro{
	width: 100%;
	height: 1156px;
	background: url(../img/i_bg4.jpg) no-repeat center top;
	padding-top: 106px;
	overflow: hidden;
}
.i_pro .tit{
	width:1200px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
}
.i_pro .con{
	width: 100%;
	padding-top: 60px;
}
.i_pro .con .hd{
	width: 100%;
	height: 42px;
	line-height: 42px;
}
.i_pro .con .hd li{
	width: 595px;
	height: 42px;
	float: left;
	text-align: center;
	background: #7d7d7d;
	font-size: 18px;
}
.i_pro .con .hd li.on{
	background: #0f6fe2;
}
.i_pro .con .hd li:last-child{
	float: right;
}
.i_pro .con .hd a{
	color: #ffffff;
	display: block;
}
.i_pro .con .bd{
	width: 100%;
	padding-top: 60px;
}
.i_pro .con .bd .proList img{
	margin-top: 58px;
}
/*.i_pro .con .bd .proList li{
	width: 386px;
	height: 386px;
	background: #fff;
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
}
.i_pro .con .bd .proList li:nth-child(3n){
	margin-right: 0;
}
.i_pro .con .bd .proList a{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 54px;
}
.i_pro .con .bd .proList .pic{
	width: 386px;
	height: 332px;
	overflow: hidden;
}
.i_pro .con .bd .proList .pic img{
	width: 100%;
}
.i_pro .con .bd .proList .pname{
	width: 366px;
	height: 54px;
	padding:0 10px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}*/
.i_pro .con .bd .proDetail{
	position: relative;
}
.i_pro .con .bd .proDetail img.D1{
	border-radius: 16px;
}
.i_pro .con .bd .proDetail img.D2{
	position: absolute;
	left:-130px;
	bottom: -126px;
}
.i_pro .con .bd .proDetail img.D3{
	position: absolute;
	right: -247px;
	bottom: -126px;
}

.i_abt{
	width: 100%;
	height: 900px;
	padding-top: 164px;
	background: url(../img/i_bg5.jpg) no-repeat center bottom;
	overflow: hidden;
}
.i_abt .top{
	width: 100%;
	overflow: hidden;
}
.i_abt .top .lt{
	width: 603px;
	height: 355px;
	background: url(../img/i_img12.png) no-repeat center;
	padding-top: 25px;
	padding-left: 88px;
}
.i_abt .top .abt{
	width: 450px;
	float: right;
	font-size: 16px;
	line-height: 30px;
}
.i_abt .top .abt h1{
	font-size: 40px;
	color: #0f6fe2;
	font-weight: 600;
	line-height: 40px;
}
.i_abt .top .abt h2{
	font-size: 28px;
	line-height: 106px;
}
.i_abt .top .abt .more{
	width: 138px;
	height: 33px;
	display: block;
	text-align: center;
	line-height: 33px;
	border:2px #595757 solid;
	margin-top: 20px;
}
.i_abt .top .abt .more:hover{
	border-color: #0f6fe2;
}
.i_abt .bot{
	width: 100%;
	padding-top: 100px;
}
.i_abt .bot li{
	width: 284px;
	height: 258px;
	float: left;
	padding:0 8px;
}
.i_abt .bot li img{
	box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.i_adv{
	width: 100%;
	height: 288px;
	background: url(../img/i_bg6.jpg) no-repeat center top;
	padding-top: 197px;
	padding-bottom: 198px;
	overflow: hidden;
}
.i_adv > div{
	height: 288px;
	position: relative;
}
.i_adv .circle{
	width: 288px;
	height: 288px;
	border-radius: 50%;
	background: #0f6fe2;
	color: #fff;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -144px;
	margin-top:-144px;
	display: flex;
	align-items:center;
	justify-content:center;
	text-align: center;
}
.i_adv .circle div{
	display: inline-block;
}
.i_adv .circle div:first-child{
	font-size: 72px;
}
.i_adv .circle div:last-child{
	font-size: 32px;
	line-height: 28px;
}
.i_adv .circle div:last-child p:first-child{
	font-size: 16px;
	text-transform: uppercase;
}
.i_adv .icon{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #0f6fe2;
	margin:7px 14px;
	display:flex;
	justify-content:center;
    flex-direction:column;
    align-items:center;
}
.i_adv .k{
	width: 370px;
	background: #ffffff;
	height: 78px;
	border-radius: 36px;
}
.i_adv .k .wz{
	height: 78px;
	display: flex;
	justify-content:center;
    flex-direction:column;
    align-items:flex-start;
    line-height: 28px;
}
.i_adv .k .wz p:first-child{
	color: #0f6fe2;
	font-size: 24px;
}
.i_adv .k .wz p:last-child{
	font-size: 16px;
}
.i_adv .x{
	padding-top: 38px;
}
.i_adv .x1{
	padding-bottom: 38px;
}
.i_adv .ys1{
	position: absolute;
	left:0;
	top:22px;
}
.i_adv .ys2{
	position: absolute;
	right:0;
	top:22px;
}
.i_adv .ys3{
	position: absolute;
	left:0;
	bottom:22px;
}
.i_adv .ys4{
	position: absolute;
	right:0;
	bottom:22px;
}

.i_news{
	width: 100%;
	height: 884px;
	background: url(../img/i_bg7.jpg) no-repeat center bottom;
	padding-top: 166px;
	overflow: hidden;
}
.i_news .con{
	width: 656px;
	padding-top: 126px;
	overflow: hidden;
}
.i_news .con li{
	width: 656px;
	float: left;
	height: 125px;
	border-bottom: 1px #595757 dashed;
	display: flex;
    align-items:center;
}
.i_news .con a{
	display: block;
}
.i_news .con .sz{
	width: 55px;
	height: 55px;
	border:1px #595757 solid;
	border-radius: 50%;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
	color: #595757;
	margin-right: 24px;
}
.i_news .con .wz{
	width: 575px;
    font-size: 16px;
    line-height: 30px;
}
.i_news .con .wz p{
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.i_news .con .wz p:first-child{
	font-size: 24px;
}
.i_news .more{
	width: 156px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	display: block;
	background: #0f6fe2;
	font-size: 18px;
	margin-top: 40px;
	color: #fff;
}

.i_honor{
	width: 100%;
	padding-top: 2px;
	height: 705px;
	overflow: hidden;
}
.i_honor .tit{
	width: 100%;
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	background: url(../img/i_bg8.jpg) no-repeat center bottom;
}
.i_honor .con{
	margin: 108px auto 0;
	height: 553px;
	position: relative;
	overflow: hidden;
}
.i_honor .con .prev, .i_honor .con .next{
	width: 34px;
	height: 76px;
	display: block;
	position: absolute;
	top:166px;
}
.i_honor .con .prev{
	background: url(../img/arr2.png) no-repeat 0 0;
	left:2%;
}
.i_honor .con .next{
	background: url(../img/arr2.png) no-repeat -34px 0;
	right:2%;
}
.i_honor .con .bd{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.i_honor .con ul{
	overflow:hidden; 
	zoom:1;
}
.i_honor .con li{
	width: 300px;
	float: left;
	text-align: center;
	line-height: 144px;
	font-size: 16px;
	transition: all 200ms;
	cursor: pointer;
}
.i_honor .con li img{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.i_contact{
	height: 558px;
	padding-top: 120px;
	overflow: hidden;
}
.i_contact .lt{
	width: 620px;
}
.i_contact .tit{
	color: #0f6fe2;
	line-height: 48px;
	overflow: hidden;
}
.i_contact .tit p:first-child{
	font-size:36px;
}
.i_contact .tit p:last-child{
	font-size:48px;
	font-weight: 600;
}
.i_contact .contact-box{
	padding-top: 26px;
	font-size: 22px;
	line-height: 68px;
	overflow: hidden;
}
.i_contact .contact-box em{
	font-size: 22px;
}
.i_contact .i_form{
	width: 480px;
	overflow: hidden;
}
.i_contact .i_form .ipt1{
	width: 211px;
	float: left;
	height: 36px;
	line-height: 36px;
	border:1px #595757 solid;
	outline: none;
	margin-bottom: 24px;
	background: none;
	padding: 0 10px;
}
.i_contact .i_form .ipt1:nth-child(2n){
	float: right;
}
.i_contact .i_form .ipt2{
	width: 458px;
	float: left;
	height: 165px;
	border:1px #595757 solid;
	outline: none;
	margin-bottom: 24px;
	background: none;
	padding: 10px;
}
.i_contact .i_form .btn{
	width: 480px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #0f6fe2;
	border:none;
	outline: none;
	cursor: pointer;
}