/*全局样式*/
/*全局样式*/
*{
    margin:0;
    padding:0;
}

@font-face {
    font-display: swap;
}

body {
	font-size: 14px !important;
	color:#000 !important;
	background: #F5F5F5!important;
}

ul,li,ol {
	list-style: none;
}

a {
	text-decoration: none !important;
	color:#000;
}

a:hover {
	text-decoration: none !important;
}

img {
	border:0;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin:0 !important;
}

p {
	margin: 0 !important;
}

ul, ol {
	margin-bottom: 0 !important;
}
/*公用样式*/

.hide {
	display: none !important;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix:after{
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
  }

.clearfix{zoom:1;}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.img-box {
	/*overflow: hidden;
    max-width: 100%;*/
/*   	align-items:center;*/
   /* display:flex;
    justify-content:center;	*/	

}

.img-block {
/*	display:block;
	width:100%;
	height: auto;*/
 	width: 100%;
    height: 100%;
    max-height: 100%;
    max-width:100%;	
    object-fit: cover;
}
/*导航样式*/

.head-box {
	width: 100%;
	height: 116px;
	background: #fff;
}

.head-centent {
	width: 1200px;
	height: 116px;
	margin: 0 auto;
}

.logo-box {
	height: 116px;
}

.logo-icont {
	display: block;
	width:367px;
	height:36px;
	margin-top:40px;
}

.nav-box {
	width: 700px;
	height: 32px;
	margin-top:42px;
	overflow: hidden;
}

.nav-box >ul {
	display: block;
 
	height: 32px;
	line-height: 32px;
}

.nav-box >ul >li {
	height: 32px;
	width: 70px;
	padding-left :8px;
	float: left;
}

.nav-box >ul >li >a {
	display: block;
	text-align:center;
}

.on {
	background: #3D64FF;
	border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;	
	color:#fff;	
}

.on:hover {
	color:#fff;
}
.on-color {
	color:#fff;
}

.logo-icon {
	width: 16px;
	height: 16px;
	display: block;
	margin-top:5px;
	margin-left:10px;
}
.last-box {
	height: 32px;
	line-height: 32px;
}
.deng-lu {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 56px;	
}
/*登录注册*/
.loginc-box {
	height: 40px;
	line-height: 40px;
}
.loginc-box >p {
	padding:0  10px;
	height: 40px;
	float: left;
	color:#fff;
}
/*登录注册弹窗*/
.zhu-box {
	color:#06121E!important;
}
.ldeng-lu {
	color:#06121E!important;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wang-mi {
	font-size: 13px !important;
}
.shut-box {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left:0;
	z-index: 10;
}
.shut-centent {
	background: #fff;
	width:375px;
	height:542px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
.close-btn {
	height:30px;
}
.close-btn >i {
	display: block;
	width:20px;
	height:20px;
	margin:5px 10px;
}
.cent-box {
	padding:20px;
	width:335px;
	height:472px;
}
.cent-box >h3 {
	font-size: 30px;
	font-weight:500;
	height: 46px;
	line-height: 46px;
}
.cent-box >p {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color:#8C9198;
}
.form-box {
	margin-top:40px;
}
.phone-box {
	height:40px;
	line-height:40px;
	font-size: 17px;
	color:#5E5E5E;
}
.input-box {
	height:25px;
	line-height:25px;
	border-bottom: 1px solid #BDC4CE;
}
.input-ma {
	height:25px;
	line-height:25px;
	border-bottom: 1px solid #BDC4CE;
}
.input-ma >input {
	width: 225px;
	height:25px;
	outline: none;
	border:0;
	background: #fff;
}
.huo-qu {
	width:90px;
	height:25px;
	line-height:25px;
	text-align: center;
	color:#8C9198;
}
.input-box >input {
	outline: none;
	border:0;
	height:25px;
	width: 100%;
	background: #fff;
	display: block;
}
.mi-box {
	height: 25px;
	line-height: 25px;
	margin-top:20px;
}
.mi-box >p {
	color:#8C9198;
	font-size:12px;
}
.sub-btn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	background: #0776F2;
	outline: none;
	border:0;
	margin-top:40px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
}
.subt-btn {
	margin-top:30px !important;
}
.ti-btn {
	margin-top:80px !important;
}
/*底部样式*/
.foot-box {
	width: 100%;
	text-align: center;
	background: #000;
	margin-top:60px;
	color:#fff;
	overflow: hidden;
}

.foot-box >p {
	height:45px;
	line-height:45px;
}

.foot-centent >span {
	display: block;
	float: left;
	width: 50%;
	height:20px;
	line-height:20px;
	margin-bottom: 10px;
}

.foot-title {
	font-weight: 600;
	font-size: 18px;
}