@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  border-width: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  position: relative;
}

a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #333;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

* html .clearfix {
  zoom: 1;
}

::-webkit-input-placeholder {
  color: #408fee;
}

:-moz-placeholder {
  color: #408fee;
}

::-moz-placeholder {
  color: #408fee;
}

:-ms-input-placeholder {
  color: #408fee;
}

.c-icon,
.layui-icon {
  width: 30px;
  height: 30px;
  display: block;
  background: no-repeat center;
  -moz-background-size: contain;
       background-size: contain;
}

.c-icon-menu {
  background-image: url("../images/icon/menu.png");
}

.c-icon-close {
  background-image: url("../images/icon/close.png");
}

.layui-icon-down {
  background-image: url("../images/icon/more.png");
}

.c-icon-home {
  background-image: url("../images/icon/home.png");
}
.c-icon-home.active {
  background-image: url("../images/icon/home_active.png");
}

.c-icon-message {
  background-image: url("../images/icon/message.png");
}
.c-icon-message.active {
  background-image: url("../images/icon/message_active.png");
}

.c-icon-top {
  background-image: url("../images/icon/top.png");
}
.c-icon-top.active {
  background-image: url("../images/icon/top_active.png");
}

.layui-icon-username {
  background-image: url("../images/icon/user.png");
}

.layui-icon-cellphone {
  background-image: url("../images/icon/phone.png");
}

.layui-icon-email {
  background-image: url("../images/icon/mail.png");
}

.img-hover-big {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.img-hover-big:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.csj-cursor {
  cursor: pointer;
}

:root {
  --theme-color: #024EA6;
}

.swiper,
.swiper-container {
  overflow: hidden;
}

.img-box {
  position: relative;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.container {
  width: 1500px;
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .container {
    width: 1160px;
  }
}
@media only screen and (max-width: 1230px) {
  .container {
    width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 500px) {
  .container {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
nav {
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.34);
     -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.34);
          box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.34);
  padding-left: 183px;
  height: 122px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
nav .left,
nav .middle {
  float: left;
}
nav .r, nav .right {
  float: right;
}
nav .middle li {
  float: left;
}
nav .left {
  padding-top: 33px;
  padding-bottom: 22px;
}
nav .left img {
  height: 100%;
  width: 21.6vw;
  -o-object-fit: contain;
     object-fit: contain;
}
nav .middle {
  padding-left: 103px;
  padding-right: 52px;
}
nav .middle li {
  padding-top: 28px;
  padding-bottom: 22px;
  position: relative;
}
nav .middle li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  padding: 26px 0;
  margin-right: 80px;
  border-bottom: 3px solid transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}
nav .middle li dl {
  /*width: 117%;*/
    width: 130%;
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 96%;
  right: calc(40px - 15%);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F8FC;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
         
}
nav .middle li dl dd{
  width: 100%;
}
nav .middle li dl dd a {
  display: block;
  width: 100%;
padding: 0;
  padding-top: 15px;
  
  font-size: 14px;
  text-align: center;
  background: #F7F8FC;
  box-sizing: border-box;
  text-align: center;

}
nav .middle li dl dd:last-child a{
  padding-bottom: 15px;
}
nav .middle li:hover a, nav .middle li.active a {
  color: var(--theme-color);
}
nav .middle li:hover dl, nav .middle li.active dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  
}
nav .middle li:hover dl dd a, nav .middle li.active dl dd a {
  border-bottom-color: transparent;
  color: #000;
  margin-right: 0;
}
nav .middle li:hover dl dd a:hover, nav .middle li.active dl dd a:hover {
  color: var(--theme-color);
}
nav .middle li:hover a, nav .middle li.active a {
  color: var(--theme-color);
  border-bottom-color: var(--theme-color);
}
nav .middle li:last-child a {
  margin-right: 0;
}
nav .middle li:hover a {
  color: var(--theme-color);
  border-bottom-color: var(--theme-color);
}
nav .left h2 {
  display: none;
}
nav .right {
  height: 100%;
  color: #FFFFFF;
  padding-left: 57px;
  width: 357px;
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
  line-height: 23px;
  background-color: var(--theme-color);
  padding-bottom: 16px;
}
nav .right .t {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
  padding-bottom: 13px;
}
nav .right .t img {
  width: 29px;
  height: 29px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}

@media only screen and (max-width: 1900px) {
  nav .middle {
    padding-left: 30px;
padding-right: 15px;
  }
  
}
@media only screen and (max-width: 1800px) {
  nav {
    padding-left: 90px;
    height: 115px;
  }
  nav .left {
    padding-top: 31px;
    padding-bottom: 20px;
  }
  nav .middle {

     padding-left: 10px;
padding-right: 10px;
  }
  nav .middle li {
    padding-top: 26px;
    padding-bottom: 20px;
  }
  nav .middle li a {
    font-size: 16px;
    padding: 24px 0;
    margin-right: 70px;
  }
  nav .middle li dl {
    top: 115px;
    right: calc(35px - 15%);
  }
  nav .right {
    padding-left: 44px;
    width: 256px;
    font-size: 22px;
    padding-bottom: 12px;
  }
  nav .right .t {
    font-size: 15px;
    padding-top: 17px;
    padding-bottom: 12px;
  }
  nav .right .t img {
    width: 28px;
    height: 28px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1600px) {
  nav {
    padding-left: 60px;
    height: 100px;
  }
  nav .left {
    padding-top: 26px;
    padding-bottom: 18px;
  }
  nav .middle {
    padding-left: 70px;
    padding-right: 33px;
  }
  nav .middle li {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  nav .middle li dl {
    top: 100px;
  }
  nav .middle li a {
    font-size: 15px;
    padding: 21px 0;
    margin-right: 46px;
  }
  nav .middle li dl{right: calc(23px - 15%);}
  nav .right {
    padding-left: 40px;
    width: 210px;
    font-size: 20px;
  }
  nav .right .t {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 5px;
  }
  nav .right .t img {
    width: 25px;
    height: 25px;
    margin-right: 13px;
  }
}
@media only screen and (max-width: 1230px) {
  nav {
    padding-left: 40px;
    height: 77px;
  }
  nav .left {
    padding-top: 22px;
    padding-bottom: 15px;
  }
  nav .left img {
    width: 226px;
  }
  nav .middle {
    padding-left: 24px;
    padding-right: 18px;
  }
  nav .middle li {
    padding-top: 14px;
    padding-bottom: 10px;
  }
  nav .middle li dl {
    top: 77px;
  }
  nav .middle li dl dd a {
    padding: 15px 6px;
  }
  nav .middle li a {
    font-size: 14px;
    padding: 17px 0;
    margin-right: 36px;
  }
  nav .middle li dl{
      right:calc(18px - 15%);
  }
  nav .right {
    padding-left: 27px;
    width: 170px;
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 8px;
  }
  nav .right .t {
    line-height: 17px;
    padding-top: 8px;
  }
  nav .right .t img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
}
.m-nav {
  display: none;
}

@media screen and (max-width: 1023px) {
  nav {
    display: none;
  }
  .m-nav {
    display: block;
    height: 60px;
    margin-top: 0px;
    background-color: #F7F8FC;
    -moz-background-size: cover;
         background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .m-nav .layui-icon-down:before {
    content: "";
  }
  .m-nav .layui-nav-tree .layui-nav-child dd.layui-this,
.m-nav .layui-nav-tree .layui-nav-child dd.layui-this a,
.m-nav .layui-nav-tree .layui-this,
.m-nav .layui-nav-tree .layui-this > a,
.m-nav .layui-nav-tree .layui-this > a:hover {
    background-color: rgba(2, 78, 166, 0.8);
    color: #fff !important;
  }
  .m-nav .layui-nav .layui-this:after,
.m-nav .layui-nav-bar {
    background-color: rgba(2, 78, 166, 0.8) !important;
  }
  .m-nav .container {
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .m-nav .container li {
    height: 100%;
  }
  .m-nav .container li a {
    height: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-nav .container li a .logo {
    height: 100%;
    width: auto;
    max-width: 70vw;
    padding: 10px 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .m-nav .container li .csj-bars {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    cursor: pointer;
    padding-right: 20px;
  }
  .m-nav .layui-nav .layui-nav-mored,
.m-nav .layui-nav-itemed > a .layui-nav-more {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .m-nav .layui-icon {
    width: 40px;
    height: 40px;
  }
  .m-nav .layui-nav {
    width: 100%;
    background-color: #fff;
    background-color: #F7F8FC;
    -moz-background-size: cover;
         background-size: cover;
  }
  .m-nav .layui-nav.layui-nav-side {
    top: 60px;
  }
  .m-nav .layui-nav .layui-nav-item.layui-this > a {
    color: #000;
  }
  .m-nav .layui-nav .layui-nav-item.layui-this > a:hover {
    color: var(--theme-color);
  }
  .m-nav .layui-nav .layui-nav-item a {
    color: #000;
    padding-top:0;
    padding-bottom:0;
    margin-top:10px;
  }
  .m-nav .layui-nav .layui-nav-item.layui-nav-itemed a {
    color: #000 !important;
  }
  .m-nav .layui-nav .layui-nav-item.layui-nav-itemed > .layui-nav-child {
    background-color: rgba(2, 78, 166, 0.3) !important;
  }
}
.layui-nav .layui-nav-more{
    padding:0!important;
      top:0;
      background-size: auto 20px;
}
.foot {
  background-color: #353535;
  padding-top: 75px;
  padding-bottom: 131px;
}
.foot .container dl {
  float: left;
}
.foot .container dl dt {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 11px;
}
.foot .container dl dt img {
  width: 138px;
  height: auto;
}
.foot .container dl dd {
  color: #999999;
  line-height: 30px;
}
.foot .container dl dt a{
      color: #fff;
}
.foot .container dl dd a {
  display: block;
  font-weight: 400;
  color: #999999;
}
.foot .container dl:nth-child(2) {
  /*margin-left: 117px;*/
    margin-left: 130px;
}
.foot .container dl:nth-child(3) {
  /*margin-left: 37px;*/
    margin-left: 130px;
}
.foot .container dl:nth-child(4) {
  /*margin-left: 174px;*/
    margin-left: 130px;
}
.foot .container dl:nth-child(5) {
  /*margin-left: 161px;*/
    margin-left: 130px;
}
.foot .container dl:nth-child(6) {
  float: right;
  width: 273px;
}
.foot .container dl:nth-child(6) dd {
  padding-left: 25px;
  position: relative;
}
.foot .container dl:nth-child(6) dd::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 30px;
  line-height: 30px;
  content: " ";
  background-position: center;
  background-repeat: no-repeat;
}
.foot .container dl:nth-child(6) dd span,
.foot .container dl:nth-child(6) dd i {
  float: left;
}
.foot .container dl:nth-child(6) dd i {
  width: auto;
  max-width: 198px;
  font-style: normal;
}
.foot .container dl:nth-child(6) dd:nth-child(2)::before {
  background-image: url("../images/icon/foot_addr.png");
}
.foot .container dl:nth-child(6) dd:nth-child(3)::before {
  background-image: url("../images/icon/foot_phone.png");
}
.foot .container dl:nth-child(6) dd:nth-child(4)::before {
  background-image: url("../images/icon/foot_email.png");
}
.foot .container dl:nth-child(6) dd:nth-child(5)::before {
  background-image: url("../images/icon/foot_tel.png");
}

.foot-bottom {
  background-color: #202020;
  padding-top: 19px;
  padding-bottom: 15px;
  color: #666666;
}

.foot-bottom a {
  color: #666666;
}

.foot-bottom .left {
  float: left;
}

.foot-bottom .left > span {
  text-transform: capitalize;
}
.foot-bottom .left > span:nth-child(2) {
  margin-left: 25px;
  margin-right: 18px;
}

.foot-bottom .left img {
  vertical-align: middle;
  margin-right: 10px;
}

.foot-bottom .right {
  float: right;
}

.foot-bottom .right .shu {
  margin-left: 7px;
  margin-right: 7px;
}

.foot-bottom .right .scroll-top {
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .foot {
    padding-top: 50px;
    padding-bottom: 66px;
  }
  .foot .container dl dt {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .foot .container dl dt img {
    width: 115px;
  }
  .foot .container dl:nth-child(2) {
    margin-left: 60px;
  }
  .foot .container dl:nth-child(3) {
    margin-left: 30px;
  }
  .foot .container dl:nth-child(4) {
    margin-left: 100px;
  }
  .foot .container dl:nth-child(5) {
    margin-left: 60px;
  }
  .foot .container dl:nth-child(6) {
    width: 288px;
  }
  .foot-bottom {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1230px) {
  .foot {
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .foot .container dl dt {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .foot .container dl dt img {
    width: 115px;
  }
  .foot .container dl:nth-child(2) {
    margin-left: 35px;
  }
  .foot .container dl:nth-child(3) {
    margin-left: 20px;
  }
  .foot .container dl:nth-child(4) {
    margin-left: 40px;
  }
  .foot .container dl:nth-child(5) {
    margin-left: 40px;
  }
  .foot .container dl:nth-child(6) {
    width: 272px;
  }
  .foot-bottom .left > span:nth-child(2) {
    margin-left: 10px;
    margin-right: 5px;
  }
  .foot-bottom .left img {
    margin-right: 5px;
  }
  .foot-bottom .right {
    float: left;
  }
}
@media only screen and (max-width: 1023px) {
  .foot .container dl dt {
    font-size: 15px;
  }
  .foot .container dl:nth-child(2), .foot .container dl:nth-child(3), .foot .container dl:nth-child(4), .foot .container dl:nth-child(5) {
    margin-left: 2.5vw;
  }
  .foot-bottom {
    padding-top: 10px;
    padding-bottom: 78px;
  }
  body.body_index .foot-bottom{padding-bottom:15px}
  .foot-bottom .right .shu,
.foot-bottom .right .scroll-top {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .foot {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .foot .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .foot .container dl:nth-child(2), .foot .container dl:nth-child(3), .foot .container dl:nth-child(4), .foot .container dl:nth-child(5) {
    margin-left: 2vw;
  }
  .foot .container dl:nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 10px;
    width: 100%;
  }
  .foot .container dl:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (max-width: 767px) {
  .foot {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .foot .container dl {
    display: none;
  }
  .foot .container dl:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 30%;
    display: block;
  }
  .foot .container dl:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 60%;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .foot .container dl {
    text-align: center;
  }
  .foot .container dl:nth-child(5) {
    width: 100%;
    margin-bottom: 10px;
  }
  .foot .container dl:nth-child(6) {
    width: 100%;
  }
  .foot .container dl:nth-child(6) dd {
    text-align: left;
  }
  .foot .container dl:nth-child(6) dd i {
    max-width: 86%;
    float: left;
  }
}
.foot-nav {
  display: none;
}

@media screen and (max-width: 1023px) {
  .foot-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1100;
    padding: 10px 0;
  }
  .foot-nav li {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-nav li span {
    font-size: 36px;
  }
  .foot-nav li span:last-child {
    padding-top: 2px;
    font-size: 16px;
  }
  .foot-nav li:hover {
    color: var(--theme-color);
  }
}
@media screen and (max-width: 960px) {
  .foot-nav li span {
    font-size: 24px;
  }
  .foot-nav li span:last-child {
    font-size: 12px;
  }
}
/* 非首页banner */
.ban {
  height: 31.25vw;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  overflow: hidden;
  position: relative;
}

/* Banner文本 */
.ban .px_txt {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 16.5vw;
}

.ban .px_txt p {
  font-size: 50px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
}

.ban .px_txt p:first-child {
  font-size: 34px;
  height: 1em;
  line-height: 1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1699px) {
  .ban .px_txt p {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
  }
  .ban .px_txt p:first-child {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1499px) {
  .ban .px_txt p {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
  }
  .ban .px_txt p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1299px) {
  .ban .px_txt p {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
  }
  .ban .px_txt p:first-child {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1230px) {
  .ban .px_txt {
    padding-top: 14vw;
  }
}
@media screen and (max-width: 1023px) {
  .ban .px_txt p {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
  }
  .ban .px_txt p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ban {
    background-position: center;
    height: 236px;
  }
  .ban .px_txt {
    color: #fff;
    font-weight: bold;
    padding-top: 120px;
    text-align: center;
  }
  .ban .px_txt p {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
  }
  .ban .px_txt p:first-child {
    font-size: 16px;
    height: 1em;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1230px) {
  .ban {
    margin-top: 0;
  }
}
/* 非首页banner结束 */
/* 面包屑 */
#mbx {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  background: #eff0f1;
}

#mbx .mbx-box {
  padding: 0;
  position: relative;
}

#mbx .mbx-path {
  background: url(../images/icon/position.png) no-repeat left 18px;
  -moz-background-size: auto 12px;
       background-size: auto 12px;
  line-height: 29px;
  padding: 10px 0 10px 20px;
  color: #999;
}

#mbx .mbx-path a {
  color: #999;
}

/*768以下屏幕*/
@media screen and (max-width: 767px) {
  #mbx .mbx-path {
    font-size: 13px;
  }
  #mbx .mbx-path a {
    margin: 0 5px;
  }
}
/*668以下屏幕*/
@media screen and (max-width: 667px) {
  #mbx .xq_nav {
    display: block;
  }
  #mbx .xq_nav a {
    height: 38px;
    line-height: 38px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 0 15px;
    display: inline-block;
  }
}
/* 面包屑结束 */
/*二级导航开始*/
.sub_cnav {
  margin-top: 20px;
  background: #eee;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.sub_cnav a {
  border-right: 1px solid #FFF;
  height: 49px;
  line-height: 49px;
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.sub_cnav a.on {
  background: rgba(2, 78, 166, 0.8);
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .sub_cnav a {
    display: block;
    width: 33.33%;
    float: left;
    border-bottom: 1px solid #FFF;
    padding: 0 0;
    text-align: center;
    height: 42px;
    line-height: 42px;
  }
}
/*二级导航结束*/
/* 标题 */
.sub_title {
  text-align: center;
  position: relative;
}

.sub_title .s_t {
  margin: 0;
  font-size: 36px;
  color: #313131;
  /*height: 46px;*/
  line-height: 46px;
  position: relative;
  font-weight: bold;
}

.sub_title .s_t span {
  font-weight: bold;
  color: var(--theme-color);
}

.sub_title i {
  display: block;
  width: 41px;
  height: 4px;
  background: var(--theme-color);
  margin: 19px auto 0;
}

.sub_title p {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 6px;
}

@media screen and (max-width: 1629px) {
  .sub_title .s_t {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
  }
  .sub_title i {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 1429px) {
  .sub_title .s_t {
    font-size: 26px;
    height: 34px;
    line-height: 34px;
  }
  .sub_title i {
    margin: 6px auto 0;
  }
  .sub_title p {
    font-size: 13px;
    line-height: 22px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1223px) {
  .sub_title .s_t {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
  }
  .sub_title p br {
    display: none;
  }
}
/* 标题结束 */
/*分页*/
.manu {
  padding: 25px 3px;
  margin: 3px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.manu a {
  border: 1px solid #D9D9D9;
  padding: 9px 15px;
  text-decoration: none;
  margin: 0 2px;
}

.manu a:hover {
  border: 1px solid var(--theme-color);
}

.manu a:active {
  border: 1px solid var(--theme-color);
}

.manu .current {
  border: 1px solid var(--theme-color);
  padding: 9px 15px;
  background: var(--theme-color);
  font-weight: bold;
  margin: 0 2px;
  color: #FFF;
}

.manu .disabled {
  border: 1px solid #D9D9D9;
  padding: 9px 15px;
  color: #D9D9D9;
  margin: 0 2px;
}

@media screen and (max-width: 1429px) {
  .manu {
    margin-top: 20px;
  }
}
.logo-title {
  display: none;
}
/*公用分页*/
.fanye{list-style:none;border-top:1px dashed #cccccc;border-bottom:1px dashed #c2a9a4;padding-top:10px;padding-bottom:10px;margin-top:10px;}
.fanye ul li{height:30px;line-height:30px;text-align:left;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fanye ul li a{ color:#333;}

.pro_table table{border:none!important;width:100%!important;padding:0!important;border-collapse:collapse!important;border-spacing:0!important;}
.pro_table table td,.pro_table table th{text-align:center!important;padding:10px 5px!important;line-height:1.2!important;width:auto!important;font-size:16px!important;color:#333!important;border:1px solid #E2E2E2!important;}
.pro_table table td *,.pro_table table th *{line-height:1.2!important;}
@media screen and (max-width: 1023px) {
  .pro_table table td, .pro_table table th{font-size:14px!important;}
}

@media screen and (max-width: 767px) {
  .ps_table{width:100%;overflow:hidden;overflow-x:auto;}
  .ps_table table{width:auto!important;min-width:640px;}
}


/*friendlink*/
.friendlink{background:#202020;padding:0 0 24px;}
.friendlink span{width:75px;float:left;display:block;height:24px;line-height:24px;font-size:14px;color:#666;margin-top:5px;}
.friendlink .fl_a{width:calc(100% - 75px);float:right;}
.friendlink .fl_a a{color:#666;white-space:nowrap;display:inline-block;font-size:14px;position:relative;height:24px;line-height:24px;margin-right:25px;margin-top:5px;}

@media screen and (max-width:1600px){
     .friendlink{padding:0 0 20px;}
}

@media screen and (max-width:1230px){
    .friendlink{padding:0 0 15px;}
}

@media screen and (max-width:1023px){
    .friendlink{padding:0 0 78px;}
    .friendlink span{width:100%;float:none;margin-top:0;}
    .friendlink .fl_a{width:100%;float:none;}
}



