
@charset "UTF-8";

html,body {
	font: 14px "Microsoft YaHei", "PingFang SC", "Lantinghei SC", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "å¾®è½¯é›…é»‘", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	min-width: 1320px;
	background-color: #f4f4f4;
	color: #333;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
*,
a,
body,
button,
caption,
dd,
div,
dl,
dt,
em,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
input,
label,
li,
ol,
p,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	border: 0
}

ul li {
	list-style-type: none
}

a {
	color: inherit
}

i {
	font-style: normal
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 14px;
	border: 0;
	outline: 0
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
	border: none;
	padding: 0
}

a[class|=btn] {
	display: inline-block;
	vertical-align: top;
	zoom: 1
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input::-webkit-input-safebox-button {
	display: none
}
.row{clear: both;}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.row.row-col{
	margin: 0 -15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
  float: left;
  padding: 10px 15px;
}

.line-2 {
    -webkit-line-clamp: 2;
}
.line-3 {
    -webkit-line-clamp: 3;
}
[class*="line-"]{
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
}

.fl {
	float: left
}
.tc{
	text-align: center;
}
.fr {
	float: right
}
.mt-50{
	margin-top: 60px;
}
.mt-40{
	margin-top: 40px;
}
.mr-18{
	margin-right: 17px;
}
.mb-20{
	margin-bottom: 20px;
}
.clearfix:after {
	content: " ";
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-center {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex.flow-wrap {
	-ms-flex-flow: wrap;
	flex-flow: wrap
}

.flex-between {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.btn-disabled {
	color: #bbb;
	background: #eee;
	border: 1px solid #eee;
	border-radius: 4px;
	cursor: default;
	pointer-events: none
}
.w1320{
	width: 1320px;
	margin: auto;
	/* background: #fff; */
}
:root{
	--blue: #0080FD;
	--hui: #F3F3F3;
	--fontcolor: #0061AE;
}
/* 头部 */
header {
	width: 100%;
	height: 78px;
	line-height: 78px;
	background: #fff;
}
header .company{
	 display: inline-block;
	 margin:0 30px;
	 font-size:24px;
	 font-weight:600;
}
header .search-box{
	width: 230px;
	margin-top: 16px;
	position: relative;

}
header .search-box input{
	height: 40px;
	width: 165px;
}
header .search-box img{
	vertical-align: middle;
	margin: 0 10px;
}
header .search-list{
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 2px 2px;
	z-index: 3;
	line-height: initial;
	max-height: 310px;
	overflow-y: auto;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}
header .search-list h5{
	color: #999;
	font-weight: 400;
	padding: 10px;
}
header .search-list a{
	display: block;
	padding: 10px;
	color: #666;
}
header .search-list a:hover{
	background-color: #f5f5f5;
}
header .nav a{
	height: 78px;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}
header .nav .menu_login{
	float: right;
	height: 78px;
	font-weight: 400;
}
header .nav .menu_login a{
	float: right;
	/* height: 78px; */
	font-weight: 400;
	padding-left: 16px;
	padding-right: 0;
	position: relative;
}
header .menu_login .code-img{
	position: absolute;
	top: 80%;
	right: 0;
	z-index: 3;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 10px 0 #8ac5ff;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	display: none;
	line-height: initial;
}
header .menu_login .reg:hover .code-img{
	display: block;
}
header .nav .on{
	background-color: #0080FD;
	color: #fff;
	font-weight: 600;
}
.poptip-nav a{
	height: 40px !important;
	line-height: 40px;
	float: none !important;
	display: block !important;
	text-align: center;
}
header .logo {
	font-size: 24px;
	font-weight: bold;
	color: #0061AE;
	padding-left: 70px;
	/*background-image: url(../img/logo.png);*/
	background-size: 60px;
	background-position: left center;
    	background-repeat: no-repeat;
}
header .right {
	display: inline-block;
	vertical-align: top;
}
header .right img{
	margin-top: 10px;
	margin-right: 40px;
}
/* 底部 */
footer{
	color: #e1e1e1;
	font-size: 12px;
}
.foot-top{
	margin-bottom: 2px;
	background-position: center;
    	background-size: cover;
}
.foot-top .h4{
	margin: 10px auto;
	line-height: 28px;
    	width: 110px;
    	background: #9f9f9f;
    	text-align: center;
    	font-size: 16px;
    	font-weight: 400;
}
.foot-top i{
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #FEFEFE;
	vertical-align: middle;
	margin: 0 8px;
}
.foot-top .lineheight{
	line-height: 30px;
}
.foot-top .img{
	padding-left: 30px;
}
.foot-top .img > div{
	margin: 0 30px;
}
.foot-top .img img{
	width: 160px;
	height: 160px;
}
.foot-down{
	background: #323335;
	line-height: 24px;
	font-family: MicrosoftYaHeiLight;
	padding-top: 14px;
	padding-bottom: 10px;
	border-top: solid 1px rgba(255,255,255,0.3);
}
.foot-down .img-box img{
	margin: 10px;
}

/* 面包屑 */
.bread-nav{
	padding: 20px 0;
	color: #0061AE;
}
.bread-nav .span{
	color: #333;
	padding-left: 20px;
	background: url(../img/icon3.png) no-repeat left center;
}

.inner-banner{
	height: 140px;
	background-size: cover;
	background-position: center;
}
.main-box{
	margin-top: 10px;
	margin-bottom: 30px;
}
.main-left{
	width: 220px;
	min-height: 620px;
}
.main-left .left-top{
	height: 96px;
	line-height: 96px;
	background: #0080FD;
	color: #fff;
	font-size: 24px;
}
.main-left .left-top .icon{
	vertical-align: middle;
	margin-right: 5px;
}
.main-left .left-nav{
	background-color: #fff;
	min-height: 504px;
	padding: 10px 0;
}
.main-left .left-nav .on .frist-title{
	background: rgba(0,128,253,0.04);
	border-left: solid 2px #0080FD;
	color: #0080FD;
}
.main-left .frist-title{
	display: block;
	padding: 20px 30px;
	font-size: 16px;
}
.main-left .two-title{
	background: rgba(0,128,253,0.04);
	/*display: none;*/
}
.main-left .on .two-title{
	display: block;
}
.main-left .two-title a{
	display: block;
	padding: 10px 30px 10px 45px;
}
.main-left .inner-on{
	background: rgba(0,128,253,0.06);
	color: #0080FD;
	border-left: solid 2px #0080FD;
}
.main-right{
	width: 1064px;
	min-height: 620px;
	background-color: #fff;
	padding: 0 25px;
}
.main-right .right-title{
	height: 50px;
	line-height: 47px;
	border-bottom: solid 1px #E5E5E5;
}
.main-right .right-title span{
	display: inline-block;
	padding: 0 16px;
	border-bottom: solid 3px #0080FD;
}

.page-box{
	padding: 40px 0;
	text-align: right;
}
.login{
	position: relative;
	min-height: 100vh;
	padding-bottom: 60px;
	background: linear-gradient(90deg, #FBF7E9 39%, #F2E5F8 71%, #E7EFFE 100%);
}
.login .logo{
	height: 120px;
	line-height: 112px;
	padding-left: 20px;
	background: #fff;
}
.login .logo img{
	vertical-align: middle;
}
.login .bg .img{
	height: 284px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.login .bg .login-content{
	width: 496px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(183,181,197,0.67);
	border-radius: 10px;
	margin: 0 auto;
	margin-top: -142px;
	padding: 30px 0;
	text-align: center;
}
.login .bg .login-content h3{
	font-size: 30px;
	font-weight: 400;
	color: #0C1E2C;
	text-align: center;
	margin-bottom: 30px;
}
.login .bg .login-content ul{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #E5E4E4;
	font-size: 16px;
	color: #777;
}
.login .bg .login-content ul li{
	line-height: 40px;
	margin: 0 60px;
}
.login .bg .login-content ul .loginactive{
	color: #0080FD;
	border-bottom: 4px solid #0080FD;
}
.login .bg .login-content .from input{
	width: 420px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 28px;
	padding-left: 80px;
	margin: 30px 30px 0 30px;
	background-repeat: no-repeat;
	background-position: 40px;
	font-size: 16px;
}
.login .bg .login-content .from input::-webkit-input-placeholder{
    color: #ccc;
}
.login .perple-reg{
	display: flex;
	justify-content: space-between;
	text-align: left;
	font-size: 16px;
	color: #0080FD;
	padding: 20px 60px;
	position: relative;
}
.login .perple-reg .code-img{
	position: absolute;
	bottom: 100%;
	right: -50px;
	z-index: 3;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 10px 0 #8ac5ff;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	display: none;
}
.login .perple-reg .reg-btn:hover .code-img{
	display: block;
}
.login .bg .login-content .login-btn{
	width: 210px;
	height: 56px;
	background: #0080FD;
	border-radius: 28px;
	font-size: 24px;
	color: #FFFFFF;
}
.login .footer{
	position: absolute;
	margin-top: 60px;
	left: 0;
	bottom:0;
	width: 100%;
	height: 60px;
	background: #222B3B;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
}
/* .login .bg .login .from input::before{
	content: '|';
	display: inline-block;
	width: 1px;
	height: 37px;
	background: #0080FD;
} */
/*.page-box li{
	display: inline-block;
	height: 24px;
	line-height: 22px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	font-size: 12px;
	color: #666;
	margin: 2px;
}
.page-box a{
	padding: 0 8px;
}
.page-box .on{
	color: #0080FD;
	border-color: #0080FD;
}

@media screen and (min-width:1601px) {
	header .logo {
		left: 80px;
	}
	header .right {
		right: 80px;
	}

}*/
