.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.pr {
  position: relative;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  background: #f5f5f5;
  -webkit-text-size-adjust: 100%;
  font-family: "microsoft yahei";
  overflow-x: hidden;
}
a {
  color: #2d374b;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
input:focus {
  outline: none;
}
.container {
  width: 1362px;
  margin: 0 auto;
}
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.headerWrap {
  padding: 13px 0 0 0;
  background: #494949;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  transition: all 1s ease;
}
.headerWrap .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerWrap .container img {
  width: 150px;
  align-items: flex-start;
}
.headerWrap .container .headerLogin {
  align-items: flex-end;
  color: #fff;
}
.headerWrap .container .headerLogin a {
  font-size: 18px;
  color: #fff;
  letter-spacing: .3em;
}
.headerWrap .container .headerLogin span {
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
}
.headerWrap .container .headerLogin .free_btn {
  width: 116px;
  height: 40px;
  background: #00c1de;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  float: right;
}
.headerWrap .container .headerLogin .seach_hread {
  width: 20px;
  height: 21px;
  background: url(../images/seach_icon_09.jpg) no-repeat;
  margin-right: 30px;
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.headerWrap .container .menu {
  display: flex;
  margin-top: -13px;
}
.headerWrap .container .menu > li {
  position: relative;
}
.headerWrap .container .menu > li > a {
  padding: 0 30px;
  line-height: 72px;
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: white;
  font-size: 16px;
  letter-spacing: .3em;
  font-weight: 200;
}
.headerWrap .container .menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 4px;
  transition: all 1s ease;
}
.headerWrap .container .menu > li > ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.headerWrap .container .menu > li > ul li a {
  font-size: 12px;
  margin: 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 52px;
  color: #fff;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.headerWrap .container .menu > li:hover > a:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #fff;
  transition: all 1s ease;
}
.headerWrap .container .menu > li:hover > ul {
  height: auto;
  overflow: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.headerWrap .container .menu > li:hover > ul li a {
  font-size: 12px;
  margin: 0;
  width: 100%;
  display: inline-block;
}
.headerWrap .container .menu > li:hover > ul li a:hover {
  color: #fff;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.headerWrap .container .menu > li > ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
.headerWrap .container .menu > li > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
.headerWrap .container .menu > li > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
/*侧边开始*/
.new-float {
  position: fixed;
  right: 0px;
  top: 65%;
  z-index: 50;
  width: 77px;
  height: 374px;
  margin-top: -60px;
}
.new-float li {
  position: relative;
  width: 77px;
  height: 57px;
  margin-bottom: 1px;
  line-height: 27px;
  color: #fff;
  text-align: center;
}
.new-float li.hover {
  overflow: hidden;
}
.new-float li a {
  display: inline-block;
  color: #fff;
}
.new-float li a.tit {
  width: 77px;
  height: 57px;
  padding: 30px 0px 0 0;
  color: #fff;
}
.new-float li p {
  position: relative;
  z-index: 2;
  height: 57px;
  padding: 30px 0px 0 0;
  cursor: pointer;
}
.new-float li.fw p {
  background: url(../images/weixin01.png) no-repeat;
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .ipad-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .new-float {
    position: fixed;
    right: 0;
    top: 58%;
    z-index: 50;
    width: 65px;
    height: 374px;
    margin-top: -60px;
  }
  .new-float li {
    position: relative;
    width: 65px;
    height: 57px;
    margin-bottom: 1px;
    line-height: 27px;
    color: #fff;
    text-align: right;
    font-size: 6px;
  }
  .new-float li.hover {
    overflow: hidden;
  }
  .new-float li a {
    display: inline-block;
    color: #fff;
  }
  .new-float li a.tit {
    width: 65px;
    height: 57px;
    padding: 30px 0px 0 10px;
    color: #fff;
    text-align: center;
  }
  .new-float li p {
    position: relative;
    z-index: 2;
    height: 57px;
    padding: 30px 0px 0 10px;
    text-align: center;
    cursor: pointer;
  }
  .new-float li.fi a {
    background: url(../images/zaifu.png) no-repeat;
    -webkit-background-size: 60px 57px;
    background-size: 60px 57px;
    background-position: center center;
  }
  .new-float li.ft a {
    background: url(../images/bg_top01.png) no-repeat;
  }
  .new-float li.fif p {
    background: url(../images/bg_float05.png) no-repeat;
  }
  .new-float li.zixun a {
    background: url(../images/zixun.png) no-repeat;
  }
}
.ErWeiMa {
  display: none;
  position: fixed;
  right: 100px;
  top: 76%;
  z-index: 9991212121;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  width: 90px;
  height: 100px;
}
.new-float li.fi a {
  background: url(../images/zaifu.png) no-repeat;
}
.new-float li.ft a {
  background: url(../images/bg_top01.png) no-repeat;
}
.new-float li.fif p {
  background: url(../images/bg_float05.png) no-repeat;
}
.new-float li.zixun p {
  background: url(../images/zixun.png) no-repeat;
}
.new-float li .tel {
  position: absolute;
  left: 59px;
  top: 0;
  z-index: 1;
  width: 160px;
  height: 57px;
  font: 17px Arial;
  line-height: 57px;
  color: #fff;
  text-align: left;
  padding-left: 22px;
  background: url(../images/bg_float06.png) no-repeat;
  cursor: pointer;
}
.ptf_seaSelectM {
  position: relative;
  width: 100%;
  line-height: 55px;
  margin-bottom: 0px;
}
.ptf_haveSelM {
  padding-left: 10px;
  padding-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 53px;
  color: #999999;
  border: 1px #c2c2c2 solid;
  font-size: 12px;
}
.ptf_haveSelM span.active {
  color: #363636;
}
.ptf_haveSelM > em {
  background: url(../images/jiantou_70.jpg) no-repeat;
  background-size: 12px 7px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3.5px;
  width: 12px;
  height: 7px;
}
.ptf_priceSel {
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 54px;
  z-index: 10;
  border-radius: 0 0 5px 5px;
  display: none;
}
.ptf_priceSel ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #c2c2c2 solid;
  font-size: 12px;
  padding-left: 10px;
  width: 100%;
  color: #363636;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.ptf_priceSel ul li:last-child {
  border-bottom: 0;
}
.ptf_priceSel ul li:hover {
  color: #fff;
  background: #b8aeac;
}
.date_list {
  width: 30%;
  margin-right: 5%;
}
.date_list:last-child {
  margin-right: 0;
}
.date_sel {
  display: flex;
}
.content {
  padding: 70px 0 ;
  margin-top: 75px;
}
.content h1 {
  line-height: 58px;
  color: #000;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: 200;
}
.content p {
  color: #000;
  font-size: 12px;
  line-height: 30px;
}
.content .body_cont {
  display: flex;
  margin-top: 20px;
}
.content .body_cont .left_nav {
  flex: 23%;
  margin-right: 4%;
  border: 1px #eaeaea solid;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 140px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content .body_cont .left_nav a {
  padding-left: 50px;
  text-align: left;
  line-height: 50px;
  color: #535353;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
}
.content .body_cont .left_nav a.active {
  color: #5e433c;
}
.content .body_cont .left_nav a:hover {
  color: #5e433c;
}
.content .body_cont .right_box {
  flex: 73%;
  border: 1px #eaeaea solid;
  background: #fff;
  padding: 45px 203px 120px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content .body_cont .right_box .right_input_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 18px;
}
.content .body_cont .right_box .right_input_box label {
  width: 206px;
  font-size: 16px;
  color: #2d2d2d;
  text-align: left;
  padding-left: 50px;
  line-height: 55px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content .body_cont .right_box .right_input_box input {
  color: #2d2d2d;
  width: 100%;
  border: 1px #c2c2c2 solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 55px;
  padding-left: 20px;
  font-size: 16px;
  flex: 1;
}
.content .body_cont .right_box .right_input_box span {
  color: #2d2d2d;
  line-height: 55px;
  flex: 1;
  font-size: 16px;
}
.content .body_cont .right_box .right_input_box .date_sel {
  width: 100%;
  flex: 1;
}
.content .body_cont .right_box .right_btn {
  margin-left: 206px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #664d48;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.content .body_cont .right_box .close_btn {
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #2d2d2d;
  font-size: 16px;
  margin-left: 50px;
  text-decoration: underline;
}
.banner {
  width: 100%;
}
.banner .banner_txt {
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -592px;
  margin-top: -109px;
}
.banner .banner_label {
  position: absolute;
  width: 209px;
  height: 54px;
  color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -495px;
  margin-top: -25px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border: 1px #fff solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.banner_img {
  height: 390px;
  margin-top: 72px;
}
.banner_img img {
  width: 100%;
}
.number_box {
  background: #e5e5e5;
  padding: 60px 0;
  text-align: center;
}
.number_box h1 {
  font-size: 28px;
  color: #000000;
  line-height: 65px;
}
.number_box p {
  font-size: 20px;
  color: #434343;
  line-height: 30px;
  margin-top: 15px;
}
.supply_box {
  background: #373d41;
}
.supply_box .supply_li {
  width: 25%;
  height: 419px;
  position: relative;
  float: left;
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.supply_box .supply_li img {
  position: absolute;
  width: 100%;
  height: 419px;
  left: 0;
  top: 0;
}
.supply_box .supply_li span {
  width: 72px;
  height: 64px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.supply_box .supply_li span.icon {
  background: url(../images/pl_icon_12.png) center no-repeat;
}
.supply_box .supply_li span.icon1 {
  background: url(../images/pl_icon_06.png) center no-repeat;
}
.supply_box .supply_li span.icon2 {
  background: url(../images/pl_icon_09.png) center no-repeat;
}
.supply_box .supply_li span.icon3 {
  background: url(../images/pl_icon_03.png) center no-repeat;
}
.supply_box .supply_li p {
  line-height: 50px;
  color: #fff;
  font-size: 26px;
  position: relative;
  position: 10;
  margin-top: 20px;
}
.advantage {
  padding: 60px 0;
  text-align: center;
}
.advantage div > h1 {
  font-size: 28px;
  color: #000;
}
.advantage div > p {
  font-size: 20px;
  color: #434343;
  line-height: 60px;
}
.advantage .advantage_box {
  padding: 50px 75px 20px 75px;
}
.advantage .advantage_box .advantage_li {
  text-align: center;
  width: 25%;
  float: left;
}
.advantage .advantage_box .advantage_li img {
  margin-bottom: 30px;
}
.advantage .advantage_box .advantage_li h1 {
  font-size: 26px;
  color: #000000;
  line-height: 30px;
}
.advantage .advantage_box .advantage_li h2 {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}
.advantage .advantage_box .advantage_li p {
  font-size: 20px;
  color: #707070;
  margin-top: 50px;
}
.footer {
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #262e38;
}
.footer .container {
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.footer .container .footer_left {
  float: left;
}
.footer .container .footer_left .footer_left_box {
  padding: 40px 0;
}
.footer .container .footer_left .footer_left_box .footer_box_li {
  width: 198px;
  text-align: left;
  float: left;
}
.footer .container .footer_left .footer_left_box .footer_box_li h1 {
  font-size: 18px;
  color: #a19f9c;
  margin-bottom: 28px;
}
.footer .container .footer_left .footer_left_box .footer_box_li ul li {
  font-size: 14px;
  color: #0ebcaf;
  margin-bottom: 12px;
}
.footer .container .footer_left .footer_left_box .footer_box_li ul li a {
  color: #0ebcaf;
}
.footer .container .footer_left P {
  font-size: 12px;
  color: #999;
}
.footer .container .footer_right {
  float: right;
  padding: 40px 0 20px 0;
}
.footer .container .footer_right h1 {
  font-size: 18px;
  color: #a19f9c;
  margin-bottom: 28px;
  text-align: left;
}
.footer .container .footer_right .footer_img {
  text-align: center;
  float: left;
  margin-right: 30px;
}
.footer .container .footer_right .footer_img img {
  width: 82px;
  height: 82px;
}
.footer .container .footer_right .footer_img p {
  font-size: 12px;
  color: #849fa5;
  line-height: 25px;
}
.footer .container .footer_bottom {
  line-height: 50px;
}
.footer .container .footer_bottom .footer_bottom_left {
  color: #999;
  font-size: 12px;
  float: left;
}
.footer .container .footer_bottom .footer_bottom_right {
  color: #999;
  font-size: 12px;
  float: right;
  text-align: right;
  letter-spacing: 1px;
}
.footer .container .footer_bottom .footer_bottom_right a {
  color: #3bb6a3;
}
header nav {
  width: 35px;
  height: 27px;
  display: block;
  position: absolute;
  right: 10px;
  z-index: 99;
  display: none;
  cursor: pointer;
}
header nav b {
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
header nav b:nth-child(1) {
  top: 0;
}
header nav b:nth-child(2) {
  top: calc(46%);
}
header nav b:nth-child(3) {
  bottom: 0;
}
header nav.active b:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
header nav.active b:nth-child(2) {
  transform: translateX(50%);
  width: 0;
}
header nav.active b:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
.min_height {
  padding: 267px 0;
  padding-right: 0 !important;
  text-align: center;
}
.min_height .hezi_txt {
  font-size: 26px;
  color: #333;
}
.content .body_cont .right_box.paddbox {
  padding: 110px;
}
.content .body_cont .right_box.paddbox .table_response {
  overflow-x: auto;
}
.content .body_cont .right_box.paddbox .table_response table {
  min-width: 800px;
  border: 0;
}
.content .body_cont .right_box.paddbox .table_response table th {
  line-height: 75px;
  text-align: left;
}
.content .body_cont .right_box.paddbox .table_response table td {
  line-height: 60px;
  border-bottom: 1px #e9e9e9 solid;
}
.service img {
  width: 100%;
}
.cooper {
  padding: 60px 0;
  background: #fff;
}
.cooper h1 {
  text-align: center;
  color: #000;
  font-size: 28px;
  line-height: 80px;
  margin-bottom: 25px;
}
.cooper .cooper_box ul {
  width: 1100px;
  margin: 0 auto;
}
.cooper .cooper_box ul li {
  border-right: 1px #eaeaea dashed;
  border-bottom: 1px #eaeaea dashed;
  padding: 17px 15px;
  float: left;
}
.cooper .cooper_box ul li:nth-child(5n) {
  border-right: 0;
}
.security {
  padding: 112px 0 30px 0;
  text-align: center;
  background: #fff;
}
.security.new_padd {
  padding: 42px 0 30px 0;
}
.security span {
  font-size: 28px;
  color: #434343;
  padding-bottom: 5px;
  border-bottom: 5px #00c1de solid;
}
.security_box ul li .blcok {
  display: none;
}
.security_box ul li.active .blcok {
  display: block;
}
.xt_box {
  padding: 30px 65px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.xt_box .new_style ul li .xt_box_li:hover {
  background: #00c1de;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img1 {
  background: url(../images/two_img_05.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img2 {
  background: url(../images/two_img_05.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img3 {
  background: url(../images/two_img_10.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img4 {
  background: url(../images/two_img_12.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img5 {
  background: url(../images/two_img_22.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img6 {
  background: url(../images/two_img_19.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img7 {
  background: url(../images/two_img_28.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img8 {
  background: url(../images/two_img_25.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img9 {
  background: url(../images/two_img_43.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img10 {
  background: url(../images/two_img_40.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img11 {
  background: url(../images/two_img_37.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_img .gd_img.img12 {
  background: url(../images/two_img_35.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_txt h1 {
  color: #fff;
}
.xt_box .new_style ul li .xt_box_li:hover .xt_box_txt p {
  color: #fff;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img {
  width: 100%;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img {
  margin: 0 auto;
  width: 54px;
  height: 54px;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img1 {
  background: url(../images/two_img_05.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img2 {
  background: url(../images/two_img_01.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img3 {
  background: url(../images/two_img_10.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img4 {
  background: url(../images/two_img_12.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img5 {
  background: url(../images/two_img_22.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img6 {
  background: url(../images/two_img_19.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img7 {
  background: url(../images/two_img_28.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img8 {
  background: url(../images/two_img_25.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img9 {
  background: url(../images/two_img_43.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img10 {
  background: url(../images/two_img_40.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img11 {
  background: url(../images/two_img_37.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_img .gd_img.img12 {
  background: url(../images/two_img_35.jpg) center no-repeat;
}
.xt_box .new_style ul li .xt_box_li .xt_box_txt {
  width: 100%;
  padding: 0 10px;
}
.xt_box .new_style ul li .xt_box_li .xt_box_txt h1 {
  text-align: center;
}
.xt_box .new_style ul li .xt_box_li .xt_box_txt p {
  text-align: left;
  margin-top: 10px;
}
.xt_box ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.xt_box ul li .xt_box_li {
  width: 100%;
  border: 1px #dcdcdc solid;
  padding: 30px 0 0 0;
  cursor: pointer;
}
.xt_box ul li .xt_box_li:hover {
  border: 1px #00c1de solid;
}
.xt_box ul li .xt_box_li .xt_box_img {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  height: 79px;
}
.xt_box ul li .xt_box_li .xt_box_img img {
  width: 53px;
  height: 51px;
}
.xt_box ul li .xt_box_li .xt_box_txt {
  width: 60%;
  float: left;
  height: 120px;
}
.xt_box ul li .xt_box_li .xt_box_txt h1 {
  font-size: 16px;
  color: #313131;
  line-height: 25px;
}
.xt_box ul li .xt_box_li .xt_box_txt p {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 18px;
}
.security_box {
  padding: 60px 0 20px 0;
  background: #f6f6f6;
}
.security_box .paddnew {
  padding: 0 160px;
}
.security_box p {
  color: #959595;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}
.security_box ul li {
  width: 21.5%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 50px;
  background: #fff;
  float: left;
  height: 352px;
  border: 1px #fff solid;
  position: relative;
  border-right: 1px #fbfbfb solid;
}
.security_box ul li h1 {
  line-height: 60px;
  color: #434343;
  font-size: 22px;
}
.security_box ul li p {
  font-size: 16px;
  color: #959595;
  line-height: 35px;
  margin-bottom: 0;
}
.security_box ul li.active {
  background: #fbfbfb;
  border: 1px #00c1de solid;
  width: 35.5%;
  padding: 15px  28px;
}
.security_box ul li.active img {
  display: none;
}
.security_box ul li .img_center {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.security_box ul li .img_center img {
  margin-top: 70px;
}
.security_cont {
  width: 757px;
  margin: 0 auto;
  padding: 20px 0;
}
.security_cont .security_cont_li {
  width: 33.3333%;
  text-align: center;
  float: left;
}
.security_cont .security_cont_li p {
  color: #00c1de;
  font-size: 20px;
  line-height: 35px;
}
.inter {
  background: #fbfbfb;
}
.inter .inter_left {
  padding: 53px 0 10px 0;
  width: 66.6666%;
  float: left;
}
.inter .inter_left img {
  width: 100%;
}
.inter .inter_right {
  width: 33.3333%;
  float: left;
  padding: 0 30px;
}
.inter .inter_right h1 {
  color: #313131;
  font-size: 22px;
  margin-top: 53px;
  font-weight: 300;
  line-height: 40px;
}
.inter .inter_right p {
  font-size: 17px;
  line-height: 25px;
  color: #959595;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.inter .inter_right p.padd_left30 {
  padding-left: 20px;
}
.inter .inter_right p.margin10 {
  margin-bottom: 30px;
}
.anquan_box {
  padding: 60px 0;
  background: #ffffff;
}
.anquan_box h1 {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: normal;
  line-height: 45px;
}
.anquan_box h2 {
  text-align: center;
  color: #7d7d7d;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}
.anquan_box .anquan_cont {
  margin-top: 40px;
}
.anquan_box .anquan_cont .anquan_li .anquan_li_left {
  width: 25%;
  min-height: 110px;
  display: flex;
  float: left;
  align-items: center;
  padding-left: 28px;
}
.anquan_box .anquan_cont .anquan_li .anquan_li_left span {
  margin-left: 25px;
  font-size: 20px;
  color: #535353;
}
.anquan_box .anquan_cont .anquan_li .anquan_li_right {
  width: 75%;
  padding: 0 20px 0 70px;
  min-height: 110px;
  display: flex;
  float: left;
  align-items: center;
  border-bottom: 4px #fafafa solid;
}
.anquan_box .anquan_cont .anquan_li .anquan_li_right img {
  vertical-align: middle;
}
.anquan_box .anquan_cont .anquan_li .anquan_li_right span {
  margin-left: 10px;
  font-size: 16px;
  color: #999;
}
.wh_box {
  background: #fff;
}
.backgroundfff body {
  background: #fff;
}
.wh_box_li {
  background: #f7f7f9;
  margin-top: 30px;
}
.wh_box_li .wh_box_li_left {
  width: 33.3333%;
  float: left;
  text-align: center;
  padding: 90px 0 60px 0;
}
.wh_box_li .wh_box_li_left p {
  font-size: 22px;
  color: #00c1de;
  line-height: 40px;
}
.wh_box_li .wh_box_li_right {
  width: 66.666%;
  float: left;
}
.wh_box_li .wh_box_li_right ul li {
  width: 33.33%;
  padding: 17px 000;
  float: left;
  text-align: center;
}
.wh_box_li .wh_box_li_right ul li img {
  height: 65px;
}
.wh_box_li .wh_box_li_right ul li p {
  font-size: 18px;
  color: #959595;
  line-height: 36px;
  margin-top: 10px;
}
.wh_box_li .wh_box_li_right ul li:hover p {
  color: #00c1de;
}
.cx_txt {
  margin-top: 60px;
  color: #313131;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 30px;
}
.pinpai_box {
  background: #454545;
  padding: 36px 40px;
}
.pinpai_box .container {
  position: relative;
}
.pinpai_box .container .pinpai_img {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: 195px;
  margin-left: -185px;
  margin-bottom: 200px;
}
.pinpai_box .container .pinpai_txt {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 245px;
  margin-left: -122px;
  text-align: center;
}
.pinpai_box .container .pinpai_txt.dress_one {
  left: 90px;
  top: 253px;
  margin-left: 0;
  width: 395px;
}
.pinpai_box .container .pinpai_txt.dress_two {
  left: initial;
  right: 90px;
  top: 253px;
  margin-left: 0;
  width: 365px;
}
.pinpai_box .container .pinpai_txt.dress_three {
  top: 553px;
  left: 265px;
  margin-left: 0;
  width: 325px;
}
.pinpai_box .container .pinpai_txt.dress_four {
  left: initial;
  top: 553px;
  right: 265px;
  margin-left: 0;
  width: 325px;
}
.pinpai_box .container .pinpai_txt h1 {
  line-height: 55px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}
.pinpai_box .container .pinpai_txt p {
  color: #b9b9b9;
  font-size: 24px;
  text-align: left;
  margin-top: 10px;
}
.sy_box {
  position: relative;
}
.sy_box img {
  width: 100%;
}
.sy_box a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.padd_top50 {
  padding-top: 72px;
}
.xt_banner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -580px;
  margin-top: -54px;
}
.xt_banner_txt .banner_txt {
  color: #ffffff;
  font-size: 56px;
}
.xt_banner_txt p {
  color: #ffffff;
  font-size: 26px;
}
.xt_box ul li .xt_box_li .xt_box_txt {
  padding-right: 10px;
}
.little_cont {
  font-size: 22px;
  line-height: 35px;
  color: #434343;
  margin-top: 50px;
  text-align: left;
}
.sj_box {
  margin-bottom: 30px;
}
.sj_box ul li {
  float: left;
  padding: 0 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 33.333%;
  margin-bottom: 60px;
}
.sj_box ul li .sj_li {
  border: 1px #00c1de solid;
  padding: 28px;
  text-align: center;
  min-height: 315px;
}
.sj_box ul li .sj_li img {
  height: 156px;
}
.sj_box ul li .sj_li p {
  text-align: left;
  color: #959595;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
.api_box {
  padding: 65px 0 65px 0;
  text-align: center;
  margin-top: 72px;
}
.api_box h1 {
  color: #fff;
  font-size: 38px;
  line-height: 60px;
}
.api_box img {
  width: 532px;
  height: 324px;
}
.api_box p {
  padding-top: 80px;
  line-height: 55px;
  color: #ffffff;
  font-size: 22px;
  width: 1030px;
  margin: 0 auto;
}
.api_box a {
  width: 202px;
  height: 52px;
  background: #00c1dd;
  border-radius: 30px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 0px;
  margin-top: 20px;
  display: inline-block;
}
.margin_top72 {
  margin-top: 72px;
}
.jr_box {
  padding-top: 45px;
  text-align: center;
}
.jr_box.one_more ul {
  margin: 40px 0;
}
.jr_box.one_more ul li {
  width: 25%;
  padding: 0 33px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
.jr_box.one_more ul li > div {
  border: 1px #dddddd solid;
  text-align: center;
  border-radius: 10px;
  height: 325px;
}
.jr_box.one_more ul li > div img {
  width: 100%;
}
.jr_box.one_more ul li > div .list_cont {
  padding: 18px;
}
.jr_box.one_more ul li > div h1 {
  color: #313131;
  font-size: 22px;
  margin-bottom: 20px;
}
.jr_box.one_more ul li > div p {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.jr_box .container > h1 {
  color: #313131;
  font-size: 32px;
  line-height: 60px;
}
.jr_box .container > h2 {
  color: #313131;
  font-size: 26px;
  line-height: 40px;
}
.jr_box .container > p {
  color: #7d7d7d;
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
}
.jr_box ul {
  margin-top: 100px;
}
.jr_box ul li {
  width: 33.333%;
  padding: 0 53px;
  margin-bottom: 47px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.jr_box ul li .border_box {
  border: 2px #cdcdcd solid;
  height: 322px;
  padding: 25px 20px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.jr_box ul li .border_box img {
  width: 77px;
  height: 71px;
}
.jr_box ul li .border_box h1 {
  color: #313131;
  font-size: 22px;
  line-height: 50px;
  margin-top: 40px;
}
.jr_box ul li .border_box p {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}
.number_box ul {
  background: #fff;
  box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.2);
  padding: 20px 90px;
  margin-top: 35px;
}
.number_box ul li {
  padding: 30px 0;
  border-bottom: 1px #dcdcdc solid;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.number_box ul li .number_left {
  flex: 0.15;
  text-align: center;
  align-items: center;
  position: relative;
}
.number_box ul li .number_left img {
  width: 77px;
  height: 71px;
  position: absolute;
  top: 50%;
  margin-top: -35.5px;
  left: 50%;
  margin-left: -38.5px;
  align-items: center;
}
.number_box ul li .number_left1 {
  text-align: left;
  align-items: center;
  flex: 0.25;
}
.number_box ul li .number_left1 label {
  color: #434343;
  font-size: 16px;
  height: 100%;
  align-items: center;
  display: flex;
}
.number_box ul li .number_left2 {
  align-items: center;
  flex: 0.6;
  text-align: left;
}
.number_box ul li .number_left2 p {
  font-size: 16px;
  color: #434343;
  margin-top: 0;
}
.number_box ul li:last-child {
  border-bottom: 0;
}
.use_box {
    padding: 90px 0 60px 0;
    background: #616b6b;
    text-align: center;
}
.use_box img {
  width: 70%;
  margin-bottom: 50px;
}
.use_box a {
  width: 235px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border: 1px #fff solid;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.matching_box {
  width: 100%;
  background: url(../images/bg_img_17.jpg);
  background-size: cover;
  padding: 45px 0;
  text-align: center;
}
.matching_box span.write_txt {
  font-size: 28px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 5px #fff solid;
}
.matching_box h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 45px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.matching_box ul li {
  width: 25%;
  padding: 0 31px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  margin-bottom: 50px;
}
.matching_box ul li div {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}
.matching_box ul li div h1 {
  font-size: 22px;
  color: #313131;
  margin-top: 15px;
  font-weight: normal;
}
.matching_box ul li div p {
  font-size: 16px;
  color: #7d7d7d;
  text-align: left;
  margin-top: 10px;
}
.youshi_box span {
  font-size: 28px;
  color: #434343;
  padding-bottom: 5px;
  border-bottom: 5px #00c1de solid;
}
.youshi_box {
  text-align: center;
  padding-top: 30px;
}
.youshi_box .xt_little {
  font-size: 26px;
  color: #313131;
  margin-top: 40px;
  margin-bottom: 100px;
  font-weight: normal;
}
.youshi_box ul li {
  width: 25%;
  float: left;
  padding: 0 31px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 75px;
}
.youshi_box ul li div {
  background: #00c1de;
  min-height: 296px;
  padding: 70px 20px 0 20px;
  border-radius: 8px;
  position: relative;
}
.youshi_box ul li div img {
  position: absolute;
  left: 50%;
  width: 114px;
  height: 114px;
  top: 0;
  margin-left: -57px;
  margin-top: -57px;
}
.youshi_box ul li div h1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
}
.youshi_box ul li div p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-top: 10px;
}
.center_txt {
  width: 100%;
  position: absolute;
  left: 50%;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateX(-50%);
  margin-top: -50px;
}
.zd_txt {
  font-size: 36px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.zd_txt_second {
  font-size: 26px;
  color: #ffffff;
  font-weight: normal;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
.tab_box {
  height: 61px;
  background: #313131;
}
.tab_box a {
  float: left;
  padding: 0 60px;
  width: 33.333%;
  text-align: center;
  line-height: 61px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.tab_box a span {
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.tab_box a.active span:after {
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00c1dd;
  content: " ";
  display: block;
}
.tab_body {
  background: #fff;
  padding: 70px 0 28px 0;
  text-align: center;
}
.tab_body h1 {
  color: #333;
  font-size: 30px;
  line-height: 50px;
}
.tab_body p {
  color: #7d7d7d;
  font-size: 20px;
  line-height: 30px;
}
.footer_second {
  width: 100%;
  background: url(../images/big_banner_04.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.footer_second .container {
  padding: 0 120px;
}
.footer_second .container .footer_seond_txt {
  text-align: left;
  color: #555555;
  font-size: 18px;
}
.footer_second .container .footer_seond_txt h1 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 40px;
}
.footer_second .container .footer_seond_txt p {
  line-height: 30px;
  font-size: 18px;
}
.news_box {
  background: #f7f7f7;
  padding: 55px 0;
}
.news_box .container {
  padding: 0 64px;
  display: flex;
}
.news_box .container .news_box_left {
  flex: 20%;
  margin-right: 2%;
}
.news_box .container .news_box_left .news_box_left_hread {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #a8a8a8;
  font-size: 26px;
  color: #fff;
}
.news_box .container .news_box_left .new_box_left_li {
  width: 100%;
  border-bottom: 1px #fff solid;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background: #dfdfdf;
  display: inline-block;
}
.news_box .container .news_box_left .new_box_left_li.active span {
  padding-left: 15px;
  background: url(../images/hanye_icon_25.jpg) left center no-repeat;
  font-weight: 500;
}
.news_box .container .news_box_right {
  flex: 78%;
  background: #fff;
  border: 1px #dcdcdc solid;
  padding: 0 20px 80px 20px;
}
.news_box .container .news_box_right .news_rt_hread {
  height: 50px;
  border-bottom: 1px #d6d6d6 solid;
  line-height: 50px;
  color: #333;
  font-size: 23px;
}
.news_box .container .news_box_right ul li {
  padding: 0 15px 0 25px;
  line-height: 50px;
  border-bottom: 1px #d6d6d6 dashed;
}
.news_box .container .news_box_right ul li a {
  font-size: 14px;
  color: #666666;
  width: 100%;
}
.news_box .container .news_box_right ul li a span {
  float: right;
  color: #333;
}
.news_box .container .news_box_right .page_box {
  border: 1px #ddd solid;
  border-radius: 6px;
  line-height: 28px;
  margin-top: 20px;
  float: left;
  margin-bottom: 30px;
}
.news_box .container .news_box_right .page_box a {
  padding: 0 15px;
  color: #428bca;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  float: left;
  border-right: 1px #dddddd solid;
}
.news_box .container .news_box_right .page_box a.active {
  color: #999999;
}
.reg_box {
  padding: 40px 0 50px 0;
  background: url(../images/bg_img_02.jpg) repeat-y;
  background-size: 100%;
}
.flex_box {
  padding: 0 100px;
  display: flex;
  margin-top: 72px;
}
.flex_box .flex_box_left {
  flex: 50%;
  margin-right: 10%;
}
.flex_box .flex_box_left h1 {
  padding: 50px 0;
  font-size: 22px;
  color: #fff;
}
.flex_box .flex_box_left .flex_box_row {
  margin-bottom: 50px;
}
.flex_box .flex_box_left .flex_box_row .flex_box_left_icon {
  width: 25%;
  float: left;
  text-align: center;
}
.flex_box .flex_box_left .flex_box_row .flex_box_left_icon img {
  width: 77px;
}
.flex_box .flex_box_left .flex_box_row .flex_box_left_icon p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  margin-top: 10px;
}
.flex_box .flex_box_left p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.flex_box .flex_box_right {
  flex: 40%;
  background: #fff;
  padding: 30px;
  padding-bottom: 50px;
}
.flex_box .flex_box_right h1 {
  color: #494949;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
}
.flex_box .flex_box_right p {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 15px;
}
.flex_box .flex_box_right .flex_right_input {
  border: 1px #aaaaaa solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 40px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.flex_box .flex_box_right .flex_right_input input[type="text"] {
  padding-left: 75px;
  border: 0;
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.flex_box .flex_box_right .flex_right_input span {
  position: absolute;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 75px;
  top: 0;
  font-size: 14px;
  text-align: center;
}
.flex_box .flex_box_right .flex_right_button {
  height: 47px;
  width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background: #00a8a6;
  text-align: center;
  line-height: 47px;
  margin-bottom: 10px;
}
.flex_box .flex_box_right p {
  text-align: center;
  font-size: 12px;
  color: #545454;
}
.pw100 {
  width: 100%;
}
@media (max-width: 1500px) {
  .jr_box.one_more ul li > div h1 {
    font-size: 16px;
  }
  .matching_box ul li div {
    height: 330px;
  }
  .container {
    width: 1170px;
  }
  .homeHero {
    height: 600px;
  }
  .homeGallery {
    height: 600px;
  }
  .content .body_cont .right_box {
    padding-right: 100px;
  }
  .content {
    padding: 50px 0;
  }
  .headerWrap .container .menu li a {
    padding: 0 20px;
  }
  .headerWrap {
    padding-left: 5px;
  }
  .headerWrap .container .headerLogin a {
    letter-spacing: 0.2px;
  }
  .content .body_cont .right_box.paddbox {
    padding: 110px;
  }
  .content .body_cont .right_box.paddbox .table_response {
    overflow-x: auto;
  }
}
@media (max-width: 1170px) {
  .flex_box {
    padding: 0 20px;
  }
  .footer_second .container {
    padding: 0 60px;
  }
  .jr_box.one_more ul li,
  .matching_box ul li {
    width: 33.333%;
  }
  .youshi_box ul li div p {
    font-size: 16px;
    line-height: 25px;
  }
  .jr_box .container > h1 {
    font-size: 24px;
    line-height: 50px;
  }
  .jr_box ul li {
    width: 50%;
  }
  .api_box p {
    width: 100%;
    line-height: 35px;
  }
  .xt_banner_txt {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 0;
    margin-top: -50px;
    text-align: center;
    right: 0;
  }
  .xt_box ul li {
    width: 33.3333%;
  }
  .content {
    padding: 30px 0;
  }
  .container {
    width: 992px;
  }
  .homeHero {
    height: 400px;
  }
  .homeGallery {
    height: 400px;
  }
  .content .body_cont .right_box {
    padding-right: 50px;
  }
  .content .body_cont .left_nav a {
    padding-left: 20px;
  }
  .headerWrap .container .menu li a {
    padding: 0 10px;
    letter-spacing: .15em;
  }
  .min_height {
    padding: 157px 0;
  }
  .inter .inter_left {
    padding: 20px 0 10px 0;
    width: 100%;
    float: left;
    text-align: center;
  }
  .inter .inter_left img {
    width: 80%;
  }
  .inter .inter_right {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .inter .inter_right h1 {
    color: #313131;
    font-size: 18px;
    margin-top: 13px;
    font-weight: 300;
    line-height: 25px;
  }
  .inter .inter_right p {
    font-size: 14px;
    line-height: 25px;
  }
  .inter .inter_right p.padd_left30 {
    padding-left: 5px;
  }
  .inter .inter_right p.margin10 {
    margin-bottom: 10px;
  }
  .cooper .cooper_box ul {
    width: 100%;
  }
  .cooper .cooper_box ul li img {
    width: 100%;
  }
  .cooper .cooper_box ul li {
    width: 20%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .footer .container .footer_left .footer_left_box .footer_box_li {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .flex_box {
    display: block;
  }
  .flex_box .flex_box_left,
  .flex_box .flex_box_right {
    width: 100%;
    margin-bottom: 30px;
  }
  .news_box .container {
    padding: 0;
  }
  .news_box .container .news_box_right {
    padding: 0 20px;
  }
  .news_box .container .news_box_left .news_box_left_hread {
    font-size: 20px;
  }
  .news_box .container .news_box_left .new_box_left_li {
    font-size: 14px;
  }
  .footer_second .container {
    padding: 0 30px;
  }
  .jr_box.one_more ul li,
  .matching_box ul li,
  .youshi_box ul li {
    width: 50%;
  }
  .sj_box ul li {
    width: 50%;
  }
  .xt_box {
    padding: 30px 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .headerWrap .container .menu li a {
    font-size: 14px;
  }
  .xt_box ul li {
    width: 50%;
  }
  .wh_box_li .wh_box_li_right ul li p {
    font-size: 14px;
  }
  .wh_box_li .wh_box_li_left p {
    font-size: 14px;
  }
  .container {
    width: 768px;
  }
  .footer .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .homeHero {
    height: 300px;
  }
  .homeGallery {
    height: 300px;
  }
  .content .body_cont .right_box .right_input_box label {
    width: 136px;
    padding-left: 10px;
  }
  .content .body_cont .right_box .right_btn {
    margin-left: 136px;
  }
  .close_btn {
    margin-left: 10px;
  }
  .min_height {
    padding: 107px 0;
  }
  .security_box {
    padding: 30px 0 20px 0;
    background: #f6f6f6;
  }
  .security_box .paddnew {
    width: 100%;
    padding: 0 20px;
  }
  .security_box p {
    color: #959595;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .security_box ul li {
    width: 50%;
    padding: 15px 30px;
  }
  .security_box ul li h1 {
    line-height: 30px;
    font-size: 18px;
  }
  .security_box ul li p {
    font-size: 16px;
    line-height: 25px;
  }
  .security_box ul li.active {
    background: #fbfbfb;
    border: 1px #00c1de solid;
    width: 50%;
    padding: 10px 18px;
  }
  .security_box ul li.active img {
    display: none;
  }
  .security_box ul li .img_center {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  .security_box ul li .img_center img {
    margin-top: 40px;
  }
  .advantage .advantage_box .advantage_li {
    width: 50%;
    padding-top: 20px;
  }
  .sj_box ul li .sj_li p {
    font-size: 16px;
  }
}
.number_box ul:after {
  clear: both;
  content: " ";
  display: block;
}
@media (max-width: 768px) {
  .headerWrap .container .menu > li > ul {
    position: relative;
    top: initial;
  }
  .headerWrap .container .menu > li > ul li a {
    line-height: 35px;
    padding: 0 10px;
    text-align: right;
  }
  .news_box .container {
    padding: 0;
    display: block;
  }
  .news_box .container .news_box_right {
    margin-top: 30px;
  }
  .news_box .container .news_box_right,
  .news_box .container .news_box_left {
    width: 100%;
  }
  .footer_second .container {
    padding: 0 0;
  }
  .jr_box.one_more ul li,
  .matching_box ul li,
  .youshi_box ul li {
    width: 100%;
  }
  .jr_box.one_more ul li > div {
    height: auto;
  }
  .number_box ul li {
    float: left;
    display: block;
    width: 100%;
    padding: 10px ;
  }
  .number_box ul li .number_left {
    width: 50%;
    float: left;
    flex: inherit;
    height: 80px;
  }
  .number_box ul li .number_left:after {
    clear: both;
    content: " ";
    display: block;
  }
  .number_box ul li .number_left1 {
    width: 50%;
    float: left;
    flex: inherit;
    height: 80px;
  }
  .number_box ul li .number_left1:after {
    clear: both;
    content: " ";
    display: block;
  }
  .number_box ul li .number_left2 {
    width: 100%;
    padding: 0 10px;
  }
  .jr_box ul li {
    width: 100%;
  }
  .number_box ul {
    padding: 20px 0;
  }
  .api_box img {
    width: 100%;
    height: 100%;
  }
  .sj_box ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .xt_box ul li {
    width: 100%;
  }
  .wh_box_li .wh_box_li_right ul li {
    width: 50%;
  }
  .footer .container .footer_right {
    width: 100%;
  }
  .advantage .advantage_box {
    padding: 50px 25px 20px 25px;
  }
  .advantage .advantage_box .advantage_li {
    width: 50%;
    padding-top: 20px;
  }
  .anquan_box {
    padding: 10px 0;
    background: #ffffff;
  }
  .anquan_box h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
  }
  .anquan_box h2 {
    text-align: center;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
  }
  .anquan_box .anquan_cont {
    margin-top: 20px;
  }
  .anquan_box .anquan_cont .anquan_li .anquan_li_left {
    width: 100%;
    justify-content: center;
    min-height: 110px;
  }
  .anquan_box .anquan_cont .anquan_li .anquan_li_right {
    width: 100%;
    padding: 0 10px 0 10px;
    min-height: 110px;
  }
  .security_box ul li,
  .security_box ul li.active {
    width: 100%;
  }
  .security_cont {
    width: 100%;
  }
  .container {
    width: 480px;
  }
  .homeHero {
    height: 200px;
  }
  .homeGallery {
    height: 200px;
  }
  .content .body_cont {
    display: block;
  }
  .content .body_cont .left_nav {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .content .body_cont .right_box {
    width: 100%;
  }
  .headerWrap .container .menu {
    transform: translateY(-470px) rotate(-3deg);
    transform-origin: left bottom 0px;
    position: fixed;
    width: 100%;
    left: 0px;
    flex-direction: column;
    top: 74px;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 11;
    background: #fff;
  }
  .headerWrap .container .menu.active {
    transform: translate(0px);
    opacity: 1;
    pointer-events: all;
  }
  header nav {
    display: block;
  }
  .headerWrap .container .menu li a {
    color: #535353;
    line-height: 40px;
  }
  .headerWrap .container .menu li a:hover {
    color: #5e433c;
  }
  .headerLogin {
    margin-right: 70px;
  }
  .date_sel {
    display: block;
  }
  .date_list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .min_height {
    padding: 50px 0;
  }
  .supply_box .supply_li {
    width: 50%;
  }
  .xt_banner_txt .banner_txt {
    font-size: 30px;
  }
  .sy_box img {
    height: 100px;
  }
  .tab_box a {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .headerWrap {
    padding-top: 16px;
  }
  .headerWrap .container img {
    width: 120px;
  }
  .number_box h1,
  .advantage div > h1,
  .advantage .advantage_box .advantage_li h1,
  .cooper h1,
  .xt_banner_txt .banner_txt,
  .pinpai_box .container .pinpai_txt h1 {
    font-size: 18px;
  }
  .number_box p,
  .advantage div > p,
  .advantage .advantage_box .advantage_li h2,
  .xt_banner_txt p,
  .pinpai_box .container .pinpai_txt p {
    font-size: 14px;
  }
  .pinpai_box .container .pinpai_txt.dress_two {
    width: 100px;
    right: -25px;
    top: 150px;
  }
  .pinpai_box .container .pinpai_txt.dress_three {
    width: 100px;
    left: 155px;
  }
  .pinpai_box .container .pinpai_txt.dress_four {
    width: 100px;
    right: 155px;
  }
  .pinpai_box .container .pinpai_txt {
    width: 100px;
    margin-left: -50px;
  }
  .pinpai_box .container .pinpai_txt.dress_one {
    width: 100px;
    left: -27px;
    top: 150px;
  }
  .youshi_box img {
    width: 100%;
    margin-bottom: 20px;
  }
  .youshi_box .xt_little {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .advantage .advantage_box .advantage_li p {
    font-size: 13px;
  }
  .supply_box .supply_li p {
    font-size: 14px;
  }
  .supply_box {
    padding: 20px 0;
  }
  .advantage .advantage_box .advantage_li {
    width: 100%;
  }
  .supply_box .supply_li {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner .banner_txt {
    font-size: 18px;
  }
  .banner .banner_txt {
    font-size: 18px;
    margin-left: -476px;
    margin-top: -47px;
  }
  .banner .banner_label {
    font-size: 14px;
    width: 140px;
    height: 30px;
    margin-top: -8px;
    margin-left: -451px;
  }
  .tab_box a {
    padding: 0;
  }
  .footer_second .container .footer_seond_txt p {
    font-size: 14px;
    line-height: 25px;
  }
  .footer_second .container .footer_seond_txt h1 {
    font-size: 16px;
  }
  .sj_box ul li .sj_li {
    min-height: 255px;
  }
  .sj_box ul li .sj_li img {
    height: 106px;
  }
  .wh_box_li .wh_box_li_left,
  .wh_box_li .wh_box_li_right {
    width: 100%;
  }
  .footer .container .footer_left .footer_left_box .footer_box_li {
    width: 120px;
  }
  .container {
    width: 95%;
  }
  .homeHero {
    height: 100px;
  }
  .homeGallery {
    height: 100px;
  }
  .headerLogin {
    margin-right: 56px;
  }
}
