/* banner */
.banner_wrapper {
  position: relative;
  width: 100%;
  height: 428px;
  overflow: hidden;
  background-color: #e0e9f5;
/*  background: url(img/sy/index-banner-new.png) no-repeat center center; todo*/
  background: url(img/sy/index-banner.png) no-repeat center center;
  background-size: 100% 428px;
}



.banner_swiper img {
  width: 100%;
  height: 100%;
}

/* .banner_search{
    z-index: 222;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -600px;
} */
.banner_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner_box .banner_box_content {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 5;
}

.banner_video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #e0e9f5;
  overflow: hidden;
}
.section.bq_list{
  display: flex;
  justify-content: center;
}

.banner_video video {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 2;
  overflow: hidden;
  background-color: #e0e9f5;
}

.banner_tit {
  text-align: center;
   padding: 56px 0 28px; 
/*  padding-top: 190px; todo*/
}

.banner_tit .p1 {
  letter-spacing: 10px;
  margin-bottom: 18px;
  font-size: 50px;
  font-weight: bold;
  line-height: 58px;
  color: #181c29;
}

.adbox {
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 20px;
  z-index: 6;
}

.adbox img {
  height: 70px;
}

.banner_tit .p1 .bb {
  width: 94px;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  background: url(img/sy/ico-bb.png) no-repeat center center;
  background-size: 94px 31px;
  vertical-align: super;
  margin-right: 12px;
}

.banner_tit .p2 {
  font-size: 16px;
  color: #4d5260;
}

.banner_tit .p2 .num {
  font-size: 30px;
  font-family: DINProM;
  font-weight: 500;
  vertical-align: sub;
  color: #ff6521;
}

.pt_gg_swiper {
  height: 16px;
  overflow: hidden;
}

.hd_banner_tit {
  text-align: center;
  padding: 56px 0 28px;
}

.hd_banner_tit .p1 {
  letter-spacing: 10px;
  margin-bottom: 18px;
  font-size: 42px;
  font-weight: bold;
  line-height: 58px;
  color: #181c29;
}

.hd_banner_tit .p2 {
  font-size: 16px;
  color: #181c29;
}

.hd_banner_tit .p2 a {
  display: inline-block;
  margin-left: 15px;
  color: #3a62c8;
  cursor: pointer;
  padding-right: 18px;
  background: url(img/sy/ico-more-b.png) no-repeat right center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hd_banner_tit .p2 a:hover {
  text-decoration: underline;
}

/* banner搜索框 */
.banner_search {
  height: 203px;
  padding: 20px 20px 24px;

  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0px 3px 15px 1px #adc4db;

  /* background-color: #e9eef9; */
}

.tit_tab {
  font-size: 18px;
  line-height: 25px;
  /* font-weight: 600; */
  color: #181c29;
  cursor: pointer;
}

.tit_tab .tab_1 {
  position: relative;
  margin-right: 20px;
}

.tit_tab .tab_1:after {
  position: absolute;
  content: '';
  top: 9px;
  right: -10px;
  height: 8px;
  width: 1px;
  background-color: #bbbfc9;
}

.tit_tab span.on {
  font-weight: bold;
  color: #3a62c8;
}

.tit_gg .gg_t {
  padding-right: 13px;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  color: #4d5260;
  background: url(img/sy/icon-gg.png) no-repeat left center;
  background-size: 16px 16px;
}

.tit_gg .gg_t:after {
  position: absolute;
  content: '';
  top: 2px;
  right: 6px;
  height: 10px;
  width: 1px;
  background-color: #828897;
}

.tit_gg .gg_list a {
  width: 240px;
  height: 16px;
  float: left;
  font-size: 12px;
  color: #4d5260;
}

.tit_gg .gg_list a:hover {
  color: #3a62c8;
}

.search_box {
  margin-top: 10px;
}

.search_list input {
  position: relative;
  padding: 5px 10px 5px 20px;
  width: 736px;
  height: 54px;
  font-size: 14px;
  color: #333;
  border: 1px solid #3a62c8;
  border-right: 0;
  border-left: 0;
  border-right: none;
}

.search_list .search {
  width: 155px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #3a62c8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search_sell {
  width: 156px;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  color: #3a62c8;
  text-align: center;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #3a62c8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search_sell:hover {
  color: #fff;
  background-color: #3a62c8;
}

.search_list .search:active {
  color: #ccc;
}

.search_select p {
  line-height: 54px;
  font-size: 14px;
}

.search_select .select_banner {
  top: 54px;
}

.search_select p {
  padding: 0 24px 0 20px;
  max-width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 14px;
  color: #181c29;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.search_select p.on {
  color: #181c29;
}

.search_select {
  width: 103px;
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  font-size: 14px;
  position: relative;
  background-color: #fff;
  border: 1px solid #3a62c8;
  border-right: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.search_select:after {
  position: absolute;
  right: 0;
  top: 12px;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #eee;
}

.search_select:hover {
  border-color: rgba(52, 100, 255, 0.55) !important;
}

.search_select .iconfont {
  position: absolute;
  color: #181c29;
  right: 15px;
  top: 0;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.search_select .iconfont.up:not(.bgn) {
  transform: rotate(-180deg);
}

.select_banner {
  position: absolute;
  top: 41px;
  left: 0;
  padding: 5px 0;
  width: 100%;
  max-height: 290px;
  overflow-y: auto;
  z-index: 9999;
  border-radius: 0;
  background-color: #fff;
  text-indent: 5px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 3px 5px 24px 0 rgb(105 109 117 / 30%);
  box-shadow: 3px 5px 24px 0 rgb(105 109 117 / 30%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select_banner.show {
  opacity: 1;
  visibility: visible;
}

.select_banner .li {
  cursor: pointer;
  color: #666;
  line-height: 35px;
  display: block;
  padding-left: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.select_banner .li:hover {
  background-color: #eee;
  color: #3a62c8;
}

.search_bot {
  margin-top: 27px;
}

.search_bot .bot_item {
  display: block;
  padding-left: 49px;
  margin-left: 81px;
  background: url(img/sy/ico-b-1.png) no-repeat left center;
  background-size: 38px 38px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search_bot .item_2 {
  background: url(img/sy/ico-b-2.png) no-repeat left center;
  background-size: 38px 38px;
}

.search_bot .item_3 {
  background: url(img/sy/ico-b-3.png) no-repeat left center;
  background-size: 38px 38px;
}

.search_bot .item_4 {
  background: url(img/sy/ico-b-4.png) no-repeat left center;
  background-size: 38px 38px;
}

.search_bot .item_5 {
  background: url(img/sy/ico-b-5.png) no-repeat left center;
  background-size: 38px 38px;
}

.search_bot .bot_item:first-child {
  margin-left: 0;
}

.search_bot .bot_item .b_1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #181c29;
  margin-bottom: 5px;
}

.search_bot .bot_item .b_2 {
  font-size: 12px;
  font-weight: 400;
  color: #828897;
  line-height: 18px;
}

.search_bot .bot_item:hover .b_1 {
  color: #3a62c8;
}

.notice_wrapper .section {
  position: relative;
  /* padding-top: 25px; */
  z-index: 4;
  margin-bottom: 35px;
}

.notice_item:first-child {
  margin-left: 0;
}

.n1 {
  background: #fff url(img/sy/ico-notice-sbzc.png) no-repeat left 20px center;
  background-size: 84px 84px;
}

.n2 {
  background: #fff url(img/sy/ico-notice-22.png) no-repeat left 20px center;
  background-size: 84px 84px;
}

.n3 {
  background: #fff url(img/sy/ico-notice-33.png) no-repeat left 20px center;
  background-size: 84px 84px;
}

.n4 {
  background: #fff url(img/sy/ico-notice-sbgm.png) no-repeat left 20px center;
  background-size: 84px 84px;
}

.notice_item {
  width: 386px;
  height: 120px;
  background-color: #fff;
  box-shadow: 0 6px 25px 0 rgb(195 199 203 / 30%);
  padding: 25px 20px 25px 112px;
  margin-left: 21px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.notice_item:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0px 6px 25px 0px rgb(195 199 203 / 60%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.n1.on {
  background: #fff url(img/sy/ico-notice-sbzc-active.png) no-repeat left 20px center;
  background-size: 84px 84px;
}

.n2.on {
  background: #fff url(img/sy/ico-notice-2.png) no-repeat left 20px center;
  background-size: 84px 84px;
}

.n3.on {
  background: #fff url(img/sy/ico-notice-3.png) no-repeat left 20px center;
  background-size: 84px 84px;
}

.n4.on {
  background: #fff url(img/sy/ico-notice-sbgm-active.png) no-repeat left 20px center;
  background-size: 84px 84px;
}

.notice_item .tit span {
  font-size: 18px;
  line-height: 25px;
  color: #181c29;
  font-weight: bold;
}

.notice_item .tit .q {
  font-size: 14px;
  line-height: 21px;
  color: #ff6521;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.notice_item .tit .q .iconfont {
  font-size: 14px;
}

.notice_item .tit .q:hover {
  text-decoration: underline;
}

.notice_item .notice_p {
  margin-top: 9px;
  font-size: 12px;
  line-height: 18px;
  color: #828897;
}

.big_bg {
/*  padding-bottom: 50px;*/
  background: url(img/sy/ico-bg-notice.png) no-repeat top center;
  background-size: 100% 419px;
}

.c_tit {
  padding: 50px 0 30px;
  text-align: center;
}

.c_tit .c_a {
  font-size: 30px;
  line-height: 40px;
  color: #181c29;
  font-weight: bold;
}

.c_tit .c_b {
  margin-top: 8px;
  font-size: 14px;
  line-height: 19px;
  color: #4d5260;
}

/* new */
.yans_top {
  /* background: url(img/sy/ico-bg-server.png) no-repeat top 230px center; */
  background-size: 100% 849px;
  padding-bottom: 5px;
}
/* new */
/* .yans_top .yans_list {
  box-shadow: 0px 3px 15px 1px #e8ebee;
} */

.b_tab {
  width: 189px;
  height: 372px;
  background: url(img/sy/ico-yans-2.png) no-repeat bottom center;
  background-size: 189px 100%;
}

.b_tab .b_item {
  width: 100%;
  height: 124px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-top: 77px;
  cursor: pointer;
}

.b_tab .b_item.on {
  color: #181c29;
  background-color: #fff;
}

.b_tab .b_item.b_1 {
  background: url(img/sy/ico-y-01.png) no-repeat top 30px center;
  background-size: 50px 40px;
}

.b_tab .b_item.b_2 {
  background: url(img/sy/ico-y-02.png) no-repeat top 30px center;
  background-size: 50px 40px;
}

.b_tab .b_item.b_3 {
  background: url(img/sy/ico-y-03.png) no-repeat top 30px center;
  background-size: 50px 40px;
}

.b_tab .b_item.b_1.on {
  background: #fff url(img/sy/ico-y-1.png) no-repeat top 30px center;
  background-size: 50px 40px;
}

.b_tab .b_item.b_2.on {
  background: #fff url(img/sy/ico-y-2.png) no-repeat top 30px center;
  background-size: 50px 40px;
}

.b_tab .b_item.b_3.on {
  background: #fff url(img/sy/ico-y-3.png) no-repeat top 30px center;
  background-size: 50px 40px;
}

.b_white {
  width: 1011px;
  background: #fff !important;
}

.yans_top .tab {
  /* padding: 10px 0 0; */
  font-size: 16px;
  color: #181c29;
  box-shadow: 0px 6px 10px rgba(232, 235, 238, 0.57);
}

.yans_top .tab ul {
  border-bottom: 1px solid #ededed;
  /* margin: 0 20px; */
  position: relative;
}

.yans_top .tab ul:last-child {
  border-bottom: 0;
}

.yans_top .tab li {
  font-size: 14px;
  width: 202px;
  padding: 14px 0 14px;
  line-height: 24px;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 0;
}

.yans_top .tab li:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 0;
  background-color: #eaeaea;
  width: 1px;
  height: 11px;
}

.yans_top .tab ul li:nth-child(5n):after {
  background-color: #fff;
}

.yans_top .tab .active-ul {
  border-bottom: 0;
}

.yans_top .tab .active-ul li {
  padding: 14px 0 14px;
  text-align: center;
}

.yans_top .tab .active-ul li:after {
  right: 0;
}

.yans_top .tab .active-li {
  color: #3a62c8;
}

.yans_top .tab .active-ul .tab-line {
  height: 3px;
  width: 102px;
  position: absolute;
  left: 51px;
  bottom: -2px;
  background: #3a62c8;
  z-index: 1;
}

.yans_top .tab .tab-content {
  height: 214px;
  position: relative;
  background-color: #f6f7f9;
  padding: 36px 0 25px 0;
}

.yans_top .tab_a {
  color: #3a62c8;
  position: absolute;
  font-size: 14px;
  top: 42px;
  right: 20px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.yans_top .tab_a:hover {
  text-decoration: underline;
}

.yans_top .tab .tab-content .t_div {
  margin-bottom: 13px;
  /* overflow: hidden; */
}

.yans_top .tab .tab-content label {
  color: #828897;
  line-height: 20px;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  padding-left: 50px;
}

.yans_top .tab .tab-content span {
  margin-left: 17px;
  line-height: 20px;
  float: left;
  font-size: 14px;
  color: #181c29;
}

.price {
  margin-left: 17px;
  margin-top: -3px;
}

.price .span_a {
  font-size: 14px;
  color: #ff6521;
}

.price .num {
  font-size: 24px;
  color: #ff6521;
  font-family: DINProM;
}

.price .span_b {
  font-size: 14px;
  line-height: 16px;
  color: #ff6521;
}

.yans_top .advantage {
  margin-top: -278px;
  text-align: center;
}

.yans_top .advantage h1 {
  font-weight: 400;
}

.yans_top .advantage h2 {
  padding: 14px 0 10px;
}

.yans_top .advantage ul {
  padding: 0 75px 0 55px;
  text-align: left;
}

.yans_top .advantage li {
  padding: 14px 0 15px 43px;
  border-bottom: 1px solid #f4f4f4;
}

.yans_top .advantage li:nth-child(4n) {
  border-bottom: 0;
}

.yans_top .advantage span {
  margin-right: 30px;
  font-size: 16px;
}

.yans_top .advantage .left {
  border-right: 1px solid #eee;
  margin-right: -1px;
  position: relative;
}

.yans_top .advantage .left:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -39px;
  margin-top: -8px;
  width: 74px;
  height: 74px;
  background: url(../images/tm-pk.png);
}

.yans_top .advantage .left h2 {
  border-top: 3px solid #a3b1e6;
  background-color: #f3f6ff;
  color: #6e86e6;
  border-top-left-radius: 5px;
}

.yans_top .advantage .left .border {
  height: 14px;
  width: 100%;
  background: url(../img/border-icon-left.png);
}

.yans_top .advantage .left span {
  color: #6e86e6;
  font-weight: 700;
}

.yans_top .advantage .right h2 {
  border-top: 3px solid #ffc07f;
  background-color: #fff3e6;
  color: #ff8019;
  margin-left: 1px;
  border-top-right-radius: 5px;
}

.yans_top .advantage .right .border {
  height: 14px;
  width: 100%;
  background: url(../images/border-icon-right.png) #fff;
}

.yans_top .advantage .right span {
  color: #ff8019;
  font-weight: 700;
}

.yans_top .ser-process {
  text-align: center;
  margin-top: 39px;
}

.yans_top .ser-process .pic-box {
  position: relative;
  background-color: #fff;
  padding: 46px 66px;
  margin-left: 70px;
  margin-right: 147px;
  border: 1px solid #dadeeb;
  box-shadow: 0 0 30px 5px #dadeeb;
}

.yans_top .ser-process .pic-box:last-child {
  margin-right: 0;
}

.yans_top .ser-process .pic-box:last-child:after {
  background: 0 0;
}

.yans_top .ser-process .pic-box:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -150px;
  width: 72px;
  height: 20px;
  background: url(../images/ser-pro-arrow.png);
}

.yans_top .ser-process .pic-box img {
  margin-top: 6px;
  margin-right: 2px;
}

.yans_top .question {
  padding-bottom: 40px;
}

.yans_top .question h1 {
  font-weight: 400;
  font-size: 32px;
  color: #181c29;
  padding-top: 64px;
  text-align: center;
}

.yans_top .question img {
  margin-top: 6px;
  margin-left: 19px;
}

.yans_top .question ul {
  width: 225px;
  margin-top: 115px;
  margin-left: 23px;
}

.yans_top .question ul li {
  list-style: disc;
  color: #b7bfe0;
  margin-bottom: 63px;
}

.yans_top .question ul li:last-child {
  margin-bottom: 0;
}

.yans_top .question a {
  color: #3d3d3d;
  font-size: 16px;
}

.yans_top .question .content {
  padding-left: 47px;
}

.yans_top .question h2 {
  text-align: center;
  color: #3d3d3d;
}

.yans_top .question .que-btn {
  display: block;
  margin: 24px auto 0;
}

.yans_top .question ul li:hover,
.yans_top .question ul li:hover a {
  color: #6e86e6;
}

.yans_top .tab .tab-content .ser-btn {
  margin: -40px 20px 0 0;
  cursor: pointer;
}

.yans_top .yans_box button {
  border: 0;
  color: #fff;
  font-size: 14px;
  width: 127px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

.yans_top .con-btn {
  background-color: #ff6521;
  margin-right: 10px;
}

.yans_top .apl-btn {
  background-color: #3a62c8;
}

.zl_b_item {
  position: relative;
  text-align: center;
  width: 337px;
  padding: 56px 28px 46px;
  background-color: #fff;
  border-left: 1px solid #eee;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.bq_b_item {
  width: 253px;
}

.bq_b_item:first-child {
  width: 252px;
}

.zl_b_item:first-child {
  border-left: none;
}

.zl_b_item .zl_b_img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.zl_b_item .zl_b_img img {
  width: 100%;
  height: 100%;
}

.zl_b_item .zl_b_a {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #181c29;
  padding: 26px 0 20px;
}

.zl_b_item .zl_b_b {
  height: 74px;
  font-size: 14px;
  font-weight: 400;
  color: #828897;
  line-height: 20px;
  padding: 0 4px;
  text-align: center;
}

.zl_1_b_item .zl_b_b {
  padding: 0;
}

.zl_b_item .price {
  margin: 32px 0 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  opacity: 1;
}

.zl_b_item .zl_b_btn {
  display: block;
  width: 139px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #3a62c8;
  opacity: 1;
  border-radius: 4px;
  position: absolute;
  left: 100px;
  bottom: 36px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.zl_b_item.bq_b_item .zl_b_btn {
  left: 54px;
}

.zl_b_item:hover {
  z-index: 2;
  position: relative;
  box-shadow: 0px 6px 25px 0px rgb(195 199 203 / 60%);
}

.zl_b_item:hover .price {
  opacity: 0;
}

.zl_b_item:hover .zl_b_btn {
  opacity: 1;
}

.ali_list {
  position: relative;
  box-shadow: 0px 3px 15px 1px #e8ebee;
  background-color: #fff;
}

.ali_item .a_img {
  width: 397px;
  height: 550px;
  overflow: hidden;
  /* z-index: -1; */
}

.ali_item .a_img img {
  width: 100%;
  height: 100%;
}

/* .ali_item{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
} */
.ali_item .a_content {
  position: relative;
  width: 580px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.75);
}

.ali_change {
  width: 82px;
  position: absolute;
  top: 40px;
  right: 263px;
  z-index: 2;
}

.ali_change i {
  display: block;
  width: 36px;
  height: 36px;
  /* background-color: #fff; */
  box-shadow: 0px 3px 15px 1px #e8ebee;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.ali_change .ali_left {
  background: #fff url(img/sy/ico-ali-left01.png) no-repeat center center;
  background-size: 12px 12px;
}

.ali_change .ali_right {
  background: #fff url(img/sy/ico-ali-right02.png) no-repeat center center;
  background-size: 12px 12px;
}

.ali_change .ali_left:hover {
  background: #3a62c8 url(img/sy/ico-ali-left1.png) no-repeat center center;
  background-size: 12px 12px;
}

.ali_change .ali_right:hover {
  background: #3a62c8 url(img/sy/ico-ali-right2.png) no-repeat center center;
  background-size: 12px 12px;
}

.ali_swiper {
  width: 100%;
  overflow: hidden;
}

.ali_swiper .swiper-slide {
  width: 82% !important;
}

.ali_swiper .swiper-slide:nth-child(2n) {
  width: 82% !important;
}

.ali_swiper .swiper-slide:nth-child(3n) {
  width: 82% !important;
}

.ali_swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  right: 375px;
  left: inherit;
  bottom: 25px;
}

.ali_swiper .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  background: #3a62c8;
  margin: 0 !important;
  border-radius: 0;
}

.all_b {
  position: absolute;
  width: 100%;
  bottom: 66px;
}

.all_b .swiper-pagination {
  right: 300px;
}

.ali_swiper .all {
  position: absolute;
  right: 300px;
  left: inherit;
  bottom: 55px;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  color: #4d5260;
}

.ali_swiper .single {
  position: absolute;
  right: 300px;
  left: inherit;
  bottom: 55px;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  color: #4d5260;
}

.ali_item .p_tip {
  height: 130px;
}

.ali_item .p1 {
  width: 80%;
  font-size: 30px;
  font-weight: 600;
  color: #181c29;
  margin-bottom: 16px;
}

.ali_item .p2 {
  font-size: 14px;
  margin-bottom: 22px;
  color: #333;
  line-height: 20px;
}

.ali_item .ab_t {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #181c29;
}

.ali_item .ab_t:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
  width: 19px;
  height: 3px;
  background: #3a62c8;
}

.ali_item .ab_con {
  height: 172px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 26px;
}

.ali_item .ali_bot {
  margin-top: 14px;
}

.ali_item .btn_n {
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 4px;
  border: solid 1px #3a62c8;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  vertical-align: top;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #fff;
}

.ali_item .btn_a {
  margin-right: 10px;
  color: #3a62c8;
}

.ali_item .btn_a:hover {
  color: #fff;
  border-color: #3a62c8;
  background-color: #3a62c8;
}

.ali_item .btn_b {
  color: #fff;
  background-color: #3a62c8;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.ali_item .btn_b:hover {
  background-color: #4675ef;
}

/* 商标购买 */

.index_first {
  width: 100%;
  background: #fff;
  height: 728px;
}

.buy_box {
  position: relative;
}

.buy_tab {
  width: 740px;
  position: relative;
  text-align: center;
  margin: 0 auto 28px;
}

.buy_tab .tab_on {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 5px;
  background-color: #3a62c8;
  transition: all 0.2s ease;
  left: 54px;
  top: 26px;
}

.buy_tab .buy_tab_ul {
  width: 740px;
  text-align: center;
  margin: 0 auto 28px;
}

.buy_tab .buy_tab_ul li {
  float: left;
  position: relative;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #181c29;
  margin: 0 42px;
  cursor: pointer;
  text-align: center;
}

.buy_tab .buy_tab_ul li.on {
  color: #3a62c8;
}

/* .buy_tab .buy_tab_ul li.on:after {
    content: "";
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 5px;
    background-color: #3a62c8;
} */

.buy_list {
  height: 662px;
  background-color: #fff;
  overflow: hidden;
}

.buy_list_ul {
  height: 612px;
}

.buy_list_ul .li_item {
  width: 240.8px;
  background-color: #fff;
  position: relative;
  padding: 20px;
  float: left;
  border: 1px solid #eee;
  margin: 0px -1px -1px 0;
  /* border-width: 1px 1px 0 1px; */
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.buy_list_ul .li_item:hover {
  z-index: 2;
  position: relative;
  box-shadow: 0px 6px 25px 0px rgb(195 199 203 / 30%);
}

.buy_list_ul .li_item .r {
  display: inline-block;
  width: 74px;
  height: 22px;
  position: absolute;
  top: -1px;
  right: -1px;
  background: url(img/ico-rz.svg) no-repeat center center;
  background-size: 74px 22px;
  z-index: 2;
}

.buy_list_ul .li_item .li_img {
  display: block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.buy_list_ul .li_item .li_img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.buy_list_ul .li_item .li_txt {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  opacity: 1;
}

.buy_list_ul .li_item .p_a {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #181c29;
  margin-bottom: 10px;
  margin-top: 18px;
}

.buy_list_ul .li_item .p_b {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #828897;
  font-family: DINProM;
}

.buy_list_ul .li_item .li_buy_btn {
  width: 200px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #3a62c8;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 8px;
  z-index: 11;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.buy_list_ul .li_item:hover .li_txt {
  opacity: 0;
}

.buy_list_ul .li_item:hover .li_buy_btn {
  opacity: 1;
  bottom: 20px;
}

.buy_list .buy_more {
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #3a62c8;
  background-color: #fff;
  border: solid 1px #eeeeee;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.buy_list .buy_more span {
  display: inline-block;
  padding-right: 20px;
  background: url(img/sy/ico-more-b.png) no-repeat right center;
}

.buy_list .buy_more:hover {
  color: #fff;
  border-color: #3a62c8;
  background-color: #3a62c8;
}

.buy_list .buy_more:hover span {
  background: url(img/sy/ico-more-w.png) no-repeat right center;
}

/* 商标延伸服务 */
.server_wrapper .c_tit .c_a,
.server_wrapper .c_tit .c_b {
  color: #fff;
}

.server_left {
  position: relative;
  background: url(img/sy/ico-server-bg.png) no-repeat center center;
  background-size: 188px 100%;
  width: 188px;
  height: 440px;
  padding: 22px;
}

.server_right {
  position: relative;
  width: 1012px;
  background-color: #fff;
  overflow: hidden;
}

.ser_sw {
  position: relative;
}

.pagination_common {
  /* display: none; */
  opacity: 0;
  font-size: 14px;
  text-align: center;
  line-height: 112px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.ser_sw:hover .pagination_common {
  /* display: block; */
  opacity: 1;
}

.pagination_l {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 112px;
  margin-top: -56px;
  background: rgba(214, 216, 222, 0.39);
  z-index: 11;
  cursor: pointer;
}

.pagination_r {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 112px;
  margin-top: -56px;
  background: rgba(214, 216, 222, 0.39);
  z-index: 11;
  cursor: pointer;
}

.pagination_common:hover {
  background-color: #d6d8de;
}

.pagination_common:hover .iconfont {
  color: #3a62c8;
}

.server_list {
  width: 100%;
  overflow: hidden;
}

.server_left .p_a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

.server_left .p_b {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 144px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border: solid 1px #ffffff;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.server_left .p_b:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.server_item {
  position: relative;
  text-align: center;
  width: 254px;
  padding: 50px 32px 36px;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 0 0 0 -1px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.server_item .server_img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.server_item .server_img img {
  width: 100%;
  height: 100%;
}

.server_item .ser_a {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #181c29;
  padding: 8px 0 10px;
}

.server_item .ser_b {
  height: 54px;
  font-size: 12px;
  line-height: 18px;
  color: #828897;
  text-align: left;
}

.server_item .price {
  margin: 14px 0 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  opacity: 1;
}

.server_item .server_btn,
.server_item_ex .server_btn {
  display: block;
  width: 139px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #3a62c8;
  opacity: 1;
  border-radius: 4px;
  position: absolute;
  left: 57px;
  bottom: 36px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.server_item:hover {
  z-index: 2;
  position: relative;
  box-shadow: 0px 6px 25px 0px rgb(195 199 203 / 60%);
}

.server_item:hover .price {
  opacity: 0;
}

.server_item:hover .server_btn {
  opacity: 1;
}

.server_item_ex {
  position: relative;
  padding: 30px 70px;
  width: 50%;
  background-color: #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  border: 1px solid #eee;
  margin: -1px -1px 0 0;
  border-width: 1px 0 0 1px;
}

.server_item_ex .server_img {
  width: 70px;
  height: 70px;
  margin-right: 14px;
}

.server_item_ex .server_img img {
  width: 100%;
  height: 100%;
}

.server_item_ex .head {
  margin-bottom: 13px;
}

.server_item_ex .ex_txt {
  width: calc(100% - 84px);
}

.server_item_ex .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #181c29;
}

.server_item_ex .price {
  margin: 0;
}

.server_item_ex .p_a {
  font-size: 12px;
  line-height: 18px;
  color: #828897;
}

.server_item_ex:hover {
  box-shadow: 0px 6px 25px 0px rgb(195 199 203 / 60%);
}

.server_item_ex .server_btn_ex {
  display: block;
  width: 139px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #3a62c8;
  opacity: 1;
  border-radius: 4px;
  position: absolute;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  display: block;
  cursor: pointer;
  top: 30px;
  right: 70px;
}

.server_item_ex:hover .server_btn,
.server_item_ex:hover .server_btn_ex {
  opacity: 1;
}

.server_btn_ex:hover,
.server_btn:hover {
  background-color: #4675ef;
}

/* 专利申请 new */
.index_second {
  padding-bottom: 50px;
  background-color: #f6f7f9;
  /* padding-top: 130px; */
}

.zl_item {
  position: relative;
  width: 386px;
  height: 236px;
  background-color: #ffffff;
  text-align: center;
  margin-left: 21px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}

.zl_item:after,
.bq_item:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #3a62c8;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.4s ease;
}

.zl_item:hover:after,
.bq_item:hover:after {
  width: 100%;
}

.zl_item:hover {
  transform: translateY(-10px);
}

.zl_item:first-child {
  margin-left: 0;
}

.zl_item .zl_img {
  width: 62px;
  height: 62px;
  margin: 0 auto;
  padding: 35px 0 18px;
}

.zl_item .zl_img img {
  width: 100%;
  height: 100%;
}

.zl_item .zl_a {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}

.zl_item .zl_b {
  font-size: 12px;
  line-height: 18px;
  color: #828897;
  transition: 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 1;
}

.zl_item .zl_btn {
  position: absolute;
  left: 50%;
  bottom: 42px;
  margin-left: -79px;
  width: 158px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #3a62c8;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.zl_item .zl_btn:hover {
  background-color: #4675ef;
}

.zl_item:hover {
  box-shadow: 0px 0px 20px #e8ebee;
}

.zl_item:hover .zl_b {
  opacity: 0;
}

.zl_item:hover .zl_btn {
  opacity: 1;
}

.zlb_tab_ul {
  width: 140px;
  background: linear-gradient(180deg, #11264d 0%, #384c72 100%);
}

.zlb_tab_ul li {
  position: relative;
  width: 100%;
  height: 125px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.zlb_tab_ul li img {
  width: 40px;
  height: 40px;
  padding: 28px 0 5px;
}

.zlb_tab_ul li p {
  font-size: 16px;
  line-height: 21px;
}

.zlb_tab_ul li:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -49px;
  width: 97px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.zlb_tab_ul .li_item.on {
  background: linear-gradient(180deg, #3a62c8 0%, #5e83e2 100%);
}

.zlb_tab_ul .li_item.on:after {
  background: linear-gradient(180deg, #3a62c8 0%, #5e83e2 100%);
}

.zlb_tab_ul .li_item:hover {
  background: linear-gradient(180deg, #3a62c8 0%, #5e83e2 100%);
}

.zlb_tab_ul .li_item:hover:after {
  background: linear-gradient(180deg, #3a62c8 0%, #5e83e2 100%);
}

.zlb_tab_ul .li_last {
  padding-top: 70px;
}

.zlb_tab_ul .zlb_more {
  display: block;
  width: 100px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.zlb_tab_ul .zlb_more:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.zlb_list_ul {
  width: 816px;
  display: none;
  margin-left: 0px;
}

.zlb_list_ul:first-child {
  display: block;
}

.zlb_list_ul .li_lump {
  position: relative;
  width: 272px;
  height: 251px;
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #eee;
  /* margin: 0 -1px -1px 0px; */
  /* transition: .2s; */
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  overflow: hidden;
  border-left: 0;
  margin: 0 0 -1px 0;
  /* border-right: 1px; */
}

.zlb_list_ul .li_lump .li_img {
  width: 64px;
  height: 85px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 44px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.zlb_list_ul .li_lump .li_img img {
  width: 100%;
  height: 100%;
}

.zlb_list_ul .li_lump .li_txt {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  /* opacity: 1; */
}

.zlb_list_ul .li_lump .p_a {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #181c29;
  margin-bottom: 11px;
}

.zlb_list_ul .li_lump .p_a a {
  color: #181c29;
}

.zlb_list_ul .li_lump .p_b .t_a {
  line-height: 18px;
  color: #828897;
}

.zlb_list_ul .li_lump .p_b .t_b {
  line-height: 18px;
  color: #3a62c8;
}

.zlb_list_ul .li_lump .p_b .t_b i {
  font-family: DINProM;
}

.zlb_list_ul .li_lump .li_btn {
  position: absolute;
  left: 0px;
  bottom: -40px;
  display: block;
  width: 100%;
  right: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* background-color: rgba(58, 98, 200, 0.4); */
  background-color: #3a62c8;
  color: #fff;
  /* border-radius: 4px; */
  /* border: solid 1px #3a62c8; */
  /* color: #3a62c8; */
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}

.zlb_list_ul .li_lump:hover .li_btn {
  opacity: 1;
  bottom: 0;
}

.zlb_list_ul .li_lump:hover .li_img {
  padding-top: 40px;
  padding-bottom: 25px;
}

.zlb_list_ul .li_lump:hover .li_txt {
}

.zlb_list_ul .li_lump:hover {
  z-index: 2;
  position: relative;
  box-shadow: 0px 6px 25px 0px rgb(195 199 203 / 30%);
}

.zlb_right {
  width: 236px;
}

.zlb_right {
  border: 1px solid #eee;
}

.zlb_right .zlb_r_head {
  display: block;
  text-align: center;
  width: 100%;
  height: 190px;
  background: url(img/sy/ico-zlb-r.png) no-repeat center center;
  background-size: 236px 190px;
}

.zlb_r_head .p_a {
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 7px;
}

.zlb_r_head .p_b {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.zlb_right .zlb_r_list {
  padding: 17px 20px 18px;
  background-color: #fff;
}

.zlb_r_list .p_t {
  font-size: 14px;
  line-height: 19px;
  color: #4d5260;
  margin-bottom: 10px;
}

.zlb_r_list .inp {
  width: 100%;
  height: 36px;
  background-color: #f6f7f9;
  border-radius: 4px;
  text-indent: 14px;
  border: 1px solid #f6f7f9;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.zlb_r_list .inp:hover {
  border-color: rgba(52, 100, 255, 0.55) !important;
}

.zlb_r_list .inp:focus {
  border-color: #3a62c8 !important;
  border-right-width: 1px !important;
  outline: none !important;
  -webkit-box-shadow: 0 0 4px 2px rgb(24 144 255 / 20%);
  box-shadow: 0 0 4px 2px rgb(24 144 255 / 20%);
}

.zlb_r_list .list_item {
  margin-bottom: 10px;
}

.zlb_r_list .area {
  width: 100%;
  height: 87px;
  background-color: #f6f7f9;
  border-radius: 4px;
  outline: none;
  border: none;
  font-size: 12px;
  line-height: 18px;
  padding: 14px;
  margin-top: 10px;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: 1px solid #f6f7f9;
}

.zlb_r_list .area:hover {
  border-color: rgba(52, 100, 255, 0.55) !important;
}

.zlb_r_list .area:focus {
  border-color: #3a62c8 !important;
  border-right-width: 1px !important;
  outline: none !important;
  -webkit-box-shadow: 0 0 4px 2px rgb(24 144 255 / 20%);
  box-shadow: 0 0 4px 2px rgb(24 144 255 / 20%);
}

.zlb_right .r_btn {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #3a62c8;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.zlb_right .r_btn:hover {
  background-color: #4675ef;
}

.select_it .iconfont {
  position: absolute;
  color: #999;
  right: 10px;
  top: 50%;
  font-size: 14px;
  margin-top: -6px;
  cursor: pointer;
  transition: all 0.2s;
}

.select_it .iconfont.up:not(.bgn) {
  transform: rotate(-180deg);
}

.select_it p {
  padding: 0 14px;
  max-width: 100%;
  height: 100%;
  line-height: 34px;
  font-size: 14px;
  color: #828897;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.select_it p.on {
  color: #222;
}

.select_it {
  position: relative;
  background-color: #f6f7f9;
  border: 1px solid #f6f7f9;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.select_it:hover {
  border-color: rgba(52, 100, 255, 0.55) !important;
}

.select_ul {
  position: absolute;
  top: 41px;
  left: 0;
  padding: 5px 0;
  width: 100%;
  max-height: 290px;
  overflow-y: auto;
  z-index: 9999;
  border-radius: 0;
  background-color: #fff;
  text-indent: 5px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 3px 5px 24px 0 rgb(105 109 117 / 30%);
  box-shadow: 3px 5px 24px 0 rgb(105 109 117 / 30%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select_ul.show {
  opacity: 1;
  visibility: visible;
}

.select_ul .li {
  cursor: pointer;
  color: #666;
  line-height: 35px;
  display: block;
  padding-left: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.select_ul .li:hover {
  background-color: #eee;
  color: #3a62c8;
}

.bq_item {
  position: relative;
  width: 284px;
  height: 236px;
  background-color: #ffffff;
  text-align: center;
  margin-left: 21px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}

.bq_item:hover {
  transform: translateY(-6px);
}

.bq_item:first-child {
  margin-left: 0;
}

.bq_item .bq_img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 33px 0 16px;
}

.bq_item .bq_img img {
  width: 100%;
  height: 100%;
}

.bq_item .bq_a {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}

.bq_item .bq_b {
  font-size: 12px;
  line-height: 20px;
  color: #828897;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 1;
  width: 230px;
  text-align: center;
  margin: 0 auto;
  height: 40px;
}

.bq_item .bq_btn {
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -79px;
  width: 158px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #3a62c8;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.bq_item .bq_btn:hover {
  background-color: #4675ef;
}

.bq_item:hover {
  box-shadow: 0px 0px 20px #e8ebee;
}

.bq_item:hover .bq_b {
  opacity: 0;
}

.bq_item:hover .bq_btn {
  opacity: 1;
}

.bq_item:hover {
  box-shadow: 0px 0px 20px #e8ebee;
}

/* 数据 */
.data_wrapper {
  width: 100%;
  height: 375px;
  background: #3a62c8 url(img/sy/ico-data-bg-1.png) no-repeat top 11px center;
  background-size: 100% 118px;
  overflow: hidden;
}

.data_wrapper .tit {
  font-size: 30px;
  text-align: center;
  padding: 50px 0 49px;
  line-height: 40px;
  color: #fff;
}

.data_list .data_item {
  padding-top: 40px;
  width: 272px;
  height: 236px;
  background: url(img/sy/ico-data-bg.png) no-repeat center center;
  background-size: 272px 236px;
  text-align: center;
  margin-left: 37px;
}

.data_list .data_item:first-child {
  margin-left: 0;
}

.data_item .p_a {
  font-size: 44px;
  line-height: 59px;
  color: #fff;
  margin-bottom: 12px;
}

.data_item .p_a i {
  font-family: DINProM;
}

.data_item .p_a span {
  font-size: 24px;
  line-height: 22px;
}

.data_item .p_a span.next {
  font-size: 18px;
}

.data_item .p_b {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}

.ys_wrapper {
  background-color: #f6f7f9;
  padding-bottom: 50px;
}

.ys_box {
  position: relative;
}

.ys_box .ys_tab {
  padding-bottom: 17px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.ys_tab .tab_item {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #181c29;
  margin: 0 60px;
  cursor: pointer;
}

.ys_tab .tab_item.on:after {
  position: absolute;
  content: '';
  bottom: -18px;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  height: 3px;
  background-color: #3a62c8;
}

.ys_tab .tab_item.on {
  color: #3a62c8;
}

.ys_list {
  position: relative;
  margin-top: 30px;
}

.ys_list .ys_l {
  padding: 40px;
  width: 674px;
  height: 284px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
  border-radius: 4px;
  margin-top: 15px;
}

.ys_list .ys_r {
  width: 526px;
  height: 299px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
  border-radius: 4px;
}

.ys_l .p_a {
  position: relative;
  padding-top: 23px;
  font-size: 24px;
  line-height: 31px;
  color: #181c29;
  margin-bottom: 20px;
}

.ys_l .p_a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 23px;
  height: 5px;
  background-color: #3a62c8;
}

.ys_l .p_b {
  font-size: 14px;
  line-height: 20px;
  color: #828897;
}

.ys_l .ys_bot {
  margin-top: 50px;
}

.ys_l .p_btn {
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #3a62c8;
  border-radius: 4px;
  margin-right: 60px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.ys_l .p_btn:hover {
  opacity: 0.9;
}

.ys_change {
  position: absolute;
  left: 210px;
  bottom: 42px;
  z-index: 111;
}

.ys_change .change_item {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #eee;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.ys_change .change_item .iconfont {
  color: #181c29;
}

.ys_change .change_item:hover {
  background-color: #eee;
}

.ys_list .ys_r {
  padding: 9px 16px;
}

/* 新闻 */
.index_last {
  width: 100%;
  /* height: 900px; */
  background: url(img/sy/ico-news-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.news_box .news_list {
  width: 386px;
  margin-left: 21px;
}

.news_box .news_list:first-child {
  margin-left: 0;
}

.news_list .tit {
  font-size: 18px;
  line-height: 24px;
  color: #181c29;
  background-color: #fff;
  font-weight: bold;
  padding: 10px 20px 0;
}

.news_list .tit .n_more {
  font-size: 14px;
  color: #3a62c8;
  padding-right: 17px;
  float: right;
  background: url(img/sy/ico-more-b.png) no-repeat right center;
  font-weight: normal;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.news_list .tit .n_more:hover {
  text-decoration: underline;
}

.news_list .news_item {
  width: 100%;
  /* height: 274px; */
  padding: 15px 20px 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}

.news_item .item_1 .h_img {
  width: 100px;
  height: 66px;
  margin-right: 15px;
  overflow: hidden;
}

.news_item .item_1 .h_img img {
  width: 100%;
  height: 100%;
}

.news_item .item_1 .h_txt {
  width: calc(100% - 115px);
}

.news_item .item_1 .h_txt .p_a {
  font-size: 14px;
  line-height: 20px;
  color: #181c29;
  margin-bottom: 10px;
  height: 40px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news_item .item_1 .h_txt .p_a:hover {
  color: #3a62c8;
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news_item .item_1 .h_txt .p_b {
  color: #4d5260;
  float: right;
}

/* .news_item .item_li {
    margin-top: 20px;
} */

.news_item .item_li li {
  margin-top: 20px;
}

.news_item .item_li li .d_a {
  display: block;
  line-height: 19px;
  color: #4d5260;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news_item .item_li li:first-child {
  margin-top: 0;
}

.news_item .item_li li .d_a:hover {
  color: #3a62c8;
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news_list_last .news_item .item_li {
  margin-top: 0;
}

.news_list_last .news_item .item_li li {
  margin-top: 18px;
}

.news_list_last .news_item .item_li li:first-child {
  margin-top: 0;
}

.kh_item {
  margin-bottom: 18px;
}

.kh_item img {
  float: left;
  width: 224px;
  height: 78px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 0px 10px #e8ebee;
  margin-left: 20px;
}

.kh_item img:first-child {
  margin-left: 0;
}

.kh_item_2 {
  margin-left: 40px;
  width: 1244px;
}

.kh_item_3 {
  margin-left: -66px;
}

.protect_wrapper .c_tit {
  padding-top: 80px;
}

/* 左侧，底部需求 start */
.left_show {
  position: fixed;
  left: 0;
  bottom: 110px;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.left_show {
  width: 130px;
  height: 130px;
}

.left_show img {
  width: 100%;
  height: 100%;
}

.bottom_show {
  height: 128px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/sy/ico-yd-gg.png) no-repeat center center;
  background-size: 100% 128px;
  z-index: 9;
  transform: translateX(-2000px);
  -webkit-animation: showappguide 0.2s linear forwards;
  animation: showappguide 0.2s linear forwards;
}

.app_hide {
  -webkit-animation: hideappguide 0.2s linear forwards;
  animation: hideappguide 0.2s linear forwards;
}

.app_hide2 {
  display: none;
}

@-webkit-keyframes showappguide {
  0% {
    transform: translateX(-2000px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes showappguide {
  0% {
    transform: translateX(-2000px);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes hideappguide {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-2000px);
  }
}

@keyframes hideappguide {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-2000px);
  }
}

.bottom_show .bottom_m {
  padding-left: 163px;
  padding-top: 24px;
}

.bottom_show .p1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 35px;
  color: #181c29;
  margin-bottom: 10px;
}

.bottom_show .p1 span {
  font-weight: normal;
}

.bottom_show .b_inp {
  width: 247px;
  height: 33px;
  border: 1px solid #fff;
  border-right: 0;
  text-indent: 14px;
  background-color: #fff;
  border-radius: 4px 0px 0px 4px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.bottom_show .b_inp:hover {
  border-color: #ff6521;
}

.bottom_show .b_div .b_div_inp {
  height: 40px;
  width: 65%;
  text-indent: 14px;
}

.bottom_show .b_div .get_yzm_btn {
  width: 35%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #ff6521;
  cursor: pointer;
}

.bottom_show .b_btn {
  width: 106px;
  height: 36px;
  background-color: #ff6521;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  border-radius: 0px 4px 4px 0px;
}

.bottom_show .get_btn {
  width: 103px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3886fb;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
}

.bottom_m .p_b {
  position: relative;
  font-size: 26px;
  font-weight: 400;
  color: #181c29;
  padding: 24px 57px 0 65px;
}

.bottom_m .p_b:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 68px;
  left: 32px;
  top: 9px;
  background-color: #ded0d0;
}

.bottom_m .p_b:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 68px;
  right: 30px;
  top: 9px;
  background-color: #ded0d0;
}

.bottom_m .p_code img {
  width: 77px;
  height: 77px;
  margin-right: 20px;
}

.bottom_m .p_code .code_txt .t1 {
  font-size: 18px;
  line-height: 24px;
  color: #181c29;
  margin-bottom: 10px;
  margin-top: 8px;
}

.bottom_m .p_code .code_txt .t2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  color: #181c29;
}

.bottom_show .section {
  position: relative;
  height: 100%;
}

.bottom_show .close,
.adbox .close {
  position: absolute;
  right: 0;
  top: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(img/sy/i-close.png) no-repeat center center;
  background-size: 32px 32px;
  cursor: pointer;
}

.adbox .close {
  right: auto;
  margin-left: 20px;
}

.bottom_show .xy {
  position: absolute;
  left: -48px;
  bottom: 0;
  width: 171px;
  height: 179px;
}

.bottom_show .xy img {
  width: 100%;
  height: 100%;
}

.animate-wrap {
  position: relative;
  width: 1200px;
  height: 78px;
  padding: 20px 0;
  overflow: hidden;
}

.animate-wrap::after,
.animate-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 78px;
  z-index: 2;
}

.animate-wrap:hover::after,
.animate-wrap:hover::before {
  display: none;
}

@media screen and (min-width: 300px) and (max-width: 1024px) {
  .animate-wrap::after,
  .animate-wrap::before {
    display: none;
  }
}

.animate-wrap .animate {
  width: 2500px;
}

.animate-wrap .animate a {
  float: left;
  margin: 10px;
  position: relative;
  width: 224px;
  height: 78px;
  box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}

.animate-wrap .animate img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.animate-wrap .a1 {
  -webkit-animation: swipe 40s linear infinite;
  animation: swipe 40s linear infinite;
}

.animate-wrap .a1:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes swipe {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1250px;
  }
}

@-webkit-keyframes swipe {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1250px;
  }
}

.animate-wrap .a2 {
  margin-left: -1250px;
  -webkit-animation: swipe2 40s linear infinite;
  animation: swipe2 40s linear infinite;
}

.animate-wrap .a2:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes swipe2 {
  0% {
    margin-left: -1250px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes2 swipe {
  0% {
    margin-left: -1250px;
  }

  100% {
    margin-left: 0;
  }
}

/* 顾问+背书 */

.ser_gw {
  display: none;
  background-color: #fff;
  padding-bottom: 50px;
}

.ser_gw .gw_item {
  position: relative;
  width: 232px;
  margin-left: 10px;
  position: relative;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.ser_gw .gw_item:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}

.ser_gw .gw_item:hover .gw_img .gw_btn {
  display: block;
}

.ser_gw .gw_item:first-child {
  margin-left: 0;
}

.ser_gw .gw_item .gw_img {
  position: relative;
  width: 232px;
  height: 232px;
}

.ser_gw .gw_item .gw_img .gw_btn {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  margin: 0 auto 0;
  text-align: center;
  padding-top: 100px;
}

.ser_gw .gw_item .gw_img .span_btn {
  display: block;
  width: 97px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  z-index: 12;
  margin: 0 auto 12px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.ser_gw .gw_item .gw_img .span_btn:hover {
  background-color: #3a62c8;
  color: #fff;
}

.ser_gw .gw_item .gw_img .head_pop_btn:hover {
  background-color: #5ccc5b;
  color: #fff;
}

.ser_gw .gw_item .gw_img img {
  width: 100%;
  height: 100%;
}

.ser_gw .gw_item .name {
  width: 100%;
  height: 58px;
  line-height: 58px;
  background-color: #f6f7f9;
  font-size: 18px;
  font-weight: bold;
  color: #4d5260;
  text-align: center;
}

.ser_gw .gw_item .jy {
  position: absolute;
  top: 10px;
  right: 10px;
  /* width: 54px; */
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #3a62c8;
  border-radius: 4px;
  z-index: 2;
}

.partner_list {
  position: relative;
  margin: 32px auto;
  display: block;
  max-width: 1200px;
}

.partner_list1 {
  margin: 0 auto 0;
}

.partner_list2 {
  margin: 0 auto 30px;
}

.slideTxtBox {
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.slideTxtBox .hd {
  height: 66px;
  line-height: 66px;
  background: #f4f4f4;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  left: 20px;
  top: -1px;
  height: 66px;
}

.slideTxtBox .hd ul li {
  float: left;
  padding: 0 15px;
  width: 100px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}

.slideTxtBox .hd ul li.on {
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 2px solid #fff;
}

.slideTxtBox .bd ul {
  padding: 0 0;
  zoom: 1;
}

.slideTxtBox .bd li {
  width: 140px;
  height: 56px;
  float: left;
  margin: 10px 5px;
}

.slideTxtBox .bd li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgb(157 170 197 / 27%);
}

.slideTxtBox {
  height: 75px;
  position: relative;
  animation: serveAnimation 0.3s ease-in forwards;
}

@keyframes serveAnimation {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slideTxtBox1 .bd1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  animation: 100s linear 0s infinite normal none running movetoright;
}

.slideTxtBox1 .bd2 {
  position: absolute;
  left: 1190px;
  top: 0;
  width: 1200px;
  animation: 100s linear 0s infinite normal none running movetoright;
}

.slideTxtBox1 .bd3 {
  position: absolute;
  left: 2390px;
  top: 0;
  width: 1200px;
  animation: 100s linear 0s infinite normal none running movetoright;
}

.slideTxtBox2 .bd1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  animation: 100s linear 0s infinite normal none running movetoleft;
}

.slideTxtBox2 .bd2 {
  position: absolute;
  left: 1190px;
  top: 0;
  width: 1200px;
  animation: 100s linear 0s infinite normal none running movetoleft;
}

.slideTxtBox2 .bd3 {
  position: absolute;
  left: 2390px;
  top: 0;
  width: 1200px;
  animation: 100s linear 0s infinite normal none running movetoleft;
}

@keyframes movetoright {
  0% {
    transform: translateX(-1200px) translateZ(0px);
  }

  100% {
    transform: translateX(0) translateZ(0px);
  }
}

@keyframes movetoleft {
  0% {
    transform: translateX(0) translateZ(0px);
  }

  100% {
    transform: translateX(-1200px) translateZ(0px);
  }
}

/* 活动弹窗 */
.hd_1111_pop {
  width: 648px;
  height: 542px;
  z-index: 1111;
  background: url(img/sy/hd_bg.png) no-repeat center center;
  background-size: 648px 542px;
}

.hd_11_Class {
  background-color: transparent;
  /* -webkit-background-clip: content; */
  border-radius: 0;
  box-shadow: none;
}

.ele_head {
  text-align: center;
  font-size: 27px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 77px;
  padding-top: 196px;
}

.ele_box {
  text-align: center;
}

.ele_code {
  width: 140px;
  height: 140px;
  border: 1px solid #f1a981;
  display: block;
  text-align: center;
  margin: 24px auto;
}

.ele_p {
  font-size: 18px;
  font-weight: 400;
  color: #a04409;
  padding: 22px 0 26px;
}

.ele_more {
  display: inline-block;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: linear-gradient(270deg, #ff8e5d 0%, #ff763a 100%);
  border-radius: 5px;
}

.hd_11_close {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url(img/sy/hd_close.png) no-repeat center center;
  background-size: 40px 40px;
}

.hd_11_Class .layui-layer-setwin {
  right: 53%;
  *right: 0;
  top: initial;
  bottom: -48px;
}

.eleven {
  display: block;
  cursor: pointer;
  position: fixed;
  z-index: 111111;
  bottom: 510px;
  right: 18px;
  width: 57px;
  height: 81px;
  background: url(img/hd-right-pop.png) no-repeat center center;
  background-size: 57px 81px;
  animation: shake 1.8s linear infinite;
  /* -webkit-animation: free_download1 3s linear alternate infinite;
    animation: free_download1 3s linear alternate infinite; */
}

@keyframes shake {
  70%,
  80% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-10deg);
  }

  65%,
  85% {
    transform: rotate(0);
  }
}

.eleven.on {
  display: none;
}

/* new */
.banner_wrapper .banner_messages {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 20px;
  z-index: 5;
  padding: 20px 0;
  box-shadow: inset 0px -1px 0px 0px #eee;
}

.banner_messages .gg_t {
  padding-right: 13px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-right: 40px;
  background: url(img/sy/icon-gg.png) no-repeat left center;
  background-size: 16px 16px;
}

.banner_messages .dot {
  width: 4px;
  height: 4px;
  margin: 7px 10px 0 0;
  background-color: #3a62c8;
  border-radius: 50%;
  display: inline-block;
}

.banner_messages li {
  float: left;
  margin-right: 56px;
}

.banner_messages li:last-child {
  margin-right: 0;
}

.banner_messages li a {
  font-size: 14px;
  color: #181c29;
  transition: color 0.2s;
}

.banner_messages li a:hover {
  color: #3a62c8;
}

.banner_messages li a:hover .time {
  color: #3a62c8;
}

.banner_messages li a .name {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner_messages li a .time {
  color: #828897;
  margin-left: 24px;
  transition: color 0.2s;
}

.banner_messages .n_more {
  font-size: 14px;
  color: #3a62c8;
  padding-right: 17px;
  background: url(img/sy/ico-more-b.png) no-repeat right center;
  font-weight: normal;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.notice_item {
  width: 584px;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 32px;
}

.notice_item:nth-child(2n) {
  margin-right: 0;
}

.big_wrp {
  padding-bottom: 56px;
  background: url(img/sy/xq_bg.png) no-repeat bottom center / 100% 944px;
}

.winnow {
  background: url(img/sy/winnow_bg.png) no-repeat 0 0 / 100% 476px;
}

.winnow_list {
}

.winnow_list ul {
  /* border: 1px solid #eee;
    border-bottom: 0 none; */
}

.winnow_list li {
  position: relative;
  float: left;
  width: 248px;
  height: 212px;
  padding: 25px;
  border: 1px solid #eee;
  border-left: 0;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background-color: #fff;
}

.winnow .winnow_list li {
  background: #fff url(img/sy/wonnow_title_bg.png) no-repeat top center / 298px 122px;
}

.winnow_list li:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0px 6px 25px 0px rgb(195 199 203 / 60%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.winnow_list li:first-child,
.winnow_list li:nth-child(5n) {
  border-left: 1px solid #eee;
}

.winnow_list li .title {
  font-size: 18px;
  line-height: 26px;
  color: #181c29;
  font-weight: 600;
}

.winnow_list li .title .icon {
  width: 16px;
  height: 16px;
  background: url(img/sy/checked_black.png) no-repeat 0 0 / 100%;
}

.winnow_list li .desc {
  font-size: 12px;
  line-height: 20px;
  min-height: 40px;
  color: #828897;
  margin: 4px 0 22px 0;
}

.winnow_list li .xj,.bq_item .xj {
  align-items: baseline;
  font-size: 14px;
  color: #ff6521;
}
.bq_item .xj{
  justify-content: center;
  height: 30px;
    align-items: center;
}

.winnow_list li .xj .number,.bq_item .xj .number {
  font-size: 24px;
  font-weight: 600;
  margin: 0 6px;
}

.winnow_list li .yj {
  font-size: 12px;
  line-height: 20px;
  color: #828897;
  margin-top: 10px;
}

.winnow_list .item_btns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

.winnow_list .item_btns .bbox {
  width: 116px;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.winnow_list .item_btns .qx_btn {
  color: #3a62c8;
  background-color: #fff;
  border: 1px solid #3a62c8;
  margin-right: 18px;
}

.winnow_list .item_btns .qx_btn:hover {
  background-color: #3a62c8;
  color: #fff;
}

.winnow_list .item_btns .bq_btn {
  color: #fff;
  background-color: #3a62c8;
  border: 1px solid #3a62c8;
}

.winnow_list .item_btns .bq_btn:hover {
  background-color: #4675ef;
  border-color: #4675ef;
}

.xq_wrp .c_tit .c_a,
.xq_wrp .c_tit .c_b {
  color: #fff;
}

.flex {
  display: flex;
}

.ai-center {
  align-items: center;
}

.jc-center {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.f-d-c {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

/* 溢出隐藏 */
.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.DINProM {
  font-family: DINProM;
}

.new_index .b_tab {
  width: 224px;
}

.new_index .b_list_box {
  width: 976px;
}

.new_index .b_tab .b_item {
  height: 178px;
  padding-top: 102px;
  background-color: #3a62c8;
  background-size: 56px !important;
}

.new_index .b_tab .b_item .desc {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}

.new_index .b_tab .b_item.on .desc {
  color: #828897;
}

.new_index .b_tab .b_item.b_1 {
  background-image: url(img/sy/zcsq_icon.png);
}

.new_index .b_tab .b_item.b_2 {
  background-image: url(img/sy/sbsq_icon.png);
}

.new_index .b_tab .b_item.b_3 {
  background-image: url(img/sy/sbgl_icon.png);
}

.new_index .b_tab .b_item.b_1.on {
  background-image: url(img/sy/zcsq_icon_act.png);
}

.new_index .b_tab .b_item.b_2.on {
  background-image: url(img/sy/sbsq_icon_act.png);
}

.new_index .b_tab .b_item.b_3.on {
  background-image: url(img/sy/sbgl_icon_act.png);
}

.new_index .b_list {
  width: 100%;
}

.new_index .b_list_box .b_list_title {
  padding: 32px 0 0 0;
  height: 140px;
  background: url(img/sy/list_title_bak.png) no-repeat 0 0 / 100%;
}

.new_index .b_list_box .b_list_title > p {
  text-indent: 28px;
}

.new_index .b_list_box .b_list_title .title {
  font-size: 18px;
  color: #181c29;
  line-height: 26px;
  font-weight: 600;
}

.new_index .b_list_box .b_list_title .desc {
  font-size: 12px;
  color: #828897;
  line-height: 20px;
  margin-top: 8px;
}

.new_index .b_list_box .b_list_title .title_btn {
  height: 58px;
  font-size: 18px;
  color: #181c29;
  line-height: 58px;
  text-align: center;
  margin-top: 29px;
}

.new_index .b_list_box .b_list_title .title_btn .btn_item {
  background: rgba(255, 255, 255, 0.31);
  cursor: pointer;
}

.new_index .b_list_box .b_list_title .title_btn .btn_item.on {
  color: #3a62c8;
  background: rgba(58, 98, 200, 0.04);
}

.new_index .b_list_shop .winnow_list li {
  width: 274px;
  height: 311px;
}

.new_index .b_list_shop .winnow_list.sbsq_list li {
  width: 436px;
  height: 311px;
}

.new_index .b_list_shop .winnow_list.sbgl_list li {
  width: 925px;
}

.new_index .b_list_shop .winnow_list.sbgl_list li .item_btns {
  justify-content: flex-start !important;
  margin-left: 24px;
}

.new_index .b_list_box .b_list_shop .shop_fw {
  font-size: 12px;
  line-height: 14px;
  color: #828897;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.new_index .b_list_box .b_list_shop .shop_fw .fw_item {
  padding-left: 20px;
  background: url(img/sy/check_icon.png) no-repeat left center / 16px;
  margin-bottom: 10px;
}

.new_index .b_list_box .b_list_shop .shop_tips {
  width: 88px;
  height: 22px;
  font-size: 12px;
  color: #828897;
  line-height: 22px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #eee;
  margin: 24px 0 20px;
}

.new_index .industry_wrp .industry_list {
  width: 384px;
  height: 430px;
  padding: 42px 0 0 0;
  background: url(img/sy/industry_img.png) no-repeat 0 0 / 384px 428px;
}

.new_index .industry_wrp .industry_title {
  font-size: 14px;
  line-height: 16px;
  color: #828897;
  padding-left: 32px;
}

.new_index .industry_wrp .industry_title .tit {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.new_index .industry_wrp .industry_list ul {
  margin-top: 42px;
  max-height: 280px;
  overflow-y: scroll;
}

.new_index .industry_wrp .industry_list li {
  float: left;
  width: 128px;
  height: 40px;
  font-size: 14px;
  color: #181c29;
  line-height: 40px;
  text-indent: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.new_index .industry_wrp .industry_list li:hover,
.new_index .industry_wrp .industry_list li.on {
  color: #fff;
  background-color: #3a62c8;
}

.new_index .industry_wrp .industry_list li.hot {
  background-image: url(img/sy/hot_icon.png);
  background-repeat: no-repeat;
  background-position: 80px center;
}

.new_index .industry_wrp .industry_content {
  width: 732px;
  height: 366px;
  padding: 32px 42px;
  background-color: #fff;
  overflow-y: scroll;
}

.new_index .industry_wrp .industry_content .content_item {
  margin-bottom: 8;
}

.new_index .industry_wrp .industry_content .content_item_title {
  position: relative;
  font-size: 18px;
  color: #181c29;
  font-weight: 600;
  padding-left: 12px;
  margin-bottom: 16px;
}

.new_index .industry_wrp .industry_content .content_item_title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #3a62c8;
}

.new_index .industry_wrp .industry_content .content_item_con {
  position: relative;
  float: left;
  width: 162px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  margin-right: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}

.new_index .industry_wrp .industry_content .content_item_con:nth-child(5n) {
  margin-right: 0;
}

.new_index .industry_wrp .industry_content .content_item_con span {
  float: left;
}

.new_index .industry_wrp .industry_content .content_item_con .lei {
  width: 54px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #eee;
}

.new_index .industry_wrp .industry_content .content_item_con .name {
  margin-left: 12px;
}

.new_index .industry_wrp .industry_content .content_item_con:hover .content_item_mask {
  opacity: 1;
}

.new_index .industry_wrp .industry_content .content_item_con .content_item_mask {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #3a62c8;
  text-align: center;
  background-color: #f5f8ff;
  transition: opacity 0.2s ease-in-out;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
