body,div,ui,li,a,img,h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-size: 14rpx;
	color: #333;
	font-family: '微软雅黑';
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
/* 首页 */
#header{
	width:100%;
	height: 80px;
	background: #fff;
}
.headerbox {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 208px;
	height: 54px;

}
.headerbox nav ul li {
	display: inline-block;
	margin-left: 30px;
	line-height: 78px;
	font-size: 16rpx;
	height: 78px;
	color: #333;
	border-bottom: 1px solid #fff;
}	
.headerbox nav ul li a {
	display: block;
}
.headerbox nav ul li:hover{
	border-bottom: 1px solid #f08300;
}
.headerbox nav ul li:hover a{
	color: #f08300;
}

.screen {
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.screen3 {
	width: 100%;
	height: 320px;
	padding-bottom: 290px;
	background: url('../img/3.png') center top no-repeat;

}

.xiangMu {
	padding-top: 200px;
	margin: 0 auto;
	width: 1200px;
	height: 350px;
	display: flex;
	justify-content: space-between;
}
.xiangMu>li {
	width: 272px;
	height: 300px;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
	position: relative;
}
.xiangMu .xmbody {
	transition: top 0.5s;
	transition-timing-function: ease-in-out	;
	position: absolute;
	left: 0;
	top: 0;
}
.xiangMu li:hover .xmbody{
	top: -300px;
}
.xiangMu li .xm-a {
	width: 272px;
	height: 300px;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}
.xiangMu li .xm-a h2 {
	font-size: 24px;
	line-height: 60px;
	font-weight: normal;
}
.xiangMu li .xm-b {
	width: 272px;
	height: 300px;
	background: #a5cb0b;
	display: flex;
	
	flex-direction:column;
}
.xiangMu li .xm-b h2 {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	line-height: 66px;
	color: #fff;
}
.xm-bodyTxt {
	width: 100%;
	display: block;
	margin-top: 20px;
}
.xm-bodyTxt li {
	width: 220px;
	padding-left: 40px;
	line-height: 40px;
	background: url('../img/xin.png') 0 center no-repeat;
	color: #fff;
}
.small-font {
	font-size: 12px;
}

footer {
	background: #2e3439;
	height: 120px;
	width: 100%;
}
.footer {
	width: 900px;
	margin: 0 auto;
}

.footer ul {
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}

.footer ul li {
	color: #fff;
	line-height: 40px;
	padding-top: 30px;
}
.footer p,.footer p a {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #747474;
	font-size: 14px;
	text-align: center;
}

.footer p a:hover {
	color: #fff;
}
/* 弹窗 */

.common-dialog-wrap {
	position: fixed;
	background: rgba(0,0,0,.7);
	z-index: 100;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 3;
	display: none;
   }
   .common-dialog-content {
	height: 400px;
	width: 580px;
	background: #fff;
	border-radius: 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	display: none;
   }
   .login-logo{
	   width: 208px;
	   height: 34px;
	   margin: 0 auto;
	   padding-top: 30px;
	   display: block;
   }
   #common-dialog-close{
	   position: absolute;
	   top: 20px;
	   right: 20px;
   }
   .common-text-line{
	width: 80px;
	height: 2px;
	background-color: #dddddd;
   }
   .common-text-wrap{
	   margin: 20px 0;
	   display: flex;
	   align-items: center;
	   justify-content: space-between;
	   width: 360px;

   }
   .common-login-input{
	   display: block;
	   width: 320px;
	   padding: 0 20px;
	   height: 48px;
	   border-radius: 8px;
	   border: 1px solid #dddddd;
	   background-color: #fafafa;
	   outline: none;
   }
   .common-login-input-msgcode{
	   float: left;
	   width: 160px;
   }
   .common-login-msgcode{
	width: 150px;
	float: right;
	height: 48px;
	color: #fff;
	background-color: #ef8b14;
	text-align: center;
	line-height: 48px;
	border-radius: 8px;
	cursor: pointer;
   }
   .common-login-msgcode-active{
	background-color: #f0f0f0;
	color: #bbbbbb;
   }
   .common-login-login{
	width: 360px;
	height: 48px;
	background-color: #f0f0f0;
	color: #d0d0d0;
	border-radius:8px;
	margin-top: 20px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
   }
   .common-login-login-active{
	   background-color: #ef8b14;
	   color: #fff;
   }

   #login-btn{
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #ef8b14;
	border-radius:8px ;
	cursor: pointer;
   }
   .layui-layer-content{
	   color: #fff;
   }