.f14px {
  font-size: 14px;
}

.f16px {
  font-size: 16px;
}

.book {
  border: 1px solid #000;
}

.db {
  display: block;
}

.dnb {
  display: inline-block;
}

.flight {
  font-weight: lighter;
}

.fbold {
  font-weight: bold;
}

.imghover {
  transition: 600ms ease-in-out;
  transform: scale(1.2);
}

.hovercolor {
  color: #e61c16;
}

.zhong {
  display: -webkit-box;
  /* chrome 4 , safari 3.1, ios safari 3.2  */
  display: -moz-box;
  /* firefox 17- */
  display: -webkit-flex;
  /* chrome 21 , safari 6.1 , ios safari 7 , opera 15/16 */
  display: -moz-flex;
  /* firefox 18  */
  display: -ms-flexbox;
  /* ie 10 */
  display: flex;
  /* chrome 29 , firefox 22 , ie 11 , opera 12.1/17/18, android 4.4  */
  justify-content: center;
  align-items: center;
}

.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.f48 {
  font-size: 48px;
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}



@media (max-width: 1440px) {
  .f48 {
    font-size: 25px;
  }
}

.daohang {
  background: #fff;
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.daohang .fl .daohang_ul {
  font-size: 0;
  line-height: 58px;
}

.daohang .fl .daohang_ul li {
  display: inline-block;
  font-size: 0;
  position: relative;
}

.daohang .fl .daohang_ul li a {
  color: #595d61;
  font-size: 18px;
  margin: 0 25px 0 0;
  display: inline-block;
}

.daohang .fl .daohang_ul li span {
  font-size: 23px;
  display: inline-block;
  padding-right: 25px;
  color: #404040;
}

.daohang .fl .daohang_ul li .ds {
  margin-right: 25px;
}

.daohang .fl .daohang_ul li i {
  font-size: 21px;
  color: #404040;
  display: inline-block;
}

body {
  padding-top: 91px;
}

.hrd {
  color: #2a211f;
  font-size: 48px;
  font-weight: lighter;
  padding: 70px 0;
}

@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.shi .bg-h {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.shi .ship-wen {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shi .ship-wen .p1 {
  font-size: 60px;
  color: #ffffff;
  line-height: 1.444;
  font-weight: lighter;
  text-shadow: 2px 3.464px 8px rgba(90, 90, 90, 0.75);
}

.shi .ship-wen .p2 {
  text-shadow: 2px 3.464px 8px rgba(90, 90, 90, 0.75);
  font-weight: lighter;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
}

.shi .ship-wen .bo {
  margin-top: 30px;
}

.shi .ship-wen .bo i {
  font-size: 50px;
  color: #ffffff;
}

.shi .shu {
  bottom: 20px;
  left: 49%;
  position: absolute;
  z-index: 66;
  animation: myfirst 1s infinite;
  cursor: pointer;
}

.hols {
  padding-bottom: 100px;
}

.hols .fangan .col-md-6 {
  padding: 15px;
}

.hols .fangan .col-md-6 a {
  display: block;
  display: -webkit-box;
  /* chrome 4 , safari 3.1, ios safari 3.2  */
  display: -moz-box;
  /* firefox 17- */
  display: -webkit-flex;
  /* chrome 21 , safari 6.1 , ios safari 7 , opera 15/16 */
  display: -moz-flex;
  /* firefox 18  */
  display: -ms-flexbox;
  /* ie 10 */
  display: flex;
  /* chrome 29 , firefox 22 , ie 11 , opera 12.1/17/18, android 4.4  */
  justify-content: center;
  align-items: center;
  background: #ffffff;
  overflow: hidden;
  border-right: 1px solid #eeeeee;
}

.hols .fangan .col-md-6 a .hong {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 30px;
  transition: 600ms ease-in-out;
}

.hols .fangan .col-md-6 a .hong p:nth-child(1) {
  font-size: 40px;
  font-weight: 400;
}

.hols .fangan .col-md-6 a:hover img {
  transition: 600ms ease-in-out;
  transform: scale(1.2);
}

.gong {
  background: url(/uploads/image/thimg/2.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.gong .gong-bg {
  background: rgba(255, 255, 255, 0.94);
  padding: 87px 60px 100px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  position: relative;
}

.gong .gong-bg .hd {
  color: #e71c17;
  font-size: 48px;
  font-weight: lighter;
}

.gong .gong-bg .gong-con {
  color: #2a211f;
  font-size: 16px;
  line-height: 1.875;
  margin-top: 30px;
}

.gong .gong-bg::after {
  width: 4px;
  height: 40px;
  background-color: #e71c17;
  position: absolute;
  content: "";
  left: -4px;
  top: -22px;
}

.gong .gong-bg::before {
  height: 4px;
  width: 40px;
  background-color: #e71c17;
  position: absolute;
  content: "";
  left: -22px;
  top: -4px;
}

.shuzi {
  background: #f0f1f5;
  padding: 120px 0;
}

.shuzi .big-shu {
  color: #555555;
  font-weight: lighter;
  font-size: 90px;
  line-height: 1;
}

.shuzi .big-shu .xi {
  font-weight: 100;
}

.shuzi .big-shu .jia {
  font-size: 24px;
}

.shuzi .ming {
  color: #555555;
  font-size: 20px;
  font-weight: lighter;
  margin-top: 5px;
  text-transform: uppercase;
}

.pro-ul li {
  background: #fff;
  padding: 70px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dede;
}

.pro-ul li a {
  display: block;
}

.pro-ul li a .bianti {
  color: #474646;
  font-size: 40px;
}

.pro-ul li a .left {
  overflow: hidden;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
}

.pro-ul li a .right {
  padding: 100px 70px 0 70px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
}

.pro-ul li a .zhanyao {
  color: #474646;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pro-ul li a .more-span {
  display: inline-block;
  line-height: 55px;
  color: #fff;
  background: #e61c16;
  border-radius: 27px;
  padding: 0 60px;
  font-size: 14px;
  margin-top: 51px;
}

.pro-ul li:hover .left {
  padding-left: 0px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
}

.pro-ul li:hover .right {
  padding-right: 40px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
}

.pro-ul li:hover .right .more-span {
  color: #fff;
  background: #e61c16;
}

.pro-ul li:nth-child(2n) {
  background: #f0f1f5;
}

.pro-ul li:nth-child(2n) .left {
  float: right;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
}

.pro-ul li:nth-child(2n) .right {
  float: left;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -moz-transition: 0.15s linear;
}

.pro-ul li:nth-child(2n) .right .more-span {
  border-style: solid;
  border-width: 1px;
  border-color: #d8dede;
  border-radius: 27px;
  color: #523f33;
  background: #fff;
}

.pro-ul li:nth-child(2n):hover .left {
  padding-right: 0px;
}

.pro-ul li:nth-child(2n):hover .right {
  padding-left: 0px;
}

.pro-ul li:nth-child(2n):hover .right .more-span {
  color: #fff;
  background: #e61c16;
}

.new-list .col-md-4 {
  padding: 0;
  background: #f0f1f5;
}

.new-list .col-md-4 a {
  display: block;
}

.new-list .col-md-4 .top-img img {
  height: 330px;
}

.new-list .col-md-4 .bot-con {
  height: 330px;
  padding: 50px 30px;
}

.new-list .col-md-4 .bot-con .dates {
  color: #626262;
  font-size: 40px;
  font-weight: lighter;
}

.new-list .col-md-4 .bot-con .dates span {
  color: #818182;
  font-size: 18px;
}

.new-list .col-md-4 .bot-con .zhanyao1 {
  font-size: 18px;
  color: #616163;
  line-height: 30px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new-list .col-md-4 .bot-con .zhanyao2 {
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new-list .col-md-4:hover img {
  transition: 600ms ease-in-out;
  transform: scale(1.2);
}

.new-list .col-md-4:hover .zhanyao1,
.new-list .col-md-4:hover .dates {
  color: #e61c16;
}

.support {
  padding-bottom: 48px;
}

.support .col-sm-4,
.support .col-md-8 {
  padding: 0;
}

.support .support-ul {
  padding: 31px 25px;
  border: 2px solid #f0f1f5;
}

.support .support-ul li {
  margin-bottom: 25px;
}

.support .support-ul li >div {
  transition: 600ms ease-in-out;
  padding: 15px;
  background: #f0f1f5;
  display: block;
}

.support .support-ul li >div .sup-b {
  font-size: 18px;
  color: #616163;
}

.support .support-ul li >div .sup-c {
  color: #888888;
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.support .support-ul li:last-child {
  margin-bottom: 0;
}

.support .support-ul li:hover>div,
.support .support-ul li.active >div {
  background: #e61c16;
  transition: 600ms ease-in-out;
}

.support .support-ul li:hover>div .sup-b,
.support .support-ul li.active >div .sup-b,
.support .support-ul li:hover >div .sup-c,
.support .support-ul li.active >div .sup-c {
  color: #ffffff;
}

.support .jish-con .js-img {
  display: none;
}

.support .jish-con .js-img >div .overh:hover img {
  transition: 600ms ease-in-out;
  transform: scale(1.2);
}

.support .jish-con .js-img.active {
  display: block;
}

footer {
  padding: 50px 0;
  background: #f0f1f5;
}

footer .foot-ul li {
  display: inline-block;
}

footer .foot-ul li a {
  color: #575757;
  font-size: 16px;
}

footer .foot-ul li a:hover {
  color: #e61c16;
}

footer .foot-ul li span {
  display: inline-block;
  margin: 0 5px;
}

footer .foot-ul li:last-child span {
  opacity: 0;
}

footer .foot-div {
  color: #575757;
  font-size: 16px;
  margin-top: 5px;
}

footer .bdsharebuttonbox a {
  margin: 0 0 0 10px;
  padding: 0;
  height: auto;
  background: transparent;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  color: #9f9f9f;
  font-size: 20px;
  padding: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 23px;
}

.ban .ban-wen {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ban .ban-wen .ban-p1 {
  font-size: 48px;
  color: #ffffff;
}

.ban .ban-wen .ban-p2 {
  font-size: 24px;
  color: #ffffff;
}

.position {
  padding: 20px 0;
  background: #f0f1f5;
}

.position .position-a a {
  color: #555556;
  font-size: 14px;
  line-height: 18px;
}

.position .position-a a:hover {
  color: #e61c16;
}

.position .position-ul li {
  display: inline-block;
  margin-left: 45px;
}

.position .position-ul li a {
  color: #555556;
  font-size: 18px;
}

.position .position-ul li:hover a,
.position .position-ul li.active a {
  color: #e61c16;
}

.pros .pro-ul li {
  background: #f0f1f5;
}

.pros .pro-ul li:nth-child(2n) {
  background: #fff;
}

.ban1 .ban1-w {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.ban1 .ban1-w .w-about {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.ban1 .ban1-w .w-about .ban1-p1 {
  font-size: 16px;
  color: #fff;
}

.ban1 .ban1-w .w-about .ban1-p2 {
  font-size: 48px;
  color: #fff;
}

.us-about {
  color: #2a211f;
  font-size: 16px;
  line-height: 30px;
}

.us-about .us-biao {
  font-size: 48px;
  font-weight: lighter;
  color: #e61c16;
  margin: 90px 0 0 0;
}

.us-about .us-con {
  color: #2a211f;
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0 40px 0;
}

.us-about .bg-us {
  background: #efefef;
}

.us-shuzi {
  background: #fff;
  padding: 70px 0;
}

.us-dian {
  padding-bottom: 106px;
}

.us-dian .col-md-4 {
  padding: 0 10px;
}

.us-dian .col-md-4 a {
  height: 330px;
  background: #f0f1f5;
  transition: 600ms ease-in-out;
  display: block;
}

.us-dian .col-md-4 a .us-z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.us-dian .col-md-4 a .us-img2 {
  display: none;
}

.us-dian .col-md-4 a .us-p1 {
  color: #747474;
  font-size: 24px;
  margin-top: 20px;
}

.us-dian .col-md-4 a .us-p2 {
  color: #747474;
  font-size: 18px;
}

.us-dian .col-md-4 a:hover {
  background: #e61c16;
}

.us-dian .col-md-4 a:hover .us-img1 {
  display: none;
}

.us-dian .col-md-4 a:hover .us-img2 {
  display: block;
  margin: auto;
}

.us-dian .col-md-4 a:hover .us-p2,
.us-dian .col-md-4 a:hover .us-p1 {
  color: #fff;
}

.zhaop .zhaop-zhao {
  margin-top: 40px;
  font-size: 16px;
  color: #2a211f;
  line-height: 30px;
}

.zhaop .dian-ul {
  padding: 60px 0;
}

.zhaop .dian-ul li {
  cursor: pointer;
  overflow: hidden;
}

.zhaop .dian-ul li .dian-top {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.zhaop .dian-ul li .dian-top .fl {
  color: #e61c16;
  font-size: 24px;
  width: 70%;
}

.zhaop .dian-ul li .dian-top .fl i {
  font-size: 25px;
}

.zhaop .dian-ul li .dian-top .fr {
  width: 30%;
  color: #e61c16;
  font-size: 18px;
  line-height: 35px;
}

.zhaop .dian-ul li .zhaops-cons {
  font-size: 16px;
  color: #383838;
  line-height: 1.875;
  transition: 600ms ease-in-out;
  height: 0;
  opacity: 0;
  position: relative;
  top: -100%;
}

.zhaop .dian-ul li.active .zhaops-cons {
  top: 0%;
  opacity: 1;
  transition: 600ms ease-in-out;
  height: auto;
  padding: 30px 0;
}

.slidedown {
  animation-name: slidedown;
  -webkit-animation-name: slidedown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.jishu .js-ul {
  padding: 50px 0 20px 0;
}

.jishu .js-ul li {
  background: #f0f1f5;
  margin-bottom: 30px;
}

.jishu .js-ul li .a {
  display: block;
}

.jishu .js-ul li .a .rights1 {
  padding: 100px 45px 100px 30px;
}

.jishu .js-ul li .a .rights1 .jiagong-p {
  color: #e61c16;
  font-size: 18px;
}

.jishu .js-ul li .a .rights1 .jaigong {
  color: #696564;
  font-size: 14px;
  line-height: 30px;
  height: 210px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.jishu .js-ul li:nth-child(2n) .lefts1 {
  float: right;
}

.jishu .js-ul li:nth-child(2n) .rights1 {
  float: left;
  padding: 100px 30px 100px 45px;
}

.lianxi .cons-c {
  padding: 60px 0;
}

.lianxi .cons-c .col-md-5 {
  width: 39%;
}

.lianxi .cons-c .col-md-7 {
  width: 60%;
}

.lianxi .cons-c .dizhis {
  color: #888687;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 50px;
}

.lianxi .cons-c .dizhis .dizhi-p {
  color: #474646;
  font-size: 24px;
  margin-bottom: 10px;
}

.lianxi .cons-c .dizhis:last-child {
  margin-bottom: 0;
}

.lianxi .cons-c .col-md-3 {
  min-height: 190px;
  border-right: 1px solid #eeeeee;
}

.lianxi .cons-c .col-md-3 i {
  font-size: 40px;
  color: #e61c16;
}

.lianxi .cons-c .col-md-3 .lianxi-p1 {
  color: #888687;
  font-size: 14px;
  margin-top: 4px;
}

.lianxi .cons-c .col-md-3 .lianxi-p2 {
  color: #474646;
  font-weight: 18px;
  margin: 7px 0;
}

.lianxi .cons-c .col-md-3 .lianxi-p3 {
  color: #888687;
  font-size: 16px;
  line-height: 24px;
}

.lianxi .cons-c .col-md-3:last-child {
  border-right: none;
}

.map img {
  max-width: initial;
}

.hds {
  font-size: 48px;
  font-weight: lighter;
  text-align: center;
  color: #2a211f;
  padding: 60px 0 40px 0;
}

.liuan .col-md-3 {
  padding: 0 10px;
  margin-bottom: 30px;
}

.liuan .col-md-3 input {
  width: 100%;
  height: 60px;
  color: #2a211f;
  font-size: 16px;
  background: #f0f1f5;
  padding-left: 13px;
}

.liuan .col-md-3 input::placeholder {
  color: #2a211f;
  font-size: 16px;
  font-weight: lighter;
}

.liuan .col-md-12 {
  padding: 0 10px;
}

.liuan .col-md-12 textarea {
  width: 100%;
  background: #f0f1f5;
  border: none;
  padding: 13px;
  resize: none;
  height: 230px;
}

.liuan .col-md-12 textarea::placeholder {
  color: #2a211f;
  font-size: 16px;
  font-weight: lighter;
}

.liuan .col-md-12 button {
  background: #e61c16;
  color: #fff;
  font-size: 14px;
  line-height: 57px;
  border-radius: 30px;
  border: none;
  margin: 40px 0 73px 0;
  padding: 0 70px;
  transition: 600ms ease-in-out;
}

.liuan .col-md-12 button:hover {
  background: #c5cbe2;
}

.red {
  color: #e61c16;
  top: 50%;
  position: absolute;
  transform: translatey(-50%);
  left: 15px;
}

.newisss {
  padding-top: 60px;
}

.newisss .tuijians {
  margin-bottom: 30px;
}

.newisss .tuijians a {
  display: inline-block;
  background: #f0f1f5;
}

.newisss .tuijians a .overh {
  width: 67%;
}

.newisss .tuijians a .fr {
  padding-top: 60px;
  padding-right: 30px;
  width: 30%;
}

.newisss .tuijians a .fr .xinwen-p2 {
  color: #e61c16;
  font-size: 20px;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newisss .tuijians a .fr .xinwen-p1 {
  color: #e61c16;
  font-size: 40px;
}

.newisss .tuijians a .fr .xinwen-p1 span {
  font-size: 18px;
}

.newisss .tuijians a .fr .xinwen-p3 {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.newisss .tuijians a .fr .span-move {
  margin-top: 80px;
  font-size: 14px;
  color: #523f33;
  display: inline-block;
  border: 1px solid #e4e7e9;
  line-height: 57px;
  padding: 0 45px;
  border-radius: 30px;
}

.newisss .tuijians:hover a img {
  transition: 600ms ease-in-out;
  transform: scale(1.2);
}

.newisss .tuijians:hover a .span-move {
  background: #e61c16;
  color: #fff;
  transition: 600ms ease-in-out;
}

.newisss .xinwen-ul li {
  margin-bottom: 30px;

}

.newisss .xinwen-ul li.active {

  display: block;
}

.newisss .xinwen-ul li a {
  padding: 40px;
  background: #f0f1f5;
  display: block;
}

.newisss .xinwen-ul li a .overh {
  width: 35%;
}

.newisss .xinwen-ul li a .fr {
  width: 62%;
}

.newisss .xinwen-ul li a .fr .xinwen-p1 {
  color: #909092;
  font-size: 18px;
}

.newisss .xinwen-ul li a .fr .xinwen-p2 {
  color: #616163;
  font-size: 20px;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newisss .xinwen-ul li a .fr .xinwen-p3 {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.newisss .xinwen-ul li a .fr .span-move {
  margin-top: 80px;
  font-size: 14px;
  color: #523f33;
  display: inline-block;
  border: 1px solid #e4e7e9;
  line-height: 57px;
  padding: 0 45px;
  border-radius: 30px;
}

.newisss .xinwen-ul li:hover img {
  transition: 600ms ease-in-out;
  transform: scale(1.2);
}

.newisss .xinwen-ul li:hover a .fr {
  transition: 600ms ease-in-out;
}

.newisss .xinwen-ul li:hover a .fr .xinwen-p1 {
  color: #e61c16;
}

.newisss .xinwen-ul li:hover a .fr .xinwen-p2 {
  color: #e61c16;
}

.newisss .xinwen-ul li:hover a .fr .span-move {
  background: #e61c16;
  color: #fff;
  transition: 600ms ease-in-out;
}

.newisss .jiazai {
  background: #f0f1f5;
  margin-bottom: 80px;
}

.newisss .jiazai a {
  color: #e61c16;
  display: block;
  line-height: 90px;
}

.newisss .jiazai i {
  color: #e61c16;
}

.chaop-xing {
  padding: 120px 0;
}

.chaop-xing .xing-s {
  width: 42%;
  text-align: left;
  top: 0;
  left: 0;
}

.chaop-xing .xing-s .xing-sbiao {
  color: #e61c16;
  font-size: 40px;
}

.chaop-xing .xing-s .xingzhan {
  color: #474646;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
}

.chaop-xing .xing-s .cansh {
  padding: 20px 28px;
  border: 1px solid #d8dede;
  border-radius: 30px;
  display: inline-block;
}

.chaop-xing .xing-s .cansh a {
  color: #523f33;
  font-size: 14px;
  display: inline-block;
  padding: 0 20px;
}

.chaop-xing .xing-s .cansh a.active,
.chaop-xing .xing-s .cansh a:hover {
  color: #e61c16;
}

.canshu-con {
  background: #f0f1f5;
  height: 350px;
  padding-top: 60px;
}

.canshu-con .canshu-ul {
  text-align: center;
}

.canshu-con .canshu-ul li {
  display: inline-block;
  margin: 0 60px;
  cursor: pointer;
  border-bottom: 8px solid transparent;
  transition: 600ms ease-in-out;
}

.canshu-con .canshu-ul li .canshu-p1 {
  color: #474646;
  font-size: 24px;
}

.canshu-con .canshu-ul li .canshu-p2 {
  color: #474646;
  font-size: 18px;
}

.canshu-con .canshu-ul li.active,
.canshu-con .canshu-ul li:hover {
  border-bottom: 8px solid #e61c16;
}

.nei-xing .conss {
  position: relative;
  margin-top: -220px;
  background: #fff;
  padding: 40px;
}

.nei-xing .conss .neirong-s {
  display: none;
}

.nei-xing .conss .neirong-s.active {
  display: block;
}

.nei-xing .conss .neirong-zhan {
  color: #474646;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.nei-xing .conss .gao-ti {
  padding: 40px 0 60px 0;
}

.nei-xing .conss .gao-ti .col-md-4 {
  border-right: 1px solid #e5e5e5;
}

.nei-xing .conss .gao-ti .col-md-4:last-child {
  border-right: none;
}

.nei-xing .conss .gao-ti .gao {
  color: #e61c16;
  font-size: 24px;
}

.nei-xing .conss .gao-ti .gao2 {
  color: #848383;
  font-size: 16px;
}

.nei-xing .conss .gao-ti .reds {
  color: #e61c16;
}

.nei-xing .conss .uls-con {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

.nei-xing .conss .uls-con li {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.nei-xing .conss .uls-con li .wentu {
  width: 29%;
}

.nei-xing .conss .uls-con li .ewn {
  width: 69%;
  padding-top: 40px;
}

.nei-xing .conss .uls-con li .ewn .yu {
  font-size: 24px;
  color: #474646;
}

.nei-xing .conss .uls-con li .ewn .con-ew {
  color: #474646;
  font-size: 16px;
  line-height: 30px;
}

.nei-xing .conss .uls-con li:nth-child(2n) .wentu {
  float: right;
}

.nei-xing .conss .uls-con li:nth-child(2n) .ewn {
  float: left;
}

.nei-xing .fanghui {
  padding: 10px 40px 40px 40px;
}

.nei-xing .fanghui a {
  font-size: 14px;
  color: #523f33;
  padding: 0 60px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  display: inline-block;
  line-height: 55px;
  transition: 400ms ease-in-out;
}

.nei-xing .fanghui a:hover {
  background: #e61c16;
  color: #fff;
}

.searchbox {
  padding: 44px 0 38px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 92px;
  border-top: 2px solid #e71c17;
  text-align: center;
  z-index: 44;
}

.searchbox.active {
  top: 70px;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #e71c17;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}

.ds {
  padding-left: 20px;
  cursor: pointer;
}

/* 一键导航 */
.mobile-foot {
  display: none;
  background: #e71c17;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 15px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 50%;
  transform: translatey(-50%);
  right: 0px;
  width: 60px;
  border-right: none;
  z-index: 2;
  border: 1px solid #dee2e7;
  background: #fff;
}

.fix_ul li {
  font-size: 12px;
  text-align: center;
  float: none;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
  background: #e71c17;
}

.fix_ul li i {
  font-size: 25px;
  color: #fff;
}

.right_div {
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 0px;
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  min-width: 120px;
}

.fix_ul li:hover a {
  color: #848484;
}

.fix_ul li:hover .right_div {
  opacity: 1;
  right: 60px;
}

.fix_ul li:hover {
  background: #f0f1f5;
}

.fix_ul li:hover i {
  color: #e71c17;
}

.yin {
  position: fixed;
  top: 91px;
  left: 0;
  right: 0;
  z-index: 99;
  bottom: 0;
  background: rgba(191, 191, 191, 0.5);
  display: none;
}

.big_ul {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.frist_ul {
  background-color: #fff;
  height: 100%;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 60px;
  padding-right: 20px;
  padding: 60px 20px;
  width: 25%;
  border-right: 1px solid #b1b3b5;
}

.frist_ul>li>a {
  color: #5d6266;
  display: block;
  line-height: 18px;
  font-size: 24px;
  padding: 6% 16px;
}

.h100 {
  height: 100%;
}

.send_ul {
  position: absolute;
  top: 0;
  left: 25%;
  bottom: 0;
  right: 0;
  width: 25%;
  background: #fff;
  padding: 60px 20px;
  border-right: 1px solid #b1b3b5;
  box-sizing: border-box;
  margin-right: 1px;
  display: none;
}

.send_ul>li>a {
  padding: 0 30px;
  color: #5d6266;
  display: block;
  line-height: 60px;
  font-size: 18px;
  padding: 0 16px;
}

.send_ul>li:nth-child(1)>a {
  margin: 0 15px;
  display: block;
  padding: 0;
  color: #5d6266;
  line-height: 60px;
  font-size: 20px;
  border-bottom: 2px solid #d8d9da;
}

.send_ul3 {
  width: 100%;
  left: 100.2%;
  position: absolute;
  border-left: 1px solid #eaeaea;
}

.frist_ul>.active>a,
.send_ul2>.active>a {
  color: #e71c17;
}

.frist_ul>.active>a>i,
.send_ul2>.active>a>i {
  color: #e71c17;
}

.frist_ul>li>a:hover>i,
.send_ul2>li>a:hover>i,
.send_ul3>li>a:hover>i {
  color: #e71c17;
}

.send_ul2>li>a:hover,
.frist_ul>li>a:hover,
.send_ul3>li>a:hover {
  color: #e71c17;
}

.rongyu {
  padding: 60px 0;
}

.rongyu .col-md-3 {
  margin-bottom: 30px;
}

.hezuo {
  padding: 60px 0;
}

.hezuo .col-md-2 {
  margin-bottom: 30px;
}

.danye-con {
  padding: 50px 0;
  font-size: 16px;
  color: #888888;
  line-height: 30px;
}

.pro-xing {
  margin-top: 30px;
}

.xing-biao {
  color: #505050;
  font-size: 24px;
}

.cons-bian2 {
  color: #707077;
  font-size: 14px;
  margin: 10px 0;
}

.newss-xingqing {
  padding: 20px 0;
  color: #707077;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
}

.xings-p {
  margin-top: 25px;
}

.xias>div {
  width: 50%;
}

.xias {
  margin-top: 15px;
}

.xias>div a {
  color: #a3a3a3;
  font-size: 14px;
}

.xias>div a:hover {
  color: #cd282b;
}

.newisss-xing {
  padding-bottom: 50px;
}

.phone {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}

#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.phone .index_a {
  width: auto;
  margin-top: 5px;
}

.sidebar-menu.is-active #wrapper {
  transform: translatex(-300px);
}

.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #c40d23;
  line-height: 70px;
}

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #e7e9eb;
  transition: right 0.5s;
  z-index: 99999;
}

.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}

.sidebar-menu__header {
  height: 50px;
  background: #c40d23;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}

.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-menu__title>i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}

.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga"1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}

.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.colos {
  line-height: 70px;
}

.sidebar-menu__item:first-child {
  border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #a50014 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}

.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
  color: #6e6e6e;
}

.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translatex(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translatex(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}

.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.tuis-biao{

  font-size: 20px;

    padding: 20px 0 20px 15px;
    background: #f0f1f5;
}

.tuis{

  padding-bottom: 70px;


}
.tuis .bs{
display: block;    color: #474646;
font-size: 18px;
text-align: center;
margin: 10px 0;
}
.tuis .bs:hover{
  color: #e61c16;
}
@media (max-width: 1600px) {
  .zhaop .dian-ul li .dian-top .fl {
    font-size: 21px;
  }

  .lianxi .cons-c .dizhis .dizhi-p {
    font-size: 19px;
  }

  .lianxi .cons-c .dizhis {
    font-size: 14px;
    margin-bottom: 17px;
  }

  .hds {
    font-size: 30px;
    padding: 30px 0;
  }

  .lianxi .cons-c .col-md-3 .lianxi-p3 {
    font-size: 14px;
    line-height: 24px;
  }

  .newisss .xinwen-ul li a .fr .span-move {
    margin-top: 20px;
  }

  .jishu .js-ul li a .rights1 {
    padding: 30px 45px 30px 30px;
  }

  .jishu .js-ul li:nth-child(2n) .rights1 {
    float: left;
    padding: 30px 30px 30px 45px;
  }

  .jishu .js-ul li a .rights1 .jaigong {
    font-size: 14px;
    line-height: 25px;
  }

  .chaop-xing .xing-s .xing-sbiao {
    font-size: 32px;
  }

  .ban1 .ban1-w .w-about .ban1-p2,
  .us-about .us-biao {
    font-size: 30px;
  }

  .chaop-xing .xing-s .xingzhan {
    font-size: 14px;
    line-height: 24px;
  }

  .position .position-ul li {
    margin-left: 19px;
  }

  .position .position-ul li a {
    font-size: 15px;
  }

  .shi .ship-wen .p1 {
    font-size: 44px;
  }

  .shi .ship-wen .p2 {
    font-size: 25px;
  }

  .hrd {
    font-size: 30px;
    padding: 50px 0;
  }

  .hols {
    padding-bottom: 70px;
  }

  .gong {
    padding: 60px 0;
  }

  .gong .gong-bg {
    padding: 40px;
  }

  .gong .gong-bg .hd {
    font-size: 30px;
  }

  .gong .gong-bg .gong-con {
    margin-top: 10px;
  }

  .shuzi {
    padding: 60px 0;
  }

  .shuzi .big-shu {
    font-size: 58px;
  }

  .pro-ul li {
    padding: 30px 0;
  }

  .pro-ul li a .bianti {
    font-size: 25px;
  }

  .pro-ul li a .right {
    padding: 50px 50px 0 50px;
  }

  .pro-ul li a .more-span {
    line-height: 42px;
    padding: 0px 48px;
    margin-top: 21px;
  }

  .support .support-ul {
    padding: 15px;
  }

  .support .support-ul li {
    margin-bottom: 10px;
  }

  .support .support-ul li a .sup-c {
    font-size: 14px;
    height: 51px;
    line-height: 26px;
  }

  .frist_ul>li>a {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .us-about .us-biao {
    margin: 30px 0 0 0;
  }

  .xias>div {
    width: 100%;
    text-align: left;
  }

  .newisss .xinwen-ul li a .fr .xinwen-p3,
  .newisss .tuijians a .fr .xinwen-p3 {
    font-size: 14px;
    line-height: 25px;
  }

  .newisss .xinwen-ul li a .fr .xinwen-p2,
  .newisss .tuijians a .fr .xinwen-p2 {
    font-size: 18px;
  }

  .newisss .xinwen-ul li a .fr .span-move,
  .newisss .tuijians a .fr .span-move {
    margin-top: 20px;
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
  }

  .chaop-xing {
    padding: 30px 0;
  }

  .chaop-xing .xing-s {
    width: 100%;
    position: relative;
  }

  .us-about .us-con {
    font-size: 14px;
    line-height: 25px;
  }

  .nei-xing .conss .uls-con li .ewn {
    padding-top: 0;
  }

  .nei-xing .conss .uls-con li .ewn .yu {
    font-size: 20px;
  }

  .nei-xing .conss .uls-con li .ewn .con-ew {
    font-size: 14px;
    line-height: 25px;
  }

  .ban .ban-wen .ban-p1 {
    font-size: 30px;
  }

  footer .foot-ul li a {
    font-size: 13px;
  }

  .position .position-ul li {
    margin-left: 11px;
  }

  footer .foot-div {
    font-size: 14px;
  }

  .ban .ban-wen .ban-p2 {
    font-size: 19px;
  }

  .shi .ship-wen .p1 {
    font-size: 20px;
  }

  .shi .ship-wen .p2 {
    font-size: 18px;
  }

  .new-list .col-md-4 .bot-con {
    height: 250px;
    padding: 20px;
  }

  .new-list .col-md-4 .bot-con .dates {
    font-size: 20px;
  }

  .new-list .col-md-4 .bot-con .zhanyao1 {
    font-size: 16px;
  }

  .new-list .col-md-4 .bot-con .zhanyao2 {
    font-size: 14px;
  }

  .new-list .col-md-4 .top-img img {
    height: 250px;
  }

  .support .support-ul {
    padding: 10px;
  }

  .support .support-ul li {
    margin-bottom: 5px;
  }

  .support .support-ul li a {
    padding: 10px;
  }

  .support .support-ul li a .sup-c {
    font-size: 14px;
    line-height: 26px;
  }

  .shuzi .big-shu {
    font-size: 37px;
  }

  .shuzi .ming {
    font-size: 16px;
  }

  .shuzi {
    padding: 39px 0;
  }
}

@media (max-width: 990px) {
  .lianxi .cons-c .col-md-3 {
    margin-bottom: 10px;
  }

  .lianxi .cons-c .col-md-7 {
    width: 100%;
    margin-top: 10px;
  }

  .searchbox {
    top: 70px;
  }

  .lianxi .cons-c .col-md-5 {
    width: 100%;
  }

  .lianxi .cons-c {
    padding: 30px 0;
  }

  .newisss .xinwen-ul li a .fr .xinwen-p3 {
    -webkit-line-clamp: 2;
  }

  .zhaop .zhaop-zhao {
    font-size: 14px;
    line-height: 25px;
  }

  .zhaop .dian-ul li .dian-top .fl {
    font-size: 16px;
  }

  .zhaop .dian-ul {
    padding: 20px 0;
  }

  .zhaop .dian-ul li .dian-top {
    padding: 10px 0;
  }

  .zhaop .dian-ul li .dian-top .fr {
    width: 30%;
    font-size: 14px;
    line-height: 25px;
  }

  .zhaop .dian-ul li .dian-top .fl i {
    font-size: 18px;
  }

  .us-dian .col-md-4 a {
    height: 250px;
  }

  .us-dian .col-md-4 a .us-p1 {
    font-size: 17px;
  }

  .us-dian .col-md-4 a .us-p2 {
    font-size: 11px;
  }

  .canshu-con {
    height: 300px;
    padding-top: 20px;
  }

  .daohang {
    display: none;
  }

  .hols .fangan .col-md-3 a {
    height: 235px;
  }

  .nei-xing .conss {
    padding: 15px;
  }

  .nei-xing .conss .neirong-zhan {
    font-size: 14px;
    line-height: 25px;
  }

  .nei-xing .conss .gao-ti .gao {
    font-size: 18px;
  }

  .nei-xing .conss .gao-ti .gao2 {
    color: #848383;
    font-size: 14px;
  }

  .canshu-con .canshu-ul li .canshu-p1 {
    font-size: 20px;
  }

  .canshu-con .canshu-ul li .canshu-p2 {
    font-size: 15px;
  }

  .phone,
  .mobile-foot {
    display: block;
  }

  .new-list .col-md-4 {
    margin-bottom: 10px;
  }

  .new-list .col-md-4 .top-img img {
    height: auto;
  }

  .new-list .col-md-4 .bot-con {
    height: auto;
  }

  .hrd {
    font-size: 23px;
    padding: 20px 0;
  }

  .support .col-sm-4,
  .support .col-md-8 {
    padding: 15px;
  }

  .rightfix {
    display: none;
  }

  footer {
    display: none;
  }

  body {
    padding: 70px 0;
  }

  .js-ul .row {
    margin: 0;
    padding-top: 15px;
  }

  .hols .fangan .col-md-6 a .hong {
    font-size: 18px;
  }

  .hols .fangan .col-md-6 a .hong p:nth-child(1) {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .hols .fangan .col-md-6 {
    padding: 7.5px 15px;
  }

  .shi .ship-wen {
    display: none;
  }

  .jishu .js-ul li:nth-child(2n) .rights1,
  .jishu .js-ul li a .rights1 {
    padding: 15px;
  }

  .hrd {
    font-size: 18px;
    padding: 20px 0;
  }

  .hols .fangan .col-md-3 {
    border-bottom: 1px solid #eeeeee;
  }

  .hols {
    padding-bottom: 30px;
  }

  .gong {
    padding: 20px 15px;
  }

  .gong .gong-bg {
    padding: 15px;
  }

  .gong .gong-bg .hd {
    font-size: 22px;
  }

  .gong .gong-bg .gong-con {
    font-size: 14px;
    line-height: 25px;
  }

  .pro-ul li a .right {
    padding: 15px;
  }

  .pro-ul li a .bianti {
    font-size: 21px;
  }

  .pro-ul li a .zhanyao {
    font-size: 14px;
    line-height: 25px;
  }

  .new-list .col-md-4 .bot-con {
    padding: 15px;
  }

  .new-list .col-md-4 .bot-con .zhanyao2 {
    line-height: 25px;
  }

  .position {
    display: none;
  }

  .ban .ban-wen {
    width: 100%;
  }

  .ban .ban-wen .ban-p1 {
    font-size: 16px;
  }

  .ban .ban-wen .ban-p2 {
    font-size: 12px;
  }

  .pro-ul li {
    padding: 15px 0;
  }

  .chaop-xing {
    padding: 15px;
  }

  .chaop-xing .xing-s .xing-sbiao {
    font-size: 24px;
  }

  .chaop-xing .xing-s .cansh {
    padding: 15px;
  }

  .canshu-con {
    height: 285px;
  }

  .canshu-con .canshu-ul li {
    border-bottom: 4px solid transparent;
    margin: 0 5px;
  }

  .canshu-con .canshu-ul li .canshu-p1 {
    font-size: 16px;
  }

  .canshu-con .canshu-ul li .canshu-p2 {
    font-size: 12px;
  }

  .canshu-con .canshu-ul li.active,
  .canshu-con .canshu-ul li:hover {
    border-bottom: 4px solid #e61c16;
  }

  .nei-xing .conss .gao-ti .col-md-4 {
    border-right: none;
    padding: 15px;
  }

  .nei-xing .conss .gao-ti .col-md-4:last-child {
    border-bottom: none;
  }

  .nei-xing .conss .gao-ti {
    padding: 20px 0;
  }

  .nei-xing .conss .uls-con li .wentu {
    width: 100%;
  }

  .nei-xing .conss .uls-con li .ewn {
    width: 100%;
    margin-top: 15px;
  }

  .nei-xing .conss .uls-con li .ewn .con-ew {
    margin-top: 10px;
  }

  .nei-xing .fanghui a {
    padding: 0 41px;
    line-height: 32px;
  }

  .us-about .us-biao {
    margin: 27px 0 0 0;
    font-size: 20px;
  }

  .us-about .us-con {
    margin: 15px;
  }

  .us-dian .col-md-4 {
    padding: 7.5px 0;
  }

  .ban1 .ban1-w .w-about {
    left: 10%;
  }

  .ban1 .ban1-w .w-about .ban1-p2,
  .us-about .us-biao {
    font-size: 20px;
  }

  .ban1 .ban1-w .w-about .ban1-p1 {
    font-size: 12px;
  }

  .danye-con {
    padding: 15px;
    font-size: 14px;
    line-height: 25px;
  }

  .hezuo .col-md-2 {
    margin-bottom: 15px;
    padding-right: 7.5px;
  }

  .hezuo .col-md-2:nth-child(2n) {
    padding-left: 7.5px;
    padding-right: 15px;
  }

  .hezuo {
    padding: 20px 0;
  }

  .zhaop {
    padding: 0 15px;
  }

  .zhaop .dian-ul li.active .zhaops-cons {
    padding: 10px 0;
    font-size: 14px;
    line-height: 25px;
  }

  .newisss .tuijians a .overh,
  .newisss .xinwen-ul li a .overh {
    width: 100%;
  }

  .newisss .tuijians a .fr,
  .newisss .xinwen-ul li a .fr {
    width: 100%;
    padding: 15px;
  }

  .newisss .xinwen-ul li a .fr {
    padding: 15px 0;
  }

  .newisss .tuijians a .fr .xinwen-p1 {
    font-size: 23px;
  }

  .newisss .xinwen-ul li a {
    padding: 15px;
  }

  .newisss .jiazai a {
    line-height: 50px;
  }

  .newisss .xinwen-ul li a .fr .xinwen-p2,
  .newisss .tuijians a .fr .xinwen-p2 {
    font-size: 16px;
  }

  .newisss {
    padding: 15px;
  }

  .newisss .tuijians,
  .newisss .xinwen-ul li {
    margin-bottom: 15px;
  }

  .newisss-xing {
    padding: 15px;
  }

  .xing-biao {
    font-size: 19px;
  }

  .pro-xing {
    margin-top: 10px;
  }

  .lianxi .cons-c .col-md-3 {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
  }

  .lianxi .cons-c .col-md-3:last-child {
    border-bottom: none;
  }

  .liuan .col-md-3 input {
    height: 44px;
  }

  .liuan .col-md-12 button {
    margin: 20px 0;
    line-height: 45px;
  }

  .rongyu {
    padding: 30px 0;
  }

  .rongyu .col-md-3 {
    margin-bottom: 15px;
  }

  .liuan .col-md-3 {
    margin-bottom: 10px;
  }

  .searchbox {
    padding: 15px;
  }

  .lianxi .cons-c {
    padding: 15px;
  }

  .lianxi .cons-c .dizhis .dizhi-p {
    font-size: 16px;
  }
  .tuis{
    padding: 15px;
  }
}

.js-ul li:hover img {
  transition: 600ms ease-in-out;
  transform: scale(1.2);
}

.js-ul li:hover a .rights1 .jaigong {
  color: #e61c16;
}

.content-di .site_cell a:hover {
  color: #e61c16;
}




#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #cccccc;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page .thisclass {
  border: 1px solid #4d6afe;
}

#page .thisclass a {
  color: #4d6afe;
}

#page li:hover {
  border: 1px solid #4d6afe;
}

#page li:hover a {
  color: #4d6afe;
}

#page li a {
  color: #666
}

#page li.active {
  border: 1px solid #4d6afe;
  background-color: #4d6afe;
  color: #ffffff
}

#page li.active a {
  color: #fff
}

.ditu>.active {
  opacity: 1;
  z-index: 10;
}

.ditu>div {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

}

.ditu {
  min-height: 500px;
}

.ditu img {
  max-width: inherit;
}

.ditu-ul {
  top: 25px;
  z-index: 99;
  left: 20px;
}

.ditu-ul>li {
  display: inline-block;
  color: #6c6c6d;
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  background: #fff;
  margin-right: 10px;
  box-shadow: 0px 0px 5px 0px rgb(201, 199, 199);
}

.ditu-ul>.active,
.ditu-ul>li:hover {
  background: #e61c16;
  color: #fff;
}