@charset "utf-8";
/* CSS Document */
@font-face {
  src: url(../fonts/SourceHanSansCN-Regular.otf);
  font-family: "myfont";
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  font-weight: normal;
  color: #555;
  font-family: "myfont";
  line-height: 20px;
  box-sizing: border-box;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
dir,
section {
  margin: 0;
  padding: 0;
  display: block;
}
@font-face {
  font-family: "iconfont";
  src: url(../font/iconfont.eot);
  src: url(../font/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../font/iconfont.woff) format("woff"),
    url(../font/iconfont.ttf) format("truetype"),
    url(../font/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: "iconfont";
}
a {
  text-decoration: none;
}
.clear {
  clear: both;
}
/*整屛*/
/* fsvs */
html.fsvs {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
html.fsvs #fsvs-body {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
html.fsvs #fsvs-body > * {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
html.fsvs #fsvs-pagination {
  margin: 0;
  position: fixed;
  height: auto;
  right: -100px;
  top: 50%;
  z-index: 999;
  width: 32px;
}
html.fsvs #fsvs-pagination li {
  cursor: pointer;
  height: 40px;
}
html.fsvs #fsvs-pagination li > span {
  display: block;
  width: 20px;
  height: 2px;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  margin-left: 20px;
}
html.fsvs #fsvs-pagination li.active > span {
  width: 40px;
  background: rgba(255, 255, 255, 1);
  margin-left: 0;
}
html.fsvs #fsvs-pagination li:last-child {
  margin: 0;
}
/*固定导航*/
.header_o {
  background: rgba(0, 0, 0, 0.8);
}
.header {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 86px;
}
.NavTop {
  height: 86px;
  padding: 0px 10%;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.NavTop.active {
  background: rgba(255, 255, 255, 1);
}
.NavTop.active ul li {
  color: #000;
}

.NavTop ul {
  width: 44%;
  position: absolute;
  left: 32%;
}
.NavTop ul li {
  float: left;
  color: #fff;
  padding-left: 30px;
  line-height: 88px;
  font-size: 15px;
  width: 16.66%;
}
.NavTop ul li m {
  display: block;
  width: 0px;
  height: 3px;
  background: #de0010;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 30px;
  margin-top: -5px;
}
.NavTop ul a:nth-of-type(1) li.active m,
.NavTop ul a:nth-of-type(1) li:hover m {
  width: 60px;
  margin-left: -12px;
}
.NavTop ul li:hover m {
  width: 60px;
  margin-left: 0px;
}
.NavTop ul li.active m {
  width: 60px;
  margin-left: 0px;
}
.sub_menu {
  display: block;
  background: #fff;
  height: 0px;
  width: 100%;
  position: absolute;
  top: 86px;
  left: 0px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
}
.sub_menu.active {
  height: auto;
  background: rgba(255, 255, 255, 0.94);
  display: block;
}

.sub_menu ul {
  width: 44%;
  margin: 0px 39.3%;
  padding: 30px 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: -40px;
  position: static;
  overflow: hidden;
}

.sub_menu.active ul {
  opacity: 1;
  margin-top: 0px;
}

.sub_menu ul li {
  width: 16.666%;
  margin-right: 0;
  border-right: 1px solid #ddd;
  opacity: 0;
  height: 130px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.sub_menu ul li:first-of-type {
  border-left: 1px solid #ddd;
}
.sub_menu.active ul li {
  border-right: 1px solid #ddd;
  opacity: 1;
}
.sub_menu ul li ol {
  color: #333;
  line-height: 20px;
  font-size: 13px;
  margin: 6px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sub_menu ul li ol:hover {
  color: #de0010;
}

.NavTop .logo {
  height: 46px;
  float: left;
  margin-top: 22px;
}
.NavTop .logo1.active {
  display: none;
}

.NavTop .logo img {
  display: block;
  height: 100%;
  cursor: pointer;
}
.NavTop .logo .logo_over {
  display: none;
}
.navBtn {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  margin-top: 15px;
  position: fixed;
  top: 0px;
  right: 260px;
  z-index: 33333;
}
.navBtn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.navBtn span {
  display: block;
  width: 58%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navBtn span.active {
  background: #555;
}
.navBtn span:nth-of-type(1) {
  margin-top: -10px;
}
.navBtn span:nth-of-type(3) {
  margin-top: 10px;
}
.navBtn.active {
  background: rgba(255, 255, 255, 0.2);
}
.navBtn.active span {
  background: #333;
}
.navBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.navBtn.active span:nth-of-type(1) {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navBtn.active span:nth-of-type(3) {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selectLanguage {
  float: right;
  margin-top: 15px;
}
.selectLanguage span {
  line-height: 60px;
  color: #ccc;
  font-size: 14px;
  margin-left: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.selectLanguage span.active {
  color: #ccc;
}
.selectLanguage span:hover {
  color: #ccc;
  text-decoration: underline;
}
/*导航Box*/
.NavBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #2d2d33;
  background: #fff;
  z-index: 338;
  box-sizing: border-box;
  /*padding:80px 5%;*/
  padding-bottom: 0;
  display: none;
}
.Nav {
  /*padding:10%;
	width:80%;*/
  margin: 0px auto;
  height: 100%;
}
.Nav dl {
  width: 20%;
  float: left;
  text-align: center;
  border-right: 1px solid #eee;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.Nav dl:hover {
  background: url(../images/index2bg.jpg) no-repeat;
  background-size: cover;
}
.Nav dl dt h1 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 2px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-top: 64%;
  color: #333;
}
.Nav dl:hover h1 {
  color: #fff;
}
.Nav dl dt h1:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -36px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.Nav dl:hover dt h1:before {
  right: auto;
  left: -20px;
  width: 200px;
}
.Nav dl dd h2 {
  font-size: 15px;
  margin-top: 15px;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.Nav dl:hover h2 {
  color: rgba(255, 255, 255, 0.8);
}
.Nav dl dd h2:hover {
  text-decoration: underline;
}
.Nav dl p {
  font-size: 14px;
  color: #ccc;
  letter-spacing: 1px;
  margin-top: 6px;
  white-space: nowrap;
}
.Nav dl p:first-of-type() {
  margin-top: 30px;
}

.Nav dl:nth-child(6) {
  margin-top: 30px;
}

/*右固定导航*/
.fixedRightNav {
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fixedRightNav ul li:nth-child(1) {
}
.fixedRightNav ul li {
  width: 200px;
  font-size: 14px;
  line-height: 60px;
  height: 60px;

  text-indent: 60px;
  position: relative;
  cursor: pointer;
}
.fixedRightNav ul li span {
  color: rgba(255, 255, 255, 0.9);
}
.fixedRightNav ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fixedRightNav ul li.active span {
  color: #fff;
}
.fixedRightNav ul li.active:before {
  left: 0;
  width: 40px;
  background: rgba(255, 255, 255, 1);
}
.fixedRightNav ul li:hover span {
  color: #fff;
}
.fixedRightNav ul li:hover:before {
  left: 0;
  width: 40px;
  background: rgba(255, 255, 255, 1);
}

.fixedRightNav.active {
  border: none;
}
.fixedRightNav.active ul li {
  width: auto;
  border: none;
  height: 5px;
  margin: 30px 0;
}
.fixedRightNav.active ul li span {
  display: none;
}
.fixedRightNav.active ul li.active {
  line-height: 15px;
  height: 15px;
  margin: 0;
}
.fixedRightNav.active ul li.active span {
  display: inline-block;
  text-indent: 0;
}
.fixedRightNav.active ul li:hover:before {
  background: rgba(255, 255, 255, 0.7);
}

/*banner*/
.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner_ph {
  display: none;
}
.banner .li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.banner .li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.banner .li:first-of-type {
  display: block;
}
.banner .li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/pattern-dot.png) rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.banner dl {
  position: absolute;
  left: 48%;
  bottom: 7%;
  z-index: 10;
}
.banner dl dd {
  width: 16px;
  height: 16px;
  border: solid 1px transparent;
  float: left;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}
.banner dl dd:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner dl dd.active {
  border: solid 1px #fff;
}
.banner dl dd.active:after {
  width: 6px;
  height: 6px;
}
/*banner右方滚动动画*/
.rightScrollAnimate {
  width: 1px;
  height: 190px;
  position: absolute;
  top: 40%;
  right: 5%;
  margin-top: -95px;
  z-index: 6;
}
.rightScrollAnimate span {
  display: block;
  width: 19px;
  height: 30px;
  border-radius: 8px;
  border: solid 2px #eee;
  position: absolute;
  top: 20px;
  left: -9px;
  cursor: pointer;
  -webkit-animation: rightscrollblock 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: rightscrollblock 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.rightScrollAnimate span i {
  border-radius: 8px;
  background: #de0010;
  width: 6px;
  height: 9px;
  display: block;
  margin-top: 4px;
  margin-left: 5px;
}
.rightScrollAnimate:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: rightscrollbefore 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: rightscrollbefore 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.rightScrollAnimate:after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-animation: rightscrollafter 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: rightscrollafter 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes rightscrollbefore {
  0% {
    height: 20px;
  }
  60% {
    height: 20px;
  }
  80% {
    height: 150px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rightscrollbefore {
  0% {
    height: 20px;
  }
  60% {
    height: 20px;
  }
  80% {
    height: 150px;
  }
  100% {
    height: 20px;
  }
}

@-webkit-keyframes rightscrollafter {
  0% {
    height: 150px;
  }
  60% {
    height: 150px;
  }
  80% {
    height: 20px;
  }
  100% {
    height: 150px;
  }
}
@keyframes rightscrollafter {
  0% {
    height: 150px;
  }
  60% {
    height: 150px;
  }
  80% {
    height: 20px;
  }
  100% {
    height: 150px;
  }
}

@-webkit-keyframes rightscrollblock {
  0% {
    top: 20px;
  }
  60% {
    top: 20px;
  }
  80% {
    top: 150px;
  }
  100% {
    top: 20px;
  }
}
@keyframes rightscrollblock {
  0% {
    top: 20px;
  }
  60% {
    top: 20px;
  }
  80% {
    top: 150px;
  }
  100% {
    top: 20px;
  }
}

.index_title {
  font-size: 46px;
  color: #fff;
  line-height: 50px;
  letter-spacing: 4px;
  text-align: center;
}
.index_title span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 10px;
}
.index_title b {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  margin-top: 20px;
  text-align: center;
  display: block;
  letter-spacing: 0.5px;
}
.industryBox {
  height: 100%;
  width: 100%;
}
.industryBox ul {
  position: relative;
  height: 100%;
}
.industryBox ul li {
  width: 50%;
  height: 50%;
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.industryBox ul li b {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.industryBox ul li:hover b {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.industryBox ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.industryBox ul li:nth-of-type(1) h6,
.industryBox ul li:nth-of-type(2) h6 {
  top: 60%;
}
.industryBox ul li h6 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: center;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.indexAbout {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.indexAbout ul {
  width: 100%;
  margin: 50px auto 0px;
}
.indexAbout ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.indexAbout ul li img {
  display: block;
  margin: auto;
  width: 90px;
}
.indexAbout ul li b {
  color: #fff;
  font-size: 5rem;
  margin: 40px 0 25px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
}
.indexAbout ul li b strong {
  color: #fff;
  font-size: 2rem;
  margin: 10px;
  line-height: 1.4;
  position: absolute;
}
.indexAbout ul li p {
  color: #fff;
  font-size: 16px;
}
.indexAbout h3 {
  display: block;
  width: 118px;
  height: 35px;
  border: solid 2px #fff;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  margin-left: 340px;
}
.indexAbout h3:hover {
  width: 148px;
}
.probox .top {
  width: 100%;
  height: 55%;
}
.probox .index_title {
  color: #333;
  font-weight: bold;
}
.probox .b_box {
  width: 100%;
  overflow: hidden;
  bottom: 3%;
  position: absolute;
}
.probox .box {
  margin: auto;
}
.probox .box li {
  width: 100%;
  position: relative;
  float: left;
}
.probox .box li img {
  width: 60%;
  margin: auto;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.probox .box li:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.probox .box li h6 {
  width: 80%;
  margin: auto;
  font-size: 18px;
  text-align: center;
  color: #555;
  letter-spacing: 0.5px;
  margin-top: 30px;
  position: relative;
  font-weight: bold;
  line-height: 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.probox .box li:hover h6 {
  color: #de0010;
  letter-spacing: 1px;
}
.probox .btn_n {
  width: 200px;
  margin: 1% auto 0;
  position: relative;
  *display: none;
  display: none \9;
}
.probox .btn_n .ll {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.probox .btn_n img {
  float: left;
  width: 38px;
}
.probox .btn_n .right img {
  float: right;
}

.indexContactBigBox {
  background: #eee url(../images/contact.jpg) no-repeat center;
  background-size: 100%;
  position: relative;
  background-size: cover;
}
.indexContactBigBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.indexContact {
  width: 1200px;
  margin: 0px auto;
  padding-top: 320px;
  height: 720px;
}
.c_box {
  width: 70%;
  margin: auto;
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 35%;
  transform: translate(-50%, -0%);
}
.c_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: #0b1d5f;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#allmap {
  width: 100%;
  height: 360px;
}
.anchorBL {
  display: none;
}
.c_box .left {
  width: 52%;
  float: left;
}
.c_box .left h2 {
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin: 6% 0;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.c_box .left h2:hover {
  opacity: 0.8;
}
.c_box .right {
  width: 42%;
  float: right;
}
.c_box .right h3 {
  color: #0b1d5f;
  font-size: 5.4rem;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.3;
  line-height: 1.6;
}
.c_box .right h3 img {
  width: 80%;
}
.c_box .right .txt {
  margin: 6% 12%;
}
.c_box .right p {
  color: #fff;
  font-size: 15px;
  margin: 10px 0;
  letter-spacing: 1px;
}
.c_box .right p:first-of-type {
  font-size: 24px;
  margin-bottom: 8%;
  line-height: 1.4;
}
.c_box .right p img {
  float: left;
  width: 22px;
  margin-right: 10px;
  margin-top: -3px;
}

/*页脚*/

.footer {
  width: 100%;
  background: #0d0d0d;
  padding: 30px 10% 20px;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer ul {
  float: left;
  margin-top: 10px;
}
.footer ul li {
  float: left;
  color: #fff;
  font-size: 15px;
  margin: 8px 40px 8px 0;
}
.footer ul li span {
  color: #fff;
  margin-right: 40px;
  font-size: 14px;
  opacity: 0.8;
}
.link b {
  display: block;
  float: right;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
}
.link b img {
  width: 110px;
  padding: 0 15px;
  box-sizing: border-box;
  display: block;
  margin: 4px auto;
}
.footer p {
  margin-top: 1.5%;
  border-top: 1px solid #444;
  padding-top: 1.5%;
  color: #888;
}
.footer p a {
  float: right;
  font-size: 12px;
  margin-left: 20px;
  color: #888;
}
.o_footer {
  position: static;
  position: relative;
  z-index: 9;
}
.o_ban img {
  display: block;
  width: 100%;
}
/* 右侧悬浮 */
.all_nav {
  position: fixed;
  right: 2%;
  top: 65%;
  z-index: 99;
}
.all_nav li b {
  display: block;
  border: 1px solid #999;
  border-top: none;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.all_nav li:first-of-type b {
  border-top: 1px solid #999;
}
.all_nav li b img {
  width: 46px;
  padding: 7px;
  display: block;
}
.all_nav li b img:nth-of-type(2) {
  display: none;
}
.all_nav li:hover b img:nth-of-type(2) {
  display: block;
}
.all_nav li:hover b img:nth-of-type(1) {
  display: none;
}

.w_all {
  width: 65%;
  margin: auto;
}
.title {
  padding: 0 0 3%;
  text-align: center;
}
.title h1 {
  color: #111;
  font-size: 26px;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 30px;
}
.title h1:before {
  content: "";
  width: 160px;
  height: 2px;
  background: #de0010;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -80px;
}
.title h1:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #de0010;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -25px;
}
.about {
  padding: 10% 0 5%;
}
.about h1 {
  color: #fff;
}
.about p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 2;
  margin: 10px 0;
  text-indent: 2em;
}
.about ul {
  width: 110%;
  margin-left: -5%;
  margin-top: 6%;
}
.about ul li {
  float: left;
  text-align: center;
  width: 20%;
  box-sizing: border-box;
  padding: 2% 0;
}
.about ul li:last-of-type {
  border: none;
}
.about ul li h2 {
  color: #fff;
  font-size: 20px;
}
.about ul li h2 strong {
  color: #fff;
  font-size: 62px;
  margin-right: 10px;
}
.about ul li h2 span {
  font-size: 60px;
  color: #fff;
}
.about ul li h3 {
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  opacity: 0.7;
}
.about3 li .txt:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid #de0010;
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -8px;
  opacity: 0.2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.about4 {
  width: 100%;
  overflow: hidden;
  padding: 5% 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f9f9f9;
}
.about4 .left {
  position: relative;
  width: 50%;
  float: left;
}
.about4 .left img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  display: none;
  width: 100%;
}
.about4 .left img:last-of-type {
  display: block;
}
.about4 .right {
  background: #eee;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 10%;
  width: 50%;
  float: right;
  margin-right: 3%;
  position: relative;
  padding: 4% 5%;
  min-height: 250px;
}
.about4 .right .year {
  position: absolute;
  left: 15%;
  top: -25%;
}
.about4 .right .year ul {
  position: relative;
}
.about4 .right .year ul li {
  font-size: 30px;
  color: #de0010;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.about4 .right .year ul li:first-of-type {
  display: block;
  position: relative;
  opacity: 0;
}
.about4 .right .year ul li:last-of-type {
  display: block;
}

.about4 .right .box .yearConBox {
  overflow: hidden;
}
.about4 .right .box .yearConBox ul li {
  float: left;
  position: relative;
}
.about4 .right h3 {
  font-size: 15px;
  margin-bottom: 6px;
  padding: 0;
  color: #222;
  line-height: 24px;
}
.about4 .right h3 strong {
  color: #222;
  font-weight: bold;
}
.about4 .right p {
  font-size: 15px;
  padding: 0;
  line-height: 1.6;
}

.about4 .his_nav {
  cursor: move;
  position: relative;
  margin-top: 5%;
}
.about4 .his_nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about4 .his_nav ul {
  position: relative;
}
.about4 .his_nav ul li {
  float: left;
}
.about4 .his_nav ul li span {
  display: block;
  width: 60px;
  height: 60px;
  background: #aaaaaa;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.about4 .his_nav ul li.active {
  margin-top: 0;
}
.about4 .his_nav ul li.active span {
  background: #de0010;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  width: 60px;
  line-height: 60px;
  height: 60px;
  margin: auto;
}
.about4 .his_nav ul li.active span:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #de0010;
}
.about4 dl {
  padding-bottom: 3%;
}
.about4 dl dd {
  float: left;
  margin-right: 30px;
  font-size: 16px;
  color: #333;
  cursor: default;
  font-weight: bold;
}
.about4 dl dd.active {
  color: #de0010;
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 2px solid #de0010;
}
.about5 {
  padding: 5% 0;
}
.about5 dl {
  display: flex;
  justify-content: center;
  margin: -1% auto 2%;
}
.about5 dl dd {
  margin: 0 20px;
  font-size: 16px;
  color: #666;
  padding: 5px;
  letter-spacing: 1px;
  cursor: default;
}
.about5 dl dd.active {
  color: #de0010;
  border-bottom: 2px solid #de0010;
}
.about5 ul {
  display: none;
  border-left: 1px solid #eee;
}
.about5 ul:first-of-type {
  display: block;
}
.about5 ul li {
  width: 25%;
  float: left;
  border: 1px solid #eee;
  border-left: none;
  text-align: center;
  padding: 2% 2% 2%;
  box-sizing: border-box;
  cursor: pointer;
}
.about5 ul li img {
  width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about5 ul li:hover img {
  -webkit-transform: scale(1.06) translateY(-5px);
  transform: scale(1.06) translateY(-5px);
}
.about5 ul li p {
  margin-top: 6%;
  font-size: 15px;
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: bold;
}
.about5 ul li:hover p {
  color: #de0010;
  letter-spacing: 1px;
}
.news.about6 {
  background: #fff;
  padding-top: 5%;
}
.news.about6 dl {
  border-bottom: 1px dotted #e6e6e6;
}
/*图片放大展示*/
.big_box .close img {
  width: 28px;
  position: fixed;
  right: 3%;
  top: 5%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  opacity: 0.8;
}
.big_box .close:hover img {
  opacity: 1;
}
.big_box {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  background: rgba(255, 255, 255, 0.94);
}
.big_imgs img {
  height: 70%;
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news {
  padding: 9% 0 5%;
  background: #f8f8f8;
}
.news ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news ul li {
  position: relative;
  padding: 5px 30px;
  margin: 0 15px 35px;
  background: #eee;
  font-size: 14px;
  color: #333;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news ul li:hover {
  background: #de0010;
  color: #fff;
}
.news ul li.active {
  background: #de0010;
  color: #fff;
}
.news dl {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.news dd {
  float: left;
  width: 33.3%;
  padding: 2% 3%;
  position: relative;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news dd:nth-of-type(3n) {
  margin-right: 0;
}
.news dd:hover {
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.12);
}
.news dd span {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.news dd span img {
  width: 12px !important;
  float: left;
  margin-right: 6px;
  display: block;
  margin-top: 3px;
}
.news dd b {
  position: relative;
  display: block;
  width: 100%;
}
.news dd b img {
  width: 100%;
  display: block;
}
.news dd h2 {
  font-size: 15px;
  margin: 30px 0 10px;
  color: #333;
  font-weight: bold;
  padding-top: 15px;
  line-height: 22px;
  height: 59px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
}
.news dd h2:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #de0010;
  position: absolute;
  top: 0;
  left: 0;
}
.news dd > p {
  font-size: 13px;
  margin: 0px 0 10px;
  min-height: 80px;
  overflow: hidden;
}
.news dd .more {
  font-size: 12px;
  margin: 20px 0 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news dd .more img {
  width: 24px;
  margin-left: 12px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.news dd:hover .more {
  color: #de0010;
}
.news dd:hover .more img {
  margin-left: 20px;
  opacity: 0;
}
.rent dd:hover {
  cursor: default;
}
.rent dd strong {
  display: block;
}
.rent .txt2 {
  height: 190px;
  overflow: hidden;
}
.rent p {
  height: auto;
  font-size: 13px;
  margin: 5px 0;
}
.case {
  background: #fff;
  padding: 9% 0 5%;
}
.case dl {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.case dd {
  float: left;
  width: 33.3%;
  padding: 2% 3%;
  position: relative;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.case dd:hover {
  cursor: default;
  background: #fff;
  box-shadow: 0px 10px 50px rgb(0 0 0 / 12%);
}
.case dd h2 {
  font-size: 15px;
  margin: 30px 0 10px;
  color: #333;
  font-weight: bold;
  padding-top: 15px;
  position: relative;
}
.case dd p {
  font-size: 13px;
  line-height: 20px;
  height: 60px;
  margin: 10px 0 10px;
  position: relative;
  overflow: hidden;
}
.case dd h2:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #de0010;
  position: absolute;
  top: 0;
  left: 0;
}
.case dd .imgs {
  width: 100%;
  position: relative;
  height: 800px;
}
.case dd .imgs img {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}
/* .big_imgs{
	position:absolute;
	top:50%;
	left:50%;
	width:622px;
	margin-left:-311px;
	}
.big_imgs .imgs{
	width:100%;
	position:relative;
	height:620px;
}
.big_imgs .imgs img{
	position:absolute;
	left:0;
	top:0;
	display:none;
	height:100%;
} */
.pro_btn {
  position: absolute;
  right: 0%;
  top: 0%;
  display: none;
}
.pro_btn span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  background: #666;
}
.pro_btn_active {
  background: #ed090d !important;
}
.video dd b:before {
  content: "";
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.video .v_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 40px;
  z-index: 8;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.video dd:hover .v_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.video_box {
  width: 72%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_close {
  width: 36px;
  height: 36px;
  position: fixed;
  right: -70px;
  top: 0%;
  z-index: 7000;
  cursor: pointer;
}
.video_close:after {
  content: "";
  width: 36px;
  height: 2px;
  background: #de0010;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video_close:before {
  content: "";
  width: 36px;
  height: 2px;
  background: #de0010;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.learn ul {
  float: left;
  width: 25%;
  border-left: 1px solid #eee;
  box-sizing: border-box;
  min-height: 400px;
  display: block;
}
.learn ul li {
  position: relative;
  background: none;
  padding: 0px 80px;
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.learn ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #888;
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}
.learn ul li:after {
  content: "";
  width: 65px;
  height: 0.5px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.learn ul li:hover {
  color: #be0008;
  background: none;
}
.learn ul li.active:before {
  background: #be0008;
  opacity: 1;
  filter: alpha(opacity=100);
}
.learn ul li.active:after {
  background: #be0008;
}
.learn ul li.active {
  color: #be0008;
  background: none;
}

.learn dl {
  float: right;
  width: 67%;
}
.learn dl dd {
  cursor: pointer;
  width: 100%;
  border-right: 1px dotted #e6e6e6;
  padding: 5% 5% 3%;
}
.news dd:nth-of-type(3n):after {
  display: none;
}
.learn dl dd h2 {
  position: relative;
  padding: 15px 0px;
  margin: 0;
}
.learn dl dd p {
  min-height: inherit;
}
/*产业*/
.bigbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.bigbox dl {
  width: 100%;
  height: 100%;
}
.bigbox dl dd {
  width: 33.3%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.bigbox dl dd .one {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bigbox dl dd:hover .one {
  background: rgba(0, 0, 0, 0);
}
.bigbox dl dd img {
  width: 100%;
  display: block;
}
.bigbox dl dd h1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 3% 5% 3%;
  z-index: 99;
  font-size: 22px;
  text-align: center;
  color: #222;
  letter-spacing: 1px;
  opacity: 0;
}
.bigbox dl dd:hover:before {
  height: 80%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bigbox dl dd:hover h1 {
  opacity: 1;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bigbox dl dd h1 b {
  width: 66px;
  display: block;
  height: 66px;
  border-radius: 50%;
  background: #de0010;
  margin: -43px auto 30px;
  position: relative;
  box-shadow: 2px 3px 10px rgba(190, 0, 8, 0.1);
}
.bigbox dl dd h1 img {
  display: block;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bigbox dl dd h1 span {
  display: block;
  margin: 10px 0;
  font-size: 13px;
  letter-spacing: 0;
  color: #333;
}
.bigbox dl dd h1 .more {
  width: 58px;
  display: block;
  margin: 10px auto;
  font-size: 12px;
  letter-spacing: 0;
  border-bottom: 1px solid #999;
}
.b_btn img {
  display: block;
  width: 54px;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b_btn .left {
  left: 1%;
  position: absolute;
  top: 50%;
  z-index: 999;
}
.b_btn .right {
  right: 1%;
  position: absolute;
  top: 50%;
  z-index: 999;
}
.b_btn img:hover {
  opacity: 1;
}
.p_ban {
  width: 100%;
  height: 100%;
  position: relative;
}
.p_ban:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p_ban .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.p_ban .title {
  padding-top: 10%;
}
.p_ban .bar b {
  width: 90px;
  display: block;
  height: 90px;
  border-radius: 50%;
  background: #de0010;
  /*background:none;*/
  margin: 0 auto 0px;
  position: relative;
  box-shadow: 2px 3px 10px rgba(190, 0, 8, 0.26);
}
.p_ban .bar b img {
  display: block;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p_ban .title h1 {
  color: #fff;
}
.p_ban .title p {
  color: #fff;
  margin-top: 40px;
  font-size: 16px;
  line-height: 26px;
}
.scroll_btn {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.pro2 {
  position: relative;
  z-index: 9;
  background: rgba(255, 255, 255, 0.96);
}
.pro2 ul {
  padding: 5% 0;
}
.pro2 ul li {
  width: 48.5%;
  float: left;
  overflow: hidden;
  margin: 1.5% 0;
}
.pro2 ul li:nth-of-type(2n) {
  float: right;
}
.pro2 ul li img {
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.pro2 ul li:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.pro3 {
  background: #fff;
  z-index: 98;
  padding: 5% 0;
}
.pro3 ul {
  float: left;
  width: 25%;
  border-left: 1px solid #eee;
  box-sizing: border-box;
  min-height: 400px;
  display: block;
}
.pro3 ul li {
  position: relative;
  background: none;
  padding: 0px 60px;
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pro3 ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #888;
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}
.pro3 ul li:after {
  content: "";
  width: 45px;
  height: 0.5px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pro3 ul li:hover {
  color: #be0008;
  background: none;
}
.pro3 ul li.active:before {
  background: #be0008;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pro3 ul li.active:after {
  background: #be0008;
}
.pro3 ul li.active {
  color: #be0008;
  background: none;
}
.pro3 dl {
  float: right;
  width: 75%;
}
.pro3 .xq .left {
  float: left;
  width: 40%;
}
.pro3 .xq .left img {
  width: 100%;
  margin: 5% 0;
}
.pro3 .xq .right {
  float: right;
  width: 57%;
}
.pro3 .xq .right p {
  text-indent: 0;
  font-size: 14px;
  position: relative;
  padding-left: 14px;
}
.pro3 .xq .right p span {
  text-indent: 0;
  font-size: 14px;
  position: relative;
  text-align: left;
  width: 100%;
}
.pro3 .xq .right p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #666;
}
.pro3 .bar2 {
  padding: 3%;
  box-sizing: border-box;
}
.pro3 .bar2 p {
  width: 16.666%;
  float: left;
  text-align: center;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.pro3 .bar2 p img {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.pro3 .bar3 {
  padding: 3% 0;
  box-sizing: border-box;
}
.pro3 .bar3 h3 {
  text-align: center;
}
.pro3 .bar3 table {
  width: 100%;
}
.pro3 .bar3 p img,
.pro3 .bar3 img {
  max-width: 100%;
  margin: auto;
}
.pro3 .bar3 tr td,
.pro3 .bar3 tr td p {
  background: #f6f6f6;
  padding: 6px 10px;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 0;
}
.pro3 .bar3 tr:first-of-type td,
.pro3 .bar3 tr:first-of-type td p {
  background: #999;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.pro3 .bar3 tr:first-of-type td span {
  background: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  width: auto;
}
.pro3 .bar3 tr td span {
  font-size: 14px;
  color: #333;
}
.pro3 .bar3 p {
  text-align: right;
}
.pro3 .bar3 p strong {
  color: #de0010;
  text-align: left;
  float: left;
}
.pro3 .bar4 {
  padding: 4% 5%;
  background: #f9f9f9;
  box-sizing: border-box;
  margin: 2% 0;
  text-align: center;
}
.pro3 .bar4 img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.job {
  padding: 5% 0 3%;
  background: #f0f0f0;
}
.job li {
  position: relative;
  margin-top: 2%;
}
.job li b {
  width: 56%;
  height: 80%;
  position: absolute;
  right: 0%;
  top: 0%;
  display: block;
}
.job li img {
  display: block;
  width: 100%;
}
.job li .txt {
  padding: 4% 4% 3%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  width: 50%;
  float: left;
  position: relative;
  z-index: 2;
  margin: 4% 0;
}
.job li:nth-of-type(2n) .txt {
  float: right;
}
.job li:nth-of-type(2n) b {
  right: inherit;
  left: 0;
}
.job li h2 {
  font-size: 15px;
  color: #333;
  margin: 0px 0 20px;
  line-height: 24px;
  padding-left: 45px;
  position: relative;
}
.job li h2 strong:before {
  content: "";
  width: 33px;
  height: 2px;
  background: #de0010;
  position: absolute;
  left: 0px;
  bottom: -5px;
}
.job li h2 strong {
  line-height: 24px;
  font-size: 17px;
  color: #222;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.job li p {
  font-size: 15px;
  line-height: 24px;
  margin: 5px 0;
  position: relative;
  padding-left: 12px;
  letter-spacing: 0.5px;
}
.job li p strong {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  display: block;
}
.job li p:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #333;
}
.contact {
  padding: 4% 0;
  background: #f3f3f3;
}
.contact ul li {
  width: 100%;
  border-bottom: 2px solid #de0010;
  margin-bottom: 3%;
  position: relative;
  background: #fff;
  padding: 3% 5%;
}
.contact ul li .left {
  float: left;
  width: 70%;
}
.contact ul li h2 {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact ul li strong {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
.contact ul li a {
  color: #de0010;
  opacity: 0.8;
  margin-left: 10px;
}
.contact ul li p {
  overflow: hidden;
  margin: 10px 0;
  line-height: 26px;
  color: #333;
  font-size: 15px;
}
.contact ul li .left img {
  float: left;
  display: block;
  width: 26px;
  margin-right: 20px;
  opacity: 0.8;
}
.contact ul li .right img {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.amap-icon {
  left: -148px;
  top: -194px;
}

.xq {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: rgba(238, 238, 238, 0.88);
  left: 0;
  top: 0;
  display: none;
  overflow: scroll;
}
.xq .contain {
  padding: 3% 5% 5%;
  text-align: left;
  background: #fff;
  margin-top: 86px;
}
.xq .contain h1 {
  color: #222;
}
.xq .contain h2 {
  border-top: 1px solid #ddd;
  margin: 3% 0;
  padding-top: 3%;
}
.xq .contain h2 p {
  float: left;
  font-size: 15px;
  margin-right: 5%;
}
.xq .contain h2 p strong {
  color: #de0010;
  font-weight: bold;
  font-size: 17px;
}
.xq .contain h3 {
  color: #222;
  font-size: 18px;
  margin: 3% 0 2%;
  letter-spacing: 1px;
  font-weight: bold;
}
.xq .contain h3 img {
  display: block;
  float: left;
  width: 20px;
  margin-right: 10px;
  margin-top: -1px;
}
.xq .contain ul {
  padding: 3%;
  background: rgba(255, 255, 255, 0.8);
}
.xq .contain ul li {
  font-size: 13px;
  margin-top: 8px;
  color: #555;
}
.xq .contain .bottom {
  padding-top: 3%;
  border-top: 1px solid #ddd;
  margin-top: 3%;
}
.xq .contain .bottom p {
  font-size: 16px;
  color: #333;
}
.xq .contain .bottom a {
  color: #de0010;
  text-decoration: underline;
}
.xq .close {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 10%;
  top: 9.5%;
  z-index: 7000;
  opacity: 0;
}
.xq .close:after {
  content: "";
  width: 36px;
  height: 2px;
  background: #de0010;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.xq .close:before {
  content: "";
  width: 36px;
  height: 2px;
  background: #de0010;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.xq .contain h2 {
  font-size: 20px;
  border: none;
  padding-top: 2%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.xq .contain h2:before {
  left: 50%;
  margin-left: -25px;
}
.xq .contain span {
  width: 100px;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}
.xq .contain p {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  text-indent: 28px;
  letter-spacing: 0.2px;
  max-height: inherit;
  line-height: 1.6;
}
.xq .contain > img {
  width: auto;
  max-width: 100%;
}
/*新闻分页*/
.page {
  text-align: center;
  width: 100%;
  clear: both;
  margin: 3% 0 0;
}
.page span {
  padding: 5px 10px;
  color: #de0010;
  margin: 10px 5px;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
}
.page a {
  padding: 5px 10px;
  color: #333;
  margin: 10px 2px;
  font-size: 14px;
  position: relative;
}
.page span:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 45%;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%;
}
.page a:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 45%;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%;
}
.page a:hover {
  color: #de0010;
  text-decoration: underline;
}
.rows {
  font-size: 12px;
  margin-top: 5px;
}
.pro2 .page {
  margin: -2% 0 5%;
}
.pro3 .page {
  float: right;
  width: 75%;
  text-align: left;
  margin: 2% 0 0%;
}
.learn .page {
  width: 67%;
  float: right;
  text-align: left;
}
.totop {
  cursor: pointer;
}
