/* 公共样式 */

*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: black;
}
li{
    cursor: pointer;
}
/*img{*/
/*    object-fit: cover;*/
/*}*/
/* 头样式 */
.header,.head-top{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background-color: #f8f8f8;
}
.head-top{
	width: 1200px;
	height: 150px;
}
.head-top p{
	line-height: 40px;
	float: left;
	color: #686868;
	font-size: 13px;
}
.head-top ul{
	margin-top: 15px;
	float: right;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}
.head-top li{
	width: 78px;
	height: 17px;
	text-align: right;
	margin-left: 20px;
	border-left: 1px #686868 solid;
	line-height: 17px;
	list-style: none;
}
.head-top a,.head-top li{
	color: #686868;
}
.head-top li:first-child{
	border-left: none;
}
.head-left{
	float: left;
	width: 700px;
	height: 110px;
}
.head-left img{
	float: left;
	margin-top: 10px;
	width: 90px;
	height: 90px;
}
.head-left span{
	display: inline-block;
	margin: 12px 10px;
}
.head-left em{
	font-size: 18px;
font-style: normal;
color: #023f6c;
}
.head-left p{
	font-size: 25px;
	font-weight: 700;
	color: #023f6c;
}
.head-left i{
	font-size: 15px;
	font-style: normal;
	color: #295379;
}
.head-right{
	float: right;
	width: 220px;
	height: 110px;
}
.head-right img{
	float: left;
	margin-top: 25px;
	width: 60px;
	height: 60px;
}
.head-right span{
	display: inline-block;
	margin: 30px 10px;
	font-size: 21px;
	color: #69696e;
	text-align: center;
}

/* 导航栏的样式 */
.section{
	width: 100%;
	height: 50px;
	background-color: #023f6c;
}
.section ul{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.section li{
	width: 120px;
	height: 50px;
	text-align: center;
	float: left;
	color: white;
	list-style: none;
	line-height: 50px;
	position: relative;
}

.section li:hover{
	background-color: #0d74bf;
}
.more{
	position: relative;
	z-index: 999;
	display: none;
	background-color: #023f6c;
}
.more div{
	width: 120px;
	min-height: 50px;
	max-height: 80px;
	border-top: 1px white solid;
	line-height: 40px;
}
.more div:hover{
	background-color: #0d74bf;
}
.check{
	padding: 0 12px;
	background-color: #9d000c;
	border-radius: 8px;
}
/* 顶部大图片的样式 */
.index-top{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.index-top img{
	width: 1200px;
	height: 100%;
	float: left;
	border: none;
}
.bigtitle{
	width: 100%;
	height: 65px;
	border-bottom:2px #178bc7 solid ;
	font-size: 22px;
	color: #178bc7;
}
.bigtitle span{
	float: left;
	margin: 20px 0 0 30px;
}
.bigtitle i{
	float: right;
	font-style: normal;
	font-size: 14px;
	color: gray;
	margin-top: 35px;
}
/* 分页器样式 */
#page {
			        margin: 20px auto;
			        color: #666;
			        display: block;
			        text-align: center;
			    }
			
			    #page li {
			        display: inline-block;
			        min-width: 30px;
			        height: 28px;
			        cursor: pointer;
			        color: #666;
			        font-size: 13px;
			        line-height: 28px;
			        background-color: #f9f9f9;
			        border: 1px solid #dce0e0;
			        text-align: center;
			        margin: 0 4px;
			        -webkit-appearance: none;
			        -moz-appearance: none;
			        appearance: none;
			    }
			
			    .xl-nextPage,
			    .xl-prevPage {
			        width: 60px;
			        color: #0073A9;
			        height: 28px;
			    }
			
			    #page li.xl-disabled {
			        opacity: .5;
			        cursor: no-drop;
			    }
			
			    #page li.xl-disabled:hover{
			      background-color: #f9f9f9 !important;
			        border: 1px solid #dce0e0 !important;
			      color: #666 !important;
			    }
			
			    #page li.xl-active {
			        background-color: #0073A9;
			        border-color: #0073A9;
			        color: #FFF
			    }
			
			    #page li:hover{
			      background-color: #0073A9 !important;
			        border-color: #0073A9;
			        color: #FFF
			    }
			
			     #page li.xl-jumpText {
			        background-color: rgba(0,0,0,0);
			      border-color: rgba(0,0,0,0);
			      opacity: 1;
			    }
			
			    #page li.xl-jumpText:hover{
			      background-color: rgba(0,0,0,0) !important;
			      border-color: rgba(0,0,0,0) !important;
			    }
			
			    #page li.xl-jumpButton{
			      padding: 0 5px;
			    }
			
			    #xlJumpNum {
			      width: 35px;
			      margin: 0 3px;
			    }
			    input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
			      -webkit-appearance: none !important;
			    }
			    input[type="number"]{
			      -moz-appearance:textfield;
			    }

/* 右侧固定栏样式 */
.left-fix{
    display: none;
}
/*.left-fix{*/
/*    display: none;*/
/*	position: fixed;*/
/*	right: 0;*/
/*	top:200px;*/
/*	width: 95px;*/
/*	height: 400px;*/
/*	background-color: #666666;*/
/*	z-index: 999999;*/
/*}*/
/*.left-fix li{*/
/*	width: 95px;*/
/*	list-style: none;*/
/*	height: 100px;*/
/*}*/
/*.left-fix li:hover{*/
/*	background-color: #292929;*/
/*}*/
.qrCode{
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	top:100px ;
	right: 95px;
}
#otherbox{
	display: none;
	position: fixed;
	right: 95px;
	top: 200px;
	z-index: 999;
	width: 200px;
	height: 100px;
	background-color: #666666;
}
#otherbox p{
	line-height: 45px;
	text-align: center;
	font-size: 23px;
	color: #FFFFFF;
}
.icon{
	position: relative;
	top: 20px;
	display: block;
	margin: 0 auto;
}
.icon1{
    width: 33px;
    height: 36px;
}
#right span{
	position: relative;
	top: 20px;
	color: #FFFFFF;
}
#right li{
	text-align: center;
}
/* 网页底部footer样式 */
.footer{
	float: left;
	width: 100%;
	height: 300px;
	background-color: #023F6C;
	color: #FFFFFF;
}
.foot-main{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #023F6C;
}
.foot-left{
	float: left;
	width: 780px;
	height: 100%;
}
.foot-left li {
	list-style: none;
	width: 105px;
	margin: 0 45px;
	height:220px;
	float: left;
	text-align: center;
}
.foot-left h3{
	margin-top: 45px;
	font-size: 20px;
}
.foot-left P{
	margin-top: 20px;
}
.foot-right{
	float: left;
	width: 380px;
	height: 100%;
	margin-left: 40px;
}
.foot-right li{
	float: left;
	width: 136px;
	margin: 30px 25px;
	list-style: none;
	text-align: center;
	font-size: 16px;
}
.foot-right img{
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}
.foot-bottom{
	width: 600px;
	height: 70px;
	margin: 10px auto;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
}

/* 页面上面的侧边选择栏 */
.main-left{
	float: left;
	width: 250px;
	height: 750px;
}
.main-left ul{
	width: 250px;
	height: 240px;
	margin-top: 30px;
}
.main-left li{
	height: 60px;
	line-height: 60px;
	list-style: none;
	font-size:15px ;
	text-align: left;
	padding-left: 18px;
	border-bottom:2px #178bc7 solid ;
	cursor: pointer;
.main-left li:hover{
	background-color: #3e98d3;
}

.

    