/*pubilc start*/
html {
  font-size: 100px;
}
/*0.16rem = 16px*/
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: 'gen';
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
input,
button {
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
/*@font-face {
  font-family:'ziti';
  src: url(../fonts/segoesc.ttf);
}*/
@font-face {
  font-family: 'kt';
  src: url(../font/GB2312.ttf);
}
@font-face {
  font-family: 'hwls';
  src: url(../font/hwls.TTF);
}
@font-face {
  font-family: 'gen';
  src: url(../font/GenJyuuGothicL-Normal.ttf);
}
.wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.Fl {
  float: left;
}
.Fr {
  float: right;
}
.Fremove:after {
  content: "";
  display: block;
  clear: both;
}
body {
  overflow-x: hidden;
}
/*头部*/
.header {
  width: 100%;
  background: #000000;
}
.head {
  max-width: 1710px;
  width: 95.0625%;
  margin: auto;
  height: 1.2rem;
  position: relative;
}
.head-logo {
  height: 100%;
  float: left;
  position: relative;
}
.head-logo img {
  padding-top: 8%;
}
.head-right {
  padding-right: 0.5rem;
  float: right;
}
@media (max-width: 1600px) {
  .head-right {
    padding-right: 0.3rem;
  }
}
@media (max-width: 1400px) {
  .head-right {
    padding-right: 0.2rem;
  }
}

@media (max-width: 996px) {
  .head-right {
    padding-right: 0.4rem;
  }
}
.head-nav {
  padding-top: 3.5%;
  float: left;
}
.head-nav > ul > li {
  float: left;
  position: relative;
}
.head-nav > ul > li > a {
  padding: 0.09rem 0.3rem 0.09rem 0.3rem;
  display: inline-block;
  font-size: 0.2rem;
  color: #fff;
}
.head-nav > ul > li ul {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: #808080;
}
.head-nav > ul > li ul li {
  /*padding-top: 0.1rem;
  padding-bottom: 0.1rem;*/
}
.head-nav > ul > li ul li a {
  width: 75%;
  display: inline-block;
  padding-left: 25%;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.37rem;
}
.head-nav > ul > li ul li a:hover {
  background: #31859c;
}
.head-nav > ul > li .yanjiu li a {
  width: 90.3%;
  padding-left: 5.7%;
  padding-right: 4%;
}
.head-nav > ul > li .zyly li a{
  width: 78.3%;
}
.head-nav > ul > li:hover > a {
  background: #ff0000;
}
.head-nav > ul > li:hover ul {
  display: block;
}
.head-ri {
  margin-right: 0.2rem;
  padding-top: 4.5%;
  float: left;
  /*position: absolute;
  top: 28px;
  right: 0;*/
  /*.ipone-li{
    color: #fff;
    position: absolute;
    top: 17%;
    right: -300%;
    transition: all .5s;
  }
  .ipone-li-anim{
    right: 1px;
  }*/
}
.head-ri span {
  float: left;
  margin-right: 0.08rem;
}
.head-ri .Language {
  text-align: center;
  position: relative;
  top: 5px;
  width: 0.17rem;
  height: 0.17rem;
  line-height: 0.17rem;
  display: inline-block;
  background: #19709e;
  border-radius: 0.1rem;
  cursor: pointer;
}
.head-ri .Language a {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 0.0825rem;
  transform: scale(0.75);
}
.head-ri .form-input {
  width: 0px;
  position: absolute;
  top: 69px;
  right: 72px;
  background: rgba(0, 0, 0);
  border: 0px solid #fff;
  color: #fff;
  /*height: 40px;*/
  height: 28px;
  line-height: 28px;
}
.head-ri button {
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
.xs-nav {
  display: none;
  position: absolute;
  right: 0.2rem;
  top: 0.15rem;
  /*position: relative;
  margin-right: .1rem;
  padding-top: 15px;
  float: right;*/
}
.xs-nav .xs-top img {
  width: 0.5rem;
  height: 0.5rem;
}
.xs-nav .xs-top span {
  color: #fff;
}
.xs-nav-ul {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.xs-nav-ul > ul {
  padding: 0.12rem 0 0.12rem;
}
.xs-nav-ul > ul > li {
  text-align: center;
}
.xs-nav-ul > ul > li > a {
  width: 1rem;
  display: inline-block;
  color: #fff;
  line-height: 0.34rem;
  font-size: 0.16rem;
  position: relative;
}
.xs-nav-ul > ul > li > a:after {
  position: absolute;
  top: 5px;
  right: -17px;
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url(../img/icona.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.xs-nav-ul > ul > li ul {
  display: none;
  background: #31859c;
}
.xs-nav-ul > ul > li ul li a {
  color: #fff;
  line-height: 0.34rem;
  font-size: 0.16rem;
}
.xs-nav-ul > ul .noneBimg > a:after {
  background-image: none;
}
.header-freeze {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.banner-freeze {
  position: fixed;
  top: 0;
  left: 0;
}
.not-freeze {
  background: #fff;
  width: 100%;
  z-index: 777;
  position: relative;
}
.banner {
  width: 100%;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  outline: none;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  color: #fff;
  font-weight: normal;
}
.banner .swiper-pagination {
  width: auto;
  top: 92%;
  left: 70%;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.03rem;
  background: #169ba8;
  border-radius: 0;
  opacity: 0.3;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.calligraphy {
  width: 100%;
  height: 100%;
  position: relative;
}
.calligraphy .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.calligraphy .img img {
  width: 100%;
  height: 100%;
}
.calligraphy .jux {
  position: absolute;
  top: 1.5rem;
  right: 4%;
}
.calligraphy .jux img {
  width: 80%;
}
@media (max-width: 825px) {
  .calligraphy .jux {
    display: none;
  }
}
.calligraphy .yy {
  position: absolute;
  top: 84%;
  left: 71%;
  color: #169ba8;
  font-weight: normal;
}
@media (max-width: 1140px) {
  .calligraphy .yy {
    display: none;
  }
}
.d1500 {
  max-width: 1500px;
  height: 100%;
  margin: auto;
}
.swiper-slide-text,
.swiper-slide-text2,
.swiper-slide-text3,
.swiper-slide-text4 {
  height: 100%;
  position: relative;
}
.swiper-slide-text {
  margin-left: 10%;
  width: 5.5rem;
  height: 94%;
  padding-top: 2%;
  padding-bottom: 4%;
  /*padding-top: .10rem;
  padding-bottom: .13rem;*/
  background: #fff;
  position: relative;
  z-index: 999;
  display: flex;
  flex: 2;
}
.swiper-slide-text .mod1 {
  padding-top: 32%;
  padding-left: 12.72%;
  padding-right: 12.72%;
}
.swiper-slide-text .mod1 .text {
  display: flex;
  flex: 2;
}
.swiper-slide-text .mod1 .text li {
  max-width: 0.22rem;
  font-size: 0.22rem;
}
.swiper-slide-text .mod1 .text li:last-child {
  margin-left: 0.2rem;
}
.swiper-slide-text .mod1 .mod1-img {
  padding-top: 0.25rem;
  width: 0.72rem;
  height: 0.72rem;
}
.swiper-slide-text .mod2 {
  overflow-y: scroll;
  border: 1px dashed #333;
  background: #f2f2f2;
}
.swiper-slide-text .mod2 .text {
  display: flex;
  flex: 2;
}
.swiper-slide-text .mod2 .text li {
  max-width: 0.45rem;
  font-size: 0.45rem;
  color: #24292b;
}
.swiper-slide-text .mod2 .text li:nth-child(1) {
  font-family: "kt";
  font-weight: bold;
  padding-top: 0.44rem;
  padding-left: 0.27rem;
  padding-right: 0.55rem;
}
.swiper-slide-text .mod2 .text li:last-child {
  font-size: 0.36rem;
  padding-right: 0.12rem;
}
.swiper-slide-text .mod3 {
  width: 110%;
  position: absolute;
  left: -4%;
  bottom: -0.32rem;
}
.swiper-slide-text2 {
  /*padding-top: .25rem;
  padding-bottom: .33rem;*/
  padding-top: 0.1rem;
  padding-bottom: 0.13rem;
  margin-left: 10%;
  width: 5.5rem;
  background: #fff;
  position: relative;
  z-index: 999;
  display: flex;
  flex: 2;
}
.swiper-slide-text2 .mod1 {
  overflow-y: scroll;
  width: 80%;
  padding-left: 3%;
}
.swiper-slide-text2 .mod1 li {
  width: 9%;
  padding: 0 2% 0 2%;
  height: 100%;
  font-size: 0.22rem;
  color: #333;
  text-align: center;
  float: left;
  border-right: 1px solid #c9c9c9;
}
.swiper-slide-text2 .mod1 li span {
  display: block;
  line-height: 0.24rem;
}
.swiper-slide-text2 .mod1 .title {
  font-size: 0.16rem;
  width: 4%;
  color: #000;
}
.swiper-slide-text2 .mod2 {
  width: 14%;
  height: 52%;
  display: inline-block;
  text-align: center;
  background: #000;
  position: relative;
}
.swiper-slide-text2 .mod2 > h1 {
  padding: 50% 0 50%;
  font-size: 0.4rem;
  color: #fff;
  font-family: 'Microsoft YaHei';
  font-weight: 600;
}
.swiper-slide-text2 .mod2:after {
  content: "";
  width: 31px;
  height: 36px;
  display: inline-block;
  background-image: url(../img/index_06.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -25px;
}
.swiper-slide-text2 .mod3 {
  width: 110%;
  position: absolute;
  left: -4%;
  bottom: -0.32rem;
}
@media (max-height: 800px) {
  .swiper-slide-text2 {
    width: 5rem;
  }
  .swiper-slide-text2 .mod1 li {
    width: 7%;
    font-size: 0.16rem;
  }
  .swiper-slide-text2 .mod2 h1 {
    padding: 0;
  }
  .swiper-slide-text2 .mod3 {
    bottom: -0.22rem;
  }
}
@media (max-height: 680px) {
  .swiper-slide-text2 {
    width: 4rem;
  }
  .swiper-slide-text2 .mod1 li {
    width: 7%;
    font-size: 0.12rem;
  }
  .swiper-slide-text2 .mod2 {
    width: 10%;
    height: 30%;
  }
  .swiper-slide-text2 .mod2 h1 {
    padding: 0;
    font-size: 0.22rem;
  }
  .swiper-slide-text2 .mod3 {
    bottom: -0.22rem;
  }
}
.swiper-slide-text3 {
  padding-top: 0.25rem;
  padding-bottom: 0.1rem;
  margin-left: 10%;
  width: 5.5rem;
  background: #fff;
  position: relative;
  z-index: 999;
}
.swiper-slide-text3 .mod1 {
  width: 80%;
  font-size: 0.32rem;
  margin: auto;
  display: flex;
  flex: 4;
}
.swiper-slide-text3 .mod1 li {
  border-left: 1px solid #e46c0a;
  width: 13%;
  padding-left: 6%;
  padding-right: 6%;
  text-align: center;
}
.swiper-slide-text3 .mod1 li:last-child {
  /*line-height: 45px;
    position: relative;
    top: -5px;*/
  /*display: flex;
      justify-content: center;
      align-items: center;*/
      line-height: 34px;
    position: relative;
    top: -3px;
}
.swiper-slide-text3 .mod2 {
  width: 80%;
  background: #000;
  margin: auto;
  margin-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.swiper-slide-text3 .mod2 .top {
  padding: 0.1rem 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 4;
}
.swiper-slide-text3 .mod2 .top h1 {
  width: 14%;
  text-align: center;
  color: #fff;
  font-size: 0.34rem;
}
.swiper-slide-text3 .mod2 .top h1:nth-child(2n) {
  width: 7%;
}
.swiper-slide-text3 .mod2 .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 3;
}
.swiper-slide-text3 .mod2 .bottom h1 {
  width: 15%;
  text-align: center;
  color: #fff;
  font-size: 0.34rem;
}
.swiper-slide-text3 .mod2 .bottom h1:nth-child(2n) {
  width: 6%;
}
.swiper-slide-text3 .mod3 {
  width: 110%;
  position: absolute;
  left: -4%;
  bottom: -0.32rem;
}
@media (max-height: 760px) {
  .swiper-slide-text3 {
    width: 4rem;
  }
  .swiper-slide-text3 .mod1 {
    width: 71%;
    font-size: 0.2rem;
  }
  .swiper-slide-text3 .mod2 .top h1 {
    width: 12%;
    font-size: 0.22rem;
  }
  .swiper-slide-text3 .mod2 .bottom h1 {
    width: 13%;
    font-size: 0.22rem;
  }
  .swiper-slide-text3 .mod3 {
    bottom: -0.22rem;
  }
}
.swiper-slide-text4 {
  padding-top: 0.25rem;
  padding-bottom: 0.1rem;
  margin-left: 10%;
  width: 5.5rem;
  background: #fff;
  position: relative;
  z-index: 999;
}
.swiper-slide-text4 .mod1 {
  width: 61%;
  position: absolute;
  left: -6%;
  top: 58%;
}
.swiper-slide-text4 .mod1 > div {
  transform: rotate(90deg);
}
.swiper-slide-text4 .mod1 li {
  letter-spacing: 8px;
}
.swiper-slide-text4 .mod2 {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  padding-left: 30%;
  width: 9%;
  text-align: right;
}
.swiper-slide-text4 .mod2 h1 {
  font-family: "hwls";
  font-size: 0.36rem;
  font-weight: normal;
  position: relative;
}
.swiper-slide-text4 .mod2:after {
  content: "";
  width: 1px;
  height: 2.2rem;
  background: #ff0000;
  position: absolute;
  top: 25%;
  display: block;
}
.swiper-slide-text4 .mod21 {
  width: 12%;
  position: absolute;
  top: 14%;
  left: 49%;
}
.swiper-slide-text4 .mod21 h1 {
  font-size: 0.35rem;
  font-weight: normal;
  font-family: "hwls";
}
.swiper-slide-text4 .mod22 {
  position: absolute;
  right: 27%;
  top: 5%;
  width: 6%;
  padding: 0.1rem 0 0.1rem;
  text-align: center;
  font-size: 0.18rem;
  border: 1px solid #e9e9e9;
}
.swiper-slide-text4 .mod3 {
  width: 110%;
  position: absolute;
  left: -4%;
  bottom: -0.32rem;
}
.swiper-slide-right-x {
  padding-bottom: 0.09rem;
  background: #fff;
  position: absolute;
  top: 0.27rem;
  right: 0;
  z-index: 999;
  color: #e46c0a;
  border: 2px solid #bcbcbc;
  border-right: 0;
}
.swiper-slide-right-x h3,
.swiper-slide-right-x li,
.swiper-slide-right-x p {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  /*width: 1.35rem;*/
  text-align: center;
}
.swiper-slide-right-x h3 {
  font-family: "hwls";
  font-size: 0.20rem;
  font-weight: normal;
  padding: 0.2rem 0rem 0.07rem 0rem;
}
.swiper-slide-right-x p {
  /*text-align: left;*/
}
.swiper-slide-right-x li,
.swiper-slide-right-x p {
  font-size: 0.12rem;
}
.bookBg {
  width: 100%;
  background-image: url(../img/bookBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow-x: hidden;
}
.book {
  /*max-width: 1757px;*/
  width: 91.51%;
  margin: auto;
}
.book-oe {
  float: left;
  margin-left: 3.3%;
  position: relative;
  z-index: 2;
  padding: 0.4rem 0 0.4rem;
  width: 21.855%;
  display: inline-block;
  cursor: pointer
;}
.book-oe h3 {
  font-size: 0.24rem;
  font-weight: normal;
  width: 1.2rem;
  height: 0.42rem;
  line-height: 0.42rem;
  margin: auto;
  color: #eb5405;
  background: #ddd9c3;
  text-align: center;
}
.book-oe .book-p {
  margin-top: 0.07rem;
  width: 89.8%;
  float: right;
  text-decoration: underline;
  background: #fff;
  border: 2px solid #cecdce;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.book-oe a{
  color: #000000;
  font-size: 0.16rem;
}
.book-oe .book-p p {
  padding: 0.12rem;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.26rem;
  position: relative;
}
.book-oe .book-p p:after {
  content: "";
  width: 100%;
  height: 0.12rem;
  background: #fff;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
.book-oe .book-tp {
  /* width: 89.8% - 14%;
    padding-right: 14%;*/
}
.book-oe .book-img {
  width: 88%;
  height: 74%;
  z-index: -1;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.book-oe .book-img img {
  width: 100%;
  height: 100%;
}
.book-oe:nth-child(1) {
  margin-left: 2.5%;
}
.book-t {
  /*background: #fff;*/
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  right: -0.52rem;
  bottom: 0;
  cursor: pointer;
}
.book-t img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.book-t-anim img {
  animation: myfirst 1s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes myfirst {
  from {
    transform: translateY(14px);
  }
  to {
    transform: translateY(-14px);
  }
}
.I-mod1 {
  width: 100%;
  position: relative;
}
.I-mod1-h1 {
  background: #000000;
  padding-left: 32.5%;
  height: 1.2rem;
}
.I-mod1-h1 h1 {
  display: inline-block;
  line-height: 1.2rem;
  font-size: 0.31rem;
  color: #beb792;
  font-weight: normal;
  position: relative;
}
.I-mod1-h1 span {
  position: absolute;
  right: -33%;
  top: 29%;
  color: #e60012;
  font-size: 0.24rem;
  line-height: 0.33rem;
  height: 0.33rem;
  width: 0.72rem;
  border: 1px solid #e60012;
  border-radius: 0.04rem;
  display: inline-block;
  text-align: center;
}
.I-mod1-img {
  height: auto;
  position: relative;
}
.I-mod1-img > h2 {
  position: absolute;
  top: 0;
  display: block;
  /*padding-top: 0.1rem;*/
  padding-left: 32.5%;
  display: inline-block;
  font-weight: normal;
  font-size: 0.45rem;
  color: #beb792;
}
@media (max-width: 1250px) {
  .I-mod1-img > h2 {
    font-size: 0.5rem;
  }
}
.I-mod1-tap {
  display: flex;
  justify-content: center;
  width: 1626px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
  background: #000000;
}
.I-mod1-tap a {
  width: 12.285714%;
  line-height: 0.65rem;
  display: inline-block;
  color: #fff;
  text-align: center;
  float: left;
}
@media (max-width: 1626px) {
  .I-mod1-tap {
    max-width: 84.68%;
  }
}
.I-mod2 {
  /* max-width: 1626px;*/
  width: 84.68%;
  margin: auto;
}
.I-mod2-title {
  margin-top: 0.5rem;
  width: 100%;
  height: 0.8rem;
  background: #999999;
}
.I-mod2-title h3 {
  padding-left: 3.38%;
  line-height: 0.8rem;
  font-size: 0.24rem;
  color: #fff;
}
.I-mod2-news {
  border: 1px dashed #cfcfcf;
  border-top: 0;
}
.I-mod2-news .xian {
  width: 100%;
  border-bottom: 1px dashed #cfcfcf;
}
.I-mod2-news .news-more {
  width: 100%;
  height: 0.67rem;
}
.I-mod2-news .news-more a {
  margin-top: 0.2rem;
  margin-right: 3%;
  float: right;
  width: 1.34rem;
  display: block;
  height: 0.28rem;
  line-height: 0.28rem;
  border: 1px solid #00a0e9;
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
}
.I-mod2-news > li {
  /* max-width: 1368px;*/
  width: 84.13%;
  padding: 0.4rem 0 0.4rem;
  display: block;
  margin: auto;
}
.I-mod2-news .text {
  width: 71.6374%;
  float: left;
}
.I-mod2-news .text h4 {
  padding-bottom: 0.24rem;
  font-size: 0.24rem;
  color: #000000;
}
.I-mod2-news .text p {
  padding-bottom: 0.24rem;
  font-size: 0.18rem;
  color: #333333;
}
.I-mod2-news .text a {
  width: 1.34rem;
  display: block;
  height: 0.28rem;
  line-height: 0.28rem;
  border: 1px solid #00a0e9;
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
}
.I-mod2-news .img {
  float: right;
}
.I-mod3 {
  max-width: 1400px;
  margin: auto;
  margin-top: 0.5rem;
  padding: 0.3rem 0 0.6rem;
  border: 2px solid #cccccc;
}
.I-mod3 > h3 {
  width: 95.3%;
  padding-left: 4.7%;
  font-size: 0.3rem;
  color: #333333;
  font-weight: normal;
}
.I-mod3-e-mail {
  width: 33.58%;
  text-align: center;
  float: left;
}
.I-mod3-e-mail .img {
  padding-top: 0.8rem;
  width: 100%;
}
.I-mod3-e-mail a {
  display: block;
  margin-top: 0.25rem;
  color: #4bacc6;
  text-decoration: underline;
  font-size: 0.24rem;
}
.I-mod3-form {
  padding-right: 10.14%;
  max-width: 625px;
  float: right;
}
.I-mod3-form button {
  display: block;
  width: 1.16rem;
  height: 0.36rem;
  border: 2px solid #cccccc;
  text-align: center;
  font-size: 0.18rem;
  color: #86d36c;
  background: #fff;
}
.I-mod3-form input,
.I-mod3-form textarea {
  width: 96.64%;
  padding-left: 3.36%;
  margin-bottom: 0.2rem;
  height: 0.5rem;
  background: #f2f2f2;
  border: 0;
  border-radius: 0.02rem;
  color: #666666;
  font-size: 0.18rem;
  font-family: "微软雅黑";
}
.I-mod3-form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666666;
  font-size: 0.18rem;
}
.I-mod3-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
  font-size: 0.18rem;
}
.I-mod3-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
  font-size: 0.18rem;
}
.I-mod3-form textarea {
  padding-top: 0.12rem;
  height: 3rem;
}
.I-mod3-form textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666666;
  font-size: 0.18rem;
}
.I-mod3-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
  font-size: 0.18rem;
}
.I-mod3-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
  font-size: 0.18rem;
}
.I-mod4 {
  max-width: 1630px;
  margin: auto;
  margin-top: 1.4rem;
  margin-bottom: 0.35rem;
}
.I-mod4 .swiper-slide {
  display: inline-block;
}
.I-mod4 .swiper-slide > a {
  padding: 0 0.54rem 0 0.54rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #c3d69b;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.I-mod4 .swiper-slide .color-93cddd {
  background: #93cddd;
}
.I-mod4 .swiper-slide .color-c4bd97 {
  background: #c4bd97;
}
.I-mod4 .swiper-slide .color-e46c0a {
  background: #e46c0a;
}
.I-mod4 .swiper-slide .color-002060 {
  background: #002060;
}
.I-mod4 .swiper-slide .color-0070c0 {
  background: #0070c0;
}
.footerBg {
  width: 100%;
  background: #000000;
}
.footer {
  /* max-width: 1720px;*/
  width: 89.58%;
  margin: auto;
}
.footer-text {
  width: 50%;
  float: left;
  padding: 0.4rem 0 0.55rem;
}
.footer-text h3 {
  font-weight: normal;
  font-size: 0.3rem;
  color: #fff;
}
.footer-text h3 span {
  font-size: 0.3rem;
  color: #1c94ea;
}
.footer-text .xian {
  width: 325px;
  height: 1px;
  background: #969566;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

@media (max-width: 1800px){
  .footer-text .xian{
    width: 62%;
  }
}
@media (max-width: 1600px){
  .footer-text .xian{
    width: 70%;
  }
}
@media (max-width: 1440px){
  .footer-text .xian{
    width: 78%;
  }
}
@media (max-width: 1200px){
  .footer-text .xian{
    width: 92%;
  }
}
@media (max-width: 1024px){
  .footer-text .xian{
    width: 100%;
  }
}
.footer-text p,
.footer-text a {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.footer-wx {
  padding-top: 0.34rem;
  width: 300px;
  float: right;
}
.footer-wx li {
  text-align: center;
}
.footer-wx li p {
  font-size: 0.16rem;
  padding-top: 0.16rem;
  color: #fff;
}
.footer-wx li:nth-child(1) {
  float: left;
}
.footer-wx li:last-child {
  float: right;
}
/*sub1*/
.sub-banner {
  width: 100%;
  text-align: center;
}
.sub1-title {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.sub1-title h3 {
  display: table;
  margin: auto;
  margin-top: 0.5rem;
  font-weight: normal;
  color: #a38a54;
  padding: 0 0.2rem 0 0.2rem;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.32rem;
  background-image: url(../img/sub1-icon01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.sub1-title h3:after {
  content: "";
  display: block;
  width: 97%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #ff0000;
}
.sub1-content {
  /*max-width: 1626px;*/
  width: 84.68%;
  margin: auto;
  display: flex;
  flex: 2;
  flex-wrap: wrap;
  padding: 0.45rem 0 0.95rem;
}
.sub1-content .img {
  width: 27.5%;
}
.sub1-content .text {
  width: 68.5%;
  padding-left: 4%;
}
.sub1-content .text p {
  color: #333333;
  font-size: 0.22rem;
  /*padding-top: 0.25rem;*/
  line-height: 1.3;
}
.sub1-content .text p:nth-child(1) {
  padding-top: 0;
}
/*sub2*/
.sub2-mod1 {
  width: 97.4%;
  padding-left: 2.6%;
  border-bottom: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
}
.sub2-mod1 span a {
  line-height: 50px;
  color: #333;
  font-size: 0.18rem;
}
.sub2-content {
  /* max-width: 1830px;*/
  width: 95.3125%;
  margin: auto;
}
.sub2-mod2 {
  width: 77.59%;
  float: left;
}
.sub2-mod2 h3 {
  padding-top: 0.35rem;
  display: inline-block;
  font-size: 0.33rem;
  line-height: 0.6rem;
  border-bottom: 3px solid red;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.sub2-mod2 p {
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: #333;
}
.sub2-mod3 {
  padding-top: 1.4rem;
  width: 2.6rem;
  float: right;
}
.sub2-mod3 h3 {
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.4rem;
  border-bottom: 1px solid #cccccc;
}
.sub2-mod3 li a {
  font-size: 0.2rem;
  line-height: 0.48rem;
  color: #333;
}
.sub2-mod3 .one {
  padding-bottom: 0.35rem;
}
.sub2-mod3 .two li {
  padding-top: 0.25rem;
}
.sub2-mod3 .two li p {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
}
.sub2-mod3 .two li a {
  line-height: 0.26rem;
}
.sub2-mod3 .two li:nth-child(2) {
  padding-top: 0.08rem;
}
.sub-button {
  margin-top: 0.33rem;
  margin-bottom: 0.33rem;
  display: block;
  width: 1.46rem;
  border: 2px solid #888888;
  line-height: 0.41rem;
  text-align: center;
  color: #888888;
  font-size: 0.16rem;
}
.sub3-content {
  /*  max-width: 1626px;*/
  width: 84.68%;
  margin: auto;
}
.sub3-mod1 h6 {
  padding: 0.7rem 0 0.45rem;
  color: #000;
  font-size: 0.24rem;
}
.sub3-mod1 > div {
  border: 1px solid #cccccc;
  display: flex;
  flex: 13;
  flex-wrap: wrap;
}
.sub3-mod1 > div a {
  width: 7.69%;
  display: block;
  color: #333;
  font-size: 0.3rem;
  line-height: 1rem;
  text-align: center;
}
.sub3-mod2 {
  padding: 0.6rem 0 1.2rem;
  display: flex;
  flex: 3;
  flex-wrap: wrap;
}
.sub3-mod2 .input1 {
  width: 33.82%;
}
.sub3-mod2 .input1 li {
  padding: 0.4rem 0 0.25rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #000;
}
.sub3-mod2 .input1 input {
  width: 93.5%;
  padding-left: 6%;
  height: 0.64rem;
  background: #e9e9e9;
  border: 1px solid #ccc;
  font-size: 0.18rem;
  color: #999999;
}
.sub3-mod2 .input1 input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.18rem;
  color: #999999;
}
.sub3-mod2 .input1 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.18rem;
  color: #999999;
}
.sub3-mod2 .input1 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.18rem;
  color: #999999;
}
.sub3-mod2 .input1 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.18rem;
  color: #999999;
}
.sub3-mod2 .input1 input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 0.18rem;
  color: #999999;
}
.sub3-mod2 .button {
  width: 32.36%;
  position: relative;
}
.sub3-mod2 .button button {
  width: 2rem;
  height: 0.9rem;
  background: #ff0000;
  font-size: 0.28rem;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.sub3-mod3 {
  padding-bottom: 0.8rem;
  display: flex;
  flex: 5;
  flex-wrap: wrap;
}
.sub3-mod3 a {
  width: 18%;
  margin-left: 2.46%;
  display: block;
  text-align: center;
  margin-bottom: 2%;
}
.sub3-mod3 a .img {
  overflow: hidden;
}
.sub3-mod3 a .img img {
  transition: all 0.4s;
}
.sub3-mod3 a h6 {
  padding: 0.2rem 0 0.04rem;
  font-weight: normal;
  color: #000;
  font-size: 0.28rem;
}
.sub3-mod3 a li {
  font-size: 0.2rem;
  color: #999999;
}
.sub3-mod3 a:hover .img img {
  transform: scale(1.2);
}
.sub3-mod3 a:nth-child(5n+1) {
  margin-left: 0;
}
.sub4-content {
  padding-top: 0.6rem;
  /* max-width: 1717px;*/
  width: 89.427%;
  margin: auto;
}
.sub4-mod1 {
  float: left;
  width: 50.7%;
  display: flex;
  flex: 4;
  flex-wrap: wrap;
  text-align: center;
}
.sub4-mod1 a {
  width: 28.73%;
  margin-left: 6.9%;
}
.sub4-mod1 a .img {
  overflow: hidden;
}
.sub4-mod1 a .img img {
  transition: all 0.4s;
}
.sub4-mod1 a h6 {
  padding: 0.2rem 0 0.14rem;
  font-weight: normal;
  color: #000;
  font-size: 0.28rem;
}
.sub4-mod1 a li {
  font-size: 0.2rem;
  color: #999999;
}
.sub4-mod1 a:nth-child(3n+1) {
  margin-left: 0;
}
.sub4-mod1 a:hover .img img {
  transform: scale(1.2);
}
.sub4-mod2 {
  padding-bottom: 0.9rem;
  width: 27.37%;
  float: right;
}
.sub4-mod2 li {
  padding: 0.4rem 0 0.25rem;
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: #000;
}
.sub4-mod2 .one {
  padding-top: 0;
}
.sub4-mod2 input {
  width: 93.5%;
  padding-left: 6%;
  height: 0.64rem;
  background: #fff;
  border: 1px solid #cfcfcf;
  font-size: 0.18rem;
  color: #999999;
}
.sub4-mod2 input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.18rem;
  color: #999999;
}
.sub4-mod2 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.18rem;
  color: #999999;
}
.sub4-mod2 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.18rem;
  color: #999999;
}
.sub4-mod2 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.18rem;
  color: #999999;
}
.sub4-mod2 input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 0.18rem;
  color: #999999;
}
.sub4-mod2 button {
  width: 1.16rem;
  height: 0.41rem;
  border: 2px solid #ff0000;
  font-size: 0.16rem;
  color: #ff0000;
  cursor: pointer;
  background: #fff;
  margin-top: 0.4rem;
}
.sub5-ModAdd1 {
  position: absolute;
  right: 0;
  top: 55px;
}
.sub5-ModAdd1 a {
  color: #999;
  font-size: 0.16rem;
  padding-left: 0.38rem;
  position: relative;
}
.sub5-ModAdd1 a:after {
  content: "";
  width: 33px;
  height: 19px;
  display: block;
  background-image: url(../img/sub5_03.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sub5-ModAdd1 a:last-child {
  margin-left: 40px;
  padding-left: 27px;
}
.sub5-ModAdd1 a:last-child:after {
  width: 19px;
  height: 20px;
  background-image: url(../img/sub5_06.png);
}
@media (max-width: 768px) {
  .sub5-ModAdd1 {
    top: 2px;
  }
  .sub5-ModAdd1 a:last-child {
    margin-left: 20px;
  }
}
.sub5-content {
  position: relative;
  padding-bottom: 0.7rem;
  padding-top: 1rem;
  /* max-width: 1626px;*/
  width: 84.6875%;
  margin: auto;
  display: flex;
  flex: 2;
  flex-wrap: wrap;
}
.sub5-mod1 {
  width: 20.1%;
  text-align: center;
}
.sub5-mod1 a {
  width: 90%;
  float: left;
  display: inline-block;
  text-align: center;
}
.sub5-mod1 a .img {
  overflow: hidden;
}
.sub5-mod1 a .img img {
  transition: all 0.4s;
}
.sub5-mod1 a h6 {
  padding: 0.1rem 0 0.05rem;
  font-weight: normal;
  color: #000;
  font-size: 0.24rem;
}
.sub5-mod1 a li {
  font-size: 0.17rem;
  color: #999999;
}
.sub5-mod1 a:hover .img img {
  transform: scale(1.2);
}
.sub5-mod2 {
  width: 79.9%;
}
.sub5-crypto {
  position: relative;
}
.sub5-crypto p {
  /*max-height: 288px;*/
  overflow-y: hidden;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /*overflow: hidden;*/
}
.sub5-crypto a {
  display: inline-block;
  width: 0.96rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fe1c1c;
  border: 2px solid #999999;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}
.sub5-crypto .sub5-crypto-show_p {
  display: none;
}
.sub5-information {
  margin-top: 0.35rem;
  padding: 0.2rem 0 0.35rem;
  background: #f6f6f6;
  border: 1px solid #8c8c8c;
  display: flex;
  flex: 2;
  flex-wrap: wrap;
}
.sub5-information li {
  width: 48%;
  padding-left: 2%;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  line-height: 0.45rem;
}
.sub5-information li span:nth-child(1) {
  color: #666;
  font-size: 0.18rem;
}
.sub5-information li span:last-child {
  width: 50%;
  display: inline-block;
  color: #000;
  font-size: 0.22rem;
  position: relative;
  border-bottom: 1px solid #999999;
}
.sub5-information li:last-child {
  width: 100%;
}
.sub5-information li:last-child span:last-child {
  width: 70%;
}
.sub5-other h3 {
  padding: 0.45rem 0 0.2rem;
  font-size: 0.3rem;
  color: #000;
}
.sub5-other li {
  color: #333;
  font-size: 0.24rem;
}
.sub6-content {
  /* max-width: 1830px;*/
  width: 95.3125%;
  margin: auto;
}
.sub6-mod1 {
  padding-top: 0.30rem;
  width: 76.50273%;
  float: left;
}
.sub6-mod1 h1 {
  padding: 0rem 0.2rem 0rem 0.2rem;
  display: inline-block;
  font-size: 0.32rem;
  font-weight: normal;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  background: #0070c0;
  box-shadow: 6px -6px 10px #d4d3d3;
  margin-bottom: 0.3rem;
}
.sub6-mod1 p {
  font-size: 0.22rem;
  color: #333333;
}
.sub6-one li a {
  padding-left: 0.36rem;
  position: relative;
}
.sub6-one li a:after {
  content: "";
  width: 0.15rem;
  height: 0.18rem;
  display: block;
  background-image: url(../img/sub6-icon01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.sub6-three .select1 {
  margin-top: 0.07rem;
  width: 77%;
  position: relative;
}
.sub6-three .select1:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #888888;
  position: absolute;
  right: 20%;
  top: 0;
}
.sub6-three select {
  width: 100%;
  padding-left: 8%;
  height: 0.4rem;
  border: 2px solid #888888;
  outline: none;
  cursor: pointer;
  color: #666666;
  font-size: 0.16rem;
  background: url("../img/sub6-icon02.png") no-repeat;
  background-position: 94% 50%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sub6-three select option {
  color: #666666;
  font-size: 0.16rem;
}
.sub6-three select::-ms-expand {
  display: none;
}
.sub6-three a {
  border: 2px solid #31859c;
  color: #31859c;
}
.sub7-content {
  padding-top: 0.6rem;
  /*max-width: 1770px;*/
  width: 92.1875%;
  margin: auto;
}
.sub7-mod1 {
  float: left;
  width: 200px;
  padding-top: 27px;
}
.sub7-mod1 h1 {
  font-weight: normal;
  text-align: center;
  line-height: 0.7rem;
  border-bottom: 1px solid #ccc;
}
.sub7-mod1 h1 a {
  font-size: 0.32rem;
  color: #333;
  transition: all 0.4s;
}
.sub7-mod1 .hh11 a {
  padding-left: 7px;
  border-left: 4px solid #ff0000;
  color: #ff0000;
}
.sub7-mod1 .form h3 {
  padding-top: 0.3rem;
  text-align: center;
  color: #999;
  font-size: 0.18rem;
  line-height: 0.48rem;
}
.sub7-mod1 .form input {
  width: 83%;
  padding-left: 15%;
  height: 0.4rem;
  border: 2px solid #888888;
  outline: none;
  cursor: pointer;
  color: #666666;
  font-size: 0.14rem;
}
.sub7-mod1 .form .select1 {
  margin-top: 0.2rem;
  position: relative;
}
.sub7-mod1 .form .select1:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #888888;
  position: absolute;
  right: 20%;
  top: 0;
}
.sub7-mod1 .form select {
  width: 100%;
  padding-left: 12%;
  height: 0.4rem;
  border: 2px solid #888888;
  outline: none;
  cursor: pointer;
  color: #666666;
  font-size: 0.16rem;
  background: url("../img/sub6-icon02.png") no-repeat;
  background-position: 94% 50%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sub7-mod1 .form button {
  margin-top: 0.2rem;
  width: 100%;
  height: 40px;
  font-size: 0.18rem;
  border: 0;
  background: #ff0000;
  color: #fff;
  text-align: center;
}
.sub7-mod2 {
  width: 81.63%;
  float: right;
}
.sub7-mod2 > .content {
  padding-bottom: 0.7rem;
  border-bottom: 1px dashed #cccccc;
}
.sub7-mod2 > .content a {
  border-bottom: 1px dashed #cccccc;
  padding: 0.3rem 0 0.15rem;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
}
.sub7-mod2 > .content a h3 {
  padding-bottom: 0.12rem;
  font-size: 0.24rem;
  color: #333;
  font-weight: normal;
  font-family: "微软雅黑";
}
.sub7-mod2 > .content a .text {
  display: flex;
  flex: 3;
  flex-wrap: wrap;
}
.sub7-mod2 > .content a .text > p {
  width: 72.58%;
  padding-right: 10%;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.25rem;
}
.sub7-mod2 > .content a .text .img {
  width: 9%;
  text-align: center;
}
.sub7-mod2 > .content a .text .date {
  width: 5.3%;
  padding-left: 3%;
  display: inline-block;
}
.sub7-mod2 > .content a .text .date li {
  color: #333;
  font-size: 0.14rem;
}
.sub7-mod2 > .content a .text .date h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: normal;
}
.sub7-mod2 > .content a:nth-child(1) {
  padding-top: 0;
}
.sub7-mod2 > .content a:last-child {
  border-bottom: 0;
}
.sub7-mod2 > .content a:hover {
  transform: translateX(10px);
}
.cc-paging {
  width: auto;
  margin: auto;
  display: table;
  padding: 20px 0 85px;
}
.cc-paging ul {
  float: left;
}
.cc-paging ul li {
  float: left;
  margin-left: 10px;
}
.cc-paging ul li a {
  display: inline-block;
  padding: 8px 13px 8px 13px;
  font-size: 0.14rem;
  color: #575757;
  border: 1px solid #e5e5e5;
}
.cc-paging ul li a:hover {
  color: #ff2124;
  border-color: #ff2124;
}
.cc-paging ul li:nth-child(1) {
  margin-left: 0;
}
.cc-paging ul p {
  float: left;
  margin-left: 10px;
  padding: 8px 5px 8px 5px;
}
.cc-paging ul p a {
  font-size: 0.14rem;
}
.cc-paging form {
  float: left;
  padding-left: 10px;
  padding-top: 7px;
  color: #575757;
  font-size: 0.14rem;
}
.cc-paging form input {
  margin-left: 5px;
  margin-right: 5px;
  width: 27px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.cc-paging form button {
  cursor: pointer;
  padding: 2px;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.sub8-h1 {
  margin: 0.55rem 0 0.55rem;
  width: 97%;
  margin-left: 3%;
  color: #333;
  font-size: 0.34rem;
  font-weight: normal;
  position: relative;
}
.sub8-h1:after {
  content: "";
  display: block;
  height: 75%;
  position: absolute;
  left: -10px;
  top: 12.5%;
  border-left: 2px solid red;
}
.sub8-content {
  /*max-width: 1725px;*/
  width: 89.84375%;
  margin: auto;
}
.sub8-mod1 {
  float: right;
  padding-bottom: 0.35rem;
}
.sub8-mod2 {
  width: 82.6%;
  float: left;
}
.sub8-mod2 .content {
  display: inline-block;
  border-bottom: 1px dashed #ccc;
}
.sub8-mod2 .content li {
  /*float: left;*/
  margin-bottom: 0.6rem;
  margin-left: 5%;
  width: 28.91%;
  display: inline-block;
  border: 2px solid #bcbcbc;
  vertical-align: top;
}
.sub8-mod2 .content li > div {
  width: 88%;
  margin: auto;
}
.sub8-mod2 .content li h3 {
  margin: 0.35rem 0 0.15rem;
  color: #333;
  font-size: 0.26rem;
  font-weight: normal;
  font-family: "微软雅黑";
}
.sub8-mod2 .content li h4 {
  padding-bottom: 0.3rem;
  color: #333;
  font-size: 0.18rem;
  font-weight: normal;
}
.sub8-mod2 .content li p {
  height: 100px;
  overflow-y: scroll;
  color: #666;
  font-size: 0.18rem;
}
.sub8-mod2 .content li a {
  width: 60%;
  display: block;
  text-align: center;
  border: 2px solid #00b0f0;
  line-height: 0.41rem;
  color: #666666;
  margin: 0.35rem 0 0.3rem;
}
.sub8-mod2 .content li:nth-child(3n+1) {
  margin-left: 0;
}
.sub9-title {
  padding: 1rem 0 0.15rem;
  width: 97.4%;
  padding-left: 2.6%;
  border-bottom: 1px solid #979797;
}
.sub9-title h1 {
  max-width: 1830px;
  margin: auto;
  font-size: 0.42rem;
  color: #333;
  font-family: "微软雅黑";
}
.sub9-title li {
  padding-top: 0.07rem;
  max-width: 1830px;
  margin: auto;
  font-size: 0.18rem;
  line-height: 0.35rem;
  color: #333;
}
.sub9-content {
  padding-top: 0.4rem;
  /*  max-width: 1830px;*/
  width: 95.3125%;
  margin: auto;
}
.sub9-mod1 {
  padding-bottom: 0.7rem;
  width: 66.31%;
  padding-right: 8%;
  float: left;
  border-right: 1px dashed #ccc;
}
.sub9-mod1 li,
.sub9-mod1 p,
.sub9-mod1 span {
  color: #333;
}
.sub9-mod1 .one li {
  font-size: 0.182rem;
}
.sub9-mod1 .two .p1 {
  margin: 0.12rem 0 0rem 0;
  background: #e9e9e9;
  padding: 0.1rem;
}
.sub9-mod1 .two p {
  font-size: 0.2rem;
  padding-top: 0.2rem;
}
.sub9-mod1 .three h1,
.sub9-mod1 .three h2,
.sub9-mod1 .three h3 {
  color: #000;
  font-family: "黑体"
}
.sub9-mod1 .three p {
  color: #333;
}
.sub9-mod1 .three h1 {
  font-size: 0.32rem;
  padding: 0.2rem 0 0.2rem;
}
.sub9-mod1 .three h2 {
  font-size: 0.28rem;
}
.sub9-mod1 .three h3 {
  margin-left: 2%;
  font-size: 0.24rem;
}
.sub9-mod1 .three p {
  margin-left: 2%;
  font-size: 0.2rem;
  padding: 0.2rem 0 0.2rem;
}
.sub9-mod2 {
  width: 20.76%;
  float: right;
}
.sub9-mod2 .sub7-mod1 .form h3 {
  text-align: left;
}
.sub9-mod2-top h3 {
  padding-bottom: 0.1rem;
  font-size: 0.22rem;
  color: #333;
}
.sub9-mod2-top .con .img {
  float: left;
  width: 45%;
}
.sub9-mod2-top .con .img img {
  width: 100%;
}
.sub9-mod2-top .con .text {
  padding-left: 5%;
  width: 43%;
  float: left;
}
.sub9-mod2-top .con .text h4 {
  padding-top: 0.15rem;
  font-size: 0.24rem;
  color: #333;
}
.sub9-mod2-top .con .text p {
  padding-top: 0.15rem;
  font-size: 0.16rem;
  color: #333;
}
.sub9-qrcode {
  float: left;
  width: 190px;
  padding-left: 35px;
  padding-bottom: 22px;
  margin-top: 35px;
  margin-left: 7px;
  position: relative;
}
.sub9-qrcode li,
.sub9-qrcode p {
  font-size: 16px;
  color: #333;
}
.sub9-qrcode li {
  width: 20px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sub9-qrcode p {
  position: absolute;
  bottom: 0;
  right: 55px;
}
@media (max-width: 768px) {
  .sub9-qrcode {
    float: none;
    margin: auto;
    margin-bottom: 30px;
  }
}
.sub9-mod3 {
  width: 65.5%;
  margin-left: 2.6%;
}
.sub9-mod3 a {
  width: 42%;
  padding-left: 2%;
  padding-right: 2%;
  border: 2px solid #939393;
  color: #333;
  font-size: 0.20rem;
  line-height: 0.46rem;
}
.sub9-mod3 a img {
  width: 22%;
}
.sub9-mod3 a:nth-child(1) {
  float: left;
  text-align: right;
}
.sub9-mod3 a:nth-child(1) span {
  float: left;
}
.sub9-mod3 a:last-child {
  float: right;
}
.sub9-mod3 a:last-child span {
  float: right;
}
.sub9-mod4 {
  padding: 0.8rem 0 0.8rem;
  max-width: 1800px;
  margin: auto;
  width: 95%;
}
.sub9-mod4 h1 {
  width: 100%;
  font-size: 0.30rem;
  color: #333;
}
.sub9-mod4 a {
  float: left;
  width: 44.444444%;
  padding-top: 0.4rem;
  display: block;
}
.sub9-mod4 a h3 {
  font-size: 0.20rem;
  color: #666;
  font-family: "微软雅黑";
}
.sub9-mod4 a p {
  color: #666;
  font-size: 0.18rem;
  margin: 0.17rem 0 0.17rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sub9-mod5 {
  display: none;
}
.line_1{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line_2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line_3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sub9-mod4 a li {
  color: #666;
  font-size: 0.18rem;
}
.sub9-mod4 a:nth-child(2n+1) {
  float: right;
}
.sub10-mod1 {
  padding-top: 0.6rem;
  width: 97.7%;
  padding-left: 2.3%;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.sub10-mod1 h1 {
  position: absolute;
  left: 2.4%;
  top: 35%;
  color: #ff0000;
  font-size: 0.36rem;
  font-weight: normal;
}
.sub10-mod1 > div {
  width: 73%;
  margin: auto;
}
.sub10-mod1 ul {
  width: auto;
  display: table;
  margin: auto;
}
.sub10-mod1 ul li {
  float: left;
  line-height: 0.45rem;
}
.sub10-mod1 ul li a {
  display: inline-block;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 0.2rem;
  color: #333;
  position: relative;
  transition: all 0.5s;
}
.sub10-mod1 ul .lili a {
  color: #ff0000;
  font-size: 0.3rem;
}
.sub10-mod1 ul .lili a:after {
  content: "";
  width: 3px;
  height: 64%;
  background: #ff0000;
  display: block;
  position: absolute;
  left: 9%;
  top: 23%;
}
.sub10-mod2 {
  display: none;
  padding-bottom: 0.8rem;
  max-width: 1250px;
  margin: auto;
}
.sub10-mod2 h6,
.sub10-mod2 p,
.sub10-mod2 span {
  color: #333;
  font-size: 0.2rem;
  font-weight: normal;
}
.sub10-mod2 h6 {
  padding-top: 0.3rem;
}
.sub10-mod2 p {
  padding-left: 4%;
  padding-bottom: 0.1rem;
}
.sub11-content {
  padding-top: 0.6rem;
  /* max-width: 1825px;*/
  width: 94.79%;
  margin: auto;
}
.sub11-mod1 {
  float: left;
  width: 66.4%;
  border-bottom: 1px solid #cccccc;
}
.sub11-mod1 p {
  padding-bottom: 0.25rem;
  font-size: 0.22rem;
  color: #333;
}
.sub11-mod2 {
  width: 24.657%;
  float: right;
}
.sub11-mod2 input {
  width: 94%;
  padding-left: 4%;
  border: 2px solid #ccc;
  background: #b7dee8;
  height: 0.46rem;
  color: #666;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.sub11-mod2 input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
  font-size: 0.16rem;
}
.sub11-mod2 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: 0.16rem;
}
.sub11-mod2 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 0.16rem;
}
.sub11-mod2 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
  font-size: 0.16rem;
}
.sub11-mod2 input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
  font-size: 0.16rem;
}
.sub11-mod2 textarea {
  margin-bottom: 0.2rem;
  width: 94%;
  padding-left: 4%;
  height: 2.45rem;
  padding-top: 0.12rem;
  border: 2px solid #ccc;
  background: #b7dee8;
}
.sub11-mod2 textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
  font-size: 0.16rem;
}
.sub11-mod2 textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
  font-size: 0.16rem;
}
.sub11-mod2 textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
  font-size: 0.16rem;
}
.sub11-mod2 button {
  width: 1.16rem;
  height: 0.36rem;
  background: #ff0000;
  color: #fff;
  font-size: 0.16rem;
  border: 2px solid #ccc;
}
.sub11-mod3 {
  /*max-width: 1825px;*/
  width: 94.79%;
  margin: auto;
}
.sub11-mod3 p {
  font-size: 0.2rem;
  color: #333;
  padding-top: 0.1rem;
}
.map {
  width: 100%;
  text-align: center;
  padding: 0.4rem 0 0.9rem;
}



.sub7_add1{
  width: 100%;
}
.sub7_add1 a{
  border-bottom: 1px solid #cccccc;
  display: block;
  font-size: 32px;
  color: #333;
  padding: 15px 0 12px;
  text-align: left;
  letter-spacing: 5px;
}
.sub7_add1 a:first-child{
  padding: 0 0 12px;
}
.sub7_add1 a span{
  position: relative;
}
.sub7_add1 a span:after{
  content: "";
  display: none;
  position: absolute;
  width: 3px;
  height: 33px;
  background: #ff0000;
  position: absolute;
  left: -9px;
  top: 2px;bottom: 0;
  margin: auto;
}
.sub7_add1 .active{
  color: #ff0000;
}
.sub7_add1 .active span:after{
  display: block;
}
