/* 前端白明明 */

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.page {
  padding: 0;
  margin-top: 35px;
}

.page1 {
  clear: both;
  text-align: center;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 5;
}

.page1 span {
  margin: 0 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}

.page1 span a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: block;
  color: #a6a6a6;
  padding: 0;
  line-height: 40px;
  text-decoration: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 100%;
}

.page1 span a:hover, .page1 span.current a {
  color: #fff;
  background: #d03c1b;
}

.page2 {
  width: 120px;
  height: 40px;
  background: #d03c1b;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  display: none;
  text-align: center;
}


.clearfix {
  *zoom: 1;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

/* 关于 */

.fbd {
  font-weight: bold;
}

.banner {
  position: relative;
  overflow: hidden;
  width: calc(100% + 80px);
  left: -40px;
}

.banner > img {
  display: block;
  width: 100%;
}

.banner .mimg {
  display: none;
}

.banner .txt {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  color: #fff;
  margin-top: -100px;
}

.banner .txt .tbox {
}

.banner .txt .tbox .nav_two {
  padding-left: 26px;
  background: url(../images/8_1.png) center left no-repeat;
}

.banner .txt .tbox .nav_two a {
  display: block;
  float: left;
  line-height: 20px;
  color: #bfbfbf;
  letter-spacing: 1px;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.banner .txt .tbox .nav_two a:last-child {
  color: #fff;
}

.banner .txt .tbox .nav_two a:hover {
  color: #fff;
}

.banner .txt .tbox .tt {
  font-size: 60px;
  margin-bottom: 45px;
}

.banner .txt .tbox .nav_two2 {
  display: inline-block;
  padding-right: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.banner .txt .tbox .nav_two2 a {
  display: block;
  float: left;
  line-height: 30px;
  padding: 10px;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.banner .txt .tbox .nav_two2 a:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  top: 21px;
  right: 0;
}

.banner .txt .tbox .nav_two2 a:nth-child(1) {
  padding-left: 0;
}

.banner .txt .tbox .nav_two2 a:last-child:before {
  display: none;
}

.banner .txt .tbox .nav_two2 a:hover {
  color: #d03c1b;
}

.banner .txt .tbox .xian {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 40px;
}

.abox {
  width: 92%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 90px;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.ab1 {
  margin: 60px auto 50px;
  text-align: center;
  position: relative;
}

.ab1 .tt {
  color: #d03c1b;
}

.ab1 .en {
  margin: 30px 0 80px;
  color: #4c4c4c;
}

.ab1 .tc {
  line-height: 34px;
  color: #999;
}

.ab1 .img {
  display: block;
  margin: 50px auto 0;
  max-width: 570px;
  height: auto;
  position: relative;

}
.ab1 .img img {
  cursor: pointer;
}
.ab1 .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.ab2 {
  text-align: center;
  margin-bottom: 50px;
}

.ab2 .tt {
  color: #d03c1b;
}

.ab2 .en {
  margin: 30px 0 80px;
  color: #4c4c4c;
}

.ab2 .abox {
  padding: 80px 0;
}

.ab2 .hlt {
  width: 300px;
  float: left;
  position: relative;
  padding: 30px 0;
}

.ab2 .hlt .swiper5 {
  width: 100%;
  height: 720px;
  background: url(../images/8_2.png) right top repeat-y;
}

.ab2 .hlt .prev5 {
  width: 16px;
  height: 10px;
  background: url(../images/8_4.jpg) no-repeat;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
}

.ab2 .hlt .next5 {
  width: 16px;
  height: 10px;
  background: url(../images/8_3.jpg) no-repeat;
  left: auto;
  right: 0;
  margin: 0;
  bottom: 0;
  top: auto;
}

.ab2 .hlt .swiper5 .swiper-slide {
  background: url(../images/8_3.png) top right no-repeat;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  padding-right: 30px;
  text-align: right;
  cursor: pointer;
}

.ab2 .hlt .swiper5 .swiper-slide a {
  font-size: 18px;
  color: #888;
}

.ab2 .hlt .swiper5 .swiper-slide s {
  opacity: 0;
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 3px solid #d03c1b;
  background: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -6px;
}

.ab2 .hlt .swiper5 .swiper-slide-active a {
  font-size: 72px;
  color: #d03c1b;
  font-weight: bold;
}

.ab2 .hrt {
  width: calc(100% - 500px);
  float: right;
  margin-right: 100px;
  text-align: justify;
}

.ab2 .hrt .swiper6::-webkit-scrollbar {
  width: 4px;
}

.ab2 .hrt .swiper6::-webkit-scrollbar-thumb {
  background: #d03c1b;
}

.ab2 .hrt .swiper6::-webkit-scrollbar-track {
  background: #ccc;
}

.ab2 .hrt .swiper6 {
  height: 770px;
  overflow: auto;
  padding-right: 10px;
  position: relative;
}

.ab2 .hrt .ul1 {
}

.ab2 .hrt .num {
  font-size: 120px;
  color: #dbdbdb;
  border-bottom: 2px solid #ddd;
  margin-bottom: 40px;
}

.ab2 .hrt .ul1 li {
  width: 49%;
  float: left;
  box-sizing: border-box;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ab2 .hrt .ul1 li .ltt {
  /*padding-left: 45px;*/
  padding-left: 180px;
  background: url(../images/time.png) top left no-repeat;
  line-height: 32px;
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  position: relative;
}

.ab2 .hrt .ul1 li .ltt .inner {
  height: 136px;
  overflow: auto;
  padding-right: 10px;
}

.ab2 .hrt .ul1 li ::-webkit-scrollbar {
  width: 2px;
}

.ab2 .hrt .ul1 li ::-webkit-scrollbar-thumb {
  background-color: #d03c1b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ab2 .hrt .ul1 li ::-webkit-scrollbar-thumb:hover {
  background: #d03c1b;
}

.ab2 .hrt .ul1 li .ltt span {
  /*margin-right: 20px;*/
  position: absolute;
  left: 45px;
}

.ab2 .hrt .ul1 li .ltc {
  color: #888;
  font-size: 12px;
  font-family: Times New Roman;
  margin-top: 85px;
  overflow: hidden;
  white-space: nowrap;
}

.ab2 .hrt .ul1 li:nth-child(2n) {
  float: right;
}

.ab3 {
  text-align: center;
  margin-bottom: 80px;
}

.ab3 .tt {
  color: #d03c1b;
}

.ab3 .en {
  margin: 30px 0 80px;
  color: #4c4c4c;
}

.ab3 .ul1 {
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
}

.ab3 .ul1 li {
  width: 33.33%;
  float: left;
}

.ab3 .ul1 li .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #d13c1c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto 20px;
}

.ab3 .ul1 li .img img {
  display: block;
  width: 100%;
}

.ab3 .ul1 li .tc {
  line-height: 1.8;
  color: #888;
  margin-top: 10px;
}

.ab3 .ul1 li .img:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.top {
  display: none;
  position: fixed;
  width: 45px;
  height: 45px;
  right: 50px;
  bottom: 170px;
  z-index: 9;
  cursor: pointer;
  border: 2px solid #d03c1b;
  border-radius: 50%;
}

.top img {
  display: block;
  width: 100%;
}

.top s {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top.png) center no-repeat;
}

.top:hover {
  opacity: 1;
  background: #d03c1b;
  border: 1px solid #d03c1b;
}

.top:hover s {
  background: url(../images/top2.png) center no-repeat;
}

.ab1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

/* 联系我们 */

.con1 {
  position: relative;
  margin: 60px 0 100px;
}

.con1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 60px;
  left: -10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.con1 .abox {
  padding: 100px 90px;
}

.con1 .abox .ctp {
  width: 1040px;
  margin: 0 auto 60px;
  max-width: 100%;
}

.con1 .abox .ctp .clt {
  width: calc(100% - 400px);
  float: left;
}

.con1 .abox .ctp .clt .en {
  color: #d03c1b;
}

.con1 .abox .ctp .clt .tt {
  margin: 20px 0;
}

.con1 .abox .ctp .clt .tc1 {
  padding: 10px 0 40px;
  line-height: 1.5;
  display: inline-block;
  border-top: 2px solid #7d7d7d;
}

.con1 .abox .ctp .clt .tc2 {
  line-height: 2;
  color: #666;
  margin-top: 10px;
}

.con1 .abox .ctp .crt {
  width: 400px;
  float: right;
}

.con1 .abox .ctp .crt .tt {
  padding-left: 20px;
  background: url(../images/9_1.png) center left no-repeat;
  line-height: 16px;
  margin-bottom: 15px;
}

.con1 .abox .ctp .crt input, .con1 .abox .ctp .crt textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: #f3f3f3;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
}

.con1 .abox .ctp .crt textarea {
  resize: none;
  height: 205px;
  padding: 20px;
}

.con1 .abox .ctp .crt .more {
  width: 100%;
  display: block;
  line-height: 50px;
  border: 1px solid #d03c1b;
  text-align: center;
  color: #d03c1b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.con1 .abox .ctp .crt .more:hover {
  color: #fff;
  background: #d03c1b;
}

.con1 .abox .cbt {
}

#map {
  width: 100%;
  height: 390px;
  border: 1px solid #ddd;
}

.BMap_omCtrl
 {
    display: none !important;
}

#map img {
  max-width: inherit;
}

/* 招聘 */

.jo1 {
  margin: 50px 0 100px;
  text-align: center;
  position: relative;
}

.banner .txt .tbox .xian2 {
  background: #d03c1b;
  height: 2px;
}

.jo1 .img1 {
  margin: 0 auto;
}

.jo1 .img1 img {
  display: block;
  margin: 0 auto;
}

.jo1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 360px;
  left: -30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.jo1 .tt {
  color: #d03c1b;
}

.jo1 .en {
  margin: 30px 0 80px;
  color: #4c4c4c;
}

.jo1 .jtp1 {
  margin: 60px 0;
}

.jo1 .jtp1 .jlt {
  width: 61%;
  float: left;
  text-align: left;
}

.jo1 .jtp1 .jlt .jtt span {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0 100px 20px 0;
  color: #d03c1b;
}

.jo1 .jtp1 .jlt .jtt span .s1 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: #d03c1b;
}

.jo1 .jtp1 .jlt .jtt span .s2 {
  display: block;
  width: 40px;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 13px;
  right: 0;
}

.jo1 .jtp1 .jlt .jtt span .s3 {
  display: block;
  width: 100px;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 30px;
  right: -100px;
}

.jo1 .jtp1 .jlt .tc {
  line-height: 1.8;
  color: #666;
  margin: 20px 0 30px;
}

.jo1 .jtp1 .jlt .tc .tc_d1 {
  float: left;
  margin-right: 50px;
}

.jo1 .jtp1 .jlt .tc .tc_d1:last-child {
  margin-right: 0;
}

.jo1 .jtp1 .jlt .tc .tc2 {
  clear: both;
  padding-top: 5px;
}

.jo1 .jtp1 .jrt {
  width: 37%;
  position: relative;
  float: right;
  z-index: 3;
}

.jo1 .jtp1 .jrt .img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 50% 0 50% 50%;
  z-index: 3;
}

.jo1 .jtp1 .jrt .yuan1 {
  position: relative;
  margin-top: -200px;
  right: -40%;
  width: 400px;
  height: 400px;
  background: url(../images/10_3.jpg) bottom right no-repeat;
  z-index: 2;
}

.jo1 .jtp2 {
}

.jo1 .jtp2 .img, .jo1 .jtp2 .jlt img {
  display: block;
  width: 100%;
}

.jo1 .jtp3 .ul1 {
  margin-top: 80px;
  overflow: hidden;
}

.jo1 .jtp3 .ul1 dt {
  background: #434343;
  padding: 0 20px;
}

.jo1 .jtp3 .ul1 dt span {
  font-size: 16px;
  display: block;
  width: 16.66%;
  float: left;
  line-height: 105px;
  color: #fff;
  overflow: hidden;
}

.jo1 .jtp3 .ul1 dd .dtp {
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.jo1 .jtp3 .ul1 dd .dtp span {
  display: block;
  width: 16.66%;
  float: left;
  line-height: 66px;
  height: 66px;
  overflow: hidden;
}

.jo1 .jtp3 .ul1 dd .dbt {
  text-align: justify;
  display: none;
  padding: 45px 100px 80px;
  background: #ebebeb;
  line-height: 1.8;
  color: #666;
}

.jo1 .jtp3 .ul1 dd:nth-child(2) .dbt {
  display: block;
}

/* 新闻 */

.banner_new .txt .sbox {
  /* max-width: 840px; */
}
.banner_indu .txt .sbox h3 {
  font-size: 52px;
  font-family: '华文隶书';
}
.banner_indu .txt .sbox h6 {
  font-size: 20px;
  line-height: 24px;
  font-family: '华文隶书';
  margin-bottom: 160px;
}

.banner_new .txt .sbox .att {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 42px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner_indu .txt .sbox .att {
  font-size: 16px;
}

.banner_new .txt .sbox .atc {
  margin: 16px 0;
  font-size: 16px;
  line-height: 24px;
}
.banner_indu .txt .sbox .att {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  height: 28px;
}

.banner_new .txt .sbox .hy_btn2 {
  display: block;
  position: relative;
  width: 160px;
  line-height: 40px;
  background: #de3f1c;
  text-align: center;
  color: #ffff;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.banner_new .txt .sbox .hy_btn2:hover {
  border: 0;
  color: #fff;
}

.banner_new .txt .sbox .att:hover {
  color: #de3f1c;
}

.banner_new .txt {
  margin-top: -160px;
}

.new1 {
  position: relative;
  margin: 60px 0 50px;
}

.new1 .abox {
  padding: 80px 110px 80px 70px;
}

.new1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 360px;
  left: -30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.new1 .nlt {
  width: 230px;
  box-sizing: border-box;
  padding-right: 50px;
  float: left;
}

.new1 .nlt * {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.new1 .nlt .abtn a {
  display: block;
  line-height: 58px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  color: #4c4c4c;
  box-sizing: border-box;
}

.new1 .nlt .abtn a s {
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #e13b16;
}

.new1 .nlt .abtn a:hover, .new1 .nlt .abtn a.act {
  color: #e13b16;
}

.new1 .nlt .abtn a:hover s, .new1 .nlt .abtn a.act s {
  width: 100%;
}

.new1 .nlt input {
  display: block;
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 40px;
  background: #f7f7f7;
  outline: none;
  margin: 20px 0 15px;
  padding: 0 10px;
}

.new1 .nlt .sec {
  display: block;
  width: 100px;
  line-height: 30px;
  text-align: center;
  background: #e13b16;
  color: #fff;
  border-radius: 30px;
  position: relative;
}

.new1 .nlt .sec:hover {
  border: 0;
  color: #fff;
}

.new1 .nrt {
  width: calc(100% - 230px);
  float: right;
}

.new1 .nrt .ul1 {
}

.new1 .nrt .ul1 * {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.new1 .nrt .ul1 li {
  width: 48%;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 45px;
  z-index: 3;
}

.new1 .nrt .ul1 li:nth-child(2n) {
  float: right;
}

.new1 .nrt .ul1 li .img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.new1 .nrt .ul1 li .imga {
}

.new1 .nrt .ul1 li .img img {
  display: block;
  width: 100%;
  transform: scale(1.001);
  -webkit-transform: scale(1.001);
  position: relative;
  z-index: -2;
}

.new1 .nrt .ul1 li .lbox {
  padding: 0 5%;
}

.new1 .nrt .ul1 li .ltt {
  margin: 40px 0 5px;
  height: 72px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new1 .nrt .ul1 li .day {
  color: #999;
}

.new1 .nrt .ul1 li .tc {
  color: #808080;
  line-height: 1.8;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 75px;
}

.btn2 {
  display: block;
  position: relative;
  width: 100px;
  line-height: 50px;
  color: #000;
  text-align: center;
  margin: 0;
  height: 50px;
  position: relative;
  overflow: hidden;
  color: #d03c1b;
}

.btn2 span {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
}

.btn2 .bt_ico {
  stroke-width: 2px;
  fill: transparent;
  stroke: #dd483f;
  stroke-dasharray: 85 400;
  stroke-dashoffset: -153;
  transition: 1s all ease;
}

.btn2:hover .bt_ico {
  stroke-dasharray: 50 0;
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke: #dd483f;
}

.new1 .nrt .ul1 li {
  border: 4px solid transparent;
}

.new1 .nrt .ul1 li:hover {
  border-color: #e13b16;
}

.new1 .nrt .ul1 li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.new2 {
  text-align: center;
  margin-bottom: 80px;
}

.new2 .tt {
  color: #d03c1b;
}

.new2 .en {
  margin: 30px 0 50px;
  color: #4c4c4c;
}

.new2 .ul1 {
}

.new2 .ul1 li * {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.new2 .ul1 li {
  width: 31%;
  float: left;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 30px;
  border: 1px solid #ddd;
  margin-right: 3.5%;
  text-align: justify;
}

.new2 .ul1 li:nth-child(3n) {
  margin-right: 0;
}

.new2 .ul1 li .lbox {
  position: relative;
  margin-bottom: 50px;
}

.new2 .ul1 li .lbox .img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.new2 .ul1 li .lbox .img img {
  display: block;
  width: 100%;
  transform: scale(1.001);
  -webkit-transform: scale(1.001);
}

.new2 .ul1 li .lbox .biao {
  display: block;
  width: 90px;
  line-height: 30px;
  height: 38px;
  position: absolute;
  top: 0;
  left: -7px;
  background: url(../images/2_1.png) center left no-repeat;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.new2 .ul1 li .lbox .ltt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}

.new2 .ul1 li .lbox .tc {
  height: 50px;
  line-height: 1.8;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new2 .ul1 li:nth-child(2) .lbox .biao {
  background: url(../images/2_2.png) center left no-repeat;
}

.new2 .ul1 li:nth-child(3) .lbox .biao {
  background: url(../images/2_3.png) center left no-repeat;
}

.new2 .ul1 li .lbox:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.new2 .ul1 li .lbox:hover .ltt {
  color: #e13b16;
}

.a_dw {
  position: relative;
  top: -50px;
}

/* 新闻详情 */

.newc1 {
}

.newc1 .nrt {
  text-align: center;
}

.newc1 .nrt .tt {
  line-height: 1.5;
}

.newc1 .nrt .tc1 {
  color: #999;
  margin: 50px 0 20px;
}

.newc1 .nrt .tc {
  padding: 60px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
  color: #808080;
  line-height: 2;
}

.newc1 .nrt .tc img {
  display: block;
  margin: 0 auto;
}

.newc1 .nrt .abtn {
  position: relative;
  padding-right: 150px;
  margin: 70px 0 0;
}

.newc1 .nrt .abtn a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: block;
  width: 100%;
  color: #999;
  text-align: justify;
  margin-bottom: 10px;
}

.newc1 .nrt .abtn a:hover {
  color: #d03c1b;
}

.newc1 .nrt .abtn a.fh {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #d03c1b;
}

.newc1 .nrt .abtn a.fh:hover {
  border: 0;
  color: #fff;
}

/* 洞察 */

.ind1 {
}

.ind1 .ul3 {
}

.ind1 .ul3 * {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.ind1 .ul3 li {
  width: 48%;
  float: left;
  box-sizing: border-box;
  border: 5px solid #dbdbdb;
  margin-bottom: 60px;
}

.ind1 .ul3 li:nth-child(2n) {
  float: right;
}

.ind1 .ul3 li .lbox {
  padding: 65px 35px 50px;
}

.ind1 .ul3 li .lbox .ltt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ind1 .ul3 li .lbox .tc {
  height: 50px;
  line-height: 1.8;
  color: #808080;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ind1 .ul3 li .lbox .day {
  padding-right: 20px;
  background: url(../images/3_1.png) center right no-repeat;
  color: #808080;
}

.ind1 .ul3 li .lbox .day span {
  display: block;
  font-weight: bold;
  font-size: 34px;
}

.ind1 .ul3 li .img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.ind1 .ul3 li .img img {
  display: block;
  width: 100%;
  transform: scale(1.001);
  -webkit-transform: scale(1.001);
}

.ind1 .ul3 li:hover {
  border: 5px solid #e13b16;
}

.ind1 .ul3 li:hover .lbox .ltt {
  color: #e13b16;
}

.ind1 .ul3 li:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

/* CARF */

.car1 {
  position: relative;
  margin: 60px 0 100px;
}

.car1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: -10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.car1 .abox {
  padding: 150px 0 100px;
  background: url(../images/5_2.jpg) center no-repeat;
  background-size: cover;
}

.car1 .abox .cbox {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.car1 .abox .cbox .clt {
  width: 48.5%;
  float: left;
  text-align: justify;
}

.car1 .abox .cbox .clt .tt {
  font-size: 50px;
}

.car1 .abox .cbox .clt .xian {
  width: 100px;
  position: relative;
  border-bottom: 1px solid #f2e5e2;
  margin: 40px 0;
}

.car1 .abox .cbox .clt .xian s {
  display: block;
  width: 20px;
  height: 4px;
  background: #d03c1b;
}

.car1 .abox .cbox .clt .tc {
  line-height: 1.8;
  color: #4c4c4c;
  font-size: 16px;
}

.car1 .abox .cbox .crt {
  width: 42%;
  float: right;
}

.car1 .abox .cbox .crt .img {
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.car1 .abox .cbox .crt img {
  display: block;
  width: 75%;
  margin: 0 auto;
  margin-top: -300px;
}

/* 做什么 */

.wha1 {
  position: relative;
  margin: 100px 0 60px;
  text-align: center;
}

.wha1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: -10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.wha1 .abox {
  padding: 150px 0 100px;
  background: url(../images/5_4.jpg) right bottom no-repeat;
  background-size: cover;
}

.wha1 .abox .wbox {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.wha1 .abox .wbox .tt {
  font-size: 50px;
}

.wha1 .abox .wbox .tc {
  color: #4c4c4c;
  line-height: 1.8;
  max-width: 960px;
  margin: 50px auto 80px;
  width: 70%;
}

.wha1 .abox .wbox .ul1 {
}

.wha1 .abox .wbox .ul1 li * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.wha1 .abox .wbox .ul1 li {
  width: 25%;
  float: left;
  margin-right: 12.5%;
  position: relative;
  border: 1px solid #ddd;
  height: 100px;
  margin-bottom: 40px;
}

.wha1 .abox .wbox .ul1 li:nth-child(3n) {
  margin-right: 0;
}

.wha1 .abox .wbox .ul1 li .ltt {
  width: 100%;
  position: relative;
  height: 20px;
  line-height: 20px;
  margin: 30px 0 10px;
  overflow: hidden;
}

.wha1 .abox .wbox .ul1 li .ltt span {
  position: relative;
  top: 0;
  display: block;
  color: #d03c1b;
  width: 100%;
  height: 20px;
}

.wha1 .abox .wbox .ul1 li .len {
  width: 100%;
  position: relative;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
}

.wha1 .abox .wbox .ul1 li .len span {
  position: relative;
  top: -28px;
  display: block;
  color: #d03c1b;
  width: 100%;
  height: 14px;
}

.wha1 .abox .wbox .ul1 li:hover * {
  color: #fff;
}

.wha1 .abox .wbox .ul1 li:hover .ltt span {
  top: -20px;
}

.wha1 .abox .wbox .ul1 li:hover .len span {
  top: -14px;
}

/* 做什么 */

.for1 {
  position: relative;
  margin: 60px 0 50px;
}

.for1 .abox {
  padding-top: 40px;
}

.for1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 250px;
  left: -10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.for1 .ul1 {
  text-align: justify;
}

.for1 .ul1 li * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.for1 .ul1 li {
  padding: 40px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.for1 .ul1 li .img {
  display: block;
  width: 34.5%;
  float: left;
  overflow: hidden;
}

.for1 .ul1 li .img img {
  display: block;
  width: 100%;
  transform: scale(1.001);
  -webkit-transform: scale(1.001);
}

.for1 .ul1 li .lrt {
  display: block;
  width: 65.5%;
  float: right;
  padding: 40px 10% 0 5%;
  box-sizing: border-box;
}

.for1 .ul1 li .lrt .ltt {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.for1 .ul1 li .lrt .tc {
  color: #808080;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0 45px;
  height: 50px;
}

.for1 .ul1 li .lrt .day {
  position: relative;
  color: #555;
}

.for1 .ul1 li .lrt .day .anniu {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #000 url(../images/5_1.png) center no-repeat;
  position: absolute;
  top: -50px;
  right: -120px;
}

.for1 .ul1 li .lrt .day span {
  display: block;
  float: left;
  padding: 0 25px;
  margin-right: 20px;
}

.for1 .ul1 li .lrt .day span.s1 {
  background: url(../images/5_2.png) center left no-repeat;
}

.for1 .ul1 li .lrt .day span.s2 {
  background: url(../images/5_3.png) center left no-repeat;
}

.for1 .ul1 li:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.for1 .ul1 li:hover .day .anniu {
  background: #d03c1b url(../images/5_1.png) center no-repeat;
}

.forc1 {
}

.forc1 .nrt {
  float: none;
  margin: 0 auto;
}

/* 家族 */

.cla1 {
  position: relative;
  text-align: center;
  margin: 60px 0 100px;
}

.cla1 .abox {
  padding: 0;
}

.cla1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 50px;
  left: -10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.cla1 .ctp {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.cla1 .ctp img {
  display: block;
  width: 100%;
}

.cla1 .ctp .tt {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  font-size: 50px;
}

.cla1 .img, .cla1 .img img {
  display: block;
  width: 100%;
}

.cla1 .cbt {
  padding: 80px 100px;
  background: url(../images/5_11.jpg) center bottom no-repeat;
  background-size: cover;
}

.cla1 .cbt .cbox {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: justify;
}

.cla1 .cbt .cbox .ctt {
  color: #d03c1b;
}

.cla1 .cbt .cbox .ctt div {
  float: left;
}

.cla1 .cbt .cbox .ctt span {
  font-size: 16px;
  color: #4c4c4c;
  border-left: 1px solid #ddd;
  display: block;
  margin-left: 26px;
  float: left;
  line-height: 20px;
  padding-left: 20px;
  margin-top: 4px;
  font-weight: normal;
}

.cla1 .cbt .cbox .ctc {
  line-height: 1.8;
  color: #4c4c4c;
  margin: 40px 0 50px;
}

.swiper_cl1 {
  padding-bottom: 50px;
}

.swiper_cl1 .pagination_cl1 {
  bottom: 0;
}

.swiper_cl1 .pagination_cl1 .swiper-slide {
}

.swiper_cl1 .swiper-slide img {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.swiper_cl1 .pagination_cl1 span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.swiper_cl1 .pagination_cl1 .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 30px;
  background: #d03c1b;
}

/* 怎么做 */

.how1 {
  position: relative;
  margin: 60px 0 100px;
  box-sizing: border-box;
  padding: 0
}

.how1 .abox {
  padding: 0;
  background: #fff url(../images/5_15.jpg) right bottom no-repeat;
  background-size: cover;
  overflow: visible;
}

.how1 .hbox {
  width: 95%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

.how1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 50px;
  left: -10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.how1 .hlt {
  width: 33.33%;
  -moz-box-shadow: 0px 2px 10px #ddd;
  -webkit-box-shadow: 0px 2px 10px #ddd;
  box-shadow: 0px 2px 10px #ddd;
  min-height: 1000px;
}

.how1 .hlt .htp {
  padding: 100px 0px 50px 40px;
  color: #fff;
  background: #d03c1b;
  font-size: 50px;
}

.how1 .hlt .htp div {
  margin-top: 35px;
  line-height: 1.5;
}

.how1 .hlt .ul1 {
}

.how1 .hlt .ul1 * {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.how1 .hlt .ul1 li {
  padding: 35px 40px;
  position: relative;
  line-height: 35px;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
}

.how1 .hlt .ul1 li:last-child {
  border-bottom: none;
}

.how1 .hlt .ul1 li .llt {
  display: block;
  float: left;
  color: #999;
  margin-right: 40px;
}

.how1 .hlt .ul1 li .llt span {
  display: block;
  width: 16px;
  line-height: 16px;
  float: left;
  background: #b7b7b7;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  margin: 10px 10px 0 0;
  font-size: 12px;
}

.how1 .hlt .ul1 li .llx {
  float: left;
}

.how1 .hlt .ul1 li .llx2 s {
  display: block;
  width: 3px;
  height: 16px;
  background: #d03c1b;
  float: left;
  margin: 10px 15px 0 0;
}

.how1 .hlt .ul1 li .lrt {
  width: 30px;
  height: 30px;
  float: right;
  border-radius: 50%;
  background: #b2b2b2 url(../images/5_4.png) center no-repeat;
}

.how1 .hlt .ul1 li .lbt {
  width: 60%;
  position: absolute;
  top: calc(100% + 1px);
  border: 1px solid rgba(0, 0, 0, 0);
  background: #fff;
  right: 0;
  color: #4c4c4c;
  text-align: justify;
  overflow: hidden;
}

.how1 .hlt .ul1 li .lbt .lbbox {
  padding: 60px 50px;
  overflow: auto;
}

.how1 .hlt .ul1 li .lbt .xian {
  width: 40px;
  height: 4px;
  background: #d03c1b;
  margin-bottom: 30px;
}

.how1 .hlt .ul1 li.act {
  width: 300%;
  background: #d03c1b;
  overflow: visible;
}

.how1 .hlt .ul1 li.act .llt {
  color: #d4beb9;
}

.how1 .hlt .ul1 li.act .llt span {
  color: #d03c1b;
}

.how1 .hlt .ul1 li.act .llx {
  color: #fff;
}

.how1 .hlt .ul1 li.act .lrt {
  background: #de7760 url(../images/5_4.png) center no-repeat;
}

.how1 .hlt .ul1 li.act .lbt {
  top: 100%;
  border: 1px solid #ddd;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.how1 .hlt .ul1 li:nth-child(n + 7) .lbt {
  top: auto;
  bottom: 100%;
}

/* ca新闻 */

.cane1 {
  position: relative;
  margin: 60px 0 100px;
  box-sizing: border-box;
  padding: 0
}

.cane1 .abox {
  padding: 80px 0;
}

.cane1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 50px;
  left: -10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.cane1 .abox .cbox .tt {
  font-size: 50px;
  text-align: center;
}

.cane1 .abox .cbox .ul1 {
  margin: 60px 0;
}

.cane1 .abox .cbox .ul1 * {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.cane1 .abox .cbox .ul1 li {
  padding: 40px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.cane1 .abox .cbox .ul1 li .lbox {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.cane1 .abox .cbox .ul1 li .img {
  display: block;
  width: 46.65%;
  overflow: hidden;
  float: left;
}

.cane1 .abox .cbox .ul1 li .img img {
  display: block;
  width: 100%;
  transform: scale(1.001);
  -webkit-transform: scale(1.001);
}

.cane1 .abox .cbox .ul1 li .lrt {
  width: 53.35%;
  padding: 0 6%;
  box-sizing: border-box;
  float: right;
}

.cane1 .abox .cbox .ul1 li .lrt .ltt {
  display: block;
  line-height: 1.5;
  margin: 10px 0 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}

.cane1 .abox .cbox .ul1 li .lrt .day {
  color: #b2b2b2;
}

.cane1 .abox .cbox .ul1 li .lrt .ltc {
  line-height: 1.5;
  margin: 10px 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #808080;
}

.cane1 .abox .cbox .ul1 li:hover {
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.cane1 .abox .cbox .ul1 li:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.cane1 .abox .cbox .ul1 li:hover .lrt .ltt {
  color: #d03c1b;
}

/* 价值 */

.cos1 {
  position: relative;
  margin: 60px 0 100px;
  box-sizing: border-box;
  padding: 0
}

.cos1 .abox {
  padding: 80px 0;
}

.cos1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 50px;
  left: -10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
}

.cos1 .abox .cbox {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.cos1 .abox .cbox1 .clt {
  width: 46.65%;
  float: left;
  background: url(../images/5_20.jpg) center repeat-x;
  font-size: 50px;
}

.cos1 .abox .cbox1 .clt span {
  display: inline-block;
  background: #fff;
  padding-right: 50px;
}

.cos1 .abox .cbox1 .crt {
  width: 53.35%;
  float: right;
  box-sizing: border-box;
  padding: 0 6%;
  color: #4c4c4c;
}

.cos1 .abox .cbox1 .crt .ctt {
  margin-top: 15px;
}

.cos1 .abox .cbox1 .crt .ctc {
  line-height: 38px;
  color: #666;
  margin: 20px 0 80px;
}

.cos1 .abox .img1 {
}

.cos1 .abox .img1 img {
  display: block;
  width: 62.5%;
}

.cos1 .abox .cbox2 .clt {
  width: 26.25%;
  display: block;
  float: left;
}

.cos1 .abox .cbox2 .crt {
  width: 51%;
  float: right;
  padding: 100px 0;
}

.cos1 .abox .cbox2 .crt .ctc {
  line-height: 2;
  color: #666;
  margin-top: 20px;
}

.cos1 .abox .img2 img:nth-child(1) {
  display: block;
  width: 62.5%;
  float: right;
}

.cos1 .abox .img2 img:nth-child(2) {
  display: block;
  width: 21.25%;
  float: right;
  margin-right: 5%;
}

.cos1 .abox .cbt .txt {
  display: block;
  width: 62.5%;
  float: right;
  margin-top: -10%;
}

.cos1 .abox .cbt .txt .ctt {
  width: 35%;
  float: left;
}

.cos1 .abox .cbt .txt .ctc {
  width: 50%;
  float: left;
  line-height: 2;
  color: #666;
}


/* 整合补充 */

.abox {
  padding: 80px 200px;
  max-width: 1600px;
  margin: auto;
  min-height: 1px;
  width: 100%;
  background: #fff;
}
.l_en {
  font-family: go;
}

/* 整合补充 */

@media (max-width: 1600px) {
  .banner_indu .txt .sbox h6 {
    margin-bottom: 100px;
  }
  .ab2 .hrt .ul1 li, .ab2 .hrt .ul1 li:nth-child(2n) {
    width: 100%;
    float: none;
  }

  .for1 .ul1 li .lrt {
    padding-top: 20px;
  }

  .for1 .ul1 li .lrt .tc {
    margin-bottom: 30px;
  }


  .abox {
    padding: 80px 100px;
  }
}

@media (max-width: 1440px) {

  /*.banner .txt{top: 38%;}*/
  .banner .txt .tbox p {
    line-height: 28px;
  }
  .banner .txt .tbox .tt {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .con1 .l_en {
    left: -30px;
  }

  .top {
    right: 10px;
  }

  .jo1 .jtp3 .ul1 dd .dbt {
    padding: 45px 50px 80px;
  }

  .f_30 {
    font-size: 24px;
  }

  .f_32 {
    font-size: 30px;
  }

  .f_34 {
    font-size: 30px;
  }

  .f_36 {
    font-size: 30px;
  }

  .f_38 {
    font-size: 30px;
  }

  .f_40 {
    font-size: 30px;
  }

  .banner_new:not(.banner_indu) .txt .sbox .atc {
    margin: 20px 0;
  }

  .new1 .nrt .ul1 li .ltt {
    font-size: 20px;
    height: 54px;
  }

  .abox, .con1 .abox {
    padding: 50px 30px;
  }

  .jo1 .en {
    margin: 20px 0 30px;
  }

  .jo1 .l_en, .car1 .l_en, .wha1 .l_en, .for1 .l_en {
    left: -50px;
  }

  .ind1 .ul3 li .lbox {
    padding: 30px 20px;
  }

  .new1 .abox {
    padding: 50px 50px 50px 30px;
  }

  .car1 .abox, .wha1 .abox {
    padding: 50px 0;
  }

  .wha1 .abox .wbox .tt, .car1 .abox .cbox .clt .tt {
    font-size: 30px;
  }

  .wha1 .abox .wbox .tc {
    margin: 30px auto 40px;
  }

  .for1 .ul1 li .lrt .tc {
    margin-bottom: 15px;
  }

  .for1 .ul1 li .lrt .day .anniu {
    right: -100px;
  }

  .for1 .ul1 li .lrt {
    padding-top: 10px;
  }

  .cla1 .ctp .tt {
    font-size: 30px;
    top: 10%;
  }

  .cla1 .l_en, .how1 .l_en, .cane1 .l_en {
    left: -30px;
  }

  .cla1 .cbt {
    padding: 50px;
  }

  .how1 .hlt .htp {
    padding: 50px 20px;
    font-size: 30px;
  }

  .how1 .hlt .htp div {
    margin-top: 20px;
  }

  .how1 .hlt .ul1 li .llt {
    margin-right: 20px;
  }

  .how1 .hlt .ul1 li {
    padding: 30px 15px;
  }

  .cane1 .abox .cbox .ul1 li .lrt .ltt {
    margin: 0 0 20px;
  }

  .cane1 .abox .cbox .ul1 li .lrt .ltc {
    margin-bottom: 10px;
  }

  .cane1 .abox {
    padding: 50px 0;
  }

  .cane1 .abox .cbox .tt {
    font-size: 30px;
  }

  .cane1 .abox .cbox .ul1 {
    margin: 40px 0;
  }

  .cos1 .abox .cbt .txt .ctt {
    margin-bottom: 20px;
  }

  .cos1 .abox .cbt .txt .ctt, .cos1 .abox .cbt .txt .ctc {
    width: 90%;
    float: none;
    line-height: 1.5;
  }

}

@media (max-width: 1024px) {
  .banner .txt {
    width: 100%;
    padding: 0 40px;
    left: 0;
  }

  .banner .txt .tbox .tt {
    font-size: 32px;
  }

  .banner .txt .tbox p {
    font-size: 15px;
    line-height: 28px;
  }

  .banner_new .txt .sbox .hy_btn2 {
    width: 160px;
    line-height: 42px;
  }

  .cla1 .cbt .cbox {
    width: 100%;
  }

  .how1 .hbox {
    width: 100%;
  }

  .ab2 .hlt {
    width: 240px;
  }

  .ab2 .hrt {
    width: calc(100% - 300px);
    margin-right: 40px;
  }

  .con1,
  .jo1 {
    margin: 80px 0;
  }

}

@media (max-width: 768px) {
  .banner {
    width: 100%;
    left: 0px;
  }
  .banner .txt {
    padding: 10px 3%;
    margin-top: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner .txt.case_txt {
    margin: 0;
  }
  .banner > img {
    display: none;
  }

  .banner > .mimg {
    display: block;
  }
  .banner_new .txt .sbox {
    width: 100%;
    margin-top: 30px;
  }
  .banner_new .txt .sbox h3 {
    font-size: 22px;
  }
  .banner_new .txt .sbox h6 {
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .banner_indu .txt .sbox .att,
  .banner_indu .txt .sbox .atc,
  .banner_indu .txt .sbox .hy_btn2 {
    display: none;
  }
  .new1 {
    position: relative;
    margin: 40px 0;
  }
  .new1 .abox {
    padding: 40px 3%;
  }
  .new2 {
    margin-bottom: 40px;
  }
  .new1 .nlt {
    width: 100%;
    float: none;
    padding: 0;
  }
  .new1 .nlt .abtn {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  .new1 .nlt .abtn a {
    line-height: 40px;
    font-size: 15px;
    display: inline-block;
    margin: 10px;
  }
  .new1 .nrt {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .new1 .nrt .ul1 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .new1 .nrt .ul1 li:nth-child(2n) {
    float: none;
  }
  .new1 .nrt .ul1 li:last-child {
    border-bottom-color: transparent;
  }
  .new2 .ul1 li {
    width: 100%;
    float: none;
    padding: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .new2 .ul1 li:last-child {
    margin-bottom: 0;
  }
  .abox, .con1 .abox {
    padding: 40px 3%;
  }
  .newc1 .nrt .tt {
    font-size: 20px;
  }
  .newc1 .nrt .tc1 {
    margin: 20px 0 10px;
  }
  .ind1 .ul3 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .ind1 .ul3 li:nth-child(2n) {
    float: none;
  }
  .banner .txt .tbox .tt {
    font-size: 24px;
  }
  .banner .txt .tbox p {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
  }
  .voice_sec2 .abox {
    flex-direction: column;
  }
  .voice2_inner p::before, .voice2_inner p::after {
    display: none;
  }
  .voice_sec1 .jo1 .jtp3 {
    border-bottom: 1px solid #eee;
  }
  .voice_sec1 .jo1 .jtp3 .ul1 dd .dbt {
    display: none;
  }
  .voice_sec1 .jo1 .jtp3 .ul1 dd:nth-child(1) .dbt {
    display: block;
  }
  .voice_sec1 .jo1 .jtp3 .ul1 dd .dtp {
    padding: 0;
    border: 1px solid #eee;
    border-bottom: 0;
  }
  .voice_sec1 .jo1 .jtp3 .ul1 dd .dtp span {
    display: inline;
    width: auto;
    float: none;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
  }
  .voice_sec1 .jo1 .jtp3 .ul1 dd .dtp span em {
    font-style: normal;
  }
  .con1, .jo1 {
    margin: 0px;
  }
  .jo1 .jtp3 .ul1 {
    margin-top: 20px;
  }
  .ab1 {
    margin: 40px auto;
  }
  .ab1 .en,
  .ab2 .en,
  .ab3 .en {
    margin: 30px 0 20px;
  }
  .ab2 .abox {
    padding: 40px 3%;
  }
  .ab2 .hlt {
    display: none;
  }
  .ab2 .hrt {
    width: 100%;
    margin-right: 0px;
  }
  .ab3 {
    margin-bottom: 40px;
  }
  .ab2 .hrt .num {
    font-size: 84px;
  }
  .ab2 .hrt .ul1 li {
    padding: 20px;
  }
  .ab2 .hrt .ul1 li .ltt {
    font-size: 14px;
    line-height: 24px;
  }
  .ab2 .hrt .ul1 li .ltt span {
    margin-right: 10px;
    font-size: 16px;
  }
  .ab3 .ul1 li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .jo1 .jtp1 .jlt {
    width: 100%;
  }
  .jo1 .jtp1 .jrt {
    display: none;
  }
  .jo1 .jtp3 .ul1 dt span {
    width: 33.3%;
    line-height: 60px;
  }
  .jo1 .jtp3 .ul1 dd .dtp span {
    width: 33.3%;
  }
  .jo1 .jtp3 .ul1 dd .dbt {
    padding: 20px 3%;
  }
  .con1 .abox .ctp .clt {
    width: 100%;
    float: none;
  }
  .con1 .abox .ctp .crt {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .con1 .abox .ctp .clt .en {
    font-size: 20px;
  }
  .con1 .abox .ctp .clt .tt {
    font-size: 24px;
  }
  .car1 .abox .cbox .clt {
    width: 100%;
  }
  .car1 .abox .cbox .crt {
    width: 100%;
    margin-top: 20px;
  }
  .wha1 .abox .wbox .tt, .car1 .abox .cbox .clt .tt {
    font-size: 24px;
  }
  .car1 .abox .cbox .clt .xian {
    margin: 20px 0;
  }
  .wha1 {
    margin: 40px 0;
  }
  .wha1 .abox .wbox .tc {
    width: 100%;
  }
  .wha1 .abox .wbox .ul1 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .wha1 .abox .wbox .ul1 li:nth-child(3n) {
    margin-right: 2%;
  }
  .wha1 .abox .wbox .ul1 li:nth-child(2n) {
    margin-right: 0;
  }
  .for1 .ul1 li .img {
    width: 100%;
  }
  .for1 .ul1 li .lrt {
    width: 100%;
  }
  .cla1 {
    margin: 40px 0;
  }
  .cla1 .cbt {
    padding: 40px 3%;
  }
  .cla1 .ctp .tt {
    font-size: 24px;
  }
  .how1 {
    margin: 40px 0;
  }
  .how1 .hlt {
    width: 100%;
  }
  .cos1 {
    margin: 40px 0;
  }
  .cos1 .abox {
    padding: 40px 0;
  }
  .cos1 .abox .cbox1 .clt {
    width: 100%;
    float: none;
  }
  .cos1 .abox .cbox {
    width: 94%;
  }
  .cos1 .abox .cbox1 .crt {
    width: 100%;
    padding: 0;
    float: none;
  }
  .cos1 .abox .cbox1 .clt span {
    width: 100%;
    font-size: 24px;
    padding: 0;
  }
  .cos1 .abox .img1 img {
    width: 100%;
  }
  .cos1 .abox .cbox2 .clt {
    display: none;
  }
  .cos1 .abox .cbox2 .crt {
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .cos1 .abox .img2 img:nth-child(2) {
    display: none;
  }
  .cos1 .abox .img2 img:nth-child(1) {
    width: 100%;
    float: none;
  }
  .cos1 .abox .cbt .txt {
    width: 100%;
    float: none;
    margin-top: 0%;
    padding: 20px 3%;
  }
  .cane1 {
    margin: 40px 0;
  }
  .cane1 .abox .cbox .tt {
    font-size: 24px;
  }
  .cane1 .abox .cbox .ul1 li {
    padding: 20px 0;
  }
  .cane1 .abox .cbox .ul1 li .img {
    width: 100%;
    float: none;
  }
  .cane1 .abox .cbox .ul1 li .lrt {
    width: 100%;
    float: none;
    padding: 0;
  }
  .cane1 .abox .cbox .ul1 li .lrt .ltt {
    margin: 10px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    line-height: 28px;
    font-size: 18px;
  }
  .how1 .hlt .ul1 li.act {
    width: 100%;
  }
  .how1 .hlt .ul1 li .lbt {
    width: 100%;
    position: static;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 60px;
  }
  .how1 .hlt .ul1 li .lbt .lbbox {
    padding: 20px 3%;
  }
  .banner_new:not(.banner_indu) .txt .sbox {
    width: 100%;
    padding: 10px 3%;
    margin-top: 10px;
  }
  .banner_new:not(.banner_indu) .txt .sbox .att {
    font-size: 22px;
  }
  .banner_new:not(.banner_indu) .txt .sbox .atc {
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .banner_new:not(.banner_indu) .txt .sbox .hy_btn2 {
    width: 120px;
    line-height: 36px;
  }
}

