html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	font-weight:normal;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ol,ul,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align:middle;
}
/* custom */
a {
	outline:none;
	color:#16418a;
	text-decoration:none;
	-webkit-backface-visibility:hidden;
	cursor: pointer;
}
a:focus {
	outline:none;
}
input:focus,select:focus,textarea:focus {
	outline:-webkit-focus-ring-color auto 0;
}

.w1200{
	width: 1200px;
	margin: 0 auto;
}
#header{ display: flex; flex-direction: row; justify-content: space-between; padding: 26px 0; }
#header .logo{
	width: 618px; height: 68px;
}
#header .right{ display: flex; flex-direction: row; align-items: center; }
#header .mobile-icon{
	width: 40px; height: 40px;
}
#header .mobile{ font-size: 32px;}


.top-menu{
	position: relative;
}
.menu-box{
	position: absolute;
	left: 0; right: 0; top: 0;
	z-index: 11111;
	height: 64px;
	background-color: rgba(0,0,0,.1);
}
.menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 64px;
}
.menu a{
	color: #FFFFFF; font-weight: bold; font-size: 18px;
}
.menu a:hover{
	color: #3D7AFF;
}
.top-banner{
	position:relative; left:50%; margin-left:-960px; width:1920px; display: block;
}


.footer{
	background-color: #3D7AFF; height: 160px; text-align: center; line-height: 2;
	display: flex; flex-direction: row; align-items: center; justify-content: center; color: #FFFFFF; font-size: 16px;
}

.sub-main{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sub-main .menu-right{  
	flex-direction: row;
	width: 890px;
}
.sub-main .sub-main-public-title{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex: 1;
	margin: 32px 0;
}
.sub-main .sub-main-public-title h3{
	font-size: 20px; font-weight: bold;
}

.main-menu-box{ width: 270px; background-color: #E7F1FF; }
.main-menu-box h1{
	font-size: 20px; color: #FFFFFF; background-color: #3D7AFF; text-align: center; padding: 32px 0; line-height: 2;
}
.dominate{
	display: flex; flex-direction: column;
}

.menu-item > a{
	margin: 0 32px;
	padding: 0 20px;
	border-bottom: #999999 dashed 1px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 82px;
	position: relative;
}
.menu-item:nth-last-of-type(1) a{
	border-bottom: none;
}
.menu-item > a.on:after,.menu-item > a:hover:after{
	content:'';
	width: 6px;
	height: 20px;
	background-color: #3D7AFF;
	border-radius: 3px;
	position: absolute;
	left: 0; 
}
.menu-item > a.on,.menu-item > a:hover{
	font-weight: bold;
}
.menu-item:nth-last-of-type(1){
	border-bottom: none;
}
.menu-item > a{
	font-size: 20px;
	color:#010101;
}

.sub-menu {
	border-bottom: #999999 dashed 1px;
	margin: 0 32px;
}
.sub-menu li{
	display: flex;
	flex-direction: row;
	margin: 30px 0;
	font-size: 16px;
}
.sub-menu li a{
	color: #000000;
	padding: 0 30px;
}
.sub-menu li a.on,.sub-menu li a:hover{
	font-weight: bold;
	color: #3D7AFF;
	position: relative;
}
.sub-menu li a.on:after,.sub-menu li a:hover:after{
	content:'';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #3D7AFF;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 12px;
	top: 7px;
}

.clamp1{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.clamp2{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.clamp3{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
