﻿body {
  background: none;
  position: relative;
  max-width: 2560px;
  min-width: 1200px;
  width: 100%;
}
#dowebok {
  overflow: hidden;

  height: 100%;
}

#banner {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}
#banner .bd ul {
  width: 100% !important;
}
#banner .bd li {
  width: 100% !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#banner .bd li .img {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 2560px;
  z-index: 999;
  height: 90px;
  padding: 0 70px;
  transition: all 0.5s;
}
.start .header {
  background-color: rgba(0, 0, 0, 0.6);
}

.header .logo {
  float: left;
  margin-top: 10px;
  width: 345px;
  height: 49px;
  //background: url(../img/logo.png) no-repeat center;
    color: #fff;
  transition: 0.5s all;
  margin-top: 20px;
}
.header .nav {
  position: relative;
  float: left;
  height: 90px;
  transition: 0.5s all;
}
.header .nav li {
  float: left;
  margin-right: 30px;
}
.header .nav li:last-of-type {
  margin-right: 0;
}
.header .nav a {
  font-size: 15px;
  color: #fff;
  line-height: 90px;
  transition: all 0.5s;
}
.ins .header .nav a:hover {
  color: #035cb9;
}
.ins .header .nav li.on a {
  color: #035cb9 !important;
}
.header .nav_info {
  float: right;
}
.header .nav_info .serch {
  position: relative;
  float: left;
  height: 90px;
}
.header .nav_info .serch .ic {
  display: block;
  width: 17px;
  height: 17px;
  margin: 38px 15px;
  margin-left: 5px;
  background: url(../img/icon/serch.png) no-repeat center;
}
.header .nav_info .serch .pos {
  display: none;
  position: absolute;
  width: 174px;
  height: 54px;
  background-color: #fff;
  border: 2px solid #d5d5d5;
  left: -102px;
  top: 90px;
}
.header .nav_info .serch .pos input {
  display: block;
  width: 170px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 14px;
  color: #333;
}
.header .nav_info .serch .pos:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: #d5d5d5;
  position: absolute;
  top: -10px;
  left: 103px;
  margin: auto;
}
.header .nav_info .en {
  float: left;
  font-size: 18px;
  color: #fff;
  line-height: 90px;
  text-transform: uppercase;
  margin-right: 40px;
}
.header .nav_info .info {
  position: relative;
  float: left;
  width: 102px;
  height: 54px;
  border: 1px solid #fff;
  line-height: 54px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 50px;
  margin-top: 17px;
  cursor: pointer;
  transition: all 0.5s;
}
.ins .header .nav_info .info {
  border: 1px solid #999;
  color: #999;
}
.header .nav_info .info:hover {
  background: #005ab7;
  color: #fff;
  border: 1px solid #005ab7;
}
.header .nav_info .info .head_ewm {
  display: none;
  position: absolute;
  left: -16px;
  top: 60px;
  width: 137px;
  height: 140px;
  background: url(../img/ewm_box.png) no-repeat center;
  padding-top: 8px;
}
.header .nav_info .info:hover .head_ewm {
  display: block;
}
.header .nav_info .info .head_ewm img {
  width: 127px;
  height: 127px;
  margin: 0 auto;
}
#header .navWrap {
  float: right;
}
#header .nav-dd {
  display: none;
  height: 56px;
  background: rgba(0, 0, 0, 0.6);
  /* background-color: #fff; */
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
}
#header .nav-dd a {
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 56px;
  margin-right: 15px;
}
#header .nav-dd > div {
  display: none;
  width: 1920px;
  position: absolute;
  top: 0;
  text-align: center;
}
/* .ins{
  padding-top: 90px;
} */
.ins .header .logo {
  //background-image: url(../img/logo2.png);
  color:#666;
}
.ins #header .nav a {
  color: #666;
}
.ins .header .nav_info .serch .ic {
  background-image: url(../img/icon/serch_on.png);
}
.ins .header .nav_info .en {
  color: #666;
}
.ins .header {
  position: relative;
  background: #fff;
}
.nav .subline {
  position: absolute;
  display: block;
  height: 6px;
  bottom: 0;
  background-color: #fff;
}
.ins .nav .subline {
  background-color: #005ab7;
}
.footer {
  width: 100%;
  height: 200px;
  background-color: #005ab7;
  padding-top: 60px;
  text-align: center;
}
.footer .item {
  display: inline-block;
  margin: 0 5px;
}
.footer .item a {
  position: relative;
  width: 31px;
  height: 31px;
  background: no-repeat center;
  margin-bottom: 10px;
  border-radius: 50%;
}
.footer .item a .pos {
  display: none;
  width: 82px;
  max-width: none;
  box-shadow: 0 0 25px -4px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -25px;
  bottom: 42px;
}
.footer .item a:hover .pos {
  display: block;
}
.footer .ic1 a {
  background-image: url(../img/icon/wx.png);
}
.footer .ic2 {
  display: none;
}
.footer .ic3 {
  display: none;
}
.footer .ic2 a {
  background-image: url(../img/icon/wb.png);
}
.footer .ic3 a {
  background-image: url(../img/icon/face.png);
}
.footer .bom a {
  display: inline-block;
  margin: 0 7px;
  font-size: 14px;
  color: #fff;
}
.footer .bom p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.ms-bullet {
  font-family: "Rubik";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px !important;
  transition: all 0.5s;
}
.ms-bullet-selected {
  background: #0058d5;
}
.ms-bullets-count {
  text-align: center;
  right: 0;
}
.ms-slide .ms-slide-link {
  width: 0;
  height: 0;
}

.index .ipg1 {
  width: 100%;
  height: 100%;
  background-color: #0a152a;
}
.index .ipg1 .w1200 {
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -600px;
  top: 0;
}
.index .ipg1 .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.index .ipg1 img {
  width: 100%;
}
.index .ipg1 .txt {
  position: absolute;
  width: 265px;
  height: 171px;
  left: 0;
  top: 40%;
  background: url(../img/ipg1_txt1.png) no-repeat center;
  /* transition: all .1s; */
}
.index .ipg1 .txt2 {
  position: absolute;
  left: 300px;
  top: 45%;
  /* font-family: "qgjt"; */
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
}
.index .ipg2 {
  width: 100%;
  height: 100%;
  background: #3f83e1;
}
.index .ipg2 .w1200 {
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -600px;
  top: 0;
}
.index .ipg2 .w1200 .bg {
  position: absolute;
  right: -680px;
  top: 0;
  width: 1924px;
  height: 1456px;
  /* background: url(../amend/ipg2_bg1.png) no-repeat center bottom; */
  z-index: 50;
}
.index .ipg2 .img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.index .ipg2 .img img {
  width: 100%;
}
.index .ipg2 .img2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.index .ipg2 .img2 img {
  width: 100%;
}
.index .ipg2 .img3 img {
  width: 100%;
}
.index .ipg2 .img3 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.index .ipg2 .img4 img {
  width: 100%;
}
.index .ipg2 .img4 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.index .ipg2 .img5 img {
  width: 100%;
}
.index .ipg2 .img5 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.index .ipg2 .txt {
  position: absolute;
  left: -175px;
  top: 40%;
  display: none;
}
.index .ipg2 .txt h6 {
  font-size: 60px;
  color: #fff;
  /* font-family: "qgjt"; */
  margin-bottom: 15px;
  line-height: 60px;
}
.index .ipg2 .txt p {
  font-size: 60px;
  color: #fff;
  /* font-family: "qgjt"; */
  margin-bottom: 15px;
  line-height: 60px;
}
/* .index .ipg2 .ic1 {
  position: absolute;
  top: 200px;
  left: -500px;
  width: 494px;
  height: 345px;
  background: url(../amend/ipg2_ic1.png) no-repeat center;
  display: none;
}
.index .ipg2 .ic2 {
  position: absolute;
  top: 28.5%;
  left: 492px;
  width: 97px;
  height: 300px;
  background: url(../amend/ipg2_ic2.png) no-repeat center;
  display: none;
}
.index .ipg2 .ic3 {
  position: absolute;
  top: 17%;
  left: 609px;
  width: 151px;
  height: 647px;
  background: url(../amend/ipg2_ic3.png) no-repeat center;
  z-index: 1;
  display: none;
} */
.index .ipg3 {
  background: url(../img/ipg3.jpg) no-repeat center right;
  background-size: cover;
  overflow: hidden;
}
/* @media screen and (max-width: 2080px) {
  .index .ipg3{
    background: url(../img/ipg3.jpg) no-repeat -350px center;
    background-size: cover;
  }
} */
/* @media screen and (max-width: 1950px) {
  .index .ipg3{
    background: url(../img/ipg3.jpg) no-repeat -600px center;
    background-size: cover;
  }
}
@media screen and (max-width: 1720px) {
  .index .ipg3{
    background: url(../img/ipg3.jpg) no-repeat -800px center;
    background-size: cover;
  }
}
@media screen and (max-width: 1520px) {
  .index .ipg3{
    background: url(../img/ipg3.jpg) no-repeat -950px center;
    background-size: cover;
  }
} */
/* .index .ipg3 .img img{
  width: 100%;
} */
.index .ipg3 .w1200 {
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -600px;
  top: 0;
}
.index .ipg3 .txt {
  position: absolute;
  top: 40%;
  left: 400px;
  display: none;
}
.index .ipg3 .txt h6 {
  font-size: 60px;
  color: #fff;
  /* font-family: "qgjt"; */
  margin-bottom: 10px;
  line-height: 60px;
  padding-left: 145px;
}
.index .ipg3 .txt h6 + h6 {
  padding-left: 100px;
}
.index .ipg3 .txt h6 + h6 + h6 {
  padding-left: 50px;
}
.index .ipg3 .txt h6 + h6 + h6 + h6 {
  padding-left: 0;
}
.index .ipg3 .box {
  display: none;
}
.index .ipg3 .w1300 {
  position: absolute;
  width: 1300px;
  height: 1300px;
  top: -60%;
  left: -65%;
  /* animation-iteration-count:infinite; */
  /* display: none; */
}
@media screen and (max-width: 1680px) {
  .index .ipg3 .w1300 {
    top: -70%;
    left: -75%;
  }
  .index .ipg1 .txt2 {
    font-size: 40px;
    left: 265px;
    top: 47%;
  }
  .index .ipg1 .txt {
    width: 235px;
    height: 150px;
    background-size: cover;
  }
  .index .ipg2 .txt h6 {
    font-size: 40px;
    line-height: 40px;
  }
  .index .ipg2 .txt p {
    font-size: 40px;
    line-height: 40px;
  }
  .index .ipg3 .txt h6 {
    font-size: 40px;
    line-height: 40px;
    padding-left: 120px;
  }
  .index .ipg3 .txt h6 + h6 {
    padding-left: 80px;
  }
  .index .ipg3 .txt h6 + h6 + h6 {
    padding-left: 40px;
  }
  .index .ipg3 .txt h6 + h6 + h6 + h6 {
    padding-left: 0;
  }
}
.index .ipg3 .dot {
  position: absolute;
  width: 1300px;
  height: 1300px;
  top: 50%;
  left: 50%;
  margin-top: -650px;
  margin-left: -650px;
  /* transform: translateX(-50%) translateY(-50%); */
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation-iteration-count: infinite;
  /* animation: pulse 8s ease infinite; */
}
.index .ipg3 .dot .dot2 {
  position: absolute;
  right: 27px;
  bottom: 335px;
  width: 70px;
  height: 70px;
  background: #005ab7;
  border-radius: 50%;
  top: 37%;
  left: -20px;
}
.index .ipg3 .dots {
  position: absolute;
  width: 1100px;
  height: 1100px;
  top: 50%;
  left: 50%;
  margin-top: -550px;
  margin-left: -550px;
  /* transform: translateX(-50%) translateY(-50%); */
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation-iteration-count: infinite;
  /* animation: pulse 8s ease infinite; */
}
.index .ipg3 .dots .dot2s {
  position: absolute;
  /* right: -32px;
    bottom: 40%; */
  width: 86px;
  height: 86px;
  background: #005ab7;
  border-radius: 50%;
  left: 42px;
  top: 20%;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulses {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes pulses {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.pulses {
  -webkit-animation-name: pulses;
  animation-name: pulses;
}
@media screen and (max-width: 1550px) {
  .index .ipg2 .txt {
    left: 0;
  }
  .index .ipg2 .ic2 {
    left: 668px;
  }
  .index .ipg2 .ic3 {
    left: 810px;
  }
}

@media screen and (max-width: 2200px) {
  .index .ipg2 .txt {
    left: 0;
  }
}
@media screen and (max-width: 1650px) {
  .index .ipg2 .txt {
    left: 80px;
  }
}
@media screen and (max-width: 1350px) {
  .index .ipg2 .txt {
    left: 150px;
  }
}

.pub_ban {
  width: 100%;
  height: 498px;
  background: no-repeat center;
}
.pub_ban h6 {
  font-size: 40px;
  color: #fff;
  text-align: right;
  line-height: 498px;
  /* font-family: "qgjt"; */
}
.pub_nav {
  width: 100%;
  height: 100px;
}
.pub_tab {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #f9f9f9;
  background: #fff;
  transition: all 0.5s;
}
.pub_tab li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 100px;
  color: #333333;
  margin-right: 40px;
  font-weight: bold;
}
.pub_tab li.on {
  color: #0058d5;
}
.pub_tab li.on::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #deeaf6;
}
.pub_tab.on {
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news .ig {
  padding-top: 40px;
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 50px;
}
.news .ig .w1200 {
  position: relative;
}
.news .ipg1 .w1200::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -105px;
  left: -224px;
  width: 224px;
  height: 221px;
  background: url(../img/news/news_ic1.png) no-repeat center;
}
.news .ipg2 .w1200::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -128px;
  right: 0;
  width: 207px;
  height: 147px;
  background: url(../img/news/news_ic2.png) no-repeat center;
}
.news .ipg3 {
  border-bottom: none;
}
.news .ig .tit {
  font-size: 32px;
  color: #035cb9;
  /* font-family: "qgjt"; */
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1;
}
.news .ig ul {
  width: 1220px;
  overflow: hidden;
}
.news .ig li {
  float: left;
  width: 395px;
  margin-right: 10px;
}
.news .ig li .font {
  width: 395px;
  height: 174px;
  border: 2px solid #f2f2f2;
  padding: 40px 30px;
  margin-bottom: 7px;
}
.news .ig li .font h6 {
  font-size: 24px;
  color: #666;
  font-family: "Rubik";
  margin-bottom: 5px;
}
.news .ig li .font p {
  font-size: 16px;
  color: #666;
}
.news .ig li .img {
  width: 395px;
  height: 250px;
  overflow: hidden;
  /* background: url(../img/news/news_pic2.jpg) no-repeat center; */
}
.news .ig li .img img {
  transition: all 1s;
}
.news .ig li:hover .img img {
  transform: scale(1.15);
}
.news .ig li:hover .font h6 {
  color: #0068b7;
}
.news .ig li:hover .font p {
  color: #0068b7;
}
.news .ig .more {
  width: 102px;
  height: 54px;
  border: 1px solid #035cb9;
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  color: #035cb9;
  line-height: 54px;
  margin: 0 auto;
  margin-top: 75px;
  transition: all 0.5s;
}
.news .ig .more:hover {
  background: #035cb9;
  color: #fff;
}
.news_list .ipg1 {
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 90px;
}
.news_list .ipg1 li {
  margin-bottom: 50px;
}
.news_list .ig .more {
  margin-top: 5px;
}
.news_list .news_info {
  width: 100%;
  height: 100px;
}
.news_list .news_info .le {
  float: left;
}
.news_list .news_info .le .years {
  float: left;
  font-size: 16px;
  color: #0068b7;
  line-height: 100px;
  margin-right: 30px;
  font-weight: bold;
}
.news_list .news_info .le ul {
  float: left;
}
.news_list .news_info .le li {
  position: relative;
  float: left;
  font-size: 18px;
  color: #999;
  line-height: 100px;
  font-family: "Rubik";
  margin-right: 22px;
  cursor: pointer;
}
.news_list .news_info .le li.on {
  color: #005ab7;
  font-size: 26px;
}
.news_list .news_info .le li.on::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -1px;
  width: 6px;
  height: 2px;
  background-color: #005ab7;
}
.news_list .news_info .ri {
  float: right;
  padding-top: 35px;
}
.news_list .news_info .ri .item {
  float: left;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.news_list .news_info .ri .it1 {
  width: 32px;
  height: 26px;
  background: url(../img/news/new_btn.png) no-repeat center;
}
.news_list .news_info .ri .it2 {
  width: 26px;
  height: 26px;
  background: url(../img/news/new_btn2.png) no-repeat center;
}
.news_list .news_info .ri .it1.on {
  background-image: url(../img/news/new_btnon.png);
}
.news_list .news_info .ri .it2.on {
  background-image: url(../img/news/new_btn2on.png);
}
.news_list .ipg2 li {
  position: relative;
  width: 100%;
  height: 228px;
  padding: 40px;
  border: 1px solid #f2f2f2;
  transition: all 0.5s;
  margin-bottom: 10px;
}
#position2 {
  min-height: 100px !important;
}
.news_list .ipg2 li h6 {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  transition: all 0.5s;
  font-weight: bold;
}
.news_list .ipg2 li p {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_list .ipg2 li .date {
  font-size: 16px;
  line-height: 19px;
  color: #666;
  font-family: "Rubik";
  padding-left: 28px;
  margin-top: 20px;
  background: url(../img/news/date.png) no-repeat center left;
}
.news_list .ipg2 li::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 2px;
  background: #005ab7;
  left: 40px;
  bottom: 40px;
}
.news_list .ipg2 li:hover {
  background: #f2f2f2;
}
.news_list .ipg2 li:hover h6 {
  color: #005ab7;
}
.news_list .ipg2 .w1200::after {
  display: none;
}
.news_list .ipg1 .w1200::after {
  display: none;
}
.news_list .ipg2 {
  padding-top: 0;
  padding-bottom: 90px;
}
#c_page2 {
  text-align: center;
}
#c_page2 a {
  display: inline-block;
  width: 60px;
  height: 55px;
  background: #f8f8f8;
  margin: 0 2px;
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  vertical-align: top;
  font-family: "Rubik";
  color: #ccc;
  transition: all 0.3s;
  font-size: 20px;
  margin-top: 70px;
}
#c_page2 a:hover {
  color: #0068b7;
}
#c_page2 .jp-previous {
  margin-right: 25px;
  font-size: 26px;
}
#c_page2 .jp-next {
  margin-left: 25px;
  font-size: 26px;
}
#c_page2 .jp-current {
  color: #0068b7;
}
.news_res .ipg1 {
  padding-top: 50px;
}
.news_res .ipg1 .tit {
  float: left;
  margin-bottom: 55px;
  padding-top: 20px;
  margin-right: 340px;
}
.news_res .ipg1 li {
  margin-bottom: 50px;
}
.news_res .ipg1 .inp {
  position: relative;
  float: left;
  width: 385px;
  height: 63px;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
}
.news_res .ipg1 .inp .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  width: 21px;
  height: 22px;
  background: url(../img/news/serch.png) no-repeat center;
  cursor: pointer;
}
.news_res .ipg1 .inp input {
  width: 100%;
  height: 61px;
  line-height: 61px;
  padding: 0 20px;
}
.news_res .ipg1 .res_info {
  float: right;
  font-size: 16px;
  color: #666;
  line-height: 41px;
  background: url(../img/news/res.png) no-repeat center left;
  padding-left: 55px;
  margin-top: 10px;
}

.new_data .ipg1 {
  padding: 65px 0 40px;
}
.new_data .ipg1 .L {
  float: left;
  width: 730px;
}
.new_data .ipg1 .L h2 {
  color: #035cb9;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: bold;
}
.new_data .ipg1 .L h3 {
  margin-bottom: 20px;
  color: #035cb9;
  font-size: 26px;
  line-height: 1;
}
.new_data .ipg1 .L p {
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
}
.new_data .ipg1 .L p img {
  /* padding: 10px 0; */
  display: inline-block;
}
.new_data .L .bom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.new_data .bom li {
  color: #666666;
  margin-bottom: 10px;
}
.new_data .bom li span {
  margin-left: 25px;
}
.new_data .bom li .bshare-custom {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.bshare-custom .bshare-weixin {
  background: url(../img/news/bshare-weixin.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-sinaminiblog {
  background: url(../img/news/bshare-sinaminiblog.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-qqim {
  background: url(../img/news/bshare-qqim.png) no-repeat 0 0 !important;
}
.bshare-custom .bshare-qzone {
  background: url(../img/news/bshare-qzone.png) no-repeat 0 0 !important;
}
.bshare-custom a {
  display: inline-block !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  width: 26px !important;
  height: 25px !important;
}
.bsBox {
  box-sizing: content-box;
}
.new_data .gs-btn {
  margin-top: 30px;
}
.new_data .gs-btn a {
  height: 70px;
  line-height: 70px;
  background-color: #ececec;
  text-align: center;
  margin-bottom: 10px;
  color: #666666;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.new_data .gs-btn a:hover {
  background: #035cb9;
  color: #fff;
}
.new_data .R {
  float: right;
  width: 390px;
}
.new_data .R .kin .img {
  width: 395px;
  height: 250px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.new_data .R .kin .img img {
  transition: all 1s;
}
.new_data .R .kin:hover .img img {
  transform: scale(1.08);
}
.new_data .R .kin .font {
  width: 395px;
  height: 230px;
  padding: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 0 0 5px 5px;
}
.new_data .R .kin h3 {
  color: #666666;
  font-size: 26px;
  line-height: 1;
  font-family: "Rubik";
  letter-spacing: -2px;
  margin-bottom: 4px;
}
.new_data .R .kin h2 {
  color: #666666;
  font-size: 20px;
  margin-bottom: 10px;
}
.new_data .R .kin p {
  color: #999;
}
.new_data .R .kin:hover h3 {
  color: #0058d5;
}
.new_data .R .kin:hover h2 {
  color: #0058d5;
}
.new_data .R .reBtn {
  width: 85px;
  height: 85px;
  background-color: #035cb9;
  text-align: center;
  line-height: 85px;
  color: #ffffff;
  border-radius: 50%;
  margin-top: 30px;
  transition: all 0.3s;
  letter-spacing: 1px;
}
.new_data .R .reBtn:hover {
  transform: scale(0.85, 0.85);
}

.show .ipg1 {
  width: 100%;
  height: 750px;
  padding-top: 100px;
  overflow: hidden;
}
.show .ipg1 .le {
  position: relative;
  float: left;
  width: 783px;
}
.show .ipg1 .le .number {
  position: absolute;
  left: -215px;
  top: -7px;
}
.show .ipg1 .le .number .it {
  animation-delay: 0.2s;
  animation-duration: 2s;
  opacity: 1 !important;
}
.show .ipg1 .le .img {
  width: 783px;
  height: 432px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.pub_img img {
  transition: all 1s;
}
.pub_img:hover img {
  transform: scale(1.08);
}
.show .ipg1 .w1200 {
  position: relative;
  height: 750px;
}
.show .ipg1 .w1200::after {
  content: "";
  display: block;
  position: absolute;
  left: -220px;
  bottom: 100px;
  width: 1922px;
  height: 740px;
  background: url(../img/show/show_bg.png) no-repeat center right;
  pointer-events: none;
}
.show .ipg1 .le .font h6 {
  font-size: 22px;
  color: #005ab7;
  margin-bottom: 10px;
  font-weight: bold;
}
.show .ipg1 .le .font p {
  font-size: 14px;
  color: #666;
}
.show .ipg1 .ri {
  float: left;
  margin-left: 60px;
  width: 320px;
  padding-top: 15px;
}
.show .ipg1 .ri h6 {
  text-align: center;
  font-size: 32px;
  color: #005ab7;
  /* font-family: "qgjt"; */
  font-weight: bold;
  margin-bottom: 45px;
}
.show .ipg1 .ri .icon {
  position: relative;
  width: 320px;
  height: 328px;
  background: url(../img/show/show_ic1.png) no-repeat center;
}
.show .ipg1 .ri .icon li {
  position: absolute;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 1px solid #0058d5;
  text-align: center;
  line-height: 64px;
  font-size: 22px;
  color: #0058d5;
  border-radius: 50%;
  font-family: "Rubik";
  transition: all 0.5s;
  cursor: pointer;
}
.show .ipg1 .ri .icon li.on {
  background: #0058d5;
  color: #ccd8ec;
}
.show .ipg1 .ri .icon li.li1 {
  left: -7px;
  top: 58px;
}
.show .ipg1 .ri .icon li.li2 {
  left: 122px;
  top: -13px;
}
.show .ipg1 .ri .icon li.li3 {
  right: 0;
  top: 58px;
}
.show .ipg1 .ri .icon li.li4 {
  left: 124px;
  top: 132px;
}
.show .ipg1 .ri .icon li.li5 {
  left: 124px;
  top: 271px;
}
.show .ipg2 {
  width: 100%;
  height: 846px;
  background: url(../img/show/show_ipg2.jpg) no-repeat center;
  padding-top: 418px;
}
.show .ipg2 .btn {
  width: 217px;
  height: 121px;
  background-color: #0058d5;
  border-radius: 50px;
  padding-top: 28px;
  margin: 0 auto;
  cursor: pointer;
}
.show .ipg2 .btn .ball {
  width: 39px;
  height: 39px;
  margin: 0 auto;
  background: url(../img/show/show_ball.png) no-repeat center;
  margin-bottom: 8px;
}
.show .ipg2 .btn h6 {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.show .ipg3 {
  width: 100%;
  height: 655px;
  padding-top: 60px;
  overflow: hidden;
}
.show .ipg3 .tit {
  font-size: 32px;
  color: #0058d5;
  line-height: 1;
  margin-bottom: 60px;
  /* font-family: "qgjt"; */
  text-align: center;
  font-weight: bold;
}
.show .ipg3 ul {
  width: 1280px;
}
.show .ipg3 li {
  position: relative;
  float: left;
  width: 379px;
  height: 391px;
  margin-right: 32px;
  /* background: url(../img/show/show_ipg3_li.jpg) no-repeat center; */
  transition: all 0.6s;
}
.show .ipg3 li::after {
  content: "";
  display: block;
  position: absolute;
  width: 403px;
  height: 415px;
  top: -12px;
  left: -12px;
  background: url(../img/show/show_ipg3_ic.png) no-repeat center;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.show .ipg3 li .btn {
  position: absolute;
  top: 218px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 78px;
  height: 78px;
  background: url(../img/show/show_ipg3_btn.png) no-repeat center;
  opacity: 0;
  transition: all 0.5s;
}
.show .ipg3 li h6 {
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: #666;
  margin-bottom: 70px;
  text-align: center;
  padding-top: 70px;
}
.show .ipg3 li + li h6 {
  color: #fff;
}
.show .ipg3 li + li + li h6 {
  color: #fff;
}
.show .ipg3 li .img {
  position: absolute;
  width: 379px;
  height: 391px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.show .ipg3 li img {
  margin: 0 auto;
}
.show .ipg3 li:hover .btn {
  opacity: 1;
}
.show .ipg3 li:hover::after {
  opacity: 1;
}
/* .show .ipg3 li:hover h6 {
  color: #fff;
} */
.show_ins .ipg1 {
  width: 100%;
  height: 670px;
  background: url(../img/show/show_ins_bg.jpg) no-repeat center;
  padding-top: 55px;
}
.show_ins .ipg1 li {
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.show_ins .ipg1 .w1200 {
  position: relative;
}
.show_ins .ipg1 .le_btn {
  position: absolute;
  left: 30px;
  top: 190px;
  width: 78px;
  height: 78px;
  background: url(../img/show/show_le.png) no-repeat center;
  cursor: pointer;
}
.show_ins .ipg1 .ri_btn {
  position: absolute;
  left: 30px;
  top: 280px;
  width: 78px;
  height: 78px;
  background: url(../img/show/show_ri.png) no-repeat center;
  cursor: pointer;
}
.show_ins .ipg2 {
  position: relative;
  width: 100%;
  /* height: 450px; */
  background: #fff;
  padding: 50px 0 80px;
}
.show_ins .ipg2 .back {
  width: 82px;
  height: 82px;
  background: #035cb9;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 82px;
  position: absolute;
  top: 50%;
  right: 50px;
}
.show_ins .ipg2 .le {
  position: relative;
  float: left;
  width: 465px;
  /* height: 290px;
  background: url(../img/show/ins_ic1.png) no-repeat center; */
  /* line-height: 290px; */
  text-align: center;
  padding: 110px 0;
}
.show_ins .ipg2 .le::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 83px;
  background: url(../img/show/d1.png) no-repeat center;
}
.show_ins .ipg2 .le::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 92px;
  height: 82px;
  background: url(../img/show/d2.png) no-repeat center;
}
.show_ins .ipg2 .font {
  /* display: inline-block;
  vertical-align: middle; */
  text-align: center;
}
.show_ins .ipg2 .font h6 {
  font-size: 32px;
  color: #0078d3;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.show_ins .ipg2 .font p {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.show_ins .ipg2 .ri {
  float: right;
  width: 685px;
  height: 100%;
  padding-top: 115px;
}
.show_ins .ipg2 .ri h6 {
  float: left;
  font-size: 22px;
  color: #666;
}
.show_ins .ipg2 .ri .txt {
  float: right;
  width: 545px;
}
.show_ins .ipg2 .ri .txt p {
  color: #666;
  margin-bottom: 20px;
}
.show_data .ipg1 {
  padding: 45px 0 100px;
}
.show_data .ipg1 ul {
  width: 1280px;
  overflow: hidden;
}
.show_data .ipg1 li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.show_data .ipg1 li .img {
  width: 278px;
  height: 278px;
  overflow: hidden;
}
.show_data .ipg1 li .font {
  width: 278px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f9f9f9;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
}
.show_data .ipg1 li .txt {
  display: inline-block;
  vertical-align: middle;
}
.show_data .ipg1 li .font p {
  line-height: 20px;
}
#position {
  min-height: 400px !important;
}
#c_page {
  text-align: center;
}
#c_page a {
  display: inline-block;
  width: 60px;
  height: 55px;
  background: #f8f8f8;
  margin: 0 2px;
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  vertical-align: top;
  font-family: "Rubik";
  color: #ccc;
  transition: all 0.3s;
  font-size: 20px;
  margin-top: 30px;
}
#c_page span {
  display: inline-block;
  width: 60px;
  height: 55px;
  background: #f8f8f8;
  margin: 0 2px;
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  vertical-align: top;
  color: #ccc;
  transition: all 0.3s;
  font-size: 20px;
  margin-top: 30px;
}
#c_page a:hover {
  color: #0068b7;
}
#c_page span:hover {
  color: #0068b7;
}
#c_page .jp-previous {
  margin-right: 25px;
  font-size: 26px;
}
#c_page .jp-next {
  margin-left: 25px;
  font-size: 26px;
}
#c_page .jp-current {
  color: #0068b7;
}
.pub_tabs {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #f9f9f9;
  background: #fff;
  transition: all 0.5s;
}
.pub_tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 100px;
  color: #333333;
  margin-right: 40px;
  font-weight: bold;
}
.pub_tabs li.on::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #deeaf6;
}
.learn .pub_ban h6 {
  text-align: left;
}
.learn .ipg1 {
  width: 100%;
  padding: 95px 0 60px;
}
.learn .ipg1 .tit {
  font-size: 32px;
  color: #035cb9;
  line-height: 1;
  margin-bottom: 35px;
  /* font-family: "qgjt"; */
  font-weight: bold;
}
.learn .ipg1 li {
  height: 267px;
  margin-bottom: 58px;
}
.learn .ipg1 li .le {
  position: relative;
  float: left;
  width: 676px;
  height: 267px;
  border: 1px solid #e5eef8;
  padding: 35px 50px 0 70px;
  transition: all 0.5s;
}
.learn .ipg1 li .le .btn {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -39px;
  width: 78px;
  height: 78px;
  background: url(../img/learn/learn_btn.png) no-repeat center;
  transition: all 0.5s;
  opacity: 0;
  cursor: pointer;
}
.learn .ipg1 li .le:hover {
  background: #e5eef8;
}
.learn .ipg1 li .le:hover .btn {
  opacity: 1;
}
.learn .ipg1 li .le .img {
  float: left;
  margin-right: 55px;
}
.learn .ipg1 li .font {
  padding-top: 35px;
}
.learn .ipg1 li .ri {
  float: right;
  width: 500px;
  height: 267px;
  background: no-repeat center;
}
    .learn .ipg1 li .ri h6 {
        float: right;
        font-size: 22px;
        color: #005ab7;
        width: 20px;
        margin-left: 10px;
        writing-mode: vertical-rl;
        word-break: break-all;
    }
.learn .ipg1 .more {
  width: 102px;
  height: 54px;
  border: 1px solid #035cb9;
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  color: #035cb9;
  line-height: 54px;
  margin: 0 auto;
  transition: all 0.5s;
}
.learn .ipg1 .more:hover {
  background: #035cb9;
  color: #fff;
}
.learn .ipg2 {
  position: relative;
  width: 100%;
  height: 770px;
  background: url(../img/learn/ipg2_bg.jpg) no-repeat center;
  padding-top: 55px;
  overflow: hidden;
}
.learn .ipg2 .w1200 {
  position: relative;
}
.learn .ipg2 .tit {
  font-size: 32px;
  color: #035cb9;
  line-height: 1;
  margin-bottom: 35px;
  /* font-family: "qgjt"; */
  font-weight: bold;
  margin-bottom: 140px;
}
.learn .ipg2 .btn {
  position: absolute;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 99;
  border-radius: 50%;
}
.learn .ipg2 .btn.prev {
  top: 50%;
  left: -120px;
  background: url(../img/about/ipg3_btn2.png) no-repeat center;
}
.learn .ipg2 .btn.next {
  top: 50%;
  right: -120px;
  background: url(../img/about/ipg3_btn.png) no-repeat center;
}
.learn .ipg2 .tempWrap{
  width: 1200px !important;
}
.learn .ipg2 ul {
  width: 1280px;
}
.learn .ipg2 li {
  float: left;
  width: 280px;
  margin-right: 27px;
  cursor: pointer;
}
.learn .ipg2 li .img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.learn .ipg2 li .font {
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.order {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.order .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.order .orBody {
  position: absolute;
  top: 15%;
  left: 0;
  width: 1200px;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 150px 130px;
  overflow: hidden;
}
.order .orBody::after {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  top: 50%;
  margin-top: -350px;
  width: 700px;
  height: 700px;
  border: 1px solid #d1e1f2;
  border-radius: 50%;
}
.order .orBody .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 19px;
  height: 17px;
  background: url(../img/learn/close.png) no-repeat center;
  cursor: pointer;
}
.order .orBody .img {
  float: left;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid #0058d5;
  margin-right: 50px;
  overflow: hidden;
}
.order .orBody .font {
  position: relative;
  z-index: 9;
  float: left;
  width: 610px;
  padding-top: 30px;
}
.order .orBody .font p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.video_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.video_box .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video_box video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 700px;
  margin-top: -350px;
  margin-left: -600px;
  background: #000;
}
.learn .ipg3 {
  width: 100%;
  height: 697px;
  background: url(../img/learn/ipg3_bg.jpg) no-repeat center;
  padding-top: 120px;
  overflow: hidden;
}
.learn .ipg3 .le {
  position: relative;
  float: left;
  width: 849px;
  height: 460px;
  overflow: hidden;
}
.learn .ipg3 .le .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  background: url(../img/learn/video_btn.png) no-repeat center;
  cursor: pointer;
}
.learn .ipg3 .ri {
  float: left;
  width: 350px;
  height: 460px;
  background: #fff;
  padding: 165px 65px 0;
}
.learn .ipg3 .ri h6 {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
  /* font-family: "qgjt"; */
  font-weight: bold;
}
.learn .ipg3 .ri h5 {
  font-size: 16px;
  color: #666;
  margin-bottom: 12px;
}
.learn .ipg3 .ri p {
  font-size: 14px;
  color: #666;
}
.open_data .ipg1 .L {
  width: 100%;
}

.open_data .ipg1 .L h2 {
  margin-bottom: 20px;
  /* text-align: center; */
}
.learn_data .pub_ban h6 {
  text-align: left;
}
.make .pub_ban h6 {
  line-height: 400px;
}
/* .learn_data .ipg1 .L{
  width: 1200px;
} */
.learn_data .ipg1 .L h2 {
  margin-bottom: 20px;
}
.learn_data .R .kin .img {
  background: #e5eef8;
  padding-top: 30px;
}
.learn_data .R .kin .font {
  height: 175px;
}
.learn_data .R .kin .img img {
  margin: 0 auto;
}
.learn_data .R .kin:hover .img img {
  transform: scale(1);
}
.learn_data .R .kin .font .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sjw_data .R .kin .img {
  height: 178px;
}
.sjw_data .R .kin .font {
  height: 175px;
}
.sjw_data .R .kin .font .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.c_til em {
  display: inline-block;
  vertical-align: top;
}
.sjw .ipg1 {
  padding-top: 135px;
  padding-bottom: 132px;
  height: 761px;
}

.sjw .ipg1 .w1200 {
  position: relative;
  height: 100%;
}

.sjw .ipg1 .lf {
  float: left;
  width: 800px;
  height: 406px;
  background: no-repeat center bottom;
}

.sjw .ipg1 .helicopter {
  padding-top: 4px;
  float: right;
  width: 376px;
  height: 172px;
  background: no-repeat center center;
}

.sjw .ipg1 .helicopter h3 {
  float: right;
  font-size: 32px;
  color: #035cb9;
  /* font-family: "qgjt"; */
  font-weight: bold;
}

.sjw .ipg1 .rt {
  position: absolute;
  right: 0;
  bottom: -88px;
  background: url(../img/sjw/sjw1_ban_rt.jpg) no-repeat center center;
  width: 623px;
  height: 335px;
  line-height: 335px;
  text-align: center;
  padding: 0 50px;
}
.sjw .ipg1 .rt a {
  display: inline-block;
  vertical-align: middle;
}
.sjw .ipg1 .rt p {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
.sjw .ipg1 .rt:hover p {
  color: #035cb9;
}
.sjw .ipg1 .btn {
  position: absolute;
  bottom: 1px;
  left: 498px;
  background: url(../img/sjw/btn.png) no-repeat center center;
  width: 78px;
  height: 78px;
  cursor: pointer;
  transition: all 0.5s;
}
.sjw .ipg1 .btn:hover {
  background-image: url(../img/sjw/sjw_btn2.png);
}
.sjw .ipg2 {
  padding-top: 167px;
  position: relative;
  width: 100%;
  height: 710px;
  background: url(../img/sjw/sjw2_bg.jpg) no-repeat center center/cover;
}

.sjw .ipg2 .lf {
  position: absolute;
  left: 0;
  top: 169px;
}

.sjw .ipg2 .rt {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sjw .ipg2 .sjw_nav {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 391px;
  border-bottom: 2px solid #f3f3f3;
}

.sjw .ipg2 .sjw_nav ul .on:after {
  content: "";
  position: absolute;
  top: 40px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #85b8e3;
}

.sjw .ipg2 .sjw_nav ul li {
  position: relative;
  float: left;
  margin-right: 16px;
  font-size: 14px;
  color: #666666;
  padding-bottom: 16px;
  cursor: pointer;
  z-index: 99;
}

.sjw .ipg2 .box {
  float: left;
  position: relative;
  padding-top: 63px;
  padding-left: 114px;
  margin-left: 1px;
  width: 808px;
  height: 376px;
  background: #ffffff;
}

.sjw .ipg2 .box .book ul li h4 {
  /* position: absolute; */
  bottom: 52px;
  right: 199px;
  /* text-align: center; */
  font-size: 18px;
  color: #035cb9;
  font-weight: bold;
}

.sjw .ipg2 .box .book ul li {
  position: relative;
  display: none;
  padding-top: 70px;
  padding-left: 270px;
}
.sjw .ipg2 .box .book ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
.sjw .ipg2 .box .book ul li.show {
  display: block;
}
.sjw .ipg2 .box .book ul li .call {
  font-size: 26px;
  color: #ff9c00;
  line-height: 32px;
  font-family: "Rubik";
  padding-left: 42px;
  background: url(../img/call.png) no-repeat center left;
  text-align: left;
  margin: 12px 0 10px;
  margin-left: -40px;
}
.sjw .ipg2 .box .book ul li p {
  color: #666;
  margin-bottom: 30px;
}
.sjw .ipg2 .box .book ul li .more {
  width: 102px;
  height: 54px;
  border: 1px solid #035cb9;
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  color: #035cb9;
  line-height: 54px;
  transition: all 0.5s;
  margin-top: 70px;
}
.sjw .ipg2 .box .book ul li .more:hover {
  background: #035cb9;
  color: #fff;
}
.sjw .ipg2 .box_rt {
  float: right;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  /* font-family: "qgjt"; */
  margin-top: 108px;
  font-weight: bold;
}

.sjw .ipg3 .tp h3 {
  color: #035cb9;
  font-size: 32px;
  /* font-family: "qgjt"; */
  font-weight: bold;
}

/* .sjw .ipg3 {
  padding-top: 59px;
} */
.sjw .ipg3 .tp {
  position: relative;
  height: 150px;
}
.sjw .ipg3 .tp h3 em {
  letter-spacing: 6px;
  margin-right: -9px;
  line-height: 150px;
}
.sjw .ipg3 .tp .ri {
  position: absolute;
  top: 60px;
  right: 0;
}
.sjw .ipg3 .tp .ri .item {
  float: left;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.sjw .ipg3 .tp .ri .it1 {
  width: 32px;
  height: 26px;
  background: url(../img/news/new_btn.png) no-repeat center;
}
.sjw .ipg3 .tp .ri .it1.on {
  background-image: url(../img/news/new_btnon.png);
}
.sjw .ipg3 .tp .ri .it2 {
  width: 26px;
  height: 26px;
  background: url(../img/news/new_btn2.png) no-repeat center;
}
.sjw .ipg3 .tp .ri .it2.on {
  background-image: url(../img/news/new_btn2on.png);
}
.sjw .ipg3 .bt2 {
  padding-bottom: 50px;
}
.sjw .ipg3 .bt2 li {
  position: relative;
  width: 100%;
  /* height: 228px; */
  padding: 40px;
  border: 1px solid #f2f2f2;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.sjw .ipg3 .bt2 li h3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  transition: all 0.5s;
  font-weight: bold;
}
.sjw .ipg3 .bt2 li h4 {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
.sjw .ipg3 .bt2 li .date {
  font-size: 16px;
  line-height: 19px;
  color: #666;
  font-family: "Rubik";
  padding-left: 28px;
  /* margin-top: 20px; */
  background: url(../img/news/date.png) no-repeat center left;
}
.sjw .ipg3 .bt2 li::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 2px;
  background: #005ab7;
  left: 40px;
  bottom: 40px;
}
.sjw .ipg3 .bt2 li:hover {
  background: #f2f2f2;
}
.sjw .ipg3 .bt2 li:hover h3 {
  color: #005ab7;
}
/* .sjw .ipg3 .bt {
  margin-top: 59px;
} */

.sjw .ipg3 .bt ul li {
  position: relative;
  margin-bottom: 60px;
}

.sjw .ipg3 .bt ul li .lf {
  width: 817px;
  height: 368px;
  background: no-repeat center center;
}

.sjw .ipg3 .bt ul li .rt {
  position: absolute;
  top: 34px;
  right: 0;
  padding-top: 74px;
  padding-left: 71px;
  padding-right: 62px;
  height: 260px;
  width: 528px;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}

.sjw .ipg3 .bt ul li .rt h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.sjw .ipg3 .bt ul li .rt h4 {
  margin-top: 13px;
  font-size: 14px;
  color: #333333;
}

.sjw .ipg3 .bt ul li .btn {
  position: absolute;
  bottom: 34px;
  right: 0;
  cursor: pointer;
  background: url(../img/sjw/btn.png) no-repeat center;
  width: 78px;
  height: 78px;
}

.sjw_ins .ipg1 {
  padding: 50px 0 65px;
  width: 100%;
  height: 1092px;
  background: url(../img/sjw/sjw_ins_bg.jpg) no-repeat center;
}
.sjw_ins .ipg1 .book {
  text-align: center;
  margin-bottom: 20px;
}
.sjw_ins .ipg1 .book img {
  display: inline-block;
}
.sjw_ins .ipg1_box {
  width: 100%;
  height: 520px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  padding: 75px;
  margin-bottom: 50px;
}
.sjw_ins .ipg1_box .tit {
  /* font-family: "qgjt"; */
  font-size: 32px;
  line-height: 40px;
  color: #005ab7;
  font-weight: bold;
  margin-bottom: 30px;
}
.sjw_ins .ipg1_box ul {
  width: 1200px;
}
.sjw_ins .ipg1_box li {
  display: inline-block;
  vertical-align: top;
  margin-right: 120px;
}
.sjw_ins .ipg1_box li h6 {
  font-size: 22px;
  color: #666;
  margin-bottom: 10px;
}
.sjw_ins .ipg1_box li .txt {
  margin-bottom: 10px;
}
.sjw_ins .ipg1_box li p {
  font-size: 14px;
  color: #666;
  margin-left: -6px;
}
.sjw_ins .ipg1_box li .txt p {
  margin-left: 0;
}
.sjw_ins .ipg1_box .dot {
  width: 32px;
  height: 6px;
  background: url(../img/sjw/dot.png) no-repeat center;
  margin-top: 35px;
}
.sjw_ins .call .icon {
  width: 31px;
  height: 31px;
  background: url(../img/call.png) no-repeat center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.sjw_ins .call h6 {
  font-size: 26px;
  color: #ff9c00;
  font-family: "Rubik";
  text-align: center;
  line-height: 1.2;
}
.sjw_ins .call p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
/* about */
.about .pub_ban h6 {
  text-align: left;
}

.about .ipg1 {
  height: 637px;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}

.about .ipg1 .w1200 {
  position: relative;
  height: 100%;
}

.about .ipg1 .rt {
  position: absolute;
  top: 124px;
  right: -93px;
}

.about .ipg1 .lf {
  padding-top: 92px;
}

.about .ipg1 .lf h3 {
  /* font-family: "qgjt"; */
  font-size: 32px;
  color: #005ab7;
  font-weight: bold;
  margin-bottom: 30px;
}

.about .ipg1 .lf h4 {
  width: 784px;
  font-size: 13px;
  color: #666666;
}

.about .ipg1 .lf ul {
  margin-top: 166px;
}

.about .ipg1 .lf ul li {
  float: left;
  margin-right: 43px;
}

.about .ipg1 .lf ul li p em {
  font-size: 52px;
  color: #005ab7;
  font-family: "Rubik";
}

.about .ipg1 .lf ul li p {
  font-size: 14px;
  color: #666;
}

.about .ipg2 {
  max-width: 2200px;
  margin: 0 auto;
  padding-top: 124px;
  height: 730px;
  background: #e9edf4;
  overflow: hidden;
}

.about .ipg2 .w1200 {
  position: relative;
}

.about .ipg2 h3 {
  /* font-family: "qgjt"; */
  font-weight: bold;
  font-size: 32px;
  color: #035cb9;
}

.about .ipg2 .txt {
  margin-top: 38px;
  width: 750px;
}

.about .ipg2 .txt p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 28px;
  line-height: 26px;
}

.about .ipg2 .txt .p1 {
  margin-bottom: 0;
}

.about .ipg2 .bt {
  float: right;
  background: url(../img/about/name.png) no-repeat center right;
  padding-right: 84px;
  padding-top: 18px;
  margin-top: 29px;
}

.about .ipg2 .bt p {
  font-size: 13px;
  color: #666666;
  line-height: 26px;
}

.about .ipg2 .rt {
  position: absolute;
  top: 147px;
  right: -235px;
}

.about .ipg3 {
  position: relative;
  max-width: 2200px;
  margin: 0 auto;
  padding-top: 264px;
  height: 729px;
  width: 100%;
  background: url(../img/about/ab3_ban.jpg) no-repeat center top;
  overflow: hidden;
}

.about .ipg3 .tp h3 {
  position: absolute;
  right: 68px;
  top: -94px;
  float: right;
  font-size: 32px;
  color: #035cb9;
  /* font-family: "qgjt"; */
  font-weight: bold;
}

.about .ipg3 .bd h3 {
  float: left;
  font-size: 52px;
  padding-top: 13px;
  color: #035cb9;
  font-family: "Rubik";
}
.about .ipg3 .txt {
  margin-left: 138px;
}
.about .ipg3 .txt p {
  color: #666666;
  line-height: 26px;
  font-size: 14px;
}
.about .ipg3 .bd {
  width: 790px;
}
/* .about .ipg3 li.on1 .txt{
  opacity: 1;
}
.about .ipg3 li.on1{
  position: absolute;
  top: 0;
  left: 0;
}
.about .ipg3 li.on2{
  position: absolute;
  right: -316px;
  top: -18px;
}
.about .ipg3 li.on3{
  position: absolute;
  right: -556px;
    top: 139px;
} */
.about .ipg3 .w1200 {
  position: relative;
  height: 100%;
}
.about .ipg3 .next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: 50px;
  width: 80px;
  height: 80px;
  background: url(../img/about/ipg3_btn.png) no-repeat center;
  cursor: pointer;
  z-index: 99;
  border-radius: 50%;
}
.about .ipg3 .prev {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50px;
  width: 80px;
  height: 80px;
  background: url(../img/about/ipg3_btn2.png) no-repeat center;
  cursor: pointer;
  z-index: 99;
  border-radius: 50%;
}
.about .ipg3 .ic {
  position: absolute;
  left: -170px;
  bottom: 125px;
  width: 467px;
  height: 115px;
  background: url(../img/about/ipg3_ic.png) no-repeat center;
}
.about .ipg3 .dot {
  position: absolute;
  right: -230px;
  bottom: 120px;
  width: 632px;
  height: 421px;
  background: url(../img/about/dot.png) no-repeat center;
}
.about .ipg3 .dot .time {
  position: absolute;
  font-size: 52px;
  padding-top: 13px;
  color: #035cb9;
  font-family: "Rubik";
}
.about .ipg3 .dot .time1 {
  left: 100px;
  top: 55px;
}
.about .ipg3 .dot .time2 {
  left: 345px;
  top: 215px;
}
.about .ipg4 {
  padding-top: 127px;
  width: 100%;
  height: 730px;
  background: url(../img/about/ab4_ban.jpg) no-repeat center center/cover;
}

.about .ipg4 .tp h3 {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  /* font-family: "qgjt"; */
  margin-bottom: 108px;
  font-weight: bold;
}

.about .ipg4 .bd {
  margin-bottom: 76px;
}

.about .ipg4 .bd ul li {
  /* padding-left: 78px; */
  margin-right: -10px;
  width: 1210px !important;
  text-align: center;
}

/* .about .ipg4 .bd ul li .text+.text+.text+.text {
  margin-left: 189px;
}
.about .ipg4 .bd ul li .text+.text+.text+.text+.text {
  margin-left: 0;
} */
.about .ipg4 .bd ul li .text {
  display: inline-block;
  margin-right: 10px;
  padding-left: 61px;
  margin-bottom: 10px;
  width: 367px;
  height: 133px;
  border-radius: 12px;
  background-color: #e9f1ff;
  transition: all 0.7s;
}

.about .ipg4 .bd ul li .text p {
  position: relative;
  line-height: 133px;
  font-size: 14px;
  color: #035cb9;
}

.about .ipg4 .bd ul li .text p:before {
  position: absolute;
  top: 60px;
  left: -20px;
  content: "";
  display: block;
  background: url(../img/about/yuan.png) no-repeat;
  width: 12px;
  height: 12px;
}

.about .ipg4 .bd ul li .text:hover {
  background-color: #035cb9;
}

.about .ipg4 .bd ul li .text:hover p:before {
  background: url(../img/about/yuan_on.png) no-repeat;
}

.about .ipg4 .bd ul li .text:hover p {
  font-size: 14px;
  color: #ffffff;
}

.about .ipg4 .hd ul li.on {
  background-color: #035cb9;
}

.about .ipg4 .hd {
  margin: 0 auto;
  width: 75px;
}

.about .ipg4 .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 5px;
  background-color: #e9f1ff;
  margin-right: 13px;
}
.about .ipg2_add {
  width: 100%;
  height: 730px;
  background: no-repeat center;
  padding-top: 310px;
}
.about .ipg2_add .font {
  float: right;
}
.about .ipg2_add .font h6 {
  /* font-family: "qgjt"; */
  font-weight: bold;
  font-size: 32px;
  color: #035cb9;
  margin-bottom: 20px;
}
.about .ipg2_add .font p {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
}
    .about .ipg2_add .font .more {
        width: 80px;
        height: 26px;
        /*background: url(../img/about/more2.png) no-repeat center;*/
        margin-top: 10px;
        transition: all 0.5s;
        cursor: pointer;
        color:rgba(51, 51, 51, 0.8);
    }
.about .ipg2_add .font .more:hover {
  /*background-image: url(../img/about/more.png);*/
}
.add_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.add_box .mask {
  width: 100%;
  height: 220%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: transparent;
}
.add_box .add_con {
  position: relative;
  width: 1073px;
  /* min-height: 1060px;
  position: absolute; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 150px auto;
  z-index: 2;
  background: #fff;
  padding: 70px;
  background: #fff url(../img/about/add_box.jpg) no-repeat center top;
}
.add_box .add_con .close {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #fff url(../img/close.png) no-repeat center;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.add_box .add_con h6 {
  /* font-family: "qgjt"; */
  font-weight: bold;
  font-size: 32px;
  color: #035cb9;
  margin-bottom: 30px;
}
.add_box .add_con p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}
body.hid {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.open .ipg1 {
  padding-top: 60px;
  padding-bottom: 30px;
  width: 100%;
}

.open .ipg1 .lf1 {
  float: left;
}

.open .ipg1 .lf1 h3 {
  font-size: 32px;
  color: #035cb9;
  /* font-family: "qgjt"; */
  font-weight: bold;
}

.open .ipg1 .bwg {
  position: absolute;
  bottom: -30px;
  left: -11px;
  width: 561px;
  height: 350px;
  background: url(../img/open/lf1.png) no-repeat center;
}

.open .ipg1 .lf2 {
  float: left;
  margin-left: 340px;
  width: 342px;
  margin-right: 30px;
}

.open .ipg1 .lf2 h3 {
  float: left;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.open .ipg1 .lf2 h4 {
  float: left;
  margin-left: 30px;
  font-size: 22px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 20px;
}

.open .ipg1 .lf2 h4 em {
  font-size: 32px;
  color: #035cb9;
}

.open .ipg1 .lf2 .p1 {
  /* margin-top: 105px; */
}

.open .ipg1 .lf2 p {
  float: left;
  margin-left: 94px;
  font-size: 14px;
  color: #666666;
}

.open .ipg1 .lf3 {
  float: left;
  width: 360px;
}

.open .ipg1 .lf3 h3 {
  float: left;
  font-size: 16px;
  color: #333333;
  margin-right: 31px;
  font-weight: bold;
}

.open .ipg1 .lf3 .txt {
  margin-left: 96px;
}

.open .ipg1 .lf3 .txt p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 18px;
}
.open .ipg1 .lf3 .more {
  width: 36px;
  height: 26px;
  background: url(../img/about/more2.png) no-repeat center;
  margin-left: 96px;
  transition: all 0.5s;
}
.open .ipg1 .lf3 .more:hover {
  background-image: url(../img/about/more.png);
}
.open .ipg2 {
  padding-top: 78px;
  height: 730px;
  width: 100%;
  background: url(../img/open/open2.jpg) no-repeat center/cover;
}

.open .ipg2 .tp h3 {
  font-size: 32px;
  color: #ffffff;
  /* font-family: "qgjt"; */
}
.map_box {
  width: 800px;
  height: 406px;
}
#allmaps {
  position: absolute;
  top: 71px;
  left: 0;
  width: 800px;
  height: 406px;
  -webkit-clip-path: polygon(
    0 0,
    20% 0,
    35% 0%,
    65% 0%,
    100% 0,
    100% 40%,
    72% 40%,
    72% 100%,
    35% 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    20% 0,
    35% 0%,
    65% 0%,
    100% 0,
    100% 40%,
    72% 40%,
    72% 100%,
    35% 100%,
    0 100%
  );
}

#allmap .BMap_cpyCtrl.BMap_noprint span {
  display: none !important;
}

.anchorBL img {
  display: none !important;
}

.open .ad {
  position: absolute;
  right: 3px;
  bottom: 60px;
  background-color: #ffffff;
  padding-top: 90px;
  padding-left: 175px;
  width: 611px;
  height: 324px;
  padding-right: 60px;
}

.open .ad h3 {
  color: #0068b7;
  margin-left: -50px;
  font-size: 26px;
  background: url(../img/open/phone.png) no-repeat center left;
  padding-left: 49px;
  line-height: 31px;
  margin-bottom: 10px;
  font-family: "Rubik";
}

.open .ad p {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.footer .backtop {
  width: 54px;
  text-align: center;
  height: 54px;
  border-radius: 5px;
  line-height: 54px;
  background: #005ab7 url(../img/arrowup.png) no-repeat center center;
  position: fixed;
  bottom: 60px;
  right: 70px;
  z-index: 1000;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
}
.href_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.href_box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.href_box .href_con {
  position: absolute;
  width: 1200px;
  height: 165px;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 9;
  background: #fff;
  margin: 0 auto;
}
.href_box .href_con .close {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #fff url(../img/close.png) no-repeat center;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.href_box .href_con a {
  display: inline-block;
  line-height: 165px;
  margin: 0 10px;
  font-size: 15px;
  color: #666;
}
.href_box .href_con .w1200 {
  position: relative;
  height: 100%;
}
.href_box .href_con .w1200::after {
  content: "";
  display: block;
  position: absolute;
  left: 525px;
  bottom: -3px;
  width: 5px;
  height: 3px;
  background: url(../img/foot_ic.png) no-repeat center;
}

.copy_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.copy_box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.copy_box .copy_con {
  position: absolute;
  width: 1200px;
  height: 630px;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 9;
  background: #fff;
  margin: 0 auto;
}
.copy_box .copy_con .close {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #fff url(../img/close.png) no-repeat center;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.copy_box .copy_con .w1200 {
  position: relative;
  height: 630px;
  padding: 50px;
}
.copy_box .copy_con h6 {
  font-size: 30px;
  color: #666;
  margin-bottom: 30px;
}
.copy_box .copy_con p {
  font-size: 14px;
  color: #666;
  text-indent: 2rem;
}
.copy_box .copy_con .txt {
  margin-bottom: 30px;
}
.copy_box .copy_con p.p1 {
  text-indent: 0;
}
.copy_box .copy_con .w1200::after {
  content: "";
  display: block;
  position: absolute;
  left: 598px;
  bottom: -3px;
  width: 5px;
  height: 3px;
  background: url(../img/foot_ic.png) no-repeat center;
}

.rela_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.rela_box.on {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.rela_box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.rela_box .rela_con {
  position: absolute;
  width: 1280px;
  margin: 0 auto;
  height: 465px;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 9;
  background: #fff;
}
.rela_box .rela_con .close {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #fff url(../img/close.png) no-repeat center;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.rela_box .rela_con .w1200 {
  position: relative;
  height: 100%;
  padding: 30px 0;
}
.rela_box .rela_con .w1200::after {
  content: "";
  display: block;
  position: absolute;
  left: 670px;
  bottom: -3px;
  width: 5px;
  height: 3px;
  background: url(../img/foot_ic.png) no-repeat center;
}
#foot_map {
  width: 740px;
  height: 392px;
  overflow: hidden;
}
.rela_box .rela_con .le {
  float: left;
  width: 745px;
}
.rela_box .rela_con .ri {
  float: right;
  width: 390px;
  padding-top: 25px;
}
.rela_box .rela_con .ri h6 {
  font-size: 32px;
  color: #035cb9;
  /* font-family: "qgjt"; */
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
}
.rela_box .rela_con .ri p {
  color: #666;
}
.rela_box .rela_con .ri .call {
  font-size: 26px;
  color: #ff9c00;
  line-height: 32px;
  font-family: "Rubik";
  padding-left: 38px;
  background: url(../img/call.png) no-repeat center left;
  text-align: left;
  margin: 12px 0 10px;
}
.rela_box .rela_con .ri .wx {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  background: url(../img/wx.png) no-repeat center left;
  text-align: left;
  padding-left: 40px;
}
.rela_box .rela_con .ri .foot_ewm {
  padding: 8px;
  width: 137px;
  height: 137px;
  background: #015bb7;
  margin-left: 40px;
  margin-top: 20px;
}
.make .ipg1 {
  width: 100%;
  height: 958px;
  background: url(../img/make_bg.jpg) no-repeat center;
  padding-top: 80px;
}
.make .ipg1 .table {
  width: 475px;
  height: 400%;
  margin: 0 auto;
}
.make .ipg1 .table .item {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #f7f7f7;
}
.make .ipg1 .table .item .date {
  position: relative;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #999;
  /*text-indent: -9999px;*/
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset !important;
}
/* input{
   -webkit-box-shadow: 0 0 0px 1000px white inset
  } */
/*.make .ipg1 .table .item .date::before {
  content: "日期";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #999;
  text-indent: 0;
}*/
.make .ipg1 .table .item .date::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/make_ic.png) no-repeat center;
}
.make .ipg1 .table .item input {
  width: 100%;
  height: 78px;
  line-height: 78px;
  font-size: 18px;
  color: #999;
}

.make .item .drop-txt {
  height: 78px;
  line-height: 78px;
  padding-right: 60px;
  font-size: 18px;
  color: #999;
  position: relative;
  cursor: pointer;
}
.make .drop-down ul {
  display: none;
  width: 100%;
  border-top: none;
  max-height: 240px;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 220;
  overflow-y: auto;
  padding: 15px 0;
}
.make .drop-down ul li {
  display: block;
  background-color: #f7f7f7;
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  padding-left: 20px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s all;
}
.make .item.drop-down::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/make_ic.png) no-repeat center;
}

.make .btn {
  width: 102px;
  height: 54px;
  background: #005ab7;
  border-radius: 50px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  margin: 60px auto;
  cursor: pointer;
}

.layui-laydate-hint {
  display: none !important;
}
.notice {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  /* display: none; */
}

.notice .mask {
  width: 100%;
  height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: transparent;
}
.notice .notice_con {
  position: relative;
  width: 1073px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 150px auto;
  z-index: 2;
  background: #fff;
  padding: 70px;
  transform: scale(0.5);
  transition: all 1.2s;
}
.notice .notice_con .close {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #fff url(../img/close.png) no-repeat center;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.hid .notice_con {
  transform: scale(1);
}
.notice .notice_con .tit {
  font-size: 32px;
  color: #035cb9;
  margin-bottom: 10px;
  text-align: center;
  color: #035cb9;
  /* font-family: "qgjt"; */
  font-weight: bold;
}
.notice .notice_con .txt {
  margin-bottom: 30px;
}
.notice .notice_con .txt h6 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.notice .notice_con .txt p {
  position: relative;
  font-size: 14px;
  color: #666;
  padding-left: 22px;
}
.notice .notice_con .txt p em {
  position: absolute;
  top: 0;
  left: 0;
}
.notice .notice_con .txt h5 {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.notice .notice_con .txt .call {
  font-size: 26px;
  color: #ff9c00;
  font-family: "Rubik";
  line-height: 32px;
  background: url(../img/call.png) no-repeat center left;
  padding-left: 40px;
}
.notice .notice_con .btn {
  width: 102px;
  height: 54px;
  background: #005ab7;
  border-radius: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}

#fix{
  z-index: 9999;
}
#fix .closefly{
 width: 100%;
  height: 15px;
  background: url(../img/fix_close.png) no-repeat center right;
  margin-bottom: 10px;
}
.ewm-box{
  width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.ewm-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.ewm-box .ewm-cont {
  position: absolute;
  width: 400px;
  height: 400px;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 9;
  background: #fff;
  margin: 0 auto;
  margin-top: -150px;
}
.ewm-box .ewm-cont img{
  width: 100%;
  height: 100%;
}
.ewm-box .close {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #fff url(../img/close.png) no-repeat center;
  top: -50px;
  right: 0;
  cursor: pointer;
}