@charset "utf-8";
body{
	padding:0;
	margin:0;
	font-size:16px;
	background:#FFF;
	font-family:'Microsoft Yahei';
}
a{
	color:#333;
	text-decoration:none;
}
ul,li,p{
	padding:0;
	margin:0;
}
li{
	list-style:none;
}
#header{
	width:100%;
	margin: 0 auto;
	padding:3% 0;
	position:relative;
    min-height: 50px;
	background: url(../images/tophead-bg.jpg) right bottom no-repeat #18398A;
}


.container{
	max-width:1360px;
	margin: 0 auto;
	overflow: hidden;
	width: calc(100% - 40px);
	
}
.hamburger {
	display: none;
	position:absolute;
	top: 40%;
	right: 20px;
}
.bar {
	display: block;width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	background-color: #FFF;
}
.nav{
	background:#18398A;
	height:60px;
	line-height:60px;
	font-size:18px;
	text-align:center;	
}
.nav a{
	color:#FFF;
	font-weight:600;
	padding:0 30px;
	white-space: nowrap;
}
.menu, .submenu {  
    list-style: none;  
    padding: 0;  
    margin: 0;  
}  
  
.menu li {  
    position: relative;  
    display: inline-block;  
}  
.menu li:hover{
	    background-color: #356CDD;
}
.menu li a {  
    display: block;  
    text-decoration: none;  
    color: #FFF;  
}  
  
/* 隐藏二级菜单 */  
.submenu {  
    display: none;  
    position: absolute;  
    top: 100%; /* 在父元素底部显示 */  
    left: 0;  
    z-index: 1; /* 确保二级菜单在内容之上 */
    background-color: #356CDD;  
    min-width: 150px;
}  
  
.submenu li:hover {    
    background-color: #4F7EE1;
} 
/* 二级菜单项样式 */  
.submenu li {  
    position: relative; /* 允许二级菜单项有自己的子菜单 */ 
    width: -webkit-fill-available; 
    border-bottom:1px solid rgba(255,255,255,0.1) ;
}    
/* 二级菜单项样式 */  
.submenu li a {   
    color:#FFF;
    display: block;  
    white-space: nowrap;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.nav ul li.dropmenu span{
	display:none;
}
#main{
	overflow:hidden;
}
.index-gray{
	background-color: #f8f8f8;
	padding:30px 0;
	margin:20px 0;
}
.col{
	float:left;
	margin:1%;
	position:relative;
	}
.col2{
	float:left;
	margin:1%;
	height:290px;
	position:relative;
	}
.col_5{
	width:48%;	
}

.col_3{
	width:31.3%;
}

.col_4{
	width:18%;	
}
.col_7{
	width:64.7%;
}
.col_8{
	width:78%;	
}
.col_10{
	width:98%;	
	margin:1%;
}
.clear{
	clear:both;
}
.frontbannersection
{
	height: 50vh;
	min-height: 410px;
	width: 100%;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.frontbannerwrapper {
    width: 100%;
	height:100%;
    position: absolute;
    top: 0;
}
.frontbanner {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.frontbanner ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: scroll 10s linear infinite;
}
.frontbanner ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.frontbanner ul li.active {
    opacity: 1;
}
.slogan {
    position: relative;
    height: 300px;
    font-size: 18px;
}
.slogan .stext h4 {
    font-size: 3em;
	font-family: serif;
	margin-bottom:20px
}
.slogan .stext {
    bottom: 50%;
}
.slogan .stext {
    position: absolute;
    bottom: 30%;
    width: 100%;
    text-align: center;
    color: #FFF;
}
.slogan .links {
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 1;
}
.slogan .links .link{
	display: inline-block;
	margin: 10px;
}
.slogan .links a img{
	width: 28px;
	margin-right:10px
}
.slogan .links a {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
	align-items: center;
	color:#FFF;
    border-radius: 5px;
	padding:10px 20px;
}
h3{
	padding:10px 0px 15px;
	position:relative;
	font-size:20px;
	font-weight:600;
	color:#18398A;
	margin-bottom:10px;
}
h3:after{
	position: absolute;
	content:"";
	left:0;
	bottom:0;
	width:40px;
	height:4px;
	background-color: #18398A;
}
.topic{
	text-align: center;
	font-size:2em;
	background-color: #f8f8f8;
	padding:30px;
	position: relative;
	z-index: 10;
	color: #18398A;
}
.topic strong{
	color: #101010;
}
.textinfo{
	line-height: 200%;
	padding:10px 0 20px 0;
}
.more a{
	color:#999;
	font-size:14px;
	position:absolute;
	right:5px;
	top:35px;
}
.list li{
	padding:8px 5px;
	overflow:hidden;
}
.lists li{
	padding:10px 5px;
	overflow:hidden;
	border-bottom:1px solid #ECECEC;
}
.banner{
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center center;
	background-size:cover;
	height:300px;
}
.time{
	float:right;
	color:#999;
}
.content{
	padding:40px;
}
.submitted{
	font-size:14px;
	text-align:center;
	padding:20px 0;
	color:#666;
	border-top:1px #ccc dotted;
}
h1{
	font-size:2rem;
	font-weight:600;
	text-align:center;
	padding:0;
	margin:20px 0 20px 0;
	color:#18398A;
}

h2{
	font-size:1.6rem;
	font-weight:500;
	text-align:center;
	padding:0;
	margin:0 0 20px 0;
}
.channel {
	padding:0 0px;
	margin-top:20px;
}
.channel h2{
	background-color: #18398A;
	padding:20px 0;
	color:#FFF;
}
.channel p{
	padding:20px;
	border-bottom:1px solid #f8f8f8;
}
.loca{
	border-bottom:1px solid #ECECEC;
}
.location{
	width:1280px;
	margin:0 auto;
	font-size:14px;
	padding:20px;
	text-align:left;
	color:#999;	
}
.location a{
	color:#666;
}
.cont{
	padding:10px 30px 20px 30px;
	line-height:200%;
	font-size:16px;
}
.links{
	margin-top:30px;
	text-align:center;
}
.links a{
	color:#18398A;
}
#footer{
	font-size:14px;
	padding:20px;
	border-top:1px solid #ECECEC;
	text-align:center;
	color:#999;
}
#colee_l {
	padding: 10px; width: 30px; color: rgb(204, 51, 0); font-family: SimHei, Arial, Helvetica, sans-serif; font-size: 18px; float: left;
}
#colee_left {
	width: 100%; overflow: hidden;  float: left;
}
#colee_left table {
	border: 0px currentColor; border-image: none; cellpadding: 0; cellspacing: 0;
}
#colee_left1 {
	border: 0px currentColor; border-image: none; cellpadding: 2px; cellspacing: 0;
}
#colee_left img {
	padding: 0; border: 0px currentColor; border-image: none;
}
@media(min-width:992px){
	/* 当鼠标悬停在主菜单项上时显示二级菜单 */
.menu li:hover .submenu,.submenu li {  
	    display: block;  
	    width: 100%;
	    
	} 
	    .slogan .links {
        text-align: center;
        margin-top: 10px;
    }
}
/************************ mobile fix *****/
@media(max-width:991px){
	.logo{
		display: flex;
        justify-content: space-between;
	}
	    #header img {
        max-width: max-content;
        width: calc(100% - 55px);
    }
	.nav{
	position: fixed;
	right:-100%;
	top: 90px;
	flex-direction:column;
	width: 100%;
	text-align: left;
	transition:0.3s;
	height:auto;
	z-index: 10;
	font-size:16px;
	line-height: 30px;
	}
	.nav a{ 
		font-weight: normal;
		padding:10px 20px;
		}
	.nav.active{
		right:0;
	}
	.nav ul li{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		height: auto;
		overflow: hidden;
		transition: all 0.8s ease;
	}
	.nav ul li.dropmenu span{
		display: flex;
		    width: 40px;
		    font-size: 20px;
		    font-weight: bold;
		    color: #FFF;
		    float: right;
		    height: 50px;
		    align-items: center;
	}
	.nav ul li.dropmenu span:after{
		color:#FFF;
		font-wize:20px;
		content:"+";
	}
	.nav ul li.dropmenu.is-open .submenu{
		display:block;
	}
	.nav ul li.dropmenu.is-open span:after{
		content:"-";
		font-size: 34px;
	}
	.submenu {
	  position: initial; 
	  z-index: 1;
	  background-color: #356CDD;
	  min-width: 150px;
	}
	.submenu li{
		float:left;
		border-bottom: 0 !important;
        width: auto;
	}
	.submenu li a{
			font-size:14px;
			padding-top: 0;
	}
	.hamburger {
	display: block;
	cursor: pointer:
}
.channel{
	display: none;
}
.hamburger.active .bar:nth-child(2){opacity:0;}
.hamburger.active .bar:nth-child(1){transform: translateY(8px)rotate(45deg);}
.hamburger.active .bar:nth-child(3){transform:translateY(-8px)rotate(-45deg);}
.col,.col2 {
  margin: 0 auto;
  float: none;
  width: 100% !important;
  height:auto;
overflow: hidden;
}
.cont {
    padding: 10px 10px 20px 10px;
}
.cont img {
    width: 100%;
    height: auto;
}
.content {
    padding: 0px;
}
.banner { 
aspect-ratio: 10 / 2;
height:auto;
}
}