﻿.header_top {
  background: #F2F2F2;
  height: 40px;
  line-height: 40px;
}

.h_top_fl a {
  float: left;
  margin-right: 10px;
  position: relative;
}

.h_top_fl a div {
  position: absolute;
  bottom: -94px;
  left: -32px;
  width: 100px;
  height: 100px;
  background: #fff;
  border: 1px solid #fff;
  padding: 6px;
  display: none;
}

.h_top_fl a div img {
  width: 100%;
  height: 100%;
}

.h_top_fl a:hover div {
  display: block;
}

.h_top_fl em {
  float: left;
  text-transform: capitalize;
  font-size: 14px;
  color: #5c646b;
}

.h_top_fr a {
  float: left;
  margin-left: 37px;
  font-size: 12px;
  color: #464c52;
}

.h_top_fr a>* {
  display: inline-block;
  vertical-align: middle;
}

.h_top_fr em {
  margin-left: 6px;
}

.h_lanugda {
  display: inline-block;
  position: relative;
  margin-right: 6px;
}

.h_lanugda em {
  display: block;
}

.h_lanugda>ul {
  position: absolute;
  top: 40px;
  left: 0;
  background: #FFF;
  padding: 8px 10px;
  box-shadow: 1px 0 6px rgba(0, 0, 0, .2);
  display: none;
  transition: all .4s;
}

.h_lanugda>ul>li {
  line-height: 26px;
  text-align: center;
  transition: all .4s;
}

.h_lanugda>ul>li:hover {
  color: #0365D6;
  text-decoration: underline;
}

.header_menu {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.logo {
  width: 256px;
  height: 60px;
}

.logo img {
  width: 100%;
}

.menu_serach>div {
  float: left;
  margin-left: 3.3%;
  font-size: 0;
}

.menu_des {
  width: 9.64%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(21, 149, 223, 1);
  font-size: 14px;
  color: #FFFFFF;
}

.menu_des em {
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 10px;
  text-transform: capitalize;
}

.menu_sigin {
  width: 9.64%;
  background: #2487E2;
}

.menu_cha {
  width: 70.8%;
}

.m_ser {
  width: 8.4%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  background: rgba(25, 106, 216, 1);
}

.m_input {
  width: calc(100% - 8.4%);
  border: 1px solid #196ad8;
  border-right: none;
}

.header_menu::after {
  content: none !important;
}

.m_input_fr input {
  font-size: 13px;
  color: #72787f;
  width: 378px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
}

.m_input_fr input::-webkit-input-placeholder {
  color: #72787f;
}

.m_input_fl:hover ul {
  display: block !important;
}

.m_input_fl {
  width: 100px;
  background: #ecf2fb;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
}

.m_input_fl span {
  font-size: 14px;
  color: #196ad8;
  display: block;
  cursor: pointer;
}

.m_input_fl span img {
  margin-left: 10px;
  transition: all .4s;
}

.m_input_fl ul {
  background-color: #FFF;
  box-shadow: 1px 0 6px rgba(0, 0, 0, .2);
  padding: 10px 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
}

.m_input_fl ul>li {
  line-height: 26px;
  transition: all .4s;
}

.m_input_fl ul>li:hover {
  background: #f5f8fa;
}

.m_input_fl ul>li:hover a {
  color: #0365d6;
}

.m_input_fl ul>li a {
  font-size: 13px;
  color: #546278;
  line-height: 26px;
  width: 100%;
  transition: all .4s;
}

.m_input_fl span.on img {
  transform: rotate(180deg);
}

.header_list {
  height: 45px;
  background: rgba(40, 128, 202, 1);
}

.h_list_thr a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 45px;
}

.h_list_two a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 45px;
  padding: 0 30px;
  margin-left: 40px;
  transition: all .4s;
}

.h_list_two a.on,
.h_list_two a:hover {
  background: #0B6FC4;
}

.h_one_title {
  position: relative;
  width: 349px;
  line-height: 44px;
  text-align: center;
  background: #1266ae;
  cursor: pointer;
}

.h_one_title em {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  margin-left: 14px;
}

.menu_small_boot {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 1px 0 10px rgba(0, 0, 0, .2);
  display: none;
}

.menu_small_boots {
  z-index: 10;
}

.menu_small_boot>ul {
  position: relative;
  padding: 15px 0;
  background: #fff;
}

.menu_small_boot>ul>li {
  cursor: pointer;
}

.menu_list_small {
  padding: 12px 17px;
  background: #fff;
}

.menu_list_small span {
  font-size: 14px;
  color: #2c2f35;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}

.menu_small_boot em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -63px;
  margin-top: 4px;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  width: 7px;
  height: 12px;
}

.menu_small_boot>ul>li:hover .menu_list_small span {
  color: #0365D6;
  text-decoration: underline;
}

.menu_small_boot>ul>li:hover em {
  background: url("../images/touc2.png")no-repeat;
  background-size: 100% 100%;
}

.men_show_data {
  position: absolute;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
  overflow: hidden;
  width: 800px;
  background: #ffffff;
  top: 0;
  left: 268px;
  padding: 28px;
  display: none;
  z-index: 2;
}

.men_show_data>ul>li {
  margin-bottom: 22px;
  width: 100%;
}

.h_list_one {
  width: 268px;
  position: relative;
}

.menu_show_fr>ul>li {
  float: left;
  width: 50%;
}

.menu_show_fr>ul>li>a {
  color: #0365D6;
  font-size: 12px;
  /*color: black;*/
  line-height: 28px;
  display: block;
  font-weight: bold;
}

.menu_show_fr>ul>li>a:hover {
  color: #0365D6;
  text-decoration: underline;
}

.menu_thrr>a {
  font-size: 12px;
  color: #464748;
  display: block;
  line-height: 28px;

}

.menu_thrr>a:hover {
  color: #0365D6;
  text-decoration: underline;
}

.menu_small_boot>ul>li:hover .men_show_data {
  display: block;
}






.mn>ul>li{
float: left;
width: 50%;
}
.nn>ul>li{
  width: 100%;
  }







.h_list_one:hover .menu_small_boot {
  display: block;
}

.header {
  padding-top: 205.39px;
}

.header_con {
 /* position: fixed !important;
  top: 0;
  left: 0; */
  background: #FFf;
  width: 100%;
  height: 205.39px;
  z-index: 4;
}

.menu_list_small a {
  width: 100%;
}

.h_top_fr img,
.h_top_fr em,
.menu_des em,
.menu_des img,
.m_input_fl span em,
.m_input_fl span img,
.h_one_title img,
.h_one_title em {
  display: inline-block;
  vertical-align: middle;
}

/* 底部 */
.foot_boot {
  background: #232526;
  height: 60px;
  line-height: 60px;
overflow: hidden;
}

.foot_boot .wrap {
  background: #232526;
}

.f_b_fl span {
  font-size: 12px;
  color: #7d8285;
  margin-right: 14px;
  text-transform: capitalize;
}

.f_b_fl span i {
  font-style: italic;
  font-weight: bold;
}

.f_b_fr em {
  font-size: 12px;
  color: #7d8285;
  margin-left: 6px;
}

.foot_top {
  background: #323435;
}

.f_top_da {
  padding: 40px 0;
  border-bottom: 1px solid #50565C;
  background-color: #323435;
}

.f_top_da>ul {
  display: flex;
  justify-content: space-between;
}


.fa_datetx {
  display: inline-block;
  vertical-align: middle;
  width: 297px;
  margin-left: 19px;
}

.fa_datetx h1 {
  text-transform: capitalize;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

.fa_datetx p {
  font-size: 12px;
  color: #9ca0a6;
  line-height: 20px;
}

.f_bo_icon {
  display: inline-block;
  vertical-align: middle;
}

.f_bo_icon img {
  transition: all .4s;
}

.f_top_da>ul>li:hover .f_bo_icon img {
  transform: rotate(360deg);
}

.f_top_des {
  padding: 40px 0;
  background-color: #323435;
}

.f_des_fl>ul>li {
  float: left;
  margin-right: 120px;
}

.f_des_fl>ul>li:last-child {
  margin-right: 0;
}

.f_des_fl>ul>li h2 {
  text-transform: capitalize;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
}

.f_des_fl>ul>li a {
  display: block;
  font-size: 12px;
  color: #969A9F;
  line-height: 28px;
  text-transform: capitalize;
}

.f_des_fl>ul>li a:hover {
  text-decoration: underline;
}

.f_des_fr h2 {
  text-transform: capitalize;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
}

.f_des_speak {
  font-size: 0;
  margin-bottom: 39px;
}

.f_des_speak input {
  font-size: 12px;
  color: #90969c;
  width: 230px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: transparent;
  text-transform: capitalize;
  border: 1px solid rgba(126, 130, 132, 1);
  border-right: none;
  display: inline-block;
  vertical-align: middle;
}

.f_des_speak input::-webkit-input-placeholder {
  color: #90969c;
}

.f_des_speak a {
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  transition: all .4s;
}

.f_des_speak a img {
  transition: all .4s;
}

.f_des_speak a:hover img {
  margin-left: -9px;
}

.f_des_skip a {
  float: left;
  margin-right: 30px;
  position: relative;
}

/*.f_des_skip a div {
    position: absolute;
    top: -103px;
    left: -37px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #fff;
    padding: 6px;
    display: none;
}*/

.f_des_skip a div img {
  width: 100%;
  height: 100%;
}

.f_des_skip a:hover div {
  display: block;
}

.f_des_skip a em {
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all .4s;
}

.f_des_skip em img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s;
}

.f_des_skip em .i_tb {
  right: -100%;
  left: auto;
}

.f_des_skip>a:hover em .i_tb {
  right: 0;
  left: 0;
}

.f_des_skip>a:hover em .i_ta {
  right: auto;
  left: -100%;
}

/* 登录过后的状态 */
.login_sta_tu {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.login_sta_tu {
  margin-right: 10px;
}

.login_sta_texts h2 {
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  line-height: 20px;
}

.login_sta_texts a {
  font-size: 12px;
  color: #56585a;
}



.login_sta_texts {
  max-width: 100px;
  overflow: hidden;
}

/* 忘记密码底部 */
.for_foot {
  padding: 24px 0;
  text-align: center;
}

.for_foot .f_b_fl {
  float: none;
  display: inline-block;
}

.for_foot .f_b_fr {
  float: none;
  display: inline-block;
  margin-left: 40px;
}

.for_foot_a {
  margin-bottom: 15px;
}

.for_foot_a a {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  color: #989DA0;
  margin-right: 29px;
  position: relative;
  transition: all .4s;
}

.for_foot_a a:hover {
  text-decoration: underline;
}

.for_foot_a a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
  width: 2px;
  height: 13px;
  background: #828688;
}

.for_foot_a a:last-child::before {
  height: 0;
}

.cred {
  color: red;
  text-align: center;
}


/* 店铺头部 */
.aud_bac {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: rgba(40, 128, 202, 1);
}

.ad_tit_fl {
  font-size: 15px;
  color: #FFFFFF;
  text-transform: capitalize;
}

.ad_t_xia {
  margin-right: 70px;
}

.ad_t_two span {
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background: url("../images/xi_a.png")no-repeat;
  background-size: 100% 100%;
}

.ad_t_two.on span {
  background: url("../images/xi_b.png")no-repeat;
  background-size: 100% 100%;
}

.ad_t_two {
  cursor: pointer;
}

.ad_tit_fr a {
  float: left;
  margin-left: 50px;
}

.ad_tit_fr a img,
.ad_tit_fr a em {
  display: inline-block;
  vertical-align: middle;
}

.ad_tit_fr a em {
  text-transform: capitalize;
  font-size: 15px;
  color: #FFFFFF;
  margin-left: 5px;
}

.aud_nav_tu {
  position: relative;
}

.aud_nav_tu>img {
  width: 100%;
}

.aud_texts {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  text-align: center;
}

.aud_logo {
  width: 48px;
  height: 50px;
  margin: 35px auto 0;
}

.aud_logo img {
  width: 120px;
}

.aud_texts h1 {
  font-size: 24px;
  color: #000000;
  margin: 20px auto;
}

.aud_texts h2 img {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.aud_texts h2 em {
  font-size: 16px;
  color: #262622;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.aud_menu {
  height: 45px;
  line-height: 45px;
  background: rgba(2, 181, 202, 1);
}

.aud_men_fl>a {
  float: left;
  padding: 0 16px;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: capitalize;
  margin-left: 44px;
  transition: all .4s;
}

.aud_men_fl .on,
.aud_men_fl a:hover {
  background: #EEAF05;
}

.aud_men_fr {
  width: 21.48%;
  height: 29px;
  line-height: 29px;
  background: rgba(255, 255, 255, 1);
  margin-right: 10px;
  padding: 0 8px;
  margin-top: 10px;
}

.aud_men_fr input {
  font-size: 12px;
  color: #4e5258;
  text-transform: capitalize;
  width: 90%;
  padding-top: 9px;
}

.aud_men_fr img {
  margin-top: 7px;
  cursor: pointer;
}

.none {
  display: none;
}

.nones {
  display: none;
}

.nonei {
  display: none !important;
}

.bgi {
  background: #ccc !important;
}

.c_twos_fr p span {
  text-align: justify;
  display: inline-block;
}

/* 2020.4.20 */
.aud_logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  width: 120px;
  height: 120px;
  line-height: 150px;
}

.adu_fs {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
}

.aud_texts .adu_fs h1 {
  font-size: 30px;
}

.aud_texts .adu_fs h2 em {
  font-size: 20px;
}

.aud_texts {
  top: 29px;
}

.exh_tetxs {
  position: relative;
  margin-left: 55px;
  margin-top: 30px;
}

.exh_tetxs::after {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  bottom: 0;
  margin: auto;
  background: url("../images/hl.png")no-repeat;
  height: 100px;
  width: 1px;
}

.exh_tetxs h1 {
  text-transform: capitalize;
  font-size: 28px;
  color: #0B0C0C;
  margin-bottom: 10px;
}

.exh_tetxs p {
  font-size: 22px;
}

.exh_tetxs p img,
.exh_tetxs p em {
  display: inline-block;
  vertical-align: middle;
}

.exh_tetxs p em {
  font-size: 14px;
  color: #3B3B3A;
  margin-left: 3px;
  text-transform: capitalize;
}

.pr_jiang .one::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url("../images/b.png")no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}

.pr_jiang .one {
  color: #0D98E8 !important;
  border: 1px solid rgba(13, 152, 232, 1) !important;
}

.cert_rt {
  margin-top: 0px;
}

.exh_tetxs h1 {
  font-size: 28px !important;
}

.cert_fls {
  width: 120px !important;
  height: 120px !important;
}

.cert_fls img {
  width: 100% !important;
}

.cert_sao {
  font-size: 19px !important;
}

.p_pag_speak img {
  margin-top: 20px;
}

/* 2020.8.10 */
.p_pag_speak span,
.p_pag_speak p {
  line-height: 30px;
  font-size: 14px;
}

.su_one_tu {
  padding: 10px;
}

.cer_padd>p,
.cer_padd span,
.cer_xx {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.f_img {
  margin-left: 200px;
}

.f_img-item {
  width: 160px;
  margin-bottom: 20px;
}

.f_img-item img {
  width: 100%;
}

.header.on .header_top,
.header.on .header_list,
.header.on .menu_sigin,
.header.on .menu_join,
.header.on .login_state {
  display: none;
}

.header.on {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #FFf;
  width: 100%;
}

.header.on .header_con {
  height: 90px;
}

.header.on .header_menu {
  padding: 20px 0;
}

.menu_serach {
  flex: 1;
}

.header.on .menu_cha {
  width: calc(100% - 7.1%);
}

.m_input_fl ul,
.h_lanug>ul {
  display: none;
}

@media screen and (min-width: 1100px) and (max-width:1440px) {
  .h_list_two a {
    margin-left: 18px;
  }
}