@charset "UTF-8";
/* CSS Document */

html, body {font-family: "微软雅黑"; color: #333; }
* { margin: 0; padding: 0; list-style: none; text-decoration: none;} 
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}
/* 头部 */
header{width: 100%;}
.layui-container {
    width: 85%;
    padding: 0;
}
.headerBox {
	position: relative;
	text-align: center;
}
.header-bg{
	background-color: #0172fd;
}
.mg160{
	margin-top: 8vw;
}
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: white;
	height: 8vw;
	max-height: 130px;
	
}
.topLeft{
	float: left;
	line-height: 6vw;
	width: 15%;
}
.logo{
	height: 5.5vw;
	max-width: none;
}
.topRight{
    float: right;
    color: #D2D2D3;
    font-size: 1vw;
	cursor: pointer;
}
.topRight1,.topRight2 {
    float: right;
    color: #FFF;
    font-size: 1vw;
    line-height: 4.5vw;
	cursor: pointer;
	margin-top: 1.8vw;
}
.topRight1 a {
    color: #fff;
}
.dropdownContent {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
	width: 200px;
	padding: 20px;
	border-radius: 10px;
	right: -30px;
}
.dropdownTop img{
	float: left;
	width: 80px;
	margin-right: 10px;
}
.dropdownTop{
	border-bottom: 1px solid #EBEBEB;
	overflow: hidden;
	padding-bottom: 10px;
}
.dropdownTop p{
	margin-top: 10px;
	font-size:1vw;
}
.dropdownTop p,.dropdownTop span{
	float: left;
	line-height: 30px;
	color: #222;
}
.dropdownContent a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	 display: block;
	text-align: left;
	line-height: 30px!important;
	font-size: 14px!important;
	color:#333!important;
 }
.dropdownContent a::after {
	display: none!important;
 }
.dropdownContent a:hover {
	background-color: #f1f1f1;
	color:#333!important;
}
.topRight2:hover .dropdownContent {
	display: block;
}
.aWhite{
	margin-right: 10px;
}


.clear {
    clear: both;
}

.headerNav{
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 64%;
	float: left;
}

.hover{
	color: #fff;
	font-weight: bold;
	text-decoration-color: red;
	    text-decoration-thickness: 3px
}
.navbar_nav li .hover::after {
	content: "";
	position: absolute;
	width: 100%!important;
	height: 2px;
	background-color: #fff;
	opacity: 0.5;
	bottom: 2px;
	left: 0;
}
.headnav{
	width: 100%;
}
.navbar_nav{
	margin-left: 24%;
}
.navbar_nav li{
	float:left;
	position: relative;
	display: block;
	
}
.navbar_nav li a{
	text-decoration: none;
	display: block;
	line-height: 4.5vw;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 1vw;
	color: #fff;
	padding: 0 30px;
	margin-top: 1.8vw;
}

.navbar_nav li a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #fff;
	bottom: 2px;
	opacity: 0.5;
	left: 0;
}
.navbar_nav li a:hover::after {
	width: 100%;
}
.navbar_nav li a.active::after {
	width: 100%;
}

.navbar_nav li:hover a,
.navbar_nav li.active a {
	color: #FFF;
	font-weight: bold;
}
.headerImg{
	position: absolute;
	top: 12vw;
	left: 0;
	width: 100%;
	color: white;
	font-size: 20px;
	height: 100px;
}
.headsstitle{
	position: absolute;
	top: 10vw;
	width: 100%;
	color: white;
	font-size: 1.4vw;
}2
.m_nav{
display:none;
}

#navToggle{
	z-index: 999;
	display:none;
}
.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 999999;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}

.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.article1 p{background-color: #FAFAFA;
    padding: 10px;
    line-height: 20px;
    border-left: 5px solid #44a7f1;
    font-size: 14px;}
.topLeftPh{
	display: none;
	
}
.logTit {
    background: #1261d8d9;
    line-height: 30px;
    height: 30px;
    color: #fff;
    display: block;
    width: 200px;
    margin: 60px auto;
    padding: 5px;
    border-radius: 30px;
    font-size: 18px;
    text-align: center;
}
.topIn {
	margin-top: 0!important;
}
.footerWarper2{
	display: none;
}
.infoTitx2{
display: none;
}
@media screen and (min-width: 1100px) and (max-width: 1300px){
	.logo{
		height: 6vw!important;
		margin-top: 0.5vw!important;
	}
	.navbar_nav li a{
		padding: 0 2vw!important;
		line-height: 5.5vw!important;
	}
	.topRight1,.topRight2 {
		line-height: 5.5vw!important;
	}
	.headerImg img{
		width: 45vw!important;
	}
}
@media screen and (min-width: 600px) and (max-width: 1100px){
	.logo{
		height: 6vw!important;
		margin-top: 1vw!important;
	}
	.navbar_nav li a{
		padding: 0 2vw!important;
		line-height: 6vw!important;
	}
	.topRight1,.topRight2 {
		line-height: 6vw!important;
	}
	.headerImg img{
		width: 45vw!important;
	}
}
@media screen and (min-width: 300px) and (max-width: 800px){
	.infoTitx2 {
		display: block!important;
	}
	.infoTitx1{
		display: none;
	}
	.infoL{
		display: none;
	}
}
@media screen and (min-width:400px) and (max-width: 599px){
	
	.header,.headerBox{
		height: 60px;
		width: 100%;
	}
	.layui-container{
		width: 95%!important;
	}
	.m_nav{
		display:block;
	}
	.topLeftPh a img{
		height: 50px!important;
	}
	#navToggle{
		display:block;
		position: absolute;
		padding: 9px 20px;
		margin-right: 1px;
		display: inline-block;
		float: right;
		top: 10px;
		right: -10px;
		width: 30px;
	}
	.mg160{
		margin-top: 0px!important;
	}
	.header-bg{
		background-color: #fff!important;
	}
	.topLeft{
		display: none;
	}
	.topLeftPh{
		display: block;
		float: left;
		line-height: 55px;
		width: 30%;
	}
	.topRight1,.headerNav,.bgWeb{
		display:none;
	}
	.containerMain {
		margin-top: 0!important;
		padding: 0 !important;
	}
	
	.layui-tab-brief{
		margin-top: 10px!important;
	}
	.LocalBox ul li{
		height: 30px!important;
		line-height: 30px!important;
	}
	.layui-tab-brief{
		padding: 10px 0;
		height: auto;
		height: 220px!important;
	}
	.topRight1, .topRight2{
		display: none!important;
	}
	.headerImg{
		display: none;
	}
	/*个人中心部分*/
	.infoTitx{
		font-size: 14px!important;
		padding-bottom: 10px!important;
	}
	.infoLtT{
		display: none!important;
	}
	.infoUl li{
		padding: 10px 0px!important;
	}
	.infoRiT p{
		font-size: 14px!important;
		line-height: 25px!important;
		width: 100%!important;
		height: auto!important;
	}
	.infoBox{
		font-size: 12px!important;
		padding: 30px 20px!important;
	}
	.layui-form-label{
		text-align: left;
		width: 50px!important;
	}
	.layui-form-item .layui-input-inline{
		margin: 0 0 10px 20px!important;
	}
	.layui-input, .layui-textarea{
		width: 210px!important;
	}
}	
@media screen and (min-width:300px) and (max-width: 399px){
	
	.header,.headerBox{
		height: 60px;
		width: 100%;
	}
	.layui-container{
		width: 100%!important;
	}
	.m_nav{
		display:block;
	}
	.topLeftPh a img{
		height: 50px!important;
	}
	#navToggle{
		display:block;
		position: absolute;
		padding: 9px 20px;
		margin-right: 1px;
		display: inline-block;
		float: right;
		top: 10px;
		right: 0px;
		width: 30px;
	}
	.mg160{
		margin-top: 0px!important;
	}
	.header-bg{
		background-color: #fff!important;
	}
	.topLeft{
		display: none;
	}
	.topLeftPh{
		display: block;
		float: left;
		line-height: 55px;
		width: 30%;
	}
	.topRight1,.headerNav,.bgWeb{
		display:none;
	}
	.containerMain {
		margin-top: 0!important;
		padding: 0 !important;
	}
	
	.layui-tab-brief{
		margin-top: 10px!important;
	}
	.LocalBox ul li{
		height: 30px!important;
		line-height: 30px!important;
	}
	.layui-tab-brief{
		padding: 10px 0;
		height: auto;
		height: 220px!important;
	}
	.topRight1, .topRight2{
		display: none!important;
	}
	.headerImg{
		display: none;
	}
	/*个人中心部分*/
	.infoTitx{
		font-size: 14px!important;
		padding-bottom: 10px!important;
	}
	.infoLtT{
		display: none!important;
	}
	.infoUl li{
		padding: 10px 0px!important;
	}
	.infoRiT p{
		font-size: 14px!important;
		line-height: 25px!important;
		width: 100%!important;
		height: auto!important;
	}
	.infoBox{
		font-size: 12px!important;
		padding: 30px 20px!important;
	}
	.layui-form-label{
		text-align: left;
		width: 50px!important;
	}
	.layui-form-item .layui-input-inline{
		margin: 0 0 10px 20px!important;
	}
	.layui-input, .layui-textarea{
		width: 210px!important;
	}
}	














































































