/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;font: 12px/1.5 "PingFang SC","΢���ź�","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
i,em{ font-style:normal;}
address,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
input,select { font-size:12px; vertical-align:middle;outline: none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
li{list-style:none;}
a{text-decoration:none;}
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
*html  .clearfix{height:1%;} .clearfix{display:block;}

@font-face {
font-family: SourceHanSansCN-Medium;
src: url('BebasNeue-1.otf');
}

.head{
	width: 100%;
	background-color: #f3f5f7;
	height: 48px;
}
.head_container{
	width: 1200px;
	margin: 0 auto;
}
.head_company{
	color: #6d6e75;
	font-size: 14px;
	float: left;
	line-height: 48px;
}
.head_right{
	float: right;
	position: relative;
}
.head_right .right_list_li{
	float: right;
	position: relative;
	height: 48px;
}
.head_right .right_list_li .news{
	display: block;
	width: 15px;
	height: 18px;
	margin: 15px 40px 0;
	background: url(../img/news.png) no-repeat;
	position: relative;
}
.head_right .right_list_li .news i{
	display: none;
	padding: 0 4px;
	height: 14px;
	background: #f4523b;
	border-radius: 9px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	border: 2px solid #fff;
	position: absolute;
	top: -6px;
	left: 10px;
}
.head_right .right_list_li .login{
	font-size: 14px;
	color: #6d6e75;
	line-height: 48px;
	display: block;
	padding-left: 40px;
	cursor: pointer;
	float: left;
}
.head_right .right_list_li .login:hover{
	color: #3370ff;
}
.head_right .top_partition{
	font-size: 12px;
	color: #ced4da;
	line-height: 48px;
}
.navigation{
	width: 100%;
	height: 80px;
	background-color: #fff;
	-moz-box-shadow: 0px 4px 8px 6px #e7e9ea;
	-webkit-box-shadow:0px 4px 8px 6px #e7e9ea;
	box-shadow:0px 4px 8px 6px #e7e9ea;
}
.navigation .nav_container{
	width: 1200px;
	margin: 0 auto;
}
.nav_logo{
	float: left;
	margin-top: 20px;
	margin-right: 32px;
}
.nav_logo img{
	width: 132px;
}
.nav_left{
	float: left;
}
.nav_list .nav_list_li{
	float: left;
	position: relative;
}
.nav_list .nav_list_li:hover{
	border-bottom:2px solid #3370ff;
}
.nav_list .nav_list_li.choose{
	border-bottom:2px solid #3370ff;
}
.nav_list .nav_list_li .nav_list_a{
	color: #0e1133;
	line-height: 78px;
	margin: 0 16px;
	font-size: 16px;
	display: block;
}
.nav_list .nav_list_li .nav_list_a:hover{
	color: #3370ff;
}
.head_search{
	float: right;
	height: 48px;
	margin-top: 15px;
}
.search_text{
	padding-left: 16px;
	width: 180px;
	height: 46px;
	background-color: #f6f6f7;
	border-radius: 5px;
	border: none;
	border: 1px solid #f6f6f7;
}
.search_sub{
	background: url(../img/search.png) no-repeat center;
	border: none;
	width: 48px;
	height: 48px;
	margin-left: -48px;
	cursor: pointer;
}
.search_text:focus {
    border: 1px solid #3370ff;
}
.search_subon{
	background: url(../img/searchon.png) no-repeat center !important;
}
.login_main{
	width: 100%;
	background-color: #f3f5f7;
}
.login_box{
	width: 820px;
	margin: 0 auto;
	padding: 56px 0;
}
.login_box_left{
	float: left;
	width: 360px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 12px;
  right: 24px;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: #89858c;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-container{
	width: 360px;
	height: 540px;
}
.login_box_right{
	width: 364px;
	height: 412px;
	padding: 64px 48px;
	background-color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
}
.login_box_right h1{
	font-size: 24px;
	color: #0e1133;
	font-weight: bold;
	margin-bottom: 50px;
}
.login_box_list{
	margin-bottom: 24px;
}
.username_box,.password_box{
	width: 362px;
	height: 64px;
	position: relative;
}
.username, .password {
    width: 302px;
    height: 44px;
    padding: 10px 30px;
    color: #999;
    font-size: 16px;
    line-height: 64px;
    position: absolute;
    top: 0;
    left: 0;
	border: 1px solid #f0f0f5;
	border-radius: 8px;
	/* outline-color:#3370ff; */
}
.username.error, .password.error {
    background: #fdf6f5;
    border: 1px solid #f75234;
}
.username:focus,.password:focus {
    border: 1px solid #3370ff;
}
.login_box_right .isVisible {
	position: absolute;
	right: 0px;
	top: 8px;
    display: block;
    float: right;
    width: 54px;
    height: 48px;
    background: url(../img/eye.png) no-repeat center;
    background-size: 20px 17px;
    cursor: pointer;
}
.login_box_right .isVisible.visible {
    background: url(../img/eye1.png) no-repeat center;
    background-size: 20px 17px;
}
.login_box_free{
	width: 364px;
	color: #6d6e75;
	margin: 6px auto 20px;
}
.free_left{
	float: left;
	font-size: 14px;
	line-height: 14px;
}
.free_left .remember{
	float: left;
	margin: 0px 7px 0 0;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ced4da;
	width: 14px;
	height: 14px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	cursor: pointer;
}
.free_a{
	float: right;
	font-size: 14px;
	color: #6d6e75;
}
.login_box_prompt .tip{
	font-size: 14px;
	color: #f4523b;
	margin-bottom: 10px;
	height: 21px;
	visibility: hidden;
}
.login_tips2{
	visibility: visible !important;
}
.login_btn_li .btn_login {
    width: 364px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    border: 0;
    outline: 0;
    border-radius: 8px;
    background-color: #3370ff;
    cursor: pointer;
    color: #fff;
    text-align: center;
    letter-spacing: 10px;
}
.footer{
	width: 100%;
	background-color: #1b2b4b;
	padding: 48px 0 75px;
}
.footer_box{
	width: 1200px;
	margin: 0 auto;
}
.footer_left{
	width: 480px;
	float: left;
}
.footer_limg{
	margin-bottom: 35px;
}
.footer_limg img{
	width: 132px;
}
.footer_left_p{
	font-size: 14px;
	color: #ced4da;
	line-height: 22px;
	padding-bottom: 25px;
	border-bottom: 1px solid #32415d;
	margin-bottom: 20px;
}
.footer_left_a{
	font-size: 12px;
	color: #ced4da;
	width: 600px;
}
.footer_left_a a{
	font-size: 12px;
	color: #ced4da;
	margin-left: 20px;
}
.footer_left_a span a{
	font-size: 12px;
	color: #ced4da;
	margin-left: 20px;
	padding-left: 20px;
	background: url(../img/logo521.png) left no-repeat;
	display: inline-block;
	line-height: 20px;
}
.footer_nav{
	float: left;
	margin-left: 170px;
	width: 380px;
}
.footer_nav_left{
	width: 190px;
	text-align: left;
	float: left;
}
.footer_nav_right{
	float: left;
}
.footer_nav li{
	margin-bottom: 27px;
}
.footer_nav li a{
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}
.footer_right{
	float: right;
	text-align: right;
	width: 160px;
}
.footer_right img{
	width: 100px;
}
.footer_ph{
	font-family: SourceHanSansCN-Medium;
	font-size: 28px;
	color: #fff;
	margin-top: 35px;
	line-height: 28px;
	width: 150px;
	background: url(../img/footer_ph.png) left no-repeat;
	float: right;
}
/*提示*/
body .toast_prompt{
    display: none;
    width: auto;
    padding: 0 20px;
    height: 40px;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    position: fixed;
    color: #fff;
    font-size: 16px;
    z-index: 201820182028;
}
.two_li2{
	margin-right: 0px !important;
}

.rpassword_box{
	width: 364px;
	height: 412px;
	padding: 64px 48px;
	background-color: #fff;
	border-radius: 5px;
	bordert-radius: 5px;
	margin:0 auto ; 
}
.rpassword_box h1{
	font-size: 24px;
	color: #0e1133;
	font-weight: bold;
	margin-bottom: 50px;
}
.getcode{
	display: block;
	float: right;
	font-size: 14px;
	color: #3370ff;
	position: absolute;
	top: 22px;
	right: 0px;
	padding: 0px 16px;
	border-left: 1px solid #ced4da;
}
.login_btn_li p{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.rpassword_box .isVisible2 {
	position: absolute;
	right: 0px;
	top: 8px;
    display: block;
    float: right;
    width: 54px;
    height: 48px;
    background: url(../img/eye.png) no-repeat center;
    background-size: 20px 17px;
    cursor: pointer;
}
.rpassword_box .isVisible.visible2 {
    background: url(../img/eye1.png) no-repeat center;
    background-size: 20px 17px;
}
.rpassword_box .isVisible2.visible {
    background: url(../img/eye1.png) no-repeat center !important;
    background-size: 20px 17px;
}
.rpassword_box .isVisible3.visible {
    background: url(../img/eye1.png) no-repeat center !important;
    background-size: 20px 17px;
}
.rpassword_box .isVisible3 {
	position: absolute;
	right: 0px;
	top: 8px;
    display: block;
    float: right;
    width: 54px;
    height: 48px;
    background: url(../img/eye.png) no-repeat center;
    background-size: 20px 17px;
    cursor: pointer;
}
.rpassword_box .isVisible.visible3 {
    background: url(../img/eye1.png) no-repeat center;
    background-size: 20px 17px;
}
.change_password_btn{
 	width: 172px;
 	height: 54px;
 	border: 1px solid #ced4da;
 	border-radius: 4px;
 	text-align: center;
 	line-height: 54px;
 	color: #6d6e75;
 	font-size: 16px;
 	display: block;
 	float: left;
 	cursor: pointer;
 }
 .change_password_save{
 	width: 174px;
 	height: 56px;
 	border-radius: 4px;
 	background-color: #3370ff;
 	text-align: center;
 	line-height: 56px;
 	color: #fff;
 	font-size: 16px;
 	display: block;
 	float: left;
 	margin-left: 16px;
 	cursor: pointer;
 }