﻿.hide {
  display: none !important;
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('../font/SourceHanSansCN-Medium.woff2') format('woff2'),
    url('../font/SourceHanSansCN-Medium.ttf') format('truetype'),
    url('../font/SourceHanSansCN-Medium.eot') format('embedded-opentype'),
    url('../font/SourceHanSansCN-Medium.svg') format('svg'),
    url('../font/SourceHanSansCN-Medium.oft') format('opentype');
  font-weight: normal;
  font-style: normal;
}
p,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: 'PingFang SC', 'Source Han Sans CN' !important;
}

header {
  overflow: hidden;
  width: 100%;
  background: #333333;
  height: 28px;
}
.kaoyan .ky_item:last-child {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.slide_cg .fir_list li:last-child::after {
  display: none;
}

.set {
  position: relative;
  font-weight: 400;
  text-align: center;
  width: 200px;
  /* change the width of canvas*/
  height: 58px;
  /* change the height of canvas*/
  line-height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: #000000;
  /* tetx color*/
  background: #fafafa;
  /* backgroud color*/
  cursor: pointer;
}
.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
  background: #6cb1ff;
}
.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.hoverable:hover > .anim:after {
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}
.set:hover > .anim {
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.7);
    /*ripple color and tranparent*/
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.bg3:hover > .anim:after {
  animation-name: pagereded;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
}
@-webkit-keyframes pagereded {
  0% {
    background: rgba(204, 51, 51, 0.6);
    /*ripple color and tranparent*/
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes pagered-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.bg4:hover > .anim:after {
  animation-name: pagerededs;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
}
@-webkit-keyframes pagerededs {
  0% {
    background: rgba(240, 152, 69, 0.4);
    /*ripple color and tranparent*/
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes pagered-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.bg5:hover > .anim:after {
  animation-name: pagerededa;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
}
@-webkit-keyframes pagerededa {
  0% {
    background: rgba(232, 108, 104, 0.4);
    /*ripple color and tranparent*/
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes pagered-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.bg6:hover > .anim:after {
  animation-name: pagerededd;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
}
@-webkit-keyframes pagerededd {
  0% {
    background: rgba(88, 195, 153, 0.4);
    /*ripple color and tranparent*/
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes pagered-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.bg7:hover > .anim:after {
  animation-name: pageredede;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
}
@-webkit-keyframes pageredede {
  0% {
    background: rgba(59, 141, 248, 0.4);
    /*ripple color and tranparent*/
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes pagered-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.header_top {
  width: 1200px;
  margin: 0 auto;
  height: 56px;
  padding-top: 14px;
}
.header_top .logo {
  float: left;
}
.nav {
  float: left;
  width: 80px;
  margin-left: 10px;
}

.nav .nav-main h4 {
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.nav .nav-main h4:after {
  content: '';
  position: absolute;
  top: 13px;
  width: 11px;
  height: 14px;
  left: 11px;
  background: url(../images/adre.png) no-repeat center;
}
.nav .nav-main h4:before {
  content: '';
  position: absolute;
  top: 18px;
  width: 10px;
  height: 5px;
  right: 10px;
  background: url(../images/head_1.png) no-repeat center;
}
.nav .nav-main ul {
  width: 344px;
  height: 202px !important;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  display: none;
  position: absolute;
  z-index: 100;
}

.nav .nav-main ul h5 a {
  width: 98px;
  height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}
.nav .nav-main ul li {
  width: 45%;
  line-height: 28px;
  color: #666666;
  float: left;
}
.nav .nav-main ul li a:hover {
  color: #e60012;
}
.nav .nav-main ul li:nth-child(1) {
  width: 100%;
  margin: 20px 0 18px 20px;
}
.nav .nav-main ul li p {
  float: left;
  width: 10px;
  text-align: center;
  margin-left: 20px;
  margin-right: 16px;
}

.nav .nav-main ul li a:nth-child(3) {
  margin: 0 4px;
}

.top_nav ul li {
  float: left;
  margin-left: 50px;
}
.top_nav ul li:nth-child(1) {
  margin-left: 20px;
}
.top_nav ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  padding-bottom: 8px;
  color: #333333;
}
.top_nav ul li a:hover {
  color: #e60012;
}
.top_nav ul li .active {
  color: #e60012;
  border-bottom: 3px solid #e60012;
}

.searchbox {
  position: relative;
  z-index: 10;
  width: 208px;
  height: 36px;
  border-radius: 4px;
  float: right;
  border: 2px solid #e60012;
}
.mod_select {
  position: absolute;
  left: 0;
  top: 0;
  width: 98px;
}
.mod_select .select_box {
  position: relative;
  width: 98px;
  height: 36px;
}
.mod_select .select_box .select_txt {
  display: inline-block;
  width: 70px;
  height: 32px;
  text-align: center;
  overflow: hidden;
  line-height: 32px;
  padding-right: 6px;
  font-size: 14px;
  cursor: pointer;
  background: #f7f7f7;
  border-radius: 4px 0 0 4px;
}
.mod_select .select_box .select-icon {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translate(0, -50%);
  width: 10px;
  height: 5px;
  background: url(../images/head_2.png) center no-repeat;
}
.mod_select .select_box .option {
  display: none;
  position: absolute;
  top: 48px;
  left: -2px;
  box-shadow: 0px 0px 6px 1px rgba(215, 214, 214, 0.26);
  border-radius: 4px;
  width: 100px;
  background-color: #fff;
  z-index: 99999999;
}
.mod_select .select_box .option::after {
  position: absolute;
  content: '';
  left: 42%;
  top: -18px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid rgba(255, 255, 255);
  border-radius: 3px;
  border-left: 8px solid transparent;
}
.mod_select .select_box .option li {
  width: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  cursor: pointer;
}
.mod_select .select_box .option li:hover {
  color: #e60012;
}
.searchbox .import {
  width: 79px;
  padding-left: 82px;
  border: none;
  height: 30px;
  outline: none;
}
.searchbox .btn-search {
  position: absolute;
  right: -2px;
  width: 32px;
  height: 32px;

  color: #fff;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}

/* header end */
img {
  max-width: 100%;
}
.banner {
  width: 100%;
  padding-bottom: 26%; /* 500px/1920px */
  background: url(../images/index/banner.jpg) center center / cover no-repeat;
  padding-top: 1px;
  position: relative;
}

.main_cont.page_foot {
  width: 100%;
  height: 368px;
  background: #333333;
  margin-top: 80px;
}
.footer {
  width: 1200px;
  margin: 0 auto;
}
.footer_top {
  height: 230px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.footer_left {
  float: left;
}
.footer_left ul li {
  float: left;
  margin-right: 115px;
  text-align: center;
  margin-top: 40px;
}
.footer_left ul li p {
  margin-top: 15px;
}
.footer_left ul li a {
  color: #fff;
}
.footer_left ul li p a {
  color: #fff;
  font-size: 14px;
}
.footer_left ul li:nth-child(2),
.footer_left ul li:nth-child(3) {
  position: relative;
}
.footer_left ul li:nth-child(2):after {
  content: '';
  top: 11px;
  left: -57px;
  width: 1px;
  height: 141px;
  background: #eeeeee;
  opacity: 0.1;
  position: absolute;
}
.footer_left ul li:nth-child(2):before,
.footer_left ul li:nth-child(3):before {
  content: '';
  top: 11px;
  right: -57px;
  width: 1px;
  height: 141px;
  background: #eeeeee;
  opacity: 0.1;
  position: absolute;
}
.footer_center {
  float: left;
}
.footer_center ul li {
  float: left;
  text-align: center;
  margin-top: 44px;
}
.footer_center ul li p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
}
.footer_center ul li:nth-child(2) {
  margin-left: 52px;
}

.footer_right {
  float: left;
  margin-left: 90px;
  margin-top: 40px;
}
.footer_right ul li:nth-child(2) {
  margin-top: 40px;
}
.footer_right ul li h2 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer_right ul li p {
  font-size: 14px;
  color: #ffffff;
}
.footer_right ul li {
  position: relative;
}

.footer_right ul li:nth-child(1):after {
  position: absolute;
  left: -23px;
  top: 1px;
  content: '';
  background: url(../images/adress.png) no-repeat center;
  width: 14px;
  height: 20px;
}
.footer_right ul li:nth-child(2):after {
  position: absolute;
  left: -23px;
  top: 1px;
  content: '';
  background: url(../images/tele.png) no-repeat center;
  width: 14px;
  height: 20px;
}

.footer_bottom {
  margin-top: 36px;
  text-align: center;
}
.footer_bottom ul li {
  margin-top: 5px;
}
.footer_bottom ul li span {
  margin-left: 20px;
}
.footer_bottom p,
.footer_bottom p a {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
/* main_cont page_footer end */

#commonFooter {
  display: none;
}

.main_body {
  min-width: 1220px;
}
/* main search start */
.button_reset,
.button_base {
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.button_base {
  color: #ffffff;
  background-color: #fd7e1d;
}
.button_base:hover {
  background-color: #ff4c01;
}
.button_base[disabled] {
  cursor: not-allowed;
}
.button_base[disabled]:hover {
  background-color: #fd7e1d;
}
.input_reset {
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.search_card {
  width: 1220px;
  margin: 0 auto;
  padding: 40px 60px;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
}
.search_form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: 20px;
}
.search_select {
  position: relative;
  width: 340px;
  height: 60px;
  line-height: 60px;
  margin-right: 40px;
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 24px;
  color: #666666;
  background-color: #f6f6f6;
  user-select: none;
}
.search_select .search_in{
    position: absolute;
    color: #cc3333;
    top: 8px;
    left: -18px;
    font-size: 30px;
}
.search_select::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: 20px;
  background: url('../images/index/icon_down.png') center center / 100% no-repeat;
  transition: transform 0.2s ease-in-out;
}
.search_select--opitons {
  overflow: hidden;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #ffffff;
  max-height: 330px;
  overflow-y: auto;
  color: #666666;
  box-shadow: 0px 0px 6px 1px rgb(215 214 214 / 26%);
  border-radius: 30px;
}
.search_select--opitons li {
  padding-left: 22px;
}
.search_select--opitons li:hover {
  background-color: #f6f6f6;
}
.search_select--opitons li.disabled {
  cursor: not-allowed;
  color: #999999;
}
.search_select--opitons li.disabled:hover {
  background-color: transparent;
}
.search_select .search_select--opitons {
  display: none;
}
.search_select.select_open .search_select--opitons {
  display: block;
}
.search_select.select_open::after {
  transform: rotate(180deg);
}
.search_select .search_select--input {
  position: absolute;
  left: 22px;
  top: 0;
  right: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.search_submit {
  display: block;
  margin: 0 auto;
  width: 540px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
}

.search_tips {
  text-align: center;
  margin: 20px auto 40px;
  height: 18px;
  line-height: 32px;
  font-size: 18px;
  color: #999999;
  font-family: 'SourceHanSansCN-Medium';
}
.search_result--title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.search_result--title h6 {
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  margin: 0 24px;
  font-family: 'SourceHanSansCN-Medium';
  font-weight: bold;
  color: #333333;
}
.search_result--title h6 span {
  font-family: 'SourceHanSansCN-Medium';
  font-weight: bold;
  color: #fd7e1d;
}
.search_title-icon {
  width: 67px;
  height: 29px;
  background: url('../images/index/decorate.png') center center / 100% no-repeat;
}
.search_title-icon.right {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search_result--table {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
.search_result--table th,
.search_result--table td {
  border: 2px solid #fd7e1d;
  /* font-weight: 400; */
  font-family: 'SourceHanSansCN-Medium';
  padding: 20px 0;
}
.search_result--table th {
  font-size: 18px;
  color: #ffffff;
  /* line-height: 32px; */
  background-color: #fd7e1d;
}
.search_result--table td {
  font-size: 16px;
  color: #333333;
  /* line-height: 32px; */
}
.search_result--tips {
  padding: 20px 30px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: 'SourceHanSansCN-Medium';
  background: #f6f6f6;
}
.search_result--tips h6,
.search_result--tips p {
  font-size: 18px;
  line-height: 30px;
}
.search_result--tips h6 {
  color: #fd7e1d;
  font-weight: bold;
}
.search_result--tips p {
  color: #666666;
}
/* main search end */

.base_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.modal_search {
  position: relative;
  /* width: 480px; */
  /* height: 550px; */
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
}
.modal_close {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 60px;
  height: 60px;
  background: #fd7e1d url('../images/index/close.png') center center / 20px 20px no-repeat;
  border-radius: 10px;
  cursor: pointer;
}
.modal_close:hover {
  background-color: #ff4c01;
}
.modal_search--title {
  height: 34px;
  margin-bottom: 20px;
  font-size: 36px;
  font-family: 'SourceHanSansCN-Medium';
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.modal_search--title span {
  font-weight: bold;
  color: #fd7e1d;
}
.modal_search--input {
  position: relative;
  width: 400px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  background: #f6f6f6;
  border-radius: 10px;
}
.modal_search--input input {
  margin: 0 20px;
  width: 360px;
  height: 100%;
  font-size: 20px;
  font-family: 'SourceHanSansCN-Medium';
  color: #999999;
}
.modal_search--input input:focus {
  border: none;
}
.modal_search--input input::-webkit-input-placeholder {
  font-family: 'SourceHanSansCN-Medium';
  color: #999999;
}
.button_get_code {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-family: 'SourceHanSansCN-Medium';
  color: #fd7e1d;
}
.button_get_code:hover {
  color: #ff4c01;
}
.modal_search--submit {
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border-radius: 10px;
  font-weight: bold;
}

.terms-protocol {
  font-size: 16px;
  font-family: 'SourceHanSansCN-Medium';
  color: #999999;
  line-height: 16px;
  margin-bottom: 20px;
}
.terms-protocol span {
  vertical-align: middle;
}
.terms-protocol a {
  color: #fd7e1d;
}
.agree-protocol {
  position: relative;
  display: inline-block;
  border: 1px solid #999999;
  width: 16px;
  height: 16px;
}
.agree-protocol.active::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fd7e1d;
}
