
.i1-header{
	border-top:3px solid #00579e;
	background:#fff;
	overflow: hidden;
}
.i1-header .center{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.i1-header .item{
	float:left;
}
.i1-header .logo{

	height: 113px;
	overflow:hidden;
	padding:20px 0 10px 0;
}
.i1-header .logo img{
    position: relative;
    top:20px;
}

.i1-header .title{
	border-left:1px solid #ccc;
	padding-left:15px;
	margin-top: 55px;
}
.i1-header .title h1{
	font-weight:normal;
	font-size:32px;
	padding-bottom:4px;
	color:#000;
}
.i1-header .title p{
	font-size:32px;
	color:#333;
	letter-spacing:1px;
}
.i1-header .link{
	padding-top:63px;
	float:right;
}
.i1-header .link a{
	display:block;
	width:51px;
	height:51px;
	float:left;
	background:#00579e;
	border-radius:30px;
	overflow:hidden;
	margin:5px 10px;
	color:#fff;
	text-align:center;
	line-height:51px;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
}
.i1-header .link a:hover{
	background:#1885df;
}
.i1-header .link a span{
	font-size:28px;
}

.i1-header .link .text{
	float:left;
	margin-left:4px;
	position: relative;
	top:-20px;
}
.i1-header .link .text .p1{
	color:#666;
	font-size:16px;
}
.i1-header .link .text .p2{
	color:#00579e;
	font-size:21px;
	font-weight:700;

}
.i1-header .language{
	position:absolute;
	top:0;
	right:0px;
	width:186px;
	height:30px;
	background:url(/block/i1/header/img/language_cn.png)no-repeat;
}
.i1-header .language a{
	display:block;
	float:left;
	width:50%;
	height:30px;
}
.i1-header .language .cn:hover{
	background:url(/block/i1/header/img/language_cn.png)no-repeat;
}
.i1-header .language .en:hover{
	background:url(/block/i1/header/img/language_en.png)no-repeat center right;
}
.i1-header .nav{
	background: -webkit-linear-gradient(#1a86e1,#006ec7); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#1a86e1,#006ec7);  /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#1a86e1,#006ec7); /* Firefox 3.6-15 */
    background: linear-gradient(#1a86e1,#006ec7); /* 标准语法*/
	height:52px;
	
}
.i1-header .nav ul{
	width:1200px;
	margin:0 auto;
}
.i1-header .nav ul li{
	float:left;
	position:relative;
	overflow:hidden;
}
.i1-header .nav ul li a{
	display:block;
	color:#fff;
	height:52px;
	line-height:52px;
	padding:0 20px;
	font-size:15px;
	position:relative;
	z-index:99999;
}
.i1-header .nav ul li a.active{
	background: -webkit-linear-gradient(#f0242d,#e51922); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#f0242d,#e51922);  /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#f0242d,#e51922); /* Firefox 3.6-15 */
    background: linear-gradient(#f0242d,#e51922); /* 标准语法*/
}

.i1-header .nav ul li:before{
	content:'';
	display:block;
	position:absolute;
	top:52px;
	width:100%;
	height:52px;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
	background: -webkit-linear-gradient(#f0242d,#e51922); /* Safari 5.1-6.0 */
	background: -o-linear-gradient(#f0242d,#e51922);  /* Opera 11.1-12.0 */
	background: -moz-linear-gradient(#f0242d,#e51922); /* Firefox 3.6-15 */
	background: linear-gradient(#f0242d,#e51922); /* 标准语法*/
}

.i1-header .nav ul li:hover:before{
	top:0px;
}





#i1-banner{
	width:100%;
	position:relative;
	overflow:hidden;
}
#i1-banner .swiper-slide img{
	max-width:100%;
	display:block;
}
#i1-banner .pagination-banner{
	position:absolute;
	z-index:999;
	bottom:24px;
	text-align:center;
	width:100%;
	text-align:center;
	height:0px;
	line-height:0px;
}
#i1-banner .pagination-banner span{
	display:inline-block;
	width:50px;
	height:3px;
	background:#fff;
	margin:0 8px;
	opacity:0.8;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
	cursor:pointer;
}
#i1-banner .pagination-banner .swiper-active-switch{
	background:#006ec7;
	opacity:1;
}
#i1-banner .arrow{
	position:absolute;
	top:50%;
	background:#000;
	width:30px;
	height:70px;
	line-height:70px;
	margin-top:-35px;
	text-align:center;
	opacity:1;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
	cursor:pointer;
}
#i1-banner .arrow:hover{
	opacity:0.9 !important;
}
#i1-banner .arrow span{
	font-size:30px;
	color:#fff;
}
#i1-banner .arrow-left{
	left:-30px;
	z-index:9999;
	border-radius:5px 0 0 5px;
}

#i1-banner .arrow-right{
	top:50%;
	right:-30px;
	border-radius:0 5px 5px 0;
	z-index:9999;
}

#i1-banner:hover .arrow-left{
	left:10px;
	opacity:0.6;
}
#i1-banner:hover .arrow-right{
	right:10px;
	opacity:0.6;
}



#i1-product{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
#i1-product .title{
	padding:40px 0;
}
#i1-product .title h3{
	font-size:32px;
	text-align:center;
}
#i1-product .title h3 strong{
	color:#016cc4;
}
#i1-product .title p{
	text-align:center;
	font-size:18px;
	letter-spacing:3px;
	padding-top:5px;
}

#i1-product .left{
	width:285px;
	height:500px;
	background:#2784d2;
	float:left;
}
#i1-product .left .top{
	background: -webkit-linear-gradient(#0179da,#006cc6); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#0179da,#006cc6);  /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#0179da,#006cc6); /* Firefox 3.6-15 */
    background: linear-gradient(#0179da,#006cc6); /* 标准语法*/
	border-bottom:1px solid #0768b9;
	overflow:hidden;
}
#i1-product .left .top .icon{
	color:#fff;
	float:left;
	height:84px;
	line-height:90px;
	padding:0 10px 0 30px;
}
#i1-product .left .top .icon span{
	font-size:32px;
}
#i1-product .left .top .text{
	float:left;
	padding-top:20px;
}
#i1-product .left .top .text .p1{
	font-size:26px;
	color:#fff;
	font-weight:700;
}
#i1-product .left .top .text .p2{
	font-size:13px;
	color:#89bee8;
	letter-spacing:2px;
}
#i1-product .lead ul{
	
}
#i1-product .lead ul li{
	border-bottom:1px solid #4b94d0;
}
#i1-product .lead ul li a{
	color:#fff;
	display:block;
	height:55px;
	line-height:55px;
	font-size:14px;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
}
#i1-product .lead ul li a .iconfont{
	padding:0 10px 0 38px;
}
#i1-product .lead ul li a:hover{
	background:#f0242d;
	color:#fff;
}

#i1-product .right{
	float:right;
	width:900px;
	height:498px;
	overflow:hidden;
	position:relative;
}
#i1-product .pagination-product{
	position:absolute;
	z-index:999;
	bottom:24px;
	text-align:center;
	background:red;
	width:100%;
	text-align:center;
	height:0px;
	line-height:0px;
	z-index:9999;
	background:red;
}
#i1-product .pagination-product span{
	display:inline-block;
	width:50px;
	height:3px;
	background:#fff;
	margin:0 8px;
	opacity:0.8;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
	cursor:pointer;
}
#i1-product .pagination-product .swiper-active-switch{
	background:#006ec7;
	opacity:1;
}






#i1-company{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
#i1-company .title{
	padding:40px 0;
}
#i1-company .title h3{
	font-size:32px;
	text-align:center;
}
#i1-company .title h3 strong{
	color:#016cc4;
}
#i1-company .title p{
	text-align:center;
	font-size:18px;
	letter-spacing:3px;
	padding-top:5px;
}
#i1-company .imglist{
	display: flex;
}
#i1-company .imglist .item{
	width:100%;
	height:450px;
	background:#b7cbfe;
	position:relative;
	overflow:hidden;
}
#i1-company .imglist .i2{
	margin:0 6px;
}
#i1-company .imglist .item:hover .text{
	top:0px;
}

#i1-company .imglist .text{
	position:absolute;
	top:450px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding:35px 15px 15px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	height:100%;
	transition: 0.3s;
	-moz-transition: 0.3s;	
	-webkit-transition: 0.3s;	
	-o-transition: 0.3s;
}
#i1-company .imglist .text h2{
	text-align:center;
	line-height:50px;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
#i1-company .imglist .text a{
	display:inline-block;
	color:#fff;
	border:1px solid #999;
	padding:5px 10px;
	margin-top:15px;
}
#i1-company .imglist .text a:hover{
	background:rgba(255,255,255,0.3);
}




#i1-service{
	margin:0 auto;
	overflow:hidden;
	background:#f5f5f5;
	margin-top:40px;
	padding:15px;
}
#i1-service .title{
	padding:40px 0;
}
#i1-service .title h3{
	font-size:32px;
	text-align:center;
}
#i1-service .title h3 strong{
	color:#016cc4;
}
#i1-service .title p{
	text-align:center;
	font-size:18px;
	letter-spacing:3px;
	padding-top:5px;
}

#i1-service .row{
	overflow:hidden;
	display:flex; 
}
#i1-service .item{
	overflow:hidden;
	width:50%;
	box-sizing: border-box;
}
#i1-service .item img{
	max-width:100%;
	display:block;
	margin:0 auto;
	 transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
#i1-service .row:hover img{
	transform:scale(1.05); 
}
#i1-service .text{
	padding:25px;
}
#i1-service .text .num{
	font-size:68px;
	color:#ddd;
	font-weight:bold;
}
#i1-service .text h3{
	font-size:32px;
	font-weight:normal;
	margin:5px 0 10px 0;
}
#i1-service .text h3 strong{
	color:#016cc4;
}
#i1-service .text p{
	font-size:15px;
	line-height:24px;
}


#i1-customer{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
#i1-customer .title{
	padding:40px 0;
}
#i1-customer .title h3{
	font-size:32px;
	text-align:center;
}
#i1-customer .title h3 strong{
	color:#016cc4;
}
#i1-customer .title p{
	text-align:center;
	font-size:18px;
	letter-spacing:3px;
	padding-top:5px;
}
#i1-customer .img_list{
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	overflow:hidden;
}
#i1-customer .item{
	width:199px;
	float:left;
	height:120px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
#i1-customer .item img{
	display:block;
	max-width:100%;
}



#i1-news{
	width:1260px;
	margin:0 auto;
	margin-bottom:45px;
}
#i1-news .title{
	padding:40px 0 30px 0;
}
#i1-news .title h3{
	font-size:32px;
	text-align:center;
}
#i1-news .title h3 strong{
	color:#016cc4;
}
#i1-news .title p{
	text-align:center;
	font-size:18px;
	letter-spacing:3px;
	padding-top:5px;
}
#i1-news .new_list{
	position:relative;
}
#i1-news .swiper-container-news{
	overflow:hidden;
}
#i1-news .new_list .swiper-slide{
	height:300px;
}
#i1-news .new_list .swiper-slide:hover .item{
	background:#f5f5f5;
}
#i1-news .new_list .swiper-slide .item{
	margin:0 20px;
	padding:10px;
}
#i1-news .new_list .swiper-slide .item .img_box{
	width:100%;
	height:140px;
}
#i1-news .new_list .swiper-slide h2{
	font-weight:normal;
	font-size:18px;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
	margin:10px 0;
	position:relative;
	color:#000;
} 
#i1-news .new_list .swiper-slide h2:before{
	content:'';
	display:block;
	width:10px;
	height:10px;
	border-radius:5px;
	background:#016cc4;
	position:absolute;
	left:0px;
	top:8px;
}
#i1-news .new_list .swiper-slide h2 .icon{
	padding:10px;
}
#i1-news .new_list .swiper-slide p{
	font-size:14px;
	line-height:24px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
#i1-news .arrow{
	position:absolute;
	top:100px;
	width:30px;
	height:70px;
	line-height:70px;
	margin-top:0px;
	text-align:center;
	opacity:0.5;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
	cursor:pointer;
}
#i1-news .arrow span{
	font-size:46px;
	color:#666;
}
#i1-news .arrow-left{
	left:-17px;
	z-index:9999;
	border-radius:5px 0 0 5px;
}

#i1-news .arrow-right{
	right:0px;
	border-radius:0 5px 5px 0;
	z-index:9999;
}

#i1-news:hover .arrow-left{
	left:-27px;
	opacity:1;
}
#i1-news:hover .arrow-right{
	right:-10px;
	opacity:1;
}










#i1-footer{
	background:#016cc4;
	padding:30px 0 20px  0;
	overflow:hidden;
}
#i1-footer .center{
	width:1200px;
	margin:0 auto;
	border-bottom: 1px solid #3fcfff;
	overflow: hidden;
	padding-bottom: 15px;
}
#i1-footer .f_logo{
	float:left;
	overflow: hidden;
	width:220px;
	border-radius: 8px;
	margin-top:50px;
}
#i1-footer .f_logo img{
	max-width: 100%;
	display: block;
}
#i1-footer .address{
	float:left;
	padding-left:100px;
	margin-top:15px;
}
#i1-footer .address p{
	color: #fff;
	line-height: 24px;
	color:#fff;
}
#i1-footer .wx{
	float:right;
}
#i1-footer .wx img{
	width:120px;
}
#i1-footer .wx p{
	color: #fff;
	text-align: center;
}
#i1-footer .sp{
	text-align: center;
	color:#fff;
	padding-top:15px;
}
#i1-footer .sp a{
	color:#fff;
}
/* 右侧县浮导行 */
#rightBar{
	position:fixed;
	bottom:300px;
	right:0px;
	z-index:99999;
}
#rightBar .item{
	width:45px;
	height:45px;
	margin-bottom:3px;
	background:#fff;
	cursor:pointer;
	position:relative;
	transition: 0.2s;
	-moz-transition: 0.2s;	
	-webkit-transition: 0.2s;	
	-o-transition: 0.2s;
}
#rightBar .item:hover{
	background-color:#ff4d1d;
}
#rightBar .item:hover .item_main{
	display:block;
}
#rightBar .item .box{
	width:200px;
	position:absolute;
	left:-200px;
}
#rightBar .item .item_main{
	margin:0 10px;
	padding:10px;
	border:1px solid #eee;
	border-radius:3px;
	min-height:45px;
	background:#fff;
	position:relative;
	box-shadow:0 0 10px #eee;
	display:none;
}

#rightBar .qq{
	background:#353535 url(/block/i1/footer/img/floatBar.png)no-repeat;
	background-position:0 0;
}


#rightBar .phone{
	background:#353535 url(/block/i1/footer/img/floatBar.png)no-repeat;
	background-position:0 -45px;
}
#rightBar .view{
	background:#353535 url(/block/i1/footer/img/floatBar.png)no-repeat;
	background-position:0 -90px;
}
#rightBar .goTop{
	background:#353535 url(/block/i1/footer/img/floatBar.png)no-repeat;
	background-position:0 -135px;
	display:none;
}

#rightBar .qq .qq_icon{
	display:block;
	background:#f1f1f3;
	width:45px;
	height:45px;
	border-radius:23px;
	float:left;
	margin-right:10px;
	position:relative;
	overflow:hidden;
}
#rightBar .qq .qq_icon img{
	position:absolute;
	left:6px;
	top:13px;
}
#rightBar .qq a{
	float:left;
	display:block;
	height:45px;
	line-height:45px;
}
#rightBar .item_main img{
	position:absolute;
	right:-8px;
	top:18px;
}

#rightBar .phone p{
	font-size:18px;
	text-indent:15px;
}
#rightBar .view a{
	display:block;
	text-align:center;
	line-height:45px;
}

