.top{font-size: 16px;padding-left: 2%;}
.pm-pic{
    padding: 0 2%;
}
.pm-title{
    margin-top: 15px;
}
.pm-title h1{
    font-size: 18px;
    text-align: center;
}
.pm-title span{
    margin: 10px 0;
    display: block;
    text-align: center;
}
.pm-pic-l{
    text-align: center;
}
.pm-pic-l img{
    max-width: 100%;
}
.sx{
    margin-top: 6px;
}
.sx ul{}
.sx ul li{
float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-top: 1px solid #e4e4e4;
}
.titBlue{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background: #f7f7f7;
    padding-left: 10px;
    font-weight: bold;
}
.sx ul li span{width: 80px;float: left;text-align: center;background: #f1f1f1;margin-right: 2%;font-weight: bold;}
.newstext{
    font-size: 15px;
    line-height: 36px;
}
.pm-pic-r{}
.pm-pic-r ul{
    overflow: hidden;
}
.pm-pic-r ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 15px;
}
.pm-pic-r ul li img{
    height: 100px;
    width: 100%;
}
.pm-pic-r ul li span{
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
}
.pm-pic-r ul li:nth-child(3n+3){margin-right: 0%;}
.layui-layer{width: 100%!important;}


.userlogin{
    width: 100%;
    text-align: center;
}
.userlogin li{
    font-size: 16px;
}
.userimg{
    float: left;
    width: 100%;
    text-align: center;
}
.userimg i{
    font-size: 80px;
    color: #d6d6d6;
}
.logininput{
    margin: 15px 0;
    height: 50px;
    font-size: 15px;
}
.loginc{
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    width: 200px;
    margin-top: 15px;
    background-color: #d00408;
}
.layui-tab-content {
    padding: 10px;
}
.loginlist {
    width: 100%;
    padding: 0 0%;
    text-align: center;
}
.refresh{
    margin: 20px 0;
}
.refresh a{
    color: #e80000;
    font-weight: 600;
    font-size: 15px;

}
#login img{
    margin-right: 2px;
    margin-top: -2px;
}

.pmh-c{}
.pmh-c strong{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #ececec;
    padding: 0px 10px 0px 15px;
    font-size: 16px;
    width: 100%;
    display: block;
}
.pmh-c ul{
    overflow: hidden;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
}
.pmh-c ul li{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-top: 1px solid #e4e4e4;
}
.pmh-c ul li span{
    width: 70px;
    float: left;
    text-align: center;
    background: #f1f1f1;
    margin-right: 2%;
}
.pmh-c ul li:nth-child(2n+2) {
}









html, body{
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
ul{
	list-style:none;
}
.hide{
    display: none;
}
.lf{
	float: left;
}
.lr{
	float: right;
}
.red, .red a,.red a h5, .red a p{
    color:#FF0000 !important;
}
a {
    text-decoration: none;
    color: inherit;
}
.mr2 {
	margin-right: 1rem;
}
.ml2 {
	margin-left: 1rem;
}



.herder{
	position: fixed;
	z-index: 5;
	width: 100%;
}
.burger{
	position:absolute;
	z-index: 10;
	right:25px;
	top: 14px;
	cursor: pointer;
	transform: rotateY(0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger-patty{
	width:28px;
	height: 2px;
	margin: 0 0 4px 0;
	background: white;
	transition:all 0.4s cubic-bezier(0.23, 1, 0.23, 1);
}
.burger-patty:last-child{
	margin-bottom: 0;
}

.burger-close{
	transform: rotate(180deg);
}
.burger-close .burger-patty:nth-child(1){
    transform: rotate(45deg) translate(4px, 4px);
}
.burger-close .burger-patty:nth-child(2){
	opacity: 0;
}
.burger-close .burger-patty:nth-child(3){
	transform: rotate(-45deg) translate(4px, -4px);
}

.menu{
	position: fixed;
	top:0;
	width:100%;
	visibility: hidden;
	z-index: 9;
}
.menu-banner, .menu-list{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-self:center;
	float:left;
	width:50%;
	height:100vh;
	overflow: hidden;
}

.menu-banner{
	background: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	transform: translate3d(0, 100%, 0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.23, 1);
}
.menu-list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0;
	padding:0;
	background: deepskyblue;
	transform: translate3d(0, -100%, 0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.23, 1);
}
.menu-list .menu-item{
	position:relative;
	transform: translateX(50vw);
	transition: all calc(0.4s + var(--i)*0.2s) 0.4s cubic-bezier(0.23, 1, 0.23, 1);
}

.menu-list .menu-item a{
	font-size: 1.4em;
	line-height: 3.6em;
}
.menu-list .menu-item:before{
	position: absolute;
	bottom:0;
	left: calc(50% - 6px);
	content: "";
	display: block;
	width:12px;
	height:2px;
	background: #fff;
	transition: all 0.2s cubic-bezier(0.23, 1, 0.23, 1);
}
.menu-list .menu-item:hover:before{
	width:100%;
	left: 0;
}



.menu-action{
	visibility: visible;
}
.menu-action .menu-banner{
	transform: translate3d(0, 0, 0);
}
.menu-action .menu-list{
	transform: translate3d(0, 0, 0);
}
.menu-action .menu-list .menu-item{
	transform: translateX(0);
}

main{
	background: url(../imgs/1.jpg);
	background-size: cover;
	display: flex;
	width:100%;
	height:100vh;
	align-items: center;
	flex-wrap: wrap;
	padding:0 3em;
}
main h2, main h3{
	width:35%;
	font-size:16px;
}
main h2{
	font-size: 3em;
	line-height: auto;
	font-weight: bold;
	margin-bottom: 0.6em;
}
main h3{
	line-height:32px;
}
.logo{}
.logo img{
    max-width: 90%;
}
.header{
    background: #d24545;
    color: #fff;
    line-height: 40px;
    min-height: 40px;
    height: 40px;
}

.dataTit-b{}
.dataTit-b ul{
    border: 1px solid #e2e2e2;
    margin: 2%;
    margin-bottom: 15px;
}
.dataTit-b ul li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: -1px;
    padding: 0 2%;
    overflow: hidden;
}
.dataTit-b ul li a{}
.dataTit-b ul li:nth-child(1){
    background: #f1f1f1;
    font-weight: bold;
}












@media screen and (max-width:850px) {
	main h2, main h3{
		width: 100%;
	}
}