* {
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  width: 100%;
  line-height: 1;
  color: #232323;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier,
    monospace;
  text-align: justify;
  overflow-x: hidden;
  background-color: #fff;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #232323;
  text-decoration: none;
}
a:hover {
  color: #c40001;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.c:after {
  display: table;
  content: "";
  clear: both;
}
.c {
  *zoom: 1;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.img {
  line-height: 0;
  overflow: hidden;
}
.img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.userSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
table {
  width: 100%;
  font-size: 14px;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr {
  height: 32px;
}
table tr:hover {
  background: #c40001;
  color: #fff;
}
table td,
table th {
  text-align: center;
  border: 1px solid #ddd;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.fdh {
  position: fixed;
  display: none;
  background-color: #fff;
  width: 100%;
  z-index: 8;
  bottom: 0px;
}
.fdh li {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.fdh li img {
  width: 20px;
  vertical-align: middle;
}
.fdh li a {
  color: #642151;
  font-size: 14px;
  margin-left: 5px;
}
.fdh .li {
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 50px;
  line-height: 50px;
  background: url(../images/foot_ph.png) no-repeat right top/100%;
}
.fdh .li img {
  width: 26px;
  margin-top: -8px;
}
.fdh .li a {
  color: #fff;
  font-size: 20px;
}
.nyban img {
  min-height: 310px;
  object-fit: cover;
}
.dqwz {
  background: #f0f3fa;
  padding: 10px 0;
  border-top: 1px solid #d3dcf0;
  border-bottom: 1px solid #d3dcf0;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.dqwz .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dqwz .p1:before {
  color: #fb423b;
  margin-right: 10px;
}
.dqwz .p2 {
  display: none;
  color: #fff;
  padding: 10px 0;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  padding-top: 20px;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page {
  text-align: center;
}
.page span {
  display: none;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #232323;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.page a.current {
  color: #fff;
  border-color: #ff3c00;
  background: #ff3c00;
}
.page a:hover {
  color: #fff;
  border-color: #c40001;
  background: #c40001;
}
.map {
  display: block;
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}

/* index.html */
.header {
  position: absolute;
  width: 100%;
  background: url(../images/headBg.png) repeat;
  z-index: 9;
}
.headLogo {
  float: left;
  margin: 20px 42px 17px 0;
}
.headMenu {
  float: left;
  margin-top: 45px;
}
.headMenu li {
  float: left;
  padding: 0 20px;
}
.headMenu li a {
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.2px;
}
.headMenu li a i {
  position: relative;
  display: block;
  width: 30px;
  height: 4px;
  margin: 10px auto 0;
  overflow: hidden;
}
.headMenu li a i:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../images/headMenuIco.png) no-repeat;
}
.headMenu li.active a i:after,
.headMenu li a:hover i:after {
  transform: none;
}
.headTel {
  float: right;
}
.headTel .tel {
  float: left;
  margin: 33px 2px 0 40px;
}
.headTel .tel:first-of-type {
  margin-left: 0;
}
.headTel span {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 1px 0 1px 24px;
  background: url(../images/headTelIco.png) no-repeat 2px center;
}
.headTel strong {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-top: 2px;
}
.bannerBox {
  position: relative;
  overflow: hidden;
}
.bannerBox .bd {
  line-height: 0;
  cursor: pointer;
}
.bannerBox .bd img {
  min-height: 180px;
  object-fit: cover;
}
.bannerBox .hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  width: 112px;
  line-height: 0;
  text-align: center;
  padding: 1px 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 14px;
  z-index: 9;
}
.bannerBox .hd li {
  display: inline-block;
  cursor: pointer;
  margin: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}
.bannerBox .hd li.on {
  background-color: #c40001;
}
.bannerBox .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 158px;
  background-color: #1552a1;
  z-index: 9;
}
.bannerBox .bottom li {
  position: relative;
  float: left;
  width: 33.33%;
  height: 158px;
}
.bannerBox .bottom li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: url(../images/bannerIco2.png) no-repeat left top;
}
.bannerBox .bottom li:first-of-type:after {
  width: 0;
}
.bannerBox .bottom li .normal {
  text-align: center;
  margin-top: 34px;
}
.bannerBox .bottom li .active {
  position: absolute;
  left: 1px;
  bottom: 0;
  display: none;
  width: 100%;
  width: calc(100% - 1px);
  height: 189px;
  color: #fff;
  padding-top: 39px;
  padding-left: 62px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background-color: #f71e1e;
}
.bannerBox .bottom li.on .normal {
  display: none;
}
.bannerBox .bottom li.on .active {
  display: block;
}
.bannerBox .bottom li .normal div {
  width: 70px;
  height: 60px;
  margin: 0 auto 10px;
  background: url(../images/bannerNum1.png) no-repeat center top;
}
.bannerBox .bottom li:nth-of-type(2) .normal div {
  background-position-y: -60px;
}
.bannerBox .bottom li:nth-of-type(3) .normal div {
  background-position-y: -120px;
}
.bannerBox .bottom li .normal i {
  display: inline-block;
  width: 14px;
  height: 1px;
  vertical-align: middle;
  background: url(../images/bannerIco1.png) no-repeat left top;
}
.bannerBox .bottom li .normal i:first-of-type {
  background-position-y: -1px;
}
.bannerBox .bottom li .normal span {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  vertical-align: middle;
}
.bannerBox .bottom li .active .tit {
  line-height: 19px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 54px;
  background: url(../images/bannerNum2.png) no-repeat left top;
}
.bannerBox .bottom li:nth-of-type(2) .active .tit {
  background-position-y: -40px;
}
.bannerBox .bottom li:nth-of-type(3) .active .tit {
  background-position-y: -80px;
}
.bannerBox .bottom li .active .txt {
  line-height: 15px;
  font-size: 14px;
  margin-top: 25px;
  letter-spacing: 1px;
}
.bannerBox .bottom li .active i {
  display: block;
  width: 25px;
  height: 5px;
  margin-top: 27px;
  background: url(../images/bannerIco3.png) no-repeat;
}
.productBox {
  padding-top: 85px;
  background: url(../images/productBoxBg.jpg) no-repeat left bottom;
}
.productBox .tit {
  text-align: center;
}
.productBox .swiper-container {
  margin-top: 105px;
  padding-bottom: 228px;
}
.productBox .swiper-slide {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.productBox .swiper-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  background: url(../images/productBoxPicBg.png) no-repeat;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productBox .swiper-slide a {
  position: relative;
  display: block;
  line-height: 24px;
  color: #fff;
  border-bottom: 9px solid #1552a1;
  z-index: 1;
  overflow: hidden;
}
.productBox .swiper-slide a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: url(../images/productBoxBg.png) no-repeat left bottom;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.productBox .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  padding-left: 28px;
  padding-right: 160px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.productBox .swiper-slide .txt:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 1px;
  transform: translateX(100%);
  background-color: rgba(255, 255, 255, 0.21);
  z-index: 9;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.productBox .swiper-slide .txt:after {
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 17px;
  height: 19px;
  background: url(../images/productBoxIco1.png) no-repeat right center;
}
.productBox .swiper-slide .more {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 61px;
  padding-right: 75px;
  margin-bottom: 24px;
  background: url(../images/productBoxIco3.png) no-repeat 23px center;
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.productBox .swiper-slide:hover a {
  border-color: #c40001;
}
.productBox .swiper-slide:hover:before {
  width: 449px;
  height: 200px;
}
.productBox .swiper-slide:hover a:after {
  transform: none;
}
.productBox .swiper-slide:hover .txt {
  padding-left: 35px;
  background: url(../images/productBoxIco2.png) no-repeat 20px center;
  transform: translateY(-22px);
}
.productBox .swiper-slide:hover .txt:after {
  display: none;
}
.productBox .swiper-slide:hover .txt:before {
  transform: none;
}
.productBox .swiper-slide:hover .more {
  transform: none;
}
.productBox .swiper-container-horizontal > .swiper-pagination-bullets,
.productBox .swiper-pagination-custom,
.productBox .swiper-pagination-fraction {
  bottom: 96px;
}
.productBox .swiper-pagination-bullet-active {
  background-color: #c40001;
}
.product-prev-next {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 308px;
  height: 77px;
  bottom: 66px;
}
.productBox .swiper-button-next,
.productBox .swiper-button-prev {
  top: 22px;
  width: 77px;
  height: 77px;
}
.productBox .swiper-button-prev {
  left: 0;
  background: url(../images/prodcutBoxBtn1.png) no-repeat;
}
.productBox .swiper-button-next {
  right: 0;
  background: url(../images/prodcutBoxBtn2.png) no-repeat;
}
.productBox .swiper-button-prev.swiper-button-disabled,
.productBox .swiper-button-prev:hover {
  background-image: url(../images/prodcutBoxBtn3.png);
}
.productBox .swiper-button-next.swiper-button-disabled,
.productBox .swiper-button-next:hover {
  background-image: url(../images/prodcutBoxBtn4.png);
}
.ysBox {
  background: #08070d url(../images/ysBoxBg.jpg) no-repeat center bottom;
}
.ysBox .left {
  float: left;
  margin-top: 104px;
}
.ysBox .left ul {
  border: 1px dashed #fff;
  border-radius: 8px;
  margin-top: 23px;
}
.ysBox .left ul li {
  float: left;
  color: #fff;
  text-align: center;
  margin: 17px 18px 13px;
}
.ysBox .left ul li i {
  display: block;
}
.ysBox .left ul li span {
  display: block;
  width: 162px;
  line-height: 38px;
  font-size: 20px;
  margin-top: 12px;
  background: url(../images/ysBoxIco4.png) no-repeat;
}
.ysBox .left .pic {
  margin-top: 90px;
}
.ysBox .right {
  float: right;
}
.ysBox .right ul {
  float: right;
  width: 417px;
  margin-top: 125px;
  margin-right: 90px;
}
.ysBox .right ul li {
  float: left;
  width: 111px;
  height: 164px;
  color: #fff;
  padding-top: 7px;
  margin-right: 42px;
  text-align: center;
  cursor: pointer;
  background: url(../images/ysBoxIco11.png) repeat-x left top;
}
.ysBox .right ul li:nth-of-type(3n) {
  margin-right: 0;
}
.ysBox .right ul li div {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.ysBox .right ul li div:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/ysBoxIcoBg.png) no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ysBox .right ul li i {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #ec0a0a;
  border-radius: 50%;
  margin: 8px auto;
}
.ysBox .right ul li span {
  position: relative;
  display: block;
  font-size: 14px;
  z-index: 1;
}
.ysBox .right ul li span:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  content: "";
  width: 86px;
  height: 4px;
  background-color: #ec0a0a;
  z-index: -1;
}
.ysBox .right ul li:hover div:before {
  transform: rotateZ(180deg);
}
.ysBox .right .pic {
  float: left;
  margin-top: -40px;
  margin-right: -210px;
}
.ysBox .right .sj {
  display: none;
}
.aboutBox {
  position: relative;
  overflow: hidden;
  margin-bottom: 76px;
}
.aboutBox .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutBox .left {
  float: left;
  width: 890px;
  margin-top: 100px;
}
.aboutBox .left h2 {
  font-size: 36px;
  margin-top: 20px;
}
.aboutBox .left .txt {
  line-height: 1.8;
  color: #5b5b5b;
  margin-top: 54px;
}
.aboutBox .left ul {
  margin-top: 55px;
}
.aboutBox .left li {
  float: left;
  width: 253px;
  height: 63px;
  color: #444;
  margin-left: 44px;
  padding-top: 14px;
  padding-left: 112px;
  border: 1px solid #eaeaea;
  background: url(../images/aboutBoxIco1.png) no-repeat 49px center;
}
.aboutBox .left li:first-of-type {
  margin-left: 0;
}
.aboutBox .left li:nth-of-type(2) {
  color: #fff;
  background-color: #e90f10;
  background-image: url(../images/aboutBoxIco2.png);
}
.aboutBox .left li strong {
  display: block;
  font-size: 22px;
  font-weight: normal;
}
.aboutBox .left li span {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.aboutBox .left .bg2 {
  margin-top: 62px;
}
.aboutBox .right {
  float: left;
  margin-top: 106px;
  margin-left: 120px;
}
.aboutBox .right .video {
  position: relative;
  width: 159px;
  height: 152px;
  line-height: 24px;
  color: #fff;
  padding-top: 21px;
  padding-left: 41px;
  background-color: #e90f10;
}
.aboutBox .right .video:after {
  position: absolute;
  top: 0;
  left: 171px;
  content: "";
  width: 477px;
  height: 152px;
  background: url(../images/aboutBoxBg2.png) no-repeat;
}
.aboutBox .right .video .btn {
  margin-top: 20px;
  cursor: pointer;
}
.aboutBox .right .swiper-container {
  width: 389px;
  height: 450px;
  margin-top: 100px;
  background: url(../images/aboutBoxPic.jpg) no-repeat left bottom;
}
.aboutBox .right .swiper-slide {
  color: #fff;
  margin-top: 37px;
  padding: 0 45px;
}
.aboutBox .right .swiper-slide strong {
  display: block;
  color: #c40001;
  font-size: 60px;
  font-family: serif;
  margin-top: -37px;
}
.aboutBox .right .swiper-slide span {
  font-size: 22px;
}
.aboutBox .right .swiper-slide p {
  line-height: 23px;
  margin-top: 63px;
}
.aboutBox .about-prev-next {
  position: absolute;
  width: 110px;
  height: 46px;
  top: 94px;
  left: 45px;
  bottom: 0;
  margin: auto;
}
.aboutBox .swiper-button-next,
.aboutBox .swiper-button-prev {
  width: 46px;
  height: 46px;
}
.aboutBox .swiper-button-prev {
  left: 0;
  background: url(../images/aboutBoxBtn1.png) no-repeat;
}
.aboutBox .swiper-button-next {
  right: 0;
  background: url(../images/aboutBoxBtn3.png) no-repeat;
}
.aboutBox .swiper-button-prev.swiper-button-disabled,
.aboutBox .swiper-button-prev:hover {
  background-image: url(../images/aboutBoxBtn2.png);
}
.aboutBox .swiper-button-next.swiper-button-disabled,
.aboutBox .swiper-button-next:hover {
  background-image: url(../images/aboutBoxBtn4.png);
}
.aboutBottomBox {
  position: relative;
  padding-top: 86px;
  background-color: #1552a1;
}
.aboutBottomBox ul {
  margin-bottom: 93px;
}
.aboutBottomBox ul li {
  position: relative;
  float: left;
  width: 25%;
  color: #fff;
  text-align: center;
  padding: 7px 0;
}
.aboutBottomBox ul li:before {
  position: absolute;
  top: 0;
  left: -1px;
  content: "";
  width: 3px;
  height: 100%;
  background: url(../images/aboutBottomBoxIco6.png) no-repeat;
}
.aboutBottomBox ul li:first-of-type:before {
  width: 0;
}
.aboutBottomBox ul li .img {
  position: relative;
  width: 112px;
  height: 107px;
  margin: 11px auto;
  text-align: center;
  overflow: visible;
  z-index: 1;
}
.aboutBottomBox ul li .img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/aboutBottomBoxIco5.png) no-repeat center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aboutBottomBox ul li .img:after {
  position: absolute;
  top: -11px;
  left: -5px;
  content: "";
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #4475b4;
  z-index: -1;
}
.aboutBottomBox ul li strong {
  display: block;
  font-size: 22px;
  font-weight: normal;
  margin-top: 38px;
  letter-spacing: 1px;
}
.aboutBottomBox ul li span {
  display: block;
  color: #a1bad9;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.aboutBottomBox ul li:hover .img img {
  transform: rotateY(360deg);
}
.aboutBottomBox .tit {
  float: left;
}
.aboutBottomBox .swiper-container {
  float: left;
  width: 1278px;
  height: 594px;
  margin-left: 49px;
  border-left: 6px solid #f00001;
  background-color: #fff;
}
.aboutBottomBox .swiper-slide {
  padding-top: 140px;
  padding-left: 167px;
}
.aboutBottomBox .swiper-slide .left {
  float: left;
  padding-right: 47px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e2e2e2;
}
.aboutBottomBox .swiper-slide .left h3 {
  position: relative;
  font-size: 34px;
  margin-top: 24px;
}
.aboutBottomBox .swiper-slide .left h3:before {
  position: absolute;
  top: 0;
  left: -80px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 96px;
  height: 57px;
  background: url(../images/aboutBottomBoxIco7.png) no-repeat;
}
.aboutBottomBox .swiper-slide .left p {
  width: 424px;
  line-height: 24px;
  padding-left: 2px;
  margin-top: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.aboutBottomBox .swiper-slide .right {
  position: relative;
  float: left;
  overflow: visible;
}
.aboutBottomBox .swiper-slide .right:after {
  position: absolute;
  right: -14px;
  bottom: -14px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c40001;
  z-index: -1;
}
.swiper-container-after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1278px;
  height: 594px;
  background-color: #fff;
}
.aboutBottomBox .aboutBottom-prev-next {
  position: absolute;
  width: 156px;
  height: 37px;
  left: 176px;
  bottom: 68px;
  margin: auto;
}
.aboutBottomBox .swiper-button-next,
.aboutBottomBox .swiper-button-prev {
  width: 76px;
  height: 37px;
  top: 22px;
}
.aboutBottomBox .swiper-button-prev {
  left: 0;
  background: url(../images/aboutBottomBoxBtn1.png) no-repeat;
}
.aboutBottomBox .swiper-button-next {
  right: 0;
  background: url(../images/aboutBottomBoxBtn3.png) no-repeat;
}
.aboutBottomBox .swiper-button-prev.swiper-button-disabled,
.aboutBottomBox .swiper-button-prev:hover {
  background-image: url(../images/aboutBottomBoxBtn2.png);
}
.aboutBottomBox .swiper-button-next.swiper-button-disabled,
.aboutBottomBox .swiper-button-next:hover {
  background-image: url(../images/aboutBottomBoxBtn4.png);
}
.caseBox {
  padding-top: 113px;
  background: url(../images/caseBoxBg.jpg) no-repeat right top;
}
.caseBox .w1400 {
  position: relative;
}
.caseBox .tit {
  text-align: right;
}
.caseBox .tit h2 {
  font-size: 30px;
  margin-top: 26px;
}
.caseBox .en {
  position: relative;
  font-size: 12px;
  margin-top: 22px;
  margin-left: 160px;
  text-transform: uppercase;
  z-index: 3;
}
.caseBox .en:before {
  position: absolute;
  top: 0;
  left: -180px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 233px;
  height: 130px;
  background: url(../images/caseBoxIco1.png) no-repeat;
}
.caseBox .ch {
  position: absolute;
  top: 174px;
  right: 0;
  font-size: 19px;
  font-weight: bold;
}
.caseBox .ch:before {
  position: absolute;
  top: -66px;
  right: 0;
  content: "";
  width: 10px;
  height: 35px;
  background: url(../images/caseBoxIco2.png);
}
.caseBox .swiper-container {
  margin-top: 85px;
  padding-top: 18px;
}
.caseBox .swiper-wrapper {
  align-items: flex-end;
}
.caseBox .swiper-slide {
  width: 390px;
}
.caseBox .swiper-slide.swiper-slide-active {
  position: relative;
  width: 598px;
  overflow: visible;
}
.caseBox .swiper-slide.swiper-slide-active:after {
  position: absolute;
  top: -18px;
  right: -18px;
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid #f00001;
  z-index: -1;
}
.caseBox .swiper-slide span {
  display: none;
  position: absolute;
  width: 339px;
  height: 89px;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 19px;
  text-align: center;
  padding-top: 34px;
  letter-spacing: 1px;
  background: #df0708;
}
.caseBox .swiper-slide span img {
  vertical-align: middle;
}
.caseBox .swiper-slide.swiper-slide-active span {
  display: block;
}
.caseBox .case-prev-next {
  position: absolute;
  width: 140px;
  height: 38px;
  top: 71px;
  left: 90px;
  right: 0;
  margin: auto;
  background: url(../images/caseBoxIco4.png) no-repeat center;
}
.caseBox .swiper-button-next,
.caseBox .swiper-button-prev {
  width: 38px;
  height: 38px;
  top: 22px;
}
.caseBox .swiper-button-prev {
  left: 0;
  background: url(../images/caseBoxBtn1.png) no-repeat;
}
.caseBox .swiper-button-next {
  right: 0;
  background: url(../images/caseBoxBtn3.png) no-repeat;
}
.caseBox .swiper-button-prev:hover {
  background-image: url(../images/caseBoxBtn2.png);
}
.caseBox .swiper-button-next:hover {
  background-image: url(../images/caseBoxBtn4.png);
}
.fwlcBox {
  margin-top: -94px;
  padding-top: 232px;
  padding-bottom: 85px;
  background: url(../images/fwlcBoxBg.jpg) no-repeat;
}
.fwlcBox .tit {
  text-align: center;
}
.fwlcBox .en {
  color: #8f8f8f;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 19.2px;
  margin-top: 92px;
}
.fwlcBox ul {
  margin: 44px 20px 0;
}
.fwlcBox ul li {
  float: left;
  width: 224px;
  height: 185px;
  color: #717171;
  text-align: center;
  margin-left: 3px;
  cursor: pointer;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
.fwlcBox ul li:first-of-type {
  margin-left: 0;
}
.fwlcBox ul li:nth-of-type(2n) {
  background-color: rgba(255, 255, 255, 0.2);
}
.fwlcBox ul li i {
  display: block;
  width: 50px;
  height: 50px;
  margin: 45px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(../images/fwlcBoxIco1.png) no-repeat left top;
}
.fwlcBox ul li:nth-of-type(2) i {
  background-image: url(../images/fwlcBoxIco2.png);
}
.fwlcBox ul li:nth-of-type(3) i {
  background-image: url(../images/fwlcBoxIco3.png);
}
.fwlcBox ul li:nth-of-type(4) i {
  background-image: url(../images/fwlcBoxIco4.png);
}
.fwlcBox ul li:nth-of-type(5) i {
  background-image: url(../images/fwlcBoxIco5.png);
}
.fwlcBox ul li:nth-of-type(6) i {
  background-image: url(../images/fwlcBoxIco6.png);
}
.fwlcBox ul li span {
  display: block;
  margin-top: 20px;
}
.fwlcBox ul li:hover {
  color: #fff;
  background: url(../images/fwlcBoxLiBg.jpg) no-repeat;
}
.fwlcBox ul li:hover i {
  transform: rotateZ(360deg);
  background-position-y: bottom;
}
.newBox {
  position: relative;
  padding-top: 95px;
  padding-bottom: 64px;
  background: url(../images/newBoxBg.jpg) no-repeat;
}
.newBox:after {
  position: absolute;
  left: 0;
  bottom: 82px;
  content: "";
  width: 737px;
  height: 277px;
  background: url(../images/newBoxPic.jpg) no-repeat;
}
.newBox .w1400 {
  position: relative;
  overflow: hidden;
}
.newBox .tit {
  float: left;
  width: 382px;
  color: #fff;
  font-size: 32px;
  padding-top: 168px;
  background: url(../images/newBoxTit.png) no-repeat 8px top;
}
.newBox .swiper-container {
  float: right;
  width: 802px;
  height: 635px;
  margin-top: 79px;
}
.newBox .swiper-slide {
  padding-top: 57px;
  padding-left: 27px;
  border-top: 1px dashed #fff;
  background: url(../images/newBoxIco1.png) no-repeat right 18px center;
}
.newBox .swiper-slide.swiper-slide-active {
  border-top: 0;
}
.newBox .swiper-slide a {
  display: block;
  color: #fff;
}
.newBox .swiper-slide h3 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newBox .swiper-slide .date {
  float: left;
  margin-top: 37px;
}
.newBox .swiper-slide .date strong {
  display: block;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -1px;
}
.newBox .swiper-slide .date span {
  display: block;
  border-top: 1px solid #fff;
  margin-top: 6px;
  padding-top: 5px;
}
.newBox .swiper-slide p {
  float: left;
  width: 480px;
  line-height: 28px;
  color: #b9cae1;
  margin-top: 36px;
  margin-left: 79px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newBox .new-prev-next {
  position: absolute;
  top: 276px;
  width: 205px;
  height: 59px;
}
.newBox .swiper-button-next,
.newBox .swiper-button-prev {
  width: 59px;
  height: 59px;
  top: 22px;
}
.newBox .swiper-button-prev {
  left: 0;
  background: url(../images/newBoxBtn1.png) no-repeat;
  background-size: contain;
}
.newBox .swiper-button-next {
  right: 0;
  background: url(../images/newBoxBtn3.png) no-repeat;
  background-size: contain;
}
.newBox .swiper-button-prev.swiper-button-disabled,
.newBox .swiper-button-prev:hover {
  background-image: url(../images/newBoxBtn2.png);
}
.newBox .swiper-button-next.swiper-button-disabled,
.newBox .swiper-button-next:hover {
  background-image: url(../images/newBoxBtn4.png);
}
.newBox .new-swiper-pagination {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.contactBox {
  padding-top: 135px;
  padding-bottom: 94px;
  background: url(../images/contactBoxBg.jpg) no-repeat;
}
.contactBox .main {
  width: 1512px;
  height: 192px;
  margin: 85px auto 0;
  background-color: #fff;
}
.contactBox .tit {
  text-align: center;
}
.contactBox form .item {
  float: left;
  margin-top: 60px;
  margin-left: 34px;
}
.contactBox form .item:first-of-type {
  margin-left: 0;
}
.contactBox form label {
  display: block;
  color: #707070;
  font-size: 18px;
  margin-bottom: 12px;
}
.contactBox form input[type="text"] {
  width: 211px;
  height: 42px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier,
    monospace;
  padding: 0 6px;
  border: 1px solid #8b8b8b;
}
.contactBox form input[type="tel"] {
  width: 281px;
  height: 42px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier,
    monospace;
  padding: 0 6px;
  border: 1px solid #8b8b8b;
}
.contactBox form textarea {
  width: 721px;
  height: 42px;
  resize: none;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier,
    monospace;
  padding: 6px;
  border: 1px solid #8b8b8b;
}
.contactBox form input[type="submit"] {
  width: 90px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  margin-top: 89px;
  margin-left: 29px;
  border: 0;
  cursor: pointer;
  background-color: #f00001;
}
.footer .top {
  padding-top: 57px;
  padding-bottom: 63px;
  background-color: #202020;
}
.footer .top .tit {
  text-align: center;
}
.footer .top .tit .ch {
  display: block;
  color: #fff;
  font-size: 20px;
}
.footer .top .tit .en {
  display: block;
  color: #f00001;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 17px;
  letter-spacing: 3.4px;
}
.footer .top ul {
  margin-top: 63px;
}
.footer .top li {
  float: left;
  width: 33.33%;
  height: 126px;
  padding-top: 20px;
  padding-left: 154px;
  padding-right: 60px;
  background: url(../images/footerTopIco1.png) no-repeat left center;
}
.footer .top li:nth-of-type(2) {
  background-image: url(../images/footerTopIco2.png);
}
.footer .top li:nth-of-type(3) {
  margin-top: -14px;
  padding-top: 0;
  height: 140px;
  background-image: url(../images/footerTopIco3.png);
  background-position-y: 14px;
}
.footer .top li span {
  color: #797979;
  font-size: 14px;
}
.footer .top li p {
  margin-top: 8px;
  line-height: 26px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
.footer .top li p strong {
  font-size: 22px;
  letter-spacing: 0;
}
.footer .bottom {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #181818 url(../images/footerBottomBg.jpg) no-repeat center top;
}
.footer .bottom dl {
  float: left;
  margin-right: 110px;
}
.footer .bottom dl dt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.footer .bottom dl dt:after {
  display: block;
  content: "";
  width: 84px;
  height: 1px;
  margin: 24px 0;
  background-color: #666;
}
.footer .bottom dl dd a {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 18px;
}
.footer .bottom .right {
  float: right;
  color: #fff;
  text-align: right;
}
.footer .bottom .right .ch {
  font-size: 18px;
}
.footer .bottom .right .en {
  position: relative;
  color: #f00001;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-top: 18px;
}
.footer .bottom .right .en:after {
  position: absolute;
  right: 0;
  bottom: -18px;
  content: "";
  width: 266px;
  height: 1px;
  background-color: #2a2a2a;
}
.footer .bottom .right .friend {
  position: relative;
  margin-top: 36px;
}
.footer .bottom .right .friend p {
  float: right;
  width: 322px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  text-align: left;
  padding-left: 30px;
  background-color: #2a2a2a;
}
.footer .bottom .right .friend .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 41px;
  cursor: pointer;
  text-align: center;
  padding-top: 13px;
  background-color: #1656a6;
}
.footer .bottom .right .friend .btn.active img {
  transform: rotateZ(90deg);
}
.footer .bottom .right .friend .sub {
  display: none;
  position: absolute;
  top: 41px;
  right: 0;
  width: 322px;
  line-height: 20px;
  max-height: 76px;
  padding: 10px;
  text-align: left;
  border-top: 1px solid #666;
  background: #2a2a2a;
  overflow-y: auto !important;
}
.footer .bottom .right .friend .sub a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}
.copyRight {
  line-height: 22px;
  padding: 25px 0;
  background-color: #171717;
}
.copyRight span,
.copyRight a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.copyRight .right {
  float: right;
}

/* ny */
.nytit {
  text-align: center;
  padding-bottom: 20px;
}
.nytit h1 {
  position: relative;
  color: #444;
  font-size: 26px;
  font-weight: normal;
}
.nytit h1:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 23px;
  height: 9px;
  border-left: 7px #f7f7f7 solid;
  border-right: 7px #f7f7f7 solid;
  background-color: #c40001;
  z-index: 1;
}
.nytit h1:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  content: "";
  width: 478px;
  text-align: center;
  border-bottom: 1px #ececec solid;
}

/* gy.html */
.gy-main {
  margin-bottom: 60px;
}
.gy-main .txt {
  line-height: 1.8;
  font-size: 18px;
  text-indent: 2em;
  margin-top: 40px;
}
.gy-main .txt p {
  margin-bottom: 6px;
}

/* channel.html */

/* list.html */
.list-main {
  margin-bottom: 80px;
}
.list-main ul {
  margin-top: 40px;
}
.list-main li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
}
.list-main li:nth-of-type(4n) {
  margin-right: 0;
}
.list-main li a {
  display: block;
}
.list-main li .img {
  padding: 2px;
  border: solid 1px #b1b1b1;
}
.list-main li p {
  line-height: 34px;
  color: #333;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-main li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* new.html */
.new-main {
  margin-bottom: 80px;
}
.new-main .menu {
  width: 448px;
  margin: 20px auto;
}
.new-main .menu li {
  float: left;
  width: 32%;
  margin-left: 1%;
}
.new-main .menu li:first-of-type {
  margin-left: 0;
}
.new-main .menu li a {
  display: block;
  font-size: 14px;
  color: #a9a9a9;
  padding: 12px 0;
  text-align: center;
  border: 1px #efefef solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.new-main .menu li.active a,
.new-main .menu li:hover a {
  color: #fff;
  border-color: #c40001;
  background-color: #c40001;
}
.new-main .list {
  margin: 40px 0;
}
.new-main .list li {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #dedede;
}
.new-main .list li .tit {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-main .list li p {
  width: 100%;
  height: 40px;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  padding-right: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 18px 0;
}
.new-main .list li .date {
  display: block;
  line-height: 14px;
  font-size: 14px;
  color: #888;
}
.new-main .list li .more {
  position: absolute;
  right: 20px;
  top: 52px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #888;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-main .list li:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
  border-bottom: 1px dashed #fff;
}
.new-main .list li:hover .tit {
  color: #f71e1e;
}
.new-main .list li:hover .more {
  border: 1px solid #f71e1e;
  background: #f71e1e;
  color: #fff;
}

/* lxwm.html */
.lxwm-main {
  margin-bottom: 60px;
}
.lxwm-main .main {
  padding: 60px;
  margin-top: 40px;
  box-shadow: 0 5px 24px rgb(0 0 0 / 16%);
}
.lxwm-main .left {
  float: left;
  width: 60%;
}
.lxwm-main .left .tit h3 {
  display: block;
  width: 70%;
  line-height: 30px;
  color: #333;
  font-size: 24px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.lxwm-main .left li {
  line-height: 1.6;
  font-size: 18px;
  margin-top: 10px;
}
.lxwm-main .way-con {
  overflow: hidden;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px dashed #dedede;
}
.lxwm-main .way-con b {
  display: block;
  line-height: 1.8;
  color: #676767;
  font-size: 14px;
  font-weight: normal;
}
.lxwm-main .way-con a {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  width: 125px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  background-color: #26252d;
}
.lxwm-main .right {
  float: right;
  width: 30%;
  border: 10px solid #dedede;
  border-radius: 50%;
}

/* article.html */
.article-main {
  margin-bottom: 80px;
}
.article-main h1 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.article-main .info {
  color: #888;
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.article-main .conetnt p {
  line-height: 28px;
  color: #434343;
  font-size: 16px;
  text-align: justify;
  text-indent: 1.5em;
  margin-bottom: 15px;
}

/* part.html */
.part-main {
  margin-bottom: 60px;
}
.part-main .nyl {
  float: left;
  width: 45%;
  overflow: hidden;
  padding: 2px;
  border: solid 1px #b1b1b1;
}
.part-main .nyl img {
  width: 100%;
}
.part-main .nyr {
  float: left;
  width: 51%;
  margin-left: 4%;
  display: inline;
}
.part-main .nyr h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.part-main .description {
  color: #666;
  line-height: 1.6;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 2px #f84c5d solid;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.part-main .list1 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.part-main .list1 li {
  float: left;
  width: 25%;
  line-height: 26px;
}
.part-main .list1 li i {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.part-main .nytel {
  color: #999;
  font-size: 15px;
  padding-top: 30px;
}
.part-main .nytel strong {
  display: inline-block;
  color: #f71e1e;
  font-size: 30px;
  vertical-align: text-bottom;
  font-family: Arial, Helvetica, sans-serif;
}
.part-main .nyrBtn {
  margin: 30px 0 0;
}
.part-main .nyrBtn a {
  float: left;
  width: 167px;
  height: 45px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #f71e1e;
  background-color: #f71e1e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.part-main .nyrBtn a.backBtn {
  margin-left: 30px;
}
.part-main .nyrBtn a:hover {
  color: #f71e1e;
  background-color: #fff;
}
.txt_name {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.txt_name h3 {
  position: relative;
  display: inline-block;
  height: 57px;
  line-height: 57px;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  padding-left: 13px;
  border-bottom: 2px solid #f71e1e;
}
.txt_name h3:after {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 5px;
  height: 18px;
  background: #f71e1e;
}
.cp_txt.content p {
  font-size: 18px;
  line-height: 2;
  text-indent: 1.5em;
  margin-bottom: 4px;
}
.tjcp li {
  float: left;
  width: 24%;
  margin-left: 1.33%;
}
.tjcp li:first-of-type {
  margin-left: 0;
}
.tjcp li p {
  line-height: 42px;
  text-align: center;
  background-color: #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tjcp li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tjcp li:hover p {
  color: #fff;
  background-color: #c40001;
}
.xgxw li {
  position: relative;
  float: left;
  width: 50%;
  height: 38px;
  line-height: 38px;
  padding-left: 12px;
  padding-right: 36px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.xgxw li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d3d3d3;
}
.xgxw li span {
  float: right;
  font-size: 14px;
  color: #b4b4b4;
  margin-left: 15px;
}
.xgxw li a {
  display: block;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1680px) {
  .aboutBox .bg1 {
    display: none;
  }
  .aboutBox .bg3 {
    display: block;
  }
  .newBox:after {
    display: none;
  }
  .newBox .swiper-container {
    margin-top: 0;
  }
  .newBox .new-prev-next {
    top: 376px;
  }
  .contactBox .main {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .w1400 {
    width: 90%;
  }
  .headLogo {
    margin: 15px 0 12px;
  }
  .headMenu {
    float: right;
    margin-top: 35px;
  }
  .headTel {
    display: none;
  }
  .bannerBox .bottom {
    display: none;
  }
  .productBox {
    padding-top: 65px;
  }
  .productBox .swiper-container {
    margin-top: 45px;
    padding-bottom: 168px;
  }
  .productBox .swiper-slide .txt {
    font-size: 18px;
    padding-right: 70px;
    margin-bottom: 10px;
  }
  .productBox .swiper-slide:hover .more {
    display: none;
  }
  .product-prev-next {
    width: 248px;
    height: 66px;
  }
  .productBox .swiper-button-next,
  .productBox .swiper-button-prev {
    width: 66px;
    height: 66px;
    background-size: contain;
  }
  .ysBox .left {
    width: 50%;
  }
  .ysBox .right {
    width: 50%;
  }
  .ysBox .left ul li {
    width: 33.33%;
    margin: 0;
    padding: 12px 13px 8px;
  }
  .ysBox .left ul li span {
    width: 100%;
    font-size: 18px;
  }
  .aboutBox .left {
    width: 64%;
    margin-top: 60px;
  }
  .aboutBox .left li {
    width: 32%;
    margin-left: 2%;
  }
  .aboutBox .right {
    float: right;
    width: 28%;
    margin-top: 66px;
    margin-left: 0;
  }
  .aboutBottomBox .tit {
    display: none;
  }
  .aboutBottomBox .swiper-container {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .aboutBottomBox .swiper-slide {
    padding-top: 80px;
    padding-left: 117px;
    margin-bottom: 100px;
  }
  .aboutBottomBox .swiper-slide .left {
    width: 46%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .aboutBottomBox .swiper-slide .left p {
    width: auto;
    padding-right: 47px;
  }
  .aboutBottomBox .swiper-slide .right {
    width: 50%;
  }
  .swiper-container-after {
    display: none;
  }
  .caseBox {
    padding-top: 63px;
    padding-bottom: 60px;
  }
  .caseBox .ch {
    display: none;
  }
  .caseBox .swiper-container {
    padding-top: 60px;
    margin-top: 45px;
  }
  .caseBox .swiper-slide,
  .caseBox .swiper-slide.swiper-slide-active {
    width: 32%;
  }
  .caseBox .case-prev-next {
    top: 0;
    left: auto;
    right: 0;
  }
  .fwlcBox {
    margin-top: 0;
    padding-top: 62px;
  }
  .fwlcBox .en {
    margin-top: 42px;
    letter-spacing: 12px;
  }
  .fwlcBox ul li {
    width: 16.25%;
    margin-left: 0.5%;
  }
  .newBox .swiper-container {
    width: 702px;
  }
  .newBox .swiper-slide p {
    width: 460px;
    margin-left: 49px;
  }
  .contactBox {
    padding-top: 60px;
  }
  .contactBox .main {
    margin-top: 45px;
  }
  .contactBox form .item {
    margin-left: 1%;
  }
  .contactBox form .item:first-of-type {
    width: 15%;
  }
  .contactBox form .item:nth-of-type(2) {
    width: 20%;
  }
  .contactBox form .item:nth-of-type(3) {
    width: 56%;
  }
  .contactBox form input[type="text"],
  .contactBox form input[type="tel"],
  .contactBox form textarea {
    width: 100%;
  }
  .contactBox form input[type="submit"] {
    width: 6%;
    margin-left: 1%;
  }
  .footer .top li {
    padding-right: 0;
  }
  .footer .top li:nth-of-type(2) {
    width: 60%;
  }
  .footer .top li:nth-of-type(3) {
    width: 40%;
  }
  .footer .top li:first-of-type {
    display: none;
  }
  .footer .bottom dl {
    margin-right: 90px;
  }
  .part-main .list1 {
    display: none;
  }
  .part-main .nytel {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 1280px) {
  .productBox .swiper-slide {
    padding: 0;
  }
  .productBox .swiper-slide:before {
    display: none;
  }
  .ysBox .right ul {
    margin-right: 0;
  }
  .aboutBox .left {
    width: 86%;
  }
  .aboutBox .left ul {
    margin-top: 35px;
  }
  .aboutBox .right {
    position: absolute;
    right: 0;
    margin-top: 60px;
  }
  .aboutBox .right .swiper-container {
    display: none;
  }
  .aboutBottomBox {
    display: none;
  }
  .caseBox .swiper-slide span {
    position: static;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-top: 0;
  }
  .caseBox .swiper-slide.swiper-slide-active:after {
    display: none;
  }
  .newBox {
    padding-top: 65px;
  }
  .newBox .tit {
    float: none;
  }
  .newBox .new-prev-next {
    top: 85px;
    right: 0;
  }
  .newBox .swiper-container {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .footer .bottom dl {
    margin-right: 50px;
  }
  .list-main li {
    width: 32%;
    margin-right: 2%;
  }
  .list-main li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .list-main li:nth-of-type(3n) {
    margin-right: 0;
  }
  .list-main li p {
    font-size: 14px;
    line-height: 20px;
  }
  .lxwm-main .left {
    width: 65%;
  }
  .part-main .nyl {
    width: 47%;
  }
  .part-main .nyr {
    margin-left: 2%;
  }
  .part-main .nyrBtn a {
    width: 157px;
  }
  .part-main .nyrBtn a.backBtn {
    margin-left: 20px;
  }
}
@media (max-width: 1140px) {
  .headMenu li {
    padding: 0 16px;
  }
  .productBox {
    padding-top: 55px;
  }
  .productBox .swiper-container {
    margin-top: 35px;
    padding-bottom: 148px;
  }
  .productBox .swiper-slide .txt {
    padding-left: 35px;
    padding-right: 10px;
    background: url(../images/productBoxIco2.png) no-repeat 20px center;
  }
  .productBox .swiper-slide:hover .txt {
    transform: none;
  }
  .productBox .swiper-slide .txt:after {
    display: none;
  }
  .productBox .swiper-slide a:after {
    display: none;
  }
  .productBox .swiper-slide .txt:before {
    display: none;
  }
  .product-prev-next {
    width: 228px;
    height: 55px;
    bottom: 55px;
  }
  .productBox .swiper-button-next,
  .productBox .swiper-button-prev {
    height: 55px;
  }
  .productBox .swiper-container-horizontal > .swiper-pagination-bullets,
  .productBox .swiper-pagination-custom,
  .productBox .swiper-pagination-fraction {
    bottom: 76px;
  }
  .fwlcBox .en {
    display: none;
  }
  .fwlcBox ul li {
    width: 32%;
    margin-left: 2%;
  }
  .fwlcBox ul li:nth-of-type(4) {
    margin-left: 0;
  }
  .fwlcBox ul li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .footer .bottom dl:nth-of-type(2) {
    display: none;
  }
  .lxwm-main .left {
    width: 100%;
  }
  .lxwm-main .left .tit h3 {
    width: 568px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .lxwm-main .right {
    display: none;
  }
  .part-main .nyr h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) {
  .header {
    position: static;
    padding-top: 10px;
    background: none;
    background-color: #1857a7;
  }
  .header .w1400 {
    width: 100%;
  }
  .headLogo {
    float: none;
    text-align: center;
    margin: 0;
  }
  .headMenu {
    float: none;
    margin-top: 12px;
    text-align: center;
  }
  .headMenu li {
    width: 16.66%;
    line-height: 26px;
    padding: 10px 0;
    border-top: 1px solid #4a7cb9;
    border-left: 1px solid #4a7cb9;
  }
  .headMenu li:first-of-type {
    border-left: 0;
  }
  .headMenu li a i {
    display: none;
  }
  .ysBox .left {
    float: none;
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
  }
  .ysBox .left ul {
    margin-top: 33px;
  }
  .ysBox .left ul li span {
    background-position-x: center;
  }
  .ysBox .left .pic {
    display: none;
  }
  .ysBox .right {
    float: none;
    width: 100%;
  }
  .ysBox .right ul {
    display: none;
  }
  .ysBox .right .pic {
    display: none;
  }
  .ysBox .right .sj {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .aboutBox .left ul {
    display: none;
  }
  .aboutBox .left .bg2 {
    margin-top: 42px;
  }
  .caseBox .swiper-slide,
  .caseBox .swiper-slide.swiper-slide-active {
    width: 49%;
  }
  .contactBox .main {
    height: auto;
    padding-bottom: 65px;
  }
  .contactBox form .item {
    margin-top: 30px;
  }
  .contactBox form .item:first-of-type {
    width: 36%;
  }
  .contactBox form .item:nth-of-type(2) {
    width: 60%;
    margin-left: 4%;
  }
  .contactBox form .item:nth-of-type(3) {
    width: 80%;
    margin-left: 0;
  }
  .contactBox form input[type="submit"] {
    width: 16%;
    margin-top: 60px;
    margin-left: 4%;
  }
  .footer .bottom dl:nth-of-type(4) {
    display: none;
  }
  .copyRight .right {
    float: none;
  }
}
@media (max-width: 768px) {
  .fdh {
    display: block;
  }
  .dqwz {
    display: block;
    height: auto;
    line-height: 16px;
    text-align: center;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #1857a7;
  }
  .dqwz .w1400 {
    width: 100%;
  }
  .dqwz .p1 {
    font-size: 14px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
  }
  .dqwz .p1 b {
    padding-left: 0;
  }
  .dqwz .p2 {
    display: block;
  }
  .nyban {
    display: none;
  }
  .prenext {
    margin-top: 10px;
    padding-top: 10px;
  }
  .page {
    margin-top: 10px;
  }
  .nytit h1 {
    font-size: 26px;
  }
  .headMenu li {
    width: 33.33%;
  }
  .headMenu li:nth-of-type(4) {
    border-left: 0;
  }
  .aboutBox .left {
    width: 100%;
  }
  .caseBox {
    padding-top: 40px;
  }
  .aboutBox .left h2 {
    font-size: 30px;
  }
  .caseBox .tit h2 {
    margin-top: 20px;
  }
  .caseBox .en {
    display: none;
  }
  .caseBox .swiper-container {
    margin-top: 35px;
  }
  .caseBox .swiper-slide,
  .caseBox .swiper-slide.swiper-slide-active {
    width: 64%;
  }
  .fwlcBox {
    display: none;
  }
  .newBox .swiper-slide {
    background: none;
  }
  .newBox .swiper-slide p {
    width: calc(100% - 102px);
  }
  .newBox .new-prev-next {
    top: 160px;
  }
  .footer .top {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .footer .top .tit .en {
    margin-top: 7px;
  }
  .footer .top ul {
    margin-top: 30px;
  }
  .footer .top li {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
  .footer .top li:first-of-type {
    display: block;
    background: none;
  }
  .footer .top li:nth-of-type(2) {
    width: 100%;
    background: none;
  }
  .footer .top li:nth-of-type(3) {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    background: none;
  }
  .footer .top li span {
    font-size: 16px;
  }
  .footer .top li p {
    display: inline-block;
  }
  .footer .top li:nth-of-type(3) p {
    display: block;
  }
  .footer .bottom dl {
    display: none;
  }
  .footer .bottom {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .copyRight {
    display: none;
  }
  .list-main {
    margin-bottom: 60px;
  }
  .list-main ul {
    margin-top: 30px;
  }
  .list-main li {
    width: 49%;
  }
  .list-main li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .list-main li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list-main li p {
    padding: 10px;
  }
  .new-main {
    margin-bottom: 60px;
  }
  .new-main .list li p {
    padding-right: 0;
  }
  .new-main .list li .more {
    display: none;
  }
  .lxwm-main .main {
    padding: 40px;
  }
  .lxwm-main .left .tit h3 {
    width: 100%;
    font-size: 22px;
  }
  .lxwm-main .left li {
    font-size: 16px;
    text-align: left;
    margin-top: 4px;
  }
  .article-main {
    margin-bottom: 60px;
  }
  .article-main h1 {
    font-size: 18px;
  }
  .part-main .nyl {
    width: 95%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
    float: none;
  }
  .part-main .nyr {
    width: 98%;
    margin: 0 1%;
  }
  .part-main .nyr h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .part-main .description {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .part-main .nytel {
    text-align: center;
    padding-top: 20px;
  }
  .part-main .nyrBtn {
    display: none;
  }
  .cp_txt.content p {
    font-size: 17px;
    line-height: 1.6;
  }
  .tjcp li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .tjcp li:nth-of-type(2n) {
    margin-right: 0;
  }
  .tjcp li p {
    line-height: 34px;
  }
  .xgxw li {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .ysBox .left ul {
    display: none;
  }
  .ysBox .right ul {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .ysBox .right ul li {
    width: 33.33%;
    margin-right: 0;
  }
  .ysBox .right .sj {
    margin-top: 0;
  }
  .aboutBox {
    margin-bottom: 66px;
  }
  .aboutBox .right {
    width: 129px;
    right: 5%;
  }
  .aboutBox .right .video {
    width: 129px;
    height: 122px;
    padding-top: 11px;
  }
  .aboutBox .right .video:after {
    display: none;
  }
  .new-main .menu {
    width: 428px;
  }
  .nytit h1:after {
    width: 438px;
  }
}
@media (max-width: 480px) {
  .nytit h1:after {
    width: 100%;
  }
  .headMenu li a {
    font-size: 16px;
  }
  .productBox {
    padding-top: 40px;
  }
  .productBox .swiper-slide .txt {
    font-size: 16px;
  }
  .aboutBox {
    margin-bottom: 46px;
  }
  .aboutBox .left {
    margin-top: 40px;
  }
  .aboutBox .left .tit img {
    width: 180px;
  }
  .aboutBox .left h2 {
    font-size: 28px;
    margin-top: 10px;
  }
  .aboutBox .left .bg2 {
    margin-top: 22px;
  }
  .aboutBox .right {
    width: 109px;
    margin-top: 40px;
  }
  .aboutBox .right .video {
    width: 109px;
    height: 102px;
    font-size: 14px;
    padding-left: 36px;
  }
  .aboutBox .right .video .btn {
    margin-top: 0;
  }
  .ysBox .left {
    width: 260px;
  }
  .caseBox .tit img {
    width: 230px;
  }
  .caseBox .tit h2 {
    font-size: 28px;
    margin-top: 10px;
  }
  .newBox .tit {
    width: 100%;
    padding-top: 0;
    background: none;
  }
  .new-main .menu {
    width: 100%;
  }
  .newBox .new-prev-next {
    top: 10px;
    width: 185px;
    height: 49px;
  }
  .newBox .swiper-button-next,
  .newBox .swiper-button-prev {
    width: 49px;
    height: 49px;
  }
  .newBox .swiper-container {
    height: 435px;
  }
  .newBox .swiper-slide {
    padding-top: 37px;
    padding-left: 0;
  }
  .newBox .swiper-slide .date {
    margin-top: 17px;
  }
  .newBox .swiper-slide p {
    width: calc(100% - 82px);
    margin-top: 16px;
    margin-left: 29px;
  }
  .footer .top .tit .en {
    letter-spacing: 2px;
  }
  .footer .bottom .right .friend {
    display: none;
  }
  .lxwm-main .main {
    padding: 30px;
  }
}
