@charset "utf-8";
.clearjs {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%
}
body {
  font-size: 14px;
  color: #111;
  line-height: normal;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 100px
}
a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
  transition: all .6s
}
a:hover {
  color: #666
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
em, i {
  font-style: normal
}
img {
  vertical-align: middle;
  transition: all 1s
}
h1, h2, h3, h4, h5 {
  font-weight: 300
}
input, select, textarea {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  font-size: 14px
}
textarea {
  overflow: auto
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: 0
}
input::-ms-clear {
  display: none
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666 !important;
  font-size: 16px;
}
input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
.clearfix:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
.container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px
}
.index .container {
  max-width: 1420px
}
.pc {
  display: block
}
.wap {
  display: none
}
.serindex {
  position: relative;
}
.serindex img {
  position: absolute;
  left: 50%;
  top: 50%;
}
.serindex a {
  font-size: 38px;
  cursor: pointer;
}
.tbycss {
  width: auto;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #fff;
  line-height: 50px;
  height: 50px;
}
.tbycss .iconfont {
  color: #666;
  font-size: 38px;
  padding-left: 10px;
  font-weight: bold;
}
.tbycss form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tbycss form input {
  background: #fff;
  border: 1px solid #666;
}
.tbycss .ssk {
  width: 720px;
  height: 100%;
  padding-left: 10px;
  font-size: 18px;
  color: #000000;
  background: #fff;
}
.tbycss .ssan {
  width: 120px;
  height: 100%;
  background-color: #666;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.tbycss img {
  width: 20px;
  margin: 0 10px;
  cursor: pointer;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1)
}
header > .container {
  max-width: 1760px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
header .logo img {
  height: 27px;
  width: auto
}
header nav ul li {
  float: left;
  padding: 0 8px
}
header nav ul li > a {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  font-size: 18px;
  position: relative;
  height: 100px;
  line-height: 100px;
  transition: all .3s
}
header nav ul li > a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #666;
  background-size: cover;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s
}
header nav ul li > a:after header nav ul li:last-child > a:after {
  height: 0;
  background: none;
}
header nav ul li:hover > a {
  color: #666;
}
header nav ul li:hover > a:after {
  width: 30px
}
header nav ul li.serindex:hover > a:after {
  width: 0
}
header nav ul li.on > a {
  color: #666
}
header nav ul li.on > a:after {
  width: 30px;
  background: #666;
}
header nav ul:hover li.on > a {
  color: #111;
}
header nav ul:hover li.on > a:after {
  width: 0;
}
header nav ul li.on:hover > a:after {
  width: 30px;
}
header nav .nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #eeeeee;
  overflow: hidden;
  width: 100%;
  left: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 50px 0 70px 0
}
header nav .nav-sub .info {
  width: 22%;
  float: left;
}
header nav .nav-sub .info span {
  font-size: 30px;
  line-height: 40px
}
header nav .nav-sub .info p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 9px 0 43px 0
}
header nav .nav-sub .pic {
  width: 22%;
  float: left;
  margin-left: 3%
}
header nav .nav-sub .pic img {
  width: 100%;
  height: auto
}
header nav .nav-sub .nav {
  width: 20%;
  float: left;
  margin-left: 3%;
  margin-top: -20px;
}
header nav .nav-sub .nav a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #444;
  line-height: 56px;
  padding: 0 15px 0 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative
}
header nav .nav-sub .nav a:before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 0;
  height: 1px;
  background: #666;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .6s
}
header nav .nav-sub .nav a:after {
  content: "\e75e";
  font-family: "iconfont" !important;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ddd
}
header nav .nav-sub .nav a:hover {
  color: #666
}
header nav .nav-sub .nav a:hover:before {
  width: 100%
}
header nav .nav-sub .nav a:hover:after {
  color: #666
}
header .tr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1
}
header .tr li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
header .tr .tel {
  font-size: 24px;
}
header .tr .tel em {
  font-family: 'itc';
}
header .tr .tel em i {
  padding-right: 3px;
}
header .tr .yysel {
  margin-left: 20px;
  position: relative
}
header .tr .yysel img {
  margin-left: 10px;
}
header .navbut {
  display: none
}
.web-more {
  display: block;
  overflow: hidden;
  color: #fff;
  width: 160px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  border-radius: 5px;
  border: 0;
  background: #666;
  background-size: cover;
  position: relative;
  transition: all .6s;
  cursor: pointer;
}
.web-more:before {
  left: -90%;
  transition: all .6s;
  content: " ";
  background: url(../img/btn-before.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute
}
.web-more em {
  display: inline-block;
  transition: all .5s;
  background: url(../img/inpro-mo1.png) no-repeat center right;
  padding-right: 46px
}
.web-more:hover {
  color: #fff;
}
.web-more:hover:before {
  left: 0%;
}
.web-more:hover em {
  transform: translateX(300%)
}
.notop {
  padding-top: 80px
}
.notop nav ul li > a {
  height: 70px;
  line-height: 70px
}
footer {
  background-color: #1b1b1b;
  padding-top: 90px;
  padding-bottom: 67px;
  overflow: hidden;
}
footer .wp1600 {
  display: flex;
}
footer .dp {
  display: flex;
}
footer .dp a {
  margin: 0 5px;
}
.wp1600 {
  padding: 0 0.26rem;
}
.wp1600 {
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .wp1600 .left {
  width: 35%;
  padding-right: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .wp1600 .left .lxwm {
  border-bottom: 1px dashed #565656;
  padding-bottom: 15px;
  line-height: 2
}
footer .wp1600 .left .lxwm .name {
  font-size: 38px;
  font-family: Arial;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
footer .wp1600 .left .lxwm p {
  color: #b3b3b3;
  text-transform: uppercase;
}
footer .wp1600 .left .lxwm .phone a {
  color: #b3b3b3;
}
footer .wp1600 .left .lxwm .em a {
  color: #b3b3b3;
}
footer .wp1600 .left .erweima {
  margin-top: 22px;
}
footer .wp1600 .left .erweima .img {
  width: 100px;
  text-align: center;
}
footer .wp1600 .left .erweima .img img {
  width: 100px;
  height: auto;
}
footer .wp1600 .left .erweima .dsc {
  font-size: 10px;
  color: #777;
  padding-top: 5px;
  text-align: center;
}
footer .wp1600 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .wp1600 .right .footer-nav {
  display: flex;
}
footer .wp1600 .right .footer-nav dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #272727;
  line-height: 1.5;
}
footer .wp1600 .right .footer-nav dl dd {
  margin: 9px 0;
}
footer .wp1600 .right .footer-nav dl dt a {
  font-size: 16px;
  color: #c9caca;
  margin-bottom: 8px;
  display: block;
}
footer .wp1600 .right .footer-nav dl dd a {
  font-size: 14px;
  color: #888;
}
footer .wp1600 .right .footer-nav dl dd a:hover {
  color: #666;
}
footer .footer-bottom {
  padding-top: 50px;
  text-align: center;
  overflow: hidden;
  color: #666;
}
footer .footer-bottom a {
  color: #666;
}
footer .footer-bottom .yqlj .name {
  margin-right: 10px;
}
footer .footer-bottom .yqlj span {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-right: 15px;
}
footer .footer-bottom .yqlj span {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-right: 15px;
}
.banner {
  position: relative
}
.banner a {
  display: block;
  overflow: hidden
}
.banner a img {
  width: 100%;
  height: auto;
}
.banner .banner-next, .banner .banner-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition: all .6s;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 5px
}
.banner .banner-next:hover, .banner .banner-prev:hover {
  background-color: rgba(2, 119, 142, 0.5)
}
.banner .banner-next {
  right: 5%
}
.banner .banner-prev {
  left: 5%
}
.banner .banner-num {
  position: absolute;
  bottom: 40px !important;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}
.banner .banner-num .swiper-pagination-bullet {
  border-radius: 0;
  width: 125px;
  height: 5px;
  margin: 0 5px !important;
  background: rgba(255, 255, 255, 0.8);
  transition: all .6s;
  /* border-radius: 10px; */
  opacity: 1;
}
.banner .banner-num .swiper-pagination-bullet-active {
  background: #666;
  width: 125px
}
.banner:hover .banner-next, .banner:hover .banner-prev {
  opacity: 1
}
/*上半部分结束*/
/*1*/
.index-pro {
  overflow: hidden;
}
.bztitle {
  text-align: center;
  position: relative;
  margin: 0 auto 50px;
}
.bztitle > h2 {
  font-size: 46px;
  margin-bottom: 10px;
}
.bztitle p {
  color: #666;
  font-size: 16px;
}
.bztitle .bzlantit {
  position: absolute;
  right: 0;
  bottom: 0;
}
.bztitle .bzlantit a {
  padding-right: 60px;
  font-size: 18px;
  color: #666;
  position: relative;
}
.bztitle .bzlantit a:last-child {
  padding-right: 0;
}
.bztitle .bzlantit a:after {
  content: "";
  position: absolute;
  left: 72%;
  top: 3px;
  display: block;
  background: #ccc;
  width: 1px;
  height: 18px;
}
.bztitle .bzlantit a:last-child:after {
  width: 0px;
}
.bztitle .bzlantit a:hover {
  color: #666;
}
.egsl {
  margin: -15px;
}
.indexProitem {
  float: left;
  width: 33.333333%;
  padding: 10px;
}
.kitem {
  position: relative;
}
.kimg {
  overflow: hidden;
  display: block;
}
.kimg img {
  width: 100%;
  transition: 300ms;
}
.indexProitem:hover .kimg img {
  transform: scale(1.1);
}
.indexProitem:hover .listmore em, .comppjs:hover .listmore em {
  padding-right: 30px;
}
.indexProitem:hover .listmore em:after, .comppjs:hover .listmore em:after {
  right: 0
}
.kitemname {
  position: absolute;
  top: 5%;
  color: #fff;
  left: 7%;
}
.kitemname h2 {
  font-size: 28px;
}
.kitemname p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.lern {
  position: absolute;
  left: 4%;
  bottom: 5%;
  color: #fff;
}
.men {
  display: flex;
  align-items: center;
  margin: 15px 0 35px;
}
.men img {
  vertical-align: middle;
}
.men p {
  border-left: 1px solid #ccc;
  padding: 0 15px;
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.4);
}
.company {
  position: relative;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.companyintroL {
  width: 47%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.comppjs {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin-left: 8%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 60px;
  line-height: 2;
  min-height: 700px;
  width: 100%;
}
.comppjs .jx {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 38px;
}
.companyintroL p {
  margin: 15px 0;
  text-align: left;
}
  .companyintroL p {
  text-align: justify;
  }
.companylink p{text-align: center;}
.companyintroL h2 {
  font-size: 30px;
  position: relative;
  margin-bottom: 35px;
}
.companyintroL h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 80px;
  height: 1px;
}
.companylink {
  overflow: hidden;
  width: 100%;
  margin: 30px auto 0;
}
.listmore em {
  display: block;
  overflow: hidden;
  width: 138px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  transition: all .4s;
  float: right;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 5%;
  margin-top: 60px;
}
.listmore em:after {
  font-family: "iconfont";
  content: "\e624";
  width: 30px;
  position: absolute;
  right: -100%;
  top: 0;
  color: #fff;
  font-size: 16px;
  transition: all .4s
}
.listmore em:hover {
  padding-right: 30px;
}
.listmore em:hover:after {
  right: 0
}
.clink {
  color: #fff;
  float: left;
  text-align: center;
  width: 130px;
}
.clink img {
  transition: 300ms;
}
.clink:hover img {
  transform: rotate(360deg);
}
.clink:hover {
  color: #fff;
  text-decoration: underline;
}
.companyintroR {
  width: 50%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.companyintroR a {
  align-self: center;
  display: block;
}
.moshibanner {
  max-width: 1500px;
  margin: 0 auto;
}
.moshibanner a {
  display: block;
}
.moshibanner a img {
  width: 100%;
}
.mostab {
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}
.mostab a {
  font-size: 28px;
  color: #3e3a39;
  border-right: 1px solid #ddd;
  padding: 0 80px 0 88px;
  position: relative;
}
.mostab a:last-child {
  border-right: none;
}
.mostab a.active:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #666;
  left: 50%;
  transform: translate(-50%, 0);
  top: 126%;
}
.mostabcon {
  background: #dcdddd;
  padding: 15px 0;
}
.mostitem {
  overflow: hidden;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  display: none;
}
.mostitem a {
  float: left;
  width: 23.5%;
  margin: 1%;
  box-sizing: border-box;
}
.mostitem a img {
  width: 100%;
}
.mostitem a:first-child {
  margin-left: 0;
}
.mostitem a:last-child {
  margin-right: 0;
}
/*product*/
.index-produce {
  display: flex;
  overflow: hidden;
}
.index-produce .produce-box {
  display: block;
  width: 27.8125%;
  -webkit-transition: all .9s;
  -o-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s;
  height: 654px;
  cursor: pointer;
}
.index-produce .produce-box .active {
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: all .9s;
  -o-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s;
  background-size: cover;
}
.index-produce .produce-box .static {
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .9s;
  -o-transition: all .9s;
  -moz-transition: all .9s;
  transition: all .9s;
}
.index-produce .produce-box .static .icon {
  font-size: 60px;
  color: #666;
  margin-top: 220px;
}
.index-produce .produce-box .static .dsc-box {
  margin-top: 115px;
}
.index-produce .produce-box .static .dsc-box .name {
  text-align: center;
  font-size: 28px;
  color: #666;
}
.index-produce .produce-box .static .dsc-box .cn {
  font-size: 16px;
  color: #a2a2a2;
  font-family: Arial;
  text-align: center;
  padding-top: 5px;
}
.index-produce .on {
  width: 44.375%;
}
.index-produce .on .active {
  display: block;
}
.index-produce .on .static {
  display: none;
}
.index-produce .produce-box .active .dsc {
  position: absolute;
  left: 0;
  bottom: 120px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
  width: 100%;
}
.index-produce .produce-box .active .dsc .icon {
  position: relative;
  display: none;
  width: 58px;
  height: 58px;
  background: linear-gradient(#2f82ac, #51a5b1);
}
.index-produce .produce-box .active .dsc .r-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  text-align: center;
}
.index-produce .produce-box .active .dsc .r-box .name {
  font-size: 38px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}
.index-produce .produce-box .active .dsc .r-box .sm {
  font-size: 16px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.index-produce .produce-box .active .dsc .r-box .sm:after {
  position: absolute;
  width: 70px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  top: 46px;
}
/*咨询*/
.index-xwzx {
  padding-top: 50px;
  padding-bottom: 73px;
  background: url(../img/newsbg.png) no-repeat;
  background-size: 100% 100%;
}
.index-xwzx .xwzx-top {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin-bottom: 41px;
}
.index-xwzx .xwzx-top .index-newstab {
  line-height: 50px;
}
.index-xwzx .xwzx-top .index-newstab a {
  color: #fff;
  margin-right: 20px;
  font-size: 18px;
  position: relative;
}
.index-xwzx .xwzx-top .index-newstab .active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 1px;
  background: #666
}
.index-xwzx .xwzx-top .index-newstab a:hover, .index-xwzx .xwzx-top .more a:hover {
  color: #666;
}
.index-title .cn {
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
.index-title .en {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  color: #a6a6a6;
  text-transform: uppercase;
}
.index-xwzx .xwzx-top .more {
  margin-top: 8px;
  margin-right: 0;
  color: #c9caca;
}
.index-xwzx .xwzx-top .more a {
  line-height: 30px;
  font-family: Arial;
  color: #c9caca;
  font-size: 14px;
}
.index-xwzx .xwzx-content {
  margin-top: 36px;
  display: flex;
}
.index-xwzx .xwzx-content .left {
  width: 60%;
  margin-right: 75px;
}
.index-xwzx .xwzx-content .left .left-box {
  width: 100%;
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 160px;
}
.index-xwzx .xwzx-content .left .left-box .img-content {
  width: 32%;
  overflow: hidden;
  height: 100%;
  transition: all 0.5s;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-xwzx .xwzx-content .left .left-box .img-content img {
  width: 100%;
  display: block;
}
.index-xwzx .xwzx-content .left .left-box:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #f2f2f2;
}
.index-xwzx .xwzx-content .left .left-box:hover .img-content img {
  transform: scale(1.05);
}
.index-xwzx .xwzx-content .left .left-box .word-cotent .title {
  font-size: 20px;
  line-height: 2;
  color: #333;
  padding-bottom: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index-xwzx .xwzx-content .left .left-box .word-cotent .dsc {
  font-size: 14px;
  line-height: 2;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
  padding-top: 8px;
}
.index-xwzx .xwzx-content .left .left-box:hover .title {
  color: #666;
  padding-left: 10px;
}
.index-xwzx .xwzx-content .left .left-box .word-cotent {
  width: 67%;
  padding-left: 20px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.index-xwzx .xwzx-content .left .left-box .word-cotent .time {
  margin-top: 0.06rem;
  font-size: .08rem;
  line-height: .08rem;
  color: #4fafc9;
}
.index-xwzx .xwzx-content .left .left-box .img-content .img-box {
  width: 100%;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  height: 160px;
}
.index-xwzx .xwzx-content .left .left-box:last-child {
  margin-bottom: 0px;
}
.index-xwzx .xwzx-content .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
}
.index-xwzx .xwzx-content .right .info-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  padding-bottom: 46px;
  margin-bottom: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 40px;
}
.index-xwzx .xwzx-content .right .info-box .info-left .title {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  padding-left: 40px;
  overflow: hidden;
  margin: 0;
  background: url("../img/wen.png") no-repeat left;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.3s;
  text-align: left;
}
.index-xwzx .xwzx-content .right .info-box .info-left .title:hover {
  color: #fff;
  padding-left: 50px;
}
.index-xwzx .xwzx-content .right .info-box .info-left .dsc {
  margin-top: 18px;
  font-size: 14px;
  line-height: 24px;
  background: url("../img/da.png") no-repeat left;
  padding-left: 46px;
  color: #efefef;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-xwzx .xwzx-content .right .info-box .info-right {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index-xwzx .xwzx-content .right .info-box .info-right .r {
  text-align: center;
  font-size: 48px;
  line-height: 35px;
}
.index-xwzx .xwzx-content .right .info-box .info-right .ny {
  font-size: 16px;
  line-height: 24px;
}
/*about*/
.nbanner {
  height: 728px;
  background-size: cover;
}
.nbanner img {
  width: 100%;
  display: none;
}
.guanggaosss {
  text-align: center;
  margin-top: 30px;
  color: #666;
  font-size: 16px;
}
.guanggaosss span {
  padding: 0 35px;
}
.guanggaosss img {
  padding-right: 5px;
}
.pagenav {
  height: 98px;
  line-height: 98px;
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow-y: hidden
}
.pagenav a {
  padding: 0 40px;
  font-size: 20px;
  position: relative;
  flex: none;
  display: block;
}
.pagenav a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 1px;
  height: 20px;
  background: #ccc;
}
.pagenav a.active {
  color: #666
}
.pagenav a.active:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #666;
  left: 50%;
  transform: translateX(-50%);
  top: 70%;
}
.pagenav a:last-child:after {
  width: 0;
}
.shili {
  overflow: hidden;
  padding: 50px 0 0;
  margin-top: -50px;
}
.slitem {
  background: #fff;
  width: 23%;
  margin: 1%;
  float: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.slitem:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}
.slnum {
  width: 80px;
  line-height: 80px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 50px auto 21px;
}
.slitem h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}
.sldes {
  font-size: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.slen {
  text-align: center;
  color: #666;
  margin: 50px auto 35px;
  text-transform: uppercase;
}
.result {
  overflow: hidden;
  margin-top: 40px;
  display: flex;
}
.resultL {
  width: 60%;
  margin-right: 10px;
}
.resultL img, .resultR img, .resultR2 img, .img-box img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.resultR {
  width: 40%;
}
.resultR1 {
  overflow: hidden;
  margin-bottom: 10px;
}
.resultR2 {
  display: flex;
  justify-content: space-between;
}
.resultR2 .abc {
  width: 50%
}
.resultR2 .abc:first-child {
  margin-right: 10px;
}
.wp1500 {
  max-width: 1500px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.window_scqj .num-content {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}
.window_scqj .num-content .num-box {
  display: flex;
}
.window_scqj .num-content .num-box .box {
  width: 276px;
}
.window_scqj {
  background-color: #ebebeb;
  padding-top: 102px;
  padding-bottom: 0;
}
.window_scqj .num-content .num-box .box .sz {
  font-size: 72px;
  line-height: 55px;
  font-weight: bold;
  font-family: Arial;
  color: #000;
  border-right: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.window_scqj .num-content .num-box .box:last-child .sz {
  border-right: none;
}
.window_scqj .num-content .num-box .box .wz {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #777;
}
.window_dpp {
  background-color: #ebebeb;
  padding-top: 60px;
  padding-bottom: 60px
}
.window_dpp .dpp-content {
  position: relative;
  padding: 0 134px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.window_dpp .dpp-content .swiper-container {
  padding: 30px 0;
}
.window_dpp .dpp-content .dpp-lunbo .swiper-slide .img {
  width: 100%;
  padding: 53px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff
}
.window_dpp .dpp-content .dpp-lunbo .swiper-slide .img .img-box {
  position: relative;
  width: 100%;
  padding-bottom: 129.96516%
}
.dpp-lunbo .swiper-slide {
  width: 33.3333%;
  padding: 1%;
}
.window_dpp .dpp-content .dpp-lunbo .swiper-slide .img .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto
}
.window_dpp .dpp-content .dpp-lunbo .swiper-slide:hover .name {
  color: #111 !important;
}
.window_dpp .dpp-content .dpp-lunbo .swiper-slide .name {
  margin-top: 26px;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  color: #333;
}
.window_dpp .dpp-content .dpp-lunbo .swiper-slide {
  transition: all 0.3s;
}
.window_dpp .dpp-content .dpp-lunbo .swiper-slide:hover {
  transform: translateY(-10px);
}
.window_dpp .dpp-content .dpp-lunbo .swiper-slide:hover .name {
  color: red;
}
.window_dpp .dpp-content .swiper-button-next1 {
  right: 0px
}
.window_dpp .dpp-content .swiper-button-prev1 {
  left: 0px
}
.window_dpp .dpp-content .swiper-button-next1, .window_dpp .dpp-content .swiper-button-prev1 {
  width: 57px;
  height: 57px;
  background: #000;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 39px;
}
.window_dpp .dpp-content .swiper-button-disabled {
  opacity: 1;
  cursor: auto
}
.window_dpp .dpp-content .swiper-button-prev1:before, .window_dpp .dpp-content .swiper-button-next1:before {
  position: absolute;
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.window_dpp .dpp-content .swiper-button-next1:hover, .window_dpp .dpp-content .swiper-button-prev1:hover {
  background: #666
}
.window_dpp .dpp-content .swiper-button-next1:hover:before, .window_dpp .dpp-content .swiper-button-prev1:hover:before {
  color: #fff
}
.window_bk {
  background-size: cover !important;
  height: 2.83rem;
  width: 100%;
  position: relative;
  z-index: 2
}
.window_gg {
  position: relative;
  background-color: #ebebeb;
  padding-bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  /* padding-bottom: 200px; */
  padding-top: 100px;
}
.window_gg .wp1500 {
  position: relative;
  /* margin-top: -500px; */
  z-index: 9;
}
.window_gg .wp1500 .gg-cotent {
  position: relative;
  padding: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 60px;
}
.window_gg .wp1500 .gg-cotent:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 95px;
  background: url(../images/shadow_1.html) center bottom no-repeat;
  background-size: 100% auto;
  left: 0;
  bottom: -55px;
  z-index: -1;
  content: '';
  opacity: .2
}
.window_gg .wp1500 .gg-cotent .swiper-slide {
  width: 25%;
  padding: 10px;
}
.window_gg .wp1500 .gg-cotent .swiper-slide .img {
  width: 100%;
  position: relative;
  /* padding-bottom: 81.93146% */
}
.window_gg .wp1500 .gg-cotent .swiper-slide .img img {
  width: 100%;
  height: auto;
}
.window_gg .wp1500 .gg-cotent .swiper-button-next1 {
  right: 25px
}
.window_gg .wp1500 .gg-cotent .swiper-button-prev1 {
  left: 25px
}
.window_gg .wp1500 .gg-cotent .swiper-button-next1, .window_gg .wp1500 .gg-cotent .swiper-button-prev1 {
  width: 57px;
  height: 57px;
  background: #000;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.window_gg .wp1500 .cgbanner .swiper-button-next1, .window_gg .wp1500 .cgbanner .swiper-button-prev1 {
  top: 52%;
}
@media screen and (max-width: 1260px) {
  .window_gg .wp1500 .gg-cotent .swiper-button-next1, .window_gg .wp1500 .gg-cotent .swiper-button-prev1 {
    width: 40px;
    height: 40px
  }
}
.window_gg .wp1500 .gg-cotent .swiper-button-disabled {
  opacity: 1;
  cursor: auto
}
.window_gg .wp1500 .gg-cotent .swiper-button-prev1:before, .window_gg .wp1500 .gg-cotent .swiper-button-next1:before {
  position: absolute;
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.window_gg .wp1500 .gg-cotent .swiper-button-next1:hover, .window_gg .wp1500 .gg-cotent .swiper-button-prev1:hover {
  background: #666
}
.window_gg .wp1500 .gg-cotent .swiper-button-next1:hover:before, .window_gg .wp1500 .gg-cotent .swiper-button-prev1:hover:before {
  color: #fff
}
.window_bk {
  background-size: cover !important;
  height: 566px;
  width: 100%;
  position: relative;
  z-index: 2
}
.window_bf {
  background-color: #ebebeb;
  padding-top: 6px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.window_bf .bf-content {
  margin-top: .2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 73px;
  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;
  width: 100%
}
.window_bf .bf-content .img-box {
  width: -moz-calc(33.3% - 12px);
  width: calc(33.3% - 12px);
  margin-right: .09rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.window_bf .bf-content .img-box .img {
  width: 100%;
  position: relative;
  padding-bottom: 135.55046%
}
.window_bf .bf-content .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto
}
.window_bf .bf-content .img-box:nth-last-of-type(1) {
  margin-right: 0px
}
.window_xx {
  background-color: #ebebeb;
  overflow: hidden;
  padding-top: 60px;
}
.lx-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.lxcenter {
  flex: auto;
}
.lx-content img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}
.lxcenter {
  margin: 0 10px;
}
.lxleft .img-box:first-child {
  margin-bottom: 10px;
}
.window_gyl {
  background-color: #ebebeb;
  padding-bottom: 105px;
  padding-top: 66px;
}
.window_gyl .gyl-content {
  position: relative;
  margin-top: 33px;
  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;
  z-index: 2
}
.window_gyl .gyl-content:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 95px;
  background: url(../images/shadow_1.html) center bottom no-repeat;
  background-size: 100% auto;
  left: 0;
  bottom: -55px;
  z-index: -1;
  content: '';
  opacity: .2
}
.window_gyl .gyl-content .img-box2 {
  width: 25%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.window_gyl .gyl-content .img-box2 a {
  display: block;
  text-align: center;
  flex: auto;
  margin: 0 auto;
  padding: 35px 0;
  transition: all 0.2s;
  overflow: hidden;
}
.window_gyl .gyl-content .img-box2 a img {
  max-width: 100%;
}
.window_gyl .gyl-content .img-box2 a img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transform: scale(1.02);
}
.window_jz {
  position: relative;
  background-color: #ebebeb;
  padding-bottom: 76px;
  overflow: hidden;
  padding-top: 571px;
}
.window_jz .wp1500 {
  position: relative;
  margin-top: -500px;
  z-index: 9;
}
.window_jz .xx-content {
  margin-top: 60px;
  padding: 68px 73px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  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;
  overflow: hidden;
}
.window_jz .xx-content:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 95px;
  background: url(../images/shadow_1.html) center bottom no-repeat;
  background-size: 100% auto;
  left: 0;
  bottom: -55px;
  z-index: -1;
  content: '';
  opacity: .2
}
.window_jz .xx-content .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* margin-right: 8px; */
  width: 50%;
}
.window_jz .xx-content .left .img {
  width: 100%;
  /* position: relative; */
  /* padding-bottom: 72.45509% */
  height: 100%;
}
.window_jz .xx-content .left .img img {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  /* width: 98%; */
  height: 100%;
  transition: 300ms;
}
.window_jz .xx-content .left .img a {
  overflow: hidden;
  display: block;
}
.window_jz .xx-content .left .img:hover img {
  transform: scale(1.1);
}
.window_jz .xx-content .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}
.window_jz .xx-content .right .right-box {
  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;
}
.window_jz .xx-content .right .right-box .img-box {
  width: -moz-calc(50% - 2.5px);
  width: 47%;
  margin: 0 2%;
  margin-bottom: 3%;
}
.window_jz .xx-content .right .right-box .img-box .img {
  position: relative;
  width: 100%;
  /* padding-bottom: 72.72727% */
  transition: 300ms;
}
.window_jz .xx-content .right .right-box .img-box .img a {
  display: block;
  overflow: hidden;
}
.window_jz .xx-content .right .right-box .img-box img {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* transform: translate(-50%, -50%); */
  width: 100%;
  /* height: auto; */
}
.window_jz .xx-content .right .right-box .img-box .img a:hover img {
  transform: scale(1.1);
}
.window_jz .xx-content .right .right-box .img-box:nth-of-type(2n) {
  margin-right: 0px
}
.window_jz .xx-content .right .right-box .img-box:nth-of-type(3), .window_jz .xx-content .right .right-box .img-box:nth-of-type(4) {
  margin-bottom: 0px
}
.window_zg {
  background-color: #ebebeb;
  padding-bottom: 96px
}
.window_zg .zg-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 0 20px;
}
.window_zg .zg-content .circle {
  width: 100%;
  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;
}
.window_zg .zg-content .circle .circle-box .y {
  position: relative;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background: #000;
}
.window_zg .zg-content .circle .circle-box .y:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
}
.window_zg .zg-content .circle .circle-box .name {
  margin-top: 13px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  text-align: center;
}
.window_zg .zg-content .circle .circle-box {
  transition: all 0.3s;
}
.window_zg .zg-content .circle .circle-box:hover {
  transform: translateY(-10px);
}
.window_zg .zg-content .circle .circle-box:hover .y {
  background: #666;
}
.window_zg .zg-content .circle .circle-box:hover .name {
  color: #666
}
.window_ms {
  background-color: #ebebeb;
  padding-bottom: 10px
}
.window_ms .hotline {
  font-size: 22px;
  line-height: 22px;
  margin-top: 22px;
  color: #666;
  text-align: center;
}
.window_ms .phone {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  margin-top: 15px;
  text-align: center;
}
.window_ms .phone .iconfont {
  padding-right: 5px;
}
.window_ms .ms-content {
  padding: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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: -.045rem
}
.window_ms .ms-content .img-box {
  width: 25%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.window_ms .ms-content .img-box .img {
  width: 100%;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  display: block;
  overflow: hidden;
}
.window_ms .ms-content .img-box p {
  width: 100%;
  font-size: 14px;
  line-height: 3;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  text-align: center;
}
.window_ms .ms-content .img-box .img img {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  max-width: 100%;
  height: auto;
  width: 100%;
}
.online-container {
  width: 100%;
  background-color: #fff
}
.online-container .online-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.online-container .online-content .name {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  text-align: center
}
.online-container .online-content .en {
  font-size: 18px;
  line-height: 18px;
  font-family: Arial;
  color: #888;
  margin-top: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.online-container .online-content .form {
  margin: .125rem auto 0
}
.online-container .online-content .form .form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.online-container .online-content .form .form-content .form-box {
  width: 50%
}
.online-container .online-content .form .form-content .form-box input {
  outline: none;
  width: 100%;
  height: 55px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 10px;
  color: #666;
}
.online-container .online-content .form .form-content .form-box input::-webkit-input-placeholder {
  color: #666
}
.online-container .online-content .form .form-content .form-box input:-moz-placeholder {
  color: #666
}
.online-container .online-content .form .form-content .form-box input::-moz-placeholder {
  color: #666
}
.online-container .online-content .form .form-content .form-box input:-ms-input-placeholder {
  color: #666
}
.online-container .online-content .form .form-content .form-box input::-ms-input-placeholder {
  color: #666
}
.online-container .online-content .form .form-content .form-box input::placeholder {
  color: #666
}
.online-container .online-content .form .form-content .form-box2 {
  margin-left: 17px;
}
.online-container .online-content .form .form-content2 .form-box {
  width: 33.3%;
  /* padding: 10px; */
}
.online-container .online-content .form .form-ly {
  margin-top: 16px;
  /* padding: 10px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* height: .835rem; */
  background-color: #f5f5f5;
  margin-bottom: 16px;
  /* padding: 5px; */
}
.online-container .online-content .form .form-ly textarea {
  width: 100%;
  height: 200px;
  outline: none;
  resize: none;
  border: none;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  list-style: none;
  padding: 10px;
}
.online-container .online-content .form .form-ly textarea::-webkit-input-placeholder {
  color: #000
}
.online-container .online-content .form .form-ly textarea:-moz-placeholder {
  color: #000
}
.online-container .online-content .form .form-ly textarea::-moz-placeholder {
  color: #000
}
.online-container .online-content .form .form-ly textarea:-ms-input-placeholder {
  color: #000
}
.online-container .online-content .form .form-ly textarea::-ms-input-placeholder {
  color: #000
}
.online-container .online-content .form .form-ly textarea::placeholder {
  color: #000
}
.form-login {
  width: 300px;
  height: 57px;
  background-color: #111;
  text-align: center;
  line-height: 57px;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
  cursor: pointer;
}
.form-login:hover {
  background-color: #666
}
.picMarquee-top {
  margin: 0 auto; /* width:210px; */ overflow: hidden;
  position: relative; /* border:1px solid #ccc; */
}
.picMarquee-top .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}
.picMarquee-top .hd .prev, .picMarquee-top .hd .next {
  display: block;
  width: 9px;
  height: 5px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/arrow.html") 0 -100px no-repeat;
}
.picMarquee-top .hd .next {
  background-position: 0 -140px;
}
.picMarquee-top .hd .prevStop {
  background-position: -60px -100px;
}
.picMarquee-top .hd .nextStop {
  background-position: -60px -140px;
}
.picMarquee-top .bd {
  padding: 10px;
}
.picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  margin-bottom: 40px
}
.newscenter {
  display: none;
}
.darkbg {
  position: relative;
}
.i-px {
  background-color: #f4f5f7
}
.i-px-1 {
  margin-left: -150px;
  margin-right: -150px
}
.i-px-2 .i-px-menu {
  text-align: center
}
.i-px-2 .i-px-menu li {
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 300;
  line-height: 46px;
  padding: 0 100px;
  position: relative;
  height: 46px;
  border-right: 2px solid #c3c4c6;
  cursor: pointer
}
.i-px-2 .i-px-menu li.xh-this:after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #d69b71;
  border-style: solid;
  border-width: 8px 8px 0 8px
}
.i-px-zt {
  margin-top: 42px;
  padding: 35px 0;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0, #f2f3f5), color-stop(15% #d1d1d2), color-stop(50% #abacad), color-stop(85% #d1d1d2), color-stop(100% #f2f3f5));
  background-image: -webkit-linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%);
  background-image: -moz-linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%);
  background-image: -ms-linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%);
  background-image: -o-linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%);
  background-image: linear-gradient(left, #f2f3f5 0, #d1d1d2 15%, #abacad 50%, #d1d1d2 85%, #f2f3f5 100%);
  overflow: hidden;
}
.i-px-zt .i-px-item {
  position: relative;
  width: 1500px;
  margin: 0 auto;
  display: none
}
.i-px-zt .i-px-item.xh-show {
  display: block
}
.i-px-zt .i-px-bn .swiper-slide {
  padding: 0;
  margin-right: 0;
}
.i-px-zt .i-px-bn .swiper-slide img {
  height: auto;
  width: 100%;
}
.overflow {
  overflow: hidden;
  height: 100%;
}
.imgmax img {
  max-width: 100%;
}
.marb30 {
  margin-bottom: 30px;
}
.marb0 {
  margin-bottom: 0px !important;
}
.mart30 {
  margin-top: 30px;
}
.pad60 {
  padding: 60px 0;
}
.padt60 {
  padding-top: 60px;
}
.mart60 {
  margin-top: 60px;
}
.padb60 {
  padding-bottom: 60px;
}
.darkbg {
  background: #E6E6E6;
}
.whitebg {
  background: #fff;
}
.main-box {
  height: 100%;
  overflow: hidden;
}
.wid1530 {
  width: 1530px;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nbanner {
  height: 728px;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.bannertext {
  color: #fff;
  line-height: 1.38;
}
.bannertext .tit {
  font-size: 38px;
  letter-spacing: 5px;
}
.bannertext .titen {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.zdpic {
  margin: -20px;
  overflow: hidden;
}
.zdpic li {
  width: 33.333333333333%;
  float: left;
  padding: 20px;
}
.zdpic li a {
  display: block;
  position: relative;
}
.rypic li {
  width: 25%;
}
.rypic .fdpic {
  padding: 20px;
  background: #fff;
}
.fdpic, .fdpic a {
  overflow: hidden;
}
.fdpic img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
  overflow: hidden;
}
.fdpic:hover img {
  transform: scale(1.05);
}
.zdpic li a:hover img {
  transform: scale(1.05);
}
.zdpic li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s;
  font-size: 16px;
}
.zdpic li a:hover span {
  background: #666;
  color: #fff;
}
.dispflex {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.newsleft {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.newsright {
  width: 360px;
  margin-left: 30px;
  height: 100%;
}
.newslist a {
  background: #fff;
  display: block;
  padding: 0;
  width: 100%;
  overflow: hidden;
  color: #333;
  position: relative;
  transition: all .4s;
  box-shadow: 0 40px 50px -60px #3b414c;
  box-shadow: 0 20px 30px -18px #d6d4d1;
  margin-bottom: 30px;
}
.newslist a:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.newslist a:hover .tit {
  color: #666;
}
.newslist a .pic {
  width: 30%;
  float: left;
  overflow: hidden;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.newslist a .pic img {
  max-width: 100%;
}
.newslist a:hover .pic img {
  transform: scale(1.05);
}
.newslist a .text {
  width: 68%;
  float: right;
  line-height: 1.8;
  padding: 30px 15px 0 0;
}
.newslist a .text .tit {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #111;
  border-bottom: 1px dashed #ccc;
}
.newslist a .text .ms {
  font-size: 16px;
  color: #444;
  padding-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
}
.newslist a .text .time {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.mdo-form {
  height: 100%;
  overflow: hidden;
  background: #fff url(../img/black.jpg) 0 0 repeat-x;
  padding-bottom: 30px;
}
.mdo-form .form-top {
  color: #fff;
  padding-top: 20px;
  text-align: center;
}
.mdo-form .form-top .tit {
  font-size: 26px;
  margin-bottom: 5px;
}
.mdo-form .form-top .ms {
  font-size: 14px;
}
.mdo-form .form-top .ms span {
  font-size: 18px;
  font-weight: bold;
}
.mdo-form .form-bom {
  width: 88%;
  margin: 10px auto 0;
}
.kform {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  border: 1px solid #ccc;
}
.kform li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.kform li:first-child {
  margin-top: 0
}
.kform li select {
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 40px;
  border: 1px solid #e2e2e2;
  padding: 0 12px;
  border-radius: 8px;
}
.kform li select:nth-child(2) {
  margin-left: 10px
}
.kform li input[type='text'] {
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 12px;
  border: 1px solid #e2e2e2;
  padding: 0 12px;
  border-radius: 8px;
  height: 40px;
}
.kform li input[type='submit'] {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 44px;
  border: 0;
  background: #111;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all .6s;
}
.kform li input[type='submit']:hover {
  background: #666
}
.hotsearc .hottit {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 26px;
  background: #111111;
  text-align: center;
  position: relative;
}
.hotsearc .hottit .smore {
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: block;
  line-height: 0
}
.hotsnews {
  overflow: hidden;
  padding: 15px;
}
.hotsnews li {
  line-height: 2.3;
}
.hotsnews li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
}
.hotsnews li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
}
.caselindex .flex {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.caseleft {
  width: 260px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
}
.caseltop {
  width: 158px;
  height: 258px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.caseltop .caseinner {
  text-align: center;
  background: #111;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.caseltop .num {
  font-size: 120px;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"
}
.caseltop .tit {
  font-size: 26px;
  letter-spacing: 3px;
  color: #8F8F8F;
}
.caseltop .titen {
  font-size: 13px;
  color: #8F8F8F;
}
.caseltop:before {
  content: '';
  width: 158px;
  height: 258px;
  border: 1px solid #8F8F8F;
  position: absolute;
  top: -25px;
  left: 25px;
  z-index: 9;
}
.caseltext {
  color: #4B4848;
  line-height: 1.6;
  margin: 30px 0 0;
  text-align: left;
}
.caseltext .text {
  color: rgba(0, 0, 0, 0.5)
}
.caselbom {
  margin-top: 30px;
}
.caseltext .tit {
  font-size: 44px;
}
.caselbom {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.caselbom span {
  font-weight: bold;
}
.caselindex:nth-child(odd) {
  background: #E6E6E6;
}
.caselindex:nth-child(even) .caseleft {
  order: 2;
}
.caseright {
  width: 70%;
}
.casexun {
  margin: -5px;
}
.casexun a {
  display: block;
  overflow: hidden;
  position: relative;
}
.casexun a:before, .casexun a:after {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  transition: all 0.8s;
  opacity: 0;
  z-index: 1;
}
.casexun a:before {
  top: 0px;
  left: 0px;
  border-left: 5px solid #666;
  border-top: 5px solid #666;
}
.casexun a:after {
  right: 0px;
  bottom: 0px;
  border-right: 5px solid #666;
  border-bottom: 5px solid #666;
}
.casexun a img {
  width: 100%;
  height: auto;
  transition: all 1s;
}
.casexun a img:hover {
  transform: scale(1.1);
}
.casexun a:hover:before, .casexun a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.casexun dd {
  float: left;
  width: 33.333%;
  padding: 5px;
}
.proindex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 600px;
  z-index: 1
}
.proindex .proleft {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 50%;
  transition: all 0.5s;
  overflow: hidden;
}
.proindex .proleft img {
  max-width: 100%;
  object-fit: cover;
}
.proindex .proright {
  padding-left: 85px;
  line-height: 1.6;
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  z-index: 555;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.proright .tit {
  font-size: 30px;
  color: #111;
}
.proright .ms {
  padding-top: 30px;
}
.proallow {
  display: block;
  width: 38px;
  line-height: 38px;
  background: #111;
  font-size: 20px;
  color: #fff;
  margin-top: 68px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.proindex, .dwwid90, .proallow {
  transition: all .5s;
}
.proindex:hover .proallow {
  background: #666;
  color: #fff;
  width: 150px;
}
.proindex:hover {
  color: #111;
}
.dwwid90 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 95%;
  height: 85%;
  z-index: 2
}
.proindex:nth-child(odd) {
  background: #E6E6E6;
}
.proindex:nth-child(even) .proleft {
  order: 2;
}
.proindex:nth-child(even) .proright {
  padding-left: 10%;
}
.proindex:nth-child(even) .dwwid90 {
  border: 1px solid #E6E6E6;
}
.proindex:hover .dwwid90 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 50px
}
.proindex:hover .proleft img {
  transform: scale(1.05)
}
.mto_list_pro {
  margin: -20px;
  overflow: hidden
}
.mto_list_pro li {
  width: 25%;
  float: left;
  padding: 20px;
}
.mto_list_pro li a {
  display: block;
  overflow: hidden;
  font-size: 16px;
}
.mto_list_pro li .pic {
  overflow: hidden;
  position: relative
}
.mto_list_pro li .pic:before {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 200%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  transition: all .5s;
  z-index: 2;
  opacity: 0;
  border-radius: 100% 0 0 0
}
.mto_list_pro li .pic:after {
  font-family: "iconfont" !important;
  content: "\e6ae";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 60px;
  color: #fff;
  z-index: 4;
  opacity: 0;
  transition: all .5s;
  transform: scale(5)
}
.mto_list_pro li .pic img {
  width: 100%;
  height: auto;
  transition: all .5s
}
.mto_list_pro li .pic img:hover {
  transform: scale(1.05)
}
.mto_list_pro li span {
  padding: 10px 0 0 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.mto_list_pro li:hover .pic:before {
  left: 0;
  top: 0;
  opacity: 1;
  border-radius: 0
}
.mto_list_pro li:hover .pic:after {
  opacity: 1;
  transform: scale(1);
  left: 0;
  top: 0
}
.mto_list_pro.si li {
  width: 25%
}
.mto_list_pro#pop_pics li .pic:before, .mto_list_pro#pop_pics li .pic:after {
  display: none
}
.aboutgs {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.gsleft, .gsright {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.gsright {
  padding-left: 30px;
}
.gsright .tit {
  font-size: 36px;
  padding-left: 18px;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.gsright .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 30px;
  background: #111;
}
.gsright .ms {
  line-height: 1.8;
  padding-left: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.gsright .ms p {
  padding: 8px 0;
}
.gsright .whcon {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
  margin-right: 50px;
}
.gsright .wh {
  line-height: 1.2;
  padding-left: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.whtext {
  padding-left: 7px;
}
.whtit {
  font-size: 26px;
}
.aboutwh {
  height: 760px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
.abwhright {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 680px;
  position: absolute;
  right: 30px;
  bottom: 120px;
}

.abwhright .text strong {
  font-size: 28px;
}
.ppwh {
  margin-top: 200px;
}
.ppwh a {
  display: block;
  width: 160px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 15px;
  border-radius: 8px;
  float: left;
}
.jobpic {
  text-align: center;
  padding: 0 60px;
}
.jobtext {
  padding-left: 50%;
  line-height: 1.8;
}
.jobtext .tit {
  font-size: 50px;
  line-height: 1.2;
  padding-bottom: 50px;
  position: relative;
}
.jobtext .tit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 120px;
  height: 1px;
  background: #111;
}
.jobtit {
  padding: 60px;
  font-size: 45px;
  position: relative;
}
.jobtit:after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 35px;
  width: 60px;
  height: 1px;
  background: #111;
}
.jobbox {
  padding: 0 60px;
}
.jobinfotit {
  font-size: 26px;
  border-bottom: 1px solid #000;
  padding: 27px 0 15px 0;
  margin-bottom: 30px;
  cursor: pointer;
}
.showzpinfo {
  float: right;
}
.zpinfonr {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 30px 0;
}
.zpinfonr .pic {
  width: 368px;
}
.zpinfonr .pic img {
  max-width: 100%;
}
.zpinfonr .text {
  padding-left: 120px;
  line-height: 1.8;
  position: relative;
  padding-top: 30px;
}
.zpinfonr .text:before {
  content: "";
  position: absolute;
  left: 120px;
  top: 10px;
  width: 38px;
  height: 1px;
  background: #111;
}
.zpinfo {
  clear: both;
  margin-bottom: 50px;
}
.hvr-shutter-out-horizontal {
  display: inline-block;
  margin-top: 50px;
  padding: 0 60px;
  text-align: center;
  line-height: 40px;
  text-align: center;
  border: 1px solid #111;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #666;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.artbody {
  line-height: 1.8;
  font-size: 16px;
}
.bztit {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.bztit .tit {
  font-size: 42px;
}
.bztit .titen {
  color: #666;
  text-transform: uppercase;
  font-size: 18px;
}
.bztitwhite .tit {
  color: #fff;
}
.bztitwhite .titen {
  color: rgba(255, 255, 255, 0.8);
}
.bztit .titrig {
  margin-top: 24px;
  font-size: 16px;
  color: #666;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: normal;
}
.history {
  position: relative;
  margin-top: 60px;
  padding-bottom: 80px;
}
.history:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 100%;
  background-color: #111;
  transform: translate(-50%, -50%);
}
.history li {
  padding-left: 55%;
  line-height: 1.8;
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.history li .tit, .history li .yuan:before {
  transition: all 0.5s;
  color: rgba(0, 0, 0, 0.7);
}
.history li .tit {
  color: #111
}
.history li:hover .tit {
  color: #666
}
.history li:hover .yuan:before {
  border-color: #666
}
.history li .tit {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  line-height: 0;
  margin-bottom: 30px;
}
.history li .yuan {
  background: red;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #E6E6E6;
}
.history li .yuan:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #E6E6E6;
  border-radius: 50%;
  border: 3px solid #111;
}
.history li p {
  padding-left: 10px;
  position: relative;
}
.history li p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #111
}
.history li:nth-of-type(2n+0) {
  padding-right: 55%;
  padding-left: 0;
  text-align: right;
}
.history li:nth-of-type(2n+0) p {
  padding-right: 10px;
}
.history li:nth-of-type(2n+0) p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #111
}
.history li:nth-of-type(2n+0) p:after {
  content: '';
  position: absolute;
  right: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #111
}
.history .iconfont {
  text-align: center;
  margin: 0 auto;
  color: #111;
  font-size: 24px;
  display: block;
  background: #e6e6e6;
  position: absolute;
  left: 50%;
  bottom: -18px;
  transition: all, 3s;
  overflow: hidden;
  transform: translate(-50%, 0);
  animation: shanshuo 3s infinite linear;
}
@keyframes shanshuo {
  0% {
    transform: translate(-50%, 0);
    color: #111;
  }
  25% {
    transform: translate(-50%, -10px);
    color: #333;
  }
  75% {
    transform: translate(-50%, 10px);
    color: #555;
  }
  100% {
    transform: translate(-50%, 0);
    color: #666;
  }
}
.history .more-over {
  color: #666;
  display: block;
  margin-top: 15px;
  line-height: 1.2;
  bottom: -25px;
  width: 100%;
  cursor: default;
  animation: none;
  left: 50%;
  bottom: -8px;
}
.history .more-over span {
  font-size: 14px;
  display: block;
}
.history .more-over:before {
  display: block;
}
#bdmap {
  height: 550px;
  font-size: 12px;
  line-height: 24px;
}
#bdmap img {
  transition: all 0s
}
#bdmap h4 {
  color: #0066cb;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px
}
#bdmap .anchorBL {
  display: none
}
#map1 {
  height: 380px;
  font-size: 12px;
  line-height: 24px;
  margin: 0 auto;
  width: 48%;
  float: right;
}
#map1 img {
  transition: all 0s
}
#map1 h4 {
  color: #0066cb;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px
}
#map1 .anchorBL {
  display: none
}
.contact {
  padding: 60px;
}
.contactway {
  line-height: 1.6;
  font-size: 16px;
  color: #666;
  padding-top: 30px;
}
.contactway .tit {
  font-size: 30px;
  letter-spacing: 1px;
  color: #111;
}
.contactway .titen {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.contactway p {
  padding: 5px 0;
}
.contactway .iconfont {
  width: 20px;
  line-height: 17px;
  height: 20px;
  padding: 1px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 8px;
  display: inline-block;
}
.product {
  padding: 60px 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
.prozuo {
  width: 50%;
}
.view-pro .flexmain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.view-pro .flexmain .left {
  width: 100%
}
.view-pro .flexmain .left img {
  width: 100%;
  height: auto
}
.view-pro .flexmain .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 30px
}
.view-pro .flexmain .right .tit {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4
}
.view-pro .flexmain .right .text {
  line-height: 1.8;
  color: #666
}
.view-pro .probanbig {
  border: 1px solid #cccccc;
  cursor: pointer;
  position: relative
}
.view-pro .probansmall {
  padding: 0 35px;
  position: absolute;
  right: 10px;
  bottom: 60px;
  width: 48%;
}
.view-pro .probansmall .swiper-slide {
  cursor: pointer
}
.view-pro .probansmall .swiper-slide img {
  border: 2px solid #fff
}
.view-pro .probansmall .swiper-slide-thumb-active img {
  border-color: #666
}
.view-pro .probansmall .arrow-left, .view-pro .probansmall .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #999;
  cursor: pointer;
  outline: 0
}
.view-pro .probansmall .arrow-left:hover, .view-pro .probansmall .arrow-right:hover {
  color: #666
}
.view-pro .probansmall .arrow-left {
  left: 0px
}
.view-pro .probansmall .arrow-right {
  right: 0px
}
.view-pro .probansmall .swiper-button-disabled {
  cursor: not-allowed;
  opacity: .3
}
.prorig {
  padding-left: 30px;
  width: 50%;
  padding-top: 30px;
}
.prorig .protit {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
}
.prorig .en {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.prorig .ms {
  line-height: 2;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.view-news {
  padding: 60px 30px;
}
.view-news .btit {
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px
}
.view-news .btit .bt {
  font-size: 20px
}
.view-news .btit .fbms {
  padding: 10px 0 15px 0;
  overflow: hidden;
  color: #888;
  font-size: 12px;
  line-height: 1
}
.view-news .btit .ewm {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #888;
  border: 1px solid #eee;
  padding: 5px 10px 5px 5px;
  border-bottom: 0;
  line-height: 1.5
}
.view-news .btit .ewm #ewm_code {
  height: 100%;
  margin-right: 8px
}
.view-news .btit .ewm canvas {
  height: 100%;
  width: auto
}
.web-body {
  color: #333;
  overflow: hidden;
  line-height: 2;
  text-align: justify;
  font-size: 14px;
}
.web-body h2 {
  font-size: 18px;
  color: #e50012
}
.web-body img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important
}
.view-news .shengming {
  background: #f0f0f0;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  padding: 10px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center
}
.view-news .view-xgnews {
  margin: 30px 0
}
.view-xgcase {
  background: #fff;
  padding: 60px 20px;
}
.view-xgnews .tits, .view-xgcase .tits {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
  color: #111;
  padding-left: 12px;
  position: relative;
}
.view-xgnews .tits:before, .view-xgcase .tits:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 22px;
  background: #111;
}
.view-xgcase li {
  width: 33.3333%;
}
.view-xgnews ul {
  margin: 0 -10px;
  overflow: hidden
}
.view-xgnews ul li {
  width: 50%;
  padding: 0 10px;
  float: left
}
.view-xgnews ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 18px;
  font-size: 14px;
  color: #666;
  line-height: 34px
}
.view-xgnews ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #cccccc
}
.view-xgnews ul li a:hover {
  color: #b41515
}
.view-more {
  background: #fff;
  margin: 30px 0;
  overflow: hidden;
  clear: both;
}
.view-more li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1
}
.view-more li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px
}
.view-more li i {
  margin: 0 10px;
}
.view-more li:nth-child(2) {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5
}
.liucheng {
  height: 100%;
  overflow: hidden;
  padding-left: 50px;
}
.lcbox {
  width: 20%;
  padding: 40px 0;
  background: #fff;
  float: left;
  margin-right: 80px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 3.5;
  position: relative;
  transition: all .3s
}
.lcpad10 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
}
.lcbox:after {
  content: "";
  position: absolute;
  left: 299px;
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  display: block;
  background: url(../img/arrowr.png) no-repeat center center;
}
.lcbox:nth-child(9), .lcbox:nth-child(10), .lcbox:nth-child(11), .lcbox:nth-child(12) {
  margin-bottom: 0;
}
.lcbox:nth-child(4), .lcbox:nth-child(8), .lcbox:nth-child(12) {
  margin-right: 0;
}
.lcbox:nth-child(4):after, .lcbox:nth-child(5):after {
  left: 50%;
  top: 125%;
  transform: translate(-50%, -125%);
  background: url(../img/arrowx.png) no-repeat center center;
}
.lcbox:nth-child(6):after, .lcbox:nth-child(7):after, .lcbox:nth-child(8):after {
  left: -60px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/arrowz.png) no-repeat center center;
}
.lcbox:last-child:after {
  background: none;
}
.lcbox:hover img {
  transform: rotate(360deg);
}
.tjbox {
  width: 25%;
  padding: 15px;
  float: left;
  transition: all 0.5s;
}
.tjbox img {
  width: 100%;
}
.tjbox .tjcon {
  background: #fff;
  padding: 20px 20px 40px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
.tjbox .tjcon .tit {
  font-size: 24px;
  padding-top: 20px;
}
.tjbox .tjcon .ms {
  min-height: 60px;
  color: rgba(0, 0, 0, 0.7);
}
.tjbox .tjcon span {
  width: 60px;
  height: 60px;
  background: #111;
  line-height: 60px;
  border-radius: 100%;
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
.tjbox:hover {
  color: #111;
}
.tjbox:hover img {
  transform: scale(1.05);
}
.tjbox:hover .tjcon span {
  background: #666;
}
.tjbox:hover .tjcon {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.youshi {
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 480px;
}
.jmtit {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}
.yscon {
  padding: 40px;
  background: #fff;
  width: 1160px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.ysbox {
  display: block;
  width: 33.333%;
  padding: 10px;
  float: left;
}
.ysbox .yspic {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.1s;
}
.ysbox .yspic img {
  width: 100%;
}
.ysbox:hover {
  color: #111;
}
.ysbox:hover .yspic img {
  transform: scale(1.05);
}
.ysbox:hover {
  transform: translateY(-10px);
}
.yspic {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.ysbox .yspic p {
  line-height: 45px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.ysbox .tit {
  padding: 15px 5px;
  margin-bottom: 10px;
  height: 50px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7)
}
.jmsupport {
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 480px;
  padding-top: 115px;
  background-size: 100%;
}
.supportcon {
  padding: 0 60px;
  background: #161616;
  width: 1160px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.supportcon img {
  display: block;
  margin: 0 auto;
  max-width: 100%
}
.qianjing {
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 480px;
  background-size: cover;
}
.qianjing .qjtit {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 150px;
  line-height: 1.5;
}
.qianjing .qjtit .titen {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.qjcon {
  padding: 60px 0;
  margin: -26px;
}
.qjcon .qjbox {
  width: 33.3333%;
  float: left;
  display: block;
  padding: 15px;
}
.qjcon .qjbox img {
  width: 100%;
}
.qjcon .qjbox .qjtext {
  background: #fff;
  padding: 15px 15px 25px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.qjcon .qjbox .qjtext .tit {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  color: #333;
  font-weight: 520;
}
.qjcon .qjbox .qjtext p {
  padding-left: 30px;
  padding-right: 30px;
  color: rgba(0, 0, 0, 0.7)
}
.qjcon .qjbox:hover img {
  transform: scale(1.05);
}
.qjcon .qjbox .qjtext:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.video {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #ddd;
}
.video img {
  object-fit: cover;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.video .iconfont {
  text-align: center;
  font-size: 50px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  display: block;
  transform: translate(-50%, -50%);
}
.tan_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_box .box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  max-width: 800px;
  height: 500px;
}
.tan_box video, .tan_box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tan_box .box .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  font-size: 18px;
  background: #fff;
  color: #666;
  font-weight: bold;
}
.button {
  border: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.button:focus {
  outline: none;
}
.button--wayra {
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #37474f;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
  color: #fff;
  border-color: #3f51b5;
}
.button--wayra.button--inverted:hover {
  color: #3f51b5;
  border-color: #fff;
}
.button--wayra:hover::before {
  opacity: 1;
  background-color: #3f51b5;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
  background-color: #fff;
}
.button.button--aylen {
  color: #fff;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.button--aylen.button--inverted {
  background: none;
  color: #fff;
}
.button--aylen::before, .button--aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
  background: rgba(255, 255, 255, 0.6);
}
.button--aylen::after {
  background: #000;
}
.button--aylen:hover {
  color: #fff;
}
.button--aylen:hover::before, .button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.gg-lunbo .fdpic {
  position: relative;
}
.gg-lunbo p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: block;
  line-height: 2.5;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gg-lunbo p strong {
  position: relative;
  padding-left: 10px;
}
.gg-lunbo p strong:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  transform: translate(0, -50%);
  height: 4px;
  background: #fff;
  border-radius: 100%;
}
.gdcpsc {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 45px;
}
.gdleft {
  width: 50%;
  margin-right: 25px;
  display: flex;
}
.gdright {
  width: 50%;
}
.gdright .img-box {
  width: 50%;
}
.gdcpsc .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gdright .top {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gdright .bom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gdright .top .img-box:first-child, .gdright .bom .img-box:first-child {
  margin-right: 25px;
}
.probody {
  padding: 38px 20px;
}
.jobtext {
  padding-top: 80px;
}
.jobtext h3 {
  font-size: 60px;
  line-height: 0.5;
}
.jobtext h2 {
  font-size: 70px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}
.jobtext h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: #111;
}
.baiwan {
  background: #fff;
  padding: 60px 0;
}
.baiwan .swiper-button-next1 {
  right: 0px
}
.baiwan .swiper-button-prev1 {
  left: 0px
}
.baiwan .swiper-button-next1, .baiwan .swiper-button-prev1 {
  width: 57px;
  height: 57px;
  background: #000;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 39px;
}
.baiwan .swiper-button-disabled {
  opacity: 1;
  cursor: auto
}
.baiwan .swiper-button-prev1:before, .baiwan .swiper-button-next1:before {
  position: absolute;
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.baiwan .swiper-button-next1:hover, .baiwan .swiper-button-prev1:hover {
  background: #666
}
.baiwan .swiper-button-next1:hover:before, .baiwan .swiper-button-prev1:hover:before {
  color: #fff
}
.hehr {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hehr .bwcon {
  width: 31%;
  margin: 1%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.hehr .bwcon img {
  width: 100%;
}
.hehr .bwcon p {
  line-height: 3.8;
  background: rgba(255, 255, 255, 0.8);
  color: #111;
  text-align: center;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/*分页*/
.gmore {
  margin: 30px auto;
  text-align: center;
  display: block;
}
.fengye {
  margin: 30px auto;
  text-align: center;
  display: block;
}
.fengye img {
  cursor: pointer;
}
.pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0;
}
.pagination li {
  padding: 0 5px
}
.pagination li a, .pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  line-height: 38px;
  background: #ececec;
  color: #666
}
.pagination li a:hover {
  background: #666;
  color: #fff;
  border-color: #666
}
.pagination li.active span {
  cursor: default;
  background: #666;
  color: #fff
}
.pagination li.disabled span {
  background: #ddd;
  color: #888;
  cursor: not-allowed
}
.catit {
  font-size: 24px;
  text-align: center;
  padding-top: 25px;
  clear: both;
}
.case img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.ftlogo, .foot-menu, .sjft {
  display: none;
}
.box_video_play {
  overflow: hidden;
}
.box_video_play video {
  width: 100%;
  height: 100%;
}
.more-over {
  text-align: center;
  paddding: 10px;
  color: #666;
  margin-top: 60px;
}