@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
input,
textarea,
select {
  resize: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}
.zoom-img {
  overflow: hidden;
}
.zoom-img .img {
  overflow: hidden;
}
.zoom-img img {
  transition: all 0.5s;
}
.zoom-img:hover img {
  transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -moz-transform: scale(1.04);
}
.clear:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.clear {
  zoom: 1;
}
.nav-page {
  font-size: 0;
  text-align: center;
}
.flex {
  display: box;
  /* OLD - Android 4.4- */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}
.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0;
  font-weight: normal;
}
/*引入字体包*/
@font-face {
  font-family: pingFangM;
  src: url('../fonts/PingFang\ Medium.ttf');
}
@font-face {
  font-family: pingFangB;
  src: url('../fonts/PingFang\ Bold.ttf');
}
@font-face {
  font-family: pingFangR;
  src: url('../fonts/PingFang\ Regular.ttf');
}
@font-face {
  font-family: pingFangL;
  src: url('../fonts/PingFang\ Light.ttf');
}
@font-face {
  font-family: manL;
  src: url('../fonts/manrope-light-4.otf');
}
.wp {
  width: 80%;
  margin: 0 auto;
}
.homebody {
  position: relative;
}
.banner {
  position: relative;
}
.banner .banner_img img {
  width: 100%;
  max-width: 100%;
}
.banner .b_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .b_con h1 {
  font-size: 40px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin: 0 0 21px 0;
  text-align: center;
}
.banner .b_con p {
  font-size: 16px;
  font-family: pingFangM;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.crumbs {
  position: absolute;
  top: 0;
  left: 5%;
}
.crumbs .crumbs_nav {
  display: flex;
  padding-top: 124px;
  align-items: center;
}
.crumbs .crumbs_nav .c_icon1 {
  height: 17px;
  width: 17px;
  margin-right: 10px;
}
.crumbs .crumbs_nav .c_icon2 {
  width: 6px;
  height: 10px;
  margin-right: 10px;
}
.crumbs .crumbs_nav img {
  max-width: 100%;
  vertical-align: middle;
}
.crumbs .crumbs_nav span {
  font-size: 14px;
  font-family: pingFangM;
  color: #fff;
  line-height: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.crumbs .crumbs_nav .c_p {
  font-family: pingFangB;
  cursor: pointer;
}
.join2 .row01 {
  padding-top: 4.6875vw;
  padding-bottom: 8.75vw;
}
.join2 .row01 .row01_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join2 .row01 .row01_top .item{
  width: 22.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
	padding: 0 10px 25px 10px;
  border-bottom: 1px solid #eeeeee;
   transition: ease all .5s;
   position: relative;
}
.jbti-2{display: none;}
.join2-box-top{position: relative;width: 100%;}
.join2-box-top-img{position: absolute;right: 0;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;}
.join2 .row01 .row01_top .item{cursor: pointer;}
.join2 .row01 .row01_top .item:hover .join2-box-top{color: #0082D9;}
.join2 .row01 .row01_top .item .join2-ul{display: none;}
.join2 .row01 .row01_top .item:hover .jbti-1{display: none;}
.join2 .row01 .row01_top .item:hover .jbti-2{display: block;}
.join2 .row01 .row01_top .on{border-color: #0082D9;}
.join2 .row01 .row01_top .on .jbti-1{display: none;}
.join2 .row01 .row01_top .on .jbti-2{display: block;}
.join2 .row01 .row01_top .on .join2-box-top{color: #0082D9;}
.join2-ul{position: absolute;top: 47px;left: 0;right: 0;margin: 0;background: #F3F3F3;padding: 17px 0 35px 31px;max-height: 297px;overflow-y: scroll;}
.join2-ul::-webkit-scrollbar{
    width: 3px;
}
/*滚动条滑块*/
.join2-ul::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background: #c7c4c4;
}
.join2-ul li{padding: 9px 0;}
.join2-ul li a{font-size: 16px;
font-family: PingFang SC;
font-weight: 500;
display:block;
color: #858585;}
.join2-ul li a:hover{color: #0082D9;}
.join2 .row01 .row01_top .item:hover{
	 border-bottom: 1px solid #0082D9;
	 transition: ease all .5s;
}
.join2 .row01 .row01_top .item input::-webkit-input-placeholder{
	color: rgba(78, 77, 77, .4);
}
.join2 .row01 .row01_top .item input{
	color: rgba(78, 77, 77, .4);
}
.join2-box .on{
	border-bottom: 1px solid #0082D9 !important;
}
.join2-box .on h1{
	color: #0082D9 !important;
}
.join2-box .on span{
	color: #0082D9 !important;
}
.join2-box .on .img2{
	display: block !important;
}
.join2-box .on .img1{
	display: none !important;
}
.join2 .row01 .row01_top .item:hover select{
	color: #0082D9;
}
.join2 .row01 .row01_top .item select{
	width: 100%;
	 cursor: pointer;
}
.join2 .row01 .row01_top .item span {
  font-size: 0.8333vw;
  font-family: pingFangM;
  color: #4e4d4d;
}
.join2 .row01 .row01_top .item .search {
  color: rgba(0, 0, 0, 0.3);
}
.join2 .row01 .txt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.7917vw 0 2.0833vw;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.join2 .row01 .txt_box .txt_l h1 {
  font-size: 20px;
  color: #000;
  font-family: pingFangM;
  margin: 0 0 13px 0;
}
.join2 .row01 .txt_box .txt_l span {
  color: #a5a5a5;
  font-size: 16px;
  font-family: pingFangM;
  display: block;
}
.join2 .row01 .txt_box .txt_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 1s;
}
.join2 .row01 .txt_box .txt_r span {
  font-size: 16px;
  color: #000;
  font-family: pingFangM;
  margin-right: 11px;
}
.join2 .row01 .txt_box .txt_r .img2 {
  display: none;
}
.join2 .row01 .txt_box:hover {
  border-bottom: 1px solid #0082d9;
}
.join2 .row01 .txt_box:hover h1 {
  color: #0082d9;
}
.join2 .row01 .txt_box:hover span {
  color: #0082d9;
}
.join2 .row01 .txt_box:hover .img1 {
  display: none;
}
.join2 .row01 .txt_box:hover .img2 {
  display: block;
}
.join2 .row01 .txt-con {
  background-color: #f3f3f3;
  padding: 71px 0 102px 91px;
}
.join2 .row01 .txt-con .con01 {
  margin-bottom: 41px;
}
.join2 .row01 .txt-con .con01 h1 {
  font-size: 16px;
  color: #000;
  font-family: pingFangM;
  margin: 0;
  margin-bottom: 24px;
}
.join2 .row01 .txt-con .con01 span {
  display: block;
  color: #737373;
  font-size: 14px;
  font-family: pingFangM;
  line-height: 22px;
}
.join2 .row01 .txt-con_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.join2 .row01 .txt-con_btn .btn_box {
  width: 9.6354vw;
  height: 2.6042vw;
  background-color: #0082d9;
  text-align: center;
  margin-right: 2.0833vw;
  cursor: pointer;
}
.join2 .row01 .txt-con_btn .btn_box span {
  font-family: pingFangM;
  color: #fff;
  font-size: 14px;
  line-height: 2.6042vw;
}
.join2 .row01 .txt-con_btn .btn_box .mailbox {
  font-family: pingFangM;
  color: #000;
  font-size: 14px;
}
/* 半透明的遮罩层 */
.shadow {
  background: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=60);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 965;
}
.cover {
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: none;
}
.login-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 31%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 20000;
  display: none;
}
.login-box .close_img {
  width: 100%;
  padding-right: 1.8229vw;
  position: relative;
  cursor: pointer;
}
.login-box .close_img img {
  position: absolute;
  top: 1.8229vw;
  right: 1.8229vw;
 /* width: 1.1458vw;
  height: 1.1458vw; */
}
.row01_top2 .item{
	width: 32% !important;
}
.login-box h1 {
  font-size: 30px;
  font-family: pingFangM;
  color: #000;
  margin: 0;
  margin-top: 70px;
  text-align: center;
}
.login-box .login_txt {
  width: 100%;
  padding: 0 55px;
}
.login-box .login_txt .txt_name {
  margin-top: 34px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-box .login_txt .txt_name input {
  font-size: 16px;
  font-family: pingFangM;
  color: #848484;
  width: 100%;
}
.login-box .login_txt .txt_name span {
  font-size: 16px;
  font-family: pingFangM;
  color: #848484;
}
.login-box .login_txt .txt_name .txt_btn {
  width: 86px;
  height: 26px;
  background-color: #0082d9;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.login-box .login_txt .txt_name .txt_btn span {
  color: #fff;
  font-size: 0.7292vw;
}
.login-box .login_txt .sub_btn {
  width: 100%;
  height: 43px;
  background-color: #e5e5e5;
 margin: 43px 0;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
}
.login-box .login_txt .sub_btn span {
  color: #000;
  font-size: 16px;
  font-family: pingFangM;
}
