/*
* 首页
*/

body {
  font-family: Noto Sans S Chinese;
  min-width: 1200px;
}
body a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.bt-gongsijieshao-a {
  cursor: pointer;
  color: #0181ff;
}
.bt-gongsijieshao-a:hover {
  color: #0181ff;
  text-decoration: underline;
}
body a {
  /* color: #000000; */
  text-decoration: none;
}


/* 字体 */
@font-face {
  font-family:jiangcheng;
     src:url("../fonts/jiangcheng.ttf");
 }

/* 公共头部标签的样式 */
/* #header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
} */

/* 底部的修改 */
/* .footerBox {
  width: 100%;
  background: url(../img/footerbackground.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  color: #fff;
  height: 470px;
  position: relative;
}

.footer_shengming {
    width:100%;
    text-align:center;
    line-height:30px;
    background:#f6f6f6;
}
    .footer_shengming p {
        width: 1200px;
        margin: 0 auto;
        padding: 20px 50px 30px;
    }
.footer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 36px;
}
.footerOne {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #787676;
  padding-bottom: 25px;
}
.footerOneRight {
  display: flex;
  justify-content: space-between;
  width: 820px;
  margin-right: 22px;
} */
.mgl290{
	margin-left: 200px;
}
.footerWb {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.contactHoverQrCode {
  position: absolute;
  left: -65px;
  top: -170px;
  display: none;
}
.contact {
  position: absolute;
  left: 0;
  top: 0;
}
.contactHoverLogo {
  display: none;
}
.footerWb:hover .contactHoverLogo {
  display: block;
}
.footerWb:hover .contactHoverQrCode {
  display: block;
}
.email-img{
  position: absolute;
  left: -65px;
  top: -80px;
  display: none;
}
.footerOneRight p {
  font-size: 20px;
}
.footerTow {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
}
.footerH3 {
  font-size: 20px;
  margin-bottom: 28px;
  margin: 30px 0 15px 0;
}
.footerTowThree{
	margin-top: 26px;
	width: 650px;
}
.footerTowTow {
	margin-top: 22px;
}
.footerTowOne p {
  /* width: 360px; */
  width: 500px;
  line-height: 26px;
}
.footerTowOne > p > a {
  color: #0058ff;
  cursor: pointer;
}
.footerTowOne > p > a:hover {
  text-decoration: underline;
}
.footerTowTow p:nth-of-type(1),
.footerTowTow p:nth-of-type(2) {
  margin-bottom: 20px;
}
.footerTowTow p{
	line-height: 25px;
}
.footerTowThreeUl {
  display: flex;
}
.footerTowThreeUl .da {
	margin-right: 30px;
}
.footerTowThreeUl .da .db {
  margin-bottom: 20px;
  cursor: pointer;
}
.footerTowThreeUl .da .db img{
    margin-right: 10px;
}
.footerTowThreeUl .da .db a {
  color: #fff;
  cursor: pointer;
}
.footerTowThreeUl .da .db a:hover {
  text-decoration: underline;
  color: #463ef9;
}
.copyrightBox {
  width: 100%;
  height: 30px;
  line-height: 25px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 首页的服务项目 */
.serviceItemsBox {
  width: 100%;
  margin-top: 70px;
}
.serviceItems {
  padding: 0;
  padding-bottom: 80px;
  cursor: pointer;
  font-family: Noto Sans S Chinese;
}
.serviceItemsBox > div:nth-child(2n-1) {
  padding-right: 47px;
}
.sevItem {
  width: 100%;
  height: 320px;
  box-shadow: darkgrey 10px 10px 30px 5px;
  position: relative;
  background-color: #ffffff;
}
.sevItemHeader {
  width: 100%;
  height: 20px;
  background: #0046af;
  border-radius: 5px 5px 0px 0px;
  position: relative;
}
.sevItemHeader img {
  position: absolute;
  left: 53px;
  top: -43px;
}
.sevItemMsg {
  padding: 0 53px;
}
.sevItemMsg h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 24px 0 16px 0;
}
.sevItemMsg p {
  font-size: 16px;
  line-height: 30px;
}
.sevItemMsg > ul > li {
  font-weight: 500;
  line-height: 30px;
}
.sevItem-a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #0046af;
  opacity: 1;
  border-radius: 6px;
  color: #0046af;
  font-size: 14px;
  position: absolute;
  left: 53px;
  bottom: 18px;
}
.sevItem-a img {
  margin-left: 10px;
}
.sevItem:hover {
  transform: scale(1.1);
}
.Dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0046af;
  margin-right: 10px;
}
@media (max-width: 400px) {
    .sevItemHeader img{
        width: 70px;
        left: 36px;
        top: -25px;
    }
    .sevItemMsg{
        padding: 0 28px;
    }
    .sevItemMsg h2{
        font-size: 18px;
    }
    .sevItemMsg p{
        font-size: 12px;
        line-height :24px;
    }
    .serviceItemsBox > div{
        padding: 0 10px;
        padding-bottom: 50px;
    }
    .serviceItemsBox > div:nth-child(2n-1){
        padding-right: 10px;
    }
    .sevItemMsg > ul > li{
        font-size: 12px;
        line-height: 28px;
    }
    .sevItem-a{
        left: 28px;
    }
    .sevItemMsgBox>ul:nth-of-type(1), 
    .sevItemMsgBox>ul:nth-of-type(2){
        margin-right: 15px !important;
    }
}

/* 联系我们的修改 */
.contactUs {
  width: 100%;
  height: 500px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.contactUsLeft h2 {
  font-size: 24px;
  color: #0e357f;
  margin-bottom: 15px;
}
.contactUsLeft p {
  line-height: 24px;
  width: 320px;
  margin-bottom: 50px;
}
.contactUsRight img {
  width: 670px;
}

/* 头部活动 */
.activityHeader {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(to right, #3e83e8, #8960fc);
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 2%;
  position: relative;
}
/* 618活动 */
.details618 {
  display: inline-block;
  width: 158px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #7a1900;
  font-size: 0.8vw;
  border: 1px solid #fee503;
  background: linear-gradient(180deg, #ffff1c 0%, #ff8103 100%);
  border-radius: 4px;
  position: absolute;
  left: 72%;
  top: 15px;
}
.moveHeader {
  display: none;
}
.li_span {
  font-size: 12px;
  color: #e60012;
  text-shadow: -1px 0 rgb(255, 235, 56), 0 1px rgb(255, 235, 56),
    1px 0 rgb(255, 235, 56), 0 -1px rgb(255, 235, 56);
  display: inline-block;
  position: relative;
  bottom: 10px;
  left: -2px;
}
.conspicuousColor {
  color: red;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
}
.clear {
  clear: both;
}
.service-items-desc {
  margin-bottom: 55px;
}
.m-menu,
.m-tel {
  display: none;
}
.b-title {
  color: #fff;
  width: 50%;
  position: relative;
  left: 18%;
  top: 112px;
  visibility: hidden;
}


.btn-yucun {
  margin: 15px 0 10px 0;
  color: #ffffff;
  background: orange;
  padding: 7px 50px;
  font-size: 16px;
  letter-spacing: 1px;
}
#cunkuanyouhui button:hover,
#cunkuanyouhui button:focus {
  color: #fff;
}
.cjwt-zxkfp {
  font-size: 16px;
}
.nycjwt-tita {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.yingwenrunse:hover,
.xueshufanyi:hover,
.jijinbiaoshu:hover,
.scixueshuzhichi:hover {
  transform: scale(1.1);
}
.b-t-c-p {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
}
.b-t-a {
  font-size: 27px;
  letter-spacing: 2px;
}
.b-t-b {
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 24px;
}
.b-t-c {
  margin-bottom: 11px;
}
.b-t-d {
  font-size: 26px;
  letter-spacing: 1px;
}
.home-top,
.home-top img {
  width: 100%;
  height: 60px;
}
.headerleft {
  margin-right: 10px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.selected a {
  color: #0181ff !important;
  font-weight: bold;
}
.dropdown-menu a {
  color: #333 !important;
}
.container-fluid {
  padding: 0;
}
.navbar-nav {
  min-width: 1200px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar {
  margin-bottom: 0 !important;
  background: #fff;
  width: 100%;
}
.navbar-nav li {
  margin-right: 30px;
  position: relative;
}
.banner {
  width: 100%;
  height: 575px;
  margin-top: 60px;
  position: relative;
}
.banner_btn {
  position: absolute;
  left: 12%;
  top: 60%;
}
.banner_btn > a {
  display: inline-block;
  width: 170px;
  line-height: 40px;
  color: #fff;
  background-color: #555c97;
  text-align: center;
  border-radius: 8px;
  font-size: 22px;
  box-shadow: 3px 3px 10px #4f4f4f;
}
.del-ad {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  right: 20px;
  top: 17px;
}
.menu-left {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  position: relative;
}
.menu-left p {
  font-size: 16px;
  color: #000000;
}
.erweima {
    margin: 0 5px;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 7px 15px;
    cursor: pointer;
}
.saoma {
    width: 370px;
    height: 390px;
    position: absolute;
    right: 176px;
    top: 59px;
    display: none;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.16);
    border-radius: 10px;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.saoma .sm_t1{
    font-size:16px;
    color:#333;
    margin:10px auto;
}
    .saoma .sm_t2 {
        font-size: 14px;
        color: rgba(51,51,51,0.70);
        margin: 3px auto;
    }
    .saoma .gzh_ewm {
        width: 130px;
        height: 130px;
        margin: 10px auto;
    }
    .saoma .sm_split {
        padding: 10px;
        border-bottom: 2px dashed #dddddd;
        margin-bottom:10px;
    }
    .saoma::before {
        position: absolute;
        top: -18px;
        left: 0px;
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 180px solid transparent;
        border-right: 180px solid transparent;
    }
.phone {
    margin:0 5px;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 7px 15px;
    cursor: pointer;
}
    .phone span{
        margin-left:5px;
    }

.lx_phone {
    width: 370px;
    height: 490px;
    position: absolute;
    right: 36px;
    top: 59px;
    display: none;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.16);
    border-radius: 10px;
    padding: 20px;
    flex-direction: column;
    text-align: left;
}
    .lx_phone .tophide {
        height: 30px;
        background: transparent;
    }
    .lx_phone .sm_t1 {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
    }
    .lx_phone .blue {
        color: #0046AF;
    }
    .lx_phone .sm_t2 {
        font-size: 14px;
        color: rgba(51,51,51,0.70);
        margin: 3px;
    }

    .lx_phone .gzh_ewm {
        width: 130px;
        height: 130px;
        margin-bottom:10px;
    }
    .lx_phone .xsgw_ewm {
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-content:center;
        text-align:center;
    }

    .lx_phone .sm_split {
        border-bottom: 2px dashed #dddddd;
        margin: 20px 0;
    }

    .lx_phone .btnContract{
        background:#0046af;
        padding:5px 15px;
        color:#fff;
        margin:15px 0;
        width:120px;
        text-align:center;
        border-radius:5px;
    }

    .lx_phone::before {
        position: absolute;
        top: -18px;
        left: 0px;
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 180px solid transparent;
        border-right: 180px solid transparent;
    }
.phone-txt {
  display: flex;
  align-items: center;
}
.phone-txt .hytj {
  padding: 2px 13px;
  color: #ffffff; 
  background: #FFAA00;
  opacity: 1;
  border-radius: 2px;
  margin-left: 10px;
  cursor: pointer;
}
.phone-txt>img {
  width: 18px;
  margin-right: 8px;
}
.zc-btn .zc {
  background-color: #0046AF;
  border: 1px solid #0046AF;
  color: #ffffff;
}
.dl-btn .dl {
  background-color: #ffffff;
  border: 1px solid #0046AF;
  color: #000000;
  margin-top: 6px;
}
.zc,
.dl {
    border-radius: 50px;
    margin: 0 5px;
    padding: 7px 25px;
    cursor: pointer;
}
.menu_lx{display:flex;flex-direction:row;}
.enquiry {
    width: 321px;
    height: 380px;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    float: right;
    right: 10%;
    bottom: 40%;
}
.enquiry-tit {
  background: url(../img/index_xujiabtn.png) no-repeat;
  height: 55px;
  background-position: 50% 0;
  position: relative;
  bottom: 20px;
  color: #ffffff;
  background-size: 60%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.enquiry-tit h1 {
  line-height: 40px;
  font-size: 18px;
}

.btn-enquiry {
  width: 280px;
  height: 55px;
  font-size: 1.6rem;
  background-color: #555c97;
  color: #f6fffe;
}
.btn-enquiry:hover {
  color: #ffffff;
}

.enquiry-form {
  /* margin-top: 5px; */
}
.mgt5p {
  margin-top: 5px;
}
.mgt23 {
  margin: 5px 0;
}
.enquiry-form-item {
  height: 50px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.enquiry-form-item input {
  height: 50px;
}
.banner-m,
.banner-m img {
  width: 100%;
}
.banner-m {
  display: none;
}
.show-data,
.sid-content,
.service-items-content,
.bianjituandui,
.kehupingjia,
.choose-us-reason,
.kandenganli,
.tequan,
.zixunqu,
.hezuoyuanxiao,
.hzhb-con,
.bottom-da,
.links {
  width: 1200px;
}
.show-data {
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  height: 162px;
  position: relative;
  bottom: 150px;
  background-color: #ffffff;
  padding-top: 10px;
  clear: both;
}
.fzwy {
  height: 125px;
}
.data-item {
  height: 146px;
  display: inline-block;
  text-align: center;
}
.kehutuijian {
  background: url(../img/tuijian.png) no-repeat center;
  border-right: 1px solid #e5e5e5;
}
.dingjiqikan {
  background: url(../img/zhuanjia.png) no-repeat center;
  border-right: 1px solid #e5e5e5;
}
.xifenlingyu {
  background: url(../img/jiaoshimanyidu.png) no-repeat center;
  border-right: 1px solid #e5e5e5;
}
.gaoxiaofuwu {
  background: url(../img/fuwu.png) no-repeat center;
}
.show-num {
  font-size: 44px;
  color: #2924a4;
  font-weight: bold;
  font-family: "D IN Condensed";
}
.show-tit {
  font-size: 18px;
  letter-spacing: 0px;
  color: #2924a4;
  font-family: "Microsoft Ya Hei";
}
.service-items {
  text-align: center;
  position: relative;
  bottom: 10px;
}
.sid-title {
  font-size: 36px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
}
.sid-content {
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-family: "Alibaba Pu Hui Ti R";
  text-align: center;
  padding: 0 2%;
}
.service-items-content {
  margin: 20px auto;
}
.service-items-content h1 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Alibaba Pu Hui Ti B";
  filter: drop-shadow(0 0 23px #3c446a);
  padding-top: 50px;
}
.yingwenrunse,
.xueshufanyi,
.jijinbiaoshu,
.scixueshuzhichi {
  width: 574px;
  height: 316px;
  border-radius: 6px;
  background-color: #506c99;
  display: inline-block;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
.yingwenrunse {
  margin-right: 38px;
  margin-bottom: 35px;
  background: url(../img/service1.png);
}
.xueshufanyi {
  background: url(../img/service2.png);
}
.jijinbiaoshu {
  margin-right: 38px;
  background: url(../img/service3.png);
}
.scixueshuzhichi {
  background: url(../img/service4.png);
}
.service-items-content p {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Alibaba Pu Hui Ti R";
  text-align: center;
  padding: 20px 5%;
}
.service-items-content button:hover,
.service-items-content button:focus {
  color: #fff !important;
}
.konwmore {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 19px;
  color: #ffffff;
  font-family: "Microsoft Ya Hei";
  position: relative;
  bottom: 5px;
  height: 32px;
  width: 115px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}
#fuwuxiangmu-m {
  display: none;
}
.lijxunjia {
  background: url(../img/lijixunjia.jpg) no-repeat center;
  background-size: 100%;
  height: 160px;
}
.xunjia-input {
  display: inline-block;
  display: inline-block;
  position: relative;
  left: 40%;
  top: 41px;
  margin-right: 20px;
}

.xunjia-input input {
  width: 240px;
  height: 60px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #2212b6;
  color: #2212b6;
}
.ljxj-btn {
  width: 240px;
  height: 60px;
  border-radius: 4px;
  background-color: #463ef9;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
}
.ljxj-btn:hover {
  color: #ffffff;
}
.bianjituandui-tit {
  width: 1200px;
}
.bianjituandui-tit h2 {
  font-weight: bold;
}
.bianjituandui-tit p {
  text-align: center;
  color: #666666;
  font-size: 16px;
  font-family: "Alibaba Pu Hui Ti R";
  letter-spacing: 1px;
  line-height: 1.7em;
  margin: 10px 0 20px 0;
}
.bianjituandui-biaoqian {
  padding: 0 2%;
}
.bianjituandui-biaoqian p span {
  color: #2924a4;
  background-color: rgba(70, 62, 249, 0.10196078431372549);
  display: inline-block;
  padding: 0 6%;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
}
.bianjituandui-p {
  clear: both;
}
.bianjituandui-p .col-lg-4 {
  padding: 0;
}

.home-fwsm-tit {
  font-weight: bold;
}
.new-home-s-i .mycxs12 {
  padding: 0 !important;
  float: initial;
}
.home-fwsm-con {
  line-height: 22px;
  color: #666666;
  font-family: "Alibaba Pu Hui Ti R";
  text-align: center;
  letter-spacing: 1px;
  padding: 20px 3%;
  margin-bottom: 25px;
  font-size: 16px;
}
.new-home-s-i {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  bottom: 60px;
}
.new-home-c-sa {
  box-shadow: 0 0 25px rgba(209, 217, 227, 0.58);
}
.new-home-s-ia {
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 30px;
}
.new-home-s-ib {
  padding-right: 0;
  padding-left: 30px;
  margin-bottom: 30px;
}
/* .new-home-s-i img {
  width: 100%;
}
.new-home-s-i img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(209, 217, 227, 0.58);
} */

.mgt30 {
  margin-top: 30px;
}

.home-anli-item img,
.home-pingjia-item img,
.editor-intro img {
  width: 100%;
}

.header-first {
  max-width: 1200px;
  height: 66px;
  margin: 10px auto 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-cut {
  height: 38px;
  width: 1px;
  margin: 10px 20px 0 21px;
  background: #000000;
  opacity: 0.2;
}

.logo-txt {
  font-size: 16px;
  color: #000000;
  margin-top: 18px;
  line-height: 26px;
  font-weight: bold;
}

.container-fluid .navbar-collapse{
  width: 100%;
  display: flex!important;
  justify-content: center;
  align-items: center;
  background-color: #0046AF;
}

/*首页按钮*/
.xunjia-input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #2212b6;
}
.xunjia-input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2212b6;
}
.xunjia-input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2212b6;
}
.xunjia-input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #2212b6;
}

.jjbs-zxb-dinput input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #2212b6;
}
.jjbs-zxb-dinput input:-moz-placeholder {
  /* WebKit browsers */
  color: #2212b6;
}
.jjbs-zxb-dinput input::-moz-placeholder {
  /* WebKit browsers */
  color: #2212b6;
}

.jjbs-zxb-dinput input:-ms-input-placeholder {
}

/*润色页按钮*/
.ywrs-xunjia-form-b input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #2212b6;
}
.ywrs-xunjia-form-b input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2212b6;
}
.ywrs-xunjia-form-b input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2212b6;
}
.ywrs-xunjia-form-b input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #2212b6;
}
/*翻译页按钮*/
.my-fybr-input-a input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #2212b6;
}
.my-fybr-input-a input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2212b6;
}
.my-fybr-input-a input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2212b6;
}
.my-fybr-input-a input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #2212b6;
}

.xunjia-btn-m {
  display: none;
}
.bianjituandui {
  margin: 70px auto;
}
.bjtd-item {
  height: 468px;
  border-radius: 6px;
  width: 350px;
  display: inline-block;
}
.bianjituandui .jieshao {
  background: url(../img/bjtd.png) no-repeat center;
  color: #ffffff;
  padding: 20px;
  margin-right: 40px;
}
.bianjituandui .jieshao h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 20px 0;
}
.bianjituandui .jieshao ul {
  position: relative;
  right: 23px;
}
.bjtd-fg {
  width: 22px;
  border-bottom: 7px solid;
  margin-top: 30px;
}
.bianjituandui .jieshao p {
  line-height: 24px;
}
.bianjituandui .jieshao ul li {
  line-height: 30px;
}
.knowteam {
  color: #ffffff;
  background-color: #3e3ea7;
  width: 100px;
  letter-spacing: 1px;
}
.editor-zero,
.editor-one,
.editor-two {
  color: #ffffff;
}
.editor-zero {
  background: url(../img/editor0.png) no-repeat center;
  margin-right: 40px;
}
.editor-one {
  background: url(../img/editor1.png) no-repeat center;
  margin-right: 40px;
}
.editor-two {
  background: url(../img/editor2.png) no-repeat center;
}
.editor-one-con {
  margin-top: 304px;
  height: 182px;
  position: relative;
  background: url(../img/zhezhao.png) no-repeat;
  bottom: 18px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-left: 25px;
}
.editor-one-con h2 {
  font-size: 24px;
}
.editor-one-con h4 {
  font-size: 18px;
}
.kandenganli-tit,
.kehupingjia-tit,
.xuanzewomen-tit,
.tequan-tit,
.zixunqu-tit,
.hzyx-tit {
  font-size: 36px;
  line-height: 108px;
  color: #1a1a1a;
  text-align: center;
}
.anlibiaoqian {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #2924a4;
  font-family: "Microsoft Ya Hei";
  text-align: center;
  border-radius: 20px;
  margin-right: 28px;
  background-color: rgba(70, 62, 249, 0.10196078431372549);
}
.anlibiaoqian:hover,
.item-label button:hover {
  border: 1px solid #2924a4;
  color: #2924a4;
  background-color: rgba(70, 62, 249, 0.10196078431372549);
}
.kandenganli-items {
  margin: 40px 0 20px 0;
  clear: both;
}
.kandenganli-item {
  width: 585px;
  height: 267px;
  border-radius: 6px;
  filter: drop-shadow(0 0 9px #f5f5f5);
  background-color: #ffffff;
  border: 1px solid #2924a4;
  padding-top: 15px;
  padding-left: 15px;
  display: inline-block;
}
.kandenganli-item-l,
.kandenganli-item-r {
  display: inline-block;
}
.kandenganli-item-l {
  position: relative;
  bottom: 68px;
}
.kandenganli-item-l-tit {
  width: 100%;
  height: 36px;
  background-color: #eae5e5;
}
.kandenganli-item-l-tit text {
  font-size: 16px;
  line-height: 32px;
  color: #2212b5;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  padding: 0 30px;
}
.kandenganli-item-r {
  width: 430px;
}
.lunwentimu {
  width: 398px;
  height: 38px;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
  text-align: left;
  padding: 10px 0 35px 20px;
}
.lunwenxinxi {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  text-align: left;
  padding-left: 10px;
}
.mr25p {
  margin-right: 25px;
}
.item-label {
  position: relative;
  bottom: 55px;
}
.smanlibiaoqian {
  font-size: 14px;
  line-height: 19px;
  color: #2212b5;
  height: 37px;
  border-radius: 19px;
  margin-right: 19px;
  padding-left: 20px;
  padding-right: 20px;
}
.kme-btn {
  width: 160px;
  height: 50px;
  border-radius: 4px;
  background-color: rgba(70, 62, 249, 0.10196078431372549);
  border: 1px solid #463ef9;
  font-size: 18px;
  line-height: 30px;
  color: #2212b5;
  text-align: center;
}
.kme-btn:hover {
  color: #2212b5;
}
.know-more-example {
  text-align: center;
}
.kehupingjia,
.choose-us-reason,
.kandenganli,
.tequan,
.zixunqu,
.hezuoyuanxiao {
  margin: 0 auto;
}
.kehupingjia-item {
  width: 597px;
  height: 207px;
  background: url(../img/pingjiakuang.png) no-repeat;
  background-size: 100%;
  display: inline-block;
}
.pingjiatubiao {
  font-size: 141px;
  color: #463ef9;
  position: relative;
  left: 80%;
  bottom: 42px;
}
.pj-title {
  font-size: 20px;
  line-height: 32px;
  color: #1a1a1a;
  font-weight: bold;
  position: relative;
  left: 9%;
  bottom: 158px;
}
.pj-content {
  width: 518px;
  font-size: 17px;
  line-height: 30px;
  color: #666666;
  position: relative;
  left: 9%;
  bottom: 165px;
}
.head-img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #eeeeee;
  background: url(../img/pingjiakehu1.png) no-repeat top;
}
.user-info-con,
.head-img {
  display: inline-block;
}
.user-info-con-t1,
.user-info-con-t2 {
  display: inline-block;
}
.user-info-con-t1 {
  font-size: 20px;
  line-height: 22px;
  color: #1a1a1a;
  font-weight: bold;
}
.user-info-con-t2 {
  font-size: 16px;
  line-height: 22px;
  color: #1a1a1a;
  font-weight: bold;
}
.btn-runse {
  width: 100px;
  height: 30px;
  border-radius: 2px;
  background-color: rgba(70, 62, 249, 0.0392156862745098);
  line-height: 14px;
  color: #0a0af3;
  font-weight: bold;
  letter-spacing: 1px;
}
.btn-runse:hover {
  color: #0a0af3;
  border: 1px solid #0a0af3;
}
.pj-user-info {
  position: relative;
  display: inline-block;
  width: 598px;
  left: 5%;
  bottom: 75px;
}
.user-info-con {
  position: relative;
  left: 4%;
  bottom: 15px;
}
.move-top-50 {
  position: relative;
  top: 20px;
}
.reasons {
  margin: 25px 0 85px 0;
}
.reason {
  width: 280px;
  height: 180px;
  border-radius: 8px;
  filter: drop-shadow(0 0 10px rgba(119, 160, 251, 0.33));
  background-color: #ffffff;
  display: inline-block;
  padding-left: 2%;
}
.reason .reason-p1 {
  font-size: 24px;
  line-height: 30px;
}
.reason .reason-p2 {
  width: 214px;
  height: 40px;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}
.r-item-a .reason-p1 {
  color: #5384f1;
}
.r-item-b .reason-p1 {
  color: #915ce5;
}
.r-item-c .reason-p1 {
  color: #45cfa3;
}
.r-item-d .reason-p1 {
  color: #fcb236;
}
.r-item-a,
.r-item-b,
.r-item-c {
  margin-right: 21px;
}
.r-item-a {
  border: 2px solid #77a0fb;
}
.r-item-b {
  border: 2px solid #b085f4;
}
.r-item-c {
  border: 2px solid #5fd9b2;
}
.r-item-d {
  border: 2px solid #fcc363;
}
.reason-icon {
  margin: 15px 0;
}
.tq-item {
  width: 380px;
  height: 466px;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(211, 211, 211, 0.33));
  background-color: #ffffff;
  display: inline-block;
}
.tq-jg {
  margin-right: 24px;
}
.tq-top-line {
  width: 120px;
  height: 8px;
  position: relative;
  left: 36%;
}
.tla {
  background-color: #463ef9;
}
.tlb {
  background-color: #f6b37f;
}
.tlc {
  background-color: #13b5b1;
}
.tq-yuan {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 48px;
  left: 39%;
  top: 78px;
  opacity: 0.2;
}
.tqy-a {
  background-color: #463ef9;
}
.tqy-b {
  background-color: #f6b37f;
}
.tqy-c {
  background-image: linear-gradient(46deg, #2ae9a8 0%, #05c784 98%);
}
.tq-tb {
  position: relative;
  left: 48%;
  display: block;
}
.tq-item {
  text-align: center;
}
.tq-p1 {
  font-size: 24px;
  line-height: 22px;
  color: #1a1a1a;
  padding-top: 70px;
}
.tq-p2 {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  padding: 10px 8%;
}
.tequan-items {
  margin-bottom: 70px;
}
.zxq-item {
  display: inline-block;
  width: 30%;
  box-shadow: 0px 0px 10px 0px #ece7e7;
  border-radius: 6px;
  padding-bottom: 35px;
}
.zxq-item p,
.zxq-item button {
  margin-left: 7%;
}
.zxq-jg {
  margin-right: 4%;
}
.zxq-top-img {
  background-size: 100%;
  width: 100%;
  height: 100px;
  border-radius: 6px;
  background-color: #cbcbcb;
}
.zxq-ia {
  background: url(../img/ziliaofanghu.png) no-repeat center;
}
.zxq-ib {
  background: url(../img/zhichi.png) no-repeat center;
}
.zxq-ic {
  background: url(../img/anquan.png) no-repeat center;
}
.zxq-p1 {
  font-size: 22px;
  line-height: 30px;
  color: #1a1a1a;
  margin-top: 20px;
}
.zxq-btn-a {
  width: 166px;
  height: 28px;
  border-radius: 13px;
  font-size: 18px;
  line-height: 16px;
  color: #2924a4;
  border-color: #2924a4;
  background-color: #f9f8f8;
}
.zxq-p2 {
  width: 298px;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin: 12px 0;
}
.zxq-btn-b {
  width: 120px;
  height: 32px;
  border-radius: 5px;
  background-color: #463ef9;
  font-size: 18px;
  line-height: 19px;
  color: #fffefe;
  margin-top: 5px;
}
.zxq-btn-b:hover {
  color: #fffefe;
}
.w132 {
  width: 132px;
}
.w150 {
  width: 150px;
}
.kuailaixunjia {
  width: 100%;
  height: 170px;
  margin: 120px 0;
  background: url(../img/kuailaixunjiabeijing.png) no-repeat center;
}
.klxj-img {
  position: relative;
  left: 17%;
  bottom: 88px;
}
.klxj-kuang {
  width: 130px;
  height: 41px;
  background: url(../img/xinxikuang.png) no-repeat center;
  position: relative;
  left: 28%;
  bottom: 236px;
}
.klxj-kuang p {
  font-size: 16px;
  line-height: 40px;
  color: #564afb;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 18px;
  text-align: center;
}
.kuailaixunjia .xunjia-input {
  top: -245px;
}
.hzyx-tit {
  line-height: 80px;
}
.hzyx-p1 {
  width: 568px;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin: 0 auto;
}
.hzhb-con {
  /* box-shadow: 0 0 10px rgba(211, 211, 211, 0.33); */
  /* height: 274px; */
  background-color: #ffffff;
  margin: 50px 0;
}
.hzhb-con img {
  display: inline-block;
  margin: 15px 18px;
}
.hzhb-con-l,
.hzhb-con-r {
  display: inline-block;
  width: 49%;
}
.hzhb-con-l {
  padding-left: 4%;
  padding-top: 45px;
}

.bottom {
  background: url(../img/bottom-bg.png) no-repeat center;
  width: 100%;
}
.bottom-da {
  margin: 0 auto;
}
.bt-logo {
  padding-top: 70px;
}
.bt-contact {
  position: relative;
  bottom: 20px;
}
.bt-logo,
.bt-contact,
.hot-service,
.our-media {
  display: inline-block;
  width: 22%;
}
.bt-logo-img,
.bt-logo-p {
  display: inline-block;
}
.bt-logo-p {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  position: relative;
  top: 37px;
  left: 2%;
  font-family: "Microsoft Ya Hei";
}
.bt-log-fg {
  width: 51px;
  height: 4px;
  margin: 30px 0;
  background-color: #0181ff;
}
.bt-gongsijieshao {
  width: 299px;
  height: 147px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  text-align: left;
  margin-bottom: 50px;
}
.bt-cda {
  margin-bottom: 50px;
  font-family: "Alibaba Pu Hui Ti B";
  letter-spacing: 1px;
}
.bt-cda-ta,
.bt-cda-tb {
  line-height: 20px;
  color: #1a1a1a;
  font-weight: bold;
}
.bt-cda-ta {
  font-size: 16px;
  line-height: 30px;
}
.bt-cda-tb {
  font-size: 20px;
}
.bt-cda-img {
  position: relative;
  bottom: 2px;
}
.hs-p1 {
  font-size: 22px;
  line-height: 48px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
}
.hs-item {
  width: 44%;
  display: inline-block;
  font-size: 17px;
  line-height: 48px;
  color: #000000;
  font-family: "Microsoft Ya Hei";
}
.om-p1 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
}
.om-p2 {
  font-size: 18px;
  line-height: 42px;
  color: #1a1a1a;
  font-family: "Microsoft Ya Hei";
}
.bda-jg1 {
  margin-right: 5%;
}
.our-media {
  position: relative;
  bottom: 120px;
}
.bottom-db {
  background-color: #7560ff;
  height: 30px;
}
.links {
  margin: 0 auto;
  padding: 20px 10px 0 10px;
  border-bottom: 1px solid #bdbbbb;
}
.link text {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 34px;
  margin: 0 5px;
  font-family: "Microsoft Ya Hei";
}
.address {
  margin-top: 23px;
}
.address-p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Microsoft Ya Hei";
  text-align: center;
}
.bottom-dc {
  width: 100%;
  height: 30px;
  background-color: #2924a4;
}
.bottom-dc p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-family: "Microsoft Ya Hei";
}
.bottom-dc a,
.bottom-dc a:focus,
.bottom-dc a:hover {
  color: #ffffff;
}
.xunjia-btn-m,
.bianjituandui-m,
.kdal-m,
.reason-m,
.tq-m,
.zxq-m,
#fuwuxiangmu-m,
.khpj-m {
  display: none;
}
.m-logo,
.sm-ljxj {
  display: none;
}

/**
 * 轮播阴影效果去除
 */
.carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.m-zc-btn,
.m-dl-btn {
  display: none;
}

/*英文润色*/
.yingwenrunse-service {
  background: url(../img/runsebanner.png) no-repeat;
  background-size: 100%;
  margin-top: 122px;
}
.yingwenrunse-service-left,
.yingwenrunse-service-right {
  display: inline-block;
  text-align: left;
  color: #2923ce;
}
.yingwenrunse-service-left {
  width: 70%;
}
.yingwenrunse-service-right {
  width: 26%;
}
.yingwenrunse-service-left-con {
  width: 38%;
  margin: 100px auto;
  font-weight: bold;
}
.ywrs-slc-p1 {
  font-size: 27px;
  line-height: 55px;
  font-family: "Alibaba Pu Hui Ti R";
  letter-spacing: 1px;
  position: relative;
  top: 20px;
}
.ywrs-slc-p2 {
  font-size: 80px;
  letter-spacing: 1px;
  line-height: 115px;
  font-family: "Alibaba Pu Hui Ti H";
  filter: drop-shadow(2px 3.464px 0px #c2c8d7);
}
.ywrs-slc-p3 {
  font-size: 18px;
  line-height: 28px;
  color: #2923ce;
  font-family: "Alibaba Pu Hui Ti M";
}
.ywrs-slc-d1 {
  margin-top: 15px;
}
.ywrs-slc-p4 {
  font-size: 20px;
  display: inline-block;
  background: url(../img/runsebannerjuxing.png) no-repeat center;
  width: 143px;
  height: 41px;
  text-align: center;
  line-height: 41px;
}
.yingwenrunse-service-right-con {
  position: relative;
  padding: 20px 0 40px 0;
  left: 12%;
  width: 310px;
  border-radius: 6px;
  background: rgba(23, 71, 245, 0.1);
}
.ywrs-t-lijirunse {
  font-weight: bold;
  font-size: 36px;
  color: #2923ce;
  font-family: "Alibaba Pu Hui Ti B";
  text-align: center;
}
.ywrs-xunjia-form-a {
  position: relative;
  left: 12%;
  width: 310px;
  bottom: 260px;
}
.btn-ywrs-ljxj {
  width: 272px;
  height: 50px;
  border-radius: 25px;
  filter: drop-shadow(1px 1.732px 10px rgba(255, 154, 7, 0.2));
  background-image: linear-gradient(105deg, #3d37f8 0%, #7862ff 100%);
  color: #fff;
  font-size: 24px;
}
.btn-ywrs-ljxj:hover {
  color: #ffffff;
}
.ywrs-xunjia-form-a-da {
  text-align: center;
  padding-top: 20px;
}
.my-ywrs-input-a {
  width: 272px;
  height: 58px;
  border-radius: 29px;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #9c9ecd;
}
.ywrs-xunjia-form-b {
  padding: 0 6% 20px 6%;
}

.yingwenrunse-show-data {
  margin: 20px 0;
  padding-left: 18%;
}
.ywrs-sd-m {
  display: none;
}
.ywrs-sd-item {
  margin-right: 3%;
  padding: 35px 0;
  display: inline-block;
  text-align: center;
  width: 23%;
  border-radius: 4px;
  background-color: #f8f9ff;
  border: 1px solid #cccbf6;
}
.ywrs-sd-ita,
.ywrs-sd-itb,
.ywrs-sd-itc {
  line-height: 33px;
  color: #2923ce;
  font-weight: bold;
  font-family: "D IN Condensed";
}
.ywrs-sd-ita {
  font-size: 54px;
}
.ywrs-sd-itb {
  font-size: 54px;
}
.ywrs-sd-itc {
  font-size: 27px;
  position: relative;
  bottom: 30px;
}
.ywrs-sd-itd {
  font-size: 21px;
  line-height: 26px;
  color: #2923ce;
  font-family: "Alibaba Pu Hui Ti R";
}
.ywrs-sd-ipb {
  font-size: 18px;
  color: #2923ce;
  font-family: "Microsoft Ya Hei";
  text-align: center;
}

.yingwenrunse-tedian-l,
.yingwenrunse-tedian-r {
  display: inline-block;
}
.yingwenrunse-tedian-l {
  margin-left: 18%;
  position: relative;
  top: 50px;
}
.yingwenrunse-tedian-r {
  margin-left: 4%;
  position: relative;
  bottom: 70px;
}
.ywrs-t-pa,
.ywrs-t-pb {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
}
.ywrs-t-pa {
  color: #2923ce;
}
.ywrs-t-pb {
  color: #000000;
}
.ywrs-t-pc {
  font-size: 20px;
}
.ywrs-t-ta {
  line-height: 44px;
  color: #2923ce;
  font-weight: bold;
  font-family: "D IN Condensed";
  font-style: italic;
}
.ywrs-t-tb {
  color: #333333;
  letter-spacing: 1px;
}

.yingwenrunse-gailan {
  background: url(../img/ywrs-bga1.png) no-repeat center;
  color: #ffffff;
  text-align: center;
  padding: 35px 25%;
  letter-spacing: 1px;
}
.ywrs-g-pa {
  font-size: 44px;
  margin: 0 0 10px 0;
  font-family: "Alibaba Pu Hui Ti B";
  text-align: center;
}
.ywrs-g-pb {
  font-size: 20px;
  line-height: 30px;
  font-family: "Alibaba Pu Hui Ti L";
  text-align: center;
}
.ywrs-g-pc {
  font-size: 14px;
  line-height: 24px;
  font-family: "Alibaba Pu Hui Ti L";
  text-align: center;
}

.ywrs-fwfa-pa,
.ywrs-fwfa-pb {
  text-align: center;
  letter-spacing: 2px;
}
.ywrs-fwfa-pa {
  font-size: 44px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
}
.ywrs-fwfa-pb {
  font-size: 22px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti R";
}

.yingwenrunse-fuwufangan {
  margin-top: 50px;
}
.ywrs-fwfa-con {
  padding: 50px 0 50px 19%;
}
.ywrs-fwfa-con-item {
  margin-bottom: 50px;
  float: left;
  margin-right: 1%;
  display: inline-block;
  width: 26%;
  border: 1px solid #eee;
  filter: drop-shadow(0 0 8px rgba(243, 235, 233, 0.6));
  background-color: #ffffff;
}
.ywrs-hxa {
  border-top: 2px solid #ff403f;
}
.ywrs-hxb {
  border-top: 2px solid #56c375;
}
.ywrs-hxc {
  border-top: 2px solid #4250e2;
}
.ywrsfci-pa,
.ywrsfci-pb,
.ywrsfci-pc {
  font-family: "Alibaba Pu Hui Ti B";
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
}
.ywrsfci-pba {
  color: #ff403f;
}
.ywrsfci-pbb {
  color: #56c375;
}
.ywrsfci-pbc {
  color: #4250e2;
}
.w145p {
  width: 145px;
}
.ywrsfci-ta,
.ywrsfci-tb,
.ywrsfci-tc {
  display: inline-block;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
}
.ywrsfci-ta {
  background-image: linear-gradient(180deg, #ff3b3b 0, #ffc3b3 99%);
}
.ywrsfci-tb {
  background-image: linear-gradient(180deg, #56c375 0%, #b4eec5 98%);
}
.ywrsfci-tc {
  background-image: linear-gradient(0deg, #a9baff 0%, #4250e2 100%);
}
.ywrsfci-pc {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
  padding: 10px 5%;
}
.ywrsfci-pd {
  display: inline-block;
  width: 45%;
  margin-right: 2%;
  margin-top: 10px;
}
.ywrsfci-pd-ta {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 15px;
  color: #999999;
  font-weight: bold;
  font-family: "Microsoft Ya Hei";
  text-decoration: line-through;
}
.ywrsfci-pd-tb {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  font-family: "Microsoft Ya Hei";
  text-align: center;
  position: relative;
  bottom: 15px;
}
.ywrsfci-pd-tc {
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 28px;
  color: #333333;
  font-family: "D IN Condensed C";
  text-align: center;
}
.ywrsfci-pd-td,
.ywrsfci-pd-te,
.ywrsfci-pd-tf {
  font-size: 12px;
  letter-spacing: -1px;
  line-height: 28px;
  font-family: "Alibaba Pu Hui Ti R";
  text-align: center;
}
.ywrsfci-pd-td {
  color: #333333;
}
.ywrs-bqa {
  color: #ffffff;
  width: 57px;
  height: 17px;
  display: inline-block;
  line-height: 17px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.ywrsfci-pd-te {
  background-image: linear-gradient(90deg, #ff422e 0, #ffc168 97%);
  bottom: 52px;
  left: 7%;
}
.ywrsfci-pd-tec {
  background-image: linear-gradient(90deg, #ff422e 0, #ffc168 97%);
  right: 10%;
  bottom: 30px;
}
.ywrsfci-pd-tf {
  background-image: linear-gradient(90deg, #2ab756 0%, #beef8e 97%);
  bottom: 52px;
  left: 73%;
}
.ywrsfci-pe {
  font-weight: bold;
  background-color: #eeeeee;
  font-size: 18px;
  line-height: 48px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti M";
  text-align: left;
  letter-spacing: 2px;
  text-indent: 20px;
}
.ywrsfci-pf {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti M";
  text-align: left;
  letter-spacing: 1px;
  padding-left: 20px;
}
.ywrsfci-djbfwc {
}
.ywrsfci-djbfwc {
  padding: 5px 5%;
  font-size: 15px;
}
.ywrsfci-djbfwc img,
.dlrsfw-ta {
  float: right;
  display: inline-block;
}
.ywrsfci-djbfwc p {
  display: inline-block;
  width: 72%;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 14px;
}
.ywrs-shili {
  color: #0000ff;
  text-decoration: underline;
}
.ywrs-fwfa-m {
  display: none;
}
.t-danger {
  color: red;
}

.yingwenrunse-anli {
  margin-top: 50px;
  width: 1200px;
  margin: 0 auto;
}
.ywrs-al-pa {
  font-size: 44px;
  letter-spacing: 1px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti M";
  text-align: center;
}
.ywrs-al-pb {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti R";
  text-align: center;
}
.yingwenrunse-anli-tu {
  width: 100%;
  margin: 0 auto;
  background-color: #d5d3e0;
}
.yingwenrunse-anli-tua {
  background-color: #c2c0d1;
  position: relative;
}
.yingwenrunse-anli-tu img {
  width: 100%;
}
.yingwenrunse-anli-btn {
  text-align: center;
}
.view-more-case-btn {
  width: 18%;
  color: #ffffff;
  font-size: 18px;
  height: 70px;
  border-radius: 40px;
  filter: drop-shadow(1px 1.732px 10px rgba(62, 56, 248, 0.2));
  background-image: linear-gradient(66deg, #3d37f8 0, #7862ff 100%);
}
.view-more-case-btn:hover,
.view-more-case-btn:visited,
.view-more-case-btn:focus {
  color: #ffffff;
}

.yingwenrunse-zhuanshutequan {
  margin-top: 70px;
}
.yingwenrunse-zhuanshutequan-con {
  width: 1200px;
  margin: 0 auto;
}
.ywrs-zstq-da {
  height: 208px;
  float: left;
  border-radius: 8px;
  margin: 15px 0 50px 0;
  filter: drop-shadow(0 0 8.5px rgba(63, 136, 237, 0.1));
  background-color: #ffffff;
  width: 380px;
  padding: 0 15px 20px 15px;
}
.ywrs-zstq-da-ca {
  border: 1px solid #ff403f;
}
.ywrs-zstq-da-cb {
  border: 1px solid #ffde00;
  margin: 15px 30px 50px 30px;
}
.ywrs-zstq-da-cc {
  border: 1px solid #0000ff;
}
.ywrs-zstq-pa {
  font-size: 28px;
  font-family: "Alibaba Pu Hui Ti B";
  text-align: center;
  width: 280px;
  margin: 0 auto;
  background-size: 100%;
  color: #fff;
  position: relative;
  bottom: 10px;
}
.ywrspbga {
  background: url(../img/jc-tq1.png) no-repeat center;
}
.ywrspbgb {
  background: url(../img/jc-tq2.png) no-repeat center;
}
.ywrspbgc {
  background: url(../img/jc-tq3.png) no-repeat center;
}
.ywrs-zstq-ua {
  margin-top: 30px;
}
.ywrs-zstq-ua li {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
  letter-spacing: 1px;
}

.yingwenrunse-qitazengzhi {
  background-color: #fbfbfb;
}
.yingwenrunse-qitazengzhi-img,
.yingwenrunse-qitazengzhi-con {
  display: inline-block;
}
.yingwenrunse-qitazengzhi-img {
  width: 30%;
  height: 535px;
  margin-left: 10%;
  float: left;
}
.yingwenrunse-qitazengzhi-img img {
  width: 100%;
  height: 100%;
}
.yingwenrunse-qitazengzhi-con {
  width: 56%;
}
.ywrs-qtzzfw-tit {
  font-size: 40px;
  font-weight: bold;
  margin: 30px 0;
  line-height: 30px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
}
.ywrs-qtzzfw-pa {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #2923ce;
  font-family: "Alibaba Pu Hui Ti B";
}
.ywrs-qtzzfw-pa-ta {
  font-style: italic;
}
.ywrs-qtzzfw-da {
  width: 46%;
  display: inline-block;
  margin: 25px 2% 25px 0;
  float: left;
}
.ywrs-qtzzfw-pb {
  line-height: 30px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
  letter-spacing: 1px;
  font-weight: bold;
}

.yingwenrunse-sandatedian {
  padding: 0 0 0 16%;
}
.ywrs-sdtd-item {
  height: 200px;
  float: left;
  margin: 20px 1.5% 50px 1.5%;
  width: 24%;
  border-radius: 10px;
  filter: drop-shadow(0 0 19px rgba(255, 192, 0, 0.06));
  background-color: #fbfbf9;
  border-top: 6px solid;
}
.ywrs-sdtd-ipa {
  font-size: 22px;
  font-weight: bold;
  font-family: "Alibaba Pu Hui Ti M";
}
.ywrs-sdtd-ipa-ca {
  color: #ffc000;
}
.ywrs-sdtd-ipa-ca {
  color: #ea228a;
}
.ywrs-sdtd-ipa-ca {
  color: #00e8da;
}
.ywrs-sdtd-ipa-ba {
  border-color: #ffc000;
}
.ywrs-sdtd-ipa-bb {
  border-color: #ea228a;
}
.ywrs-sdtd-ipa-bc {
  border-color: #00e8da;
}
.ywrs-sdtd-ipa-img {
  margin-left: 25px;
  position: relative;
  bottom: 3px;
}
.ywrs-sdtd-ipb {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
  padding: 0 4%;
}

.yingwenrunse-changjianwenti {
  margin: 50px 0;
}
.ywrs-cjwt-items {
  width: 1200px;
  margin: 0 auto;
}
.ywrs-cjwt-tit {
  margin: 50px 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
  text-align: center;
}
.ywrs-cjwt-item-pa {
  font-size: 22px;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
}
.ywrscjwtitemselect {
  color: #2923ce;
}
.ywrs-cjwt-item {
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
}
.ywrs-cjwt-item-ta {
  transform: skew(-15deg);
  display: inline-block;
}
.ywrs-cjwt-item-pb {
  font-size: 15px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 30px;
  font-family: "Alibaba Pu Hui Ti L";
  padding: 0 85px 0 63px;
}
.ywrs-cjwt-img-c {
  float: right;
  position: relative;
  bottom: 50px;
  right: 40px;
}
.btn-posb {
  position: relative;
  top: 8px;
  right: 3%;
}

/**翻译页面**/
.fanyi-shujuzhanshi-m {
  display: none;
}
.fanyi-banner {
  background: url(../img/fy-banner.png) no-repeat center;
  height: 520px;
  color: #ffffff;
  margin-top: 122px;
}
.fanyi-banner-l,
.fanyi-banner-r {
  float: left;
}
.fanyi-banner-l {
  width: 52%;
}
.fanyi-banner-r {
  padding: 2% 0 0 5%;
  width: 30%;
}
.fanyi-banner-l-con {
  padding: 7% 0 0 33%;
}
.fyl-con-p1 {
  font-size: 65px;
  letter-spacing: 1px;
  line-height: 100px;
  font-weight: bold;
  font-family: "YouSheBiaoTiHei";
  filter: drop-shadow(0px 6px 0 rgba(70, 62, 249, 0.54));
}
.fyl-con-p2 {
  letter-spacing: 1px;
  font-size: 20px;
  font-family: "Alibaba Pu Hui Ti R";
}
.fyl-con-p3 {
  font-size: 30px;
  font-family: "Alibaba Pu Hui Ti M";
  line-height: 60px;
}
.fanyi-banner-r-con {
  width: 310px;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 10px rgba(63, 136, 237, 0.2));
  background-color: #ffffff;
  border: 2px solid #aca9eb;
}
.fyr-con-pa {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  filter: drop-shadow(0px 2px 10px rgba(63, 136, 237, 0.2));
  background-image: linear-gradient(50deg, #2b22fc 0, #7862ff 100%);
  font-size: 28px;
  line-height: 80px;
  color: #ffffff;
  font-family: "Alibaba Pu Hui Ti M";
  text-align: center;
}
.fy-jgatb {
  margin: 10px 0;
  height: 20px;
}
.fyr-con-ig {
  margin: 20px 3%;
}
.my-fybr-input-a {
  border-radius: 0;
  background-color: #fbfbfb;
  color: #463ef9;
  line-height: 50px;
  height: 55px;
  font-size: 14px;
}
.btn-fyb-ljxj:hover,
.btn-fyb-ljxj:focus {
  color: #ffffff !important;
}
.btn-fyb-ljxj {
  width: 100%;
  height: 55px;
  background-color: #463ef9;
  font-size: 18px;
  letter-spacing: 2px;
}
.fanyi-tedian-l,
.fanyi-tedian-r {
  float: left;
}
.fanyi-tedian-l {
  width: 55%;
  padding: 2% 0 0 20%;
}
.fanyi-tedian-r {
  width: 45%;
  padding: 2% 0 0 2%;
}
.fy-t-pa,
.fy-t-pb {
  font-weight: bold;
  font-family: "Alibaba Pu Hui Ti B";
  font-size: 32px;
}
.fy-t-pa {
  line-height: 60px;
  color: #1a1a1a;
}
.fy-t-pb {
  line-height: 22px;
  color: #2924a4;
  margin-bottom: 40px;
}
.fy-t-ta {
  font-size: 22px;
  line-height: 44px;
  color: #2924a4;
  font-weight: bold;
  font-family: "D IN Condensed";
  font-style: italic;
}
.fy-t-tb {
  font-size: 20px;
  line-height: 39px;
  color: #333333;
  font-family: "Microsoft Ya Hei";
}
.fy-t-r-img {
  width: 350px;
}

.w200p {
  width: 200px;
}
.fyfci-pd-t-posa {
  bottom: 26px;
  right: 4%;
  font-size: 12px;
  padding: 1px 0;
}
.fyfci-pd-ta {
  background-image: linear-gradient(180deg, #ff3b3b 0, #ffc3b3 99%);
}
.fyfci-pd-tb {
  background-image: linear-gradient(180deg, #56c375 0%, #b4eec5 98%);
}
.fyfci-pd-tc {
  background-image: linear-gradient(0deg, #a9baff 0%, #4250e2 100%);
}
.fy-bqa {
  color: #ffffff;
  width: 75px;
  height: 17px;
  display: inline-block;
  line-height: 17px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.fy-fwfa-m {
  display: none;
}

.fanyi-liucheng {
  margin: 20px 0;
  width: 100%;
}
.fy-lc-pa {
  text-align: center;
  font-size: 36px;
  line-height: 108px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
  letter-spacing: 1px;
}
.fy-lcconl-item-ind-pa {
  width: 92px;
  height: 92px;
  color: #ffffff;
  font-size: 56px;
  line-height: 90px;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 35px;
  font-style: italic;
}
.fy-lcconl-item-cen-pa {
  font-size: 19px;
  line-height: 22px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
}
.fy-lcconl-item-ind,
.fy-lcconl-item-cen {
  float: left;
}
.fy-lcconl-item-cen {
  padding-left: 20px;
}
.fy-lcconl-item-cen-pb {
  width: 260px;
  font-size: 16px;
  line-height: 25px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti R";
  text-align: left;
}
.fy-lcconl-item {
  width: 390px;
  border-bottom: 2px solid #eee;
  height: 130px;
  margin-bottom: 30px;
}
.rt12p {
  position: relative;
  top: 12px;
}
.fy-lcconl-bga {
  background-image: linear-gradient(52deg, #5651f2 0%, #837ff1 100%);
}
.fy-lcconl-bgb {
  background-image: linear-gradient(46deg, #6a91ff 0%, #6ff0ff 100%);
}
.fy-lcconl-bgc {
  background-image: linear-gradient(46deg, #25c6ab 0%, #56f5da 100%);
}
.fy-lc-con-l,
.fy-lc-con-r,
.fy-lc-con-c {
  float: left;
}
.fy-lc-con-c {
  padding-top: 3%;
}
.fy-lc-con {
  padding: 0 0 0 19%;
}
.fy-lc-con-l {
  margin-right: 3%;
}
.fy-lc-con-r {
  margin-left: 3%;
}
.fanyi-liucheng-m {
  display: none;
}

.fanyi-why-choice {
  margin: 50px 0 50rpx 0;
}
.fy-wsmxzwm-pa,
.fy-wsmxzwm-pb {
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}
.fy-wsmxzwm-pa {
  font-size: 32px;
  font-family: "Alibaba Pu Hui Ti B";
  color: #1a1a1a;
}
.fy-wsmxzwm-pb {
  color: #2924a4;
  font-size: 18px;
  font-family: "Alibaba Pu Hui Ti M";
  margin: 0 0 30px 0;
}
.fy-wsm-item {
  margin: 3% 4%;
  float: left;
  width: 450px;
  height: 278px;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(211, 211, 211, 0.33));
  background-color: #ffffff;
}
.fy-wsm-item-n {
  color: #ffffff;
  position: relative;
  width: 100%;
  bottom: 30px;
  right: 30px;
  height: 278px;
  border-radius: 6px;
  background-image: linear-gradient(
    57deg,
    #ffffff 0%,
    #5252c2 0%,
    #7862ff 100%
  );
}
.fy-wsm-item-n-img {
  width: 40%;
  position: absolute;
  left: 60%;
}
.fy-wsm-item-n-img img {
  width: 100%;
}
.fy-wsm-item-n-tit,
.fy-wsm-item-n-tita,
.fy-wsm-item-n-titb {
  padding-left: 30px;
  letter-spacing: 1px;
}
.fy-wsm-item-n-tit {
  font-weight: bold;
  background-image: linear-gradient(90deg, #ffffff 0, #de5454 0, #f69d8e 100%);
  line-height: 45px;
  font-size: 24px;
  width: 45%;
  position: relative;
  top: 35px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
.fy-wsm-con {
  padding: 0 0 0 22%;
}
.fy-wsm-item-n-tita {
  position: relative;
  top: 45px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Alibaba Pu Hui Ti B";
}
.fy-wsm-item-n-titb {
  position: relative;
  top: 50px;
  font-size: 14px;
  font-family: "Alibaba Pu Hui Ti R";
}
.fy-wsm-item-n-titb img {
  position: relative;
  bottom: 1px;
}

.fanyi-anli {
  width: 1200px;
  padding: 0 2%;
  margin: 0 auto 50px auto;
}
.fy-tit {
  font-size: 36px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
  text-align: center;
  margin: 50px 0;
  font-weight: bold;
  letter-spacing: 2px;
}
.fy-con {
  width: 1011px;
  margin: 0 auto;
  background-image: linear-gradient(38deg, #2b22fc 0%, #7862ff 100%);
}
.fy-con img {
  width: 100%;
  position: relative;
  bottom: 20px;
  right: 20px;
}

.fanyi-zhuanshutequan {
  margin: 50px 0 0 0;
}
.fy-zstq-bga {
  background-color: #463ef9;
}
.fy-zstq-bgb {
  background-color: #f6b37f;
}
.fy-zstq-bgc {
  background-color: #13b5b1;
}
.fy-zstq-pa,
.fy-zstq-pb {
  text-align: center;
  font-weight: bold;
}
.fy-zstq-pa {
  font-size: 36px;
  line-height: 60px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
}
.fy-zstq-pb {
  font-size: 20px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti M";
  margin-bottom: 40px;
}
.fy-zstq-con {
  padding: 0 0 0 18%;
}
.fy-zstq-item {
  margin: 0 2% 1% 0;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(211, 211, 211, 0.33);
  width: 380px;
  float: left;
}
.fy-zstq-i-pa {
  color: #ffffff;
  width: 60%;
  padding-left: 6%;
  font-size: 20px;
  line-height: 40px;
  border-bottom-right-radius: 25px;
  font-weight: bold;
  letter-spacing: 1px;
}
.fy-zstq-i-ula {
  padding-right: 9%;
  letter-spacing: 1px;
}
.fy-zstq-i-ula li {
  margin: 25px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

.fy-qtzz-pa {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.fanyi-qitazengzhi {
  margin: 50px 0 0 0;
}
.fy-qtzz-con {
  padding: 4% 0 0 15%;
}
.fy-qtzz-itemw {
  width: 260px;
  height: 242px;
  box-shadow: 0 0 10px rgba(211, 211, 211, 0.52);
  background-color: #ffffff;
  float: left;
  margin: 0 13% 3% 0;
}
.fy-qtzz-item {
  padding-left: 30px;
  letter-spacing: 1px;
  width: 350px;
  height: 250px;
  box-shadow: 0 0 10px rgba(211, 211, 211, 0.33);
  position: relative;
  left: 35px;
  bottom: 35px;
  border-bottom-right-radius: 20px;
}
.fy-qtzz-i-pa {
  padding-top: 20px;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Alibaba Pu Hui Ti B";
}
.fy-qtzz-i-pb {
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Alibaba Pu Hui Ti R";
  padding-right: 20px;
}
.fy-qtzz-i-btn {
  width: 90px;
  height: 30px;
  background-color: #fb5258;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 195px;
  left: -3%;
}
.fy-qtzz-i-btn a {
  color: #ffffff;
  font-size: 16px;
}
.fy-zstq-i-ta {
  position: absolute;
  left: 53%;
  font-size: 90px;
  font-weight: bold;
  top: 145px;
  color: #3c3e82;
  font-family: "Alibaba Pu Hui Ti H";
}

.fy-tedian {
  background: url(../img/fy-tedian-banner.png) no-repeat center;
  height: 480px;
}
.fy-td-con {
  width: 1200px;
  margin: 0 auto;
  color: #ffffff;
}
.fy-td-item {
  float: left;
  width: 24%;
  text-align: center;
}
.mg0-14 {
  margin: 0 14%;
}
.fy-td-i-pa {
  font-size: 24px;
  font-family: "Alibaba Pu Hui Ti M";
  font-weight: bold;
}
.fy-td-i-pb {
  font-size: 18px;
  line-height: 30px;
  font-family: "Alibaba Pu Hui Ti R";
  text-align: center;
  font-size: 14px;
}
.fy-td-i-imga {
  margin: 70px 0;
  height: 106px;
}

.fanyi-wenda {
  margin: 30px 0;
}
.fy-cjwd {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.fy-cjwd-item {
  font-family: "Microsoft Ya Hei";
  width: 1200px;
  margin: 40px auto;
}
.fy-cjwd-i-index {
  right: 10px;
  top: 12px;
  width: 53px;
  height: 45px;
  background: url(../img/fy-wendajx1.png) no-repeat center;
  display: inline-block;
  position: relative;
  line-height: 33px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.fy-cjwd-i-w {
  display: inline-block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  width: 80%;
}
.fy-cjwd-i-d {
  font-size: 16px;
  color: #333333;
  padding-left: 60px;
}

/**基金标书**/
.jijinbiaoshu-banner {
  background: url(../img/jijinbiaoshu-banner.png) no-repeat center;
  width: 100%;
  height: 478px;
  margin-top: 122px;
}
.jjbs-left,
.jjbs-right {
  float: left;
}
.jjbs-left {
  width: 63%;
}
.jjbs-right {
  width: 33%;
  padding-top: 3%;
}
.jjbs-l-con {
  margin: 0 auto;
  padding: 9% 0 6% 34%;
}
.jjbs-l-con-pa {
  letter-spacing: 1px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
}
.jjbs-l-con-ta {
  font-size: 35px;
}
.jjbs-l-con-tb {
  font-size: 50px;
}
.jjbs-l-con-tc {
  width: 35px;
  height: 3px;
  background-color: #2924a4;
  display: inline-block;
  position: relative;
  bottom: 12px;
}
.jjbs-l-con-td {
  font-size: 40px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti M";
  font-weight: bold;
}
.jjbs-l-con-pc {
  border-bottom: 2px solid #7862ff;
  padding-bottom: 5px;
  width: 420px;
  transform: skew(-20deg);
}
.jjbs-l-con-te {
  font-size: 20px;
  color: #ffffff;
  display: block;
  background-color: #463ef9;
  font-family: "Alibaba Pu Hui Ti R";
  width: 420px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #44a5fc;
}
.jjbs-l-con-tf {
  font-size: 40px;
  letter-spacing: 0px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti M";
  font-weight: bold;
}
.jijinbiaoshu-zixunbiao {
  width: 315px;
  height: 300px;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 10px rgba(63, 136, 237, 0.2));
  background-color: rgba(255, 255, 255, 0.3686274509803922);
  border: 2px solid #aca9eb;
}
.jjbs-zxb-pa {
  font-size: 28px;
  line-height: 70px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti M";
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.jjbs-zxb-dinput {
  padding: 0 7% 20px 7%;
}
.jjbs-zxb-dinputb {
  padding: 0 2% 20px 2%;
}
.jjbs-zxb-dinput input,
.lwjc-zxb-dinput input,
.jjbs-zxb-dinputb input {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #463ef9;
}
.jjbs-zxb-ipt,
.jjbs-zxb-dbtn {
  margin: 0 auto;
  display: block;
}
.jjbs-zxb-ipt {
  height: 50px !important;
}
.jjbs-zxb-dbtn {
  height: 58px;
  background-color: #463ef9;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  width: 100%;
}
/* .jjbs-zxb-ipt:focus-within{border:0;border-bottom: 1px solid #EEEEEE;} */
.jjbs-zxb-dbtn:focus,
.jjbs-zxb-dbtn:hover,
.jjbs-send-code:focus,
.jjbs-send-code:hover {
  color: #ffffff;
}
.jjbs-send-code {
  background-color: #463ef9;
  color: #ffffff;
}

.jijinbiaoshu-fuwu {
  margin: 50px 0;
}
.jjbs-pa,
.jjbs-pb {
  text-align: center;
  letter-spacing: 1px;
}
.jjbs-pa {
  font-size: 36px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
  line-height: 75px;
}
.jjbs-pb {
  width: 1072px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
  margin: 0 auto;
}
.jjbs-zw100 {
  height: 100px;
}
.jjbsfw-item {
  width: 380px;
  height: 1002px;
  border-radius: 10px;
  background-color: #ffffff;
  float: left;
  margin-bottom: 50px;
}
.jjbs-hot {
  display: inline-block;
  float: left;
  position: relative;
  bottom: 56px;
}
.jjbs-ba {
  border: 1px solid #13cae0;
}
.jjbs-bb {
  border: 1px solid #b7924f;
}
.jjbs-bc {
  border: 1px solid #24a58f;
}
.jjbsfwi-paa {
  background: url(../img/jjbs-fw-paba.png) no-repeat center;
}
.jjbsfwi-pab {
  background: url(../img/jjbs-fw-pabb.png) no-repeat center;
}
.jjbsfwi-pac {
  background: url(../img/jjbs-fw-pabc.png) no-repeat center;
}
.jjbsfwi-pba {
  background: url(../img/jjbs-fw-pbba.png) no-repeat center;
}
.jjbsfwi-pbb {
  background: url(../img/jjbs-fw-pbbb.png) no-repeat center;
}
.jjbsfwi-pbc {
  background: url(../img/jjbs-fw-pbbc.png) no-repeat center;
}
.jjbsfwi-pea {
  background-color: #eef8f9;
  color: #1fcce1;
}
.jjbsfwi-peb {
  background-color: #f9f6f1;
  color: #b58f4b;
}
.jjbsfwi-pec {
  background-color: #f3f8f7;
  color: #1b9d87;
}
.jjbsfw-i-pf-ta {
  color: #1fcce1;
}
.jjbsfw-i-pf-tb {
  color: #b58f4b;
}
.jjbsfw-i-pf-tc {
  color: #1b9d87;
}
.jjbs-jga {
  margin: 0 30px;
}
.jjbs-fw-con {
  width: 1200px;
  margin: 0 auto;
}
.jjbsfw-i-pa {
  width: 251px;
  line-height: 56px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  bottom: 10px;
  margin: 0 auto;
  font-size: 30px;
  color: #ffffff;
}
.jjbsfw-i-pb {
  width: 88px;
  height: 20px;
  margin: 15px auto;
  color: #ffffff;
}
.jjbsfw-i-pc {
  text-align: center;
}
.jjbsfw-i-pd {
  padding-left: 26%;
}
.jjbsfw-i-pc-ta {
  position: relative;
  bottom: 18px;
  font-size: 18px;
  line-height: 33px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
}
.jjbsfw-i-pc-tb {
  font-weight: bold;
  font-size: 30px;
  line-height: 52px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti B";
}
.jjbsfw-i-pc-tc {
  font-size: 44px;
  line-height: 52px;
  color: #333333;
  font-weight: bold;
  font-family: "D IN Condensed";
}
.jjbsfw-i-pe {
  width: 100%;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  font-family: "Alibaba Pu Hui Ti M";
  text-align: center;
  letter-spacing: 2px;
}
.jjbsfw-i-pe img {
  position: relative;
  bottom: 2px;
}
.jjbsfw-i-pe-ta {
  display: inline-block;
  margin-left: 15px;
}
.jjbsfw-i-pf {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  font-family: "Alibaba PuHuiTi";
  padding: 0 20px;
}
.h75p {
  height: 75px;
}
#jjbsfw-item {
  display: none;
}
.jjbs-fwxm-sm {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.jjbs-fwxm-sm li {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Alibaba Pu Hui Ti R";
}

.jijinbiaoshu-shiherenqun {
  margin-top: 50px;
}
.jjbs-shrq-pa {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.jjbs-shrq-da {
  width: 1120px;
  margin: 0 auto;
}
.jjbs-shrq-da-a {
  float: left;
  width: 535px;
  height: 251px;
  border-radius: 8px;
  background-color: #f5f5fc;
  border: 1px solid #d4d3ee;
  padding: 5% 0 0 3%;
  margin: 40px 0;
}
.jjbs-shrq-jga {
  width: 50px;
  float: left;
  height: 50px;
}
.jjbs-shrq-pb {
  font-size: 28px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
}
.jjbs-shrq-pc {
  font-size: 18px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
  line-height: 30px;
}
.jjbs-shrq-da-a-posa {
  position: relative;
  left: 60%;
  bottom: 105px;
}
.jjbs-shrq-da-a-posb {
  position: relative;
  left: 60%;
  bottom: 125px;
}
.jjbs-shrq-pd {
  font-weight: bold;
  width: 988px;
  height: 46px;
  border-radius: 23px;
  background-image: linear-gradient(53deg, #d7edf1 0%, #d5eaef 100%);
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #2924a4;
  margin: 10px auto;
}
.jjbs-shrq-pe {
  width: 911px;
  height: 40px;
  font-size: 15px;
  line-height: 34px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
  margin: 0 auto;
}
.jjbs-shrq-pe-ta {
  border-radius: 28px;
  font-weight: bold;
  transform: skew(-20deg);
  display: inline-block;
  background-image: linear-gradient(
    44deg,
    #463ef9 0%,
    rgba(158, 142, 255, 0) 100%
  );
  width: 28px;
  text-align: center;
}

.jijinbiaoshu-pingshenchengxu {
  margin-top: 30px;
}
.jjbs-pscx-pa {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.jjbs-pscx-con {
  width: 1200px;
  margin: 0 auto;
}
.jjbs-pscx-con img {
  width: 100%;
}

.jijinbiaoshu-zhuanjiatuandui {
  margin-top: 30px;
}
.jjbs-zjtd-pa,
.jjbs-zjtd-pb {
  text-align: center;
}
.jjbs-zjtd-pa {
  font-size: 36px;
  font-weight: bold;
}
.jjbs-zjtd-pb {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti R";
}
.jjbs-zjtd-con {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.jjbs-zjtd-left,
.jjbs-zjtd-right {
  float: left;
}
.jjbs-zjtd-left {
  width: 78%;
  padding: 0 2%;
}
.jjbs-zjtd-left img {
  width: 95%;
}
.jjbs-zjtd-right {
  width: 22%;
}
.jjbs-zjtd-pc {
  text-align: center;
  font-family: "Alibaba Pu Hui Ti B";
  color: #2924a4;
  font-weight: bold;
}
.jjbs-zjtd-pc-ta {
  font-size: 60px;
  transform: skew(-10deg);
  display: inline-block;
}
.jjbs-zjtd-pc-tb {
  font-size: 32px;
  position: relative;
  bottom: 45px;
  right: 5px;
}
.jjbs-zjtd-pc-tc {
  font-size: 24px;
  color: #333333;
  position: relative;
  right: 10px;
  bottom: 2px;
}
.jjbs-zjtd-pd {
  line-height: 46px;
  width: 212px;
  height: 46px;
  background-color: #f1f1fe;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti R";
}
.jjbs-zjtd-jga {
  width: 30px;
  height: 30px;
}

.jijinbiaoshu-fuwuliucheng {
  margin-top: 50px;
}
.jjbs-fwlc {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.jijinbiaoshu-bibeitiaojian {
  margin-top: 50px;
}
.jjbs-bbtj-pa {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}
.jjbs-bbtj-table {
  width: 1200px;
  margin: 40px auto;
}
.table-bordered {
  border: 2px solid #d4d3ee;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 2px solid #d4d3ee;
  font-size: 16px;
}
.jjbs-tr-left,
.jjbs-tr-right {
  font-size: 18px;
  line-height: 30px !important;
  color: #333333 !important;
}
.jjbs-tr-left {
  padding-left: 25px !important;
  font-family: "Alibaba Pu Hui Ti M";
}
.jjbs-tr-right {
  padding-left: 50px !important;
  font-family: "Alibaba Pu Hui Ti R";
}

.jijinbiaoshu-yaodianwenti,
.jijinbiaoshu-changjianwenti {
  margin-top: 50px;
}
.jjbs-ydwt-pa,
.jjbs-cjwt-pa {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.jjbs-cjwt-con {
  margin: 20px auto;
  width: 1200px;
}
.jjbs-cjwt-ita {
  display: inline-block;
  transform: skew(-10deg);
  font-size: 16px;
  position: relative;
  top: 28px;
  left: 8px;
  font-weight: bold;
}
.jjbs-cjwt-pb {
  background-color: rgba(212, 211, 238, 0.12941176470588237);
  padding-left: 40px;
  font-size: 18px;
  line-height: 35px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
  letter-spacing: 1px;
}
.jjbs-cjwt-pc {
  font-size: 17px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
  padding-left: 35px;
  letter-spacing: 2px;
}

.jjbs-ydwt-con {
  width: 1200px;
  margin: 50px auto;
}
.jjbs-ydwt-il,
.jjbs-ydwt-ir {
  float: left;
  border-radius: 6px;
  border: 1px solid #2b22fc;
  background-size: 100%;
  background-position: center;
}
.jjbs-ydwt-il {
  width: 661px;
  height: 189px;
  margin-right: 25px;
  background-image: url(../img/jjbs-ydwt.png);
}
.jjbs-ydwt-ir {
  width: 506px;
  height: 189px;
  background-image: url(../img/jjbs-ydwt1.png);
}
.jjbs-ydwt-pb {
  letter-spacing: 1px;
  position: relative;
  bottom: 15px;
  left: 30px;
  height: 40px;
  border-radius: 24px;
  background-image: linear-gradient(76deg, #a091ff 0%, #baafff 98%);
  border: 1px solid;
  color: #fff;
  font-size: 19px;
  text-align: center;
  line-height: 40px;
}
.w154p {
  width: 154px;
}
.w200p {
  width: 200px;
}
.mg60 {
  height: 60px;
  width: 40px;
  clear: both;
}
.jjbs-ydwt-ula li,
.jjbs-ydwt-pc {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Alibaba Pu Hui Ti R";
}
.jjbs-ydwt-pc {
  padding-left: 40px;
}

.jjbs-fwlc-con {
  width: 1200px;
  margin: 0 auto;
}
.jjbs-fwlc-con img {
  width: 100%;
}

.jijinbiaoshu-bottom {
  background: url(../img/jjbs-bottom.jpg);
  margin: 50px 0;
  text-align: center;
  color: #ffffff;
  padding: 50px 0;
}
.jjbs-dibu {
  line-height: 25px;
}
.jjbs-bottom-btn {
  color: #ffffff;
  height: 50px;
  border-radius: 34px;
  background-color: #463ef9;
  line-height: 36px;
  font-size: 24px;
  padding: 0 25px;
  letter-spacing: 2px;
}
.jjbs-bottom-btn:hover,
.jjbs-bottom-btn:focus {
  color: #ffffff;
}
button:focus,
button {
  outline: 0 !important;
}
.jjbs-dibu-pb {
  display: none;
}

/**学术指导**/
.xueshuzhidao-banner {
  background: url(../img/xszd-bannera.png) no-repeat center;
  margin-top: 122px;
}
.xszd-con {
  width: 1200px;
  padding: 2% 40px;
  height: 480px;
  margin: 0 auto;
}
.xszd-left,
.xszd-right {
  float: left;
}
.xszd-left {
  width: 70%;
  padding-top: 3%;
}
.xszd-right {
  width: 30%;
}
.xszd-bpa {
  font-size: 49px;
  color: #00ffba;
  font-weight: 800;
  font-style: italic;
  font-family: "Hagrid Text Trial";
}
.xszd-bpb {
  font-size: 74px;
  line-height: 95px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "YouSheBiaoTiHei";
  filter: drop-shadow(0px 3px 0px rgba(0, 73, 140, 0.54));
}
.xszd-bpc {
  margin-top: 20px;
}
.xszd-bpc-ta {
  margin-right: 25px;
  padding-left: 25px;
  line-height: 38px;
  display: inline-block;
  font-size: 21px;
  color: #ffffff;
  font-family: "Microsoft Ya Hei";
  width: 311px;
  height: 42px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.3411764705882353);
  border: 1px solid;
}
.xszd-bpd {
  font-size: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Microsoft Ya Hei";
}
.xszd-form {
  width: 315px;
  height: 300px;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 10px rgba(63, 136, 237, 0.2));
  background-color: #ffffff;
}
.xszd-fpa {
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  color: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 2px 10px rgba(63, 136, 237, 0.2);
  background-image: linear-gradient(90deg, #0078ff 0%, #04ccd9 100%);
}
.xszd-xjjga {
  width: 10px;
  height: 30px;
}
.xszd-form button:hover,
.xszd-form button:focus {
  color: #ffffff;
}

.xszd-td-con {
  width: 1200px;
  margin: 0 auto;
}
.xszd-td-left,
.xszd-td-right {
  float: left;
  width: 50%;
}
.xszd-td-left {
  padding: 75px 0 0 0;
}
.xszd-td-right img {
  width: 100%;
}
.xszd-td-pa {
  font-size: 45px;
  letter-spacing: 2px;
  line-height: 95px;
  color: #333333;
  font-weight: 700;
  font-family: "Alibaba PuHuiTi";
}
.xszd-td-pb {
  font-size: 22px;
  line-height: 39px;
  color: #333333;
  font-family: "Microsoft Ya Hei";
}
.xszd-td-pb-ta {
  font-size: 24px;
  line-height: 44px;
  color: #155be1;
  font-weight: bold;
  font-family: "D IN Condensed";
  transform: skew(-13deg);
  display: inline-block;
  letter-spacing: -2px;
}

.xszd-zhuli {
  text-align: center;
  color: #ffffff;
  padding: 2% 0;
  background: url(../img/xszd-zhuli.png) no-repeat center;
}
.xszd-zl-pa {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "Alibaba PuHuiTi";
}
.xszd-zl-pb {
  font-size: 15px;
  line-height: 24px;
  font-family: "Microsoft Ya Hei";
  letter-spacing: 1px;
}
.xszd-zl-pbm {
  display: none;
}

.xszd-fwfa-pa {
  font-size: 24px;
  line-height: 35px;
  color: #155be1;
  font-weight: bold;
  font-family: "Alibaba PuHuiTi";
  text-align: center;
}
.xszd-fwfa .ywrs-fwfa-con-item {
  width: 462px;
  margin-right: unset;
  margin-left: 5%;
}
.xszd-fwfa .ywrsfci-pd {
  margin-right: unset;
  width: 100%;
}
.xszd-fwfa .ywrsfci-pd-te {
  bottom: 32px;
  left: unset;
  right: 11%;
}
.xszd-fwfa .ywrsfci-djbfwc p {
  width: 70%;
}
.xszd-bqa {
  margin: 0;
  float: left;
  position: relative;
  left: 41%;
  bottom: 16px;
}
.xszd-bqa .ywrsfci-pd-tf {
  bottom: 5px;
  left: unset;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 86px;
}
.xszd-fwfa-paa {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1px;
  width: 88%;
}

.xueshuzhidao-xiezhuanli {
  margin-top: 50px;
}
.xszd-xzal-pa {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 70px;
}
.xszd-xzal-con {
  width: 1200px;
  margin: 0 auto;
}
.xszd-xzal-con img {
  width: 100%;
}

.xszd-zhuanjiatuandui {
  margin-top: 50px;
}
.xszd-zjtd-pa {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.xszd-zjtd-con {
  width: 1200px;
  margin: 0 auto;
}
.xszd-zjtd-item {
  float: left;
  width: 380px;
  height: 520px;
  box-shadow: 0 0 10px rgba(11, 80, 237, 0.17);
  background-color: #ffffff;
  border: 1px solid #6d6df3;
}
.xszd-zjtd-i-mga {
  margin: 0 24px;
}
.xszd-zjtd-i-top {
  width: 100%;
  height: 220px;
  background-color: #eeeeee;
  overflow: hidden;
}
.xszd-zjtd-i-top img {
  width: 100%;
}
.xszd-zjtd-i-da {
  width: 100%;
  height: 61px;
  background: url(../img/xszd-zhuanjiatuandui-bg.png) no-repeat center;
  background-size: 100%;
}
.xszd-zjtd-pb {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 2% 0 2%;
}
.xszd-zjtd-pc {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-family: "Alibaba Pu Hui Ti R";
  line-height: 28px;
  padding-top: 5px;
}
.xszd-zjtd-pc text {
  font-weight: bold;
}
.xszd-zjtd-m {
  display: none;
}

.xueshuzhidao-zhuanshutequan {
  margin-top: 50px;
}
.xszd-zstq-pa {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.xszd-zstq-con {
  width: 1200px;
  margin: 0 auto;
}
.xszd-zstq-item {
  text-align: center;
  color: #333333;
  font-family: "Microsoft Ya Hei";
  float: left;
  width: 33.3%;
  margin: 25px 0;
}
.xszd-zstq-pb {
  font-size: 22px;
  line-height: 60px;
  font-weight: bold;
  margin-top: 30px;
}
.xszd-zstq-pc {
  font-size: 16px;
  line-height: 26px;
  padding: 0 7%;
}

/**降重**/
.jiangchong-banner {
  background: url(../img/jc-banner01.png) no-repeat center;
  margin-top: 122px;
}
.jiangchong-banner .xszd-bpb {
  letter-spacing: 0;
}
.jiangchong-banner .xszd-bpb {
  font-size: 60px;
  line-height: 60px;
  transform: skew(-13deg);
}
.jiangchong-banner .xszd-bpd {
  line-height: 25px;
}
.jiangchong-banner .xszd-form {
  width: 300px;
  height: 300px;
}
.jiangchong-banner .xszd-xjjga {
  height: 25px;
}
.jiangchong-banner .xszd-fpa {
  background-image: linear-gradient(50deg, #2b22fc 0%, #7862ff 100%);
}
.jc-bpc {
  color: #ffffff;
  font-size: 18px;
  margin: 25px 0;
  line-height: 32px;
}
.jiangchong-shuju {
  width: 100%;
  height: 190px;
}
.jc-con {
  width: 1200px;
  margin: 0 auto;
  padding: 3% 0;
}
.jc-item {
  float: left;
  width: 33.3%;
}
.jc-ileft,
.jc-iright {
  float: left;
}
.jc-irpa .ta {
  font-size: 40px;
  color: #2924a4;
  font-weight: bold;
  font-family: "D IN Condensed";
}
.jc-irpa .tb {
  font-size: 18px;
  color: #2924a4;
  font-family: "Microsoft Ya Hei";
}
.jc-irpa .tc {
  font-size: 25px;
  color: #2924a4;
  font-weight: bold;
  font-family: "D IN Condensed";
}
.jc-irpb {
  font-size: 20px;
  letter-spacing: 1px;
  color: #2924a4;
  font-family: "Microsoft Ya Hei";
}
.jc-ileft {
  padding-left: 10%;
  width: 41%;
}
.jc-iright {
  position: relative;
  right: 13%;
  bottom: 20px;
  width: 59%;
}

.jiangchong-tedian {
  background-color: #f6f6ff;
  height: 301px;
}
.jc-td-left,
.jc-td-right {
  float: left;
}
.jc-td-left {
  width: 72%;
  padding-top: 3%;
}
.jc-td-right {
  width: 27%;
}
.jiangchong-tedian .xszd-td-pa {
  font-size: 38px;
  line-height: 55px;
}
.jc-zhuli {
  background-image: linear-gradient(43deg, #4e38ed 0%, #004eff 100%);
  text-align: center;
  color: #ffffff;
  padding: 2% 0;
}
.jc-gl-pa {
  font-size: 18px;
  margin-top: 10px;
}
.jc-gl-pb {
  padding: 0 30%;
  line-height: 25px;
  margin-top: 25px;
}
.jc-fwfa-jg {
  line-height: 40px;
  padding-top: 10px;
  margin-bottom: 0;
}
.jc-fwfa-jg-ta {
  font-size: 18px;
  color: #333333;
  font-family: "Microsoft Ya Hei";
  text-align: center;
  font-weight: bold;
  position: relative;
  bottom: 25px;
}
.jc-fwfa-jg-tb {
  font-size: 50px;
  letter-spacing: -2px;
  color: #333333;
  font-family: "D IN Condensed C";
  text-align: center;
  font-weight: bold;
}
.jc-fwfa-jg-tc {
  font-size: 16px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
}
.jc-fwfa-jg-td {
  color: #ffffff;
  width: 78px;
  text-align: center;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
}
.jc-fwfa-jg-tbga {
  background-image: linear-gradient(90deg, #ff422e 0, #ffc168 97%);
}
.jc-fwfa-jg-tbgb {
  background-image: linear-gradient(90deg, #31c560 0%, #cef35d 100%);
}
.jc-fwfa-jg-tbgc {
  background-image: linear-gradient(90deg, #ff9600 0%, #ffdb8c 100%);
}
.jc-fwfa-jg-tposa {
  float: left;
  bottom: 70px;
  left: 59%;
}
.jc-fwfa-jg-tposb {
  float: left;
  bottom: 75px;
  left: 36%;
}
.jc-fwfa-jg-tposc {
  float: left;
  bottom: 75px;
  left: 61%;
}
.jc-fwfa-jgba,
.jc-fwfa-jgbb {
  display: inline-block;
  width: 49%;
  margin-top: 15px;
}
.jc-fwfa-jgba {
  text-align: right;
}
.pt20p {
  padding-top: 20px;
}
.jc-fwfasm {
  clear: both;
  padding: 0 4%;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  bottom: 25px;
  width: 1200px;
  margin: 0 auto;
}
.jc-fwfasm-ta {
  font-weight: bold;
}

.jiangchong-anli {
  margin: 60px 0;
}
.jc-al-pa {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.jc-al-con {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 7%;
}
.jc-al-con img {
  width: 100%;
}
.jc-al-da {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Alibaba Pu Hui Ti R";
}
.jc-al-btn {
  letter-spacing: 2px;
  font-size: 22px;
  width: 300px;
  height: 66px;
  border-radius: 33px;
  filter: drop-shadow(0px 2px 10px rgba(62, 56, 248, 0.2));
  background-image: linear-gradient(66deg, #3d37f8 0%, #7862ff 100%);
}
.jc-al-btn:hover,
.jc-al-btn:focus {
  color: #ffffff;
}

.jiangchong-zengzhi {
  background: url(../img/jc-zengzhibanner.png) no-repeat center;
  height: 500px;
}
.jc-zz-pa {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 2% 0;
}
.jc-zz-con {
  width: 1200px;
  margin: 0 auto;
}
.jc-zz-item {
  float: left;
  width: 33.3%;
  text-align: center;
}
.jc-zz-da {
  padding: 0 0 50px 0;
}
.jj-zz-ipb {
  font-size: 20px;
  color: #2923ce;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
}
.jj-zz-ipb text {
  transform: skew(-15deg);
  display: inline-block;
  margin-right: 10px;
}
.jj-zz-ipc {
  line-height: 24px;
  padding: 20px 6%;
}

.lwjc-zxb-dinputa {
  padding: 5px 2% 0 2%;
}
.lwjc-zxb-dinputb {
  padding: 15px 8% 0 8%;
}
.mg15t {
  padding-top: 15px;
}
.jc-send-code {
  background-color: #f0effa;
  color: #463ef9;
  font-family: "Alibaba Pu Hui Ti R";
  padding: 5px;
}
.jc-send-code:hover,
.jc-send-code:focus {
  background-color: #f0effa !important;
  color: #463ef9 !important;
}
.btn-posa {
  position: relative;
  right: 3%;
  top: 17px;
}

.jg40p {
  width: 10px;
  height: 40px;
}

/**登录*/
.login-bg {
  background: url(../img/login-bg.png) no-repeat center;
  overflow: hidden;
}
.user-lrf-m {
  display: none;
}
.login-p {
  width: 1100px;
  margin: auto;
  padding-top: 8%;
}
.login-logo {
  position: absolute;
  top: 30px;
  left: 40px;
}
.login-con {
  height: 800px;
  padding: 10px 5%;
}
.login-con-left,
.login-con-right {
  float: left;
}
.login-con-left {
  width: 33%;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  background: url(../img/login-bg1.png) no-repeat center;
  color: #ffffff;
  text-align: center;
}
.login-lpa {
  font-size: 50px;
  color: #ffffff;
  font-weight: 800;
  font-style: italic;
  font-family: "Hagrid Text Trial";
}
.login-lpb {
  font-size: 28px;
  line-height: 112px;
  color: #ffffff;
  font-family: "Alibaba Pu Hui Ti R";
  margin-bottom: 54%;
}
.login-con-ltimg,
.login-con-lbimg {
  margin: 10% 0;
}
.login-rpa {
  font-size: 35px;
  line-height: 45px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 35px;
}
.login-con-right {
  width: 100%;
  padding-left: 460px;
  background-color: #ffffff;
  height: 847px;
}
.login-input-group {
  margin: 88px 0;
  padding-right: 8%;
}
.form-control {
  border-radius: 0;
  border: 0;
  border: 1px solid #dee1f5;
  box-shadow: unset;
  height: 40px;
  width: 100%;
}
.form-control:focus {
  box-shadow: unset !important;
}
/* .login-btn {
  width: 360px;
  height: 50px;
  border-radius: 4px;
  background-color: #463ef9;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 50px;
  border: 0;
} */
.login-btn:hover,
.login-btn:focus {
  color: #ffffff;
}
.login-menu {
  text-align: right;
  padding-right: 8%;
}
.forget {
  color: #333333;
  font-family: "Alibaba Pu Hui Ti R";
}
.register-a,
.register-a:hover,
.register-a:focus {
  color: #463ef9;
}
.mb0 {
  margin-bottom: 0;
}
.media {
  float: right;
  position: relative;
  right: 4%;
  bottom: 85px;
}
.m-footer {
  display: none;
}

/**关于我们**/
.guanyuwomen {
  width: 1280px;
  margin: 167px auto 0;
}
.gywm-menus {
  width: 210px;
  margin-bottom: 75px;
}

.gywm-menus-ul {
  list-style: none;
  color: #1a1a1a;
  line-height: 58px;
  padding-left: 0;
  font-size: 20px;
  letter-spacing: 1px;
}
.gywm-menu span {
  display: inline-block;
  margin-left: 10px;
}
.gywm-menus-ul li {
  height: 58px;
  cursor: pointer;
  padding-left: 26px;
}
.gywm-select {
  background-color: #0046AF !important;
  border: 0;
  color: #fff;
}
.gywm-bb {
  background-color: rgba(0, 70, 175, 0.1);
}
.gywm-menus-icon {
  width: 28px;
  position: relative;
  top: -2px;
}
.icon-hide {
  display: none;
}
.icon-show {
  display: inline-block;
}
.gywm-contents {
  margin-top: 167px;
}
.gywm-contents1 {
  width: 1030px;
  margin-left: 36px;
  position: relative;
}
.gywm-menus, .gywm-contents1 {
  float: left;
}
.gywmc-trans {
  margin: 20px 0;
}
.gywmc-trans a{
  color: #0046AF;
  font-size: 16px;
}
.gywmc-trans img {
  width: 14px;
  position: relative;
  bottom: 1px;
  margin: 0 2px;
}
.gywmc-trans span {
  color: #000000;
  font-size: 16px;
}
.gywm-jjbg {
  width: 100%;
  height: 460px;
  min-width: 1000px;
  position: relative;
  background: url(../img/jianjiebg1.png) no-repeat center;
  background-size: cover;
  display: none;
  margin-top: 137px;
}
.gywm-jjbg img {
  width: 100%;
  max-height: 460px;
}
.gywm-jjbg-txt {
  font-size: 44px;
  color: #fff;
  position: absolute;
  left: 20%;
  bottom: 100px;
  letter-spacing: 0.1em;
}
.gywmc-tita {
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  font-family: "Alibaba Pu Hui Ti B";
}
.bjzs-tit {
  margin: 60px 0 36px;
}
.bjzs-tita {
  height: 52px;
  line-height: 52px;
  color: #0046AF;
  background-color: rgba(0, 70, 175, 0.1);
  font-size: 20px;
  font-weight: 500;
  padding-left: 24px;
  margin-bottom: 16px;
}
.bjzs-titb {
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  padding-left: 24px;
  margin-bottom: 36px;
}
.bjzs-titb>a {
  color: #0046AF;
  text-decoration: underline;
}
.bjzs-titb>a:focus {
  color: #0046AF;
  text-decoration: underline;
}
.bjzs-titc {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  padding-left: 24px;
  margin-bottom: 36px;
}
.QueryCertificateBox {
  width: 1200px;
  margin: 187px auto 50px;
}
.QueryCertificateBox .bjzs-titb {
  padding-left: 0;
  margin-bottom: 16px;
}
.bjzs-input {
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  color: #000000;
}
.bjzs-input>input {
  width: 790px;
  padding: 2px 15px;
}
.bjzs-btn {
  display: block;
  width: 400px;
  height: 68px;
  line-height: 68px;
  background: #0046AF;
  border-radius: 6px;
  margin: 36px auto;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.menu-content {
  display: none;
  width: 1280px;
  margin: 0 auto;
}
.gywm-jj-pa {
  margin: 40px 0 0;
}
.gywm-jj-pa-left,
.gywm-jj-pa-right {
  float: left;
}
.gywm-jj-pa-left {
  width: 310px;
  height: 430px;
  margin-bottom: 25px;
}
.gywm-jj-pa-left img {
  width: 100%;
  height: 100%;
}
.gywm-jj-pa-right {
  width: 540px;
  padding: 20px 0 20px 50px;
}
.gywmjjpar-jga {
  width: 45px;
  height: 4px;
  background-color: #1334c1;
  margin: 20px 0 45px 0;
}
.gywmjjpar-xpa {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: "Alibaba Pu Hui Ti M";
  color: #000000;
  margin-bottom: 33px;
  letter-spacing: 1px;
}
.gywmjjpar-xpb {
  text-align: center;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti R";
  line-height: 34px;
  font-size: 16px;
}
.gywm-yx {
  width: 100%;
  height: 396px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
}
.gywm-yx-left {
  width: 50%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gywm-logo {
  width: 197px;
  margin-bottom: 16px;
}
.gywm-yxlogo {
  width: 239px;
}
.gywm-yx-line {
  width: 1px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 40px;
}
.gywm-yx-left p {
  margin-top: 178px;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.gywm-yx-right {
  width: 50%;
  height: 100%;
  float: right;
}
.gywm-yx-right p {
  margin-top: 99px;
  padding: 0 30px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 30px;
}
.gywmc-bjzm {
  width: 100%;
  height: 352px;
  margin-top: 50px;
}
.gywmc-bjzm-left {
  width: 44%;
  height: 100%;
  float: left;
  position: relative;
}
.gywmc-bjzm-right {
  width: 44%;
  height: 100%;
  float: right;
  position: relative;
}
.gywm-jj-pb,
.gywm-jj-pc {
  clear: both;
  text-align: center;
  padding: 50px 0 0 0;
  font-family: "Alibaba Pu Hui Ti R";
}
.gywm-jj-pb-xpa,
.gywm-jj-pc-xpa {
  font-size: 26px;
  line-height: 85px;
  color: #333333;
  font-family: "Alibaba Pu Hui Ti M";
  font-weight: bold;
  letter-spacing: 1px;
}
.gywm-jj-pb-xpb {
  line-height: 2em;
  font-size: 16px;
}
.gywm-jj-pc {
  padding-top: 20px;
}
.gywm-jj-pc-left {
  width: 286px;
}
.gywm-jj-pc-left,
.gywm-jj-pc-right {
  float: left;
}
.gywm-jj-pc-left img {
  width: 100%;
}
.gywm-jj-pc-right {
  padding-left: 25px;
}
.gywm-jj-pc-right-pa {
  text-align: left;
  margin-bottom: 18px;
}
.gywm-xzfw {

}
.gsjj-adslogo {
  display: block;
  width: 130px;
  margin: 40px auto 10px;
}
.gsjj-line {
  display: block;
  width: 840px;
  margin: 0 auto;
}
.xzfw-trans-tit {
  display: inline-block;
  width: 288px;
  height: 150px;
  line-height: 150px;
  font-size: 22px;
  color: #000000;
  text-align: center;
  background: rgba(0, 70, 175, 0.04);
  margin-right: 10px;
  cursor: pointer;
}
.xzfw-trans-tit:last-child {
  margin-right: 0;
}
.xzfw-trans >.on {
  color: #0046AF;
  background-color: #fff;
}
.xzfw-tips {
  display: none;
  font-size: 16px;
  width: 100%;
  height: 140px;
  line-height: 140px;
  background-color: #ffffff;
  padding: 0 50px;
  margin-top: 50px;
  position: relative;
}
.xzfw-tips-open {
  display: block;
}
.xzfw-tips-top1{
  width: 60px;
  position: absolute;
  top: -18px;
  left: 110px;
}
.xzfw-tips-top2{
  width: 60px;
  position: absolute;
  top: -18px;
  left: 418px;
}
.xzfw-tips-top3{
  width: 60px;
  position: absolute;
  top: -18px;
  left: 720px;
}
.xzfw-tips-top4{
  width: 60px;
  position: absolute;
  top: -18px;
  left: 1020px;
}
.gywm-jj-pc-right-pa button {
  border-radius: 15px;
  background-color: rgba(70, 62, 249, 0.10196078431372549);
  padding: 5px 25px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti R";
  font-size: 16px;
  letter-spacing: 1px;
}
.gywm-jj-pc-right-pa text {
  font-size: 16px;
}
.mg50 {
  clear: both;
  width: 50px;
  height: 50px;
}
.gywmc-ppjj-da {
  background: url(../img/gywm-ppjs01.png) no-repeat center;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
.gywmc-ppjj-da-pa {
  font-weight: bold;
  font-size: 26px;
}
.gywmc-ppjj-da-pb {
  font-size: 20px;
}
.gywmc-ppjj-db {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  font-family: "Alibaba Pu Hui Ti R";
}
.gywmc-ppjj-dc {
  padding-top: 30px;
  text-align: center;
}
.gywmc-ppjj-dc-pa {
  font-size: 26px;
  font-weight: bold;
}
.gywmc-ppjj-dc-pb {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7em;
}
.gywmc-ppjj-dc-pc {
  border-radius: 18px;
  background-color: rgba(70, 62, 249, 0.10196078431372549);
  line-height: 40px;
  color: #463ef9;
  padding: 0 20px;
}
.gywmc-ppjj-dd {
  letter-spacing: 1px;
  margin: 20px 0 25px 0;
  font-family: "Alibaba Pu Hui Ti R";
}
.gywmc-ppjj-dd-pa {
  font-size: 18px;
  line-height: 30px;
  color: #463ef9;
  font-weight: bold;
}
.gywmc-ppjj-dd-pb {
  font-size: 16px;
  line-height: 1.7em;
}
.gywmc-ppjj-de {
  font-family: "Alibaba Pu Hui Ti M";
  color: #333333;
  letter-spacing: 1px;
}
.gywmc-ppjj-de-pa {
  font-size: 26px;
  font-weight: bold;
}
.gywmc-ppjj-de-pb {
  font-size: 16px;
  line-height: 1.7em;
}
.gywmc-ppjj-df {
  margin-top: 35px;
}
.gywmc-ppjj-df-pa {
  font-size: 14px;
  line-height: 1.7em;
}
.gywmc-ppjj-df-tit {
  font-size: 26px;
  font-weight: bold;
}
.mg20 {
  margin-top: 20px;
}
.gywmc-ppjj-df-pa img {
  position: relative;
  bottom: 2px;
}
.gywmc-lxwm-da {
  margin-top: 20px;
}
.gywmc-lxwm-da-left,
.gywmc-lxwm-da-right {
  float: left;
}
.gywmc-lxwm-da-left {
  width: 65%;
}
.gywmc-lxwm-da-right {
  width: 35%;
}
.gywmc-lxwm-da-right {
  padding-left: 4%;
  font-family: "Alibaba Pu Hui Ti R";
}
.gywmc-lxwm-da-rpa {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.gywmc-lxwm-da-rpb {
  font-size: 16px;
}
.mg40 {
  width: 40px;
  height: 40px;
  clear: both;
}
.gywmc-lxwm-da-pos {
  color: #1334c1;
  font-size: 16px;
  padding: 21px 0;
  clear: both;
}
#mapa {
  width: 100%;
  height: 420px;
}
.gywmc-khfk-pa,
.gywmc-fbal-pa {
  font-size: 16px;
  line-height: 1.7em;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti R";
  letter-spacing: 1px;
  text-align: center;
}
.fl {
  float: left;
  padding: 15px 0 0 5%;
}
.fr {
  float: right;
  padding: 10px 5% 0 0;
}
.gywmc-khfk-list {
  padding: 30px 0 0 0;
}
.gywmc-khfk-lil-img {
  border-radius: 50%;
  border: 1px solid #eee;
  padding: 2px;
}
.gywmc-khfk-lil-img div {
  border-radius: 50%;
  height: 110px;
  width: 110px;
}
.gywmc-khfk-lil-con {
  width: 720px;
}
.gywmc-khfk-lil-con-pa {
  padding-bottom: 15px;
}
.gywmc-khfk-lil-con-pb {
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti R";
  font-size: 14px;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
  clear: both;
}
.gywmc-khfk-lil-con-pa text {
  display: inline-block;
}
.gkhfk-txa,
.gkhfk-txb {
  font-family: "Alibaba Pu Hui Ti M";
  font-weight: bold;
  font-size: 18px;
}
.gkhfk-txa {
  margin-right: 35px;
}
.gkhfk-txb {
  margin-right: 25px;
  position: relative;
  top: 5px;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.gkhfk-txc {
  margin-right: 40px;
  text-align: center;
  font-size: 16px;
  color: #2924a4;
  font-family: "Alibaba Pu Hui Ti R";
  border-radius: 12px;
  background-color: rgba(70, 62, 249, 0.10196078431372549);
  width: 92px;
  height: 24px;
}
.gkhfk-txd {
  font-size: 16px;
  color: #1a1a1a;
}
.gywmc-khfk-lil-con-pa img {
  width: 16px;
  position: relative;
  bottom: 2px;
}
.gywmc-khfk-list-item {
  clear: both;
  padding-top: 35px;
}
.gywmc-khfk-page {
  clear: both;
  padding: 20px 0 40px 0;
  text-align: right;
}
.gywm-inputa {
  height: 35px;
  width: 70px;
  text-indent: 5px;
}
.gywm-inputa:focus {
  outline: 0;
}
.span-on {
  color: #1935c1;
}
.gywmc-fbal-spa,
.gywmc-fbal-spb {
  width: 240px;
  height: 50px;
  line-height: 46px;
  display: inline-block;
  font-size: 20px;
  color: #0046AF;
  border-radius: 6px;
  margin: 36px 100px 0 0;
  cursor: pointer;
}
.gywmc-fbal-spa {
  color: #ffffff;
  font-weight: 500;
  background-color: #0046AF;
  border: 2px solid #0046AF;
}
.gywmc-fbal-spb:hover {
  color: #ffffff;
  background-color: #0046AF;
  border: 2px solid #0046AF;
}
.gywmc-fbal-spb {
  font-weight: 500;
  border: 2px solid #0046AF;
}
.gywmc-fbal-pb {
  text-align: center;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.8em;
}
.w220 {
  width: 220px;
}
.w370 {
  width: 370px;
}
.fbal-thead {
  background-color: #463ef9;
  color: #fff;
  font-size: 16px;
}
.gywmc-fbal-tab {
  margin-top: 60px;
}
.fbal-cont {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
.fbal-card {
  width: 573px;
  height: 390px;
  background: rgba(255, 255, 255, 0.71);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  display: flex;
  position: relative;
  padding-bottom: 50px;
}
.fbal-card-left {
  width: 38%;
  height: 340px;
  background-color: rgba(0, 70, 175, 0.1);
  padding: 52px 30px 0;
}
.fbal-card-left>img {
  width: 160px;
  height: 200px;
}
.fbal-card-right {
  width: 62%;
  height: 100%;
  padding: 24px;
}
.fbal-card-right .hoverb:hover {
  color: #0046AF;
}
.fbal-card-right .underline {
  text-decoration: underline;
}
.fbal-pa {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fbal-tips {
  display: inline-block;
  padding: 8px 16px;
  font-size: 12px;
  color: #0046AF;
  border: 1px solid #0046AF;
  border-radius: 6px;
  margin-right: 12px;
  margin-top: 8px;
}
.fbal-card-foot {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  background-color: #0046AF;
  position: absolute;
  left: 0;
  bottom: 0;
  justify-content: center;
}
.fbal-yxyz {
  font-size: 16px;
  color: #ffffff;
}
.fbal-big {
  font-size: 24px;
  font-weight: bold;
}
.fbal-fwlx {
  font-size: 16px;
  color: #ffffff;
  margin-left: 36px;
}
.gywmc-fbal-tab tbody {
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti R";
}
.padtb50 {
  padding: 50px 5px !important;
}
.padtb30 {
  padding: 35px 5px !important;
}
.gywmc-fbal-btna {
  margin-bottom: 40px;
  letter-spacing: 1px;
  width: 400px;
  line-height: 60px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.gywmc-fbal-bga {
  background-color: #463ef9;
}
.gywmc-fbal-bgb {
  background-color: #fd8961;
}
.gywmc-khfk-list-item-m {
  display: none;
}
.mpdd30 {
  padding: 30px;
}
.mpdd40 {
  padding: 30px;
}

.gywm-bjtd-pa {
  border-radius: 30px;
  background-color: #e8e8f7;
  padding: 5px 20px;
  line-height: 1.6em;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti R";
  margin-bottom: 20px;
}
.gywm-bjtd-tita {
  color: #333333;
  font-family: "Alibaba Pu Hui Ti M";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}
.bjzmyzimg {
  width: 100%;
}
.gywm-bjtd-pb {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Alibaba Pu Hui Ti M";
  margin-top: 90px;
  margin-bottom: 24px;
}
.gywm-bjtd-line1 {
  width: 290px;
  height: 10px;
  background-color: rgba(0, 70, 175, 0.2);
  position: absolute;
  left: 0;
  top: 107px;
}
.gywm-bjtd-line2 {
  width: 300px;
  height: 10px;
  background-color: rgba(0, 70, 175, 0.2);
  position: absolute;
  left: 0;
  top: 107px;
}
.gywm-bjtd-cont {
  font-size: 16px;
  line-height: 34px;
}
.gywm-bjtd-icona {
}
.gywm-bjtd-pc {
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti R";
  line-height: 1.6em;
}
.gywm-bjtd-pd {
  font-size: 16px;
  color: #0046AF;
  font-family: "Alibaba Pu Hui Ti R";
  font-weight: bold;
  margin: 57px 0 36px;
}
.xjly-tabs {
  width: 70%;
  margin: 60px auto 0;
  display: flex;
}
.xjly-tabs-left {
  width: 47%;
  margin-right: 6%;
}
.xjly-tabs-left>p {
  width: 326px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 15px;
  color: #0046AF;
  background-color: rgba(0, 70, 175, 0.1);
  cursor: pointer;
}
.xjly-tabs-left>p.on {
  color: #ffffff;
  background-color: rgba(0, 70, 175, 1);
}
.xjly-tabs-left>p:hover {
  color: #ffffff;
  background-color: rgba(0, 70, 175, 1);
}
.xjly-tabs-right {
  width: 47%;
  height: 530px;
  overflow-y: auto;
}
.xjly-cont {
  display: none;
}
.xjly-cont:first-child{
  display: block;
}
.xjly-tabs-right ul li {
  width: 360px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 15px;
}

.gywm-bjtd-tips {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 4px solid rgba(0, 70, 175, 0.1);
  position: relative;
}
.gywm-bjtd-tips-line {
  display: block;
  width: 280px;
  height: 4px;
  background-color: #0046AF;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.gywm-bjtd-txt {
  font-size: 16px;
  line-height: 34px;
}
.bjtdlc {
  display: flex;
  width: 96%;
  margin: 40px auto 50px;
  align-items: baseline;
}
.bjtdlc-cont {
  width: 310px;
  text-align: center;
}
.bjtdlc-cont>img {
  width: 160px;
  margin-bottom: 15px;
}
.bjtdlc-cont>p {
  font-size: 16px;
  line-height: 30px;
}
.bjtdlcright {
  width: 67px;
  margin: 0 22px;
}
.bjjl {
  width: 100%;
  height: 100%;
  margin-top: 50px;
}
.bjjl-cont {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
.bjjl-card {
  width: 582px;
  height: 416px;
  background: rgba(255, 255, 255, 0.71);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  display: flex;
  perspective: 1000px;
}
.bjjl-card-left {
  width: 164px;
  height: 100%;
  background-color: rgba(0, 70, 175, 0.1);
  padding: 76px 24px 0;
}
.bjjl-card-left .bjjl-human {
  display: block;
  width: 84px;
  margin: 0 auto 10px;
}
.bjjl-card-left p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 6px;
}
.bjjl-country {
  display: flex;
  align-items: center;
}
.bjjl-icon {
  width: 16px;
  margin-right: 8px;
}
.bjjl-card-right {
  width: 418px;
  height: 100%;
  padding: 16px 20px;
}
.bjjl-pa {
  font-size: 18px;
  line-height: 31px;
  color: #0046AF;
  font-weight: bold;
  margin-bottom: 10px;
}
.bjjl-pb {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.gywm-bjtd-rwka {
  margin-top: 20px;
}
.pd30 {
  padding: 30px;
}
.article-field-ul {
  font-size: 16px;
}
.article-field-ul li {
  color: #000000;
  font-family: "Alibaba Pu Hui Ti R";
  cursor: pointer;
  margin: 6px 0;
}
.article-field-ul li:hover {
  color: #463ef9;
}
.pbga {
  background-color: #463ef9 !important;
  color: #ffffff !important;
}
.panel-heading a:focus,
.panel-heading a:hover {
  color: #ffffff;
}
.panel-title a {
  letter-spacing: 1px;
}

.aqbm-tita {
  font-size: 16px;
  line-height: 30px;
  color: #463ef9;
  font-family: "Alibaba Pu Hui Ti M";
}
.aqbm-tita text {
  width: 36px;
  line-height: 23px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  background: url(../img/cjwt-textbg.png) no-repeat center;
  display: inline-block;
  font-size: 14px;
}
.aqbm-titb {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 40px;
}

.cjwt-img {
  width: 100%;
  padding: 0 4%;
  position: relative;
  margin-bottom: 15px;
}
.cjwt-img img {
  width: 100%;
}

.cjwt-img .cjwt-img-link {
  position: absolute;
  width: 360px;
  height: 20px;
  left: 422px;
  bottom: 416px;
  cursor: pointer;
}

.cjwt-fwlc-da {
  width: 100%;
  padding: 0 2%;
}
.cjwt-fwlc-da img {
  width: 100%;
}
.fwlc-txa {
  color: #463ef9;
}
.cjwt-fwlc-pa {
  font-size: 16px;
  line-height: 1.5em;
  padding-top: 35px;
}
.text-danger {
  color: #E60012;
}
.cjwt-thead-a {
  background-color: #463ef9;
  color: #fff;
}
.fsb16p {
  font-size: 16px;
  font-weight: bold;
}
.cjwt-imga img {
  width: 100%;
}
.fwal-tips {
  font-size: 16px;
  color: #000000;
  line-height: 31px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 70, 175, 1);
  margin: 36px 0 15px 0;
}
.fwal-head {
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: left;
  background-color: rgba(0, 70, 175, 0.1);
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  padding-left: 25px;
}
.fwal-cell {
  display: inline-block;
}
.fwal-cont {
  width: 240px;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-top: 16px;
  margin-right: 16px;
  position: relative;
  cursor: pointer;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display: flex;
}
.fwal-cont .fwal-right {
  width: 6px;
  position: absolute;
  right: 12px;
  top: 13px;
}
.fwal-cont-img {
  display: none;
  position: fixed;
  width: 1200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 600px;
  z-index: 1002;
  cursor: auto;
  overflow-y: auto;
}
.fwal-cont-img .fwal-close {
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1002;
}
.fwal-cont-img .fwal-img {
	width: 100%;
}
.gywm-fwal-pa {
  text-align: center;
  line-height: 1.5em;
  color: #1a1a1a;
  letter-spacing: 1px;
  font-family: "Alibaba Pu Hui Ti R";
}
.gywm-fwal-btn-group {
  text-align: center;
}
.gywm-fwal-btn-ia {
  width: 130px;
  height: 30px;
  color: #666666;
  border-radius: 15px;
  background-color: rgba(230, 230, 230, 0.5019607843137255);
  border: 1px solid #fff;
  letter-spacing: 1px;
  margin: 15px 2%;
}
.gywm-fwal-btn-ib {
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  border: 1px solid #e8e2e2;
  color: #463ef9;
}
#fuwuanli .btn:hover,
#fuwuanli .btn:focus {
  color: #ffffff !important;
}

.aqbm-head {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  color: #0046AF;
  font-weight: bold;
  background-color: rgba(0, 70, 175, 0.1);
  padding-left: 24px;
  margin-top: 40px;
}

.aqbm-cont {
  font-size: 16px;
  line-height: 2em;
  padding-left: 24px;
  margin-top: 10px;
}

.aqbm-tips {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

.aqbm-fpkjxm {
  width: 736px;
  height: 455px;
  background: url(../img/fpkjxmbg.png) no-repeat center;
  background-size: cover;
  margin: 20px 0 20px 24px;
}

.fpkjxm-head {
  width: 648px;
  height: 84px;
  margin: 0 auto 6px;
  padding-top: 36px;
  border-bottom: 3px solid #0046AF;
}

.fpkjxm-tit {
  width: 345px;
  height: 48px;
  line-height: 48px;
  background: #0046AF;
  font-size: 22px;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

.fpkjxm-cont {
  padding: 0 20px;
}

.fpkjxm-list {
  display: inline-table;
  width: 170px;
  height: 340px;
  background: url(../img/fpkjxmlistbg.png) no-repeat center;
  background-size: cover;
  margin-top: 14px;
  font-size: 15px;
  padding-right: 16px;
  padding-top: 28px;
  text-align: center;
}

.fpkjxm-line {
  display: block;
  width: 70px;
  height: 2px;
  background-color: #0046AF;
  margin: 0 auto 6px;
}

.fpkjxm-list p {
  line-height: 2em;
}

/**SCI**/
.sci-tita {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid rgba(0, 70, 175, 0.2);
  padding-bottom: 8px;
}
.sci-tita>img {
  width: 30px;
}
.sci-titb {
  font-size: 16px;
  margin: 30px 0 20px;
  font-weight: bold;
}
.sci-cona {
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
.sci-qktj {
  line-height: 34px;
  font-size: 16px;
  text-indent: 2em;
}
.sci-shgj {
  width: 100%;
  height: 328px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
}
.sci-shgj-icon {
  float: left;
  width: 370px;
  margin-right: 100px;
}
.sci-shgj-cont {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 16px;
}
.sci-shgj-btn {
  display: grid;
  width: 260px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #0046AF;
  color: #0046AF;
  border-radius: 4px;
  margin-bottom: 16px;
}
.sci-qktj-div {
  width: 100%;
  padding-bottom: 36px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
}
.sci-qktj-icon {
  float: left;
  width: 250px;
  margin-right: 80px;
}
.sci-qktj-cont {
  font-size: 14px;
  line-height: 2.2em;
  margin-top: 10px;
}
.sci-tjcl {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}
.sci-tjcl-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #0046AF;
  border-radius: 50%;
  opacity: 1;
  margin-right: 6px;
}
.sci-fwnr {
  font-size: 14px;
  line-height: 2em;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fw {
  font-weight: bold;
}
.sci-table-head {
  text-align: center;
  background-color: #0046AF;
  color: #fff;
}
.sci-table-tit-red {
  color: #FF0000;
  font-size: 30px;
  font-weight: bold;
  margin-right: 8px;
}
.sci-table-a .sci-table-second {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.sci-table-a .sci-table-third {
  text-align: center;
  vertical-align: middle;
  padding: 36px;
  font-size: 16px;
  line-height: 34px;
}
.sci-table-a .sci-table-left {
  text-align: left;
  vertical-align: middle;
  padding: 36px;
  font-size: 16px;
  line-height: 34px;
}
.sci-tbtips {
  line-height: 34px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 60px;
}
.tbfwal {
  display: block;
  width: 240px;
  height: 38px;
  line-height: 36px;
  color: #000000;
  font-size: 16px;
  border: 2px solid #0046AF;
  opacity: 1;
  border-radius: 2px;
  text-align: center;
  margin: 60px auto 90px;
}
.tbfwal-cont {
  width: 100%;
  height: 400px;
}
.tbfwal-cont-left {
  width: 560px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 10px;
  float: left;
  position: relative;
}
.tbfwal-cont-right {
  width: 560px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 10px;
  float: right;
  position: relative;
}
.tbfwal-top {
  width: 300px;
  position: absolute;
  left: 130px;
  top: -32px;
}
.tbfwal-top-txt {
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 246px;
  top: -24px;
}
.tbfwal-tips {
  text-align: center;
  font-size: 14px;
  margin: 60px 0 40px;
}
.tbfwal-img1 {
  width: 220px;
  float: left;
  margin-left: 40px;
}
.tbfwal-img2 {
  width: 220px;
  float: right;
  margin-right: 40px;
}
.tbfwal-img3 {
  display: block;
  width: 470px;
  margin: -14px auto 0;
}
.tbfwal-img4 {
  display: block;
  width: 460px;
  margin: 50px auto 0;
}
.sci-table-a .sci-table-cont {
  padding: 30px 0 30px 110px;
  font-size: 16px;
  line-height: 34px;
}
.sci-table-cont-left {
  display: inline-block;
  width: 355px;
  margin-right: 87px;
}
.thps-btn1 {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
}
.thps-btn1 img {
  width: 300px;
  cursor: pointer;
}
.thps-btn2 {
  margin-top: 30px;
  padding-bottom: 30px;
}
.thps-btn2 img {
  width: 300px;
  cursor: pointer;
}
.sci-syt td,
.sci-syt th {
  padding: 10px 25px;
}
.sci-syt span {
  color: #463ef9;
}
.sci-alt {
  margin-bottom: 30px;
}
.sci-alt img {
  width: 100%;
}
.sci-alt-tit {
  font-size: 18px;
  color: #0046AF;
  text-align: center;
  margin: 30px 0 0;
}
.sci-alt-tips {
  width: 260px;
  height: 38px;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #0046AF;
  border-radius: 2px;
  margin: 30px auto ;
}
.sci-alt-tips1 {
  width: 460px;
  height: 38px;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #0046AF;
  border-radius: 2px;
  margin: 30px auto ;
}
.sci-alt-cont {
  display: table;
}
.sci-alt-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sci-alt-cont .sci-alt-table:last-child {
  border-bottom: 0;
}
.sci-alt-cont-left {
  display: table-cell;
  width: 400px;
  line-height: 2em;
  padding: 36px;
  background-color: rgba(0, 70, 175, 0.04);
  vertical-align: middle;
}
.sci-alt-cont-right {
  display: table-cell;
  width: 800px;
  line-height: 2em;
  padding: 36px;
  background-color: rgba(0, 70, 175, 0.1);
  vertical-align: middle;
}
.sci-alt-pa {
  padding: 36px;
  line-height: 2em;
  background-color: #F4F2FF;
}
.w15b {
  width: 15% !important;
}
.w20b {
  width: 20% !important;
}
.w40b {
  width: 40% !important;
}
.w55b {
  width: 55% !important;
}
.margintop18 {
  margin-top: 18px;
}
.margintop30 {
  margin-top: 30px;
}
.margintop90 {
  margin-top: 90px;
}
/**个人中心**/
.user-trans {
  position: absolute;
  top: -40px;
  left: -240px;
}
.user-tit {
  color: #000000;
  font-size: 36px;
  font-weight: 500;
  position: absolute;
  top: -130px;
  left: 310px;
}
.user-tjgj-pa {
  height: 58px;
  background-color: rgba(0, 70, 175, 0.1);
  line-height: 58px;
  margin-bottom: 25px;
}
.user-tjgj-pa span {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 1px;
}
.user-tjgj-pa span img{
  width: 36px;
  margin: 0 16px 0 28px;
}
.user-tjgj-spana {
  padding-left: 30px;
  width: 25%;
  text-align: center;
}
.user-selected-a {
  color: #0046AF;
}
.user-tjgj-pb {
  position: absolute;
  top: -60px;
  left: 5px;
  display: flex;
  align-items: center;
  height: 60px;
}
.user-tjgj-pb span {
  margin-right: 30px;
  font-size: 22px;
  font-weight: 600;
}
.user-tjgj-pb a {
  margin-left: 10px;
  color: #002E83;
}
.user-tjgj-pb a:hover{
  color: #C1000F;
}
#select_service {
  display: flex;
  flex-wrap: wrap;
  padding-left: 44px;
}
#select_service div:nth-child(3n-1){
  margin-left: 24px;
  margin-right: 24px;
}
.user-tjgj-xzfw {
  background-color: rgba(0, 70, 175, 0.04);
  border: 1px solid rgba(0, 70, 175, 0.04);
  border-radius: 6px;
  height: 214px;
  float: left;
  width: 30%;
  margin-bottom: 25px;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.user-tjgj-xzfw:hover {
  background-color: #0046AF;
}
.user-tjgj-xzfw:hover > .user-tjgj-xzfw-tit,
.user-tjgj-xzfw:hover > .user-tjgj-xzfw-pb {
  color: #ffffff;
}
.user-tjgj-xzfw-jg {
  margin-left: 4%;
}
.user-tjgj-xzfw-tit {
  color: #0046AF;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 16px;
}
.user-tjgj-xzfw-img {
  width: 50px;
  position: absolute;
  top: 24px;
  left: 24px;
}
.user-tjgj-xzfw-tit i {
  font-size: 25px;
}
.user-tjgj-xzfw-pb {
  font-size: 16px;
  text-align: center;
  padding: 0 24px;
  line-height: 27px;
  color: #000000;
}
#select_service_next {
  display: none;
}
#wodegaojian table tr td,
#wodegaojian table tr th,
#wodegaojian table > tbody + tbody {
  border: 0;
}
#wodegaojian table tr th:first-of-type {

}
.user-hyq {
  background-image: url(../img/user-yhqbg.png);
  width: 410px;
  height: 108px;
  padding: 40px 15px;
}
.user-hyq span {
  float: left;
  display: inline-block;
}
.user-yhq-dw {
  color: #ffffff;
  padding: 22px 5px 0 5px;
}
.user-yhq-je {
  font-size: 64px;
  line-height: 25px;
  color: #fdfffe;
  font-family: "Impact";
}
.user-yhq-sm {
  color: #ffffff;
  padding: 0 20px;
  position: relative;
  bottom: 6px;
}
.user-yhq-sma {
  font-size: 18px;
}
.user-yhq-dh {
  color: #463ef9;
  font-size: 19px;
  position: relative;
  bottom: 10px;
  left: 5px;
  letter-spacing: 2px;
}
.user-order .layui-tab {
  margin-top: 0;
}
.user-order .layui-tab-title {
  height: 100%;
  background-color: #ffffff;
  border:0px solid #fff;
  border-right: 1px solid #E9E9E9;
  border-bottom: 0px solid #fff;
  
}
.user-order .user-order-li {
  width: 146px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  width: 16.66%;
  border: 1px solid #E9E9E9;
  border-right: 0px solid #fff;
}
.user-order .layui-tab-title .layui-this {
  color: #FF8400;
  background: rgba(255,132,0,0.08);
  border-top: 3px solid #FF8400;
}
.user-order .uorder-tr{
background: #F8FAFF;
border: 1px solid #E9E9E9;
}
.user-order .uorder-tbody{
	margin-top: 10px;
border: 1px solid #E9E9E9;
}
.user-order .layui-tab-title .layui-this:after {
  display: none;
}
.user-jdk .layui-tab-card {
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
}
.user-jdk .layui-tab {
  margin-top: 0;
  margin-bottom: 80px;
}
.user-jdk .layui-tab-title {
  height: 100%;
  background-color: rgba(0, 70, 175, 0.1);
}
.user-jdk .user-jdk-li {
  width: 33.33%;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
}
.user-jdk .layui-tab-card>.layui-tab-title .layui-this {
  color: #FF8400;
  background: rgba(255,132,0,0.08);
  border-top: 3px solid #FF8400;
}
.user-jdk .layui-tab-card>.layui-tab-title .layui-this:after {
  display: none;
}
.user-jdk .user-jdk-tips {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background-color: rgba(230,0,18,0.1);
  padding-left: 23px;
  margin: 10px 0 20px;
}
.user-jdk .user-jdk-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.user-jdk .table>thead>tr>th {
  border-bottom: none;
  text-align: center;
}
.user-jdk .table>tbody>tr>td {
  text-align: center;
}
.user-jdk-search {
  margin-bottom: 20px;
}
.user-jdk-search>span {
  font-size: 16px;
  margin-right: 5px;
}
.user-jdk-search #jdk_bh {
  width: 247px;
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  padding-right: 30px;
}
.user-jdk-search>img {
  width: 17px;
  height: 17px;
  position: relative;
  top: -2px;
  right: 28px;
  cursor: pointer;
}
.user-jdk .user-jdk-tita {
  text-align:center;
  width:100%;
  margin:0 auto;
  height:40px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 24px;
  margin-top: 50px;
}
.user-jdk .user-jdk-tita hr {
  width:388px;
  display:inline-block;
  vertical-align:middle;
  border-color: rgba(0, 0, 0, 0.1);
}
.user-jdk .user-jdk-tita span {
  padding: 0 18px;
}
.user-jdk-form {
  width: 45%;
  display: inline-block;
  margin-right: 50px;
}
.user-jdk-form-label {
  float: left;
  display: block;
  line-height: 36px;
  margin-bottom: 0;
}
.user-jdk-form .layui-input-block {
  margin-left: 100px;
}
.user-jdk-btn1 {
  width: 120px;
  height: 38px;
  line-height: 36px;
  color: #ffffff;
  background-color: #0046af;
  border-radius: 2px;
  border: 1px solid #0046af ;
  margin-left: 280px;
  margin-bottom: 100px;
}
.user-jdk-btn2 {
  width: 120px;
  height: 38px;
  line-height: 36px;
  color: #0046af;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #0046af ;
  margin-left: 100px;
  margin-bottom: 100px;
}
.user-jdk-input {
  width: 316px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  margin-left: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.user-jdk-input1 {
  width: 130px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  margin-left: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-user-invite {
  border-radius: 16px;
  background-color: #463ef9;
  color: #ffffff;
  margin-top: 55px;
  padding: 5px 20px;
}
.btn-user-invite:hover,
.btn-user-invite:focus {
  color: #ffffff;
}
.my-m-btn {
  width: 100px;
  height: 32px;
  border-radius: 16px;
}
.btn-user-qxdh {
  background-color: #e6e6e6;
}
.btn-user-qddh {
  background-color: #463ef9;
  color: #ffffff;
}
.btn-user-qddh:hover,
.btn-user-qddh:focus {
  color: #ffffff;
}
.modal-title {
  font-size: 24px;
  color: #1a1a1a;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: bold;
  text-align: center;
}
.modal-footer,
.modal-header {
  border: 0;
}
#copyYhm {
  color: #463ef9;
  font-size: 16px;
  position: absolute;
  right: 23px;
  top: 9px;
  font-family: "Alibaba Pu Hui Ti M";
  background-color: #fff;
}
.user-grzx-spa {
  font-weight: bold;
  font-size: 28px;
}
.btn-user-jinbia {
  width: 88px;
  height: 27px;
  border-radius: 13px;
  background-color: #fff7dd;
  border: 1px solid #fbec48;
  line-height: 16px;
  color: #fdc32d;
  font-size: 16px;
  position: relative;
  bottom: 5px;
  left: 15px;
}
.btn-user-jinbia:hover,
.btn-user-jinbia:focus {
  color: #fdc32d;
}
.btn-user-jinbia img {
  position: relative;
  bottom: 2px;
  display: inline-block;
  margin-right: 5px;
}
.user-data {
	display: flex;
	flex-direction: row;
}
.user-data-item {
	display: flex;
  align-items: center;
  justify-content: space-between;
  width: 336px;
  height: 80px;
  padding: 15px;
  border-radius: 4px;
}
.zhyebg {
  background: url(../img/zhyebg.png) no-repeat center;
}
.dzfddbg {
  background: url(../img/dzfddbg.png) no-repeat center;
}
.ywcgjbg {
  background: url(../img/ywcgjbg.png) no-repeat center;
}
.user-data-label {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.user-data-img {
  width: 24px;
  margin-right: 5px;
}
.user-data-zhye {
  font-family: "Alibaba Pu Hui Ti M";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.user-data-money {
  font-size: 20px;
  color: #ffffff;
  font-family: "Impact";
}
.user-data-value {
  font-size: 32px;
  color: #ffffff;
  font-family: "Impact";
}
.user-data-xfjl {
  font-weight: bold;
  font-size: 18px;
  padding-top: 25px;
}
#gerenzhongxin table tr td,
#gerenzhongxin table tr th,
#gerenzhongxin table > tbody + tbody {
  border: 0;
}
#suoyaofapiao table tr td,
#suoyaofapiao table tr th,
#suoyaofapiao table > tbody + tbody {
  border: 0;
}
#bianjizhengming table tr td,
#bianjizhengming table tr th,
#bianjizhengming table > tbody + tbody {
  border: 0;
}
#label_yckjsk {
  cursor: pointer;
}
#mskt {
  margin-top: 50px;
}
.btn-user-ktyck {
  letter-spacing: 1px;
  background-color: #463ef9;
  color: #fff;
  padding: 5px 40px;
}
.btn-user-ktyck:hover,
.btn-user-ktyck:focus {
  color: #fff;
}
.user-yck-smapb {
  line-height: 2em;
}
.user-yckzy-pa {
  font-size: 22px;
  font-weight: 600;
}
.user-yckzy-pb {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.user-yckzy-pb .item:first-child {
  margin-right: 30px;
}
.user-yckzy-pb .item label {
  font-weight: 400;
}
.user-yckzy-pb .item span {
  color: #E60012;
}
.user-yckzy-pb .item font {
  font-weight: 600;
}
.user-yck-smapa {
  color: #463ef9;
  font-weight: bold;
  font-size: 16px;
}
.user-yckmm-pa {
  margin-bottom: 30px;
}
.btn-user-set-password {
  background-color: #463ef9;
  color: #fff;
  margin-left: 15px;
}
.btn-user-set-password:hover,
.btn-user-set-password:focus {
  color: #fff;
}
.yckye,
.yckzhye {
  color: red;
}
.btn-user-ljcz {
  width: 166px;
  height: 46px;
  line-height: 44px;
  background: #FF8400;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}
.btn-user-xgzfmm {
  width: 166px;
  height: 46px;
  line-height: 44px;
  background: #0E357F;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
}
.reward-prompt {
  margin-top: 20px;
  font-size: 15px;
  color: #E60012;
}
.user-yck-zy table tr td,
.user-yck-zy table tr th,
.user-yck-zy table > tbody + tbody {
  border: 0;
}
.user-yck-head {
  background: url(/v2/assets/images/personal/account_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 20px;
}
.user-yckzy-ddcxsa {
  color: #0E357F;
  font-weight: bold;
}
label {
  cursor: pointer;
}
.user-yck-czan {
  margin: 30px 0;
}
.user-yck-czan button {
  width: 145px;
  line-height: 40px;
  margin-right: 28px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
.user-yck-czan button:hover {
  border: 1px solid #0E357F;
}
.user-yck-czan button img {
  margin-right: 10px;
}

.dropdown-menu > li > .user-info-opt,
.dropdown-menu > li > .user-logout-opt {
  height: 40px;
}
.user-info-opt span,
.user-logout-opt span {
  line-height: 40px;
  font-size: 14px;
}
.user-icon {
  color: #0046AF;
  position: relative;
  cursor: pointer;
}
.user-center-label {
  height: 35px;
  line-height: 35px;
  text-align: right;
}
.user-center-label strong {
  margin-right: 3px;
  color: #C1000F;
}
.user-center-input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #ECECEC;  
}
.user-center-fa-warn {
  color: #ffaa00;
  font-size: 16px;
}
.user-center-money-tit {
  color: #000000;
  font-family: "Alibaba Pu Hui Ti M";
  font-weight: bold;
  font-size: 16px;
}
.user-center-money {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
.user-center-order-info {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
  min-height: 522px;
}
.user-submit-xxcz {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
}
.jgs {
  color: #E60012;
}
.btn-pay-type {
  width: 145px;
  line-height: 40px;
  margin-right: 28px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
.btn-pay-type:hover {
  border: 1px solid #0E357F;
}
.btn-pay-type img {
  margin-right: 10px;
}
.order-info-pa {
  font-size: 22px;
  font-weight: 600;
}
.order-info-pb {
  margin: 20px 0 0 0;
}
.order-info-pb .text {
  display: inline-block;
  width: 110px;
  text-align: right;
}
.order-info-discount {
  margin: 10px 0 0 33px;
  font-size: 14px;
  color: #666;
}
.order-info-discount .text {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.order-info-pay-type {
  margin: 25px 0 0 30px;
}
.discount-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.discount-item .help-block {
  display: flex;
  align-items: center;
}
.discount-item .text {
  width: 110px;
  text-align: right;
}
.discount-item .amount,
.discount-item .DiscountAmount {
  width: 110px;
  text-align: right;
  color: #C1000F;
}
.yckkfp {
  font-weight: bold;
  color: #0046AF;
}
.xxzf-tit {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 600;
}
.xxzf-pa {
  font-size: 15px;
  margin-bottom: 10px;
}
.xxzf-pb {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  line-height: 30px;
  font-size: 15px;
  padding: 15px 30px;
  margin: 15px 0;
}
.xxzf-ddh,
.xxzf-ddje,
.ddh,
.ddje {
  color: red;
}
.user-yck-xxcz {
  margin-bottom: 40px;
}
.see-my-order {
  color: #0046AF;
  text-align: right;
}
.see-my-order {
  cursor: pointer;
}
.btn-center-btna {
  margin-top: 60px;
  padding: 15px 86px;
  font-size: 20px;
  letter-spacing: 1px;
  background: #0046AF;
  border: 1px solid #0046AF;
  color: #fff;
  border-radius: 6px;
}
.grzx-btn {
  display: inline-block;
  margin-left: 79px;
}
.grzx-btn:last-of-type {
  margin-left: 120px;
}
#suoyaofapiao {
  padding: 30px 20px;
  background: #FFFFFF;
}
.user-center-invoice,
.user-center-invoice-info {
  padding: 20px;
  background: #FFFFFF;
  border: 1px dashed #E9E9E9;
}
.uci-form {
  margin-top: 20px;
}
.uci-form .layui-btn-normal {
  background-color: #0046AF;
}
.user-center-invoice-info .blue:hover {
  color: #FF8400;
}
.user-center-editcert {
  border: 1px dashed #eee;
  padding: 15px;
  margin-bottom: 50px;
}
.yckkfp:hover,
.yckkfp:focus {
  color: #0000ff;
}
.lianxiangfapiao {
  position: absolute;
  background: #ffffff;
  z-index: 100;
  width: 350px;
  line-height: 2em;
  cursor: pointer;
  left: 42%;
  border: 1px solid #eee;
  padding-left: 15px;
}

/*修改radio样式*/
.radio_type {
  width: 0;
  height: 0;
  appearance: none;
  position: relative;
  outline: none;
  bottom: 14px;
  right: 15px;
}
.radio_type:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #463ef9;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.radio_type:checked:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #463ef9;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.radio_type:checked:after {
  content: "";
  width: 6px;
  height: 6px;
  text-align: center;
  background: #463ef9;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 5.5px;
  left: 5px;
}
.radio_type:checked + label {
  color: #edd19d;
}
/*修改radio样式*/

/**个人信息**/
.userinfo {
  width: 1240px;
  margin: 40px auto;
}
.userinfo i {
  cursor: pointer;
  font-size: 18px;
  color: #463ef9;
}
.userinfo-tita {
  font-weight: bold;
  font-size: 15px;
}
#info_money {
  font-size: 24px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: bold;
  font-family: "D IN Condensed";
}
.info-form-spa {
  color: #1a1a1a;
}
.info-form-spb {
  color: red;
}
.my-input {
  width: 470px;
  text-indent: 5px;
  margin-left: 15px;
  border-radius: 2px;
  border: 1px solid #eee;
  height: 30px;
  line-height: 30px;
}
.my-input-label {
  display: inline-block;
  width: 130px;
  text-align: right;
}
.info-remark {
  color: #ff0000;
  font-size: 12px;
  margin-bottom: 30px;
}
.btn-upload-user-center {
  width: 138px;
  height: 38px;
  line-height: 36px;
  border-radius: 2px;
  background-color: #0046AF;
  color: #fff;
  border: 1px solid #0046AF;
  padding: 0;
  font-size: 18px;
}
.btn-upload-user-center img {
  width: 26px;
  margin-bottom: 2px;
  margin-right: 2px;
}
.btn-info-submit {
  width: 300px;
  height: 62px;
  text-align: center;
  margin-top: 50px;
  background: #002E83;
  border-radius: 30px;
  font-size: 20px;
  color: #FFFFFF;
}

.btn-info-submit:hover {
  background: #C1000F;
  color: #FFFFFF !important;
}

@media (max-width: 1700px) {
  .fy-qtzz-con {
    padding: 0 0 0 10%;
  }
  .fy-lc-con {
    padding: 0 0 0 15%;
  }
  .fy-wsm-con {
    padding: 0 0 0 19%;
  }
  .yingwenrunse-service-left-con {
    width: 42%;
  }
  .ywrs-fwfa-con {
    padding: 50px 0 50px 13%;
  }
  .ywrs-fwfa-con-item {
    width: 31%;
  }
  .yingwenrunse-qitazengzhi-img {
    display: none;
  }
  .yingwenrunse-qitazengzhi-con {
    width: 85%;
    margin-left: 10%;
    background: url(../img/ywrs-bg33.png) no-repeat left;
  }
  .fanyi-banner-l {
    width: 58%;
  }
}
@media (max-width: 1670px) {
  .fy-wsm-con {
    padding: 0 0 0 17%;
  }
  .yingwenrunse-service-left-con {
    width: 44%;
  }
}

@media (max-width: 1660px) {
  .fanyi-banner-l {
    width: 66%;
  }
}

@media (max-width: 1620px) {
  .fy-wsm-con {
    padding: 0 0 0 15%;
  }
}
@media (max-width: 1600px) {
  .fy-zstq-con {
    padding: 0 0 0 11%;
  }
  .enquiry {
    right: 5%;
  }
  .yingwenrunse-service-left-con {
    width: 48%;
  }
  .navbar-nav li {
    margin-right: 30px;
  }
  .details618 {
    left: 82%;
  }
  .show-data {
    bottom: 190px;
  }
}

@media (max-width: 1572px) {
  .fy-wsm-con {
    padding: 0 0 0 13%;
  }
  .fanyi-tedian-l {
    padding: 2% 0 0 11%;
  }
  .container-fluid {
    padding: 0;
  }
}

@media (max-width: 1525px) {

}

@media (max-width: 1500px) {

  .fy-lc-con {
    padding: 0 0 0 10%;
  }
  .fy-qtzz-con {
    padding: 0 0 0 5%;
  }
}

@media (max-width: 1420px) {

}
@media (max-width: 1400px) {
  .fy-zstq-con {
    padding: 0 0 0 5%;
  }
}

@media (max-width: 1465px) {
  .yingwenrunse-service-left-con {
    width: 80%;
    margin: 66px auto;
  }
  .ywrs-fwfa-con {
    padding: 50px 0 50px 1%;
  }
  .ywrs-fwfa-con-item {
    width: 32%;
  }
  .fanyi-banner-l-con {
    padding: 7% 0 0 22%;
  }

}
@media (max-width: 1380px) {
  .fy-qtzz-itemw {
    margin: 0 26% 5% 0;
  }

}
@media (max-width: 1350px) {
  .fy-lc-con {
    padding: 0 0 0 13%;
  }
  .fy-lcconl-item-ind-pa {
    width: 70px;
    height: 70px;
    padding-left: 6px;
    font-size: 38px;
    line-height: 66px;
  }
  .fy-lcconl-item-cen-pa {
    font-size: 14px;
    line-height: 16px;
  }
  .fy-lcconl-item-cen-pb {
    width: 225px;
    font-size: 12px;
    line-height: 18px;
  }
  .fy-lcconl-item {
    width: 315px;
    height: 94px;
  }
  .fy-lc-con-c {
    padding-top: 0;
  }
}

/* 大型设备（大台式电脑，1336x 起） */
@media (max-width: 1336px) {
  .service-items-content h1 {
    padding-top: 5px;
  }
  .jjbs-right {
    width: 27%;
  }
  .jjbs-left {
    width: 66%;
  }
  .fy-wsm-con {
    padding: 0 0 0 8%;
  }
  .show-data,
  .sid-content,
  .service-items-content,
  .bianjituandui,
  .kehupingjia,
  .choose-us-reason,
  .kandenganli,
  .tequan,
  .zixunqu,
  .hezuoyuanxiao,
  .hzhb-con,
  .bottom-da,
  .links {
    width: 98%;
    margin: 0 auto;
  }
  .xunjia-input {
    left: 15%;
    top: 50px;
  }

  .bianjituandui .jieshao {
    margin: 0 4%;
    font-size: 12px;
  }
  .editor-one {
    margin-right: 4%;
  }
  .bjtd-item {
    width: 28%;
  }
  .service-items-content p {
    font-size: 12px;
    padding: 0 5px;
    height: 125px;
  }
  .yingwenrunse,
  .xueshufanyi,
  .jijinbiaoshu,
  .scixueshuzhichi {
    width: 45%;
  }
  .enquiry {
    right: 4%;
    bottom: 40%;
  }
  .bianjituandui .jieshao p {
    height: 87px;
  }
  .kandenganli-item {
    width: 48%;
  }
  .kandenganli-item-l img {
    width: 100px;
  }
  .kandenganli-item-r {
    width: 75%;
  }
  .kandenganli-item-l-tit text {
    font-size: 14px;
  }
  .lunwentimu {
    font-size: 13px;
  }
  .lunwenxinxi,
  .smanlibiaoqian {
    font-size: 12px;
  }
  .smanlibiaoqian {
    margin-right: 6px;
    padding: 10px;
  }
  .pj-content {
    width: 80%;
  }
  .kehupingjia-item {
    width: 47%;
  }
  .reason {
    width: 23%;
    margin-left: 1%;
  }
  .tq-item {
    width: 30%;
    margin-left: 1.3%;
  }
  .r-item-a,
  .r-item-b,
  .r-item-c {
    margin-right: 0;
  }
  .b-t-b {
    font-size: 56px;
  }
}

@media (max-width: 1330px) {
  .jjbs-l-con {
    padding: 9% 0 6% 18%;
  }
  .yingwenrunse-service-left-con {
    width: 61%;
  }
  .fy-zstq-con {
    padding: 0 0 0 3%;
  }
}

@media (max-width: 1276px) {
  .yingwenrunse-tedian-l,
  .yingwenrunse-tedian-r {
    display: block;
  }
  .yingwenrunse-tedian-l {
    top: 225px;
  }
  .yingwenrunse-tedian-r {
    bottom: 285px;
    margin-left: 22%;
  }
  .ywrsfci-pd-te {
    left: 15%;
  }
  .fanyi-banner-l-con {
    padding: 7% 0 0 10%;
  }
  .fanyi-tedian-l {
    width: 64%;
  }
  .fanyi-tedian-r {
    width: 36%;
  }
}

@media (max-width: 1262px) {
  .yingwenrunse-anli {
    width: 100%;
  }
  .jjbs-shrq-da {
    width: 100%;
  }
  .jjbs-shrq-jga {
    display: none;
  }
  .jjbs-shrq-da-a {
    width: 45%;
    margin-left: 3.5%;
  }
  .fy-lc-con {
    padding: 0 0 0 4%;
  }
  .fy-zstq-item {
    width: 30%;
  }
  .fy-zstq-i-ula li {
    margin: 21px 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: unset;
  }
  .fy-zstq-i-pa {
    width: 53%;
    line-height: 35px;
    font-size: 16px;
  }
  .fy-zstq-i-ula {
    padding-right: 1%;
  }

}

@media (max-width: 1220px) {
  .fanyi-anli {
    width: 100%;
  }
  .new-home-s-i {
    width: 100%;
    padding: 0 3%;
  }
  .jc-gl-pb {
    padding: 0 8%;
  }
  .bianjituandui-tit {
    width: 100%;
    padding: 0 2%;
  }
  .guanyuwomen {
    width: 100%;
  }
  .gywm-contents {
    min-width: 1200px;
    margin-left: 4%;
  }
  .gywm-contents1 {
    margin-left: 36px;
  }

  .gywm-jj-pa-left,
  .gywm-jj-pc-left {
    width: 33%;
  }
  .gywm-jj-pa-right {
    width: 67%;
    padding: 20px 2% 20px 50px;
  }
  .gywm-jj-pc-right {
    width: 67%;
  }
  .gywmc-tita {
    font-size: 30px;
  }
  .gywmjjpar-xpa,
  .gywm-jj-pb-xpa,
  .gywm-jj-pc-xpa {
    font-size: 20px;
  }
  .gywmjjpar-xpb,
  .gywm-jj-pb-xpb,
  .gywm-jj-pc-right-pa text,
  .gywm-jj-pc-right-pa button {
    font-size: 16px;
  }
  .gywm-jj-pa-left {
    height: 338px;
  }
  .ywrs-zstq-da-cb {
    margin: 15px 2% 50px 2%;
  }
  .ywrs-zstq-da {
    width: 32%;
  }
  .yingwenrunse-zhuanshutequan-con {
    width: 100%;
    padding: 0 2%;
  }
  .ywrs-cjwt-items {
    width: 100%;
    padding: 0 4%;
  }
  .jc-al-con {
    width: 100%;
    padding: 20px 12%;
  }
  .jc-fwfasm {
    padding: 0 5% 0 0;
    width: 100%;
    font-size: 14px;
  }
  .jc-td-right img {
    width: 100%;
  }
  .jc-ileft {
    width: 30%;
  }
  .jc-iright {
    width: 70%;
    right: 0;
  }
  .jiangchong-tedian .xszd-td-pa {
    font-size: 30px;
  }
  .jiangchong-tedian .xszd-td-pb,
  .jiangchong-tedian .xszd-td-pb-ta {
    font-size: 18px;
  }
  .jiangchong-tedian .xszd-td-con {
    padding: 0 2%;
  }
  .xszd-zjtd-item {
    width: 32%;
    height: 590px;
  }
  .xszd-zjtd-i-mga {
    margin: 0 10px;
  }
  .xszd-td-pa {
    font-size: 40px;
    line-height: 60px;
  }
  .jc-zz-con,
  .jjbsfw-item,
  .fy-td-con,
  .jc-con,
  .xszd-zstq-con,
  .xszd-con {
    width: 100%;
  }
  .jjbs-ydwt-il {
    width: 54%;
  }
  .jjbs-ydwt-ir {
    width: 42%;
  }
  .xszd-zjtd-con,
  .xszd-xzal-con,
  .xszd-td-con,
  .jjbs-fwlc-con,
  .jjbs-ydwt-con,
  .jjbs-cjwt-con,
  .jjbs-bbtj-table {
    width: 100%;
    padding: 0 2%;
  }
  .jjbs-zjtd-con,
  .jjbs-pscx-con {
    width: 100%;
  }
  .jjbs-shrq-pe {
    width: 100%;
    padding: 0 2%;
    font-size: 14px;
    line-height: 28px;
  }
  .jjbs-shrq-pd {
    width: 100%;
    height: 96px;
    background: unset;
    line-height: 36px;
    padding: 0 2%;
    margin-bottom: 30px;
  }
  .fy-cjwd-item {
    width: 100%;
    padding: 0 4%;
  }
  .jjbs-fw-con {
    width: 100%;
    margin: unset;
    padding: 0 2%;
  }
  .jjbs-jga {
    margin: 0;
  }
  #jjbsfw-item {
    display: block;
  }
  .jjbsfw-item-pc {
    display: none;
  }
  .jjbsfw-i-pd {
    padding-left: 42%;
  }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (max-width: 1200px) {
  .jjbs-pb {
    width: 100%;
    padding: 0 2%;
  }
  .jjbs-zw100 {
    height: 30px;
  }
  .fy-wsm-con {
    padding: 0 0 0 5%;
  }
  .ywrs-sdtd-ipb {
    font-size: 14px;
  }
  .ywrs-sdtd-item {
    width: 30%;
  }
  .yingwenrunse-sandatedian {
    padding: 0 0 0 2%;
  }
  .ywrsfci-pbc {
    font-size: 13px;
  }
  .ywrsfci-pc {
    font-size: 12px;
    font-weight: unset;
  }
  .ywrsfci-pd-tc {
    font-size: 18px;
  }
  .ywrsfci-pd-te {
    left: 8%;
  }
  .ywrsfci-pd-tf {
    left: 66%;
  }
  .yingwenrunse-gailan {
    padding: 35px 8%;
  }
  .ywrs-sd-ita,
  .ywrs-sd-itb {
    font-size: 30px;
  }
  .ywrs-sd-itc {
    font-size: 22px;
    bottom: 15px;
  }
  .ywrs-sd-ipb {
    font-size: 16px;
  }
  .yingwenrunse-service-right-con {
    left: unset;
  }
  .yingwenrunse-service-left-con {
    width: 67%;
  }
  .b-title {
    left: 2%;
    top: 104px;
  }
  .b-t-a,
  .b-t-c-p,
  .b-t-d {
    font-size: 22px;
  }
  .b-t-b {
    font-size: 44px;
  }
  .show-data,
  .sid-content,
  .service-items-content,
  .bianjituandui,
  .kehupingjia,
  .choose-us-reason,
  .kandenganli,
  .tequan,
  .zixunqu,
  .hezuoyuanxiao,
  .hzhb-con,
  .bottom-da,
  .links {
    width: 100%;
  }
  .enquiry {
    right: 12%;
  }
  .service-items-content h1 {
    padding-top: 0;
  }
  .service-items-content p {
    height: 125px;
    letter-spacing: 1px;
  }
  .yingwenrunse,
  .xueshufanyi,
  .jijinbiaoshu,
  .scixueshuzhichi {
    height: 240px;
  }
  .bianjituandui .jieshao p {
    height: 72px;
  }
  .bjtd-item {
    width: 98%;
  }
  .editor-one-con {
    background-size: 100%;
  }
  .bianjituandui .jieshao {
    margin: 0 1%;
    background-size: 100%;
    background: unset;
    background-color: #2f2bbe;
  }
  .zxq-jg {
    margin-right: 1%;
  }
  .lunwentimu {
    width: 98%;
  }
  .kandenganli-item-l-tit text {
    padding: 0 5px;
  }
  .anlibiaoqian {
    margin: 10px 10%;
  }
  .kandenganli-item {
    width: 98%;
    margin: 10px 1%;
  }
  .pj-title {
    font-size: 16px;
    line-height: 18px;
  }
  .pj-content,
  .tq-p2,
  .zxq-p2 {
    font-size: 12px;
  }
  .pj-user-info {
    width: 100%;
  }
  .reason {
    width: 48%;
    margin-left: 1.3%;
    margin-top: 20px;
  }
  .tq-p2 {
    letter-spacing: 1px;
    padding: 10px 12%;
  }
  .tq-p1 {
    padding-top: 38px;
  }
  .tq-item {
    height: 380px;
  }
  .zxq-p2 {
    width: 85%;
  }
  .zxq-item {
    margin-right: 0;
    margin-left: 2.2%;
  }
  .bt-logo,
  .bt-contact,
  .hot-service,
  .our-media {
    width: 44%;
    margin: 0 2%;
    text-align: center;
  }
  .bda-jg1 {
    margin-right: unset;
  }
  .bt-log-fg {
    margin: 30px auto;
  }
  .bt-gongsijieshao {
    text-align: center;
    width: unset;
  }
  .hezuoyuanxiao {
    margin-bottom: 85px;
  }
  .bt-contact {
    bottom: 0;
  }
}

@media (max-width: 1145px) {

  .jiangchong-banner .xszd-bpb {
    font-size: 48px;
  }
  .jjbs-zjtd-pc-ta {
    font-size: 38px;
  }
  .jjbs-zjtd-pc-tb {
    font-size: 22px;
    bottom: 26px;
  }
  .jjbs-zjtd-pc-tc {
    font-size: 20px;
  }
  .fy-qtzz-itemw {
    margin: 0 18% 5% 0;
  }
  .fy-wsm-con {
    padding: 0 0 0 1%;
  }

  .gywm-bb {
    border: 0;
  }
  .gywm-menus-ul {
    line-height: 45px;
  }
  .gywm-contents {
    min-width: 1200px;
    margin: 30px auto 100px;
  }
  .gywmc-tita {
    margin-top: 30px;
  }
  .gywm-jjbg img {
    min-width: 1220px;
    max-height: 460px;
  }


}

@media (max-width: 1120px) {
  .xszd-td-pa {
    font-size: 38px;
    line-height: 38px;
  }
  .fy-con {
    width: 90%;
    margin-left: 8%;
  }
  .fy-lc-con {
    padding: 0 0 0 2%;
  }
  .fy-zstq-item {
    width: 98%;
    margin: 0 2% 5% 0;
  }
}

@media (max-width: 1090px) {
  .jiangchong-tedian .xszd-td-pa {
    font-size: 22px;
    line-height: 35px;
  }
  .xszd-td-pb-ta,
  .xszd-td-pb {
    line-height: 35px;
  }
  .jiangchong-tedian {
    height: 270px;
  }
  .jc-td-left {
    width: 67%;
  }
  .xszd-fwfa .ywrs-fwfa-con-item {
    margin-left: 3%;
  }
  .xszd-left {
    width: 64%;
  }
  .xszd-right {
    width: 36%;
  }
  .xszd-bpb {
    font-size: 54px;
    line-height: 70px;
  }
  .xszd-bpc-ta {
    width: 232px;
    font-size: 16px;
    line-height: 28px;
    height: 32px;
  }
  .fy-wsm-con {
    padding: 0;
  }
  .fy-wsm-item {
    margin: 5% 0 2% 32%;
  }
  .fanyi-banner {
    height: 365px;
  }
  .fanyi-banner-r-con {
    width: 265px;
  }
  .fyl-con-p1 {
    font-size: 48px;
    line-height: 70px;
  }
  .fyl-con-p2 {
    font-size: 18px;
  }
  .fyl-con-p3 {
    font-size: 26px;
  }
  .fyr-con-pa {
    font-size: 18px;
    line-height: 50px;
  }
  .fy-jgatb {
    height: 5px;
  }
  .btn-fyb-ljxj {
    height: 40px;
  }
  .my-fybr-input-a {
    height: 40px;
  }
  .fanyi-liucheng-m {
    display: block;
  }
  .fanyi-liucheng-p {
    display: none;
  }
  .fy-lc-con-c {
    margin-left: 24%;
    margin-bottom: 25px;
  }
  .fy-lc-con {
    padding: 0 0 0 19%;
  }
}

@media (max-width: 1054px) {

  .ywrs-zstq-ua li {
    font-size: 12px;
  }
  .xszd-fwfa .ywrs-fwfa-con-item {
    margin-left: 1%;
  }
  .xszd-td-left {
    padding: 60px 0 0 55px;
  }
  .xszd-td-pa {
    font-size: 30px;
  }
  .xszd-td-pb-ta,
  .xszd-td-pb {
    font-size: 18px;
  }
  .yingwenrunse-service-left-con {
    width: 70%;
  }
  .yingwenrunse-service-right-con {
    right: 12%;
  }
  .fanyi-tedian-l {
    padding: 2% 0 0 2%;
    width: 56%;
  }
  .fy-t-pa,
  .fy-t-pb {
    font-size: 26px;
  }
  .fy-t-pb {
    margin-bottom: 20px;
  }
  .fy-t-tb {
    font-size: 18px;
    line-height: 35px;
  }

}

@media (max-width: 1054px) {
  .zc-btn .zc {
    margin-right: 0;
  }
}

@media (max-width: 1015px) {

}

@media (max-width: 1010px) {
  .jjbs-l-con {
    padding: 9% 0 6% 5%;
  }
  .yingwenrunse-service-left-con {
    width: 86%;
  }
  .yingwenrunse-service-right-con {
    right: 15%;
  }
  .ywrs-sd-ita,
  .ywrs-sd-itb {
    font-size: 20px;
  }
  .ywrs-sd-itc {
    font-size: 14px;
    bottom: 10px;
  }
  .ywrs-sd-itd,
  .ywrs-sd-ipb {
    font-size: 14px;
  }
}

/* 中型设备（台式电脑，992px 起） */
@media (max-width: 992px) {
  .jc-fwfasm {
    bottom: 60px;
  }

  .jc-fwfa-jg-tposa {
    left: 55%;
  }
  .jc-fwfa-jg-tposb {
    left: 43%;
  }
  .jc-fwfa-jg-tposc {
    left: 68%;
  }
  .jc-td-right {
    width: 32%;
  }
  .jiangchong-banner .xszd-bpb {
    font-size: 35px;
    line-height: 25px;
  }
  .jiangchong-banner .xszd-bpa {
    font-size: 40px;
  }
  .xueshuzhidao-xiezhuanli {
    margin-top: 0;
  }
  .xszd-fwfa .ywrsfci-pd-te {
    right: 8%;
  }
  .xszd-bqa {
    float: unset;
    position: unset;
  }
  .xszd-bqa .ywrsfci-pd-tf {
    position: unset;
  }
  .xszd-fwfa-paa {
    width: 100%;
  }
  .xszd-fwfa .ywrs-fwfa-con-item {
    margin-left: unset;
    width: 100%;
  }
  .xszd-fpa {
    line-height: 60px;
  }
  .jiangchong-banner .xszd-form,
  .xszd-form {
    width: 255px;
    height: 311px;
  }
  .xszd-con {
    height: 365px;
  }
  .jjbs-zjtd-pd {
    font-size: 14px;
    width: 84%;
  }
  .jjbs-left {
    width: 62%;
  }
  .jijinbiaoshu-banner {
    height: 338px;
  }
  .jjbs-l-con {
    text-align: center;
  }
  .jjbs-l-con-tb {
    font-size: 40px;
  }
  .jjbs-l-con-ta {
    font-size: 25px;
  }
  .jjbs-l-con-tf {
    font-size: 30px;
  }
  .jjbs-l-con-td {
    font-size: 30px;
  }
  .jijinbiaoshu-zixunbiao {
    width: 260px;
    height: 270px;
  }
  .jjbs-zxb-pa {
    line-height: 58px;
  }
  .jjbs-zxb-ipt,
  .jjbs-zxb-dbtn {
    width: 230px;
    height: 48px;
  }
  .fy-lc-con {
    padding: 0 0 0 14%;
  }
  .jjbs-l-con-pc {
    margin: 0 auto;
  }
  .fy-t-r-img {
    margin: 0 auto;
    display: block;
  }
  .fanyi-tedian-l {
    width: 100%;
    text-align: center;
  }
  .fanyi-tedian-r {
    width: 100%;
  }
  .ywrs-qtzzfw-da {
    width: 100%;
  }
  .ywrs-fwfa-con {
    padding: 50px 2%;
  }
  .ywrs-fwfa-con-item {
    width: 100%;
  }
  .ywrsfci-pd-te {
    left: unset;
    right: 18%;
    bottom: 24px;
  }
  .ywrsfci-pd-tec {
    right: 9%;
    bottom: 10px;
  }
  .ywrsfci-pd-tf {
    left: unset;
    right: 18%;
    bottom: 24px;
  }
  .ywrs-fwfa-p {
    display: none;
  }
  .ywrs-fwfa-m {
    display: block;
    width: 100%;
  }
  .sm-ljxj {
    width: 100%;
    text-align: center;
    clear: both;
    position: relative;
    bottom: 110px;
    display: block;
  }
  .b-title {
    width: 100%;
    text-align: center;
  }
  .b-t-a,
  .b-t-c-p,
  .b-t-d {
    font-size: 24px;
  }
  .b-t-b {
    font-size: 46px;
  }
  .zc-btn .zc {
    margin-right: 0;
  }
  .yingwenrunse,
  .xueshufanyi,
  .jijinbiaoshu,
  .scixueshuzhichi {
    height: 300px;
  }
  .service-items-content {
    display: none;
  }
  #fuwuxiangmu-m {
    display: block;
  }
  .pj-user-info {
    bottom: 128px;
  }
  .know-more-example {
    text-align: center;
  }
  .tq-p2 {
    padding: 10px 8%;
  }
  .tq-p {
    display: none;
  }
  .tq-m {
    display: block;
  }
  .tq-item {
    width: 100%;
  }
  .xunjia-input {
    left: 6%;
  }
  .enquiry {
    display: none;
  }
  .banner {
    height: 470px;
  }
  .banner_btn > a {
    line-height: 34px;
  }
  .banner_btn > a:nth-child(1) {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
  .banner_btn > a:nth-child(2) {
    margin-bottom: 10px !important;
  }
  .banner_btn > a:nth-of-type(3) {
    margin-right: 10px !important;
  }


}

@media (max-width: 955px) {
  .ywrs-zstq-da {
    width: 100%;
  }
  .xszd-td-pa {
    font-size: 26px;
  }
  .xszd-td-pb-ta,
  .xszd-td-pb {
    font-size: 16px;
  }
  .xszd-td-left {
    padding: 45px 0 0 20px;
  }
  .yingwenrunse-service-right-con {
    right: 23%;
  }

}

@media (max-width: 900px) {
  .gywmc-fbal-btna {
    margin: 35px auto !important;
    display: block;
  }
}

@media (max-width: 895px) {

  .gywmc-khfk-lil-con {
    width: 80%;
  }
  .mb0 {
    margin-bottom: 10px;
  }
  .jc-ileft {
    width: 36%;
  }
  .jc-iright {
    width: 64%;
  }
  .jc-irpa .ta {
    font-size: 30px;
  }
  .jc-irpb {
    font-size: 18px;
  }
  .xszd-bpc-ta {
    margin: 0;
  }
  .jjbs-ydwt-il {
    width: 100%;
    margin-right: unset;
    margin-bottom: 30px;
  }
  .jjbs-ydwt-ir {
    width: 76%;
  }
  .jjbs-zjtd-left {
    padding-left: 5%;
    width: 100%;
  }
  .jjbs-zjtd-right {
    width: 100%;
  }
  .jjbs-shrq-pe {
    height: unset;
  }
  .jjbs-shrq-da-a {
    width: 100%;
    margin-left: 0;
    margin: 15px 0;
  }
  .jjbs-shrq-da {
    padding: 0 4%;
  }
  .jjbsfw-i-pd {
    padding-left: 38%;
  }
  .fy-qtzz-con {
    padding: 0 0 0 23%;
  }
  .fy-wsm-item {
    margin: 5% 0 2% 27%;
  }
  .yingwenrunse-service-left,
  .yingwenrunse-service-left-con {
    width: 100%;
    text-align: center;
  }
  .yingwenrunse-service-right-con {
    display: none;
  }
  .ywrs-sd-item {
    width: 80%;
    margin-bottom: 30px;
  }
  .ywrs-sd-ita,
  .ywrs-sd-itb {
    font-size: 40px;
  }
  .ywrs-sd-itc {
    font-size: 22px;
    bottom: 24px;
  }
  .ywrs-sd-itd,
  .ywrs-sd-ipb {
    font-size: 20px;
  }
  .kuailaixunjia,
  .lijxunjia {
    display: none;
  }
  .gywm-jj-pa-left,
  .gywm-jj-pa-right,
  .gywm-jj-pc-left,
  .gywm-jj-pc-right {
    float: unset;
    width: 100%;
  }
  .gywm-jj-pb,
  .gywm-jj-pc {
    padding: 0;
  }
  .gywm-jj-pc-right {
    margin-top: 30px;
  }
  .gywm-jj-pa {
    margin: 20px 0 0 0;
  }
  .gywmjjpar-jga {
    margin: 10px 0 25px 0;
  }
  .gywm-jj-pb-xpa,
  .gywm-jj-pc-xpa {
    line-height: 55px;
  }
}

@media (max-width: 850px) {
  .gywm-menus-ul {
    line-height: 40px;
  }
  .xszd-bpb {
    font-size: 45px;
  }
  .xszd-bpc-ta {
    margin-bottom: 10px;
  }
  .xszd-bpc {
    margin-top: 10px;
  }
  .fy-lc-con {
    padding: 0 0 0 9%;
  }
  .fy-lc-con-c {
    margin-left: 19%;
  }
}
@media (max-width: 815px) {
  .jiangchong-tedian .xszd-td-pb,
  .jiangchong-tedian .xszd-td-pb-ta {
    font-size: 15px;
  }
  .jiangchong-tedian {
    height: 235px;
  }
  .xszd-zl-pbp {
    display: none;
  }
  .xszd-zl-pbm {
    display: block;
  }
  .xszd-zl-pb {
    padding: 0 2%;
  }
  .fy-wsm-item {
    margin: 5% 0 2% 22%;
  }
  .fanyi-banner-r {
    display: none;
  }
  .fanyi-banner-l {
    width: 100%;
  }
  .fanyi-banner {
    height: 280px;
  }
  .fanyi-banner-l-con {
    padding: 2%;
    text-align: center;
  }
}

/* 超小设备（手机，小于 768px） */
/* Bootstrap 中默认情况下没有媒体查询 */

/* 小型设备（平板电脑，768px 起） */
@media (max-width: 768px) {
  .container-fluid {
    width: 100%;
  }
  .gywm-bjtd-pb {
    margin-top: 25px;
  }
  .w15b {
    width: 20% !important;
  }
  .w55b {
    width: 40% !important;
  }
  .home-fwsm-con {
    font-size: 12px;
    padding: 16px 2% 2px 2%;
    box-shadow: 0 0 25px rgba(209, 217, 227, 0.58);
  }
  .new-home-s-i .mycxs12 {
    padding: 0 2% !important;
  }
  .new-home-s-ia,
  .new-home-s-ib {
    padding: 0 2%;
  }
  .new-home-s-i {
    bottom: 0;
  }
  .bianjituandui-p {
    display: none;
  }
  .bianjituandui-m {
    display: block;
  }
  .bianjituandui-m .col-xs-12 {
    padding: 0;
  }
  .jc-gl-pb {
    padding: 0 4%;
  }
  .jc-gl-pa {
    font-size: 16px;
  }
  .jjbs-fwxm-sm {
    width: 100%;
    padding: 0 5% 0 8%;
  }
  .jjbs-fwxm-sm li {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .kme-btn {
    height: 35px;
    line-height: 22px;
    font-size: 14px;
  }
  .bianjituandui-tit p {
    font-size: 14px;
  }
  .gywmc-ppjj-da {
    padding: 60px 0;
  }
  .mg40 {
    height: 20px;
  }
  .gywmc-lxwm-da-right {
    padding-left: 0;
  }
  .gywmc-lxwm-da {
    padding: 0 2%;
  }
  .gywmc-lxwm-da-left,
  .gywmc-lxwm-da-right {
    width: 100%;
    float: unset;
  }
  .gywmc-khfk-page {
    padding: 20px 0 0 0;
  }
  .w370,
  .w220 {
    width: 25%;
  }
  .table-bordered,
  .table-bordered > tbody > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > thead > tr > th {
    font-size: 12px;
  }

  .gywmc-khfk-list-item {
    display: none;
  }
  .gywmc-khfk-list-item-m {
    display: block;
    clear: both;
    padding-top: 15px;
  }
  .gywmc-khfk-item-m-img {
    border-radius: 50%;
    border: 1px solid #eee;
    width: 100px;
    height: 100px;
    padding: 2px;
    float: left;
  }
  .gywmc-khfk-item-m-img div {
    height: 80px;
    border-radius: 50%;
    background-size: 100% !important;
  }
  .gywmc-khfk-item-m-con {
    float: left;
    width: 69%;
    padding-left: 3%;
  }
  .kehupingjia-pa {
    clear: both;
    padding: 25px 2% 15px 4%;
    border-bottom: 1px solid #eee;
  }
  .wyjwyl-pa-ta {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .wyjwyl-pa-tb {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-right: 5px;
    line-height: 30px;
  }
  .wyjwyl-pa-tc {
    background-color: rgba(70, 62, 249, 0.10196078431372549);
    color: #2924a4;
    padding: 0 15px;
    display: inline-block;
    line-height: 24px;
    border-radius: 10px;
  }

  .gywmc-ppjj-db-pa,
  .gywmc-ppjj-dd-pb {
    text-align: center;
  }
  .mfm-item {
    height: 11vw;
  }
  .m-zxgw-img {
    width: 18px;
    position: relative;
    bottom: 2px;
  }
  .login-m {
    padding-bottom: 12vw;
  }
  .m-footer {
    padding: 0 4vw;
    width: 100%;
	margin-top: 615px;
  }
  .btn.focus,
  .btn:focus,
  .btn:hover {
    color: #ffffff;
  }
  .lmf-ipt select {
    color: #606266;
  }
  .m-send-code {
    float: right;
    position: relative;
    bottom: 8vw;
    color: #c0c4cc;
  }
  .register-m-form {
    display: none;
  }
  .rmr-dbtn {
    text-align: center;
  }
  .lmr-dbtn,
  .rmr-dbtn {
    margin: 2.7vw 0;
  }
  .lmr-dbtn a {
    color: #5f56dc;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .rmr-dbtn a {
    color: #1f1a44;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .lmf-login-btn,
  .rmf-register-btn {
    width: 100%;
    color: #fff;
    background-color: #5f56dc;
    height: 10.7vw;
	margin-top: 15px;
  }
  .login-m-form,
  .register-m-form {
    padding: 0 5.4vw;
    margin-top: 8vw;
  }
  .lmf-item {
    margin-bottom: 5vw;
  }
  .lmf-item label {
    font-weight: 100;
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 3.2vw;
    color: #606266;
    line-height: 5.33333vw;
    padding: 0 1.6vw 0 0;
    box-sizing: border-box;
  }
  .lmh-pa {
    position: absolute;
    bottom: 6.66667vw;
    left: 50%;
    transform: translateX(-50%);
    line-height: 10.66667vw;
    color: #333;
    font-size: 6.66667vw;
  }
  .user-lrf-m-header {
  }
  .login-m-header {
    position: relative;
    width: 100%;
    height: 40vw;
    background-image: url(../img/dl-m-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  .user-lrf-m-hlogo {
    text-align: center;
    padding: 3vw 0;
  }
  .user-lrf-m-hlogo img {
    height: 7vw;
  }
  body {
    background: unset !important;
    overflow: unset !important;
  }
  /* .user-lrf-pc {
    display: none;
  }
  .user-lrf-m,
  .m-footer {
    display: block;
	position: absolute;
	width: 100%;
  } */
  .ywrs-cjwt-tit {
    margin: 0 0 20px 0;
  }
  .jc-zz-item {
    width: 100%;
  }
  .jiangchong-zengzhi {
    background: unset;
  }
  .jc-zz-da {
    padding: 0 0 25px 0;
  }
  .jc-al-con {
    padding: 20px 2%;
  }
  .jiangchong-anli {
    margin: 0;
  }
  .jc-item {
    width: 100%;
    padding-left: 13%;
    margin: 25px 0;
  }
  .jc-ileft {
    width: 35%;
  }
  .jc-iright {
    bottom: 14px;
    width: 65%;
  }
  .xszd-zstq-item {
    width: 100%;
  }
  .xszd-zjtd-item {
    height: 524px;
  }
  .xszd-zjtd-m {
    display: block;
  }
  .xszd-zjtd-p {
    display: none;
  }
  .xszd-zjtd-item {
    width: 100%;
  }
  .xszd-zjtd-i-mga {
    margin: 0;
  }
  .xueshuzhidao-xiezhuanli {
    margin-top: -50px;
  }
  .xszd-td-left,
  .xszd-td-right {
    width: 100%;
  }
  .xszd-td-left {
    text-align: center;
  }
  .xszd-td-right img {
    width: 84%;
  }
  .xszd-left {
    width: 100%;
    text-align: center;
  }
  .xszd-right {
    display: none;
  }
  .jjbs-dibu-pb {
    display: block;
    padding: 0 3%;
  }
  .jjbs-dibu-pa {
    display: none;
  }
  .jjbs-tr-left,
  .jjbs-tr-right {
    font-size: 12px;
    line-height: 20px !important;
  }
  .jijinbiaoshu-banner {
    height: 265px;
  }
  .jjbs-right {
    display: none;
  }
  .jjbs-left {
    width: 100%;
  }
  .jjbs-l-con {
    padding: 5% 0 3% 0;
  }
  .fy-td-i-imga {
    margin: 45px 0;
  }
  .fy-td-item {
    width: 100%;
    background: url(../img/fy-tedian-banner.png) no-repeat center;
    height: 360px;
    margin: 20px 0;
    padding: 0 2%;
  }
  .mg0-14 {
    margin: 115px 0 20px 0;
  }
  .fy-wsmxzwm-pa {
    font-size: 20px;
  }
  .fy-wsmxzwm-pb {
    font-size: 16px;
  }
  .fy-wsm-item {
    margin: 5% 0 2% 21%;
  }
  .fy-lc-con-c {
    margin-left: 2%;
  }
  .fy-lc-con-r {
    margin-left: 0;
  }
  .fy-lc-con-l,
  .fy-lc-con-r,
  .fy-lc-con-c {
    float: unset;
  }
  .fy-fwfa-m {
    display: block;
  }
  .fy-fwfa-m .ywrs-fwfa-con {
    padding: 15px 2%;
  }
  .fy-fwfa-m .ywrsfci-pf {
    font-size: 12px;
  }
  .fanyi-shujuzhanshi-m {
    display: block;
    margin: 30px 0;
    height: 83px;
  }
  .fy-sjzs-con {
    width: 100%;
    padding: 0 2%;
  }
  .fy-sjzs-item {
    width: 33.3%;
    float: left;
    text-align: center;
    padding-top: 8px;
  }
  .fy-bkxa {
    border-left: 1px solid #5e7ff5;
    border-right: 1px solid #5e7ff5;
  }
  .fy-sjzs-item-pa {
    color: #2923ce;
  }
  .fy-sjzs-item-tb {
    font-size: 12px;
    color: #2923ce;
  }
  .fy-sjzs-item-ta {
    font-size: 14px;
  }
  .fy-sjzs-item-tb {
    font-size: 12px;
  }
  .fy-sjzs-item-tc {
    font-size: 12px;
    position: relative;
    bottom: 6px;
  }
  .fy-sjzs-item-td {
    font-size: 14px;
  }
  .ywrs-fwfa-pa {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
  }
  .ywrs-fwfa-pb {
    font-size: 16px;
  }
  .yingwenrunse-anli-tu {
    width: 96%;
  }
  .yingwenrunse-sandatedian {
    padding: 0 2%;
  }
  .ywrs-sdtd-item {
    width: 100%;
  }
  .view-more-case-btn {
    width: unset;
    margin-top: 20px;
    font-size: 12px;
    height: 36px;
    border-radius: 10px;
  }
  .yingwenrunse-gailan {
    padding: 30px 0;
  }
  .ywrs-g-pa {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .ywrs-g-pb {
    font-size: 14px;
    line-height: 18px;
  }
  .ywrs-g-pc {
    font-size: 12px;
  }
  .ywrs-sd-m {
    display: block;
  }
  .ywrs-sd-item {
    width: 90%;
    margin: 0 5%;
  }
  .yingwenrunse-show-data {
    padding-left: unset;
  }
  .ywrs-t-r-img {
    width: 77%;
  }
  .yingwenrunse-tedian {
    margin-top: 180px;
  }
  .yingwenrunse-tedian-l {
    margin-left: 3%;
    top: 120px;
  }
  .yingwenrunse-tedian-r {
    bottom: 355px;
    margin-left: 20%;
  }
  .yingwenrunse-service-left-con {
    margin: 0 auto;
  }
  .ywrs-slc-p1 {
    font-size: 18px;
    line-height: 24px;
  }
  .ywrs-slc-p2 {
    line-height: 85px;
    font-size: 40px;
  }
  .ywrs-slc-p3 {
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px;
  }
  .ywrs-t-pa,
  .ywrs-t-pb {
    font-size: 22px;
  }
  .ywrs-t-pc {
    font-size: 14px;
  }
  .fzwy,
  .sm-ljxj,
  .ywrs-sd-pc {
    display: none;
  }
  

  .show-data {
    width: 94%;
    bottom: 27px;
    border-radius: 10px;
    height: 189px;
  }
  .show-data .data-item {
    width: 49.2%;
    background-size: 26% !important;
    height: 75px;
  }
  .show-tit {
    font-size: 12px;
  }
  .show-num {
    font-size: 18px;
  }
  .kehutuijian {
    border-right: 1px solid #fdf7f7;
    border-bottom: 1px solid #fdf7f7;
  }
  .dingjiqikan {
    border-bottom: 1px solid #fdf7f7;
  }
  .xifenlingyu {
    border-right: 1px solid #fdf7f7;
    height: 96px !important;
    padding-top: 10px;
  }
  .gaoxiaofuwu {
    height: 96px;
  }
  .sid-content {
    width: 94%;
    margin: 15px auto;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    text-indent: 30px;
    line-height: 30px;
    border-radius: 6px;
    font-size: 15px;
  }
  #yingwenrunse-m p {
    padding: 10px 20px;
  }
  #fuwuxiangmu-m .carousel-inner .item {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    width: 94%;
    padding: 0 10px;
    line-height: 26px;
    margin: 25px auto;
    height: 270px;
  }
  .konwmore {
    color: #2212b6;
    opacity: 1;
    border: 1px solid #2212b6;
    bottom: 0;
  }
  .item h1 {
    color: #2d2de4;
    font-size: 26px;
  }
  .xunjia-btn-m {
    display: block;
  }
  .xunjia-btn-m {
    width: 120px;
    height: 35px;
    background-color: #2212b6;
    color: #ffffff;
    border: 1px solid #2212b6;
    margin: 20px auto;
  }
  .bjtd-item {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .bianjituandui .jieshao {
    margin: 0 auto;
  }
  .editor-one-con {
    margin-top: 50px;
    bottom: -286px;
    background-size: 100%;
  }
  .biaoqianqu,
  .kuailaixunjia,
  .bianjituandui-p,
  .kdal-p,
  .reason-p,
  .tq-p,
  .zxq-pc,
  .khpj-p {
    display: none;
  }
  .bianjituandui-m,
  .kdal-m,
  .reason-m,
  .tq-m,
  .zxq-m,
  .khpj-m {
    display: block;
    width: 100%;
  }
  .pj-title {
    font-size: 12px;
    bottom: 178px;
    width: 80%;
  }
  .pj-content {
    width: 77%;
    font-size: 12px;
    color: #666666;
    position: relative;
    left: 9%;
    bottom: 188px;
    line-height: 20px;
  }
  .pj-user-info {
    width: 350px;
  }
  .kehupingjia-item {
    display: block;
    height: 250px;
    width: 100%;
  }
  .pj-user-info {
    left: 3%;
    bottom: 145px;
    display: block;
  }
  .reason {
    display: block;
    margin-left: 5%;
    margin-top: 0;
  }
  .tq-item,
  .zxq-item {
    display: block;
    margin-bottom: 35px;
    height: unset;
    width: 95%;
    margin: 0 auto;
  }
  .bianjituandui,
  .hzhb-con,
  .kehupingjia,
  .choose-us-reason,
  .kandenganli,
  .tequan,
  .zixunqu,
  .hezuoyuanxiao {
    width: 100%;
    font-size: 12px;
  }
  .kandenganli-tit,
  .kehupingjia-tit,
  .xuanzewomen-tit,
  .tequan-tit,
  .zixunqu-tit,
  .hzyx-tit,
  .fy-cjwd {
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
  }
  .kandenganli-item {
    width: 96%;
    margin: 0 1.5% 0 2.5%;
  }
  .hzyx-p1 {
    width: 100%;
  }
  .kandenganli-item-l {
    bottom: 0;
  }
  .kandenganli-item-r {
    width: 245px;
  }
  .lunwentimu {
    width: 260px;
    padding-left: 10px;
  }
  .kandenganli-item img {
    width: 83px;
    position: relative;
    bottom: 116px;
  }
  .kandenganli-item-l-tit text {
    font-size: 12px;
    display: inline;
    padding: 0 3px;
  }
  .lunwentimu,
  .lunwenxinxi {
    font-size: 12px;
  }
  .smanlibiaoqian {
    font-size: 12px;
    line-height: 18px;
    height: 28px;
    padding: 0;
    margin: 25px 2px;
  }
  .lunwenxinxi {
    margin-top: 40px;
    line-height: 20px;
  }
  .know-more-example {
    text-align: center;
  }
  .bottom-da,
  .links {
    display: none;
  }
  .bottom-db {
    height: 60px;
  }
  .hzhb-con-l,
  .hzhb-con-r {
    width: 100%;
    display: block;
    padding: 0;
  }
  .hzhb-con {
    height: 690px;
  }
  .kehupingjia-tit {
    margin-top: 10px;
  }
  .kehupingjia-items {
    height: 550px;
  }
  .reason .reason-p2,
  .reason .reason-p1 {
    width: 100%;
    text-align: center;
  }
  .reason-icon img {
    margin: 0 auto;
    display: block;
  }
  .choose-us-reason {
    margin-top: 45px;
  }
  .reason {
    width: 90%;
  }
  .tequan {
    margin-top: 50px;
  }
  .tq-p1 {
    font-weight: bold;
    font-size: 12px;
    padding-top: 25px;
  }
  .tq-p2 {
    font-size: 12px;
  }
  .zixunqu-tit {
    margin-bottom: 48px;
    width: 80%;
    margin: 20px auto;
    font-size: 20px;
    line-height: 30px;
  }
  .hzyx-tit {
    font-size: 25px;
    line-height: 35px;
  }
  .zxq-p1 {
    font-size: 16px;
  }
  .zxq-btn-a {
    font-size: 12px;
  }
  .zxq-p2 {
    font-size: 13px;
  }
  .zxq-item button {
    margin-left: 31%;
  }
  .zxq-ia {
    background-size: 100%;
  }
  .zxq-p2 {
    width: 100%;
  }
  .zxq-item p,
  .zxq-item button {
    margin-left: unset;
    text-align: center;
  }
  .hzhb-con img {
    margin: 15px 10px;
  }
}

@media (max-width: 654px) {
  .aqbm-tita {
    line-height: 25px !important;
  }
}

@media (max-width: 640px) {
  .jc-fwfa-jg-tposa {
    left: 60%;
  }
  .jc-fwfa-jg-tposb {
    left: 31%;
  }
  .jc-fwfa-jg-tposc {
    left: 57%;
  }
  .jiangchong-tedian {
    height: 600px;
  }
  .jc-td-left {
    width: 100%;
  }
  .jc-td-right {
    width: 100%;
  }
  .xszd-fwfa .ywrsfci-pd-te {
    right: 14%;
  }
  .xszd-zl-pa {
    font-size: 20px;
  }
  .xszd-zl-pb {
    font-size: 13px;
  }
  .xszd-zhuli {
    padding: 4% 0;
  }
  .xszd-td-pb,
  .xszd-td-pb-ta {
    line-height: 30px;
  }
  .jjbs-ydwt-ula li,
  .jjbs-ydwt-pc {
    font-size: 15px;
  }
  .fy-qtzz-con {
    padding: 0 0 0 16%;
  }
  .fy-wsm-item {
    margin: 5% 0 2% 14%;
  }
  .ywrs-cjwt-item-pa {
    font-size: 14px;
  }
  .ywrs-cjwt-img-c {
    display: none;
  }
  .ywrs-cjwt-item-pb {
    padding: 0 15px;
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .gywm-jj-pa-right,
  .gywm-jj-pc-right {
    padding: 0;
  }
  .xszd-td-pa {
    font-size: 24px;
  }
  .jjbs-ydwt-ir {
    width: 100%;
    height: 125px;
  }
  .jjbsfw-i-pd {
    padding-left: 25%;
  }
  .fy-wsm-item {
    margin: 5% 0 2% 9%;
  }
  .gywm-jj-pc-right-pa button {
    display: block;
    margin: 10px auto;
  }
  .gywm-jj-pc-right-pa text {
    line-height: 2em;
  }
}

@media (max-width: 520px) {
  .jc-bpc {
    font-size: 14px;
    line-height: 25px;
    margin: 5px 0;
  }
  .jiangchong-banner .xszd-bpb {
    line-height: 48px;
  }
  .xszd-con {
    height: 285px;
  }
  .xszd-bpa {
    font-size: 30px;
  }
  .xszd-bpd {
    font-size: 20px;
  }
  .xszd-bpb {
    font-size: 30px;
    line-height: 45px;
  }
  .jijinbiaoshu-bottom {
    padding: 20px 0;
  }
  .jijinbiaoshu-banner {
    height: 200px;
  }
  .jjbs-l-con-tf,
  .jjbs-l-con-td {
    font-size: 22px;
  }
  .jjbs-l-con-tc {
    bottom: 7px;
  }
  .jjbs-l-con-ta {
    font-size: 20px;
  }
  .jjbs-l-con-tb {
    font-size: 26px;
  }
  .jjbs-l-con-te,
  .jjbs-l-con-pc {
    font-size: 15px;
    width: 310px;
  }
  .fy-cjwd-i-w {
    font-size: 12px;
  }
  .fy-cjwd-item {
    margin: 25px auto;
  }
  .fy-cjwd-i-d {
    line-height: 22px;
    font-size: 12px;
  }
  .fy-wsm-item {
    width: 90%;
  }
  .fy-wsm-item-n-tit {
    font-size: 18px;
    line-height: 37px;
  }
  .fy-wsm-item-n-titb {
    font-size: 14px;
  }
  .fy-lc-pa {
    font-size: 30px;
    line-height: 65px;
  }
  .yingwenrunse-tedian-l {
    margin-left: 3%;
    top: 120px;
  }
  .yingwenrunse-tedian-r {
    bottom: 355px;
    margin-left: 9%;
  }
  .ywrs-t-r-img {
    width: 90%;
  }
  .ywrsfci-pd-tec {
    right: 22%;
    bottom: 12px;
  }
  .ywrsfci-pd-te {
    bottom: 49px;
  }
  .ywrsfci-pd-tf {
    left: 38%;
    right: unset;
    bottom: 50px;
  }
  .ywrsfci-djbfwc {
    font-size: 12px;
  }
}

@media (max-width: 494px) {
  .mpdd30 {
    padding: 25px 0 !important;
  }
  .mpdd40 {
    padding: 15px 0 !important;
  }
  .activityHeader {
    display: none;
  }
  .m-zc-btn,
  .m-dl-btn {
    top: 25px;
  }
  .m-tel {
    top: 33px;
  }
}

@media (max-width: 400px) {

  .activityImg {
    width: 100% !important;
  }
  .activityBox {
    bottom: 0 !important;
  }
  .activityBox > div:nth-child(1) {
    margin-right: 20px !important;
  }
  .activityDiv {
    width: 80px !important;
    height: 20px !important;
  }
  .editorialTeamMaxMaxBoss {
    display: none !important;
  }
  .activity-a {
    width: 80px !important;
    height: 20px !important;
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .moveHeader p {
    line-height: 30px;
    font-size: 10px;
    color: #fff;
    padding-left: 75px;
  }
  .box {
    width: 100% !important;
    padding: 0 5%;
  }
  #title {
    line-height: 30px !important;
    font-size: 14px !important;
  }
  #title span {
    width: 85px !important;
  }
  #content li {
    width: 100% !important;
  }
  .m-tel {
    top: 93px;
  }
  .m-zc-btn,
  .m-dl-btn {
    top: 85px;
  }
  .banner_btn {
    top: 146px;
    left: 23px;
  }
  .banner_btn > a {
    width: 80px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    background: #050f5d;
    opacity: 0.8;
    border-radius: 2px;
    margin: 0 10px 10px 0 !important;
  }
  .gywmc-fbal-btna {
    width: 95%;
  }
  .activityHeader {
    display: none;
  }
  .xszd-fwfa .ywrsfci-pd-te {
    right: 20%;
  }
  .xszd-zhuli {
    padding: 6% 0;
  }
  .fy-qtzz-con {
    padding: 0 2%;
  }
  .fy-qtzz-item {
    width: 324px;
  }
  .fy-qtzz-itemw {
    margin: 0 18% 18% 0;
  }
  .fy-t-tb {
    line-height: 30px;
    font-size: 14px;
  }
  .fy-t-ta {
    font-size: 16px;
    line-height: 22px;
  }
  .fy-t-pb {
    margin-bottom: 10px;
  }
  .fy-t-pa {
    line-height: 35px;
  }
  .fy-t-pa,
  .fy-t-pb {
    font-size: 20px;
  }
  .fyl-con-p1 {
    font-size: 35px;
    line-height: 55px;
  }
  .fanyi-banner {
    height: 190px;
  }
  .fyl-con-p2 {
    font-size: 12px;
  }
  .fyl-con-p3 {
    font-size: 18px;
    line-height: 30px;
  }
  .bianjituandui-biaoqian p span {
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
  }
}
.domainSearch {
  position: absolute;
  top: 35px;
  left: 100px;
  width: 75%;
  height: 200px;
  background: #fff;
  border: 1px solid #4e38ed;
  overflow-y: scroll;
  display: none;
}
.domainSearch li {
  line-height: 30px;
  padding-left: 1%;
  cursor: pointer;
}
.domainSearch li:hover {
  border: 1px solid #2212b6;
}

.HDActivity {
  width: 100%;
  position: relative;
}

.HDActivity>img {
  width: 100%;
}

.HDBox1 {
  width: 1016px;
  height: 172px;
  position: absolute;
  bottom: 1348px;
  left: 94px;
}

.HDBox1 ul {
  float: left;
  width: 50%;
  padding-top: 30px;
  padding-left: 190px;
}

.HDBox1 ul:last-of-type {
  padding-left: 70px;
}

.HDBox1 ul li {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-family: Noto Sans S Chinese;
  color: #000000;
  margin-bottom: 20px;
}

.HDBox1 .TranslationAdvantagesItemSpan {
  display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #0046af;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    vertical-align: -1px;
}

.HDBox1 .TranslationAdvantagesItemSpan span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0046af;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.HDBox2 {
  width: 1016px;
  height: 720px;
  position: absolute;
  bottom: 60px;
  left: 94px;
  padding: 40px 50px;
}

.HDBox2 h2 {
  font-size: 28px;
  font-family: jiangcheng;
  font-weight: normal;
  line-height: 28px;
  color: #0046AF;
  margin-bottom: 24px;
}

.HDBox2 ul li {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-family: Noto Sans S Chinese;
  color: #000000;
  margin-bottom: 24px;
}

.HDBox2 .TranslationAdvantagesItemSpan {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #0046af;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  vertical-align: -1px;
}

.HDBox2 .TranslationAdvantagesItemSpan span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0046af;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.HDBox2>p {
  height: 22px;
  font-size: 22px;
  font-family: Noto Sans S Chinese;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
  margin-top: 38px;
  margin-bottom: 38px;
}

.HDBox2 .HDBox2-head {
  font-family: jiangcheng;
  color: #0046AF;
  font-weight: 500;
}

.HDBox2 .HDBox2-tips {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-family: Noto Sans S Chinese;
  font-weight: 600;
  color: #000000;
}

.depositActivity{
    width: 100%;
    border-radius: 10px;
    background: url(../img/shareActivity_mask_back1.png) no-repeat;
    background-size:100% ;
    padding: 36px;
    margin-top: 20px;
}
.depositActivity h2{
    font-size: 54px;
    color: #FFFFFF;
    text-align: center;
}
.depositActivity>p{
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 20px 0 10px 0;
    text-align: center;
    margin-bottom: 20px;
}
.depositActivityMsg{
    width: 100%;
    padding: 36px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.depositActivity .depositActivityTit {
    font-size: 54px;
    font-weight: bold;
    color: #0046AF;
    margin-bottom: 15px;
}
.depositActivityCont {
  display: inline-block;
  width: 46%;
  text-align: left;
  font-size: 24px;
  margin-left: 3%;
  margin-top: 24px;
}
.depositActivityCont1 {
  margin-top: 16px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.depositActivityCont1>img {
  width: 32px;
}
.yckhdsmline1 {
  width: 118px;
  height: 2px;
  background: #168CFB;
  margin: 0 10px;
}
.yckhdsmline2 {
  width: 141px;
  height: 2px;
  background: #168CFB;
  margin: 0 10px;
}
.yckhdsmline3 {
  width: 125px;
  height: 2px;
  background: #168CFB;
  margin: 0 10px;
}
.yckhdsmline4 {
  width: 153px;
  height: 2px;
  background: #168CFB;
  margin: 0 10px;
}
.yckhdsmline5 {
  width: 135px;
  height: 2px;
  background: #168CFB;
  margin: 0 10px;
}
.depositActivityTita {
  font-size: 30px;
  line-height: 34px;
  color: #0046AF;
  text-align: left;
}
.depositActivityTitb {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  text-align: left;
  margin-top: 24px;
}
.depositActivityCont>img {
  width: 60px;
}
.depositActivityCont2 {
  font-size: 18px;
  color: #333333;
  line-height: 31px;
  margin-top: 15px;
  text-align: left;
}
.depositActivityCont2>span {
  margin-right: 74px;
}
.depositActivityCont2>span:last-child {
  margin-right: 0;
}
.depositActivityTitc {
  font-size: 20px;
  line-height: 35px;
  text-align: left;
}
.depositActivityTips {
  font-size: 20px;
  color: #E60012;
  line-height: 35px;
  margin-top: 15px;
  text-align: left;
}
.depositActivityBtn{
    margin-top: 35px;
    text-align: center;
}
.depositActivityBtn a{
    display: inline-block;
    width: 120px;
    height: 38px;
    background: linear-gradient(180deg, #FFCA1C 0%, #FF8103 100%);
    opacity: 1;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    color: #FFFFFF;
}
.depositActivityBtn a:nth-child(1){
    margin-right: 100px;
}
.depositActivityImg{
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 6px rgba(94, 89, 249, 0.1);
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1001;
  display:none;
  filter:alpha(opacity=60);
  background-color: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.jdk-nodata {
  display: none;
  text-align: center;
  margin: 36px 0;
}
.jdk-nodata>img {
  width: 287px;
  height: 177px;
}
.jdk-nodata>p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 30px;
  color: #999999;
}
.jdksl-table {
  border-bottom: 1px solid #ddd;
}
.jdksl-table th {
  line-height: 50px!important;
  font-size: 18px;
  background: #F8FAFF;
}
.jdksl-table td {
  line-height: 40px!important;
  font-size: 16px;
}

/**客户反馈开始**/
.index-feedback{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.index-feedback-item{
	width: 582px;
	height: 427px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px rgba(0, 42, 99, 0.16);
	margin: 0 15px;
	padding: 35px;
}
.index-feedback-item-first{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.index-feedback-item-first-imga{
	width: 102px;
	height: 102px;
}
.index-feedback-item-first-da{
	padding-left: 23px;
}
.index-feedback-item-first-dpa {
	height: 22px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
	opacity: 1;
}
.index-feedback-item-first-dpa{
	height: 22px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
	opacity: 1;
}
.index-feedback-item-first-da p{
	margin-bottom: 8px;
}
.index-feedback-item-label{
	height: 24px;
	background: rgba(0, 70, 175, 1);
	color: #FFFFFF;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 24px;
	opacity: 1;
	margin-bottom: 7px;
	text-align: center;
	padding: 0 18px;
	display: inline-block;
}
.index-feedback-item-pa{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	opacity: 0.8;
	margin-bottom: 15px;
}
/**客户反馈结束**/



