
.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;
}



body{
	background:#f5f5f5;
}
#main{
	width:1200px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
}
/* 侧栏 */
#left{
	background:#fff;
	width:270px;
	padding: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	float:right;
}
#leftNav ul li:first-child{
	margin:0;
}
#leftNav ul li{
	margin-top: 6px;
}
#leftNav ul li a{
	display: block;
    font-size: 16px;
    padding: 8px 12px;
    background:#f5f5f5;
    border-radius: 3px;
}
#leftNav ul li a.active{
	background: #0065ef;
    color: #fff;
}
#leftNav ul li a:hover{
	background: #0065ef;
	color:#fff;
}

/* 为您推荐 */
#rec{
	padding-top:20px;
}
#rec strong{
	font-size:16px;
	line-height:36px;
	padding:10px 0;
	font-weight:500;
	color: #555555;
}
#rec ul{
	border:1px solid #f0f2f5;
	border-bottom:none;
	border-radius:3px;
	overflow:hidden;
}
#rec ul li{
	border-bottom: 1px solid #f0f2f5;
}
#rec ul li a{
	display:block;
	padding:7px 10px;
	line-height:18px;
	font-size:13px;
	color:#555555;
}
#rec ul li a:hover{
	color:#62a8ea;
}

/* 列表 */
#right{
	width:910px;
	float:left;
	background:#fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 30px;
}
#list ul li:first-child{
    padding-top: 0;
}
#list ul li{
	display:block;
	padding: 15px 0;
	overflow:hidden;
}
#list ul li .main{
	display:flex;
}
#list ul li .imgbox{
	width:170px;
	height:100px;
	margin-right:15px;
}
#list ul li .imgbox img{
	width:170px;
	height:100px;
	display:block;
}
#list ul li h2{
	margin: 0 0 20px;
    font-size: 22px;
}
#list ul li h2 a{
	color:#333;
    position: relative;
}
#list ul li h2 a:hover{
	color:#62a8ea;
}
#list ul li .desc{
	color: #666;
    margin-bottom: 10px;
    font-size: 13px;
}
#list ul li .bottom{
	display:inline-block;
    font-size: 16px;
    color: #00a8ff;
	width:180px;
	padding:10px 0 20px 0;
	border-bottom:1px solid #ccc;
	transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
#list ul li .bottom span{
	margin-right:20px;
}
#list ul li .bottom span .hit{
	margin-left:5px;
}
#list ul li .bottom span .iconfont{
	font-size:18px;
}
#list ul li:hover .bottom{
	width:100%;
}


/* 分页 */
#page{
	padding:10px 0;
	clear:both;
	width:100%;
	border-radius:3px;
}
#page ul{
	float:left;
}
#page ul li{
	display:inline-block;
	width:34px;
	height:32px;
	border:1px solid #eaeaea;
	font-size:14px;
	background:#fff;
	cursor:pointer;
	text-align:center;
	margin:0 2px;
	color:#333;
}
#page ul li.active{
	color:#fff;
	background:#2d59f0;
}
#page ul li:hover{
	background:#f7f7f7;
}
#page ul li.active:hover{
	background:#2d59f0;
}

#page ul li:first-child{
	border-left:1px solid #e4eaec;
}
#page ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:32px;
	color:#333;
}
#page ul li span{
	display:block;
	width:100%;
	height:100%;
	line-height:32px;
}
#page .nowPage{
	float:left;
	background:#fff;
	display:block;
	height:32px;
	padding:0 10px;
	line-height:32px;
	border:1px solid #eaeaea;
	color:#333;
	margin-left:5px;
}
#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;
}

