/* 字体 */
@font-face {
  font-family: 'pingfnag';
  font-display: swap;
  src: url('../font/PingFang.eot');f_item
  /* IE9 */
  src: url('../font/PingFang.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../font/PingFang.woff2') format('woff2'), url('../font/PingFang.woff') format('woff'), /* chrome、firefox */ url('../font/PingFang.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/PingFang.svg') format('svg');
  /* iOS 4.1- */
}
@font-face {
  font-family: 'shu';
  src: url('../font/GOTHAMRND-MEDIUM.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'shu2';
  src: url('../font/GothamRounded-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaBoldBT";
  src: url("../font/FuturaBoldBT.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBkBTBookItalic";
  src: url("../font/FuturaBkBTBookItalic.ttf") format("truetype");
}
/* End */
/* 公用 */
/* base公共样式 */
* {
  padding: 0;
  margin: 0;
  -webkiit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-size: 16px;
  font-family:'Microsoft YaHei UI','PingFang SC',  'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration: none;
}
i {
  font-style: normal;
}
pre {
  text-align: left;
  padding: 0;
  margin: 0;
  font-style: normal;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
input[type=text]:focus,
input[type=text]:active {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:hover {
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: middle;
}
input,
input:focus,
input:active,
button,
button[type=button],
textarea:focus {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.basepage .pagination{
  display: inline-block;
}
.basepage .pagination li{
  display: inline;
}

.make-text table {/*margin-bottom: 10px;*/ text-indent:0px;}
.make-text table th,
.make-text table td {
  padding: 5px 10px;
  border: 1px solid #ddd;
  vertical-align:middle;
  text-align: center;
  font-weight: normal;
  background:#fff;
}
.make-text table th {
  color:#000;
  font-weight:bold;
  height:28px;
}
.make-text table .even td{/*隔行背景*/
  background:#e9e9e9;
}
.make-text table .hover td{/*经过背景*/
  background:#e3e3e3;
  color:#000;
}
.make-text video{
    width: 100%!important;
}
.make-text iframe{
    width: 100%!important;
}
/*首页数据*/
.about-num{padding:70px 0;}
.num_con{padding:38px 16px}
.about-num ul{overflow:hidden}
.about-num li{float:left;width:25%;text-align:center}
.about-num li .num_con{border-right:1px solid #ddd}
.about-num li:nth-child(4) .num_con{border-right:1px solid rgba(255,255,255,.2)}

.about-num li h2{font-family:arial,sans-serif;font-size:48px;color:#ea5504;line-height:48px;display:inline-block;font-weight:700;letter-spacing:1px;}
.about-num li:hover h2{animation: heartBeat 1s 1;}
.about-num li p{color:#4a4a4a;font-size:14px;line-height:36px}

.about-num .count-unit{font-size:14px;color:#4a4a4a;text-align:right;display:inline-block;font-style:normal}
.about-num .bai .count-unit{color:#fff}
.about-num li .bot p{font-size:15px;color:#666;line-height:24px}
.about-num li .bai .bot p{color:#fff}
@media only screen and (max-width:768px){.num_con{padding:16px}
.about-num li h2{font-size:24px;line-height:24px}
.about-num{margin-top:0;padding-top:20px;padding-bottom:20px}
.about-num .count-unit{font-size:14px}
.about-num li p{font-size:14px;line-height:1.4}
.about-num li{width:50%}
}
@media only screen and (max-width:1024px) and (min-width:769px){.about-num li h2{font-size:40px}
.about-num{margin-top:25px;padding-top:12px;padding-bottom:10px}
.about-num .count-unit{font-size:14px}
.about-num li p{font-size:14px}
}
@media (max-width: 765px) {
    .about-num li{position:relative}  
    .about-num li .num_con{border:none}
    .about-num li:first-child:after{border-right: 1px solid #ddd;content:'';position:absolute;right:0;    bottom: -25%; height: 50%;}
    .about-num li:first-child:before{border-bottom: 1px solid #ddd;content:'';position:absolute;right: -25%;    bottom:0; width: 50%;}
}
/*服务内容*/
.service-list{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
}
.service-list a{
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.service-list img{
  width: 100%;
  max-height: 375px;
}
.service-list .service-head{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background: #e8e9eb;
  color: #5f5f5f;
  transition: all 0.2s;
  border-bottom: 3px solid #283778;
}
.service-list a:hover .service-head{
  background: #283778;
  color: #ffffff;
}
.service-list .service-head .service-title{
  font-size: 24px;
  font-weight: bold;
}
.service-list .service-head .service-title span{
  font-size: 12px;
  font-weight: normal;
}
.service-list .service-head .service-more-btn span{
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  background: #283778;
  color: #ffffff;
  border-radius: 2500px;
}
.service-from{
  padding: 20px 0;
}
.service-from .service-from-title{
  font-size: 32px;
  font-weight: bold;
  color: #615d5e;
}
.service-from .item{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.service-from .item input {
  width: calc(50% - 10px);
  padding: 21px 24px;
  font-size: 20px;
  color: #b2b2b2;
  background-color: #f5f5f5;
  resize: none;
  outline: none;
  border: 1px solid #e3e3e5;
  border-radius: 15px;
  margin-top: 20px;
}
.service-from .btn{
  margin-top: 20px;
}
.service-from .btn span{
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 30px;
  background: #283778;
  color: #ffffff;
  border-radius: 2500px;
  cursor: pointer;
}
@media (max-width: 765px) {
  .service-list a{
    width: 100%;
    margin-bottom: 20px;
  }
  .service-list .service-head{
    padding: 10px;
  }
  .service-list .service-head .service-title{
    font-size: 20px;
  }
  .service-list .service-head .service-title span{
    font-size: 14px;
  }
  .service-list .service-head .service-more-btn span{
    display: none;
  }
  .service-from .item input {
    width: 100%;
  }
}
/*关于恰好时*/
.about-uphos-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.abput-uphos-logo img{
  height: 50px;
}
.about-uphos-fixed{
  width: 100%;
  padding: 120px 0;
  background: url(../picture/about-uphos-fixed.jpg) no-repeat center / cover;
}
.about-uphos-fixed p{
  font-size: 20px;
  line-height: 2.5;
  color: #ffffff;
}
.about-uphos-fixed .send-msg{
  padding: 20px 0 50px;
  display: block;
}
.about-uphos-fixed .send-msg span{
  background: #fefefe;
  color: #2b331e;
  font-size: 24px;
  font-weight: bold;
  border-radius: 2500px;
  height: 50px;
    width: 180px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
.about-uphos-data-bg{
  margin-top: -80px;
  background: #051e64d9;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 50px 30px;
}
.about-uphos-data-bg .about-uphos-data-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about-uphos-data-bg .about-uphos-data-list .item{
  text-align: center;
  width: 20%;
  color: #484443;
}
.about-uphos-data-bg .about-uphos-data-list .item .about-first{
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
}
.about-uphos-data-bg .about-uphos-data-list .item .about-number{
  font-size: 24px;
  font-weight: bold;
  color: #283876;
  padding-bottom: 10px;
}
.about-uphos-data-bg .about-uphos-data-list .item .about-desc{
  font-size: 16px;
  color: #747474;
}
.about-uphos-data-bg .about-uphos-data-list .item .about-first::after{
  margin-top: 15px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e86f00;
}
@media (max-width: 765px) {
  .about-uphos-data-bg .about-uphos-data-list .item{
    width: 100%;
    padding: 10px 0;
  }
  .about-uphos-data-bg{
    padding: 30px;
  }
  .about-uphos-data-bg .about-uphos-data-list .item .about-first{
    font-size: 20px;
  }
}
.margin-top-150{
  margin-top: 150px;
}
.margin-top-100{
  margin-top: 100px;
}
.team-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.team-list .team-left{
  width: 40%;
}
.team-list .team-left .team-desc{
  font-size: 16px;
  color: #757475;
  line-height: 2;
}
.team-list .team-left li{
  display: block;
  line-height: 2.5;
  font-size: 16px;
  color: #757475;
}
.team-list .team-left li:before{
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e86f00;
  border-radius: 50%;
}
.team-list .team-left .team-title{
  font-size: 40px;
  font-weight: bold;
  line-height: 2;
}
.team-list .team-left span{
  font-size: 24px;
  color: #757475;
  display: inline-block;
}
.team-list .team-left span:after{
  margin-top: 15px;
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background-color: #e86f00;
  margin-bottom: 30px;
}
.team-list .team-right{
  width: 55%;
}
.team-list .team-right img{
  width: 100%;
}
.team-list .team-left .team-title-black{
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  color: #0b0b0b;
}
.team-list .team-left .team-title-blue{
  font-size: 32px;
  line-height: 2;
  font-weight: bold;
  color: #273778;
}
.team-list .team-right .team-desc{
  line-height: 2;
  font-size: 16px;
}
.team-list .team-right .team-right-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #757474a3;
}
.team-list .team-right .team-right-flex:last-child{
  border-bottom: 0;
}
.team-list .team-right .team-right-flex .team-right-list{
  width: 50%;
  font-size: 12px;
  color: #757475;
  line-height: 2;
}
.team-list .team-right .team-right-flex .team-right-list p{
  text-align: right;
  font-size: 80px;
  font-weight: bold;
  color: #273778;
}
.team-list .team-right .team-right-flex .team-right-list p span{
  display: inline-block;
  margin-left: 5px;
  font-size: 40px;
}
@media (max-width: 980px) {
  .margin-top-150{
    margin-top: 50px;
  }
  .margin-top-100{
    margin-top: 30px;
  }
  .team-list .team-left{
    width: 100%;
  }
  .team-list .team-right{
    margin-top: 30px;
    width: 100%;
  }
}
/*品牌介绍*/
.about_brand_bg{
  position: relative;
  z-index: -1;
}
.about_brand_bg .about_brand_img{
  width: 100%;
  object-fit: cover;
}
.about_brand_bg .about_brand_title{
  position: absolute;
  top:30%;
  width: 100%;
}
.about_brand_bg .about_brand_title img{
  width: 60%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
.about_brand_icon{
  width: 80px;
}
.about_brand_flex{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px 0;
}
.about_brand_desc p{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
  color: #474443;
}
.about_brand_desc span{
  display: block;
  text-align: left;
  font-size: 14px;
  color: #757475;
  max-width: 150px;
}
.history-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items: center;*/
}
.history-flex .history-item{
  width: 32%;
  background: #ffffff;
  margin-top: 15px;
  transition: 0.5s;
  cursor: pointer;
}
.history-flex .history-item:hover{
  transform: translateY(-15px);
}
.history-flex .history-item p{
  padding: 30px 20px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #273778;
}
.history-flex .history-item span{
  display: block;
  padding: 5px 20px 30px;
  font-size: 14px;
  color: #5f5d5d;
}
.aboutbox-content{
  /*text-align: center;*/
  margin: 30px auto;
  max-width: 1000px;
}
.aboutbox-content p{
  line-height: 2;
  color: #757475;
  font-size: 16px;
}
.aboutbox-content p:first-child{
  font-weight: bold;
  font-size: 40px;
  line-height: 3;
}
.about-flex {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
  margin-top: 40px;
}
.about-flex .about-item{
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 80px;
}
.about-flex .about-item img{
  width: 100%;
}
.about-flex .about-item p{
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  color: #757475;
  background: #ffffff;
  padding: 20px;
  min-height: 192px;
}
.about-flex .about-item span{
  display: block;
  font-size: 16px;
  font-weight: normal;
}
/*瀑布流*/
.wall-list{
  margin-bottom: 50px;
}
.wall-list .wall-item{
  position: relative;
  margin-bottom: 1.25rem;
  transition: all 0.2s;
  cursor: pointer;
  background: #ffffff;
}
.wall-list .wall-item p{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to top, #00000069, #00000000);
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 576px) {
  .wall-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .wall-list .wall-item {
    display: inline-block;
    width: 100%;
  }
}
.wall-list .wall-item img{
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  transition: all 0.2s;
}
.wall-list .wall-item:hover{
  transform: translateY(-5px);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .wall-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
/*产品详情*/
.product-flex{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
  margin-bottom: 50px;
}
.product-flex .product-item{
  width: calc(25% - 20px);
  margin-top: 20px;
  background: #ffffff;
  padding: 20px;
  border-bottom: 2px solid #051e64;
  transition: all 0.5s;
  color: #757475;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px rgb(106 106 106 / 11%);
}
.product-flex .common-item{
  width: calc(20% - 20px);
  margin-top: 20px;
  background: #ffffff;
  padding: 20px;
  color:#474443;
  line-height: 2;
  font-size: 14px;
  transition: all 0.5s;
  cursor: pointer;
}
.product-flex .common-item:hover{
  transform: scale(1.1);
  background: #3d92e8;
}
.product-flex .common-item .common-item-title{
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.product-flex .common-item:hover{
  color: #ffffff;
}
.product-flex .common-item img{
  width: 100%;
  border: 2px solid #ffffff;
  margin-bottom: 20px;
}
.product-flex .common-item .common-item-title::after{
  margin-top: 15px;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #e86f00;
  margin-bottom: 15px;
}
.product-flex .common-item:hover .common-item-title::after{
  background-color: #ffffff;
}
.product-flex .common-item:hover .common-item-title{
  color: #ffffff;
}
.product-flex .product-item:hover{
  transform: translateY(-10px);
}
.product-item-title{
  color: #051e64;
  font-size: 18px;
  font-weight: bold;
}
.product-item-subtitle{
  font-weight: bold;
  display: block;
}
.product-item-subtitle::after{
  margin-top: 15px;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #e86f00;
  margin-bottom: 15px;
}
/*高斯模糊弹出层*/
.iframe-bg{
  position: fixed;
  top: 0;
  background: #ffffff33;
  backdrop-filter: blur(5px);
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  display: none;
}
.iframe-bg iframe{
  animation: zoomIn .5s 1;
}
.iframe-close{
  position: fixed;
  top: 20px;
  right: 10%;
  width: 50px;
  cursor: pointer;
}
.iframe-close img{
  width: 100%;
}
.iframe-bg iframe{
  background: #ffffff;
  width: 70%;
  margin: 20px auto;
  min-height: 100vh;
  border: 0;
  display: block;
  border-radius: 10px;
}

@media (max-width: 750px) {
  .iframe-bg iframe{
    width: 90%;
  }
  .iframe-close{
    right: 3%;
    width: 35px;
    top: 15px;
  }
  .about-flex .about-item{
    width: 100%;
  }
  .product-flex .product-item{
    width: 100%;
  }
  .product-flex .common-item{
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .basecont, .partner-link {
    padding-left: 0;
    padding-right: 0;
}
}
/*荣誉证书*/
.about_honor_title{
  position: absolute;
  bottom:20%;
  width: 100%;
}
.about_honor_title p{
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  line-height: 2;
}
.about_honor_title span{
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}
.honor-flex{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-around;
}
.honor-flex .item{
  width: 280px;
  margin-top: 80px;
  transition: all 0.6s;
}
.honor-flex .item img{
  width: 100%;
}
.honor-flex .item p{
  margin-top: 18px;
  border-left: 3px solid #051e64;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #474443;
  line-height: 2;
}
.honor-flex .item p span{
  display: block;
  font-size: 16px;
  color: #757475;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.honor-flex .item:hover{
  margin-top: 20px;
}
@media (max-width: 450px) {
  .about_honor_title p{
    font-size: 32px;
  }
  .honor-flex .item{
    width: 100%;
  }
}
/*产品中心*/
.plan-flex{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: space-between;
}
.plan-flex .plan-item{
  width: calc(10% - 20px);
  margin-top: 20px;
  background: #ffffff;
  transition: all 0.5s;
  cursor: pointer;
}
.plan-flex .plan-item:hover{
  transform: translateY(-10px);
}
.plan-flex .plan-item .plan-number{
  background: #051e64;
  color: #ffffff ;
  padding: 2px 5px;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.plan-flex .plan-item .plan-title{
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.plan-flex .plan-item .plan-title:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #e86f00;
  margin-top: 15px;
  margin-bottom: 10px;
}
.plan-info{
  color: #757475;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
}
.plan-flex .plan-item .plan-desc{
  font-size: 12px;
  color: #757475;
  display: block;
  line-height: 2;
}
.plan-flex .plan-item .plan-no{
  padding: 2px 5px;
  border: 1px solid #000000d9;
  color: #000000d9;
  font-size: 12px;
  border-radius: 5px;
  font-weight: normal;
}
.plan-flex .plan-item p{
  color: #757475;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 750px) {
  .plan-flex .plan-item{
    width: calc(50% - 10px);
  }
}
/*合作伙伴*/
.partners-lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.partners-list-items{
    width: calc(25% - 16px);
    margin: 8px;
    text-align: center;
}
.partners-list {
  display: flex;
  flex-direction: row;
  animation-name: listCarousel;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: -moz-fit-content;
  width: fit-content;
}
.partners-list:nth-child(1) {
  animation-duration: 110s;
}
.partners-list:hover{animation-play-state:paused;transform:scale(1.2)}
.partners-list-item {
  width: 140px;
  /*cursor: pointer;*/
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1.75px solid #ffffff;
  box-shadow: 0 3px 10px rgba(23, 26, 29, .04);
  border-radius: 7.02px;
  margin: 16px;
  transition: transform .3s linear;
  transform: scale(1);
}
.partners-list-item:hover{transform:scale(1.1)}
.partners-list-item-logo {
  transition: opacity .3s ease-in-out;
  max-width: 100%;
}
.partners-list-item-desc{
  position: absolute;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  font-size: 14px;
  line-height: 22px;
  color: #ea5504
}
.partners-list-item:hover .partners-list-item-desc{opacity:1}
.partners-list-item:hover .partners-list-item-logo{opacity:0}
@keyframes listCarousel{0%{transform:translate(-50%)}to{transform:translate(0)}}
.index-partners{
    position: relative;
    overflow: hidden;
}
.index-partners::before {
    content: "";
    position: absolute;
    height: 100%;
    box-shadow: -30px 0px 53px inset #fff;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 10;
}
.index-partners::after {
    content: "";
    position: absolute;
    height: 100%;
    box-shadow: 30px 0px 53px inset #fff;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    z-index: 10;
}
@media (max-width: 991px) {
  .index-partners::before {
        width: 0px;
    }
    .index-partners::after {
        width: 0px;
    }
}

/* 右侧置顶*/
.rigalt .gotop {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background: #ffffff;
  position: fixed;
  bottom: 190px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 7px;
  font-size: 24px;
  color: #666666;
  display: none;
  z-index: 1001;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
}
.rigalt .gotop:hover {
  text-decoration: none!important;
}
/* End*/
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.ie-warning h1 {
  margin: 0 0 30px;
}
.ie-warning p {
  font-size: 16px;
}
.ie-warning .ie-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 60px 0;
}
.ie-warning .ie-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .ie-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
  margin: 0 auto;
}
.ie-warning .ie-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .ie-download > li > a:hover {
  background-color: #eee;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 2;
  color: #666;
  font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
}
.make-text img {
  max-width: 100%;
  
}
.make-text p,
.make-text span {
  line-height: 30px;
  font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .make-text p,
  .make-text span {
    font-size: 14px;
  }
}
/* End */
/* 面包屑*/
.bread {
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 1440px) {
  .bread {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .bread {
    padding: 30px 0;
  }
}
.bread .cont .gt {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .bread .cont .gt {
    justify-content: flex-start;
  }
}
.bread .cont .gt a {
  display: block;
  white-space: nowrap;
  /*overflow: hidden;*/
  line-height: 1.2;
  font-size: 16px;
  color: #666666;
  max-width: 30%;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .bread .cont .gt a {
    font-size: 14px;
  }
}
.bread .cont .gt .on:last-child {
  font-weight: bold;
}
.bread .cont .gt span {
  font-family: "宋体";
  font-size: 14px;
  display: block;
  margin: 0 8px;
}
@media (max-width: 991px) {
  .bread .cont .gt span {
    font-size: 12px;
  }
}
/* End */
/* 底部*/
.f_footer_list {
  border-top: 1px solid #dddddd;
  margin-top: 50px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .f_footer_list {
    margin-top: 30px;
    display: none;
  }
}
.f_footer_list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.f_footer_list .item:last-child {
  margin-bottom: 0;
}
.f_footer_list .item .tit {
  font-size: 14px;
  color: #333;
}
.f_footer_list .item .list {
  font-size: 12px;
  color: #666;
  max-width: 70px;
}
.f_footer_list .item a {
  display: block;
}
.f_footer_list .item a:hover {
  color: #ea5504;
}
/* End*/
.basecont,.partner-link {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.partner-link span{
  color: #757475;
}
.partner-link a{
  color: #757475;
  margin-right: 10px;
  font-size: 12px;
  line-height: 25px;
}
.partner-link a:hover{
  color: #ea5504;
}
@media (min-width: 768px) {
  .basecont,.partner-link {
    width: 83%;
    max-width: 1300px;
  }
}
@media (min-width: 768px) {
  .new-footerbox .basecont{
    width: 83%;
    max-width: 1520px;
  }
}
@media (min-width: 768px) {
    .baseconts{
        width: 83%;
        max-width: 1520px;
        margin-left: auto;
        margin-right: auto;
    }
}
.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img {
  overflow: hidden;
}
.img img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basetop {
  padding-top: 80px;
}
@media (max-width: 1366px) {
  .basetop {
    padding-top: 60px;
  }
}
/* 公共Class */
.bagcolor {
  background-color: #f5f5f5;
}
.base80 {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .base80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .base80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .base80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.base40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.base100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .base100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .base100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .base100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.base120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1440px) {
  .base120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .base120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .base120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .base120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.base140 {
  /*padding-top: 140px;*/
  padding-bottom: 140px;
}
@media (max-width: 1681px) {
  .base140 {
    /*padding-top: 120px;*/
    padding-bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .base140 {
    /*padding-top: 100px;*/
    padding-bottom: 100px;
  }
}
@media (max-width: 1366px) {
  .base140 {
    /*padding-top: 80px;*/
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .base140 {
    /*padding-top: 60px;*/
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .base140 {
    /*padding-top: 40px;*/
    padding-bottom: 40px;
  }
}
/* 分页 */
.basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.basepage a,
.basepage span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 16px;
  color: #999999;
  flex-shrink: 0;
  float: left;
  font-weight: bold;
  margin: 0 2px 10px;
}
.basepage .active span{
  background-color: #eff0f0;
  border-radius: 2500px;
}
@media (max-width: 767px) {
  .basepage a,
  .basepage span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.basepage .active {
  background-color: #ea5504;
  color: #fff;
}
.basepage .prev,
.basepage .next {
  width: 17px;
  height: 13px;
  opacity: 0.5;
}
.basepage .prev {
  background: url(../image/previmg1.png) no-repeat center;
  background-size: 100%;
  margin-right: 20px;
}
.basepage .next {
  background: url(../image/nextimg1.png) no-repeat center;
  background-size: 100%;
  margin-left: 20px;
}
/* 取消浮动 */
.clear:after {
  content: "";
  clear: both;
  display: block;
}
/* 公共字体大小 */
.basefont40 {
  font-size: 40px;
}
@media (max-width: 1440px) {
  .basefont40 {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .basefont40 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .basefont40 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .basefont40 {
    font-size: 24px;
  }
}
.basefont36 {
  font-size: 36px;
}
@media (max-width: 1440px) {
  .basefont36 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .basefont36 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .basefont36 {
    font-size: 22px;
  }
}
.basefont24 {
  font-size: 24px;
}
@media (max-width: 1440px) {
  .basefont24 {
    font-size: 20px;
  }
}
.basecroll {
  width: 1px!important;
  background-color: #cccccc;
}
.basecroll .swiper-scrollbar-drag {
  width: 2px;
  background-color: #ea5504;
  left: -2px;
}
/*地图搜索*/
.map-search{
  z-index: 9;
  position: fixed;
  left: 20px;
  top: 120px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
}

.map-search input {
  border: 0;
  margin: 0;
  width: 180px;
  float: left;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  padding: 10px 20px;
}
.map-search-button{
  padding: 10px 20px;
  background: #ea5504;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 450px) {
  .map-search{
    left: 0;
    top: 80px;
    width: 100%;
    box-shadow: 0;
  }
  .map-search input {
    width: 80%;
  }
  .map-search-button{
    width: 20%;
  }
}

/* 公共三角形 */
.baseSan {
  position: relative;
}
.baseSan:after,
.baseSan::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 22;
}
.baseSan:after {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid #ea5504;
}
.baseSan::before {
  right: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #ea5504;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* 公共label */
.baselabel {
  display: initial;
  padding-bottom: 5px;
  border-bottom: 2px solid #ea5504;
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.baselabel:hover {
  color: #ea5504;
  text-decoration: none!important;
}
.basemenubut {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 24px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 8px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 14px;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 公共的颜色 */
.basebag {
  background-color: #FAFAFA;
}
/* End */
/* 导航 */
.head-void {
  height: 60px;
  display: none;
}
@media (max-width: 991px) {
  .head-void {
    height: 60px;
  }
}
.headbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  height: 60px;
  background: #051e64;
}
@media (max-width: 991px) {
  .headbox {
    height: 60px;
  }
}
.headbox-section1 {
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .headbox-section1 .basecont {
    width: 83%;
    max-width: 1300px;
  }
}
.headbox-section1 .basecont {
  height: 100%;
  max-width: 1300px;
}
.headbox-section1 .cont {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headbox .cont .logo .img,.headbox-section1 .cont .logo .img {
  height: 22px;
}
@media (max-width: 991px) {
  .headbox-section1 .cont .logo .img {
    height: 22px;
  }
}
.headbox-section1 .cont .logo .img img {
  height: 100%;
}
.headbox-section1 .cont .logo .img img:nth-child(2) {
  display: none;
}
.headbox-section1 .cont .logo p {
  margin-top: 2px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 991px) {
  .headbox-section1 .cont .logo p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .headbox-section1 .cont .navbox {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    width: 80%;
  }
  .headbox-section1 .cont .navbox .item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 33px;
    /*border-top: 4px solid transparent;*/
  }
  .headbox-section1 .cont .navbox .item .tit {
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
  }
  .headbox-section1 .cont .navbox .item .tit i {
    display: none;
  }
  .headbox-section1 .cont .navbox .item .jut {
    display: none;
  }
  .headbox-section1 .cont .navbox .active {
    border-bottom: 3px solid #ea5504;
    font-weight: bold;
    background: linear-gradient(to top, #ffffff70, #ffffff12);
  }
  .headbox-section1 .cont .navbox .on {
    border-color: #ea5504;
    font-weight: bold;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .headbox-section1 .cont .navbox .item {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .headbox-section1 .cont .navbox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #fff;
    overflow: auto;
    display: none;
    padding: 20px 2.5% 0;
    padding: 20px calc(2.5% + 15px) 0;
  }
  .headbox-section1 .cont .navbox .item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #ddd;
  }
  .headbox-section1 .cont .navbox .item .tit {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headbox-section1 .cont .navbox .item .tit i {
    display: block;
    width: 12px;
  }
  .headbox-section1 .cont .navbox .item .tit i img {
    width: 100%;
  }
  .headbox-section1 .cont .navbox .item .jut {
    display: none;
    width: 100%;
    padding-top: 15px;
  }
  .headbox-section1 .cont .navbox .item .jut a {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .headbox-section1 .cont .navbox .on .tit {
    color: #ea5504;
  }
}
.headbox-section1 .cont .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.headbox-section1 .cont .gt .search {
  display: block;
  width: 18px;
  margin-right: 45px;
}
@media (max-width: 1440px) {
  .headbox-section1 .cont .gt .search {
    margin-right: 40px;
  }
}
@media (max-width: 1366px) {
  .headbox-section1 .cont .gt .search {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .headbox-section1 .cont .gt .search {
    margin-right: 20px;
  }
}
.headbox-section1 .cont .gt .search .img {
  width: 100%;
}
.headbox-section1 .cont .gt .search .img img {
  width: 100%;
}
.headbox-section1 .cont .gt .search .img img:nth-child(2) {
  display: none;
}
.headbox-section1 .cont .gt .search .searchbox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 50px 15px 30px;
}
@media (max-width: 1440px) {
  .headbox-section1 .cont .gt .search .searchbox {
    padding: 40px 15px 30px;
  }
}
@media (max-width: 991px) {
  .headbox-section1 .cont .gt .search .searchbox {
    padding: 20px 15px;
  }
}
.headbox-section1 .cont .gt .search .searchbox .form {
  width: 100%;
  max-width: 800px;
  padding-bottom: 30px;
  border-bottom: 2px solid #37383c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .headbox-section1 .cont .gt .search .searchbox .form {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .headbox-section1 .cont .gt .search .searchbox .form {
    padding-right: 12px;
  }
}
.headbox-section1 .cont .gt .search .searchbox .form input,
.headbox-section1 .cont .gt .search .searchbox .form button {
  font-size: 32px;
  color: #e1e1e1;
  border: none;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .headbox-section1 .cont .gt .search .searchbox .form input,
  .headbox-section1 .cont .gt .search .searchbox .form button {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .headbox-section1 .cont .gt .search .searchbox .form input,
  .headbox-section1 .cont .gt .search .searchbox .form button {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .headbox-section1 .cont .gt .search .searchbox .form input,
  .headbox-section1 .cont .gt .search .searchbox .form button {
    font-size: 20px;
  }
}
.headbox-section1 .cont .gt .search .searchbox .form input {
  width: 90%;
  width: calc(100% - 40px);
}
@media (max-width: 1440px) {
  .headbox-section1 .cont .gt .search .searchbox .form input {
    width: calc(100% - 36px);
  }
}
@media (max-width: 991px) {
  .headbox-section1 .cont .gt .search .searchbox .form input {
    width: calc(100% - 30px);
  }
}
.headbox-section1 .cont .gt .search .searchbox .form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e1e1e1;
}
.headbox-section1 .cont .gt .search .searchbox .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e1e1e1;
}
.headbox-section1 .cont .gt .search .searchbox .form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e1e1e1;
}
.headbox-section1 .cont .gt .search .searchbox .form button {
  width: 30px;
}
@media (max-width: 1440px) {
  .headbox-section1 .cont .gt .search .searchbox .form button {
    width: 26px;
  }
}
@media (max-width: 991px) {
  .headbox-section1 .cont .gt .search .searchbox .form button {
    width: 20px;
  }
}
.headbox-section1 .cont .gt .search .searchbox .form button img {
  width: 100%;
  float: left;
}
.headbox-section1 .cont .gt .lange .en {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.headbox-section1 .cont .gt .lange .en i {
  display: block;
  width: 9px;
  flex-shrink: 0;
  margin-left: 6px;
}
.headbox-section1 .cont .gt .lange .en i img {
  width: 100%;
}
.headbox-section1 .cont .gt .lange .en i img:nth-child(2) {
  display: none;
}
.headbox-section1 .cont .gt .but {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .headbox-section1 .cont .gt .but {
    display: none;
  }
}
@media (max-width: 767px) {
  .headbox-section1 .cont .gt .but {
    margin-left: 20px;
  }
}
.headbox-section2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.headbox-section1{
    z-index: 999;
}
.headbox-section2 .f_item {
  padding: 60px 0 20px;
  display: none;
  -webkit-animation: zoomIn .5s 1;
  animation: zoomIn .5s 1;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_item {
    padding: 50px 0 20px;
  }
}
@media (max-width: 1366px) {
  .headbox-section2 .f_item {
    padding: 30px 0 20px;
  }
}
@media (max-width: 1199px) {
  .headbox-section2 .f_item {
    padding: 20px 0 20px;
  }
}
.headbox-section2 .f_it {
  width: 100%;
  background-color: #efefef;
}
.headbox-section2 .f_it .cont {
  margin: 0 -90px;
  display: flex;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_it .cont {
    margin: 0 -60px;
  }
}
@media (max-width: 1366px) {
  .headbox-section2 .f_it .cont {
    margin: 0 -40px;
  }
}
.headbox-section2 .f_it .cont .f_list {
  padding: 0 90px;
  width: 33.333%;
  border-right: 1px solid #dddddd;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_it .cont .f_list {
    padding: 0 60px;
  }
}
@media (max-width: 1366px) {
  .headbox-section2 .f_it .cont .f_list {
    padding: 0 40px;
  }
}
.headbox-section2 .f_it .cont .f_list .f_jut {
  display: block;
  width: 100%;
  /*padding-bottom: 30px;*/
}
@media (max-width: 1440px) {
  .headbox-section2 .f_it .cont .f_list .f_jut {
    /*padding-bottom: 20px;*/
  }
}
.headbox-section2 .f_it .cont .f_list .f_jut .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 28px;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_it .cont .f_list .f_jut .tit {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1366px) {
  .headbox-section2 .f_it .cont .f_list .f_jut .tit {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.headbox-section2 .f_it .cont .f_list .f_jut .img {
  width: 100%;
  position: relative;
  padding-bottom: 52%;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_it .cont .f_list .f_jut .img {
    margin-bottom: 16px;
  }
}
.headbox-section2 .f_it .cont .f_list .f_jut .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.headbox-section2 .f_it .cont .f_list .f_jut .text {
  font-size: 16px;
  width: 100%;
  color: #868688;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 80px;
}
.headbox-section2 .f_it .cont .f_list:last-child {
  border-right: none;
}
.headbox-section2 .f_it .cont .f_list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.headbox-section2 .f_pact {
  background-color: #efefef;
}
.headbox-section2 .f_pact .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 28px;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_pact .tit {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1366px) {
  .headbox-section2 .f_pact .tit {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.headbox-section2 .f_pact .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.headbox-section2 .f_pact .cont .lt {
  width: 75%;
  max-width: 1200px;
  border-right: 1px solid #dddddd;
  padding-right: 100px;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_pact .cont .lt {
    padding-right: 70px;
  }
}
@media (max-width: 1366px) {
  .headbox-section2 .f_pact .cont .lt {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .headbox-section2 .f_pact .cont .lt {
    padding-right: 30px;
  }
}
.headbox-section2 .f_pact .cont .lt .f_jut {
  display: flex;
  margin: 0 -30px;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_pact .cont .lt .f_jut {
    margin: 0 -20px;
  }
}
@media (max-width: 1366px) {
  .headbox-section2 .f_pact .cont .lt .f_jut {
    margin: 0 -14px;
  }
}
@media (max-width: 1199px) {
  .headbox-section2 .f_pact .cont .lt .f_jut {
    margin: 0 -10px;
  }
}
.headbox-section2 .f_pact .cont .lt .f_jut .f_list {
  display: block;
  width: 25%;
  padding: 0 30px;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_pact .cont .lt .f_jut .f_list {
    padding: 0 20px;
  }
}
@media (max-width: 1366px) {
  .headbox-section2 .f_pact .cont .lt .f_jut .f_list {
    padding: 0 14px;
  }
}
@media (max-width: 1199px) {
  .headbox-section2 .f_pact .cont .lt .f_jut .f_list {
    padding: 0 10px;
  }
}
.headbox-section2 .f_pact .cont .lt .f_jut .f_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 118.1%;
  margin-bottom: 18px;
}
.headbox-section2 .f_pact .cont .lt .f_jut .f_list .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.headbox-section2 .f_pact .cont .lt .f_jut .f_list .f_tit {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_pact .cont .lt .f_jut .f_list .f_tit {
    font-size: 16px;
  }
}
.headbox-section2 .f_pact .cont .lt .f_jut .f_list .f_text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 14px;
  color: #999999;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_pact .cont .lt .f_jut .f_list .f_text {
    font-size: 12px;
  }
}
.headbox-section2 .f_pact .cont .gt {
  width: 25%;
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .headbox-section2 .f_pact .cont .gt {
    padding: 0 70px;
  }
}
@media (max-width: 1366px) {
  .headbox-section2 .f_pact .cont .gt {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .headbox-section2 .f_pact .cont .gt {
    padding: 0 30px;
  }
}
.headbox-section2 .f_pact .cont .gt .f_jut {
  width: 100%;
}
.headbox-section2 .f_pact .cont .gt .f_jut a {
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1;
  color: #999;
  justify-content: space-between;
}
.headbox-section2 .f_pact .cont .gt .f_jut a span {
  display: block;
  width: 80%;
  width: calc(100% - 20px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.headbox-section2 .f_pact .cont .gt .f_jut a i {
  display: none;
  width: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
.headbox-section2 .f_pact .cont .gt .f_jut a i img {
  width: 100%;
  float: left;
}
.headbox-section2 .f_pact .cont .gt .f_jut a:hover {
  color: #333;
}
.headbox-section2 .f_pact .cont .gt .f_jut a:hover i {
  display: block;
}
.headbox-section2 .active {
  display: block;
}
.headbox:hover .headbox-section1 {
  /*background-color: #fff;*/
}
.headbox:hover .headbox-section1 .basecont .cont .logo .img img:nth-child(1) {
  display: none;
}
.headbox:hover .headbox-section1 .basecont .cont .logo .img img:nth-child(2) {
  display: block;
}
.headbox:hover .headbox-section1 .basecont .cont .logo p {
  color: #999999;
}
.headbox:hover .headbox-section1 .basecont .cont .navbox .item .tit {
  color: #ffffff;
}
@media (max-width: 991px) {
  .headbox:hover .headbox-section1 .basecont .cont .navbox .item .tit {
    color: #333;
  }
}
.headbox:hover .headbox-section1 .basecont .cont .gt .search .img img:nth-child(1) {
  display: none;
}
.headbox:hover .headbox-section1 .basecont .cont .gt .search .img img:nth-child(2) {
  display: block;
}
.headbox:hover .headbox-section1 .basecont .cont .gt .lange .en {
  color: #ffffff;
}
.headbox:hover .headbox-section1 .basecont .cont .gt .lange .en i img:nth-child(1) {
  display: none;
}
.headbox:hover .headbox-section1 .basecont .cont .gt .lange .en i img:nth-child(2) {
  display: block;
}
.headbox:hover .headbox-section1 .basecont .cont .gt .but span {
  background-color: #ffffff;
}
.headbox2 .headbox-section1 {
  background-color: #051e64;
}
.headbox2 .headbox-section1 .basecont .cont .logo .img img:nth-child(1) {
  display: none;
}
.headbox2 .headbox-section1 .basecont .cont .logo .img img:nth-child(2) {
  display: block;
}
.headbox2 .headbox-section1 .basecont .cont .logo p {
  color: #999999;
}
.headbox2 .headbox-section1 .basecont .cont .navbox .item .tit {
  color: #ffffff;
  font-size: 14px;
}
.headbox2 .headbox-section1 .basecont .cont .gt .search .img img:nth-child(1) {
  display: none;
}
.headbox2 .headbox-section1 .basecont .cont .gt .search .img img:nth-child(2) {
  display: block;
}
.headbox2 .headbox-section1 .basecont .cont .gt .lange .en {
  color: #ffffff;
}
.headbox2 .headbox-section1 .basecont .cont .gt .lange .en i img:nth-child(1) {
  display: none;
}
.headbox2 .headbox-section1 .basecont .cont .gt .lange .en i img:nth-child(2) {
  display: block;
}
.headbox2 .headbox-section1 .basecont .cont .gt .but span {
  background-color: #ffffff;
}
/* End */
/* banner */
.bannerbox {
  margin-top: 60px;
  width: 100%;
  height: 90vh;
}
@media (max-width: 991px) {
  .bannerbox {
    margin-top: 60px;
  }
}
.bannerbox .swiper-slide {
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
.bannerbox .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  /*background: url(../image/wenli.png) center;*/
}
.bannerbox .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.bannerbox .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .swiper-slide .img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .img img:nth-child(1) {
    display: none;
  }
  .bannerbox .swiper-slide .img img:nth-child(2) {
    display: block;
  }
}
.bannerbox .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: none;
}
.bannerbox .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .swiper-slide .f_cont {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_cont {
    width: 100%;
  }
}
.bannerbox .swiper-slide .f_cont .font {
  width: 100%;
  color: #fff;
}
.bannerbox .swiper-slide .f_cont .font .tit {
  font-weight: bold;
  line-height: 1.2;
  /* font-family: SourceHanSansCN-Heavy; */
  margin-bottom: 20px;
  font-size: 40px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    margin-bottom: 14px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 26px;
  }
}
.bannerbox .swiper-slide .f_cont .font .tit span {
  /*padding-left: 90px;*/
  padding-top: 20px;
  font-size: 20px;
  display: flex;
}
.bannerbox .swiper-slide .f_cont .font .tit p::after{
  margin-top: 20px;
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_cont .font .tit {
    font-size: 26px;
  }
  .bannerbox .swiper-slide .f_cont .font .tit span {
    font-size: 16px;
  }
}
/*.bannerbox .swiper-slide .f_cont .font .tit span::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background-color: #ea5504;
  margin-right: 10px;
  -webkit-transform: skew(-24deg);
  transform: skew(-24deg);
  margin-top: 30px;
}*/
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .tit span {
    /*padding-left: 60px;*/
  }
  /*.bannerbox .swiper-slide .f_cont .font .tit span::before {
    width: 30px;
    margin-top: 26px;
    height: 8px;
  }*/
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .tit span {
    /*padding-left: 30px;*/
  }
  /*.bannerbox .swiper-slide .f_cont .font .tit span::before {
    width: 20px;
    height: 5px;
    margin-top: 20px;
  }*/
}
@media (max-width: 991px) {
  /*.bannerbox .swiper-slide .f_cont .font .tit span::before {
    margin-top: 16px;
  }*/
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_cont .font .tit span {
    /*padding-left: 20px;*/
  }
}
.bannerbox .swiper-slide .f_cont .font .text {
  font-size: 22px;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .text {
    margin-bottom: 46px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .text {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .text {
    margin-bottom: 26px;
    font-size: 18px;
  }
}
.bannerbox .swiper-slide .f_cont .font .but {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.bannerbox .swiper-slide .f_cont .font .but i {
  display: block;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .bannerbox .swiper-slide .f_cont .font .but i {
    width: 30px;
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .swiper-slide .f_cont .font .but i {
    width: 26px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .f_cont .font .but i {
    width: 22px;
    margin-right: 10px;
  }
}
.bannerbox .swiper-slide .f_cont .font .but i img {
  width: 100%;
}
.bannerbox .swiper-slide-active {
  opacity: 1!important;
  z-index: 2;
}
.bannerbox .banner_next {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 991px) {
  .bannerbox .banner_next {
    display: none;
  }
}
.bannerbox .banner_next i {
  display: block;
  height: 50px;
  width: 1px;
  background-color: #fff;
  opacity: 0.2;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .bannerbox .banner_next i {
    height: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .banner_next i {
    margin-top: 30px;
  }
}
.bannerbox .banner_page {
  position: absolute;
  z-index: 2;
}
@media (min-width: 992px) {
  .bannerbox .banner_page {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    text-align: right;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.bannerbox .banner_page div {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .bannerbox .banner_page div {
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .banner_page div {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page div {
    margin-bottom: 0;
    margin: 0 15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_page div {
    padding-bottom: 5px;
  }
}
.bannerbox .banner_page span {
  font-size: 12px;
  opacity: 0.5;
  position: relative;
  color: #fff;
  cursor: pointer;
  /*width: 100%;*/
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 2500px;
}
@media (max-width: 991px) {
  .bannerbox .banner_page span {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_page span {
    padding-bottom: 5px;
  }
}
.bannerbox .banner_page span:after {
/*  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;*/
}
.bannerbox .banner_page .on {
  /*padding-bottom: 17px;*/
}
@media (max-width: 1440px) {
  .bannerbox .banner_page .on {
    /*padding-bottom: 14px;*/
  }
}
@media (max-width: 1199px) {
  .bannerbox .banner_page .on {
    /*padding-bottom: 10px;*/
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page .on {
    /*padding-bottom: 0;*/
  }
}
.bannerbox .banner_page .on span {
  opacity: 1;
  background: #ea5504;
  /*padding-bottom: 17px;*/
}
@media (max-width: 1440px) {
  .bannerbox .banner_page .on span {
    /*padding-bottom: 14px;*/
  }
}
@media (max-width: 991px) {
  .bannerbox .banner_page .on span {
    /*padding-bottom: 10px;*/
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_page .on span {
    /*padding-bottom: 5px;*/
  }
}
.bannerbox .banner_page .on span:after {
  width: 100%;
}
.aboutbanner {
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .aboutbanner {
    height: calc(100vh - 80px);
  }
}
.aboutbanner .f_cont {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .aboutbanner .f_cont {
    width: 100%;
  }
}
.aboutbanner .f_cont .font {
  width: 100%;
}
.aboutbanner .f_cont .font .but {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 180px;
  height: 54px;
  background-color: #ea5504;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .aboutbanner .f_cont .font .but {
    width: 160px;
    height: 50px;
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .aboutbanner .f_cont .font .but {
    width: 120px;
    height: 40px;
    font-size: 18px;
  }
}
.aboutbanner .f_cont .font .tit {
  text-align: center;
  color: #fff;
  font-size: 54px;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .aboutbanner .f_cont .font .tit {
    font-size: 44px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1199px) {
  .aboutbanner .f_cont .font .tit {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .aboutbanner .f_cont .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .aboutbanner .f_cont .font .tit {
    font-size: 22px;
  }
}
.aboutbanner .f_cont .font .text {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1366px) {
  .aboutbanner .f_cont .font .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .aboutbanner .f_cont .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.aboutbanner .img {
  width: 100%;
  height: 100%;
}
.aboutbanner .img .new-head-title{
  margin: 0 auto;
  margin-top: -5%;
  z-index: 4;
  text-shadow: 1px 1px 2px #0000005e;
}
.aboutbanner .img .new-head-title p{
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}
.aboutbanner .img .new-head-title span{
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  color: #ffffff;
}
.aboutbanner .img .new-head-title p::after {
  margin-top: 10px;
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .aboutbanner .img .new-head-title {
    margin-top: -40%;
  }
  .aboutbanner .img .new-head-title p{
    font-size: 30px;
  }
  .aboutbanner .img .new-head-title span{
    font-size: 12px;
  }
}
.aboutbanner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutbanner .img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .aboutbanner .img img:nth-child(1) {
    display: none;
  }
  .aboutbanner .img img:nth-child(2) {
    display: block;
  }
}
.aboutbanner:after {
/*  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/neibagwang.png);*/
}
.productbanner {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  line-height: 200px;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .productbanner {
    /*height: 400px;*/
  }
}
.productbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productbanner img:nth-child(2){
	display: none;
}
.partner-link{

}
.productbanner .basecont {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}
@media (max-width: 767px) {
  .productbanner .basecont {
    width: 100%;
  }
	.productbanner img:nth-child(1){
		display: none;
	}
	.productbanner img:nth-child(2){
		display: block;
	}
}
.productbanner .basecont .font {
  width: 100%;
}
.productbanner .basecont .font .tit {
  font-weight: bold;
  line-height: 1.2;
  font-size: 48px;
  /*margin-top: -2em;*/
  color: #000000;
}
@media (max-width: 1440px) {
  .productbanner .basecont .font .tit {
    font-size: 40px;
  }
}
@media (max-width: 1366px) {
  .productbanner .basecont .font .tit {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .productbanner .basecont .font .tit {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .productbanner .basecont .font .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .productbanner .basecont .font .tit {
    font-size: 22px;
    margin-top: -1.5em;
  }
}
.productbanner .basecont .font .text {
  width: 100%;
  max-width: 800px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .productbanner .basecont .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.productbanner2 .basecont{
	top: 30%;
}
.productbanner2 .basecont .font{
	text-align: center;
}
.productbanner2 .basecont .font .tit{
	color: #ffffff;
}
.productbanner2 .basecont .font .text{
	color: #ffffff;
	margin: 0 auto;
	margin-top: 16px;
}
.newsbanner {
  background: #eff0f0;
  text-align: center;
}
.newsbanner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../image/wenli.png) center;*/
  /* opacity: 0.5; */
}
.newsbanner .en {
    font-size: 8em;
    color: rgb(255 255 255 / 20%);
    font-weight: bold;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .newsbanner .en {
    font-size: 3em;
  }
}
.servicebanner .f_cont {
  top: inherit;
  bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-top: none;
}
@media (max-width: 1440px) {
  .servicebanner .f_cont {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .servicebanner .f_cont {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .servicebanner .f_cont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.servicebanner .f_cont .font .tit {
  max-width: 420px;
}
.servicebanner .f_cont .font .text {
  max-width: 770px;
}
.servicebanner .f_cont .font .but {
  width: 200px;
}
@media (max-width: 1440px) {
  .servicebanner .f_cont .font .but {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .servicebanner .f_cont .font .but {
    width: 160px;
  }
}
.experimentbanner .basecont {
  z-index: 4;
}
.experimentbanner .basecont .font {
  text-align: center;
}
.experimentbanner .basecont .font .tit {
  
  font-weight: 200;
}
.experimentbanner .basecont .font .text {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .experimentbanner .basecont .font .text {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .experimentbanner .basecont .font .text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .experimentbanner .basecont .font .text {
    font-size: 22px;
  }
}
.experimentbanner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../image/wenli.png) center;
  opacity: 0.5;
}
.responsibilitybanner .basecont {
  top: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.responsibilitybanner .basecont .font .text {
  line-height: 1.2;
  font-size: 40px;
}
@media (max-width: 1440px) {
  .responsibilitybanner .basecont .font .text {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .responsibilitybanner .basecont .font .text {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .responsibilitybanner .basecont .font .text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .responsibilitybanner .basecont .font .text {
    font-size: 24px;
  }
}
/* End */
/* 底部 */
.footerbox-fixed {
  border-top: 5px solid #ea5504;
  width: 100%;
  padding: 70px 0;
  background: url(../image/fexbag.jpg) no-repeat center / cover;
}
@media (max-width: 1440px) {
  .footerbox-fixed {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .footerbox-fixed {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footerbox-fixed {
    padding: 30px 0;
  }
}
.footerbox-fixed .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footerbox-fixed .cont .tit {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .footerbox-fixed .cont .tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .footerbox-fixed .cont .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .footerbox-fixed .cont .tit {
    font-size: 22px;
  }
}
.footerbox-fixed .cont .tit span {
  color: #ea5504;
}
@media (max-width: 991px) {
  .footerbox-fixed .cont .tit {
    width: 100%;
    margin-bottom: 16px;
  }
}
.footerbox-fixed .cont .but {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .footerbox-fixed .cont .but {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footerbox-fixed .cont .but {
    font-size: 14px;
  }
}
.footerbox-fixed .cont .but span {
  padding-bottom: 10px;
  color:#ffffff;
  margin-top: 10px;
  display: block;
}
@media (max-width: 1440px) {
  .footerbox-fixed .cont .but span {
    padding-bottom: 5px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .footerbox-fixed .cont .but span {
    margin-top: 3px;
    padding-bottom: 3px;
  }
}
.footerbox-fixed .cont .but i {
  display: block;
  width: 40px;
  margin-left: 24px;
}
@media (max-width: 1440px) {
  .footerbox-fixed .cont .but i {
    width: 30px;
    margin-left: 18px;
  }
}
@media (max-width: 1199px) {
  .footerbox-fixed .cont .but i {
    width: 26px;
    margin-left: 16px;
  }
}
@media (max-width: 991px) {
  .footerbox-fixed .cont .but i {
    width: 22px;
    margin-left: 14px;
  }
}
.footerbox-fixed .cont .but i img {
  width: 100%;
}
.footerbox-fixed .cont .but:hover {
  color: #ea5504;
}
.footerbox-fixed .cont .but:hover span {
  border-color: #ea5504;
}
.footerbox {
  padding-top: 60px;
  background-color: #f5f5f7;
  border-top: 2px solid #b6b6b7;
}
.footerbox-section1 .basecont .cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #b7b6b640;
}
@media (max-width: 1440px) {
  .footerbox-section1 .basecont .cont {
    padding-bottom: 20px;
  }
}
.footerbox-section1 .basecont .cont .logo {
  display: block;
  width: 165px;
}
.footerbox-section1 .basecont .cont .address {
  font-weight: bold;
  font-size: 20px;
  color: #757475;
}
@media (max-width: 767px) {
  .footerbox-section1 .basecont .cont .address {
      width: 50%;
    font-size: 12px;
    }
}
@media (max-width: 1440px) {
  .footerbox-section1 .basecont .cont .logo {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section1 .basecont .cont .logo {
    width: 145px;
  }
}
.footerbox-section1 .basecont .cont .logo img {
  width: 100%;
}
.footerbox-section1 .basecont .cont .f_jut {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footerbox-section1 .basecont .cont .f_jut {
    display: none;
  }
}
.footerbox-section1 .basecont .cont .f_jut a {
  display: block;
  width: 36px;
  margin-right: 15px;
}
@media (max-width: 1440px) {
  .footerbox-section1 .basecont .cont .f_jut a {
    width: 32px;
    margin-right: 10px;
  }
}
.footerbox-section1 .basecont .cont .f_jut a:last-child {
  margin-right: 0;
}
.footerbox-section1 .basecont .cont .f_jut a img {
  width: 100%;
}
.footerbox-section2 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerbox-section2 .cont .lt {
  width: 60%;
  max-width: 990px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
	.footerbox-section2 .cont .lt{
		width: 66%;
	}
}
@media (max-width: 991px) {
  .footerbox-section2 .cont .lt {
    width: 100%;
    max-width: 100%;
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footerbox-section2 .cont .lt {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footerbox-section2 .cont .lt .list {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadadc;
    padding-bottom: 10px;
  }
  .footerbox-section2 .cont .lt .list:last-child {
    margin-bottom: 0;
  }
}
.footerbox-section2 .cont .lt .list .tit {
  font-size: 18px;
  color: #4d4d4d;
}

@media (max-width: 1440px) {
  .footerbox-section2 .cont .lt .list .tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footerbox-section2 .cont .lt .list .tit {
    display: flex;
    justify-content: space-between;
  }
}
.footerbox-section2 .cont .lt .list .tit i {
  display: none;
  width: 14px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.footerbox-section2 .cont .lt .list.on .tit i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 767px) {
  .footerbox-section2 .cont .lt .list .tit i {
    display: block;
  }
}
.footerbox-section2 .cont .lt .list .tit i img {
  width: 100%;
}
.footerbox-section2 .cont .lt .list .jut {
  padding-top: 26px;
}
@media (max-width: 1440px) {
  .footerbox-section2 .cont .lt .list .jut {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .footerbox-section2 .cont .lt .list .jut {
    padding-top: 16px;
    display: none;
  }
}
.footerbox-section2 .cont .lt .list .jut a {
  color: #555;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .footerbox-section2 .cont .lt .list .jut a {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.footerbox-section2 .cont .lt .list .jut a:last-child {
  margin-bottom: 0;
}
.footerbox-section2 .cont .lt .list .jut a:hover {
  color: #273778;
}
.footerbox-section2 .cont .gt {
  width: 26%;
  max-width: 400px;
  text-align: right;
}
.footerbox-section2 .cont .gt .address{
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .footerbox-section2 .cont .gt {
    text-align: left;
    width: 100%;
    order: 0;
  }
}
.footerbox-section2 .cont .gt span {
  font-size: 18px;
  color: #757475;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 991px) {
  .footerbox-section2 .cont .gt span {
    font-size: 14px;
  }
}
.footerbox-section2 .cont .gt .form {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 1199px) {
  .footerbox-section2 .cont .gt .form {
    margin-top: 20px;
  }
}
.footerbox-section2 .cont .gt .form input,
.footerbox-section2 .cont .gt .form button {
  height: 54px;
  padding: 18px 20px;
  border: none;
  background-color: none;
}
@media (max-width: 1440px) {
  .footerbox-section2 .cont .gt .form input,
  .footerbox-section2 .cont .gt .form button {
    padding: 16px 18px ;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section2 .cont .gt .form input,
  .footerbox-section2 .cont .gt .form button {
    height: 45px;
    padding: 14px 16px;
  }
}
.footerbox-section2 .cont .gt .form input {
  width: 80%;
  max-width: 320px;
  background-color: #414141;
  font-size: 14px;
  color: #555555;
}
.footerbox-section2 .cont .gt .form button {
  width: 20%;
  max-width: 80px;
  padding: 0;
  background-color: #ea5504;
}
.footerbox-section2 .cont .gt .form button img {
  width: 10px;
}
.footerbox-section3 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .footerbox-section3 {
    margin-top: 26px;
  }
}
.footerbox-section3 .cont {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 40px;
  border-top: 1px solid #b7b6b640;
  width: 100%;
  justify-content: space-between;
  color:#ffffff;
}
@media (max-width: 991px) {
  .footerbox-section3 .cont {
    padding: 20px 0 30px;
  }
}
@media (max-width: 991px) {
  .footerbox-section3 .cont .font {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
.footerbox-section3 .cont .font span,
.footerbox-section3 .cont .font a {
  font-size: 14px;
  color: #757475;
  line-height: 24px;
}
.footerbox-section3 .cont .font a:hover {
  color: #ea5504;
}
@media (max-width: 991px) {
  .footerbox-section3 .cont .gt {
    width: 100%;
    order: 0;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .footerbox-section3 .cont .gt {
    margin-bottom: 0;
  }
}
.footerbox-section3 .cont .gt a {
  font-size: 14px;
  color: #757475;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 1440px) {
  .footerbox-section3 .cont .gt a {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .footerbox-section3 .cont .gt a {
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .footerbox-section3 .cont .gt a {
    margin-bottom: 10px;
  }
}
.footerbox-section3 .cont .gt a:last-child {
  margin-right: 0;
}
.footerbox-section3 .cont .gt a:hover {
  color: #273778;
}
/* Endw */
/* 右侧固定 */
.fixedrigt {
  position: fixed;
  z-index: 777;
  display: none;
}
.fixedrigt .zhong {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixedrigt .zhong:after {
  content: "";
  clear: both;
  display: block;
}
.fixedrigt .item {
  background-color: #fff;
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .fixedrigt .item {
    padding: 0;
  }
}
.fixedrigt .item .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #555555;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.fixedrigt .item .tit i {
  display: block;
  height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .fixedrigt .item .tit i {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .fixedrigt .item .tit i {
    height: 20px;
    margin-bottom: 5px;
  }
}
.fixedrigt .item .tit i img {
  height: 100%;
}
.fixedrigt .tel,
.fixedrigt .er {
  background-color: #ea5504;
}
.fixedrigt .tel .tit,
.fixedrigt .er .tit {
  color: #fff;
}
.fixedrigt .tel {
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fixedrigt .tel .jut {
  width: 60%;
  width: calc(100% - 80px);
  text-align: center;
  height: auto;
  border-left: 1px solid #f1832a;
  font-size: 24px;
  font-weight: bold;
  
  display: none;
  color: #fff;
  line-height: 80px;
}
@media (max-width: 1440px) {
  .fixedrigt .tel .jut {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .fixedrigt .tel:hover {
    width: 312px;
  }
  .fixedrigt .tel:hover .jut {
    display: block;
  }
}
.fixedrigt .er {
  position: relative;
}
.fixedrigt .er .erimg {
  position: absolute;
  right: 110%;
  right: calc(100% + 12px);
  top: 0;
  width: 120px;
  background-color: #fff;
  padding: 6px;
  display: none;
}
@media (max-width: 991px) {
  .fixedrigt .er .erimg {
    right: inherit;
    left: 0;
    bottom: 110%;
    bottom: calc(100% + 12px);
    top: inherit;
  }
}
.fixedrigt .er .erimg img {
  width: 100%;
}
.fixedrigt .er .erimg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .fixedrigt .er .erimg:after {
    top: 26%;
    right: -7px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
  }
}
@media (max-width: 991px) {
  .fixedrigt .er .erimg:after {
    bottom: -7px;
    left: 50%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #fff;
  }
}
.fixedrigt .er:hover .erimg {
  display: block;
}
.fixedrigt .top {
  margin-top: 5px;
  background-color: #747474;
}
.fixedrigt .top .tit {
  color: #fff;
  font-family: "FuturaBoldBT";
}
.fixedrigt .top .tit i {
  display: block;
  height: 9px;
}
@media (min-width: 992px) {
  .fixedrigt {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .fixedrigt {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 777;
  }
  .fixedrigt .zhong {
    display: flex;
    flex-direction: row;
  }
  .fixedrigt .item {
    width: 25%;
  }
  .fixedrigt .item .tit {
    width: 100%;
    height: 60px;
  }
}
/* End */
/* 首页 */
@keyframes spinright {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinleft {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End */
@keyframes spinner-circle-clipper {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes spinner-circle {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.home-section1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: calc(100vw/192);
}
.home-section1 .wf_font {
  font-size: 39em;
  font-family: "FuturaBoldBT";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #f5f5f5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-section1 .wf_font:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/wenzijan.png) no-repeat;
  background-position: bottom;
  background-size: cover;
  opacity: 0.6;
}
.home-section1 .basecont {
  position: relative;
  z-index: 2;
}
.home-section1 .home1-cont {
  width: 100%;
}
.home-section1 .home1-cont .item {
  width: 100%;
  position: relative;
  font-size: calc(100/192);
}
.home-section1 .home1-cont .item .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 100.2%;
  width: 100%;
}
.home-section1 .home1-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.home-section1 .home1-cont .item .font {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 22em;
  height: 22em;
  border-radius: 50%;
  background-color: rgba(232, 111, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .home-section1 .home1-cont .item .font {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .home-section1 .home1-cont .item .font {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    height: 120px;
  }
}
.home-section1 .home1-cont .item .font .tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
	padding: 0 30px;
}
@media (max-width: 1440px) {
  .home-section1 .home1-cont .item .font .tit {
    font-size: 18px;
		padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .home-section1 .home1-cont .item .font .tit {
    font-size: 16px;
		padding: 0 10px;
  }
}
.home-section1 .home1-cont .item .font i {
  display: block;
  width: 40px;
  margin-top: 12px;
}
@media (max-width: 1440px) {
  .home-section1 .home1-cont .item .font i {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .home-section1 .home1-cont .item .font i {
    margin-top: 8px;
  }
}
.home-section1 .home1-cont .item .font i img {
  width: 100%;
}
.home-section1 .home1-cont .item:hover .font {
  opacity: 1;
}
@media (min-width: 1200px) {
  .home-section1 .home1-cont .item:hover .font {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
  }
}
.home-section1 .f_tit {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .home-section1 .f_tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .home-section1 .f_tit {
    margin-bottom: 30px;
  }
}
.home-section1 .f_tit .tit {
  font-weight: bold;
  line-height: 1.3;
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .home-section1 .f_tit .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .home-section1 .f_tit .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .home-section1 .f_tit .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-section1 .f_tit .tit {
    font-size: 24px;
  }
}
.home-section1 .f_tit .text {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 60px;
}
.home-section1 .f_tit .text span {
  color: #ea5504;
}
@media (max-width: 1440px) {
  .home-section1 .f_tit .text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section1 .f_tit .text {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.home-section2 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.home-section2 .item {
  width: 50%;
  background-color: #fafafa;
  position: relative;
  font-size: calc(100vw / 192);
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-section2 .item {
    width: 100%;
  }
}
.home-section2 .item .font {
  padding: 80px 50px;
}
@media (min-width: 1921px) {
  .home-section2 .item .font {
    padding: 80px 3%;
  }
}
@media (max-width: 1440px) {
  .home-section2 .item .font {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .home-section2 .item .font {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .home-section2 .item .font {
    padding: 50px 20px;
  }
}
.home-section2 .item .font .lab {
  font-size: 24px;
  opacity: 0.4;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .home-section2 .item .font .lab {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .item .font .lab {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.home-section2 .item .font .tit {
  color: #e86f00;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 190px;
}
@media (max-width: 1440px) {
  .home-section2 .item .font .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .home-section2 .item .font .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .item .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-section2 .item .font .tit {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .home-section2 .item .font .tit {
    margin-bottom: 160px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .item .font .tit {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .home-section2 .item .font .tit {
    margin-bottom: 60px;
  }
}
.home-section2 .item .font .but {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.home-section2 .item .font .but i {
  display: block;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .home-section2 .item .font .but i {
    width: 30px;
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .item .font .but i {
    width: 26px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .home-section2 .item .font .but i {
    width: 22px;
    margin-right: 10px;
  }
}
.home-section2 .item .font .but i img {
  width: 100%;
}
.home-section2 .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
@media (max-width: 1199px) {
  .home-section2 .item .img {
    opacity: 0;
  }
}
.home-section2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-section2 .item .f_pre {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 2;
  /*width: 20em;*/
  height: 20em;
  border-radius: 50%;
  /*background-color: rgba(232, 111, 0, 0.95);*/
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1199px) {
  .home-section2 .item .f_pre {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    height: 120px;
    display: none;
  }
}
.home-section2 .item .f_pre .tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 1440px) {
  .home-section2 .item .f_pre .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .item .f_pre .tit {
    font-size: 16px;
  }
}
.home-section2 .item .f_pre i {
  display: block;
  width: 40px;
  margin-top: 12px;
}
@media (max-width: 1440px) {
  .home-section2 .item .f_pre i {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .home-section2 .item .f_pre i {
    margin-top: 8px;
  }
}
.home-section2 .item .f_pre i img {
  width: 100%;
}
@media (min-width: 768px) {
  .home-section2 .item:nth-child(3n),
  .home-section2 .item:nth-child(3n-1) {
    background-color: #efefef;
  }
  .home-section2 .item:nth-child(3n) .img,
  .home-section2 .item:nth-child(3n-1) .img {
    background-color: #efefef;
  }
}
@media (max-width: 767px) {
  .home-section2 .item:nth-child(2n) {
    background-color: #efefef;
  }
}
.home-section2 .item:hover .f_pre {
  opacity: 1;
}
@media (min-width: 1200px) {
  .home-section2 .item:hover .img {
    opacity: 1;
  }
}
.home-section3 .basecont {
  position: relative;
}
.home-section3 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-section3 .cont .lt {
  padding: 60px 40px 60px;
  width: 42%;
}
@media (max-width: 1199px) {
  .home-section3 .cont .lt {
    padding: 40px 30px 70px;
  }
}
@media (max-width: 991px) {
  .home-section3 .cont .lt {
    padding: 34px 0;
    width: 100%;
  }
}
.home-section3 .cont .lt .lab {
  font-size: 24px;
  color: #cecece;
  
  line-height: 1;
  display: block;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .home-section3 .cont .lt .lab {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .cont .lt .lab {
    margin-bottom: 20px;
  }
}
.home-section3 .cont .lt .tit {
  font-size: 44px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1681px) {
  .home-section3 .cont .lt .tit {
    font-size: 34px;
  }
}
@media (max-width: 1440px) {
  .home-section3 .cont .lt .tit {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .cont .lt .tit {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .home-section3 .cont .lt .tit {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-section3 .cont .lt .tit {
    font-size: 24px;
  }
}
.home-section3 .cont .lt .tit span {
  color: #999999;
}
.home-section3 .cont .lt .text {
  font-size: 16px;
  color: #777777;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .home-section3 .cont .lt .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.home-section3 .cont .gt {
  width: 58%;
}
@media (max-width: 991px) {
  .home-section3 .cont .gt {
    width: 100%;
  }
}
.home-section3 .cont .gt .home3-cont {
  width: 100%;
}
.home-section3 .cont .gt .home3-cont .swiper-slide {
  background-color: #fff;
}
.home-section3 .cont .gt .home3-cont .img {
  width: 100%;
  position: relative;
}
.home-section3 .cont .gt .home3-cont .img img {
  width: 100%;
}
.home-section3 .cont .gt .home3-cont .img .child_img {
  position: absolute;
  z-index: 2;
}
.home-section3 .cont .gt .home3-cont .img .child_img1 {
  width: 22%;
  top: 36%;
  left: 74%;
}
.home-section3 .cont .gt .home3-cont .img .child_img2 {
  width: 14%;
  top: 62%;
  left: 40%;
}
.home-section3 .pag {
  margin: 0;
  position: relative;
  display: flex;
  position: absolute;
  bottom: 100px;
  left: 0;
  padding: 0px 40px;
  width: 42%;
}
@media (max-width: 1681px) {
  .home-section3 .pag {
    bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .home-section3 .pag {
    bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .home-section3 .pag {
    padding: 0 30px;
    /* display: none; */
		position: relative;
		width: 100%;
		bottom: 0;
  }
}
@media (max-width: 991px) {
  .home-section3 .pag {
    padding: 34px 0;
    width: 100%;
    /* display: none; */
  }
}
@media (max-width: 767px) {
  .home-section3 .pag {
   justify-content: center;
  }
}
.home-section3 .pag span {
  background-color: transparent;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 44px;
  height: 44px;
  border: 2px solid #efefef;
  border-radius: 50%;
  margin-right: 50px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .home-section3 .pag span {
    font-size: 14px;
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
}
.home-section3 .pag span:last-child {
  margin-right: 0;
}
.home-section3 .pag span .left,
.home-section3 .pag span .right {
  opacity: 0;
  width: 22px;
  height: 44px;
  position: absolute;
  left: -1px;
  top: -3px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .home-section3 .pag span .left,
  .home-section3 .pag span .right {
    width: 16px;
    height: 32px;
    left: -2px;
    top: -2px;
  }
}
.home-section3 .pag span .left:after,
.home-section3 .pag span .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 22px;
  height: 44px;
  border: 2px solid #ea5504;
  border-radius: 22px 0 0 22px;
  border-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .home-section3 .pag span .left:after,
  .home-section3 .pag span .right:after {
    border-width: 2px;
    width: 16px;
    height: 32px;
    border-radius: 16px 0 0 16px;
  }
}
.home-section3 .pag span i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
}
.home-section3 .pag span .right {
  left: auto;
  right: -3px;
}
@media (max-width: 1199px) {
  .home-section3 .pag span .right {
    right: -2px;
  }
}
.home-section3 .pag span .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 22px 22px 0;
  border: 2px solid #ea5504;
  border-left: 0;
}
@media (max-width: 1199px) {
  .home-section3 .pag span .right:after {
    border-width: 2px;
    border-radius: 0 16px 16px 0;
  }
}
.home-section3 .pag span p {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  font-size: 12px;
  color: #555555;
  width: 44px;
}
.home-section3 .pag .on {
  color: #ea5504;
}
.home-section3 .pag .on .left {
  opacity: 1;
}
.home-section3 .pag .on .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: spinleft;
}
.home-section3 .pag .on .right {
  opacity: 1;
}
.home-section3 .pag .on .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: spinright;
}
.home-section3 .pag .on i {
  background-color: #ea5504;
}
.home-section4 {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .home-section4 {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .home-section4 {
    height: 400px;
  }
}
.home-section4 .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.home-section4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section4 .video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.home-section4 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/wenli.png) center;
  opacity: 0.8;
  z-index: 3;
}
.home-section4 .basecont {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .home-section4 .basecont {
    width: 100%;
  }
	.home-section3 .pag span p{
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
}
.home-section4 .basecont .font {
  text-align: center;
  color: #fff;
}
.home-section4 .basecont .font .lab {
  font-size: 24px;
  line-height: 1;
  
  margin-bottom: 26px;
  display: block;
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .lab {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .lab {
    margin-bottom: 20px;
  }
}
.home-section4 .basecont .font .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .home-section4 .basecont .font .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .home-section4 .basecont .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-section4 .basecont .font .tit {
    font-size: 24px;
  }
}
.home-section4 .basecont .font .text {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .home-section4 .basecont .font .text {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.home-section4 .basecont .font .but {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  width: 140px;
  margin: 0 auto;
  
}
.home-section4 .basecont .font .but i {
  display: block;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .home-section4 .basecont .font .but i {
    width: 30px;
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .home-section4 .basecont .font .but i {
    width: 26px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .home-section4 .basecont .font .but i {
    width: 22px;
    margin-right: 10px;
  }
}
.home-section4 .basecont .font .but i img {
  width: 100%;
}
.home-section5 .f_tit {
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .home-section5 .f_tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .home-section5 .f_tit {
    margin-bottom: 30px;
  }
}
.home-section5 .f_tit span {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .home-section5 .f_tit span {
    font-size: 22px;
  }
}
.home-section5 .f_tit .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
  color: #cecece;
}
.home-section5 .f_tit .tit::after{
  margin-top: 15px;
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background-color: #e86f00;
}
@media (max-width: 1440px) {
  .home-section5 .f_tit .tit {
    font-size: 18px;
    margin-top: 12px;
  }
}
@media (max-width: 1199px) {
  .home-section5 .f_tit .tit {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .home-section5 .f_tit .tit {
    margin-top: 10px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-section5 .f_tit .tit {
    font-size: 18px;
  }
  .abput-uphos-logo{
      display:none;
  }
}
.home-section5 .ho5-cont {
  width: 100%;
}
.home-section5 .section-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.home-section5 .section-title .section-message{
  width: 66.6666%;
  background: #fafafa;
}
.home-section5 .section-title .section-message p{
  padding: 20px;
  font-size: 12px;
}
.home-section5 .section-title .section-message p span{
  color: #283778;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 16px;
  border-right: 2px solid #283778;
  font-weight: bold;
}
.home-section5 .ho5-cont .item {
  width: 100%;
}
.home-section5 .ho5-cont .item .img {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 64%;
  overflow: hidden;
}
.home-section5 .ho5-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section5 .ho5-cont .item .font {
  width: 100%;
  position: relative;
  background: #fafafa;
}
.home-section5 .ho5-cont .item .font .jut {
  width: 100%;
  padding: 40px 20px 0;
  position: relative;
  z-index: 2;
  /*border-top: 5px solid #0e2874;*/
}
.home-section5 .ho5-cont .item .info{
  width: 100%;
  padding: 80px 20px 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: #757475;
  text-align: right;
  line-height: 2;
}
.home-section5 .ho5-cont .item .info span{
  font-size: 12px;
  font-weight: normal;
  color: #757475;
}
.home-section5 .ho5-cont .item .info .send-msg{
    display: block;
  margin-top: 80px;
}
.home-section5 .ho5-cont .item .info .send-msg span {
  background: #273677;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  /*padding: 8px 20px;*/
  height: 50px;
  width: 180px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  border-radius: 2500px;
}
@media (max-width: 1440px) {
  .home-section5 .ho5-cont .item .font .jut {
    padding: 30px 20px 0;
  }
  .home-section5 .ho5-cont .item .info{
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .home-section5 .ho5-cont .item .font .jut {
    padding: 26px 20px 0;
  }
}
@media (max-width: 991px) {
  .home-section5 .ho5-cont .item .font .jut {
    padding: 22px 20px 0;
  }
}
@media (max-width: 767px) {
  .home-section5 .ho5-cont .item .font .jut {
    padding: 20px 20px 0;
  }
}
.home-section5 .ho5-cont .item .font .hang {
  display: block;
    width: 100%;
    font-size: 16px;
    color: #273677;
    margin-bottom: 14px;
    line-height: 1;
    font-weight: bold;
}
.home-section5 .ho5-cont .item .font .tit {
  font-size: 16px;
  display: block;
  line-height: 32px;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  /*height: 98px;*/
  margin-bottom: 20px;
}
.home-section5 .ho5-cont .item .font .desc{
  font-size: 12px;
  color: #999999;
  line-height: 2;
}
@media (max-width: 1440px) {
  .home-section5 .ho5-cont .item .font .tit {
    font-size: 20px;
    line-height: 30px;
    /*height: 92px;*/
    margin-bottom: 20px;
  }
}
.home-section5 .ho5-cont .item .font:after,
.home-section5 .ho5-cont .item .font .data {
  width: 100%;
  content: "";
  display: block;
  padding: 0px 20px 0;
  height: 80px;
}
@media (max-width: 1440px) {
  .home-section5 .ho5-cont .item .font:after,
  .home-section5 .ho5-cont .item .font .data {
    padding: 0px 20px 0;
    height: 70px;
  }
}
@media (max-width: 1366px) {
  .home-section5 .ho5-cont .item .font:after,
  .home-section5 .ho5-cont .item .font .data {
    padding: 0px 20px 0;
  }
}
@media (max-width: 1199px) {
  .home-section5 .ho5-cont .item .font:after,
  .home-section5 .ho5-cont .item .font .data {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .home-section5 .ho5-cont .item .font:after,
  .home-section5 .ho5-cont .item .font .data {
    padding: 0px 20px 0;
  }
}
@media (max-width: 767px) {
  .home-section5 .ho5-cont .item .font:after,
  .home-section5 .ho5-cont .item .font .data {
    padding: 0px 20px 0;
  }
}
.home-section5 .ho5-cont .item .font:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fafafa;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section5 .ho5-cont .item .font .data {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.home-section5 .ho5-cont .item .font .data .more{
  color: #283778;
}
.home-section5 .ho5-cont .item:hover .font .data .more{
  color: #e86f00;
}
.home-section5 .ho5-cont .item .font .data i {
  display: block;
  width: 40px;
}
@media (max-width: 1440px) {
  .home-section5 .ho5-cont .item .font .data i {
    width: 36px;
  }
}
@media (max-width: 1199px) {
  .home-section5 .ho5-cont .item .font .data i {
    width: 30px;
  }
}
.home-section5 .ho5-cont .item .font .data i img {
  width: 100%;
}
.home-section5 .ho5-cont .item .font .data i img:nth-child(2) {
  display: none;
}
.home-section5 .ho5-cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.home-section5 .ho5-cont .item:hover .font:after {
  height: 100%;
}
.home-section5 .ho5-cont .item:hover .font .data i img:nth-child(1) {
  display: none;
}
.home-section5 .ho5-cont .item:hover .font .data i img:nth-child(2) {
  display: block;
}
.home-section5 .ho5-cont .item:hover .font .jut{
    /*border-top: 5px solid #ea5504;*/
}
.home-section5 .ho5-cont .item:hover .font .tit{
    color: #ea5504;
}
/* End */
/* 关于我们 */
.aboutbox-section1 .f_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 991px) {
  .aboutbox-section1 .f_item {
    margin-bottom: 40px;
  }
}
.aboutbox-section1 .f_item .lt,
.aboutbox-section1 .f_item .gt {
  width: 50%;
}
@media (max-width: 991px) {
  .aboutbox-section1 .f_item .lt,
  .aboutbox-section1 .f_item .gt {
    width: 100%;
  }
}
.aboutbox-section1 .f_item .lt {
  width: 100%;
}
@media (min-width: 992px) {
  .aboutbox-section1 .f_item .lt {
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .f_item .lt {
    order: 1;
  }
}
.aboutbox-section1 .f_item .lt .font {
  width: 50%;
  padding-right: 180px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .f_item .lt .font {
    padding-right: 120px;
  }
}
@media (max-width: 1366px) {
  .aboutbox-section1 .f_item .lt .font {
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .f_item .lt .font {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .f_item .lt .font {
    padding-right: 0;
    width: 100%;
  }
}
.aboutbox-section1 .f_item .lt .font .case {
  font-size: 22px;
  color: #999999;
  display: block;
  line-height: 1;
  margin-bottom: 26px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .f_item .lt .font .case {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .f_item .lt .font .case {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.aboutbox-section1 .f_item .lt .font .tit {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .f_item .lt .font .tit {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .f_item .lt .font .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.aboutbox-section1 .f_item .lt .font .tit span {
  color: #999999;
}
@media (max-width: 991px) {
  .aboutbox-section1 .f_item .lt .font .tit {
    font-size: 20px;
  }
}
.aboutbox-section1 .f_item .lt .font .but {
  display: flex;
  align-items: center;
  color: #ea5504;
  font-size: 14px;
}
.aboutbox-section1 .f_item .lt .font .but i {
  display: block;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .f_item .lt .font .but i {
    width: 30px;
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .f_item .lt .font .but i {
    width: 26px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .f_item .lt .font .but i {
    width: 22px;
    margin-right: 10px;
  }
}
.aboutbox-section1 .f_item .lt .font .but i img {
  width: 100%;
}
@media (max-width: 991px) {
  .aboutbox-section1 .f_item .gt {
    order: 0;
    margin-bottom: 20px;
  }
}
.aboutbox-section1 .f_item .gt img {
  width: 100%;
}
.aboutbox-section1 .f_item:nth-child(2n) {
  flex-direction: row;
}
.aboutbox-section1 .f_item:nth-child(2n) .basecont {
  display: flex;
  flex-direction: row-reverse;
}
.aboutbox-section1 .f_item:nth-child(2n) .lt .font {
  padding-left: 180px;
  padding-right: 0;
}
@media (max-width: 1440px) {
  .aboutbox-section1 .f_item:nth-child(2n) .lt .font {
    padding-left: 120px;
  }
}
@media (max-width: 1366px) {
  .aboutbox-section1 .f_item:nth-child(2n) .lt .font {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .aboutbox-section1 .f_item:nth-child(2n) .lt .font {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .aboutbox-section1 .f_item:nth-child(2n) .lt .font {
    padding-left: 0;
    width: 100%;
  }
}
/* End */
/* 产品中心 */
.productbox-section1 {
  padding-top: 0;
}
.productbox-section1 .cont {
  margin: 0 -45px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont {
    margin: 0 -30px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  .productbox-section1 .cont {
    margin: 0;
  }
}
.productbox-section1 .cont .nav,
.productbox-section1 .cont .gt {
  padding: 0 45px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav,
  .productbox-section1 .cont .gt {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .nav,
  .productbox-section1 .cont .gt {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .productbox-section1 .cont .nav,
  .productbox-section1 .cont .gt {
    padding: 0;
  }
}
.productbox-section1 .cont .nav {
  width: 22%;
}
@media (max-width: 991px) {
  .productbox-section1 .cont .nav {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .productbox-section1 .cont .nav {
    position: sticky;
    top: 110px;
  }
}
.productbox-section1 .cont .nav .min {
  width: 100%;
}
.productbox-section1 .cont .nav .min .zhu {
  display: none;
}
@media (max-width: 991px) {
  .productbox-section1 .cont .nav .min .zhu {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .productbox-section1 .cont .nav .min .zhu .tit {
    width: 100%;
    padding: 20px 16px;
    border-bottom: 2px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
  }
  .productbox-section1 .cont .nav .min .zhu .tit i {
    display: block;
    width: 10px;
  }
  .productbox-section1 .cont .nav .min .zhu .tit i img {
    width: 100%;
  }
  .productbox-section1 .cont .nav .min .zhu .tit i img:nth-child(2) {
    display: none;
  }
}
.productbox-section1 .cont .nav .min .zhu.on1 .tit {
  color: #ea5504;
}
.productbox-section1 .cont .nav .min .zhu.on1 .tit i img:nth-child(1) {
  display: none;
}
.productbox-section1 .cont .nav .min .zhu.on1 .tit i img:nth-child(2) {
  display: block;
}
.productbox-section1 .cont .nav .min .zhong {
  width: 100%;
}
@media (max-width: 991px) {
  .productbox-section1 .cont .nav .min .zhong {
    display: none;
  }
}
.productbox-section1 .cont .nav .min .zhong .item {
  width: 100%;
  border-bottom: 2px solid #f1f1f1;
  padding: 35px 30px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item {
    padding: 26px 24px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .nav .min .zhong .item {
    padding: 20px 16px;
  }
}
.productbox-section1 .cont .nav .min .zhong .item:last-child {
  border-bottom: none;
}
.productbox-section1 .cont .nav .min .zhong .item:first-child {
  padding-top: 0;
}
.productbox-section1 .cont .nav .min .zhong .item .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item .tit {
    font-size: 16px;
  }
}
.productbox-section1 .cont .nav .min .zhong .item .tit span {
  display: block;
  width: 80%;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productbox-section1 .cont .nav .min .zhong .item .tit i {
  display: block;
  width: 10px;
  overflow: hidden;
}
.productbox-section1 .cont .nav .min .zhong .item .tit i img {
  float: left;
  width: 100%;
}
.productbox-section1 .cont .nav .min .zhong .item .tit i img:nth-child(2) {
  display: none;
}
.productbox-section1 .cont .nav .min .zhong .item .jut {
  width: 100%;
  padding-top: 21px;
  display: none;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item .jut {
    padding-top: 16px;
  }
}
.productbox-section1 .cont .nav .min .zhong .item .jut li {
  display: block;
  width: 100%;
  padding: 21px 0;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item .jut li {
    padding: 16px 0;
  }
}
.productbox-section1 .cont .nav .min .zhong .item .jut li .f_tit {
  font-size: 14px;
  color: #333333;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .nav .min .zhong .item .jut li .f_tit {
    font-size: 14px;
    padding-left: 15px;
  }
}
.productbox-section1 .cont .nav .min .zhong .item .jut .active .f_tit {
  /*color: #ea5504;*/
}
.productbox-section1 .cont .nav .min .zhong .on .tit {
  color: #ea5504;
}
.productbox-section1 .cont .nav .min .zhong .on .tit i img:nth-child(1) {
  display: none;
}
.productbox-section1 .cont .nav .min .zhong .on .tit i img:nth-child(2) {
  display: block;
}
.productbox-section1 .cont .gt {
  width: 100%;
}
@media (max-width: 991px) {
  .productbox-section1 .cont .gt {
    width: 100%;
  }
}
.productbox-section1 .cont .gt .f_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont {
    margin: 0 -14px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .gt .f_cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .productbox-section1 .cont .gt .f_cont {
    margin: 0 -5px;
  }
}
@media (max-width: 500px) {
  .productbox-section1 .cont .gt .f_cont {
    margin: 0;
  }
}
.productbox-section1 .cont .gt .f_cont .item {
  width: 25%;
  padding: 0 18px;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont .item {
    padding: 0 14px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .gt .f_cont .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .productbox-section1 .cont .gt .f_cont .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .productbox-section1 .cont .gt .f_cont .item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .productbox-section1 .cont .gt .f_cont .item {
    padding: 0;
    width: 100%;
  }
}
.productbox-section1 .cont .gt .f_cont .item .list {
  display: block;
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.productbox-section1 .cont .gt .f_cont .item .list .new-pro{
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
.productbox-section1 .cont .gt .f_cont .item .list .new-pro img{
    width: 35px;
}
.productbox-section1 .cont .gt .f_cont .item .list .img {
  width: 100%;
  /*position: relative;
  padding-bottom: 114%;*/
  overflow: hidden;
}
.productbox-section1 .cont .gt .f_cont .item .list .img img {
  width: 100%;
  height: 163px;
  object-fit: cover;
  /*object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;*/
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.productbox-section1 .cont .gt .f_cont .item .list .font {
  padding: 30px 16px;
  /*display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #ececec;*/
  font-size: 24px;
  font-weight: bold;
}
.nav-container-bg{
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-container {
  background-color: #ffffff;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 50px;
  border-radius: 2500px;
  justify-content: space-around;
  font-size: 14px;
}
.nav-container a {
  text-decoration: none;
  color: #333;
  padding: 10px 30px;
  margin-right: 10px;
  border-radius: 2500px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.nav-container a.active {
  background-color: #273778;
  color: white;
  font-weight: bold;
}

.nav-container a:hover {
  background-color: #e0e0e0;
}
.nav-container span {
  text-decoration: none;
  color: #333;
  padding: 10px 30px;
  margin-right: 10px;
  border-radius: 2500px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.nav-container span.active {
  background-color: #273778;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.nav-container span:hover {
  background-color: #e0e0e0;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font {
    font-size: 16px;
  }
}
.productbox-section1 .cont .gt .f_cont .item .list .font p{
  line-height: 2;
  text-align: center;
  color: #5f5d5d;
}
.productbox-section1 .cont .gt .f_cont .item .list .font span {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-align: center;
  color: #5f5d5d;
  white-space: nowrap;
}
.product-new-more{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-icon img{
  width: 100%;
}
.product-group p:first-child{
  padding-top: 20px;
}
.product-group p{
  font-size: 12px;
  line-height: 2;
  font-weight: normal;
}
.product-new-more span{
  width: calc(50% - 10px)!important;
  border-radius: 2500px;
  padding: 5px 5px;
  background: #273778;
  font-size: .8rem;
  font-weight: normal;!important;
  color: #ffffff!important;
}
.product-new-more span:last-child{
  background: none;
  color: #273778!important;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font span {
    /*width: calc(100% - 30px);*/
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font span {
    /*width: calc(100% - 26px);*/
  }
}
.productbox-section1 .cont .gt .f_cont .item .list .font i {
  width: 40px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font i {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .productbox-section1 .cont .gt .f_cont .item .list .font i {
    width: 26px;
  }
}
.productbox-section1 .cont .gt .f_cont .item .list .font i img {
  float: left;
  width: 100%;
}
.productbox-section1 .cont .gt .f_cont .item .list .font i img:nth-child(2) {
  display: none;
}
.productbox-section1 .cont .gt .f_cont .item .list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.productbox-section1 .cont .gt .f_cont .item .list:hover .font i img:nth-child(1) {
  display: none;
}
.productbox-section1 .cont .gt .f_cont .item .list:hover .font i img:nth-child(2) {
  display: block;
}
/* End */
/* 产品详情 */
.bread_info {
  background-color: #f6f6f6;
  padding: 33px 0;
}
@media (max-width: 1199px) {
  .bread_info {
    padding: 22px 0;
  }
}
.bread_info .cont .gt {
  justify-content: flex-start;
}
.bread_info .cont .gt .img {
  display: block;
  flex-shrink: 0;
  width: 14px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .bread_info .cont .gt .img {
    width: 12px;
  }
}
.bread_info .cont .gt .img img {
  width: 100%;
  float: left;
}
.product_info-section1 {
  background-color: #f6f6f6;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .product_info-section1 {
    padding: 40px 0;
  }
}
.product_info-section1 .cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_info-section1 .cont .lt {
  width: 40%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}
.product_info-section1 .cont .lt .xi {
  display: block;
  margin-top: 40px;
  color: #ea5504;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .lt .xi {
    margin-top: 30px;
    font-size: 16px;
  }
}
.product_info-section1 .cont .lt .tit {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 14px;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .lt .tit {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .lt .tit {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .tit {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .lt .tit {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .product_info-section1 .cont .lt .tit {
    font-size: 24px;
  }
}
.product_info-section1 .cont .lt .text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #333333;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .lt .text {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .lt .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont .lt .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product_info-section1 .cont .lt .text {
    margin-bottom: 20px;
  }
}

.product_info-section1 .cont .lt .product_info-price {
  font-size: 22px;
  font-weight: bold;
  color: #ea5504;
  margin-bottom: 20px;
}
.product_info-section1 .cont .lt .product_info-price span{
  font-size: 32px;
}

.product_info-section1 .cont .lt .but {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 60px;
  background-color: #ea5504;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .lt .but {
    width: 180px;
    height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .lt .but {
    margin-bottom: 20px;
    font-size: 14px;
    width: 160px;
    height: 40px;
  }
}
.product_info-section1 .cont .lt .f_but {
  width: 100%;
}
.product_info-section1 .cont .lt .f_but .but1 {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .lt .f_but .but1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .product_info-section1 .cont .lt .f_but .but1 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.product_info-section1 .cont .lt .f_but .but1 i {
  display: block;
  width: 25px;
  margin-right: 15px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .lt .f_but .but1 i {
    width: 20px;
    margin-right: 12px;
  }
}
.product_info-section1 .cont .lt .f_but .but1 i img {
  width: 100%;
}
.product_info-section1 .cont .gt {
  width: 56%;
  max-width: 830px;
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt {
    padding-right: 100px;
  }
}
@media (max-width: 1366px) {
  .product_info-section1 .cont .gt {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .product_info-section1 .cont .gt {
    width: 100%;
    max-width: 100%;
    order: 0;
    margin-bottom: 30px;
  }
}
.product_info-section1 .cont .gt .productinfo1-cont {
  width: 100%;
}
.product_info-section1 .cont .gt .productinfo1-cont .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.product_info-section1 .cont .gt .productinfo1-cont .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product_info-section1 .cont .gt .productinfo1-cont .productinfo1-pag {
  bottom: 60px;
}
@media (max-width: 1440px) {
  .product_info-section1 .cont .gt .productinfo1-cont .productinfo1-pag {
    bottom: 40px;
  }
}
@media (max-width: 500px) {
  .product_info-section1 .cont .gt .productinfo1-cont .productinfo1-pag {
    bottom: 20px;
  }
}
.product_info-section1 .cont .gt .productinfo1-cont .productinfo1-pag span {
  width: 12px;
  height: 12px;
  outline: none;
  background-color: #c4c4c5;
  margin: 0 10px;
  opacity: 1;
}
.product_info-section1 .cont .gt .productinfo1-cont .productinfo1-pag .swiper-pagination-bullet-active {
  background-color: #ea5504;
}
.product_info-section2 {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .product_info-section2 {
    padding: 40px 0;
  }
}
.product_info-section2 .cont {
  margin: 0 -126px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1681px) {
  .product_info-section2 .cont {
    margin: 0 -60px;
  }
}
@media (max-width: 1440px) {
  .product_info-section2 .cont {
    margin: 0 -30px;
  }
}
@media (max-width: 1366px) {
  .product_info-section2 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .product_info-section2 .cont {
    padding: 0;
  }
}
.product_info-section2 .cont .lt,
.product_info-section2 .cont .gt {
  padding: 0 126px;
}
@media (max-width: 1681px) {
  .product_info-section2 .cont .lt,
  .product_info-section2 .cont .gt {
    padding: 0 60px;
  }
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt,
  .product_info-section2 .cont .gt {
    padding: 0 30px;
  }
}
@media (max-width: 1366px) {
  .product_info-section2 .cont .lt,
  .product_info-section2 .cont .gt {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt,
  .product_info-section2 .cont .gt {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt,
  .product_info-section2 .cont .gt {
    padding: 0;
  }
}
.product_info-section2 .cont .lt {
  width: 100%;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt {
    width: 100%;
  }
}
.product_info-section2 .cont .lt .par_tit {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt .par_tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .product_info-section2 .cont .lt .par_tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt .par_tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt .par_tit {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt .par_tit {
    margin-bottom: 16px;
  }
}
.product_info-section2 .cont .lt .item {
  width: 100%;
  padding-bottom: 38px;
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt .item {
    margin-bottom: 50px;
    padding-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt .item {
    margin-bottom: 40px;
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt .item {
    margin-bottom: 30px;
  }
}
.product_info-section2 .cont .lt .item .make-text strong {
  font-weight: bold;
  color: #333;
}
.product_info-section2 .cont .lt .gui {
  padding-bottom: 0;
  border-bottom: none;
}
.product_info-section2 .cont .lt .gui .par_tit {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt .gui .par_tit {
    margin-bottom: 20px;
  }
}
.product_info-section2 .cont .lt .lin {
  border-bottom: none;
  padding-bottom: 0;
}
.product_info-section2 .cont .lt .lin .par_tit {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt .lin .par_tit {
    margin-bottom: 20px;
  }
}
.product_info-section2 .cont .lt .lin .jut {
  width: 100%;
}
.product_info-section2 .cont .lt .lin .jut .f_item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  background-color: #f8f8f8;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt .lin .jut .f_item {
    margin-bottom: 20px;
  }
}
.product_info-section2 .cont .lt .lin .jut .f_item:last-child {
  margin-bottom: 0;
}
.product_info-section2 .cont .lt .lin .jut .f_item i {
  display: block;
  width: 100%;
  max-width: 200px;
  position: relative;
  padding-bottom: 13%;
}
@media (max-width: 1681px) {
  .product_info-section2 .cont .lt .lin .jut .f_item i {
    padding-bottom: 20%;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt .lin .jut .f_item i {
    max-width: 140px;
  }
}
@media (max-width: 500px) {
  .product_info-section2 .cont .lt .lin .jut .f_item i {
    max-width: 100%;
    padding-bottom: 56%;
  }
}
.product_info-section2 .cont .lt .lin .jut .f_item i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product_info-section2 .cont .lt .lin .jut .f_item .font {
  width: calc(100% - 200px);
  padding: 30px;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .lt .lin .jut .f_item .font {
    padding: 24px 26px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .lt .lin .jut .f_item .font {
    width: calc(100% - 140px);
  }
}
@media (max-width: 500px) {
  .product_info-section2 .cont .lt .lin .jut .f_item .font {
    width: 100%;
  }
}
.product_info-section2 .cont .lt .lin .jut .f_item .font .f_tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .lt .lin .jut .f_item .font .f_tit {
    font-size: 20px;
  }
}
.product_info-section2 .cont .lt .lin .jut .f_item .font .text {
  font-size: 16px;
  color: #777777;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .lt .lin .jut .f_item .font .text {
    font-size: 14px;
    line-height: 18px;
    height: 38px;
  }
}
.product_info-section2 .cont .gt {
  width: 36%;
}
@media (max-width: 991px) {
  .product_info-section2 .cont .gt {
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .product_info-section2 .cont .gt {
    position: sticky;
    top: 110px;
  }
}
.product_info-section2 .cont .gt .nav1 {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .gt .nav1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product_info-section2 .cont .gt .nav1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product_info-section2 .cont .gt .nav1 {
    display: none;
  }
}
.product_info-section2 .cont .gt .nav1 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  line-height: 1;
  font-size: 18px;
  border-right: 2px solid transparent;
  margin-bottom: 12px;
}
.product_info-section2 .cont .gt .nav1 .item:last-child {
  border-bottom: none;
}
.product_info-section2 .cont .gt .nav1 .on {
  border-color: #ea5504;
  color: #ea5504;
  font-weight: bold;
  background-color: #f8f8f8;
}
.product_info-section2 .cont .gt .f_cont {
  width: 100%;
  background-color: #f8f8f8;
}
.product_info-section2 .cont .gt .f_cont .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product_info-section2 .cont .gt .f_cont .img img {
  width: 100%;
}
.product_info-section2 .cont .gt .f_cont .font {
  padding: 32px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .gt .f_cont .font {
    padding: 32px;
  }
}
.product_info-section2 .cont .gt .f_cont .font .f_tit {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .gt .f_cont .font .f_tit {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .gt .f_cont .font .f_tit {
    margin-bottom: 20px;
  }
}
.product_info-section2 .cont .gt .f_cont .font .masg {
  display: block;
  width: 100%;
}
.product_info-section2 .cont .gt .f_cont .font .masg .item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.product_info-section2 .cont .gt .f_cont .font .masg .item i {
  display: block;
  width: 16px;
  margin-right: 10px;
}
.product_info-section2 .cont .gt .f_cont .font .masg .item i img {
  width: 100%;
}
.product_info-section2 .cont .gt .f_cont .font .masg .item span {
  font-size: 16px;
  color: #333333;
}
.product_info-section2 .cont .gt .f_cont .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background-color: #ea5504;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  height: 60px;
}
@media (max-width: 1440px) {
  .product_info-section2 .cont .gt .f_cont .font .but {
    margin-bottom: 26px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .product_info-section2 .cont .gt .f_cont .font .but {
    height: 40px;
    font-size: 14px;
  }
}
.product_info-section3 .tit {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 55px;
}
@media (max-width: 1440px) {
  .product_info-section3 .tit {
    font-size: 36px;
    margin-bottom: 45px;
  }
}
@media (max-width: 1366px) {
  .product_info-section3 .tit {
    margin-bottom: 40px;
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .product_info-section3 .tit {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .product_info-section3 .tit {
    font-size: 24px;
  }
}
.product_info-section3 .produ_info-cont .item {
  width: 100%;
}
.product_info-section3 .produ_info-cont .item .list {
  display: block;
  width: 100%;
  /*background-color: #f6f6f6;*/
}
.product_info-section3 .produ_info-cont .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 114%;
  overflow: hidden;
}
.product_info-section3 .produ_info-cont .item .list .img img {
  width: 75%;
  height: 75%;
  border-radius: 5px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product_info-section3 .produ_info-cont .item .list .font {
  padding: 0 16px 30px;
  /*display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #ececec;*/
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.new-product-class{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.new-product-class .item{
  width: 25%;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .new-product-class .item{
    width: 100%;
  }
}
.new-product-class .item p{
  font-size: 12px;
  color: #999999;
  line-height: 2;
  padding-bottom: 5px;
}
.new-product-class .item a{
  font-size: 16px;
  line-height: 2;
  display: block;
}
@media (max-width: 1440px) {
  .product_info-section3 .produ_info-cont .item .list .font {
    font-size: 16px;
  }
}
.product_info-section3 .produ_info-cont .item .list .font p{
  line-height: 2;
  font-weight: bold;
  font-size: 22px;
}
.product_info-section3 .produ_info-cont .item .list .font span {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .product_info-section3 .produ_info-cont .item .list .font span {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1199px) {
  .product_info-section3 .produ_info-cont .item .list .font span {
    width: calc(100% - 26px);
  }
}
.product_info-section3 .produ_info-cont .item .list .font i {
  width: 40px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product_info-section3 .produ_info-cont .item .list .font i {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .product_info-section3 .produ_info-cont .item .list .font i {
    width: 26px;
  }
}
.product_info-section3 .produ_info-cont .item .list .font i img {
  float: left;
  width: 100%;
}
.product_info-section3 .produ_info-cont .item .list .font i img:nth-child(2) {
  display: none;
}
.product_info-section3 .produ_info-cont .item .list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.product_info-section3 .produ_info-cont .item .list:hover .font i img:nth-child(1) {
  display: none;
}
.product_info-section3 .produ_info-cont .item .list:hover .font i img:nth-child(2) {
  display: block;
}
/* End */
/* 新闻中心 */
.newsbread {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.newsbread .cont {
  display: flex;
  justify-content: center;
}
.newsbread .cont .gt {
  width: 40%;
}
.newsbread .cont .nav1 .f_jut {
  display: flex;
  width: 100%;
}
.newsbread .cont .nav1 .f_jut a {
  font-size: 16px;
  color: #333333;
  display: block;
  margin-right: 100px;
}
@media (max-width: 1681px) {
  .newsbread .cont .nav1 .f_jut a {
    margin-right: 70px;
  }
}
@media (max-width: 1440px) {
  .newsbread .cont .nav1 .f_jut a {
    margin-right: 60px;
  }
}
@media (max-width: 1199px) {
  .newsbread .cont .nav1 .f_jut a {
    margin-right: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .newsbread .cont .nav1 .f_jut a {
    margin-right: 0;
  }
}
.newsbread .cont .nav1 .f_jut a:last-child {
  margin-right: 0;
}
.newsbread .cont .nav1 .f_jut .on {
  /*color: #ea5504;
  font-weight: bold;*/
}
.newsbread .cont .nav1 .f_jut .on:after{
  margin-top: 10px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ea5504;
}
@media (max-width: 991px) {
  .newsbread .cont .nav1 .f_jut {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 222;
    display: none;
  }
  .newsbread .cont .nav1 .f_jut a {
    display: block;
    padding: 20px calc(8.5% + 15px);
  }
}
@media (max-width: 767px) {
  .newsbread .cont .nav1 .f_jut a {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsbread .cont .nav1 .but {
  display: none;
}
@media (max-width: 991px) {
  .newsbread .cont .nav1 .but {
    display: block;
  }
  .newsbread .cont .nav1 .but span {
    background-color: #666;
  }
}
.newsbox-section1 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .newsbox-section1 {
    padding-top: 40px;
  }
}
.newsbox-section1 .cont {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 500px) {
  .newsbox-section1 .cont {
    margin: 0;
  }
}
.newsbox-section1 .cont .list {
  width: 25%;
  padding: 0 30px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .list {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .list {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .list {
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .list {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .newsbox-section1 .cont .list {
    padding: 0;
    width: 100%;
  }
}
.newsbox-section1 .cont .list .item {
  display: block;
  width: 100%;
  cursor: pointer;
}
.newsbox-section1 .cont .list .item .img {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 56%;
  overflow: hidden;
}
.newsbox-section1 .cont .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox-section1 .cont .list .item .font {
  width: 100%;
  position: relative;
  /*border-top: 5px solid #0e2874;*/
  background: #fafafa;
}
.newsbox-section1 .cont .list .item .font .jut {
  width: 100%;
  padding: 20px 20px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .list .item .font .jut {
    padding: 30px 20px 0;
  }
}
@media (max-width: 1366px) {
  .newsbox-section1 .cont .list .item .font .jut {
    padding: 26px 20px 0;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .list .item .font .jut {
    padding: 22px 20px 0;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .list .item .font .jut {
    padding: 20px 20px 0;
  }
}
.newsbox-section1 .cont .list .item .font .hang {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #999999;
  margin-bottom: 14px;
  line-height: 1;
}
.newsbox-section1 .cont .list .item .font .tit {
  font-size: 20px;
  display: block;
  line-height: 32px;
  color: #222222;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 70px;
}
.newsbox-section1 .cont .list .item .font .tit p{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsbox-section1 .cont .list .item .font .tit span{
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  padding-top: 5px;
}
.item .font .info{
  display: flex;
  font-size: 12px;
  color: #999999;
}
.item .font .info span{
    margin-right: 5px;
    vertical-align: middle;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}
.item .font .info img{
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  vertical-align:middle
}
.new-project-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.new-project-title span:first-child{
  font-size: 21px;
  font-weight: bold;
  color: #5f5f5f;
}
.new-project-title a{
  font-size: 16px;
  font-weight: bold;
  color: #273677;
}
.model-text{
    padding: 20px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.model-text span{
    display: block;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}
.city-text{
  text-align: center;padding: 20px 0;font-size: 16px;
}
.project-line:after{
  content: "";
  display: block;
  width: 300px;
  height: 2px;
  background-color: #dbdbdb;
  margin: 10px auto 50px;
}
.newsbox-section1 .cont .width20{
  width: 20%;
  margin-bottom: 20px;
}
.newsbox-section1 .cont .width25{
    width: 25%;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .newsbox-section1 .cont .list .item .font .tit {
    font-size: 20px;
    line-height: 30px;
    height: 70px;
  }
}
.newsbox-section1 .cont .list .item .font:after,
.newsbox-section1 .cont .list .item .font .data {
  width: 100%;
  content: "";
  display: block;
  padding: 0px 20px 0;
  height: 40px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .list .item .font:after,
  .newsbox-section1 .cont .list .item .font .data {
    padding: 0px 20px 0;
    height: 40px;
  }
}
@media (max-width: 1366px) {
  .newsbox-section1 .cont .list .item .font:after,
  .newsbox-section1 .cont .list .item .font .data {
    padding: 0px 20px 0;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .list .item .font:after,
  .newsbox-section1 .cont .list .item .font .data {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .newsbox-section1 .cont .list .item .font:after,
  .newsbox-section1 .cont .list .item .font .data {
    padding: 0px 20px 0;
  }
}
@media (max-width: 767px) {
  .newsbox-section1 .cont .list .item .font:after,
  .newsbox-section1 .cont .list .item .font .data {
    padding: 0px 20px 0;
  }
  .newsbox-section1 .cont .width20,.newsbox-section1 .cont .width25{
    width: 100%!important;
  }
}
.newsbox-section1 .cont .list .item .font:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fafafa;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox-section1 .cont .list .item .font .data {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.newsbox-section1 .cont .list .item .font .data i {
  display: block;
  width: 30px;
}
@media (max-width: 1440px) {
  .newsbox-section1 .cont .list .item .font .data i {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .newsbox-section1 .cont .list .item .font .data i {
    width: 30px;
  }
}
.newsbox-section1 .cont .list .item .font .data i img {
  width: 100%;
}
.newsbox-section1 .cont .list .item .font .data i img:nth-child(2) {
  display: none;
}
.newsbox-section1 .cont .list .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.newsbox-section1 .cont .list .item:hover .font:after {
  height: 100%;
}
.newsbox-section1 .cont .list .item:hover .font .data i img:nth-child(1) {
  display: none;
}
.newsbox-section1 .cont .list .item:hover .font .data i img:nth-child(2) {
  display: block;
}
.newsbox-section1 .cont .list .item:hover .font{
    /*border-top: 5px solid #ea5504;*/
}
.newsbox-section1 .cont .list .item:hover .font .tit{
    color: #283778;
}
.newsbox-section1 .basepage {
  margin-top: 10px;
}
/* End */
/* 新闻详情 */
.news_info-section1 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .news_info-section1 {
    padding-top: 40px!important;
  }
}
.news_info-section1 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .news_info-section1 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 .cont {
    margin: 0;
  }
}
.news_info-section1 .cont .lt,
.news_info-section1 .cont .gt {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .lt,
  .news_info-section1 .cont .gt {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .lt,
  .news_info-section1 .cont .gt {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 .cont .lt,
  .news_info-section1 .cont .gt {
    padding: 0;
  }
}
.news_info-section1 .cont .lt {
  width: 71%;
}
@media (max-width: 991px) {
  .news_info-section1 .cont .lt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news_info-section1 .cont .lt .tit {
  font-size: 20px;
  line-height: 1.4;
  /*font-weight: bold;*/
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .lt .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1366px) {
  .news_info-section1 .cont .lt .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .lt .tit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news_info-section1 .cont .lt .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news_info-section1 .cont .lt .tit {
    font-size: 20px;
  }
  .news_info-section1 .cont .lt .data{
      display: block!important;
  }
  .social-share{
      text-align: left!important;
      margin-top: 20px;
  }
}
.news_info-section1 .cont .lt .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .lt .data {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .news_info-section1 .cont .lt .data {
    padding-bottom: 26px;
  }
}
.news_info-section1 .cont .lt .data .f_d {
  font-size: 14px;
  color: #999999;
}
.news_info-section1 .cont .lt .data .f_d span {
  color: #ea5504;
}
.news_info-section1 .cont .lt .data .f_fen {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
    .news_info-section1 .cont .lt .data .f_d {
      width: 100%;
    }
  .news_info-section1 .cont .lt .data .f_fen {
    display: none;
  }
}
.news_info-section1 .cont .lt .data .f_fen .bshare-custom {
  display: flex;
  flex-wrap: wrap;
}
.news_info-section1 .cont .lt .data .f_fen a {
  display: block;
  margin: 0 7px;
}
.news_info-section1 .cont .lt .data .f_fen .bshare-weixin {
  background: url(../image/fenimg1.png) no-repeat center;
  background-size: contain;
}
.news_info-section1 .cont .lt .data .f_fen .bshare-sinaminiblog {
  background: url(../image/fenimg2.png) no-repeat center;
  background-size: contain;
}
.news_info-section1 .cont .lt .data .f_fen .bshare-qqim {
  background: url(../image/fenimg3.png) no-repeat center;
  background-size: contain;
}
.news_info-section1 .cont .lt .make-text {
  padding-top: 40px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .lt .make-text {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.news_info-section1 .cont .lt .pag {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .news_info-section1 .cont .lt .pag {
    flex-wrap: wrap;
  }
}
.news_info-section1 .cont .lt .pag .centent {
  flex-shrink: 0;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .news_info-section1 .cont .lt .pag .centent {
    width: 100%;
    margin: 24px 0;
  }
}
.news_info-section1 .cont .lt .pag .centent i {
  display: block;
  width: 12px;
  overflow: hidden;
  margin-left: 10px;
}
.news_info-section1 .cont .lt .pag .centent i img {
  float: left;
  width: 100%;
}
.news_info-section1 .cont .lt .pag .prev,
.news_info-section1 .cont .lt .pag .next {
  /* flex: 1 0 auto; */
  max-width: 40%;
}
@media (max-width: 991px) {
  .news_info-section1 .cont .lt .pag .prev,
  .news_info-section1 .cont .lt .pag .next {
    width: 100%;
    max-width: 100%;
  }
}
.news_info-section1 .cont .lt .pag .prev span,
.news_info-section1 .cont .lt .pag .next span,
.news_info-section1 .cont .lt .pag .prev a,
.news_info-section1 .cont .lt .pag .next a {
  font-size: 14px;
  color: #777777;
}
.news_info-section1 .cont .gt {
  width: 29%;
}
@media (max-width: 991px) {
  .news_info-section1 .cont .gt {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .news_info-section1 .cont .gt {
    position: sticky;
    top: 21px;
  }
}
@media (max-width: 1681px) {
  .news_info-section1 .cont .gt {
    top: 60px;
  }
}
.news_info-section1 .cont .gt .f_jut .tit {
  font-size: 18px;
  color: #999999;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 91px;
}
@media (max-width: 1681px) {
  .news_info-section1 .cont .gt .f_jut .tit {
    padding-bottom: 20px;
    margin-top: 50px;
  }
}
.news_info-section1 .cont .gt .f_jut .item {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .gt .f_jut .item {
    padding: 24px 0;
  }
}
.news_info-section1 .cont .gt .f_jut .item .img {
  display: block;
  width: 120px;
  height: 72px;
}
.news_info-section1 .cont .gt .f_jut .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_info-section1 .cont .gt .f_jut .item .font {
  width: calc(100% - 150px);
}
@media (max-width: 1440px) {
  .news_info-section1 .cont .gt .f_jut .item .font {
    width: calc(100% - 140px);
  }
}
.news_info-section1 .cont .gt .f_jut .item .font span {
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
.news_info-section1 .cont .gt .f_jut .item .font .f_tit {
  font-size: 14px;
    color: #555555;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
}
/* End */
/* 人才招聘 */
.recruitbox-section1 {
  width: 100%;
}
.recruitbox-section1 .f_tit {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .recruitbox-section1 .f_tit {
    margin-bottom: 40px;
  }
}
.recruitbox-section1 .f_tit .tit {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.recruitbox-section1 .f_tit .text {
  font-size: 18px;
  color: #555555;
  width: 100%;
  max-width: 956px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .recruitbox-section1 .f_tit .text {
    font-size: 16px;
  }
}
.recruitbox-section1 .cont {
  width: 100%;
}
.recruitbox-section1 .cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .recruitbox-section1 .cont .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .recruitbox-section1 .cont .item {
    margin-bottom: 20px;
  }
}
.recruitbox-section1 .cont .item:last-child {
  margin-bottom: 0;
}
.recruitbox-section1 .cont .item .img,
.recruitbox-section1 .cont .item .font {
  width: 50%;
}
@media (max-width: 991px) {
  .recruitbox-section1 .cont .item .img,
  .recruitbox-section1 .cont .item .font {
    width: 100%;
  }
}
.recruitbox-section1 .cont .item .img {
  position: relative;
  padding-bottom: 23.4%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .recruitbox-section1 .cont .item .img {
    padding-bottom: 60.4%;
  }
}
@media (max-width: 500px) {
  .recruitbox-section1 .cont .item .img {
    padding-bottom: 72%;
  }
}
.recruitbox-section1 .cont .item .img img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.recruitbox-section1 .cont .item .font {
  padding: 20px 100px;
}
@media (max-width: 1440px) {
  .recruitbox-section1 .cont .item .font {
    padding: 20px 70px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section1 .cont .item .font {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .recruitbox-section1 .cont .item .font {
    padding: 30px 20px;
  }
}
@media (max-width: 500px) {
  .recruitbox-section1 .cont .item .font {
    padding: 26px 16px;
  }
}
.recruitbox-section1 .cont .item .font .tit {
  font-size: 36px;
  font-weight: bold ;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .recruitbox-section1 .cont .item .font .tit {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section1 .cont .item .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .recruitbox-section1 .cont .item .font .tit {
    font-size: 22px;
  }
}
.recruitbox-section1 .cont .item .font .text {
  font-size: 16px;
  color: #777777;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .recruitbox-section1 .cont .item .font .text {
    line-height: 24px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .recruitbox-section1 .cont .item:nth-child(2n) .img {
    order: 1;
  }
  .recruitbox-section1 .cont .item:nth-child(2n) .font {
    order: 0;
  }
}
.recruitbox-section1 .cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.recruitbox-section2 .tit {
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .recruitbox-section2 .tit {
    margin-bottom: 40px;
  }
}
.recruitbox-section2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1440px) {
  .recruitbox-section2 .cont {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section2 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .recruitbox-section2 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 500px) {
  .recruitbox-section2 .cont {
    margin: 0;
  }
}
.recruitbox-section2 .cont .item {
  padding: 0 20px;
  width: 50%;
}
@media (max-width: 1440px) {
  .recruitbox-section2 .cont .item {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section2 .cont .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .recruitbox-section2 .cont .item {
    padding: 0 5px;
  }
}
@media (max-width: 500px) {
  .recruitbox-section2 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .recruitbox-section2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.recruitbox-section2 .cont .item .list {
  display: block;
  width: 100%;
  position: relative;
}
.recruitbox-section2 .cont .item .list .img {
  position: relative;
  padding-bottom: 70.3%;
  width: 100%;
  overflow: hidden;
}
.recruitbox-section2 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.recruitbox-section2 .cont .item .list .font {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(232, 111, 0, 0.85);
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1440px) {
  .recruitbox-section2 .cont .item .list .font {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .recruitbox-section2 .cont .item .list .font {
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .recruitbox-section2 .cont .item .list .font {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .recruitbox-section2 .cont .item .list .font {
    font-size: 16px;
    height: 50px;
  }
}
.recruitbox-section2 .cont .item:nth-child(2) .list .font {
  background-color: rgba(225, 33, 55, 0.85);
}
.recruitbox-section2 .cont .item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* End */
/* 校园招聘 */
.campus-section1 {
  padding-top: 20px;
}
.campus-section1 .cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.campus-section1 .cont .img,
.campus-section1 .cont .font {
  width: 50%;
}
@media (max-width: 991px) {
  .campus-section1 .cont .img,
  .campus-section1 .cont .font {
    width: 100%;
  }
}
.campus-section1 .cont .img {
  position: relative;
  padding-bottom: 31%;
}
@media (max-width: 991px) {
  .campus-section1 .cont .img {
    padding-bottom: 54%;
  }
}
@media (max-width: 767px) {
  .campus-section1 .cont .img {
    padding-bottom: 54%;
  }
}
.campus-section1 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.campus-section1 .cont .font {
  padding: 40px 100px;
  padding-right: 0;
}
@media (max-width: 1440px) {
  .campus-section1 .cont .font {
    padding: 30px 70px;
  }
}
@media (max-width: 1199px) {
  .campus-section1 .cont .font {
    padding: 30px 50px;
  }
}
@media (max-width: 991px) {
  .campus-section1 .cont .font {
    padding: 30px 20px;
  }
}
@media (max-width: 500px) {
  .campus-section1 .cont .font {
    padding: 26px 16px;
  }
}
.campus-section1 .cont .font .tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .campus-section1 .cont .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .campus-section1 .cont .font .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .campus-section1 .cont .font .tit {
    font-size: 22px;
  }
}
.campus-section1 .cont .font .text {
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  margin: 36px 0 60px;
}
@media (max-width: 1440px) {
  .campus-section1 .cont .font .text {
    margin: 30px 0 50px;
  }
}
@media (max-width: 1199px) {
  .campus-section1 .cont .font .text {
    font-size: 14px;
    line-height: 22px;
    margin: 26px 0 30px;
  }
}
.campus-section1 .cont .font .but {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.campus-section1 .cont .font .but i {
  display: block;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .campus-section1 .cont .font .but i {
    width: 30px;
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .campus-section1 .cont .font .but i {
    width: 26px;
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .campus-section1 .cont .font .but i {
    width: 22px;
    margin-right: 10px;
  }
}
.campus-section1 .cont .font .but i img {
  width: 100%;
}
.campus-section2 .form {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .campus-section2 .form {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .campus-section2 .form {
    margin: 0;
  }
}
.campus-section2 .form .item {
  padding: 0 5px;
  width: 32%;
}
@media (max-width: 767px) {
  .campus-section2 .form .item {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.campus-section2 .form .item:last-child {
  margin-bottom: 0;
}
.campus-section2 .form .item input,
.campus-section2 .form .item select,
.campus-section2 .form .item button {
  border: none;
  background-color: none;
  outline: none;
  height: 60px;
  padding: 20px;
  appearance: none;
	font-size: 16px;
	background-color: transparent;
}
@media (max-width: 1366px) {
  .campus-section2 .form .item input,
  .campus-section2 .form .item select,
  .campus-section2 .form .item button {
    height: 50px;
    padding: 16px;
		font-size: 14px;
  }
}
.campus-section2 .form .item input,
.campus-section2 .form .item select {
  width: 100%;
  border: 1px solid #dddddd;
}
.campus-section2 .form .item select {
  background: url(../image/selecticon1.png) no-repeat;
  background-size: 15px 8px;
  background-position: 94% 46%;
}
.campus-section2 .form .search {
  width: 36%;
  display: flex;
}
@media (max-width: 767px) {
  .campus-section2 .form .search {
    width: 100%;
  }
}
.campus-section2 .form .search input {
  width: 100%;
}
.campus-section2 .form .search button {
  width: 120px;
  flex-shrink: 1;
  background-color: #ea5504;
}
@media (max-width: 1440px) {
  .campus-section2 .form .search button {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .campus-section2 .form .search button {
    width: 80px;
  }
}
.campus-section2 .form .search button img {
  height: 25px;
}
@media (max-width: 1440px) {
  .campus-section2 .form .search button img {
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .campus-section2 .form .search button img {
    height: 16px;
  }
}
.campus-section2 .cont {
  margin-bottom: 60px;
  width: 100%;
  overflow: auto;
}
@media (max-width: 991px) {
  .campus-section2 .cont {
    margin-bottom: 30px;
  }
}
.campus-section2 .cont .f_zhong {
  min-width: 560px;
}
.campus-section2 .cont .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px 70px;
  background-color: #f8f8f8;
}
@media (max-width: 1440px) {
  .campus-section2 .cont .item {
    padding: 22px 60px;
  }
}
@media (max-width: 1199px) {
  .campus-section2 .cont .item {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .campus-section2 .cont .item {
    padding: 20px;
  }
}
.campus-section2 .cont .item span {
  display: block;
  padding: 0 10px;
  text-align: center;
  width: 23%;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 1199px) {
  .campus-section2 .cont .item span {
    font-size: 14px;
  }
}
.campus-section2 .cont .item span:nth-child(1) {
  width: 23%;
  text-align: left;
}
.campus-section2 .cont .item span:last-child {
  width: auto;
  text-align: left;
}
.campus-section2 .cont .item:nth-child(2n) {
  background-color: #fff;
}
.campus-section2 .cont .item:hover {
  background-color: #ea5504;
}
.campus-section2 .cont .item:hover span {
  color: #fff;
}
.campus-section2 .cont .f_tit span {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1440px) {
  .campus-section2 .cont .f_tit span {
    font-size: 20px;
  }
}
.campus-section2 .cont .f_tit:hover {
  background-color: #f8f8f8;
}
.campus-section2 .cont .f_tit:hover span {
  color: #333;
}
/* End */
/* 社会招聘 */
.social .campus-section2 {
  padding-top: 20px;
}
/* End */
/* 招聘详情页 */
.recruit_info-section1 {
  width: 100%;
  background-color: #f7f7f7;
}
.recruit_info-section1 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .recruit_info-section1 .cont .lt {
    width: 100%;
  }
}
.recruit_info-section1 .cont .lt .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .recruit_info-section1 .cont .lt .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .recruit_info-section1 .cont .lt .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .recruit_info-section1 .cont .lt .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .recruit_info-section1 .cont .lt .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .recruit_info-section1 .cont .lt .tit {
    margin-bottom: 20px;
  }
}
.recruit_info-section1 .cont .lt .jut {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  line-height: 20px;
}
@media (max-width: 1440px) {
  .recruit_info-section1 .cont .lt .jut {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .recruit_info-section1 .cont .lt .jut {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .recruit_info-section1 .cont .lt .jut {
    font-size: 14px;
  }
}
.recruit_info-section1 .cont .lt .jut span,
.recruit_info-section1 .cont .lt .jut i {
  float: left;
  display: block;
  margin-bottom: 10px;
}
.recruit_info-section1 .cont .lt .jut i {
  display: block;
  font-size: 12px;
  margin: 0 16px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .recruit_info-section1 .cont .lt .jut i {
    margin: 0 10px;
  }
}
@media (max-width: 500px) {
  .recruit_info-section1 .cont .lt .jut i {
    margin: 0 5px;
  }
}
.recruit_info-section1 .cont .lt .jut span strong {
  color: #ea5504;
}
@media (max-width: 991px) {
  .recruit_info-section1 .cont .gt {
    width: 100%;
    margin-top: 30px;
  }
}
.recruit_info-section1 .cont .gt .file {
  width: 220px;
  height: 70px;
  background-color: #ea5504;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .recruit_info-section1 .cont .gt .file {
    width: 180px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .recruit_info-section1 .cont .gt .file {
    width: 140px;
    height: 50px;
  }
}
.recruit_info-section1 .cont .gt .file input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.recruit_info-section1 .cont .gt .file .but1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .recruit_info-section1 .cont .gt .file .but1 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .recruit_info-section1 .cont .gt .file .but1 {
    font-size: 14px;
  }
}
.recruit_info-section1 .cont .gt .file .but1 i {
  display: block;
  width: 24px;
  overflow: hidden;
  margin-right: 6px;
}
@media (max-width: 1440px) {
  .recruit_info-section1 .cont .gt .file .but1 i {
    width: 22px;
  }
}
@media (max-width: 1199px) {
  .recruit_info-section1 .cont .gt .file .but1 i {
    margin-right: 4px;
    width: 18px;
  }
}
.recruit_info-section1 .cont .gt .file .but1 i img {
  width: 100%;
  float: left;
  overflow: hidden;
}
.recruit_info-section1 .cont .gt .text {
  font-size: 16px;
  text-align: right;
  color: #ea5504;
}
@media (max-width: 1199px) {
  .recruit_info-section1 .cont .gt .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .recruit_info-section1 .cont .gt .text {
    text-align: left;
  }
}
.recruit_info-section2 {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .recruit_info-section2 {
    padding: 40px 0;
  }
}
.recruit_info-section2 .cont {
  display: flex;
  flex-wrap: wrap;
}
.recruit_info-section2 .cont .lt {
  width: 70%;
  padding-right: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .recruit_info-section2 .cont .lt {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .recruit_info-section2 .cont .lt {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .recruit_info-section2 .cont .lt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .recruit_info-section2 .cont .lt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.recruit_info-section2 .cont .lt .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .recruit_info-section2 .cont .lt .tit {
    font-size: 20px;
  }
}
.recruit_info-section2 .cont .lt .make-text {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .recruit_info-section2 .cont .lt .make-text {
    margin-bottom: 30px;
  }
}
.recruit_info-section2 .cont .lt .make-text:last-child {
  margin-bottom: 0;
}
.recruit_info-section2 .cont .gt {
  width: 30%;
  padding-left: 50px;
  border-left: 1px solid #e5e5e5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .recruit_info-section2 .cont .gt {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .recruit_info-section2 .cont .gt {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 1440px) {
  .recruit_info-section2 .cont .gt {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .recruit_info-section2 .cont .gt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .recruit_info-section2 .cont .gt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .recruit_info-section2 .cont .gt {
    width: 100%;
  }
}
.recruit_info-section2 .cont .gt .tit {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 1440px) {
  .recruit_info-section2 .cont .gt .tit {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .recruit_info-section2 .cont .gt .tit {
    padding-bottom: 28px;
    font-size: 18px;
  }
}
.recruit_info-section2 .cont .gt .jut {
  width: 100%;
}
.recruit_info-section2 .cont .gt .jut .item {
  display: block;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 1440px) {
  .recruit_info-section2 .cont .gt .jut .item {
    padding: 26px 0;
  }
}
@media (max-width: 1199px) {
  .recruit_info-section2 .cont .gt .jut .item {
    padding: 24px 0;
  }
}
.recruit_info-section2 .cont .gt .jut .item .f_tit {
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .recruit_info-section2 .cont .gt .jut .item .f_tit {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.recruit_info-section2 .cont .gt .jut .item .f_list {
  width: 100%;
  color: #999999;
  line-height: 16px;
}
.recruit_info-section2 .cont .gt .jut .item .f_list:after {
  content: "";
  clear: both;
  display: block;
}
.recruit_info-section2 .cont .gt .jut .item .f_list span,
.recruit_info-section2 .cont .gt .jut .item .f_list i {
  float: left;
  display: block;
  margin-bottom: 10px;
}
.recruit_info-section2 .cont .gt .jut .item .f_list i {
  font-size: 12px;
  margin: 0 14px;
  margin-bottom: 10px;
}
.recruit_info-section2 .cont .gt .jut .item .f_list span {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .recruit_info-section2 .cont .gt .jut .item .f_list span {
    font-size: 14px;
  }
}
.recruit_info-section2 .cont .gt .jut .item .f_list .ju {
  margin-left: 60px;
}
@media (max-width: 1681px) {
  .recruit_info-section2 .cont .gt .jut .item .f_list .ju {
    width: 100%;
    margin-left: 0;
  }
}
.recruit_info-section2 .cont .gt .jut .item .f_list .ju div {
  display: inline-block;
  margin-left: 5px;
}
.recruit_info-section2 .cont .gt .jut .item .f_list:last-child {
  border-bottom: none;
}
/* End */
/* 解决方案 */
.solution-section1 .f_tit {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .solution-section1 .f_tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .solution-section1 .f_tit {
    margin-bottom: 30px;
  }
}
.solution-section1 .f_tit span {
  font-size: 20px;
}
@media (max-width: 1440px) {
  .solution-section1 .f_tit span {
    font-size: 18px;
  }
}
.solution-section1 .f_tit .tit {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .solution-section1 .f_tit .tit {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .solution-section1 .f_tit .tit {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .solution-section1 .f_tit .tit {
    font-size: 24px;
  }
}
.solution-section1 .cont {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .solution-section1 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .solution-section1 .cont {
    margin: 0;
  }
}
.solution-section1 .cont .item {
  width: 33.333%;
  padding: 0 7px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .solution-section1 .cont .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .solution-section1 .cont .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .solution-section1 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.solution-section1 .cont .item .list {
  width: 100%;
  display: block;
  position: relative;
}
.solution-section1 .cont .item .list .img {
  position: relative;
  padding-bottom: 100.6%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .solution-section1 .cont .item .list .img {
    padding-bottom: 70.6%;
  }
}
.solution-section1 .cont .item .list .img img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.solution-section1 .cont .item .list .jut {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .solution-section1 .cont .item .list .jut {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .solution-section1 .cont .item .list .jut {
    padding: 0;
  }
}
.solution-section1 .cont .item .list .jut .font {
  width: 100%;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .solution-section1 .cont .item .list .jut .font {
    padding: 20px 26px;
  }
}
.solution-section1 .cont .item .list .jut .font .tit {
  width: calc(100% - 48px);
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1440px) {
  .solution-section1 .cont .item .list .jut .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .solution-section1 .cont .item .list .jut .font .tit {
    font-size: 18px;
  }
}
.solution-section1 .cont .item .list .jut .font i {
  width: 38px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .solution-section1 .cont .item .list .jut .font i {
    width: 30px;
  }
}
.solution-section1 .cont .item .list .jut .font i img {
  float: left;
  width: 100%;
}
.solution-section1 .cont .item .list .jut .font i img:nth-child(2) {
  display: none;
}
.solution-section1 .cont .item .list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.solution-section1 .cont .item .list:hover .jut .font {
  background-color: rgba(232, 111, 0, 0.9);
}
.solution-section1 .cont .item .list:hover .jut .font .tit {
  color: #fff;
}
.solution-section1 .cont .item .list:hover .jut .font i img:nth-child(1) {
  display: none;
}
.solution-section1 .cont .item .list:hover .jut .font i img:nth-child(2) {
  display: block;
}
/* End */
/* 解决方案详情页 */
.solution_info-section1 .tit {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .solution_info-section1 .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .solution_info-section1 .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section1 .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .solution_info-section1 .tit {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section1 .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .solution_info-section1 .tit {
    margin-bottom: 30px;
  }
}
.solution_info-section1 .tit span {
  color: #ea5504;
}
.solution_info-section1 .cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.solution_info-section1 .cont .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 230px;
  height: 230px;
	margin: 0 30px;
	margin-bottom: 30px;
  /* margin: auto; */
  border-radius: 50%;
  background-color: #f8f8f8;
	
}
.solution_info-section1 .cont .item i {
  display: block;
  height: 56px;
  margin-bottom: 40px;
}
.solution_info-section1 .cont .item i img {
  height: 100%;
}
.solution_info-section1 .cont .item .f_tit {
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1440px) {
  .solution_info-section1 .cont .item {
    width: 200px;
    height: 200px;
  }
  .solution_info-section1 .cont .item i {
    height: 50px;
		margin: 0 20px;
    margin-bottom: 26px;
  }
  .solution_info-section1 .cont .item .f_tit {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section1 .cont .item {
    width: 180px;
    height: 180px;
  }
  .solution_info-section1 .cont .item i {
    height: 40px;
  }
}
.solution_info-section2 .cont {
  width: 100%;
  background-color: #0f1114;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
	.solution_info-section1 .cont .item{
		margin: 0 10px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
  .solution_info-section2 .cont {
    height: 450px;
  }
	.solution_info-section1 .cont .item{
		margin: 0 5px;
		margin-bottom: 20px;
	}
}
.solution_info-section2 .cont .basecont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .solution_info-section2 .cont .basecont {
    width: 100%;
  }
}
.solution_info-section2 .cont .basecont .font {
  width: 100%;
  color: #fff;
}
.solution_info-section2 .cont .basecont .font .tit {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .solution_info-section2 .cont .basecont .font .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .solution_info-section2 .cont .basecont .font .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section2 .cont .basecont .font .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .solution_info-section2 .cont .basecont .font .tit {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .solution_info-section2 .cont .basecont .font .tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 1366px) {
  .solution_info-section2 .cont .basecont .font .tit {
    margin-bottom: 30px;
  }
}
.solution_info-section2 .cont .basecont .font .shu {
  font-size: 80px;
  font-family: "FuturaBoldBT";
  opacity: 0.1;
}
@media (max-width: 1440px) {
  .solution_info-section2 .cont .basecont .font .shu {
    font-size: 60px;
  }
}
.solution_info-section2 .cont .basecont .font .f_tit {
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .solution_info-section2 .cont .basecont .font .f_tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section2 .cont .basecont .font .f_tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .solution_info-section2 .cont .basecont .font .f_tit {
    font-size: 22px;
  }
}
.solution_info-section2 .cont .basecont .font .xian {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ea5504;
  margin: 30px 0;
}
.solution_info-section2 .cont .basecont .font .make-text,.solution_info-section2 .cont .basecont .font .make-text p{
	color: #fff;
}
@media (max-width: 1440px) {
  .solution_info-section2 .cont .basecont .font .xian {
    margin: 20px 0;
  }
}
.solution_info-section2 .cont .video {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution_info-section2 .cont .img {
  z-index: 2;
  position: relative;
  width: 100%;
}
.solution_info-section2 .cont .img img {
  width: 100%;
}
.solution_info-section2 .cont .img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .solution_info-section2 .cont .img img:nth-child(1) {
    display: none;
  }
  .solution_info-section2 .cont .img img:nth-child(2) {
    display: block;
  }
}
.solution_info-section2 .cont .video {
  width: 100%;
}
.solution_info-section2 .cont .video video {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 768px) {
  .solution_info-section2 .cont:nth-child(2) .basecont {
    display: flex;
    flex-direction: row-reverse;
  }
  .solution_info-section2 .cont:nth-child(2) .basecont .font {
    width: auto;
  }
}
.solution_info-section3 {
  background-color: #f8f8f8;
}
.solution_info-section3 .tit {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .solution_info-section3 .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .solution_info-section3 .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section3 .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .solution_info-section3 .tit {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section3 .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .solution_info-section3 .tit {
    margin-bottom: 30px;
  }
}
.solution_info-section3 .soluinfo3_cont {
  width: 100%;
}
.solution_info-section3 .soluinfo3_cont .item {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solution_info-section3 .soluinfo3_cont .item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .solution_info-section3 .soluinfo3_cont .item i {
    width: 100px;
    height: 100px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section3 .soluinfo3_cont .item i {
    margin-bottom: 24px;
  }
}
.solution_info-section3 .soluinfo3_cont .item i img {
  height: 44px;
}
@media (max-width: 1440px) {
  .solution_info-section3 .soluinfo3_cont .item i img {
    height: 38px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section3 .soluinfo3_cont .item i img {
    height: 34px;
  }
}
.solution_info-section3 .soluinfo3_cont .item .font {
  width: 100%;
  text-align: center;
}
.solution_info-section3 .soluinfo3_cont .item .font .f_tit {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .solution_info-section3 .soluinfo3_cont .item .font .f_tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section3 .soluinfo3_cont .item .font .f_tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .solution_info-section3 .soluinfo3_cont .item .font .f_tit {
    font-size: 20px;
  }
}
.solution_info-section3 .soluinfo3_cont .item .font .text {
  margin-top: 16px;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
}
@media (max-width: 1440px) {
  .solution_info-section3 .soluinfo3_cont .item .font .text {
    margin-top: 14px;
  }
}
@media (max-width: 1199px) {
  .solution_info-section3 .soluinfo3_cont .item .font .text {
    font-size: 14px;
    line-height: 22px;
  }
}
/* End */
/* 联系我们 */
.contactbox-section1 {
  padding-top: 60px;
}
.new-address-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-address-flex .item{
  padding: 20px;
  width: calc(50% - 20px);
  border: 1px solid #e3e3e5;
  border-radius: 15px;
}
.new-address-flex .item p{
  line-height: 2;
  font-size: 28px;
  font-weight: bold;
  color: #6e6e6e
}
.new-address-flex .item span{
  font-size: 16px;
  color: #6e6e6e
}
@media (max-width: 991px) {
  .contactbox-section1 {
    padding-top: 30px;
  }
  .new-address-flex .item{
      width: 100%;
      margin-bottom: 30px;
  }
}
.contactbox-section1 .cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactbox-section1 .cont .lt,
.contactbox-section1 .cont .gt {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .contactbox-section1 .cont .lt,
  .contactbox-section1 .cont .gt {
    width: 100%;
  }
}
.contactbox-section1 .cont .tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .contactbox-section1 .cont .tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .tit {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .cont .lt {
    margin-bottom: 30px;
  }
}
.contactbox-section1 .cont .lt .text {
  font-size: 30px;
  font-family: "FuturaBkBTBookItalic";
  margin-bottom: 26px;
}
@media (max-width: 1440px) {
  .contactbox-section1 .cont .lt .text {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .lt .text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .lt .text {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .contactbox-section1 .cont .lt .text span {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .lt .text span {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .lt .text span {
    font-size: 22px;
  }
}
.contactbox-section1 .cont .lt .make-text {
  font-size: 14px!important;
}
.contactbox-section1 .cont .gt .form {
  width: 100%;
}
.contactbox-section1 .cont .gt .form .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.contactbox-section1 .cont .gt .form .item textarea,
.contactbox-section1 .cont .gt .form .item input,
.contactbox-section1 .cont .gt .form .item button {
  padding: 21px 24px;
  font-size: 16px;
  color: #b2b2b2;
  background-color: #f5f5f5;
  resize: none;
  outline: none;
  border: none;
  margin-bottom: 20px;
  border: 1px solid #e3e3e5;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .gt .form .item textarea,
  .contactbox-section1 .cont .gt .form .item input,
  .contactbox-section1 .cont .gt .form .item button {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .contactbox-section1 .cont .gt .form .item textarea,
  .contactbox-section1 .cont .gt .form .item input,
  .contactbox-section1 .cont .gt .form .item button {
    margin-bottom: 16px;
  }
}
.contactbox-section1 .cont .gt .form .item input {
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .gt .form .item input {
    width: calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .gt .form .item input {
    width: 100%;
  }
}
.contactbox-section1 .cont .gt .form .item textarea {
  width: 100%;
  height: 150px;
}
@media (max-width: 1199px) {
  .contactbox-section1 .cont .gt .form .item textarea {
    height: 120px;
  }
}
.contactbox-section1 .cont .gt .form .item button {
  width: 100%;
  background-color: #ea5504;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .contactbox-section1 .cont .gt .form .item button {
    font-size: 16px;
  }
}
.contactbox-section1 .cont .gt .form .emale1 input {
  width: 100%;
}
.contactbox-section2 {
  background-color: #efefef;
}
.map-background {
  position: relative;
  background: url(../picture/ditu.png) no-repeat;
  background-size:100%;
}
.map-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/wenli.png) center;
}
@media (max-width: 750px) {
  .map-background:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .contactbox-section2 .basecont {
    position: relative;
    padding-bottom: 200px;
  }
  .contactbox-section2 .img {
    width: 100%;
    position: relative;
  }
  .contactbox-section2 .img img {
    width: 100%;
  }
  .contactbox-section2 .img .yuan {
    position: absolute;
    z-index: 1;
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
    background-color: #ea5504;
    border-radius: 50%;
  }
  .contactbox-section2 .img .yuan:after {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: -21px;
    -webkit-animation: fang1 2s linear infinite;
    animation: fang1 2s linear infinite;
    background-color: #ea5504;
    opacity: 0.3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
		
  }
	
	@media (max-width: 1440px) {
		.contactbox-section2 .img .yuan:after{
			width: 36px;
			height: 36px;
			left: -14px;
			top: -14px;
		}
	}
  .contactbox-section2 .img .zhong:after {
    -webkit-animation: fang2 2s linear infinite;
    animation: fang2 2s linear infinite;
  }
  .contactbox-section2 .img .xiao:after {
    -webkit-animation: fang3 2s linear infinite;
    animation: fang2 3s linear infinite;
  }
  .contactbox-section2 .img .yuan1 {
    top: 10%;
    left: 33%;
  }
  .contactbox-section2 .img .yuan2 {
    top: 3%;
    left: 50%;
  }
  .contactbox-section2 .img .yuan3 {
    top: 40%;
    left: 82%;
  }
  .contactbox-section2 .img .yuan4 {
    top: 51%;
    left: 75%;
  }
  .contactbox-section2 .img .yuan5 {
    top: 36%;
    left: 77%;
  }
  .contactbox-section2 .img .yuan6 {
    top: 49%;
    left: 79%;
  }
  .contactbox-section2 .img .yuan7 {
    top: 56%;
    left: 68%;
  }
  .contactbox-section2 .img .yuan8 {
    top: 38%;
    left: 71%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .contactbox-section2 .basecont {
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contactbox-section2 .basecont {
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactbox-section2 .basecont {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .img {
    display: none;
  }
}
@media (min-width: 768px) {
  .contactbox-section2 .f_bot {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
  }
}
.contactbox-section2 .f_bot .cont {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .contactbox-section2 .f_bot .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .f_bot .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .f_bot .cont {
    margin: 0;
  }
}
.contactbox-section2 .f_bot .cont .item {
  padding: 0 16px;
  width: 50%;
}
@media (max-width: 1366px) {
  .contactbox-section2 .f_bot .cont .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .f_bot .cont .item {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .f_bot .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contactbox-section2 .f_bot .cont .item .pad {
  width: 100%;
  background-color: #fff;
  padding: 50px 40px;
}
@media (max-width: 1440px) {
  .contactbox-section2 .f_bot .cont .item .pad {
    padding: 40px 26px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .f_bot .cont .item .pad {
    padding: 30px 20px;
  }
}
.contactbox-section2 .f_bot .cont .item .pad .tit {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1440px) {
  .contactbox-section2 .f_bot .cont .item .pad .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .f_bot .cont .item .pad .tit {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .f_bot .cont .item .pad .tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .f_bot .cont .item .pad .tit {
    font-size: 18px;
  }
}
.contactbox-section2 .f_bot .cont .item .pad .font {
  width: 100%;
  overflow: auto;
  width: calc(100% + 32px);
  margin-right: 32px;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .contactbox-section2 .f_bot .cont .item .pad .font {
    width: calc(100% + 10px);
    margin-right: 10px;
    padding-right: 10px;
  }
}
.contactbox-section2 .f_bot .cont .item .pad .font::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.contactbox-section2 .f_bot .cont .item .pad .font::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ea5504;
}
.contactbox-section2 .f_bot .cont .item .pad .font::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.contactbox-section2 .f_bot .cont .item .pad .font .diz {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .contactbox-section2 .f_bot .cont .item .pad .font .diz {
    font-size: 14px;
  }
}
.contactbox-section2 .f_bot .cont .item .pad .font .diz i {
  display: block;
  width: 12px;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 2px;
}
@media (max-width: 1440px) {
  .contactbox-section2 .f_bot .cont .item .pad .font .diz i {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .f_bot .cont .item .pad .font .diz i {
    width: 10px;
    margin-right: 5px;
  }
}
.contactbox-section2 .f_bot .cont .item .pad .font .diz i img {
  width: 100%;
  float: left;
}
.contactbox-section2 .f_bot .cont .item .pad .zhi .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.contactbox-section2 .f_bot .cont .item .pad .zhi .list:last-child {
  margin-bottom: 0;
}
.contactbox-section2 .f_bot .cont .item .pad .zhi .list .text {
  font-size: 18px;
  color: #666666;
  width: 90%;
  width: calc(100% - 66px);
}
@media (max-width: 767px) {
  .contactbox-section2 .f_bot .cont .item .pad .zhi .list .text {
    width: calc(100% - 60px);
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .f_bot .cont .item .pad .zhi .list .text {
    font-size: 16px;
  }
}
.contactbox-section2 .f_bot .cont .item .pad .jishu .list {
  width: 100%;
}
.contactbox-section2 .f_bot .cont .item .pad .jishu .list .f_tit {
  font-size: 18px;
  color: #666666;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .contactbox-section2 .f_bot .cont .item .pad .jishu .list .f_tit {
    font-size: 16px;
  }
}
.contactbox-section2 .f_bot .cont .item .pad .jishu .list .jut1 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.contactbox-section2 .f_bot .cont .item .pad .jishu .list .jut1 .diz {
  margin-right: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .contactbox-section2 .f_bot .cont .item .pad .jishu .list .jut1 .diz {
    margin-right: 30px;
  }
}
.contactbox-section2 .f_bot .cont .item .pad .shi {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.contactbox-section2 .f_bot .cont .item .pad .shi .diz {
  margin-right: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .contactbox-section2 .f_bot .cont .item .pad .shi .diz {
    margin-right: 30px;
  }
}
@keyframes fang1 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes fang2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes fang3 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* End */
/* 售后服务 服务支持 */
.service-section1 .cont {
  width: 100%;
}
.service-section1 .cont .item {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.service-section1 .cont .item i {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
.service-section1 .cont .item i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section1 .cont .item .tit {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .service-section1 .cont .item .tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .service-section1 .cont .item .tit {
    font-size: 16px;
  }
}
.service-section1 .cont .item .text {
  font-size: 24px;
  line-height: 36px;
  padding: 0 100px;
  position: relative;
}
@media (max-width: 1440px) {
  .service-section1 .cont .item .text {
    font-size: 22px;
    line-height: 34px;
    padding: 0 80px;
  }
}
@media (max-width: 1199px) {
  .service-section1 .cont .item .text {
    font-size: 20px;
    line-height: 32px;
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .service-section1 .cont .item .text {
    padding: 0 30px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service-section1 .cont .item .text {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .service-section1 .cont .item .text:after,
  .service-section1 .cont .item .text:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 40px;
    height: 32px;
    background-size: 38px 32px;
  }
  .service-section1 .cont .item .text:after {
    right: 0;
    background: url(../image/douright1.png) no-repeat center / contain;
  }
  .service-section1 .cont .item .text:before {
    left: 0;
    background: url(../image/douleft1.png) no-repeat center / contain;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-section1 .cont .item .text:after,
  .service-section1 .cont .item .text:before {
    width: 30px;
    height: 22px;
    background-size: 28px 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-section1 .cont .item .text:after,
  .service-section1 .cont .item .text:before {
    width: 20px;
    height: 12px;
    background-size: 18px 12px;
  }
}
.service-section2 {
  background-color: #f7f7f7;
}
.service-section2 .tit {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .service-section2 .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .service-section2 .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .service-section2 .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .service-section2 .tit {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .service-section2 .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service-section2 .tit {
    margin-bottom: 30px;
  }
}
.service-section2 .service2-cont {
  width: 1005;
}
.service-section2 .service2-cont .item {
  width: 100%;
  position: relative;
}
.service-section2 .service2-cont .item .img {
  overflow: hidden;
  position: relative;
  padding-bottom: 138.9%;
	width: 100%;
}
.service-section2 .service2-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.service-section2 .service2-cont .item .font {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../image/jianbianimg1.png) no-repeat center / cover;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 40px 20px;
}
@media (max-width: 1440px) {
  .service-section2 .service2-cont .item .font {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .service-section2 .service2-cont .item .font {
    padding: 26px 20px;
  }
}
.service-section2 .service2-cont .item .font .f_tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .service-section2 .service2-cont .item .font .f_tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .service-section2 .service2-cont .item .font .f_tit {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .service-section2 .service2-cont .item .font .f_tit {
    font-size: 18px;
  }
}
.service-section2 .service2-cont .item .font .text {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .service-section2 .service2-cont .item .font .text {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .service-section2 .service2-cont .item .font .text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .service-section2 .service2-cont .item .font .text {
    font-size: 16px;
  }
}
.service-section3 .tit {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .service-section3 .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .service-section3 .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .service-section3 .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .service-section3 .tit {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .service-section3 .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service-section3 .tit {
    margin-bottom: 30px;
  }
}
.service-section3 .service3-cont {
  width: 100%;
}
.service-section3 .service3-cont .item {
  width: 100%;
  text-align: center;
}
.service-section3 .service3-cont .item .shu {
  font-size: 65px;
  color: #ea5504;
  
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .service-section3 .service3-cont .item .shu {
    font-size: 55px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .service-section3 .service3-cont .item .shu {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .service-section3 .service3-cont .item .shu {
    font-size: 30px;
  }
}
.service-section3 .service3-cont .item .shu i {
  font-size: 35px;
}
@media (max-width: 1440px) {
  .service-section3 .service3-cont .item .shu i {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .service-section3 .service3-cont .item .shu i {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .service-section3 .service3-cont .item .shu i {
    font-size: 16px;
  }
}
.service-section3 .service3-cont .item .text {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .service-section3 .service3-cont .item .text {
    font-size: 20px;
  }
}
.service-section4 {
  padding-top: 0;
}
.service-section4 .cont {
  width: 100%;
}
.service-section4 .cont .service4-nav {
  width: 100%;
}
.service-section4 .cont .service4-nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #555555;
  font-weight: bold;
  border-top: 5px solid transparent;
  height: 100px;
  background-color: #eeeeee;
}
@media (max-width: 1199px) {
  .service-section4 .cont .service4-nav .item {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .service-section4 .cont .service4-nav .item {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .service-section4 .cont .service4-nav .item {
    font-size: 12px;
  }
}
.service-section4 .cont .service4-nav .on .item {
  border-color: #f07511;
  background-color: #f7f7f7;
}
.service-section4 .cont .f_cont {
  background-color: #f7f7f7;
  padding: 80px 60px;
}
@media (max-width: 1440px) {
  .service-section4 .cont .f_cont {
    padding: 70px 50px;
  }
}
@media (max-width: 1199px) {
  .service-section4 .cont .f_cont {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .service-section4 .cont .f_cont {
    padding: 40px 20px;
  }
}
.service-section4 .cont .f_cont .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
@media (max-width: 991px) {
  .service-section4 .cont .f_cont .item .font {
    width: 100%;
    margin-bottom: 10px;
  }
}
.service-section4 .cont .f_cont .item .font .tit {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .service-section4 .cont .f_cont .item .font .tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .service-section4 .cont .f_cont .item .font .tit {
    margin-bottom: 26px;
    font-size: 20px;
  }
}
.service-section4 .cont .f_cont .item .font .jut {
  width: 100%;
}
.service-section4 .cont .f_cont .item .font .jut .lit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.service-section4 .cont .f_cont .item .font .jut .lit i {
  display: block;
  width: 30px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .service-section4 .cont .f_cont .item .font .jut .lit i {
    width: 26px;
  }
}
@media (max-width: 991px) {
  .service-section4 .cont .f_cont .item .font .jut .lit i {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-section4 .cont .f_cont .item .font .jut .lit i {
    margin-right: 14px;
    width: 24px;
  }
}
.service-section4 .cont .f_cont .item .font .jut .lit i img {
  width: 100%;
}
.service-section4 .cont .f_cont .item .font .jut .lit .text {
  display: flex;
  font-size: 18px;
  line-height: 1.3;
  color: #666666;
  margin-top: 4px;
}
@media (max-width: 1440px) {
  .service-section4 .cont .f_cont .item .font .jut .lit .text {
    font-size: 16px;
  }
}
.service-section4 .cont .f_cont .item .font .jut .lit .text span {
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
}
.service-section4 .cont .f_cont .item .er {
  width: 190px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .service-section4 .cont .f_cont .item .er {
    width: 160px;
  }
}
@media (max-width: 1199px) {
  .service-section4 .cont .f_cont .item .er {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .service-section4 .cont .f_cont .item .er {
    margin-left: 10px;
  }
}
.service-section4 .cont .f_cont .item .er i {
  display: block;
  width: 100%;
}
.service-section4 .cont .f_cont .item .er i img {
  width: 100%;
}
.service-section4 .cont .f_cont .item .er p {
  margin-top: 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .service-section4 .cont .f_cont .item .er p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service-section4 .cont .f_cont .item .er p {
    font-size: 14px;
  }
}
.service-section4 .cont .f_cont .on {
  display: flex;
}
/* End */
/* 实验室 */
.c-banner3 {
  padding-bottom: 60px;
}
.c-banner3 .c-title2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 40px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: url(https://www.eastwinsz.com/Public/Home/default/images/hj-zz.png) repeat-x bottom left / auto;
}
.c-banner3 .swiper-slide img {
  width: 100%;
  height: 5.1rem;
  object-fit: cover;
}
.c-banner3 .c-bottom-wrap {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-banner3 .c-bottom-wrap .swiper-pagination {
  position: relative;
  bottom: 0;
  width: 100px;
  font-style: italic;
  text-align: left;
  color: #999;
}
.c-banner3 .c-bottom-wrap .swiper-pagination-current {
  font-size: 30px;
  color: #333;
}
.c-banner3 .c-bottom-wrap .swiper-pagination-total {
  font-size: 14px;
}
.c-banner3 .c-bottom-wrap .c-btn-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 130px;
}
.c-banner3 .c-bottom-wrap .c-btn-box .c-prev {
  width: 22px;
  height: 12px;
  background: url(../image/prev2.png) no-repeat left top / 100% auto;
  cursor: pointer;
}
.c-banner3 .c-bottom-wrap .c-btn-box .c-prev:hover {
  background-image: url(../image/prev2-h.png);
}
.c-banner3 .c-bottom-wrap .c-btn-box .c-next {
  margin: 0 30px 0 20px;
  width: 22px;
  height: 12px;
  background: url(../image/next2.png) no-repeat left top / 100% auto;
  cursor: pointer;
}
.c-banner3 .c-bottom-wrap .c-btn-box .c-next:hover {
  background-image: url(../image/next2-h.png);
}
.c-banner3 .c-bottom-wrap .c-btn-box .c-btn {
  width: 12px;
  height: 12px;
  background: url(../image/zt1.png) no-repeat left top / 100% auto;
  cursor: pointer;
}
.c-banner3 .c-bottom-wrap .c-btn-box .c-btn.on {
  background-image: url(../image/bf1.png);
}
.c-banner3 .c-bottom-wrap .c-line-box {
  position: relative;
  margin-bottom: 5px;
  width: -webkit-calc(-130%);
  width: calc(100% - 230px);
  height: 1px;
  background: #dadada;
  overflow: hidden;
}
.c-banner3 .c-bottom-wrap .c-line-box .c-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0042ad;
}
.experiment-section1 {
  padding-top: 30px;
}
.experiment-section1 .basecont .cont .nav .zhong .item {
  border-top: 2px solid #f7f7f7;
  border-bottom: none;
}
@media (min-width: 992px) {
  .experiment-section1 .basecont .cont .nav .zhong .item {
    border-right: 2px solid #f7f7f7;
  }
}
.experiment-section1 .basecont .cont .nav .zhong .item:first-child {
  padding-top: 35px;
}
@media (max-width: 1440px) {
  .experiment-section1 .basecont .cont .nav .zhong .item:first-child {
    padding-top: 26px;
  }
}
@media (max-width: 1199px) {
  .experiment-section1 .basecont .cont .nav .zhong .item:first-child {
    padding-top: 20px;
  }
}
.experiment-section1 .basecont .cont .nav .zhong .item:last-child {
  border-bottom: 2px solid #f7f7f7;
}
@media (min-width: 992px) {
  .experiment-section1 .basecont .cont .nav .zhong .on {
    border-right-color: #ea5504;
  }
}
.experiment-section1 .basecont .cont .gt .f_item1 {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1681px) {
  .experiment-section1 .basecont .cont .gt .f_item1 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .experiment-section1 .basecont .cont .gt .f_item1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1366px) {
  .experiment-section1 .basecont .cont .gt .f_item1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .experiment-section1 .basecont .cont .gt .f_item1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .experiment-section1 .basecont .cont .gt .f_item1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.experiment-section1 .basecont .cont .gt .f_item1 {
  padding-top: 0;
}
.experiment-section1 .basecont .cont .gt .f_item1:last-child {
  padding-bottom: 0;
}
.experiment-section1 .basecont .cont .gt .f_item1 .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .experiment-section1 .basecont .cont .gt .f_item1 .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .experiment-section1 .basecont .cont .gt .f_item1 .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .experiment-section1 .basecont .cont .gt .f_item1 .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .experiment-section1 .basecont .cont .gt .f_item1 .tit {
    font-size: 24px;
  }
}
.experiment-section1 .basecont .cont .gt .f_item1 .text {
  font-size: 16px;
  color: #555555;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .experiment-section1 .basecont .cont .gt .f_item1 .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .experiment-section1 .basecont .cont .gt .f_item1 .text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.experiment-section1 .basecont .cont .gt .f_item1 .c-banner3 {
  height: auto;
}
.experiment-section1 .basecont .cont .gt .f_item1 .c-banner3 .swiper-slide img {
  height: auto;
}
@media (max-width: 767px) {
}
.experiment-section2 {
  padding-top: 0;
}
.experiment-section2 .basecont .cont {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .experiment-section2 .basecont .cont {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .experiment-section2 .basecont .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .experiment-section2 .basecont .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .experiment-section2 .basecont .cont {
    margin: 0;
  }
}
.experiment-section2 .basecont .cont .item {
  width: 50%;
  padding: 0 30px;
}
@media (max-width: 1440px) {
  .experiment-section2 .basecont .cont .item {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .experiment-section2 .basecont .cont .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .experiment-section2 .basecont .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .experiment-section2 .basecont .cont .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .experiment-section2 .basecont .cont .item {
    padding: 0;
  }
}
.experiment-section2 .basecont .cont .item .jut {
  background-color: #fafafa;
  padding: 40px 50px;
}
@media (max-width: 1440px) {
  .experiment-section2 .basecont .cont .item .jut {
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .experiment-section2 .basecont .cont .item .jut {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .experiment-section2 .basecont .cont .item .jut {
    padding-inline-end: 30px 16px;
  }
}
.experiment-section2 .basecont .cont .item .jut .tit {
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .experiment-section2 .basecont .cont .item .jut .tit {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .experiment-section2 .basecont .cont .item .jut .tit {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .experiment-section2 .basecont .cont .item .jut .tit {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}
.experiment-section2 .basecont .cont .item .jut .zhong {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .experiment-section2 .basecont .cont .item .jut .zhong {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .experiment-section2 .basecont .cont .item .jut .zhong {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .experiment-section2 .basecont .cont .item .jut .zhong {
    font-size: 12px;
  }
}
.experiment-section2 .basecont .cont .item .jut .zhong a {
  display: block;
  margin-left: 10px;
}
.experiment-section2 .basecont .cont .item .jut .zhong a:first-child {
  margin-left: 0;
}
.experiment-section2 .basecont .cont .item .jut .zhong a:hover {
  color: #ea5504;
}
@media (max-width: 767px) {
  .experiment-section2 .basecont .cont .item .jut .zhong a {
    margin-bottom: 14px;
    width: calc(33% - 10px);
  }
}
@media (max-width: 767px) and (min-width: 568px) {
  .experiment-section2 .basecont .cont .item .jut .zhong a:nth-child(4n) {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .experiment-section2 .basecont .cont .item .jut .zhong a {
    width: calc(50% - 10px);
  }
}
@media (max-width: 500px) and (min-width: 200px) {
  .experiment-section2 .basecont .cont .item .jut .zhong a:nth-child(3n) {
    margin-left: 0;
  }
}
/* End */

/* 社会责任 */
.responsibility-section1 .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 1440px) {
  .responsibility-section1 .item {
    padding: 0 20px;
  }
}
.responsibility-section1 .item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
.responsibility-section1 .item i img {
  height: 44px;
}
@media (max-width: 1440px) {
  .responsibility-section1 .item i {
    height: 100px;
    width: 100px;
    margin-bottom: 24px;
  }
  .responsibility-section1 .item i img {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .responsibility-section1 .item i {
    height: 80px;
    width: 80px;
  }
  .responsibility-section1 .item i img {
    height: 34px;
  }
}
.responsibility-section1 .item .tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .responsibility-section1 .item .tit {
    font-size: 28px;
    margin-bottom: 10;
  }
}
@media (max-width: 1199px) {
  .responsibility-section1 .item .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .responsibility-section1 .item .tit {
    font-size: 20px;
  }
}
.responsibility-section1 .item .text {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .responsibility-section1 .item .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.responsibility-section2 {
  background-color: #f4f4f4;
}
.responsibility-section2 .f_tit {
  text-align: center;
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .responsibility-section2 .f_tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .responsibility-section2 .f_tit {
    margin-bottom: 30px;
  }
}
.responsibility-section2 .f_tit .tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 26px;
}
@media (max-width: 1440px) {
  .responsibility-section2 .f_tit .tit {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .responsibility-section2 .f_tit .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .responsibility-section2 .f_tit .tit {
    font-size: 20px;
  }
}
.responsibility-section2 .f_tit .text {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .responsibility-section2 .f_tit .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.responsibility-section2 .cont {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .responsibility-section2 .cont {
    padding-left: 8.5%;
  }
}
.responsibility-section2 .cont .img {
  width: 100%;
  position: relative;
  padding-bottom: 99%;
}
.responsibility-section2 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
}
.responsibility .experiment-section2 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1440px) {
  .responsibility .experiment-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .responsibility .experiment-section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .responsibility .experiment-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .responsibility .experiment-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* End */
/* 交付能力 */
.capability-section1 {
  position: relative;
  overflow: hidden;
}
.capability-section1 .img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .capability-section1 .img {
    height: 400px;
  }
}
.capability-section1 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .capability-section1 .img img {
    height: 100%;
  }
}
.capability-section1 .basecont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: flex;
}
@media (min-width: 1200px) {
  .capability-section1 .basecont {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .capability-section1 .basecont {
    width: 100%;
  }
}
.capability-section1 .basecont .font {
  width: 100%;
  max-width: 562px;
  color: #fff;
  margin-right: 56px;
}
@media (max-width: 1440px) {
  .capability-section1 .basecont .font {
    margin-right: 36px;
  }
}
@media (max-width: 1199px) {
  .capability-section1 .basecont .font {
    margin-right: 0;
  }
}
.capability-section1 .basecont .font .item {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .capability-section1 .basecont .font .item {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .capability-section1 .basecont .font .item {
    margin-bottom: 30px;
  }
}
.capability-section1 .basecont .font .item:last-child {
  margin-bottom: 0;
}
.capability-section1 .basecont .font .item .tit {
  font-size: 44px;
  line-height: 1;
  padding-bottom: 26px;
  margin-bottom: 26px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.capability-section1 .new-logo img:nth-child(2){
      display: none;
}
@media (max-width: 1440px) {
  .capability-section1 .basecont .font .item .tit {
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .capability-section1 .basecont .font .item .tit {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .capability-section1 .basecont .font .item .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .capability-section1 .basecont .font .item .tit {
    font-size: 20px;
  }
}
.capability-section1 .basecont .font .item .text {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .capability-section1 .basecont .font .item .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.capability-section1 .basecont .font .item .f_text {
  font-weight: bold;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .capability-section1 .basecont .font .item .f_text {
    line-height: 24px;
  }
}
.capability-section1 .basecont .font .item:nth-child(2) .f_text {
  font-weight: 200;
}
.capability-section1 .basecont .font .item:nth-child(2) .tit {
  font-size: 30px;
}
@media (max-width: 1440px) {
  .capability-section1 .basecont .font .item:nth-child(2) .tit {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .capability-section1 .basecont .font .item:nth-child(2) .tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .capability-section1 .basecont .font .item:nth-child(2) .tit {
    font-size: 18px;
  }
  .capability-section1 .new-logo img:nth-child(1){
      display: none;
  }
  .capability-section1 .new-logo img:nth-child(2){
      display: block;
  }
}
.capability-section2 .f_tit {
  text-align: left;
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .capability-section2 .f_tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .capability-section2 .f_tit {
    margin-bottom: 30px;
  }
}
.capability-section2 .f_tit .tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 26px;
}
@media (max-width: 1440px) {
  .capability-section2 .f_tit .tit {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .capability-section2 .f_tit .tit {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .capability-section2 .f_tit .tit {
    font-size: 18px;
  }
}
.capability-section2 .f_tit .text {
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .capability-section2 .f_tit .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.capability-section2 .cont {
  display: flex;
  flex-wrap: wrap;
}
.capability-section2 .cont .item {
  width: 16.666%;
  position: relative;
  padding-bottom: 9.7%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .capability-section2 .cont .item {
    width: 30%;
    padding-bottom: 12%;
  }
}
@media (max-width: 767px) {
  .capability-section2 .cont .item {
    padding-bottom: 20%;
  }
}
.capability-section2 .cont .item img {
  width: 60%;
  height: 30%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .capability-section2 .cont .item img {
    height: 50%;
  }
}
.capability-section2 .cont .item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.capability-section3 {
  padding-top: 0;
}
.capability-section3 .basecont {
  display: flex;
  justify-content: center;
}
.capability-section3 .but {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 40px;
}
@media (max-width: 1440px) {
  .capability-section3 .but {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .capability-section3 .but {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .capability-section3 .but {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .capability-section3 .but {
    font-size: 24px;
  }
}
.capability-section3 .but span {
  padding-bottom: 10px;
  border-bottom: 1px solid #646464;
  margin-top: 10px;
  display: block;
}
@media (max-width: 1440px) {
  .capability-section3 .but span {
    padding-bottom: 5px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .capability-section3 .but span {
    margin-top: 3px;
    padding-bottom: 3px;
  }
}
.capability-section3 .but i {
  display: block;
  width: 40px;
  margin-left: 24px;
}
@media (max-width: 1440px) {
  .capability-section3 .but i {
    width: 30px;
    margin-left: 18px;
  }
}
@media (max-width: 1199px) {
  .capability-section3 .but i {
    width: 26px;
    margin-left: 16px;
  }
}
@media (max-width: 991px) {
  .capability-section3 .but i {
    margin-left: 14px;
  }
}
.capability-section3 .but i img {
  width: 100%;
}
.capability-section3 .but:hover {
  color: #ea5504;
}
.capability-section3 .but:hover span {
  border-color: #ea5504;
}
/* End */
/* 供应商招募 */
.basebag {
  background-color: #f7f7f7;
}
.supplier-section1 .tit {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .supplier-section1 .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .supplier-section1 .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .supplier-section1 .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .supplier-section1 .tit {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .supplier-section1 .tit {
    margin-bottom: 30px;
  }
}
.supplier-section1 .cont {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .supplier-section1 .cont {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .supplier-section1 .cont {
    margin-bottom: 30px;
    overflow: auto;
  }
}
.supplier-section1 .cont .zhong {
  width: 100%;
}
@media (max-width: 991px) {
  .supplier-section1 .cont .zhong {
    width: 900px;
  }
}
.supplier-section1 .cont .item {
  width: 100%;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
}
.supplier-section1 .cont .item .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  flex: 1 0 25%;
  text-align: center;
  height: 101px;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}
@media (max-width: 1199px) {
  .supplier-section1 .cont .item .list {
    height: 80px;
    font-size: 14px;
    line-height: 24px;
  }
}
.supplier-section1 .cont .item .list p {
  color: #333;
}
.supplier-section1 .cont .item .list span {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .supplier-section1 .cont .item .list {
    font-size: 12px;
  }
}
.supplier-section1 .cont .item .list:nth-child(1) {
  font-weight: bold;
}
.supplier-section1 .cont .item .list .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  background-color: #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  color: #777777;
}
@media (max-width: 1440px) {
  .supplier-section1 .cont .item .list .but {
    width: 120px;
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .supplier-section1 .cont .item .list .but {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
}
.supplier-section1 .cont .nav {
  border-color: transparent;
  background-color: #ea5504;
}
.supplier-section1 .cont .nav .list {
  background-color: #ea5504;
  color: #fff;
  font-weight: bold;
  height: 80px;
}
@media (max-width: 1199px) {
  .supplier-section1 .cont .nav .list {
    height: 70px;
  }
}
.supplier-section1 .cont .on .list .but {
  background-color: #ea5504;
  color: #fff;
}
/* End */
/* 供应商招募-详情页 */
.supplier_info-section1 .cont {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  padding: 90px 100px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .supplier_info-section1 .cont {
    padding: 70px 80px;
  }
}
@media (max-width: 1199px) {
  .supplier_info-section1 .cont {
    padding: 50px 60px;
  }
}
@media (max-width: 991px) {
  .supplier_info-section1 .cont {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .supplier_info-section1 .cont {
    padding: 30px 20px;
  }
}
.supplier_info-section1 .cont .f_tit {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1440px) {
  .supplier_info-section1 .cont .f_tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .supplier_info-section1 .cont .f_tit {
    margin-bottom: 40px;
  }
}
.supplier_info-section1 .cont .f_tit .tit {
  font-weight: bold;
  line-height: 1.2;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .supplier_info-section1 .cont .f_tit .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .supplier_info-section1 .cont .f_tit .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .supplier_info-section1 .cont .f_tit .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .supplier_info-section1 .cont .f_tit .tit {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .supplier_info-section1 .cont .f_tit .tit {
    margin-bottom: 10px;
  }
}
.supplier_info-section1 .cont .f_tit .text {
  font-size: 14px;
  color: #999999;
}
@media (max-width: 991px) {
  .supplier_info-section1 .cont .f_tit .text {
    font-size: 12px;
  }
}
.supplier_info-section1 .cont .jut {
  width: 100%;
}
.supplier_info-section1 .cont .jut .item {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f7f7f7;
}
@media (max-width: 1440px) {
  .supplier_info-section1 .cont .jut .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .supplier_info-section1 .cont .jut .item {
    margin-bottom: 26px;
    padding-bottom: 26px;
  }
}
.supplier_info-section1 .cont .jut .item .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .supplier_info-section1 .cont .jut .item .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .supplier_info-section1 .cont .jut .item .tit {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .supplier_info-section1 .cont .jut .item .tit {
    font-size: 16px;
  }
}
.supplier_info-section1 .cont .jut .item .text {
  font-size: 14px;
  color: #555555;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .supplier_info-section1 .cont .jut .item .text {
    font-size: 12px;
    line-height: 16px;
  }
}
.supplier_info-section1 .cont .jut .item .text p {
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .supplier_info-section1 .cont .jut .item .text p {
    margin-bottom: 10px;
  }
}
.supplier_info-section1 .cont .jut .item .text p:last-child {
  margin-bottom: 0;
}
.supplier_info-section1 .cont .but {
  width: 200px;
  height: 60px;
  background-color: #ea5504;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .supplier_info-section1 .cont .but {
    width: 180px;
    height: 55px;
  }
}
@media (max-width: 1199px) {
  .supplier_info-section1 .cont .but {
    width: 140px;
    height: 50px;
    font-size: 14px;
  }
}
/* End */
/* 申请成为供应商 */
.apply-section1 .cont {
  max-width: 650px;
  margin: 0 auto;
}
.apply-section1 .cont .tit {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .apply-section1 .cont .tit {
    font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .apply-section1 .cont .tit {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .apply-section1 .cont .tit {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .apply-section1 .cont .tit {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .apply-section1 .cont .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .apply-section1 .cont .tit {
    margin-bottom: 30px;
  }
}
.apply-section1 .cont .item {
  margin-bottom: 12px;
}
.apply-section1 .cont .item input,
.apply-section1 .cont .item button {
  height: 70px;
  width: 100%;
  padding: 28px 20px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  color: #999999;
}
@media (max-width: 1199px) {
  .apply-section1 .cont .item input,
  .apply-section1 .cont .item button {
    height: 60px;
    padding: 22px 20px;
    font-size: 12px;
  }
}
.apply-section1 .cont .item button {
  background-color: #ea5504;
  color: #fff;
  font-size: 22px;
  padding: 0;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .apply-section1 .cont .item button {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .apply-section1 .cont .item button {
    font-size: 18px;
  }
}
.apply-section1 .cont .radio {
  display: flex;
  margin-bottom: 30px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .apply-section1 .cont .radio {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .apply-section1 .cont .radio {
    margin-bottom: 16px;
  }
}
.apply-section1 .cont .radio span {
  display: block;
  margin-right: 40px;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .apply-section1 .cont .radio span {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .apply-section1 .cont .radio span {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .apply-section1 .cont .radio span {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .apply-section1 .cont .radio span {
    display: none;
  }
}
.apply-section1 .cont .radio .jut {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.apply-section1 .cont .radio .jut label {
  display: block;
  position: relative;
  margin-right: 50px;
  padding-left: 28px;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .apply-section1 .cont .radio .jut label {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .apply-section1 .cont .radio .jut label {
    margin-right: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .apply-section1 .cont .radio .jut label {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .apply-section1 .cont .radio .jut label {
    font-size: 12px;
    margin-right: 12px;
    padding-left: 20px;
  }
}
.apply-section1 .cont .radio .jut label:last-child {
  margin-bottom: 0;
}
.apply-section1 .cont .radio .jut label input {
  opacity: 0;
}
.apply-section1 .cont .radio .jut label:after,
.apply-section1 .cont .radio .jut label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.apply-section1 .cont .radio .jut label:after {
  width: 16px;
  height: 16px;
  border: 2px solid #9b9b9b;
}
@media (max-width: 767px) {
  .apply-section1 .cont .radio .jut label:after {
    width: 12px;
    height: 12px;
  }
}
.apply-section1 .cont .radio .jut label:before {
  width: 6px;
  height: 6px;
  background-color: #ea5504;
  left: 7px;
  opacity: 0;
}
@media (max-width: 767px) {
  .apply-section1 .cont .radio .jut label:before {
    width: 4px;
    height: 4px;
    left: 6px;
  }
}
.apply-section1 .cont .radio .jut .on {
  font-weight: bold;
}
.apply-section1 .cont .radio .jut .on:after {
  border-color: #ea5504;
}
.apply-section1 .cont .radio .jut .on:before {
  opacity: 1;
}
.apply-section1 .cont .file {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .apply-section1 .cont .file {
    margin-bottom: 20px;
  }
}
.apply-section1 .cont .file .lt {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 150px);
}
@media (max-width: 1199px) {
  .apply-section1 .cont .file .lt {
    width: calc(100% - 130px);
  }
}
@media (max-width: 767px) {
  .apply-section1 .cont .file .lt {
    width: 100%;
    margin-bottom: 12px;
  }
}
.apply-section1 .cont .file .lt span {
  font-size: 16px;
  display: block;
}
@media (max-width: 1199px) {
  .apply-section1 .cont .file .lt span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .apply-section1 .cont .file .lt span {
    width: 100%;
    margin-bottom: 5px;
  }
}
.apply-section1 .cont .file .lt a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #ea5504;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .apply-section1 .cont .file .lt a {
    margin-left: 0;
  }
}
.apply-section1 .cont .file .lt a i {
  display: block;
  width: 18px;
  margin-right: 4px;
}
.apply-section1 .cont .file .lt a i img {
  width: 100%;
}
.apply-section1 .cont .file .but {
  width: 140px;
  height: 70px;
  padding: 28px 20px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .apply-section1 .cont .file .but {
    height: 60px;
    padding: 22px 20px;
    font-size: 12px;
    width: 120px;
  }
}
.apply-section1 .cont .file .but i {
  display: block;
  width: 16px;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .apply-section1 .cont .file .but i {
    width: 12px;
    margin-right: 5px;
  }
}
.apply-section1 .cont .file .but input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.apply-section1 .cont p {
  text-align: center;
  font-size: 14px;
  color: #999999;
}
@media (max-width: 991px) {
  .apply-section1 .cont p {
    font-size: 12px;
  }
}
/* End */
/* 搜索结果页面 */
.searchresult-section1 .cont {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .searchresult-section1 .cont .font {
    width: 100%;
    margin-bottom: 20px;
  }
}
.searchresult-section1 .cont .font .tit {
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .searchresult-section1 .cont .font .tit {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .searchresult-section1 .cont .font .tit {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .searchresult-section1 .cont .font .tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .searchresult-section1 .cont .font .tit {
    font-size: 22px;
  }
}
.searchresult-section1 .cont .font .text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .searchresult-section1 .cont .font .text {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .searchresult-section1 .cont .font .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .searchresult-section1 .cont .font .text {
    font-size: 16px;
  }
}
.searchresult-section1 .cont .font .text span {
  color: #ea5504;
}
.searchresult-section1 .cont .f_sle1 {
  position: relative;
  width: 160px;
  height: 50px;
}
.searchresult-section1 .cont .f_sle1 .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .searchresult-section1 .cont .f_sle1 .tit {
    font-size: 14px;
    padding: 0 14px;
  }
}
.searchresult-section1 .cont .f_sle1 .tit i {
  display: block;
  width: 10px;
}
.searchresult-section1 .cont .f_sle1 .tit i img {
  width: 100%;
}
.searchresult-section1 .cont .f_sle1 .tit i img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .searchresult-section1 .cont .f_sle1 .tit {
    border-color: ececec;
    background-color: #37383c;
    color: #fff;
    font-weight: bold;
  }
  .searchresult-section1 .cont .f_sle1 .tit i img:nth-child(1) {
    display: none;
  }
  .searchresult-section1 .cont .f_sle1 .tit i img:nth-child(2) {
    display: block;
  }
}
.searchresult-section1 .cont .f_sle1 .jut {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ececec;
  display: none;
  z-index: 3;
}
.searchresult-section1 .cont .f_sle1 .jut a {
  padding: 18px 20px;
  display: block;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .searchresult-section1 .cont .f_sle1 .jut a {
    font-size: 14px;
    padding: 16px 14px;
  }
}
.searchresult-section1 .cont .f_sle1 .jut a:last-child {
  border-bottom: none;
}
.searchresult-section1 .cont .f_sle1:hover .jut {
  display: block;
}
.searchresult-section1 .cont .f_sle1:hover .tit {
  border-color: ececec;
  background-color: #37383c;
  color: #fff;
  font-weight: bold;
}
.searchresult-section1 .cont .f_sle1:hover .tit i img:nth-child(1) {
  display: none;
}
.searchresult-section1 .cont .f_sle1:hover .tit i img:nth-child(2) {
  display: block;
}
.searchresult-section1 .cont .on .tit {
  border-color: ececec;
  background-color: #37383c;
  color: #fff;
  font-weight: bold;
}
.searchresult-section1 .cont .on .tit i img:nth-child(1) {
  display: none;
}
.searchresult-section1 .cont .on .tit i img:nth-child(2) {
  display: block;
}
.searchresult-section2 {
  padding-top: 0;
}
.searchresult-section2 .cont {
  max-width: 1000px;
  margin: 0 auto;
}
.searchresult-section2 .cont .jut {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .searchresult-section2 .cont .jut {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .searchresult-section2 .cont .jut {
    margin-bottom: 30px;
  }
}
.searchresult-section2 .cont .jut .item {
  padding: 60px 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .searchresult-section2 .cont .jut .item {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .searchresult-section2 .cont .jut .item {
    padding: 30px 0;
  }
}
.searchresult-section2 .cont .jut .item .font {
  width: 60%;
  width: calc(100% - 258px);
}
@media (max-width: 991px) {
  .searchresult-section2 .cont .jut .item .font {
    width: 100%;
    margin-top: 20px;
    order: 1;
  }
}
.searchresult-section2 .cont .jut .item .font .lab {
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
@media (max-width: 500px) {
  .searchresult-section2 .cont .jut .item .font .lab {
    margin-bottom: 6px;
    font-size: 12px;
  }
}
.searchresult-section2 .cont .jut .item .font .tit {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .searchresult-section2 .cont .jut .item .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .searchresult-section2 .cont .jut .item .font .tit {
    margin-bottom: 12px;
  }
}
.searchresult-section2 .cont .jut .item .font .text {
  font-size: 20px;
  color: #999999;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .searchresult-section2 .cont .jut .item .font .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .searchresult-section2 .cont .jut .item .font .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .searchresult-section2 .cont .jut .item .font .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.searchresult-section2 .cont .jut .item .img {
  width: 248px;
  height: 150px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .searchresult-section2 .cont .jut .item .img {
    order: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.searchresult-section2 .cont .jut .item .img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.searchresult-section2 .cont .move {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  margin: 0 auto;
}
.searchresult-section2 .cont .move i {
  display: block;
  width: 9px;
  margin-left: 8px;
  overflow: hidden;
}
.searchresult-section2 .cont .move i img {
  width: 100%;
  float: left;
}
/* End */
/* 法律声明 */
.law-section1 .tit {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .law-section1 .tit {
    margin-bottom: 30px;
  }
}
.law-section1 .cont {
  background-color: #fff;
  width: 100%;
  padding: 100px;
}
@media (max-width: 1440px) {
  .law-section1 .cont {
    padding: 80px;
  }
}
@media (max-width: 1199px) {
  .law-section1 .cont {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .law-section1 .cont {
    padding: 40px 20px;
  }
}
.law-section1 .cont .make-text strong {
  font-weight: bold;
}
/* End */
/* 网站地图 */
.websitemap-section1 {
  width: 100%;
}
.websitemap-section1 .cont {
  background-color: #fff;
  padding: 100px 184px;
}
@media (max-width: 1440px) {
  .websitemap-section1 .cont {
    padding: 80px 150px;
  }
}
@media (max-width: 1199px) {
  .websitemap-section1 .cont {
    padding: 60px 100px;
  }
}
@media (max-width: 991px) {
  .websitemap-section1 .cont {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .websitemap-section1 .cont {
    padding: 40px 20px;
  }
}
.websitemap-section1 .cont .item {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .websitemap-section1 .cont .item {
    padding-bottom: 20px;
  }
}
.websitemap-section1 .cont .item .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .websitemap-section1 .cont .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .websitemap-section1 .cont .item .tit {
    font-size: 16px;
  }
}
.websitemap-section1 .cont .item .tit i {
  display: block;
  overflow: hidden;
  width: 10px;
  margin-left: 8px;
}
.websitemap-section1 .cont .item .tit i img {
  width: 100%;
}
.websitemap-section1 .cont .item .jut {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .websitemap-section1 .cont .item .jut {
    margin-top: 20px;
  }
}
.websitemap-section1 .cont .item .jut .list {
  display: block;
  font-size: 14px;
  width: 25%;
  padding-right: 10px;
  color: #666666;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .websitemap-section1 .cont .item .jut .list {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .websitemap-section1 .cont .item .jut .list {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .websitemap-section1 .cont .item .jut .list {
    width: 50%;
  }
}
.websitemap-section1 .cont .item .jut .list span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.websitemap-section1 .cont .item .jut .list:hover {
  color: #ea5504;
}
/* End */
/* 弹窗 */
.f_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.altbox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 100%;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.altbox:after {
  content: "";
  clear: both;
  display: block;
}
.altbox .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.altbox .cont {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 100vh;
  overflow: auto;
  background-color: #efefef;
  float: right;
  padding: 80px 80px 60px;
	overflow: auto;
}
@media (max-width: 1440px) {
  .altbox .cont {
    padding: 40px 60px;
  }
}
@media (max-width: 1199px) {
  .altbox .cont {
    width: 100%;
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .altbox .cont {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .altbox .cont {
    padding: 30px 20px;
  }
}
.altbox .cont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.altbox .cont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ea5504;
}
.altbox .cont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.altbox .cont .cox {
  position: absolute;
  right: 80px;
  top: 50px;
  width: 25px;
}
@media (max-width: 1440px) {
  .altbox .cont .cox {
    right: 60px;
    top: 30px;
    width: 20px;
  }
}
@media (max-width: 1199px) {
  .altbox .cont .cox {
    top: 20px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .altbox .cont .cox {
    top: 15px;
    right: 20px;
  }
}
.altbox .cont .cox img {
  width: 100%;
}
.altbox .cont .tit {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .altbox .cont .tit {
    font-size: 26px;
		margin-bottom: 14px;
  }
}
@media (max-width: 1366px) {
  .altbox .cont .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .altbox .cont .tit {
    /* font-size: 18px; */
  }
}
@media (max-width: 767px) {
  .altbox .cont .tit {
    /* font-size: 16px; */
  }
}
@media (max-width: 1440px) {
  .altbox .cont .tit {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .altbox .cont .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .altbox .cont .tit {
    margin-bottom: 20px;
  }
}
.altbox .cont .list {
  width: 100%;
  margin-bottom: 10px;
}
.altbox .cont .list .f_tit {
  font-size: 20px;
  color: #ea5504;
  line-height: 1;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .altbox .cont .list .f_tit {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .altbox .cont .list .f_tit {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .altbox .cont .list .f_tit {
    /* margin-bottom: 20px; */
  }
}
@media (max-width: 991px) {
  .altbox .cont .list .f_tit {
    /* margin-bottom: 16px; */
  }
}
.altbox .cont .list .jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1440px) {
  .altbox .cont .list .jut {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .altbox .cont .list .jut {
    margin: 0;
  }
}
.altbox .cont .list .jut .item {
  padding: 0 10px;
  width: 50%;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .altbox .cont .list .jut .item {
    padding: 0 5px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .altbox .cont .list .jut .item {
    padding: 0;
    width: 100%;
    margin-bottom: 14px;
  }
}
.altbox .cont .list .jut .item span {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .altbox .cont .list .jut .item span {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.altbox .cont .list .jut .item input,
.altbox .cont .list .jut .item textarea,
.altbox .cont .list .jut .item select {
  background-color: #fff;
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px;
  padding: 8px 20px;
}
@media (max-width: 1199px) {
  .altbox .cont .list .jut .item input,
  .altbox .cont .list .jut .item textarea,
  .altbox .cont .list .jut .item select {
    height: 30px;
  }
}
.altbox .cont .list .jut .item textarea {
  width: 100%;
  height: 470px;
  height: 100px;
}
.altbox .cont .list .jut .item select {
  background: #fff url(../image/selicon1.png) no-repeat;
  background-position: 95% 45%;
  background-size: 9px 16px;
}
.altbox .cont .list .jut .textarea {
  width: 100%;
}
.altbox .cont .but {
  display: flex;
}
.altbox .cont .but span {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #8c9195;
  background-color: #fff;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
	.altbox .cont .list .jut .item textarea{
		height: 80px;
	}
  .altbox .cont .but span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.altbox .cont .but .du {
  display: block;
  width: calc(100% - 44px);
  font-size: 16px;
}
@media (max-width: 1440px) {
  .altbox .cont .but .du {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1199px) {
  .altbox .cont .but .du {
    font-size: 14px;
  }
}
.altbox .cont .on span {
  background-color: #ea5504;
  border-color: #ea5504;
	background: #ea5504 url(../image/zhengque.png) no-repeat center;
	background-size: 50% 35%;
}
.altbox .cont .sub {
  width: 390px;
  height: 50px;
  background-color: #37383c;
  font-size: 16px;
  color: #fff;
  border: none;
  margin-top: 26px;
}
@media (max-width: 1440px) {
  .altbox .cont .sub {
    width: 360px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .altbox .cont .sub {
    width: 300px;
    height: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .altbox .cont .sub {
    width: 100%;
    margin-top: 20px;
  }
}
/* End: ; */
.headbox-section1 .cont .gt .lange {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.headbox-section1 .cont .gt .lange:hover .f-list {
  display: block;
}
.headbox-section1 .cont .gt .lange .f-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background-color: #fff;
  display: none;
}
.headbox-section1 .cont .gt .lange .f-list a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 16px;
}
.headbox-section1 .cont .gt .lange .f-list a:hover {
  color: #ea5504;
}
.swiper-wrapper{
	height: auto;
}
.service-section2{
	overflow: hidden;
}
/*案例详情*/
.new-title-flex{
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px;
  background: #ffffff;
  z-index: 999999999;
}
.new-title-flex .new-title-bg{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.new-title-flex .new-title-bg .new-title{
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .new-title-flex .new-title-bg .new-title{
    font-size: 24px;
    width: 100%;
  }
}
/*新底部*/
.new-footerbox {
  padding: 60px 0 30px;
  background-color: #f5f5f7;
  border-top: 3px solid #b6b6b7;
}
.new-footerbox .footerbox-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-around;
}
.new-footerbox .footerbox-flex .logo-box .logo{
  display: inline-block;
  width: 140px;
}
.new-footerbox .footerbox-flex .logo-box .logo img{
  width: 100%;
}
.new-footerbox .footerbox-flex .title{
  font-size: 16px;
  color: #757475;
}
.new-footerbox .footerbox-flex .title p{
  font-weight: bold;
}
.new-footerbox .footerbox-flex .title span{
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
}
.new-footerbox .footerbox-flex .title span:after{
  margin-top: 30px;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #757475;
}
.new-footerbox .footerbox-flex .send-msg{
  margin-top: 50px;
}
.new-footerbox .footerbox-flex .send-msg a{
  background: #273677;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 3px;
}
.new-footerbox .footerbox-flex .address{
  margin-top: 30px;
  font-size: 12px;
  color: #757475;
  line-height: 2;
}
.new-footerbox .footerbox-flex .address .service{
  font-size: 12px;
  font-weight: bold;
}
.new-footerbox .footerbox-flex .address .copyrights{
  margin-top: 30px;
}
.new-footerbox .more-box{
  width: 60%;
}
.new-footerbox .more-up{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
.new-footerbox .more-up .social-icon img{
  width: 30px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 50px;
}
.new-footerbox .more-up .wechat-qrcode{
  margin-top: 50px;
}
..new-footerbox .more-up .wechat-qrcode img{
    width: 200px;
}
.new-footerbox .more-up .menu-bar .lt{
  max-width: 790px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #757475;
}
.new-footerbox .more-up .menu-bar{
  width: 60%;
}
.new-footerbox .more-up .menu-bar .lt .list{
  margin-top: 50px;
}
.new-footerbox .more-up .menu-bar .list .tit{
  font-size: 12px;
  font-weight: bold;
  color: #757475;
}
.new-footerbox .more-up .menu-bar .list .jut{
  padding-top: 26px;
}
.new-footerbox .more-up .menu-bar .list .jut a{
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  color: #757475;
  font-size: 12px;
}
.new-footerbox .more-down {
  margin-top: 30px;
  border-top: 1px solid #75747436;
  padding-top: 30px;
}
.new-footerbox .more-down .partner-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-footerbox .more-down .partner-flex .partner-logo{
  display: flex;
  justify-content: space-between;
}
.new-footerbox .more-down .partner-flex .partner-logo .partner-logo-text{
  width: 30%;
  color: #757475;
  font-size: 8px;
}
.new-footerbox .more-down .partner-flex .partner-logo .partner-logo-text span{
  font-size: 8px;
}
.new-footerbox .more-down .partner-flex .partner-logo img{
  width: 78px;
  height: 27px;
  display: inline-block;
  /*padding: 0 10px;*/
}
.new-footerbox .more-down .partner-flex .partner-links{
  font-size: 12px;
  text-align: center;
  width: 60%;
  line-height: 2
}
.new-footerbox .more-down .partner-flex .partner-links a{
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1281px) {
  .cpoy-box{width: 100%}
  .new-footerbox .more-box {width: 100%;margin-top: 30px;}
  .new-footerbox .more-up .menu-bar {width: 100%;margin-top: 30px;}
}
@media (max-width: 767px) {
  .new-footerbox .logo-box,.new-footerbox .cpoy-box,.new-footerbox .more-box,.new-footerbox .more-down .partner-flex .partner-logo,.new-footerbox .more-down .partner-flex .partner-links{
    width: 100%;
    margin-bottom: 30px;
  }
  .new-footerbox .more-up .menu-bar{
    display: none;
  }
  .new-footerbox .more-down .partner-flex {
    display: block;
  }
}
/*  新加的  */
.bannerbox .swiper-slide .f_cont .font .but i,.home-section4 .basecont .font .but i,
.home-section5 .ho5-cont .item .font .data i,
.productbox-section1 .cont .gt .f_cont .item .list .font i,
.footerbox-fixed .cont .but i,
.product_info-section3 .produ_info-cont .item .list .font i,
.solution-section1 .cont .item .list .jut .font i,
.newsbox-section1 .cont .list .item .font .data i,
.footerbox-section2 .cont .gt .form button img,
.aboutbox-section1 .f_item .lt .font .but i{
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.bannerbox .swiper-slide .f_cont .font .but:hover i,
.home-section4 .basecont .font .but:hover i,
.home-section5 .ho5-cont .item:hover .font .data i,
.productbox-section1 .cont .gt .f_cont .item .list:hover .font i,
.footerbox-fixed .cont .but:hover i,
.product_info-section3 .produ_info-cont .item .list:hover .font i,
.solution-section1 .cont .item .list:hover .jut .font i,
.newsbox-section1 .cont .list .item:hover .font .data i,
.footerbox-section2 .cont .gt .form button:hover img,
.aboutbox-section1 .f_item .lt .font .but:hover i{
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.footerbox-section2 .cont .lt .list .jut a{
  color: #757475;
}

.home-section2 .item .font{
  position: relative;
}
.home-section2 .item .font .f_img{
    width: 65%;
}
.home-section2 .item .font .f_img img{
    width: 100%;
}
.home-section2 .item .font .but,.home-section2 .item .font .tit,.home-section2 .item .font .lab{
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px){
.home-section2 .item .font .f_img{
  position: absolute;
  right: 0;
  width: 320px;
  bottom: 30px;
  z-index: 1;
  display: block;
}

.home-section2 .item .font .f_img img{
  width: 100%;
}
}
@media (max-width: 991px){
.home-section2 .item .font .f_img{
  bottom: 16px;
  width: 240px;
}
}
@media (max-width: 567px){
.home-section2 .item .font .f_img{
  bottom: 16px;
  width: 230px;
}
}

.home-section2 .item .img{
  z-index: 3;
}
.home-section2 .item .f_pre{
  z-index: 4;
}
.productbanner .basecont .font{
	max-width: 1040px;
	margin: 0 auto;
}

@media (max-width:767px) {
	.altbox .cont .list .jut .item textarea{
		height: 50px;
	}
	.altbox .cont .tit{
		margin-bottom: 14px;
	}
	.altbox .cont{
		padding: 22px 20px;
	}
	.altbox .cont .list .jut .item:nth-child(4) {
		margin-bottom: 0;
	}
	.altbox .cont .list .f_tit{
		font-size: 16px;
		margin-bottom: 6px;
	}
	.altbox .cont .sub{
		height: 36px;
		font-size: 14px;
	}
	.altbox .cont .but span{
		width: 16px;
		height: 16px;
		margin-top: ;
	}
	.altbox .cont .list .jut .textarea{
		margin-bottom: 0;
	}
}

.service-list .service-footer{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #283778;
  color: #ffffff;
  transition: all 0.2s;
  margin-top: 3px;
}
.service-list a:hover .service-footer{
  background: #283778;
  color: #ffffff;
}
.service-list .service-footer .service-title{
  font-size: 16px;
}
.service-list .service-footer .service-title span{
  font-size: 12px;
  font-weight: normal;
}
.service-list .service-footer .service-more-btn span{
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    background: #ffffff;
    color: #283778;
    border-radius: 2500px;
}

.footer-copyright,.service-list .service-footer,.anli-desc,.mobile-from{display:none}
.team-box .team-left span:after{display:none;}
.product-group{min-height: 68px;}
@media (max-width: 450px) {
    .about-uphos-data-bg .about-uphos-data-list .item:first-child,.service-from{display:none}
    .mobile-from,.mobile-from .service-from{display: block;}
    .mobile-from .service-from .service-from-title {
        font-size: 18px;
        color: #283778;
        font-weight: normal;
    }
    .mobile-from .service-from .item input{
        width: calc(50% - 5px);
        font-size: 14px;
        padding: 10px 10px;
        border-radius: 10px;
    }
    .mobile-from .service-from .btn span{
        font-size: 14px;
        font-weight: normal;
        padding: 5px 20px;
        cursor: pointer;
    }
    .anli-desc{
        display:block;
        padding: 20px 0;
        position: relative;
    }
    .anli-desc p{
        font-size: 13px;
        color: #2d2d2d;
        line-height: 2;
    }
    .anli-desc span {
        background: #283778;
        color: #ffffff;
        font-size: 12px;
        font-weight: normal;
        border-radius: 2500px;
        height: 30px;
        width: 80px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        position: absolute;
        top: 30px;
        right: 0;
    }
    .about-uphos-data-bg .about-uphos-data-list .item{width:50%}
    .service-list .service-footer{display: flex;}
    .about-uphos-data-bg{
        width: calc(100% - 32px);
        margin: -20px auto;
        padding: 20px;
    }
    .about-uphos-data-bg .about-uphos-data-list .item .about-number{font-size: 16px;}
    .about-uphos-data-bg .about-uphos-data-list .item .about-desc{font-size:12px;}
    .home-section5 .section-title .section-message{width:100%}
    .about-uphos-fixed{
        width: 100%;
        background-image: url(../picture/about-uphos-fixed-mobile.png);
        background-position: center; /* 确保图片居中 */
        background-repeat: no-repeat; /* 防止图片重复 */
        padding: 0;
    }
    .about-uphos-fixed p{font-size:14px;color:#3f3f3f;line-height:2}
    .about-uphos-fixed .send-msg span {
        background: #283778;
        color: #ffffff;
        font-size: 12px;
        font-weight: normal;
        border-radius: 2500px;
        height: 30px;
        width: 80px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
  .history-flex .history-item{
    width: 100%;
  }
  .team-list .team-left .team-title{
    font-size: 22px;
  }
  .partners-list-item{width:120px;height:50px;margin: 8px;}
  .new-footerbox .logo-box, .new-footerbox .cpoy-box, .new-footerbox .more-up,.new-footerbox .more-down,.new-footerbox .more-down .partner-flex,.new-footerbox .more-down .partner-flex .partner-links,.social-icon,.new-footerbox .footerbox-flex .address .copyrights,.service-list .service-head,.anli-slide,.nav-container-bgs{
      display: none;
  }
  .new-footerbox{padding-top:0;border-top: 1px solid #ebebeb;}
  .footer-copyright{display:block;font-size:12px;color:#757475;line-height:2}
  .footer-copyright .footer-images{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
  }
  .footer-copyright .footer-images .footer-logo{width:30%}
  .footer-copyright .footer-images .footer-logo img{width:100%;margin-top: 7px;}
  .footer-copyright .footer-images .footer-code{width:60%}
  .footer-copyright .footer-images .footer-code img{width:100%}
  .partners-list-items{width: calc(50% - 16px);}
  .nav-container span{padding: 5px 10px;font-size:14px;}
  .nav-container span.active{font-size:14px;background-color: #273778;}
}