* {
  margin: 0;
  padding: 0;
  font-family: 'microsoft yahei'；

}
li{list-style:none;}
#map img {
  max-width: 1000px;
}
.w100{width: 100%!important;max-width: 100%!important;}
/* .w1440{width: 1440px!important;max-width: 1440px!important;} */
.maodian {
  position: relative;
  top: -98px;
  height: 1px;
  display: block;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input::-o-clear {
  display: none;
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
textarea {
  overflow: auto;
}
.big_mask,
.video_mask {
  position: fixed;
  left: 0;
  top: 100%;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
@font-face {
  font-family: "apar";
  src: ;
  /* ie9 */
  src:  format("embedded-opentype"), /* ie6-ie8 */  format("woff"), /* chrome、firefox */  format("truetype"), /* chrome、firefox、opera、safari, android, ios 4.2  */  format("svg");
  /* ios 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "apar_b";
  src: ;
  /* ie9 */
  src:  format("embedded-opentype"), /* ie6-ie8 */  format("woff"), /* chrome、firefox */  format("truetype"), /* chrome、firefox、opera、safari, android, ios 4.2  */  format("svg");
  /* ios 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "apar_x";
  src: ;
  /* ie9 */
  src:  format("embedded-opentype"), /* ie6-ie8 */  format("woff"), /* chrome、firefox */  format("truetype"), /* chrome、firefox、opera、safari, android, ios 4.2  */  format("svg");
  /* ios 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "apar_xb";
  src: ;
  /* ie9 */
  src:  format("embedded-opentype"), /* ie6-ie8 */  format("woff"), /* chrome、firefox */  format("truetype"), /* chrome、firefox、opera、safari, android, ios 4.2  */  format("svg");
  /* ios 4.1- */
  font-style: normal;
  font-weight: normal;
}
.apar {
  font-family: "apar";
}
.apar_b {
  font-family: "apar_b";
}
.apar_x {
  font-family: "apar_x";
}
.apar_xb {
  font-family: "apar_xb";
}
.morebtn {
  display: block;
  width: 173px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  position: relative;
  color: #019143;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}
.morebtn span {
  position: relative;
  z-index: 10;
}
.morebtn i {
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  display: block;
  background: #019143;
  position: absolute;
  z-index: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.morebtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #019143;
  pointer-events: none;
}
.morebtn:hover {
  color: #fff;
}
.morebtn:hover i {
  left: 0;
}
.circle {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff8571;
  z-index: 1;
}
.circle a {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle .a1 {
  -webkit-animation: sca1 6s infinite linear;
  -moz-animation: sca1 6s infinite linear;
  animation: sca1 6s infinite linear;
}
.circle .a2 {
  -webkit-animation: sca1 6s infinite 2s linear;
  -moz-animation: sca1 6s infinite 2s linear;
  animation: sca1 6s infinite 2s linear;
}
.circle .a3 {
  -webkit-animation: sca1 6s infinite 4s linear;
  -moz-animation: sca1 6s infinite 4s linear;
  animation: sca1 6s infinite 4s linear;
}
.circle .s1,
.circle .s2,
.circle .s3,
.circle .s4,
.circle .s5,
.circle .s6 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #eaeaea;
  -webkit-animation-name: sca2;
     -moz-animation-name: sca2;
          animation-name: sca2;
  -webkit-animation-duration: 12s;
     -moz-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: none;
}
.circle .s2 {
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
          animation-delay: 2s;
}
.circle .s3 {
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
          animation-delay: 4s;
}
.circle .s4 {
  -webkit-animation-delay: 6s;
     -moz-animation-delay: 6s;
          animation-delay: 6s;
}
.circle .s5 {
  -webkit-animation-delay: 8s;
     -moz-animation-delay: 8s;
          animation-delay: 8s;
}
.circle .s6 {
  -webkit-animation-delay: 10s;
     -moz-animation-delay: 10s;
          animation-delay: 10s;
}
.circle span {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: relative;
  z-index: 121;
}
@-webkit-keyframes sca1 {
  0% {
    opacity: .8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
@-moz-keyframes sca1 {
  0% {
    opacity: .8;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(6);
    transform: scale(6);
  }
}
@keyframes sca1 {
  0% {
    opacity: .8;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    -moz-transform: scale(6);
    transform: scale(6);
  }
}
@-webkit-keyframes sca2 {
  0% {
    opacity: 1;
    width: 8px;
    height: 8px;
  }
  100% {
    opacity: 0;
    width: 2400%;
    height: 2400%;
  }
}
@-moz-keyframes sca2 {
  0% {
    opacity: 1;
    width: 8px;
    height: 8px;
  }
  100% {
    opacity: 0;
    width: 2400%;
    height: 2400%;
  }
}
@keyframes sca2 {
  0% {
    opacity: 1;
    width: 8px;
    height: 8px;
  }
  100% {
    opacity: 0;
    width: 2400%;
    height: 2400%;
  }
}
html,
body {
  width: 100%;
  line-height: 1;
  font-size: 16px;
  font-family: microsoft yahei;
  max-width: 1920px;
}
body {
  overflow-x: hidden;
  height: 100%;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.pcbanner {
  display: block;
}
.mobanner {
  display: none;
}
.wrap1260 {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  /*text-align: center;*/
}
.pagebox .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagebox .top a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #f0f0f0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.pagebox .top a i {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.pagebox .top a span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pagebox .top .prevpage {
  margin-right: 20px;
  margin-bottom: 30px;
}
.pagebox .top .prevpage span {
  background: url(/uploads/image/tpimages/qw_3.png);
}
.pagebox .top .nextpage span {
  background: url(/uploads/image/tpimages/qw_4.png);
}
.pagebox .top .prevpage:hover {
  background-color: rgba(240, 240, 240, 0);
}
.pagebox .top .prevpage:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pagebox .top .prevpage:hover span {
  background: url(/uploads/image/tpimages/qw_3_1.png);
}
.pagebox .top .nextpage:hover {
  background-color: rgba(240, 240, 240, 0);
}
.pagebox .top .nextpage:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pagebox .top .nextpage:hover span {
  background: url(/uploads/image/tpimages/qw_4_1.png);
}
.pagebox .bt {
  text-align: center;
  font-size: 28px;
  color: #999999;
}
.pagebox .bt .current {
  color: #333333;
  font-size: 40px;
}
.pagebox .bt .xline {
  margin: 0 10px;
}
.pagebox2 {
  max-width: 940px;
  line-height: 50px;
  position: relative;
  margin: 0 auto;
}
.pagebox2 a {
  display: block;
}
.pagebox2 .btn {
  color: #666;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pagebox2 .btn:hover {
  color: #019143;
}
.pagebox2 .prevtiao {
  float: left;
  padding-left: 36px;
  background: url(/uploads/image/tpimages/prev_1.png) no-repeat left center;
}
.pagebox2 .nexttiao {
  float: right;
  padding-right: 36px;
  background: url(/uploads/image/tpimages/next_1.png) no-repeat right center;
}
.pagebox2 .prevtiao:hover {
  background: url(/uploads/image/tpimages/prev_1_1.png) no-repeat left center;
}
.pagebox2 .nexttiao:hover {
  background: url(/uploads/image/tpimages/next_1_1.png) no-repeat right center;
}
.pagebox2 .backbtn {
  width: 22px;
  height: 22px;
  padding: 14px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pagebox2 .backbtn i {
  width: 4px;
  height: 4px;
  background: #999;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.pagebox2 .backbtn .i:nth-child(2) {
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}
.pagebox2 .backbtn .i:nth-child(3) {
  -webkit-transition-delay: .2s;
     -moz-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}
.pagebox2 .backbtn .i:nth-child(4) {
  -webkit-transition-delay: .3s;
     -moz-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
.pagebox2 .backbtn .i:nth-child(5) {
  -webkit-transition-delay: .4s;
     -moz-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}
.pagebox2 .backbtn .i:nth-child(6) {
  -webkit-transition-delay: .5s;
     -moz-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}
.pagebox2 .backbtn .i:nth-child(7) {
  -webkit-transition-delay: .6s;
     -moz-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}
.pagebox2 .backbtn .i:nth-child(8) {
  -webkit-transition-delay: .7s;
     -moz-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
}
.pagebox2 .backbtn .i:nth-child(9) {
  -webkit-transition-delay: .8s;
     -moz-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}
.pagebox2 .backbtn i:nth-child(3n) {
  margin-right: 0;
}
.pagebox2 .backbtn i:nth-child(7),
.pagebox2 .backbtn i:nth-child(8),
.pagebox2 .backbtn i:nth-child(9) {
  margin-bottom: 0;
}
.pagebox2 .backbtn:hover {
  background: #000;
}
.pagebox2 .backbtn:hover i {
  background: #fff;
}
header {
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}
header .outwrap {
  height: 98px;
 /* display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .outwrap .lt {
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .outwrap .lt .logobox {
  display: block;
  position: absolute;
  left: 13.5%;
  line-height: 98px;
}
header .outwrap .lt .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right:12.5%;
  float: right;
}
header .outwrap .lt .navbox .navs .title {
  color: #fff;
  display: block;
  line-height: 98px;
  padding: 0 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
header .outwrap .lt .navbox .navs .title span {
  display: block;
  line-height: 98px;
  position: relative;
}
header .outwrap .lt .navbox .navs .title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #019143;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
header .outwrap .lt .navbox .navs .subnav {
  display: none;
  background: #333;
  position: absolute;
  left: 0;
  top: 98px;
  width: 100%;
}
header .outwrap .lt .navbox .navs .subnav .wrap1260 {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
header .outwrap .lt .navbox .navs .subnav .wrap1260 a {
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  margin: 0 15px;
  line-height: 60px;
  display: block;
  position: relative;
}
header .outwrap .lt .navbox .navs .subnav .wrap1260 a::after {
  content: "";
  display: none;
  width: 12px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  background: url(/uploads/image/tpimages/sj.png);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
header .outwrap .lt .navbox .navs .subnav .wrap1260 a:hover,
header .outwrap .lt .navbox .navs .subnav .wrap1260 .acta {
  color: #019143;
}
header .outwrap .lt .navbox .navs .subnav .wrap1260 .acta::after {
  display: block;
}
header .outwrap .lt .navbox .navs:hover .title span::after {
  bottom: 10px;
  opacity: 1;
}
header .outwrap .lt .navbox .navs:first-child .subnav .wrap1260 {
  padding-left: 45.5%;
}
header .outwrap .lt .navbox .navs:nth-child(2) .subnav .wrap1260 {
  padding-left: 54.5%;
}
header .outwrap .lt .navbox .navs:nth-child(3) .subnav .wrap1260 {
  padding-left: 66%;
}
header .outwrap .lt .navbox .navs:nth-child(4) .subnav .wrap1260 {
  padding-left:72.5%;
}
header .outwrap .lt .navbox .navs:nth-child(5) .subnav .wrap1260 {
  padding-left: 81.5%;
}
header .outwrap .lt .navbox .navs:nth-child(6) .subnav .wrap1260 {
  padding-left: 405px;
}
header .outwrap .lt .navbox .navs:nth-child(7) .subnav .wrap1260 {
  padding-left: 467px;
}
header .outwrap .lt .navbox .navs:nth-child(8) .subnav .wrap1260 {
  padding-left: 529px;
}
header .outwrap .rt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          position: absolute;
          top: 0px;
          right: 55px;
          line-height: 98px;
}
header .outwrap .rt .poric {
  color: #019143;
  font-weight: bold;
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
header .outwrap .rt .poric sup {
  margin-left: 3px;
}
header .outwrap .rt .poric img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
header .outwrap .rt .poric .nor {
  position: relative;
  top: -2px;
  margin-left: 6px;
}
header .outwrap .rt .poric .act {
  position: absolute;
  right: 0;
  top: 6px;
  opacity: 0;
}
header .outwrap .rt .poric:hover {
  color: #fff;
}
header .outwrap .rt .poric:hover .nor {
  opacity: 0;
}
header .outwrap .rt .poric:hover .act {
  opacity: 1;
}
header .outwrap .rt .searchbox {
  margin: 0 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
header .outwrap .rt .searchbox .search {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
/*  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;*/
  /*background: rgba(0, 0, 0, 0.9);*/
}
header .outwrap .rt .searchbox .search input {
  padding: 0 40px 0 20px;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  outline: none;
  position: relative;
  z-index: 1;
  font-size: 12px;
  background:rgba(255,255,255);
}
header .outwrap .rt .searchbox .search .topsearch {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  z-index: 10;
}
header .outwrap .rt .searchbox .search .topsearch img {
  margin: 12px;
}
header .outwrap .rt .searchbox:hover .search {
  width: 240px;
}
header .outwrap .rt .wxbox {
  display: block;
  position: relative;
}
header .outwrap .rt .wxbox .icon {
  position: relative;
}
header .outwrap .rt .wxbox .icon img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
}
header .outwrap .rt .wxbox .icon .act {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
}
header .outwrap .rt .wxbox .tpewm {
  position: absolute;
  left: 50%;
  top: 98px;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  display: block;
  max-width: 200px;
  padding-top: 20px;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}
header .outwrap .rt .wxbox .actewm {
  top: 16px;
  opacity: 1;
  pointer-events: auto;
}
header .outwrap .rt .wxbox:hover .icon .act {
  opacity: 1;
}
header .outwrap .rt .wxbox:hover .icon .nor {
  opacity: 0;
}

@media screen and (max-width: 1400px){
	header .outwrap .lt .logobox{
		left: 8.5%;
	}
	header .outwrap .lt .navbox .navs:first-child .subnav .wrap1260 {
	  padding-left: 35.5%;
	}
	header .outwrap .lt .navbox .navs:nth-child(2) .subnav .wrap1260 {
	  padding-left: 44.5%;
	}
	header .outwrap .lt .navbox .navs:nth-child(3) .subnav .wrap1260 {
	  padding-left: 54%;
	}
	header .outwrap .lt .navbox .navs:nth-child(4) .subnav .wrap1260 {
	  padding-left:64.5%;
	}
	header .outwrap .lt .navbox .navs:nth-child(5) .subnav .wrap1260 {
	  padding-left: 71.5%;
	}
	header .outwrap .lt .navbox .navs:nth-child(6) .subnav .wrap1260 {
	  padding-left: 83%;
	}
	header .outwrap .lt .navbox .navs:nth-child(7) .subnav .wrap1260 {
	  padding-left: 467px;
	}
	header .outwrap .lt .navbox .navs:nth-child(8) .subnav .wrap1260 {
	  padding-left: 529px;
	}
}
@media screen and (max-width: 1280px){
	header .outwrap .lt .logobox{
		left: 6.5%;
	}
}
.mohead {
  display: none;
}
.maskout {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.maskout img {
  width: 30px;
  position: absolute;
  left: 40px;
  top: 40px;
}
.menu_sub {
  position: fixed;
  right: -70%;
  top: 0;
  width: 70%;
  background: #000;
  z-index: 1000;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_sub li {
  text-align: left;
  border-bottom: 1px solid #232530;
  line-height: 44px;
  font-size: 16px;
  width: 92%;
  margin: 0 auto;
}
.menu_sub a {
  color: #fff;
  display: block;
}
.menu_sub .subtitle {
  color: #fff;
  background: url(/uploads/image/tpimages/plus.png) no-repeat;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: right center;
}
.menu_sub .bignav {
  background: none !important;
}
.menu_sub .subbox {
  display: none;
  font-size: 14px;
}
.menu_sub .menuact {
  background: url(/uploads/image/tpimages/reduce.jpg) no-repeat;
  background-position: right center;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px;
  background-size: 16px;
}
.leg {
  height: 98px;
}
/*--------------------------------底部start-------------------------------------------*/
.h360{height: 360px;}
footer {
  background: #000;
  padding-top: 120px;
}
footer .wrap1260 .flogobox {
  display: block;
  margin-bottom: 50px;
  float:left;
  width:24%!important;
}
footer .wrap1260 .flogobox p{color: #fff;margin-top:22px;font-weight: bold;font-size: 16px;margin-bottom: 22px;}
.foot_xq {padding-top:20!important;width: 100%;}
.foot_xq li{ margin-top:0!important;color: #a7a7a7;line-height: 30px; }
.foot_xq_tb{width: 18px;height: 18px;margin:0 12px;}
footer .wrap1260 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 54px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
}
footer .wrap1260 .top .lt {
 /* margin-left: 19px;*/
  /*width: 455px;*/
}
footer .wrap1260 .top .lt .f_navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrap1260 .top .lt .f_navbox .navs a {
  display: block;
  font-size: 14px;
  color:#7a7a7a;
}
footer .wrap1260 .top .lt .f_navbox .navs .title {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin-bottom: 20px;
}
footer .wrap1260 .top .lt .f_navbox .navs .title:hover {
  color: #019143;
}
footer .wrap1260 .top .lt .f_navbox .navs .sn {
  font-size: 16px;
  color: #585858;
  margin-bottom: 15px;
  position: relative;
  left: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
footer .wrap1260 .top .lt .f_navbox .navs .sn:hover {
  left: -5px;
  color: #019143;
}
footer .wrap1260 .top .lt .f_navbox .navs a:last-child {
  margin-bottom: 0;
}
footer .wrap1260 .top .center {
 /* width: 1px;*/
  background: #3b3b3b;
}
footer .wrap1260 .top .rt {
    width: 194px;
    position: absolute;
    left: 50%;
    margin-left: 454px;
}
footer .wrap1260 .top .rt .lxbox {
  margin-bottom: 20px;
}
footer .wrap1260 .top .rt .lxbox .lx {
  line-height: 15px;
  font-size: 14px;
  color: #fff;
  font-family: arial;
  margin-bottom: 10px;
}
footer .wrap1260 .top .rt .lxbox .lx p{
  margin-top: 18px;
  margin-bottom: 22px;
}
footer .wrap1260 .top .rt .lxbox .lx img {
  margin-right: 14px;
}
footer .wrap1260 .top .rt .lxbox .lx:last-child {
  margin-bottom: 0;
}
footer .wrap1260 .top .rt .ewmbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .bt {
  border-top: 1px solid #333;
  background: #000;
}
footer .bt .wrap1260 {
  color: #a7a7a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 62px;
  font-size: 12px;
}
/*--------------------------------底部end-------------------------------------------*/
/*--------------------------------标题start-------------------------------------------------*/
.mk_title .en {
  font-size: 50px;
  color: #019143;
  white-space: nowrap;
  margin-bottom: 12px;
}
.mk_title .cn {
  color: #000000;
  font-size: 30px;
}
.mk_title.mline .en {
  font-size: 50px;
  color: #000;
  margin-bottom: 12px;
  white-space: nowrap;
}
.mk_title.mline .line {
  width: 20px;
  height: 4px;
  background-color: #019143;
  margin-bottom: 20px;
}
.mk_title.mline .cn {
  color: #000000;
  font-size: 26px;
}
/*--------------------------------标题end-------------------------------------------------*/
/*--------------------------------页面标题start-------------------------------------------------*/
.pagetitle {
  text-align: center;
  padding: 98px 0 40px 0;
  border-bottom: 2px solid #000;
}
.pagetitle .en {
  font-size: 48px;
  color: #019143;
  margin-bottom: 12px;
}
.pagetitle .cn {
  font-size: 30px;
  color: #000000;
}
.viewmore {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  line-height: 32px;
  width: 96px;
  font-size: 14px;
  color: #019143;
  background-position: right center!important;
  background-image: url(/uploads/image/tpimages/pro_27.png);
  background-repeat: no-repeat;
}
.viewmore:hover {
  background-image: ;
}
/*--------------------------------页面标题end-------------------------------------------------*/
/*--------------------------------首页start------------------------------*/
@media screen and (max-width: 1024px) {
  .mk_title .en {
    font-size: 42px;
  }
  .mk_title.mline .en {
    font-size: 42px;
  }
  .mk_title.mline .cn {
    font-size: 20px;
  }
  .pagetitle {
    padding: 60px 0 20px 0;
  }
  .pagetitle .en {
    font-size: 42px;
    margin-bottom: 0;
  }
  .pagetitle .cn {
    font-size: 20px;
  }
  .w1440{width: 100%;}
  footer .wrap1260 .top{display: none;}
  footer .wrap1260 .top .lt {
    width: 545px;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap1260 .flogobox {
    margin-bottom: 40px;
  }
  footer .wrap1260 .top .lt {
    display: none;
  }
  footer .wrap1260 .top .center {
    display: none;
  }
  .morebtn {
    height: 44px;
    line-height: 44px;
  }
  html,
  body {
    font-size: 14px;
  }
  .mk_title.mline .en {
    font-size: 32px;
  }
  .mk_title .en {
    font-size: 32px;
  }
  .mk_title .cn {
    font-size: 20px;
  }
}
/*--------------------------------首页end------------------------------*/
/*--------------------------------产品end------------------------------*/
.pro_a {
  position: relative;
}
.pro_a .cbl {
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: 10;
}
.pro_a .cbl .cbnav {
  width: 140px;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-bottom: none;
  padding: 22px 0 22px 22px;
  color: #989898;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pro_a .cbl .cbnav .cn {
  margin-bottom: 12px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pro_a .cbl .cbnav .en {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-family: arial, helvetica, sans-serif;
}
.pro_a .cbl .cbnav:last-child {
  border-bottom: 1px solid #000;
}
.pro_a .cbl .cbnav:hover {
  background: #019143;
}
.pro_a .cbl .cbnav:hover .cn,
.pro_a .cbl .cbnav:hover .en {
  color: #fff;
}
.pro_a .wrap1260 {
  position: static;
}
.pro_a .wrap1260 .pagetitle {
  margin-bottom: 125px;
}
.pro_a .wrap1260 .content .list {
  margin-bottom: 110px;
}
.pro_a .wrap1260 .content .list .lt {
  float: left;
}
.pro_a .wrap1260 .content .list .imgbox {
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pro_a .wrap1260 .content .list .imgbox .lia {
  position: relative;
  display: block;
}
.pro_a .wrap1260 .content .list .lt.imgbox {
  padding-left: 30px;
}
.pro_a .wrap1260 .content .list .lt.imgbox .topimg {
  position: absolute;
  left: -30px;
  top: -30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pro_a .wrap1260 .content .list .rt.imgbox {
  padding-right: 30px;
}
.pro_a .wrap1260 .content .list .rt.imgbox .topimg {
  position: absolute;
  left: 30px;
  top: -30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pro_a .wrap1260 .content .list .rt {
  width: 50%;
  float: right;
}
.pro_a .wrap1260 .content .list .infobox {
  width: 50%;
  padding: 54px 60px 0 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.pro_a .wrap1260 .content .list .infobox .in_div {
  position: relative;
}
.pro_a .wrap1260 .content .list .infobox .tipimg {
  position: absolute;
  right: 0;
  top: 0;
}
.pro_a .wrap1260 .content .list .infobox .mk_title {
  margin-bottom: 60px;
}
.pro_a .wrap1260 .content .list:nth-child(2n) {
  background-color: #fafafa;
}
.pro_a .wrap1260 .content .list:last-child {
  margin-bottom: 140px;
}
.pro_a .wrap1260 .content .list:hover .imgbox .topimg {
  left: 0;
  top: 0;
}
.pro_b .wrap1260 .content {
  padding-top: 16px;
}
.pro_b .wrap1260 .content .topnavbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 75px;
}
.pro_b .wrap1260 .content .topnavbox .topnav {
  display: block;
  text-align: center;
  position: relative;
}
.pro_b .wrap1260 .content .topnavbox .topnav .imgbox {
  width: 75px;
  margin-bottom: 24px;
  position: relative;
}
.pro_b .wrap1260 .content .topnavbox .topnav .imgbox img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pro_b .wrap1260 .content .topnavbox .topnav .imgbox .nor {
  position: relative;
  z-index: 11;
}
.pro_b .wrap1260 .content .topnavbox .topnav .imgbox .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
}
.pro_b .wrap1260 .content .topnavbox .topnav .tlbox .cn {
  color: #000000;
  margin-bottom: 12px;
}
.pro_b .wrap1260 .content .topnavbox .topnav .tlbox .en {
  font-family: arial, helvetica, sans-serif;
  color: #000;
}
.pro_b .wrap1260 .content .topnavbox .topnav .sj {
  opacity: 0;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
.pro_b .wrap1260 .content .topnavbox .topnav:hover .imgbox .act {
  opacity: 1;
}
.pro_b .wrap1260 .content .topnavbox .topnav:hover .imgbox .nor {
  opacity: 0;
}
.pro_b .wrap1260 .content .topnavbox .actnav .imgbox .act {
  opacity: 1;
}
.pro_b .wrap1260 .content .topnavbox .actnav .imgbox .nor {
  opacity: 0;
}
.pro_b .wrap1260 .content .topnavbox .actnav .sj {
  opacity: 1;
}
.pro_b .wrap1260 .content .listbox {
  margin-bottom: 60px;
}
.pro_b .wrap1260 .content .listbox .list {
  margin-bottom: 98px;
  display: block;
}
.pro_b .wrap1260 .content .listbox .list .imgbox {
  overflow: hidden;
  width: 48.0953%;
  float: left;
}
.pro_b .wrap1260 .content .listbox .list .imgbox img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pro_b .wrap1260 .content .listbox .list .infobox {
  width: 51.9048%;
  float: right;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.pro_b .wrap1260 .content .listbox .list .infobox .in_div {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 48px 0 48px;
  width: 100%;
  height: 100%;
}
.pro_b .wrap1260 .content .listbox .list .infobox .in_div .mk_title {
  margin-bottom: 35px;
}
.pro_b .wrap1260 .content .listbox .list .infobox .in_div .mk_title .cn,
.pro_b .wrap1260 .content .listbox .list .infobox .in_div .mk_title .en {
  color: #fff;
}
.pro_b .wrap1260 .content .listbox .list .infobox .in_div .tebox {
  line-height: 30px;
  color: #fff;
  margin-bottom: 23px;
  height: 60px;
  overflow: hidden;
}
.pro_b .wrap1260 .content .listbox .list .infobox .in_div .viewmore {
  line-height: 32px;
  width: 96px;
  background: url(/uploads/image/tpimages/pro_27.png) no-repeat right center;
  color: #019143;
  font-size: 14px;
}
.pro_b .wrap1260 .content .listbox .list:nth-child(2n) .imgbox {
  float: right;
}
.pro_b .wrap1260 .content .listbox .list:nth-child(2n) .infobox {
  float: left;
}
.pro_b .wrap1260 .content .listbox .list:last-child {
  margin-bottom: 0;
}
.pro_b .wrap1260 .content .listbox .list:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pro_c .wrap1260 .content {
  padding: 95px 0 100px 0;
}
.pro_c .wrap1260 .content .swiperbox {
  /*background-color: #f5f5f5;*/
  padding: 0 13.4%;
  position: relative;
}
.pro_c .wrap1260 .content .swiperbox .btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #f0f0f0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.pro_c .wrap1260 .content .swiperbox .btn i {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.pro_c .wrap1260 .content .swiperbox .btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pro_c .wrap1260 .content .swiperbox .previmg {
  left: 6.7%;
}
.pro_c .wrap1260 .content .swiperbox .previmg span {
  background: url(/uploads/image/tpimages/qw_3.png);
}
.pro_c .wrap1260 .content .swiperbox .nextimg {
  right: 6.7%;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.pro_c .wrap1260 .content .swiperbox .nextimg span {
  background: url(/uploads/image/tpimages/qw_4.png);
}
.pro_c .wrap1260 .content .swiperbox .previmg:hover {
  background-color: rgba(240, 240, 240, 0);
}
.pro_c .wrap1260 .content .swiperbox .previmg:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pro_c .wrap1260 .content .swiperbox .previmg:hover span {
  background: url(/uploads/image/tpimages/qw_3_1.png);
}
.pro_c .wrap1260 .content .swiperbox .nextimg:hover {
  background-color: rgba(240, 240, 240, 0);
}
.pro_c .wrap1260 .content .swiperbox .nextimg:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pro_c .wrap1260 .content .swiperbox .nextimg:hover span {
  background: url(/uploads/image/tpimages/qw_4_1.png);
}
.pro_c .wrap1260 .content .swiperbox .swiper-container #desp .swiper-pagination-bullet-active {
  background: #019143;
}
.pro_c .wrap1260 .content .swiperbox .swiper-slide img{
  width: 63%;
  /*width: 40%;*/
}
.pro_c .wrap1260 .content .textbox {
  padding-top: 60px;
}
.pro_c .wrap1260 .content .textbox .in_div {
  width:100%;
  margin: 0 auto;
}
.pro_c .wrap1260 .content .textbox .in_div .lt {
  width: 350px;
  float: left;
}
.pro_c .wrap1260 .content .textbox .in_div .lt .mk_title .en {
  white-space: normal;
}
.pro_c .wrap1260 .content .textbox .in_div .rt {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
  float: left;
}
.pro_c .wrap1260 .content .textbox .in_div .rt .teinfo {
  line-height: 30px;
  color: #666666;
  margin-bottom: 60px;
}
.pro_c .wrap1260 .content .textbox .in_div .rt .csbox {
  margin-bottom: 60px;
}
.pro_c .wrap1260 .content .textbox .in_div .rt .csbox .cs {
  line-height: 30px;
  padding: 14px 0;
  border-top: 1px solid #000;
}
.pro_c .wrap1260 .content .textbox .in_div .rt .csbox .cs .ltcs {
  float: left;
  width: 170px;
  color: #666666;
}
.pro_c .wrap1260 .content .textbox .in_div .rt .csbox .cs .rtcs {
  float: right;
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
}
.pro_c .wrap1260 .content .textbox .in_div .rt .csbox .cs:last-child {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1698px) {
  .pro_a .wrap1260 .pagetitle {
    margin-bottom: 60px;
  }
  .pro_a .cbl {
    display: none;
  }
}
@media (max-width:1440px){
  .mk_title.mline .en,
  .mk_title .en {
    font-size: 40px;
  }
  .mk_title .cn{
    font-size: 24px;
  }
  .mk_title.mline .cn {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div .mk_title {
    margin-bottom: 20px;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div .tebox {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
  }
}
@media screen and (max-width: 1298px) {
  .pro_b .wrap1260 .content .listbox .list .infobox {
    width: 51.9048%;
    float: right;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 30px 0 30px;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div .mk_title {
    margin-bottom: 20px;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div .mk_title .cn,
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div .mk_title .en {
    color: #fff;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div .tebox {
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pro_a .wrap1260 .pagetitle {
    margin-bottom: 40px;
  }
  .pro_a .wrap1260 .content {
    padding-top: 110px!important;
  }
  .pro_a .wrap1260 .content .list .infobox {
    padding: 20px 30px 0 30px;
  }
  .pro_b .wrap1260 .content .listbox {
    margin-bottom: 30px;
  }
  .pro_b .wrap1260 .content .listbox .list {
    margin-bottom: 40px;
    display: block;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div .mk_title {
    margin-bottom: 15px;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div .mk_title .en {
    margin-bottom: 0px;
  }
  .pro_c .wrap1260 .content {
    padding: 60px 0;
  }
  .pro_c .wrap1260 .content .swiperbox {
    background-color: #f5f5f5;
    padding: 0;
    position: relative;
  }
  .pro_c .wrap1260 .content .swiperbox .btn {
    display: none;
  }
  .pro_c .wrap1260 .content .swiperbox .swiper-container #desp .swiper-pagination-bullet-active {
    background: #019143;
  }
  .pro_c .wrap1260 .content .textbox {
    padding-top: 60px;
  }
  .pro_c .wrap1260 .content .textbox .in_div {
    width: 100%;
  }
  .pro_c .wrap1260 .content .textbox .in_div .lt {
    width: 240px;
    float: left;
  }
  .pro_c .wrap1260 .content .textbox .in_div .rt {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 768px) {
  .pro_a .wrap1260 .content .list {
    margin-bottom: 40px;
  }
  .pro_a .wrap1260 .content .list .imgbox {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .pro_a .wrap1260 .content .list .imgbox .topimg {
    position: static!important;
    left: 0;
    top: 0;
    right: 0;
  }
  .pro_a .wrap1260 .content .list .imgbox .btimg {
    display: none;
  }
  .pro_a .wrap1260 .content .list .infobox {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .pro_a .wrap1260 .content .list .infobox .mk_title {
    margin-bottom: 20px;
  }
  .pro_a .wrap1260 .content .list:last-child {
    margin-bottom: 60px;
  }
  .pro_b .wrap1260 .content .topnavbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pro_b .wrap1260 .content .topnavbox .topnav {
    display: block;
    text-align: center;
    position: relative;
    width: 33.33%;
    margin-bottom: 30px;
  }
  .pro_b .wrap1260 .content .listbox {
    margin-bottom: 60px;
  }
  .pro_b .wrap1260 .content .listbox .list {
    margin-bottom: 30px;
  }
  .pro_b .wrap1260 .content .listbox .list .imgbox {
    overflow: hidden;
    width: 100%;
    float: none;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox {
    width: 100%;
    float: none;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox img {
    display: none;
  }
  .pro_b .wrap1260 .content .listbox .list .infobox .in_div {
    position: relative;
    padding: 20px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(/uploads/image/tpimages/pro_22.png) no-repeat;
  }
  .pro_c .wrap1260 .content .textbox {
    padding-top: 30px;
  }
  .pro_c .wrap1260 .content .textbox .in_div {
    width: 100%;
  }
  .pro_c .wrap1260 .content .textbox .in_div .lt {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .pro_c .wrap1260 .content .textbox .in_div .rt {
    width: 100%;
  }
}
/*--------------------------------产品end------------------------------*/
/*--------------------------------全屋start------------------------------*/
.qw_a {
  position: relative;
}
.qw_a .cbl {
  position: absolute;
  top: 100%;
  left: 5%;
}
.qw_a .cbl .cbnav {
  width: 140px;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-bottom: none;
  padding: 22px 0 22px 22px;
  color: #989898;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.qw_a .cbl .cbnav .cn {
  margin-bottom: 12px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.qw_a .cbl .cbnav .en {
  font-family: arial, helvetica, sans-serif;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.qw_a .cbl .cbnav:last-child {
  border-bottom: 1px solid #000;
}
.qw_a .cbl .cbnav:hover {
  background: #019143;
}
.qw_a .cbl .cbnav:hover .cn,
.qw_a .cbl .cbnav:hover .en {
  color: #fff;
}
.qw_listbox {
  padding: 100px 0;
}
.qw_listbox .wrap1260 {
  padding-left: 218px;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.qw_listbox .wrap1260 .lt {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 218px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.qw_listbox .wrap1260 .lt .mk_title {
  margin-bottom: 120px;
}
.qw_listbox .wrap1260 .lt .mk_title .en {
  white-space: normal;
}
.qw_listbox .wrap1260 .lt .textbox {
  color: #cccccc;
  font-size: 30px;
  line-height: 25px;
  padding-right: 20px;
}
.qw_listbox .wrap1260 .rt .top {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 170px;
  position: relative;
  margin-bottom: 60px;
}
.qw_listbox .wrap1260 .rt .top .controlbox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 170px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #019143;
  border-left: none;
  background: url(/uploads/image/tpimages/qw_5.png) no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}
.qw_listbox .wrap1260 .rt .top .controlbox .in_div {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
}
.qw_listbox .wrap1260 .rt .top .controlbox .in_div .btncontrol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}
.qw_listbox .wrap1260 .rt .top .controlbox .in_div .btncontrol .btn {
  width: 40px;
  height: 40px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.qw_listbox .wrap1260 .rt .top .controlbox .in_div .btncontrol .prev {
  margin-right: 20px;
  background: url(/uploads/image/tpimages/qw_3.png) no-repeat #f0f0f0;
}
.qw_listbox .wrap1260 .rt .top .controlbox .in_div .btncontrol .next {
  background: url(/uploads/image/tpimages/qw_4.png) no-repeat #f0f0f0;
}
.qw_listbox .wrap1260 .rt .top .controlbox .in_div .btncontrol .prev:hover {
  background: url(/uploads/image/tpimages/qw_3_1.png) no-repeat #333;
}
.qw_listbox .wrap1260 .rt .top .controlbox .in_div .btncontrol .next:hover {
  background: url(/uploads/image/tpimages/qw_4_1.png) no-repeat #333;
}
.qw_listbox .wrap1260 .rt .top .controlbox .in_div .pagebox {
  text-align: center;
  font-size: 28px;
  color: #999;
}
.qw_listbox .wrap1260 .rt .top .controlbox .in_div .pagebox .swiper-pagination-current {
  color: #000;
  font-size: 40px;
}
.qw_listbox .wrap1260 .rt .btbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.qw_listbox .wrap1260 .rt .btbox .l_k {
  width: 250px;
  padding-right: 98px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.qw_listbox .wrap1260 .rt .btbox .l_k .li {
  padding: 23px 0 23px 30px;
  color: #989898;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background: url(/uploads/image/tpimages/qw_6.png) no-repeat;
  background-position: -10px center !important;
  cursor: pointer;
}
.qw_listbox .wrap1260 .rt .btbox .l_k .li:last-child {
  border-bottom: 1px solid #000000;
}
.qw_listbox .wrap1260 .rt .btbox .l_k .li:hover,
.qw_listbox .wrap1260 .rt .btbox .l_k .actli {
  background-position: 0px center !important;
}
.qw_listbox .wrap1260 .rt .btbox .r_k .in_div {
  display: none;
}
.qw_listbox .wrap1260 .rt .btbox .r_k .in_div:nth-child(1) {
  display: block;
}
.qw_listbox .wrap1260 .rt .btbox .r_k .tlbox {
  margin-bottom: 34px;
}
.qw_listbox .wrap1260 .rt .btbox .r_k .tlbox .cn {
  color: #000000;
  font-size: 22px;
  margin-bottom: 14px;
}
.qw_listbox .wrap1260 .rt .btbox .r_k .tlbox .en {
  color: #010101;
  font-size: 26px;
}
.qw_listbox .wrap1260 .rt .btbox .r_k .textbox {
  line-height: 30px;
  color: #666666;
}
.qw_listbox:nth-child(4n) {
  background: #fafafa;
}
@media screen and (max-width: 1698px) {
  .qw_listbox {
    padding-top: 70px;
  }
  .qw_a .wrap1260 {
    position: relative;
  }
  .qw_a .wrap1260 .cbl {
    display: none;
  }
  .pro_a .wrap1260 {
    position: relative;
  }
  .pro_a .wrap1260 .content {
    padding-top: 60px;
  }
  .pro_a .cbl {
    width: 100%;
    left: 0;
    top: auto;
    bottom: -120px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .pro_a .cbl .cbnav {
    float: left;
    width: 16.6666%;
    border: none;
    border-right: 1px solid #000;
    padding: 22px 0;
    text-align: center;
  }
  .pro_a .cbl .cbnav:nth-child(1) {
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .qw_a .wrap1260 .cbl {
    bottom: -130px;
  }
  .qw_a .wrap1260 .cbl .cbnav {
    width: 33.3333%;
    padding: 10px 0;
    border-top: 1px solid #000;
  }
  .qw_a .wrap1260 .cbl .cbnav .cn {
    margin-bottom: 8px;
  }
  .qw_a .wrap1260 .cbl .cbnav:nth-child(1),
  .qw_a .wrap1260 .cbl .cbnav:nth-child(2),
  .qw_a .wrap1260 .cbl .cbnav:nth-child(3) {
    border-top: none;
  }
  .qw_a .wrap1260 .cbl .cbnav:nth-child(3n 1) {
    border-left: 1px solid #000;
  }
  .pro_a .wrap1260 .cbl {
    bottom: -130px;
  }
  .pro_a .wrap1260 .cbl .cbnav {
    width: 33.3333%;
    padding: 10px 0;
    border-top: 1px solid #000;
  }
  .pro_a .wrap1260 .cbl .cbnav .cn {
    margin-bottom: 8px;
  }
  .pro_a .wrap1260 .cbl .cbnav:nth-child(1),
  .pro_a .wrap1260 .cbl .cbnav:nth-child(2),
  .pro_a .wrap1260 .cbl .cbnav:nth-child(3) {
    border-top: none;
  }
  .pro_a .wrap1260 .cbl .cbnav:nth-child(3n 1) {
    border-left: 1px solid #000;
  }
  .qw_listbox {
    padding: 60px 0;
  }
  .qw_listbox .wrap1260 {
    padding-left: 0;
  }
  .qw_listbox .wrap1260 .lt {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
  .qw_listbox .wrap1260 .lt .mk_title {
    margin-bottom: 20px;
  }
  .qw_listbox .wrap1260 .rt {
    width: 100%;
  }
  .qw_listbox .wrap1260 .rt .top {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .qw_listbox .wrap1260 .rt .top #qwswiper1 {
    margin-bottom: 20px;
  }
  .qw_listbox .wrap1260 .rt .top .controlbox {
    position: static;
    width: 100%;
    border: none;
    margin-top: 10px;
  }
  .qw_listbox .wrap1260 .rt .top .controlbox .in_div {
    position: static;
  }
  .qw_listbox .wrap1260 .rt .top .controlbox .in_div .btncontrol {
    display: none;
  }
  .qw_listbox .wrap1260 .rt .top .controlbox .in_div .pagebox {
    position: static;
  }
  .qw_listbox .wrap1260 .rt .btbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .qw_listbox .wrap1260 .rt .btbox .l_k {
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .qw_listbox .wrap1260 .rt .btbox .l_k .li {
    width: 30%;
    margin-right: 5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #000;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .qw_listbox .wrap1260 .rt .btbox .l_k .li:nth-child(3n) {
    margin-right: 0;
  }
  .qw_listbox .wrap1260 .rt .btbox .r_k .tlbox {
    margin-bottom: 20px;
  }
}
/*--------------------------------全屋end------------------------------*/
/*--------------------------------案例start------------------------------*/
.case_a {
  padding-bottom: 100px;
}
.case_a .wrap1260 .pagetitle {
  margin-bottom: 95px;
}
.case_a .wrap1260 .content .mk_title {
  margin-bottom: 60px;
}
.case_a .wrap1260 .content .caseli {
  position: relative;
  width: 48.0952%;
  float: left;
  margin-right: 3.9896%;
  display: block;
  border-bottom: 1px solid #999;
  margin-bottom: 50px;
}
.case_a .wrap1260 .content .caseli .imgbox {
  overflow: hidden;
}
.case_a .wrap1260 .content .caseli .imgbox img {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.case_a .wrap1260 .content .caseli .imgbox:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.case_a .wrap1260 .content .caseli .infobox {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case_a .wrap1260 .content .caseli .infobox .l_k {
  color: #000;
}
.case_a .wrap1260 .content .caseli .infobox .l_k .num {
  font-size: 26px;
  margin-bottom: 10px;
}
.case_a .wrap1260 .content .caseli .infobox .l_k .tl {
  font-size: 22px;
}
.case_a .wrap1260 .content .caseli .infobox .r_k {
  line-height: 32px;
  width: 96px;
  font-size: 14px;
  color: #019143;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/uploads/image/tpimages/pro_27.png);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.case_a .wrap1260 .content .caseli .infobox .r_k:hover {
  background-image: url(/uploads/image/tpimages/jt_2.png);
}
.case_a .wrap1260 .content .caseli:nth-child(2n) {
  margin-right: 0;
  top: -170px;
}
.case_a .wrap1260 .content .morebtn {
  margin-top: 65px;
  float: right;
  margin-right: -webkit-calc(23.603% - 86px);
  margin-right: -moz-calc(23.603% - 86px);
  margin-right: calc(23.603% - 86px);
  position: relative;
  top: -170px;
}
.case_b {
  padding: 100px 0 115px 0;
  overflow: hidden;
  background: url(/uploads/image/tpimages/case_9.png) no-repeat center center #ede8e2;
}
.case_b .wrap1260 .mk_title {
  margin-bottom: 60px;
  position: relative;
}
.case_b .wrap1260 .mk_title .btncontrol {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 0px;
}
.case_b .wrap1260 .mk_title .btncontrol .btn {
  width: 40px;
  height: 40px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.case_b .wrap1260 .mk_title .btncontrol .prev {
  margin-right: 20px;
  background: url(/uploads/image/tpimages/qw_3.png) no-repeat #f0f0f0;
}
.case_b .wrap1260 .mk_title .btncontrol .next {
  background: url(/uploads/image/tpimages/qw_4.png) no-repeat #f0f0f0;
}
.case_b .wrap1260 .mk_title .btncontrol .prev:hover {
  background: url(/uploads/image/tpimages/qw_3_1.png) no-repeat #333;
}
.case_b .wrap1260 .mk_title .btncontrol .next:hover {
  background: url(/uploads/image/tpimages/qw_4_1.png) no-repeat #333;
}
.case_b .wrap1260 #procaseswiper {
  width: 1590px;
  padding-bottom: 100px;
}
.case_b .wrap1260 #procaseswiper #casesp {
  bottom: 0;
  font-size: 28px;
  color: #999999;
}
.case_b .wrap1260 #procaseswiper #casesp .swiper-pagination-current {
  font-size: 40px;
  color: #333333;
}
.case_b .wrap1260 #procaseswiper .swiper-slide {
  width: 388px;
}
.case_b .wrap1260 #procaseswiper .swiper-slide .imgbox {
  overflow: hidden;
  display: block;
}
.case_b .wrap1260 #procaseswiper .swiper-slide .imgbox img {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  width: 100%;
}
.case_b .wrap1260 #procaseswiper .swiper-slide .imgbox:hover .imgbox img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.case_b .wrap1260 #procaseswiper .swiper-slide .infobox {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background: #fff;
}
.case_b .wrap1260 #procaseswiper .swiper-slide .infobox .top {
  color: #000;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.case_b .wrap1260 #procaseswiper .swiper-slide .infobox .top .num {
  font-size: 26px;
  margin-bottom: 10px;
}
.case_b .wrap1260 #procaseswiper .swiper-slide .infobox .top .tl {
  font-size: 22px;
  display: block;
}
.case_b .wrap1260 #procaseswiper .swiper-slide .infobox .tobtn {
  display: block;
  width: 96px;
  background: url(/uploads/image/tpimages/pro_27.png) no-repeat right center;
  color: #019143;
  font-size: 14px;
  line-height: 32px;
  background-position: right center;
  background-image: url(/uploads/image/tpimages/pro_27.png);
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.case_b .wrap1260 #procaseswiper .swiper-slide .infobox .tobtn:hover {
  background-image: url(/uploads/image/tpimages/jt_2.png);
}
.case_b .wrap1260 #procaseswiper .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.case_c {
  padding: 0 0 140px 0;
}
.case_c .wrap1260 .mk_title {
  text-align: left;
  position: relative;
  margin-bottom: 95px;
}
.case_c .wrap1260 .mk_title .morebtn {
  position: absolute;
  right: 0;
  top: 110px;
}
.case_c .wrap1260 .content .swiperbox {
  position: relative;
}
.case_c .wrap1260 .content .swiperbox .lt {
  width: -webkit-calc(100% - 388px);
  width: -moz-calc(100% - 388px);
  width: calc(100% - 388px);
  float: left;
}
.case_c .wrap1260 .content .swiperbox .lt .swiper-container .swiper-pagination {
  display: none;
}
.case_c .wrap1260 .content .swiperbox .lt .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #019143;
}
.case_c .wrap1260 .content .swiperbox .lt .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.case_c .wrap1260 .content .swiperbox .rt {
  z-index: 10;
  width: 388px;
  position: absolute;
  right: 0;
  height: 100%;
  background: url(/uploads/image/tpimages/case_11.png) no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}
.case_c .wrap1260 .content .swiperbox .rt .in_div {
  width: 330px;
  left: -50px;
  top: 36px;
  bottom: 36px;
  background: #fff;
  position: absolute;
  padding: 60px 40px 0 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .title {
  font-size: 22px;
  color: #000000;
  padding-bottom: 30px;
  border-bottom: 1px solid  #999999;
  margin-bottom: 40px;
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .textbox {
  line-height: 30px;
  color: #666666;
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #f0f0f0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .btn i {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .prevcase {
  margin-right: 20px;
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .prevcase span {
  background: url(/uploads/image/tpimages/qw_3.png);
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .nextcase span {
  background: url(/uploads/image/tpimages/qw_4.png);
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .prevcase:hover {
  background-color: rgba(240, 240, 240, 0);
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .prevcase:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .prevcase:hover span {
  background: url(/uploads/image/tpimages/qw_3_1.png);
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .nextcase:hover {
  background-color: rgba(240, 240, 240, 0);
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .nextcase:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol .nextcase:hover span {
  background: url(/uploads/image/tpimages/qw_4_1.png);
}
.case_c .wrap1260 .content .swiperbox .rt .casepage {
  position: absolute;
  right: 20px;
  top: 50%;
  left: auto;
  bottom: auto;
  width: auto;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  color: #666;
  font-size: 28px;
}
.case_c .wrap1260 .content .swiperbox .rt .casepage .swiper-pagination-current {
  font-size: 40px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .case_c {
    padding: 0 0 60px 0;
  }
  .case_c .wrap1260 .mk_title {
    margin-bottom: 60px;
  }
  .case_c .wrap1260 .content .swiperbox .lt {
    width: 100%;
    float: none;
  }
  .case_c .wrap1260 .content .swiperbox .lt .swiper-container .swiper-pagination {
    display: block;
  }
  .case_c .wrap1260 .content .swiperbox .rt {
    width: 100%;
    position: static;
  }
  .case_c .wrap1260 .content .swiperbox .rt .in_div {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    position: static;
    padding: 20px 15px 0 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case_c .wrap1260 .content .swiperbox .rt .in_div .title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .case_c .wrap1260 .content .swiperbox .rt .in_div .textbox {
    line-height: 28px;
  }
  .case_c .wrap1260 .content .swiperbox .rt .in_div .btncontrol {
    display: none;
  }
  .case_c .wrap1260 .content .swiperbox .rt .casepage {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .case_a {
    padding-bottom: 60px;
  }
  .case_a .wrap1260 .pagetitle {
    margin-bottom: 40px;
  }
  .case_a .wrap1260 .content {
    display: block;
  }
  .case_a .wrap1260 .content .lt,
  .case_a .wrap1260 .content .rt {
    width: 100%;
  }
  .case_a .wrap1260 .content .mk_title {
    margin-bottom: 20px;
  }
  .case_a .wrap1260 .content .caseli {
    margin-bottom: 20px;
  }
  .case_a .wrap1260 .content .caseli .imgbox {
    overflow: hidden;
  }
  .case_a .wrap1260 .content .caseli .infobox {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case_a .wrap1260 .content .caseli .infobox .l_k {
    color: #000;
  }
  .case_a .wrap1260 .content .caseli .infobox .l_k .num {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .case_a .wrap1260 .content .caseli .infobox .l_k .tl {
    font-size: 16px;
  }
  .case_a .wrap1260 .content .caseli:last-child {
    margin-bottom: 20px;
  }
  .case_a .wrap1260 .content .rt .caselist {
    margin-bottom: 20px;
  }
  .case_b {
    padding: 60px 0;
  }
  .case_b .wrap1260 .mk_title {
    margin-bottom: 20px;
  }
  .case_b .wrap1260 .mk_title .btncontrol {
    display: none;
  }
  .case_b .wrap1260 #procaseswiper {
    width: 100%;
    padding-bottom: 60px;
  }
  .case_b .wrap1260 #procaseswiper .swiper-slide {
    width: 100%;
  }
  .case_b .wrap1260 #procaseswiper .swiper-slide .infobox {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    background: #fff;
  }
  .case_b .wrap1260 #procaseswiper .swiper-slide .infobox .top {
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
  }
  .case_b .wrap1260 #procaseswiper .swiper-slide .infobox .top .num {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .case_b .wrap1260 #procaseswiper .swiper-slide .infobox .top .tl {
    font-size: 16px;
  }
  .case_b .wrap1260 #procaseswiper .swiper-slide .infobox .tobtn {
    display: block;
    width: 96px;
    background: url(/uploads/image/tpimages/pro_27.png) no-repeat right center;
    color: #019143;
    font-size: 14px;
    line-height: 32px;
  }
  .case_c .wrap1260 .mk_title {
    margin-bottom: 40px;
  }
  .case_c .wrap1260 .mk_title.mline .cn {
    margin-bottom: 20px;
  }
  .case_c .wrap1260 .mk_title.mline .morebtn {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
}
/*--------------------------------案例end------------------------------*/
/*--------------------------------营销start------------------------------*/
.market_a .content {
  padding-top: 97px;
}
.market_a .content .mk_title {
  text-align: center;
  margin-bottom: 54px;
}
.market_a .content .mk_title .line {
  margin: 0 auto 20px auto;
}
.market_a .content .mapbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.market_a .content .mapbox .lt {
  width: 35.7143%;
}
.market_a .content .mapbox .lt .topsearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 46px;
}
.market_a .content .mapbox .lt .topsearch select {
  width: 48.8888%;
  border: solid 1px #dcdcdc;
  height: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 18px;
  color: #444444;
}
.market_a .content .mapbox .lt .topsearch .search_btn {
  margin-top: 17px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.market_a .content .mapbox .lt .result_list {
  height: 500px;
  overflow: auto;
  padding-right: 20px;
  cursor: pointer;
}
.market_a .content .mapbox .lt .result_list .result_li {
  margin-bottom: 20px;
}
.market_a .content .mapbox .lt .result_list .result_li .title {
  color: #333333;
  font-size: 18px;
  margin-bottom: 14px;
}
.market_a .content .mapbox .lt .result_list .result_li .te {
  font-size: 14px;
  line-height: 28px;
  color: #afafaf;
  padding-left: 24px;
}
.market_a .content .mapbox .lt .result_list::-webkit-scrollbar {
  width: 12px;
}
.market_a .content .mapbox .lt .result_list::-webkit-scrollbar-thumb {
  background: url(/uploads/image/tpimages/market_1.png) no-repeat center center #019143;
}
.market_a .content .mapbox .lt .result_list::-webkit-scrollbar-track {
  background-color: #e3e3e3;
}
.market_a .content .mapbox .rt {
  width: 60.3175%;
}
.market_a .content .mapbox .rt #map {
  height: 100%;
}
.market_a .content .mapbox .rt #map img {
  width: auto;
  max-width: 900px;
}
.market_b {
  padding: 100px 0;
}
.market_b .mk_title {
  text-align: center;
  margin-bottom: 66px;
}
.market_b .mk_title .line {
  margin: 0 auto 20px auto;
}
.market_b .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.market_b .content .inpbox {
  width: 48.3333%;
  position: relative;
  margin-bottom: 40px;
}
.market_b .content .inpbox input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  height: 70px;
  padding: 0 10px;
  border: solid 1px #b7b7b7;
  outline: none;
}
.market_b .content .inpbox .tip {
  display: block;
  padding: 0 12px;
  background: #fff;
  position: absolute;
  left: 14px;
  top: -7px;
  color: #333;
}
.market_b .content .inpbox .tip span {
  color: #fe0000;
}
.market_b .content .textareabox {
  width: 100%;
  margin-bottom: 60px;
}
.market_b .content .textareabox textarea {
  height: 160px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: block;
  width: 100%;
  resize: none;
}
.market_b .content .checkbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.market_b .content .checkbox .lt {
  width: 300px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
  color: #666666;
}
.market_b .content .checkbox .rt {
  width: 500px;
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.market_b .content .checkbox .rt .labelbox {
  width: 33.3333%;
  margin-bottom: 23px;
}
.market_b .content .checkbox .rt .labelbox input,
.market_b .content .checkbox .rt .labelbox label {
  cursor: pointer;
  line-height: 16px;
}
.market_b .content .checkbox .rt .labelbox input {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  opacity: 0;
}
.market_b .content .checkbox .rt .labelbox label {
  position: relative;
}
.market_b .content .checkbox .rt .labelbox label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -23px;
  top: 2px;
  background: url(/uploads/image/tpimages/check_bg.png) no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}
.market_b .content .checkbox .rt .labelbox input:checked   label::after {
  background: url(/uploads/image/tpimages/checked_bg.png) no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
}
.market_b .content .morebtn {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .market_a .content {
    padding-top: 60px;
  }
  .market_a .content .mk_title {
    margin-bottom: 40px;
  }
  .market_a .content .mapbox .lt .topsearch {
    margin-bottom: 20px;
  }
  .market_a .content .mapbox .lt .topsearch select {
    height: 44px;
    font-size: 16px;
  }
  .market_a .content .mapbox .lt .topsearch .search_btn {
    height: 44px;
    line-height: 44px;
  }
  .market_a .content .mapbox .lt .result_list {
    height: 500px;
    overflow: auto;
    padding-right: 20px;
  }
  .market_a .content .mapbox .lt .result_list .result_li .title {
    font-size: 16px;
  }
  .market_a .content .mapbox .lt .result_list .result_li .te {
    font-size: 14px;
  }
  .market_a .content .mapbox .lt .result_list::-webkit-scrollbar {
    width: 4px;
  }
  .market_a .content .mapbox .lt .result_list::-webkit-scrollbar-thumb {
    background: url(/uploads/image/tpimages/market_1.png) no-repeat center center #019143;
  }
  .market_a .content .mapbox .lt .result_list::-webkit-scrollbar-track {
    background-color: #e3e3e3;
  }
  .market_b {
    padding: 60px 0;
  }
  .market_b .mk_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .market_b .content .inpbox {
    width: 48.3333%;
    position: relative;
    margin-bottom: 40px;
  }
  .market_b .content .textareabox {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .market_a .content {
    padding-top: 60px;
  }
  .market_a .content .mk_title {
    margin-bottom: 20px;
  }
  .market_a .content .mapbox .lt {
    width: 100%;
  }
  .market_a .content .mapbox .lt .result_list {
    height: 300px;
  }
  .market_a .content .mapbox .rt {
    width: 100%;
    height: 300px;
  }
  .market_a .content .mapbox .rt #map {
    height: 100%;
  }
  .market_a .content .mapbox .rt #map img {
    width: auto;
    max-width: 900px;
  }
  .market_b {
    padding: 60px 0;
  }
  .market_b .mk_title {
    text-align: center;
    margin-bottom: 20px;
  }
  .market_b .mk_title .line {
    margin: 0 auto 20px auto;
  }
  .market_b .content .inpbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .market_b .content .inpbox input {
    width: 100%;
    height: 44px;
  }
  .market_b .content .checkbox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .market_b .content .checkbox .lt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .market_b .content .checkbox .rt {
    width: 100%;
  }
  .market_b .content .checkbox .rt .labelbox {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .market_b .content .morebtn {
    margin: 0 auto;
  }
}
/*--------------------------------营销end------------------------------*/
/*--------------------------------招商start------------------------------*/
.join_a .wrap1260 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 100px 0 60px 0;
}
.join_a .wrap1260 .content .lt {
  width: 300px;
}
.join_a .wrap1260 .content .rt {
  width: 840px;
}
.join_a .wrap1260 .content .rt .vanli {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px 0;
  border-bottom: 1px solid  #e0e0e0;
}
.join_a .wrap1260 .content .rt .vanli .van {
  width: 390px;
}
.join_a .wrap1260 .content .rt .vanli .van .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}
.join_a .wrap1260 .content .rt .vanli .van .top .num {
  width: 98px;
  height: 98px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: solid 1px #e0e0e0;
  line-height: 98px;
  text-align: center;
  font-size: 36px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
.join_a .wrap1260 .content .rt .vanli .van .top .num span {
  position: relative;
  z-index: 13;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: #000000;
}
.join_a .wrap1260 .content .rt .vanli .van .top .num i {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background: #019143;
}
.join_a .wrap1260 .content .rt .vanli .van .top .tilte .cn {
  font-size: 22px;
  color: #000;
  margin-bottom: 14px;
}
.join_a .wrap1260 .content .rt .vanli .van .top .tilte .en {
  font-size: 26px;
  color: #000;
}
.join_a .wrap1260 .content .rt .vanli .van .text {
  line-height: 30px;
  color: #666;
}
.join_a .wrap1260 .content .rt .vanli .van:hover .num span {
  color: #fff;
}
.join_a .wrap1260 .content .rt .vanli .van:hover .num i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.join_a .wrap1260 .content .rt .vanli:last-child {
  border-bottom: none;
}
.join_b {
  padding: 98px 0 100px 0;
  background: url(/uploads/image/tpimages/join_5.png) no-repeat left bottom #f2f2f2;
}
.join_b .wrap1260 .mk_title {
  margin-bottom: 60px;
}
.join_b .wrap1260 #conswiper #joinsp {
  display: none;
}
.join_b .wrap1260 #conswiper #joinsp .swiper-pagination-bullet-active {
  background: #019143;
}
.join_b .wrap1260 #conswiper .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.join_b .wrap1260 #conswiper .swiper-slide img {
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 100%;
}
.join_b .wrap1260 #conswiper .swiper-slide .in_div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.join_b .wrap1260 #conswiper .swiper-slide .in_div .after {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  top: 198px;
  left: 0;
  color: #ede8e2 ;
}
.join_b .wrap1260 #conswiper .swiper-slide .in_div .after .text {
  color: #bdbdbd;
  font-size: 60px;
}
.join_b .wrap1260 #conswiper .swiper-slide .slide1 {
  background: rgba(237, 232, 226, 0.88);
}
.join_b .wrap1260 #conswiper .swiper-slide .slide2 {
  background: rgba(219, 219, 219, 0.88);
}
.join_b .wrap1260 #conswiper .swiper-slide .before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.join_b .wrap1260 #conswiper .swiper-slide .before .tebox {
  position: absolute;
  left: 0;
  width: 100;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  top: 66.6666%;
}
.join_b .wrap1260 #conswiper .swiper-slide .before .tebox .tl {
  font-size: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text {
  padding: 12px 0;
  line-height: 32px;
  font-size: 16px;
  position: relative;
  color: #555555;
}
.join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text::after,
.join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text::before {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text::after {
  top: 0;
  width: 98px;
}
.join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text::before {
  bottom: 0;
}
.join_b .wrap1260 #conswiper .swiper-slide:hover img {
  -webkit-transform: translatey(-38%);
     -moz-transform: translatey(-38%);
      -ms-transform: translatey(-38%);
          transform: translatey(-38%);
}
.join_b .wrap1260 #conswiper .swiper-slide:hover .in_div {
  top: 100%;
}
.join_b .wrap1260 #conswiper .swiper-slide:hover .before .tebox .text::after {
  width: 0;
}
.join_b .wrap1260 #conswiper .swiper-slide:hover .before .tebox .text::before {
  width: 98px;
}
.join_c {
  padding: 98px 0 100px 0;
}
.join_c .wrap1260 .mk_title {
  margin-bottom: 60px;
}
.join_c .wrap1260 .content .progressbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
.join_c .wrap1260 .content .progressbox .imgbox {
  width: 90px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #dbdbdb;
  padding: 4px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 15px;
}
.join_c .wrap1260 .content .progressbox .imgbox img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: block;
}
.join_c .wrap1260 .content .progressbox .te {
  color: #555555;
  text-align: center;
}
.join_c .wrap1260 .content .progressbox .te span {
  font-size: 14px;
  color: #666;
}
.join_c .wrap1260 .content #yxs {
  margin-left: 54px;
  display: block;
  width: 360px;
  height: 50px;
  text-align: center;
  background: #fff;
  line-height: 50px;
  color: #555555;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.join_c .wrap1260 .content #yxs:hover {
  color: #fff;
  background: #019143;
}
.join_d {
  padding: 98px 0 100px;
  background-color: #f2f2f2;
}
.join_d .wrap1260 .mk_title {
  margin-bottom: 60px;
}
.join_d #budget #budsp {
  display: none;
}
.join_d #budget .swiper-slide .imgbox {
  overflow: hidden;
}
.join_d #budget .swiper-slide .imgbox img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 100%;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.join_d #budget .swiper-slide .infobox {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background: #fff;
}
.join_d #budget .swiper-slide .infobox .top {
  color: #000;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.join_d #budget .swiper-slide .infobox .top .num {
  font-size: 26px;
  margin-bottom: 10px;
}
.join_d #budget .swiper-slide .infobox .top .tl {
  font-size: 22px;
}
.join_d #budget .swiper-slide .infobox .bt span {
  color: #666666;
}
.join_d #budget .swiper-slide .infobox .bt span:nth-child(1) {
  margin-right: 30px;
}
.join_d #budget .swiper-slide:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .join_b {
    padding: 60px 0 10px 0;
    background: url(/uploads/image/tpimages/join_5.png) no-repeat left bottom #f2f2f2;
  }
  .join_b .wrap1260 .mk_title {
    margin-bottom: 40px;
  }
  .join_b .wrap1260 #conswiper {
    padding-bottom: 40px;
  }
  .join_b .wrap1260 #conswiper #joinsp {
    display: block;
  }
  .join_b .wrap1260 #conswiper .swiper-slide {
    position: relative;
  }
  .join_b .wrap1260 #conswiper .swiper-slide img {
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .in_div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .in_div .after {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    top: 198px;
    left: 0;
    color: #ede8e2 ;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .in_div .after .text {
    color: #bdbdbd;
    font-size: 60px;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .slide1 {
    background: rgba(237, 232, 226, 0.88);
  }
  .join_b .wrap1260 #conswiper .swiper-slide .slide2 {
    background: rgba(219, 219, 219, 0.88);
  }
  .join_b .wrap1260 #conswiper .swiper-slide .before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .before .tebox {
    position: absolute;
    left: 0;
    width: 100;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    top: 66.6666%;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .before .tebox .tl {
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text {
    padding: 12px 0;
    line-height: 32px;
    font-size: 16px;
    position: relative;
    color: #555555;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text::after,
  .join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text::after {
    top: 0;
    width: 98px;
  }
  .join_b .wrap1260 #conswiper .swiper-slide .before .tebox .text::before {
    bottom: 0;
  }
  .join_b .wrap1260 #conswiper .swiper-slide:hover img {
    -webkit-transform: translatey(-38%);
       -moz-transform: translatey(-38%);
        -ms-transform: translatey(-38%);
            transform: translatey(-38%);
  }
  .join_b .wrap1260 #conswiper .swiper-slide:hover .in_div {
    top: 100%;
  }
  .join_b .wrap1260 #conswiper .swiper-slide:hover .before .tebox .text::after {
    width: 0;
  }
  .join_b .wrap1260 #conswiper .swiper-slide:hover .before .tebox .text::before {
    width: 98px;
  }
}
@media screen and (max-width: 768px) {
  .join_a .wrap1260 .content {
    padding: 40px 0 20px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .join_a .wrap1260 .content .lt {
    width: 100%;
  }
  .join_a .wrap1260 .content .lt .mk_title {
    margin-bottom: 30px;
  }
  .join_a .wrap1260 .content .rt {
    width: 100%;
  }
  .join_a .wrap1260 .content .rt .vanli {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    border-bottom: none;
  }
  .join_a .wrap1260 .content .rt .vanli .van {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .join_a .wrap1260 .content .rt .vanli .van .top {
    margin-bottom: 10px;
  }
  .join_a .wrap1260 .content .rt .vanli .van .top .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    margin-right: 15px;
  }
  .join_a .wrap1260 .content .rt .vanli .van .top .tilte .cn {
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .join_a .wrap1260 .content .rt .vanli .van .top .tilte .en {
    font-size: 20px;
  }
  .join_a .wrap1260 .content .rt .vanli .van .text {
    line-height: 30px;
    color: #666;
  }
  .join_b {
    padding: 60px 0 20px 0;
    background: url(/uploads/image/tpimages/join_5.png) no-repeat left bottom #f2f2f2;
  }
  .join_b .wrap1260 .mk_title {
    margin-bottom: 30px;
  }
  .join_c {
    padding: 60px 0;
  }
  .join_c .wrap1260 .mk_title {
    margin-bottom: 30px;
  }
  .join_c .wrap1260 .content .progressbox .progressli {
    margin-bottom: 20px;
  }
  .join_c .wrap1260 .content #yxs {
    margin-left: 0;
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    background: #fff;
    line-height: 44px;
    color: #555555;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .join_d {
    padding: 60px 0 20px;
    background-color: #f2f2f2;
  }
  .join_d .wrap1260 .mk_title {
    margin-bottom: 30px;
  }
  .join_d #budget {
    padding-bottom: 40px;
  }
  .join_d #budget #budsp {
    display: block;
  }
  .join_d #budget #budsp .swiper-pagination-bullet-active {
    background: #019143;
  }
  .join_d #budget .swiper-slide .infobox {
    padding: 15px;
  }
  .join_d #budget .swiper-slide .infobox .top {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .join_d #budget .swiper-slide .infobox .top .num {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .join_d #budget .swiper-slide .infobox .top .tl {
    font-size: 16px;
  }
  .join_d #budget .swiper-slide .infobox .bt span {
    color: #666666;
  }
  .join_d #budget .swiper-slide .infobox .bt span:nth-child(1) {
    margin-right: 30px;
  }
}
/*--------------------------------招商end------------------------------*/
/*--------------------------------新闻start------------------------------*/
.news_a {
  padding-bottom: 140px;
}
.news_a .wrap1260 .content .newslist {
  margin-bottom: 60px;
}
.news_a .wrap1260 .content .newslist a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 2px solid #1a1a1a;
}
.news_a .wrap1260 .content .newslist a .imgbox {
  width: 388px;
  background-color: #191919;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
.news_a .wrap1260 .content .newslist a .imgbox img {
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.news_a .wrap1260 .content .newslist a .info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 8% 0 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.news_a .wrap1260 .content .newslist a .info .title {
  font-size: 22px;
  color: #000;
  margin: 30px 0 22px 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.news_a .wrap1260 .content .newslist a .info .text {
  line-height: 32px;
  color: #666;
  margin-bottom: 22px;
}
.news_a .wrap1260 .content .newslist a .info .toxq {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  color: #019143;
  width: 96px;
  line-height: 32px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/uploads/image/tpimages/pro_27.png);
}
.news_a .wrap1260 .content .newslist a .timebox {
  width: 70px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: right;
  margin-top: 30px;
}
.news_a .wrap1260 .content .newslist a .timebox .tp {
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.news_a .wrap1260 .content .newslist a .timebox .bt {
  color: #666666;
  font-size: 20px;
}
.news_a .wrap1260 .content .newslist a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_a .wrap1260 .content .newslist a:hover .info .title {
  color: #019143;
}
.news_a .wrap1260 .content .newslist a:hover .info .toxq {
  background-image: url(/uploads/image/tpimages/jt_2.png);
}
.news_b {
  padding: 98px 0;
}
.news_b .wrap1260 .newstitlebox {
  padding-bottom: 40px;
  border-bottom: 2px solid #000;
  position: relative;
}
.news_b .wrap1260 .newstitlebox .tl {
  font-size: 26px;
  color: #000000;
  margin-bottom: 30px;
}
.news_b .wrap1260 .newstitlebox .timebox span {
  color: #999999;
  font-size: 14px;
  margin-right: 40px;
}
.news_b .wrap1260 .newstitlebox .morebtn {
  position: absolute;
  right: 0;
  top: 10px;
}
.news_b .wrap1260 .content {
  line-height: 32px;
  font-size: 14px;
  border-bottom: 2px solid #000;
  margin: 0 auto 50px auto;
}
.news_b .wrap1260 .content .te {
  padding: 10px 0;
}
.news_b .wrap1260 .content .in_div {
  padding: 40px 0;
  max-width: 856px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .news_a .wrap1260 .content .newslist a .imgbox {
    width: 340px;
  }
  .news_a .wrap1260 .content .newslist a .info {
    padding: 0 5%;
  }
  .news_a .wrap1260 .content .newslist a .info .text {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .news_a .wrap1260 .content .newslist a {
    display: block;
  }
  .news_a .wrap1260 .content .newslist a .imgbox {
    width: 100%;
  }
  .news_a .wrap1260 .content .newslist a .info {
    padding: 0;
    width: 100%;
  }
  .news_a .wrap1260 .content .newslist a .info .title {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 18px 0 10px 0;
  }
  .news_a .wrap1260 .content .newslist a .info .text {
    line-height: 28px;
    height: auto;
    overflow: hidden;
  }
  .news_a .wrap1260 .content .newslist a .timebox {
    display: none;
  }
  .news_b .wrap1260 .newstitlebox {
    padding-bottom: 20px;
  }
  .news_b .wrap1260 .newstitlebox .tl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .news_b .wrap1260 .newstitlebox .timebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_b .wrap1260 .newstitlebox .timebox span {
    display: block;
    line-height: 24px;
    font-size: 12px;
    margin-right: 0;
  }
  .news_b .wrap1260 .newstitlebox .morebtn {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 20px auto;
  }
}
/*--------------------------------新闻end------------------------------*/
/*--------------------------------关于我们start------------------------------*/
.about_a {
  background: url(/uploads/image/tpimages/about_2.png) no-repeat center bottom;
  -webkit-background-size: 83.3333% 83.3333%;
     -moz-background-size: 83.3333%;
          background-size: 83.3333%;
}
.about_a .wrap1260 .content {
  padding: 95px 0 100px 0;
}
.about_a .wrap1260 .content .top .lt {
  width: 436px;
  float: left;
}
.about_a .wrap1260 .content .top .lt img {
  display: block;
  -webkit-box-shadow: 0px 5px 10px 15px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 5px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 15px rgba(0, 0, 0, 0.1);
}
.about_a .wrap1260 .content .top .rt {
  margin-left: 100px;
  float: left;
  width: 550px;
}
.about_a .wrap1260 .content .top .rt .mk_title {
  margin-bottom: 120px;
}
.about_a .wrap1260 .content .top .rt .jjtextbox {
  overflow: hidden;
  height: 88px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin-bottom: 40px;
}
.about_a .wrap1260 .content .top .rt .jjtextbox .inbox {
  text-align: justify;
  color: #666666;
  line-height: 30px;
}
.about_a .wrap1260 .content .top .rt .morebtn {
  margin-bottom: 60px;
}
.about_a .wrap1260 .content .top .rt .lcbox .lc {
  float: left;
  margin-right: 98px;
}
.about_a .wrap1260 .content .top .rt .lcbox .lc .top {
  color: #666;
}
.about_a .wrap1260 .content .top .rt .lcbox .lc .top span {
  font-size: 56px;
  color: #000000;
  margin-right: 5px;
}
.about_a .wrap1260 .content .top .rt .lcbox .lc .te {
  color: #000000;
}
.about_b {
  text-align: center;
  padding: 98px 0;
}
.about_b .cn {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}
.about_b .cn::after,
.about_b .cn::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  width: 100px;
  height: 11px;
  background: url(/uploads/image/tpimages/about_3.png) no-repeat;
}
.about_b .cn::after {
  left: -160px;
}
.about_b .cn::before {
  right: -160px;
}
.about_b .en {
  font-size: 24px;
  color: #666666;
}
.about_c {
  padding: 100px 0 0 0;
  background: url(/uploads/image/tpimages/about_12.png) no-repeat center top;
}
.about_c .mk_title {
  text-align: center;
  margin-bottom: 135px;
}
.about_c .mk_title .line {
  margin: 0 auto 20px auto;
}
.about_c .content {
  background: #fff;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(4, 0, 0, 0.1);
     -moz-box-shadow: 0px 2px 12px 0px rgba(4, 0, 0, 0.1);
          box-shadow: 0px 2px 12px 0px rgba(4, 0, 0, 0.1);
  padding: 98px 0;
}
.about_c .content .infobox {
  height: 214px;
  overflow: hidden;
  width: 95%;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.about_c .content .infobox .in_div .li {
  line-height: 30px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
}
.about_c .content .infobox .in_div .li .lt {
  width: 218px;
  float: left;
}
.about_c .content .infobox .in_div .li .rt {
  width: -webkit-calc(100% - 218px);
  width: -moz-calc(100% - 218px);
  width: calc(100% - 218px);
  float: left;
}
.about_c .content .morebtn {
  margin: 0 auto;
}
.about_d {
  padding: 98px 0;
}
.about_d .wrap1260 {
  position: relative;
}
.about_d .wrap1260 .zs {
  position: absolute;
  right: 0;
  top: 25px;
}
.about_d .wrap1260 .mk_title {
  margin-bottom: 70px;
}
.about_d .wrap1260 .swiperbox {
  background: url(/uploads/image/tpimages/about_4.png) no-repeat;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 170px;
}
.about_d .wrap1260 .swiperbox #historyswiper {
  margin: 0;
  width: 520px;
  margin-bottom: 60px;
}
.about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli {
  padding-left: 24px;
  border-left: 4px solid #019143;
  margin-bottom: 60px;
}
.about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli .top {
  font-size: 22px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}
.about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli .te {
  font-size: 18px;
  color: #000;
}
.about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli:last-child {
  margin-bottom: 0;
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox {
  float: left;
  margin-right: 40px;
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .btn {
  float: left;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #f0f0f0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .btn i {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .prevhistory {
  margin-right: 20px;
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .prevhistory span {
  background: url(/uploads/image/tpimages/qw_3.png);
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .nexthistory span {
  background: url(/uploads/image/tpimages/qw_4.png);
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .prevhistory:hover {
  background-color: rgba(240, 240, 240, 0);
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .prevhistory:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .prevhistory:hover span {
  background: url(/uploads/image/tpimages/qw_3_1.png);
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .nexthistory:hover {
  background-color: rgba(240, 240, 240, 0);
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .nexthistory:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.about_d .wrap1260 .swiperbox .controlbox .btnbox .nexthistory:hover span {
  background: url(/uploads/image/tpimages/qw_4_1.png);
}
.about_d .wrap1260 .swiperbox .controlbox .pagecontrol {
  top: 8px;
  bottom: 0;
  left: 0;
  width: auto;
  color: #999999;
  float: left;
  font-size: 28px;
  position: relative;
}
.about_d .wrap1260 .swiperbox .controlbox .pagecontrol .swiper-pagination-current {
  color: #333333;
  font-size: 40px;
}
.about_e {
  padding: 98px 0;
  background-color: #fafafa;
}
.about_e .wrap1260 .mk_title {
  text-align: center;
  margin-bottom: 60px;
}
.about_e .wrap1260 .mk_title .line {
  margin: 0 auto 20px auto;
}
.about_e .wrap1260 .swiperbox {
  position: relative;
}
.about_e .wrap1260 .swiperbox .btn {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #f0f0f0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translatey(-100px);
     -moz-transform: translatey(-100px);
      -ms-transform: translatey(-100px);
          transform: translatey(-100px);
}
.about_e .wrap1260 .swiperbox .btn i {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.about_e .wrap1260 .swiperbox .btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.about_e .wrap1260 .swiperbox .prevhonor {
  margin-right: 20px;
  left: -98px;
}
.about_e .wrap1260 .swiperbox .prevhonor span {
  background: url(/uploads/image/tpimages/qw_3.png);
}
.about_e .wrap1260 .swiperbox .nexthonor {
  right: -98px;
}
.about_e .wrap1260 .swiperbox .nexthonor span {
  background: url(/uploads/image/tpimages/qw_4.png);
}
.about_e .wrap1260 .swiperbox .prevhonor:hover {
  background-color: rgba(240, 240, 240, 0);
}
.about_e .wrap1260 .swiperbox .prevhonor:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.about_e .wrap1260 .swiperbox .prevhonor:hover span {
  background: url(/uploads/image/tpimages/qw_3_1.png);
}
.about_e .wrap1260 .swiperbox .nexthonor:hover {
  background-color: rgba(240, 240, 240, 0);
}
.about_e .wrap1260 .swiperbox .nexthonor:hover i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.about_e .wrap1260 .swiperbox .nexthonor:hover span {
  background: url(/uploads/image/tpimages/qw_4_1.png);
}
.about_e .wrap1260 .swiperbox .swiper-container {
  padding-bottom: 98px;
}
.about_e .wrap1260 .swiperbox .swiper-container .swiper-pagination {
  color: #666;
  font-size: 28px;
}
.about_e .wrap1260 .swiperbox .swiper-container .swiper-pagination .swiper-pagination-current {
  font-size: 40px;
  color: #333;
}
.about_e .wrap1260 .swiperbox .swiper-container .swiper-slide .imgbox {
  overflow: hidden;
  margin-bottom: 40px;
}
.about_e .wrap1260 .swiperbox .swiper-container .swiper-slide .imgbox img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 100%;
}
.about_e .wrap1260 .swiperbox .swiper-container .swiper-slide .te {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}
.about_f {
  padding: 98px 0 100px 0;
}
.about_f .wrap1260 .mk_title {
  text-align: center;
  margin-bottom: 60px;
}
.about_f .wrap1260 .mk_title .line {
  margin: 0 auto 20px auto;
}
.about_f .wrap1260 .content .in_div {
  border-top: 1px solid #1a1a1a;
}
.about_f .wrap1260 .content .in_div .jobli {
  padding: 14px 0;
  border-bottom: 1px solid #666;
}
.about_f .wrap1260 .content .in_div .jobli .th {
  padding: 0 40px;
}
.about_f .wrap1260 .content .in_div .jobli .th .lt {
  float: left;
  font-size: 22px;
  color: #000000;
  line-height: 44px;
}
.about_f .wrap1260 .content .in_div .jobli .th .fh {
  float: right;
  position: relative;
  width: 44px;
  height: 44px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.about_f .wrap1260 .content .in_div .jobli .th .fh i {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
}
.about_f .wrap1260 .content .in_div .jobli .th .fh .h {
  width: 20px;
  height: 4px;
}
.about_f .wrap1260 .content .in_div .jobli .th .fh .s {
  width: 4px;
  height: 20px;
}
.about_f .wrap1260 .content .in_div .jobli .nrbox {
  display: none;
  line-height: 32px;
  padding: 0 40px;
  font-size: 14px;
  color: #000000;
  padding-bottom: 10px;
}
.about_f .wrap1260 .content .in_div .jobli .nrbox .tl {
  color: #666;
}
.about_f .wrap1260 .content .in_div .actjobli .th .fh {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.about_f .wrap1260 .content .in_div .actjobli .th .fh .s {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
     -moz-transform: translate(-50%, -50%) rotate(270deg);
      -ms-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
}
.about_g {
  padding-bottom: 140px;
}
.about_g #map {
  height: 460px;
}
.about_g .wrap1260 .mk_title {
  margin: 98px auto 70px auto;
  text-align: center;
}
.about_g .wrap1260 .mk_title .line {
  margin: 0 auto 20px auto;
}
.about_g .wrap1260 .content .lt {
  width: 48.0159%;
  float: left;
}
.about_g .wrap1260 .content .lt .title {
  font-size: 24px;
  margin-bottom: 46px;
}
.about_g .wrap1260 .content .lt .addrbox .addli {
  line-height: 30px;
  padding: 29px 0;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
}
.about_g .wrap1260 .content .lt .addrbox .addli .lk {
  width: 29.703%;
  float: left;
  color: #000000;
  font-family: arial, helvetica, sans-serif;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk {
  width: 70.297%;
  float: left;
  color: #666666;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox {
  float: left;
  position: relative;
  width: 20px;
  height: 15px;
  margin: 7px 20px 7px 0;
  cursor: pointer;
  display: block;
  padding: 0;
  background: none;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox::after,
.about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox::before {
  z-index: 1;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox::after {
  opacity: 0;
  z-index: 10;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox:hover::before {
  opacity: 0;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox:hover::after {
  opacity: 1;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .bds_sqq::before {
  background: url(/uploads/image/tpimages/about_9.png) no-repeat;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .bds_sqq::after {
  background: url(/uploads/image/tpimages/about_9_1.png) no-repeat;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .bds_tsina::before {
  background: url(/uploads/image/tpimages/about_10.png) no-repeat;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .bds_tsina::after {
  background: url(/uploads/image/tpimages/about_10_1.png) no-repeat;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .bds_weixin::before {
  background: url(/uploads/image/tpimages/about_11.png) no-repeat;
}
.about_g .wrap1260 .content .lt .addrbox .addli .rk .bds_weixin::after {
  background: url(/uploads/image/tpimages/about_11_1.png) no-repeat;
}
.about_g .wrap1260 .content .lt .addrbox .addli::before {
  content: "";
  display: block;
  width: 198px;
  height: 2px;
  background: #000;
  position: absolute;
  top: -2px;
}
.about_g .wrap1260 .content .rt {
  float: right;
  width: 48.0159%;
}
.about_g .wrap1260 .content .rt .inpcontent .inpbox {
  width: 48.3333%;
  position: relative;
  margin-bottom: 47px;
  float: left;
}
.about_g .wrap1260 .content .rt .inpcontent .inpbox input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  height: 60px;
  padding: 0 10px;
  border: solid 1px #b7b7b7;
  outline: none;
}
.about_g .wrap1260 .content .rt .inpcontent .inpbox input:focus {
  background: none;
}
.about_g .wrap1260 .content .rt .inpcontent .inpbox .tip {
  display: block;
  padding: 0 12px;
  background: #fff;
  position: absolute;
  left: 14px;
  top: -7px;
  color: #333;
}
.about_g .wrap1260 .content .rt .inpcontent .inpbox .tip span {
  color: #fe0000;
}
.about_g .wrap1260 .content .rt .inpcontent .inpbox:nth-child(2n 1) {
  margin-right: 3.3334%;
}
.about_g .wrap1260 .content .rt .inpcontent .textareabox {
  margin-right: 0;
  width: 100%;
  margin-bottom: 40px;
}
.about_g .wrap1260 .content .rt .inpcontent .textareabox textarea {
  height: 160px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: block;
  width: 100%;
  resize: none;
  outline: none;
}
.about_g .wrap1260 .content .rt .inpcontent .textareabox textarea:focus {
  background: none;
}
@media screen and (max-width: 1024px) {
  .about_a {
    background: url(/uploads/image/tpimages/about_2.png) no-repeat center bottom;
    -webkit-background-size: 83.3333% 83.3333%;
       -moz-background-size: 83.3333%;
            background-size: 83.3333%;
  }
  .about_a .wrap1260 .content {
    padding: 60px 0;
  }
  .about_a .wrap1260 .content .top .lt {
    width: 300px;
  }
  .about_a .wrap1260 .content .top .rt {
    margin-left: 50px;
  }
  .about_a .wrap1260 .content .top .rt .mk_title {
    margin-bottom: 40px;
  }
  .about_a .wrap1260 .content .top .rt .jjtextbox {
    overflow: hidden;
    height: 88px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin-bottom: 40px;
  }
  .about_a .wrap1260 .content .top .rt .jjtextbox .inbox {
    text-align: justify;
    color: #666666;
    line-height: 30px;
  }
  .about_b {
    padding: 60px 0;
  }
  .about_b .cn {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .about_b .cn::after,
  .about_b .cn::before {
    top: 18px;
  }
  .about_c {
    padding: 60px 0 0 0;
    -webkit-background-size: 1400px 1400px;
       -moz-background-size: 1400px;
            background-size: 1400px;
  }
  .about_c .mk_title {
    text-align: center;
    margin-bottom: 30px;
  }
  .about_c .mk_title .line {
    margin: 0 auto 20px auto;
  }
  .about_c .content {
    padding: 60px 0;
  }
  .about_c .content .infobox {
    height: 150px;
    overflow: hidden;
    width: 95%;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .about_c .content .infobox .in_div .li {
    line-height: 28px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #000;
  }
  .about_c .content .infobox .in_div .li .lt {
    width: 198px;
    float: left;
  }
  .about_c .content .infobox .in_div .li .rt {
    width: -webkit-calc(100% - 198px);
    width: -moz-calc(100% - 198px);
    width: calc(100% - 198px);
    float: left;
  }
  .about_c .content .morebtn {
    margin: 0 auto;
  }
  .about_d {
    padding: 60px 0;
  }
  .about_d .wrap1260 .zs {
    position: absolute;
    right: 0;
    top: 25px;
    width: 300px;
    display: none;
  }
  .about_d .wrap1260 .mk_title {
    margin-bottom: 30px;
  }
  .about_d .wrap1260 .swiperbox {
    background: url(/uploads/image/tpimages/about_4.png) no-repeat;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 170px;
  }
  .about_d .wrap1260 .swiperbox #historyswiper {
    margin-bottom: 40px;
  }
  .about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli {
    margin-bottom: 30px;
  }
  .about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli .top {
    margin-bottom: 20px;
  }
  .about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli .te {
    font-size: 16px;
    color: #000;
  }
  .about_e {
    padding: 60px 0;
  }
  .about_e .wrap1260 .mk_title {
    margin-bottom: 30px;
  }
  .about_e .wrap1260 .swiperbox .btn {
    display: none;
  }
  .about_e .wrap1260 .swiperbox .swiper-container {
    padding-bottom: 60px;
  }
  .about_e .wrap1260 .swiperbox .swiper-container .swiper-slide .imgbox {
    margin-bottom: 20px;
  }
  .about_e .wrap1260 .swiperbox .swiper-container .swiper-slide .te {
    font-size: 16px;
  }
  .about_f {
    padding: 60px 0;
  }
  .about_f .wrap1260 .mk_title {
    margin-bottom: 30px;
  }
  .about_f .wrap1260 .content .in_div {
    border-top: 1px solid #1a1a1a;
  }
  .about_f .wrap1260 .content .in_div .jobli {
    padding: 5px 0;
    border-bottom: 1px solid #666;
  }
  .about_f .wrap1260 .content .in_div .jobli .th {
    padding: 0 10px;
  }
  .about_f .wrap1260 .content .in_div .jobli .th .lt {
    font-size: 18px;
    line-height: 44px;
  }
  .about_f .wrap1260 .content .in_div .jobli .th .fh .h {
    width: 20px;
    height: 2px;
  }
  .about_f .wrap1260 .content .in_div .jobli .th .fh .s {
    width: 2px;
    height: 20px;
  }
  .about_g {
    padding-bottom: 60px;
  }
  .about_g #map {
    height: 460px;
  }
  .about_g .wrap1260 .mk_title {
    margin: 60px auto;
    text-align: center;
  }
  .about_g .wrap1260 .mk_title .line {
    margin: 0 auto 20px auto;
  }
  .about_g .wrap1260 .content .lt {
    width: 48.0159%;
    float: left;
  }
  .about_g .wrap1260 .content .lt .title {
    font-size: 24px;
    margin-bottom: 46px;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli {
    line-height: 30px;
    padding: 29px 0;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli .lk {
    width: 29.703%;
    float: left;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli .rk {
    width: 70.297%;
    float: left;
    color: #666666;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox {
    float: left;
    position: relative;
    width: 20px;
    height: 15px;
    margin: 7px 20px 7px 0;
    cursor: pointer;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox img {
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox .nor {
    z-index: 2;
    position: relative;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox .act {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox:hover .nor {
    opacity: 0;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli .rk .imgbox:hover .act {
    opacity: 1;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli::before {
    content: "";
    display: block;
    width: 152px;
    height: 2px;
    background: #000;
    position: absolute;
    top: -2px;
  }
  .about_g .wrap1260 .content .rt {
    float: right;
    width: 48.0159%;
  }
  .about_g .wrap1260 .content .rt .inpcontent .inpbox {
    width: 48.3333%;
    position: relative;
    margin-bottom: 47px;
    float: left;
  }
  .about_g .wrap1260 .content .rt .inpcontent .inpbox input {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: block;
    height: 60px;
    padding: 0 10px;
    border: solid 1px #b7b7b7;
  }
  .about_g .wrap1260 .content .rt .inpcontent .inpbox .tip {
    display: block;
    padding: 0 12px;
    background: #fff;
    position: absolute;
    left: 14px;
    top: -7px;
    color: #333;
  }
  .about_g .wrap1260 .content .rt .inpcontent .inpbox .tip span {
    color: #fe0000;
  }
  .about_g .wrap1260 .content .rt .inpcontent .inpbox:nth-child(2n 1) {
    margin-right: 3.3334%;
  }
  .about_g .wrap1260 .content .rt .inpcontent .textareabox {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .about_g .wrap1260 .content .rt .inpcontent .textareabox textarea {
    height: 160px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    display: block;
    width: 100%;
    resize: none;
  }
}
@media screen and (max-width: 768px) {
  .about_a {
    background: url(/uploads/image/tpimages/about_2.png) no-repeat center bottom;
    -webkit-background-size: 83.3333% 83.3333%;
       -moz-background-size: 83.3333%;
            background-size: 83.3333%;
  }
  .about_a .wrap1260 .content .top .lt {
    width: 100%;
    float: none;
  }
  .about_a .wrap1260 .content .top .lt img {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .about_a .wrap1260 .content .top .rt {
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .about_a .wrap1260 .content .top .rt .mk_title {
    margin-bottom: 30px;
  }
  .about_a .wrap1260 .content .top .rt .jjtextbox {
    height: 88px;
    margin-bottom: 30px;
  }
  .about_a .wrap1260 .content .top .rt .jjtextbox .inbox {
    line-height: 28px;
  }
  .about_a .wrap1260 .content .top .rt .morebtn {
    margin-bottom: 40px;
  }
  .about_a .wrap1260 .content .top .rt .lcbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_a .wrap1260 .content .top .rt .lcbox .lc {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .about_a .wrap1260 .content .top .rt .lcbox .lc .top {
    color: #666;
  }
  .about_a .wrap1260 .content .top .rt .lcbox .lc .top span {
    font-size: 34px;
  }
  .about_b {
    text-align: center;
    padding: 40px 0;
  }
  .about_b .cn {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .about_b .cn::after,
  .about_b .cn::before {
    display: none;
  }
  .about_b .en {
    font-size: 16px;
    color: #666666;
  }
  .about_c {
    padding: 60px 0 0 0;
  }
  .about_c .content {
    background: #fff;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(4, 0, 0, 0.1);
       -moz-box-shadow: 0px 2px 12px 0px rgba(4, 0, 0, 0.1);
            box-shadow: 0px 2px 12px 0px rgba(4, 0, 0, 0.1);
  }
  .about_c .content .infobox {
    height: 214px;
    overflow: hidden;
    width: 95%;
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .about_c .content .infobox .in_div .li {
    line-height: 30px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #000;
  }
  .about_c .content .infobox .in_div .li .lt {
    width: 218px;
    float: left;
  }
  .about_c .content .infobox .in_div .li .rt {
    width: -webkit-calc(100% - 218px);
    width: -moz-calc(100% - 218px);
    width: calc(100% - 218px);
    float: left;
  }
  .about_c .content .morebtn {
    margin: 0 auto;
  }
  .about_d .wrap1260 .swiperbox {
    background: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
  }
  .about_d .wrap1260 .swiperbox #historyswiper {
    margin-bottom: 40px;
    width: 100%;
  }
  .about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli {
    margin-bottom: 30px;
  }
  .about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli .top {
    margin-bottom: 10px;
  }
  .about_d .wrap1260 .swiperbox #historyswiper .swiper-slide .hli .te {
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
  .about_d .wrap1260 .swiperbox .controlbox .btnbox {
    display: none;
  }
  .about_d .wrap1260 .swiperbox .controlbox .pagecontrol {
    float: none;
    text-align: center;
  }
  .about_f {
    padding: 60px 0;
  }
  .about_f .wrap1260 .mk_title {
    text-align: center;
    margin-bottom: 20px;
  }
  .about_f .wrap1260 .mk_title .line {
    margin: 0 auto 20px auto;
  }
  .about_f .wrap1260 .content .in_div {
    border-top: 1px solid #1a1a1a;
  }
  .about_f .wrap1260 .content .in_div .jobli {
    border-bottom: 1px solid #666;
  }
  .about_f .wrap1260 .content .in_div .jobli .th .lt {
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 44px;
  }
  .about_f .wrap1260 .content .in_div .jobli .th .fh {
    float: right;
    position: relative;
    width: 44px;
    height: 44px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .about_f .wrap1260 .content .in_div .jobli .th .fh i {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #000;
  }
  .about_f .wrap1260 .content .in_div .jobli .th .fh .h {
    width: 14px;
  }
  .about_f .wrap1260 .content .in_div .jobli .th .fh .s {
    height: 14px;
  }
  .about_f .wrap1260 .content .in_div .jobli .nrbox {
    padding: 0 20px;
  }
  .about_f .wrap1260 .content .in_div .jobli .nrbox .tl {
    color: #666;
  }
  .about_g .wrap1260 .content .lt {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .about_g .wrap1260 .content .lt .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli {
    line-height: 28px;
    padding: 15px 0;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli .lk {
    width: 25%;
    float: left;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
  }
  .about_g .wrap1260 .content .lt .addrbox .addli::before {
    width: 25%;
  }
  .about_g .wrap1260 .content .rt {
    float: none;
    width: 100%;
  }
  .about_g .wrap1260 .content .rt .inpcontent .inpbox {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    float: none;
  }
  .about_g .wrap1260 .content .rt .inpcontent .inpbox:nth-child(2n 1) {
    margin-right: 0%;
  }
  .about_g .wrap1260 .content .rt .inpcontent .textareabox {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .about_g .wrap1260 .content .rt .inpcontent .textareabox textarea {
    height: 160px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    display: block;
    width: 100%;
    resize: none;
  }
}
/*--------------------------------关于我们end------------------------------*/
/*--------------------------------搜索结果--------------------------------------*/
.ser_a .wrap1260 .content {
  padding: 72px 0 20px 0;
}
.ser_a .wrap1260 .content .tl {
  text-align: center;
  margin-bottom: 40px;
}
.ser_a .wrap1260 .content .tl span {
  position: relative;
  color: #000000;
  font-size: 22px;
}
.ser_a .wrap1260 .content .tl span::after,
.ser_a .wrap1260 .content .tl span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #191919;
}
.ser_a .wrap1260 .content .tl span::after {
  left: -30px;
}
.ser_a .wrap1260 .content .tl span::before {
  right: -30px;
}
.ser_a .wrap1260 .content .list .searli {
  display: block;
  float: left;
  width: 30.7936%;
  margin-right: 3.9896%;
  margin-bottom: 3.9896%;
}
.ser_a .wrap1260 .content .list .searli .imgbox {
  overflow: hidden;
}
.ser_a .wrap1260 .content .list .searli .imgbox img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.ser_a .wrap1260 .content .list .searli .infobox {
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10.3%;
}
.ser_a .wrap1260 .content .list .searli .infobox .left {
  float: left;
}
.ser_a .wrap1260 .content .list .searli .infobox .left .name {
  font-size: 26px;
  color: #000000;
  margin-bottom: 30px;
}
.ser_a .wrap1260 .content .list .searli .infobox .left .line1 {
  width: 20px;
  height: 4px;
  background: #019143;
}
.ser_a .wrap1260 .content .list .searli .infobox .rt {
  float: right;
  margin-top: 14px;
}
.ser_a .wrap1260 .content .list .searli:nth-child(3n) {
  margin-right: 0;
}
.ser_a .wrap1260 .content .list .searli:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ser_a .wrap1260 .content .list .searli:hover .infobox .rt .viewmore {
  background-image: ;
}
.ser_a .wrap1260 .pagebox {
  margin-bottom: 140px;
}
/*---------------------------------预约start-----------------------------*/
.app {
  padding-top: 0;
}
.app .wrap1260 .thistitle {
  text-align: center;
  margin: 70px 0 45px 0;
}
.app .wrap1260 .thistitle span {
  position: relative;
  color: #000;
  font-size: 22px;
}
.app .wrap1260 .thistitle span::after,
.app .wrap1260 .thistitle span::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #191919;
  position: absolute;
  top: 50%;
}
.app .wrap1260 .thistitle span::after {
  right: -30px;
}
.app .wrap1260 .thistitle span::before {
  left: -30px;
}
/*---------------------------------防伪查询end-----------------------------*/
.anti .wrap1260 .antiinp {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 100%;
  width: 598px;
  height: 70px;
  border: solid 1px #b7b7b7;
  padding: 0 10px;
  margin: 0 auto 60px auto;
}
.anti .wrap1260 .morebtn {
  margin: 0 auto 100px auto;
}
/*---------------------------------防伪查询end-----------------------------*/
@media screen and (max-width: 1024px) {
  .app .wrap1260 .thistitle {
    text-align: center;
    margin: 40px 0 30px 0;
  }
  .app .wrap1260 .thistitle span {
    font-size: 18px;
  }
  .app .wrap1260 .thistitle span::after,
  .app .wrap1260 .thistitle span::before {
    display: none;
  }
  .app .wrap1260 .antiinp {
    height: 44px;
    margin-bottom: 30px;
  }
}
/*---------------------------------预约end-----------------------------*/
@media screen and (max-width: 1024px) {
  .ser_a .wrap1260 .content .list .searli .infobox .left .name {
    font-size: 24px;
  }
  .ser_a .wrap1260 .content .list .searli .infobox .rt {
    margin-top: 13px;
  }
  .ser_a .wrap1260 .pagebox {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ser_a .wrap1260 .content {
    padding: 50px 0 20px 0;
  }
  .ser_a .wrap1260 .content .list .searli {
    width: 100%;
    margin-bottom: 6%;
    margin-right: 0;
    float: none;
  }
  .ser_a .wrap1260 .content .list .searli .infobox {
    padding: 6%;
  }
  .ser_a .wrap1260 .content .list .searli .infobox .left .name {
    font-size: 20px;
  }
  .ser_a .wrap1260 .content .list .searli .infobox .rt {
    margin-top: 11px;
  }
  .ser_a .wrap1260 .pagebox {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    display: none;
  }
  .leg {
    height: 44px;
  }
  .mohead {
    display: block;
    height: 44px;
    padding: 0 5%;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #333;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    width: 100%!important;
  }
  .mohead .logobox {
    overflow: hidden;
    float: left;
    margin-top: 7px;
    display: block;
  }
  .mohead .logobox img {
    height: 30px;
    display: block;
  }
  .mohead .menu {
    width: 44px;
    height: 44px;
    overflow: hidden;
    float: right;
  }
  .mohead .menu span {
    width: 30px;
    height: 3px;
    background: #019143;
    display: block;
    margin: 4px auto;
  }
  .mohead .menu span:first-child {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .mobanner {
    display: block;
  }
  .pcbanner {
    display: none;
  }
}
