@charset "utf-8";

@font-face {
  /*font-family: 'RUBIK-REGULAR-WEBFONT';*/
  font-weight: normal;
  font-style: normal;
  /*src: url('RUBIK-REGULAR-WEBFONT.eot');*/
  /*src: local('RUBIK-REGULAR-WEBFONT'), url('RUBIK-REGULAR-WEBFONT.eot?#iefix') format('embedded-opentype'), url('RUBIK-REGULAR-WEBFONT.woff2') format('woff2'), url('RUBIK-REGULAR-WEBFONT.woff') format('woff'), url('RUBIK-REGULAR-WEBFONT.ttf') format('truetype'), url('RUBIK-REGULAR-WEBFONT.svg') format('svg');*/
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
}

body {
  font-family: "微软雅黑", arial, Helvetica, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
  border: none;
  outline: none;
  font-family: "微软雅黑", arial, Helvetica, sans-serif;
}

img {
  border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
  text-decoration: none;
  outline: 0;
  color: #000;
}

a:hover {
  color: #0045aa;
}

ul li {
  margin: 0;
}

ul,
li {
  list-style: none;
}

.left {
  float: left;
  width: 41%;
}

.right {
  float: right;
  display: flex;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.wap_block {
  display: none;
}

.wap_none {
  display: block;
}

.none {
  display: none;
}

.block {
  display: block;
}

.w {
  width: 1720px;
  margin: 0 auto;
}

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

.h {
  height: 80px;
}

.overflow {
  overflow: hidden;
}

/*  *  * header *  * */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* background: #fff; */
}

header.fixed {
  background: #fff;
  -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.side-bar-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
  height: 210px;
  z-index: 999;
}
.side-bar{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.side-bar-item{
  width: 50px;
  height: 50px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.side-bar-tel{
  background: #ffffff url(/images/sidebar-icon-tel.png) center center no-repeat;
}
.side-bar-tel:hover{  
  background: #0050BB url(/images/sidebar-icon-tel1.png) center center no-repeat;
  border: 1px solid #0050BB;
}
.side-bar-tel-float{
  width: 240px;
  height: 112px;
  position: absolute;
  right: 65px;
  top: -50px;
  background: #ffffff;
  transition: all 0.1s ease-in-out;
  border-radius: 8px;
  color: #333333;
  font-size: 20px;
  padding-top: 15px;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.1);
  z-index: 98;
  visibility: hidden;
  opacity: 0;
}
/* 添加右边的角 */
.side-bar-tel-float::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.side-bar-tel-float p{
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 10px;
  gap: 5px;
}
.side-bar-tel-float img{
  width: 36px;
  height: 36px;
}
.side-bar-tel:hover .side-bar-tel-float{
  opacity: 1;
  visibility: visible;
  right: 65px;
  top: -30px;
}
.side-bar-kf{
  cursor: pointer;
  background: #ffffff url(/images/sidebar-icon-kf.png) center center no-repeat;
}
.side-bar-kf a{
  display: block;
  width: 100%;
  height: 100%;
}
.side-bar-kf:hover{  
  background: #0050BB url(/images/sidebar-icon-kf1.png) center center no-repeat;
  border: 1px solid #0050BB;
}
.side-bar-top{
  cursor: pointer;
  background: #ffffff url(/images/sidebar-icon-top.png) center center no-repeat;
}
.side-bar-top:hover{  
  background: #0050BB url(/images/sidebar-icon-top1.png) center center no-repeat;
  border: 1px solid #0050BB;
}

.side-bar-wx{
  background: #ffffff url(/images/sidebar-icon-wx.png) center center no-repeat;
}
.side-bar-wx:hover{  
  background: #0050BB url(/images/sidebar-icon-wx1.png) center center no-repeat;
  border: 1px solid #0050BB;
}
.side-bar-wx-float{
  width: 112px;
  height: 112px;
  position: absolute;
  right: 65px;
  top: -50px;
  background: #ffffff;
  transition: all 0.1s ease-in-out;
  border-radius: 8px;
  color: #333333;
  font-size: 20px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  z-index: 98;
  visibility: hidden;
  opacity: 0;
}
/* 添加右边的角 */
.side-bar-wx-float::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.side-bar-wx-float img{
  width: 100%;
  height: 100%;
}
.side-bar-wx:hover .side-bar-wx-float{
  opacity: 1;
  visibility: visible;
  right: 65px;
  top: -30px;
}


.wap-header {
  /* position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%; */
}

.head-main {
  position: relative;
  line-height: 83px;
  font-size: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.head-main .logo {
  float: left;
}

.head-main .logo img {
  vertical-align: middle;
  height: 56px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.head-main .logot {
  float: left;
}

.head-main .logot img {
  vertical-align: middle;
  height: 30px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(65, 15, 7, 0.1);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tel {
  float: right;
  margin-left: 17px;
  margin-right: 25px;
  font-size: 27px;
  color: white;
  font-family: "RUBIK-REGULAR-WEBFONT";
  padding-left: 25px;
  /* background: url(../images/tel.png) no-repeat left center; */
}

.banner {
  position: relative;
  overflow: hidden;
  margin-top: 89px;
}

.banner-loading{
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-loading img{
  width: 80px;
  height: 80px;
  opacity: 0.5;
  /* 添加旋转动画 */
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* 旋转动画定义 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }

  50% {
    -webkit-transform: translate3d(0px, -10px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}

.banner img {
  display: block;
  width: 100%;
}
.banner video {
  display: block;
  width: 100%;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }

  50% {
    -webkit-transform: translate3d(0px, -10px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }

  50% {
    -webkit-transform: translate3d(0px, -10px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}

@font-face {
  font-family: "DIN-MEDIUM";
  font-weight: normal;
  font-style: normal;
  src: url("DIN-MEDIUM.eot");
  src: local("DIN-MEDIUM"),
    url("DIN-MEDIUM.eot?#iefix") format("embedded-opentype"),
    url("DIN-MEDIUM.woff2") format("woff2"),
    url("DIN-MEDIUM.woff") format("woff"),
    url("DIN-MEDIUM.ttf") format("truetype"),
    url("DIN-MEDIUM.svg") format("svg");
}

.btn {
  margin-top: 50px;
  text-align: center;
}

/*产品*/
.yewulist {
  margin: 47px -6px;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 0px;
}

.yewulist li {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 332px;
  margin-bottom: 12px;
}

.yewulist li .lin {
  padding: 0 6px;
  height: 100%;
}

.njsmx {
  float: left;
  width: 48% !important;
  margin-right: 0.5% !important;
  margin-left: 0.5% !important;
}
.njsmx-x{
  width: 30% !important;
  margin-top: 10px !important;
}

.yewulist li .in a {
  color: white;
}

.yewulist li .cover label:hover a {
  color: black;
}

.yewulist li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.yewulist .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
}

.yewulist .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.yewulist .pic i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  /*background: url('../images/jab1.png') bottom repeat-x;*/
}

.yewulist .bg1 {
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 3;
  width: 100%;
  height: 200%;
  display: block;
  background-color: rgba(1, 70, 170, 0.5);
  -webkit-transform: translateX(-200%) rotate(60deg);
  transform: translateX(-200%) rotate(60deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.yewulist .bg2 {
  position: absolute;
  right: 0;
  top: -33.7%;
  z-index: 3;
  width: 100%;
  height: 200%;
  background-color: rgba(1, 70, 170, 0.5);
  -webkit-transform: translateX(200%) rotate(60deg);
  transform: translateX(200%) rotate(60deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.yewulist li .one {
  padding: 0 60px 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.yewulist li h3 {
  font-size: 18px;
  text-align: left;
  color: #fff;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
}

.yewulist li h4 {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-transform: uppercase;
  word-break: normal;
}

.yewulist li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yewulist li .cover .in {
  margin: auto;
  text-align: center;
  padding: 0 10px;
}

.yewulist li .cover .txt2 {
  font-size: 21px;
  color: #fff;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  font-weight: bold;
}

.yewulist li .cover .hx {
  width: 26px;
  height: 1px;
  margin: 10px auto;
  background-color: #fff;
}

.yewulist li .cover .txt3 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  max-height: 60px;
  overflow: hidden;
  opacity: 0.3;
  word-break: normal;
}

.yewulist li .cover label {
  display: block;
  margin: 18px auto 0;
  width: 112px;
  height: 32px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.yewulist li .cover label:hover {
  background-color: #fff;
  color: #0045aa;
}

.yewulist .one,
.yewulist .bg1,
.yewulist .bg2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.yewulist .cover {
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}

.yewulist li:hover .cover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.yewulist li:hover .one {
  opacity: 0;
}

.yewulist li:hover .bg1 {
  -webkit-transform: translateX(-40%) rotate(60deg);
  transform: translateX(-40%) rotate(60deg);
}

.yewulist li:hover .bg2 {
  -webkit-transform: translateX(40%) rotate(60deg);
  transform: translateX(40%) rotate(60deg);
}

@media screen and (max-width: 1440px) {
  .yewulist li {
    width: 25%;
  }

  .yewulist li .one {
    padding: 0 40px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .yewulist li {
    width: 50%;
  }

  .yewulist li .one {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 750px) {
  .yewulist {
    margin: 0 6px;
  }

  .yewulist li .one {
    padding: 0 5% 20px;
  }
}

@media screen and (max-width: 640px) {
  .yewulist li {
    width: 100%;
  }
}

.process {
  background: url(../images/liuc_bg.png) repeat-x center 130px;
  overflow: hidden;
  height: 244px;
  width: 100%;
  padding-top: 34px;
}

.process dl {
  width: 140px;
  height: 245px;
  float: left;
  position: relative;
  cursor: pointer;
}

.process dl dt {
  width: 90px;
  height: 122px;
  margin: 0 auto;
  position: relative;
}

.process dt .hover,
.process dt .default {
  background: url(../images/iserve_bg.png);
}

.process dt i {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/iserve_icon.png);
}

.process dt .hover,
.process dt .default {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.process dt .default {
  background-position: 0 0;
}

.process dt .hover {
  background-position: 0 -122px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.process dt.d1 .default i {
  background-position: 2px 0;
}

.process dt.d1 .hover i {
  background-position: -87px 0;
}

.process dt.d2 .default i {
  background-position: 2px -90px;
}

.process dt.d2 .hover i {
  background-position: -88px -90px;
}

.process dt.d3 .default i {
  background-position: 2px -180px;
}

.process dt.d3 .hover i {
  background-position: -88px -180px;
}

.process dt.d4 .default i {
  background-position: 2px -270px;
}

.process dt.d4 .hover i {
  background-position: -88px -270px;
}

.process dt.d5 .default i {
  background-position: 2px -360px;
}

.process dt.d5 .hover i {
  background-position: -88px -360px;
}

.process dt.d6 .default i {
  background-position: 2px -450px;
}

.process dt.d6 .hover i {
  background-position: -88px -450px;
}

.process dt.d7 .default i {
  background-position: 2px -540px;
}

.process dt.d7 .hover i {
  background-position: -88px -540px;
}

.process dt.d8 .default i {
  background-position: 2px -630px;
}

.process dt.d8 .hover i {
  background-position: -88px -630px;
}

.process dt.d9 .default i {
  background-position: 2px -720px;
}

.process dt.d9 .hover i {
  background-position: -88px -720px;
}

.process dt.d10 .default i {
  background-position: 2px -810px;
}

.process dt.d10 .hover i {
  background-position: -86px -810px;
}

.process dt:hover .hover,
.process dl.cur .hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.cur {
  width: 260px !important;
}

.process dt:hover .default,
.process dl.cur .default {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.process dd {
  text-align: center;
  /* padding: 45px 0 0; */
  font-size: 16px;
  color: #333;
  /* height: 35px; */
  line-height: 24px;
}

.process dl.cur dd {
  color: #005eb2;
}

.process .proadv_btn {
  width: 185px;
  margin: 0 auto;
}

.process .proadv_btn a {
  width: 185px;
}

select::-ms-expand {
  display: none;
}

.xgpros .pic img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.xgpros .tbox {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  width: 60%;
}

.xgpros .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.xgpros .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: #e2e2e2;
}

.xgpros .swiper-pagination-bullet-active {
  background: #ef6b2e;
}

.details .btns {
  float: right;
}

.details .btns .back {
  display: inline-block;
  font-size: 14px;
  color: #1e2129;
  width: 120px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  border: 1px solid #0045aa;
  padding: 0 40px 0 20px;
  background: url(../images/back.png) no-repeat 90% center;
}

.details .btns .back:hover {
  color: #0045aa;
}

.details .btns .bshare-custom {
  display: inline-block;
  float: none;
  font-size: 14px;

  height: 40px;
  line-height: 40px !important;
  border-radius: 4px;

  background: #fceee7 url(../images/share_fill.png) no-repeat 90% center;
}

.details .btns .bshare-custom .bshare-more.more-style-addthis {
  background: none;
  display: block;
  margin: 0 !important;
  height: 100%;
  padding: 0 40px 0 20px !important;
  color: #0045aa !important;
}

/*
 
 * 响应式
 * */

@media only screen and (max-width: 1800px) {
  .w {
    width: 1600px;
  }

  body {
    font-size: 15px;
  }

  .in4-sec .tbox .intitle {
    padding: 75px;
  }

  .in4-sec .con2 .box {
    padding: 40px 75px;
  }

  .nybanner .num-con li strong {
    font-size: 50px;
  }

  .tel {
    margin-left: 0;
  }

  .details .title {
    font-size: 26px;
  }

  .proxq-sec .pronav {
    margin-top: 0;
  }

  .qu1-sec li .tit {
    font-size: 24px;
  }

  .xg-sec .newslist2 li {
    margin-bottom: 15.8px;
  }
}

@media only screen and (max-width: 1680px) {
  .w {
    width: 1440px;
  }

  .pc_nav_wrp .nav_wrp .nav ul h3 a {
    font-size: 14px !important;
  }
  .head-main .nav > ul > li {
    margin-right: 10px !important;
  }
  .pc_nav_wrp .nav_wrp .nav ul li {
    padding: 0 12px !important;
    position: relative;
  }
  .intitle .tit {
    font-size: 35px;
  }

  .intitle .desc {
    font-size: 20px;
  }

  .num-con li strong {
    font-size: 50px;
  }

  .in2-sec .intitle {
    margin-top: 80px;
  }

  .in3-sec .main .tit {
    font-size: 26px;
  }

  .in4-sec .con2 .desc {
    font-size: 20px;
    line-height: 36px;
  }

  .in5-sec .main li .tbox {
    padding-left: 130px;
  }

  .newslist1 li .tbox .desc {
    font-size: 15px;
  }

  .newslist1 li .tbox .tit {
    font-size: 20px;
  }

  .newslist2 li a,
  .newslist1 li .tbox .time {
    font-size: 15px;
  }

  .head-main .nav > ul > li {
    margin-right: 19px;
  }

  .nybanner .num-con li strong {
    font-size: 40px;
  }

  .nybanner .num-con li .desc {
    margin-top: 20px;
  }

  .ab1-sec .tbox {
    font-size: 15px;
    line-height: 25px;
  }

  .ab2-sec .box.md .tbox {
    width: 60%;
    left: 40%;
    font-size: 20px;
  }

  .ab2-sec .box .desc strong {
    font-size: 30px;
  }

  .historyswiper .year {
    font-size: 35px;
  }

  .nybanner .num-con li .desc {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }

  .details .title {
    font-size: 24px;
  }

  .teamtabs li {
    font-size: 35px;
  }

  .qu1-sec li .tit {
    font-size: 22px;
  }

  .qu1-sec li .num {
    font-size: 25px;
  }

  .xg-sec .newslist2 li {
    margin-bottom: 10.5px;
  }
}

@media only screen and (max-width: 1600px) {
  .w {
    width: 1280px;
  }

  .head-main .nav > ul > li {
    margin-right: 5px;
    padding: 0 10px !important;
  }

  .head-main .nav > ul > li {
    margin-right: 8px !important;
  }
  .pc_nav_wrp .nav_wrp .nav ul li {
    padding: 0 8px !important;
    position: relative;
  }
  .tel {
    font-size: 18px;
  }

  .fpintailist li {
    width: 10.2% !important;
    margin: 0 2px;
  }

  /* .fpintailist li a {
        background-size: cover !important;
    } */

  .fpintailist li .lin {
    padding: 0 !important;
  }

  .intitle .tit {
    font-size: 32px;
  }

  .tboxswiper .box .year {
    font-size: 30px;
  }

  .pronav a {
    font-size: 14px;
    padding: 0 40px;
    background-position-x: 10px;
  }

  .in3-sec .main li .btn {
    margin-top: 20px;
  }

  .in3-sec .main .icon img {
    height: 70px;
  }

  .in4-sec .con2 .tit .cn {
    font-size: 24px;
  }

  .in4-sec .con2 .desc {
    font-size: 16px;
  }

  .newstab a {
    font-size: 22px;
  }

  .nybanner .ad {
    margin-top: 30px;
  }

  .ab2-sec .box.md .tbox {
    font-size: 18px;
  }

  .historyswiper .year {
    font-size: 30px;
  }

  .head-main .nav > ul > li > a {
    font-size: 15px;
  }

  .head-main .w {
    width: 100%;
    padding: 0 100px;
  }

  .ct-sec1 .tbox .box li span {
    max-width: 65%;
  }

  .ct-sec1 .tbox .box ul {
    margin-top: 25px;
    padding-top: 30px;
  }

  .ct-sec1 .tbox .tit .cn {
    font-size: 27px;
  }

  .ct-sec1 .tbox .desc {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .news-sec .main li .tbox .tit {
    font-size: 20px;
  }

  .details .title {
    font-size: 22px;
  }

  .newsxq-sec .rightlayout .box .title {
    line-height: 52px;
    font-size: 18px;
  }

  .details .con {
    font-size: 15px;
  }

  .pronav2 li .t {
    font-size: 18px;
  }

  .pronav2 li .icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
  }

  .pronav2 li .icon img {
    height: 27px;
  }

  .proxq-sec .newslist1 li .tbox .desc2 {
    margin-top: 15px;
    font-size: 15px;
  }

  .teamtabs li {
    font-size: 32px;
  }

  .qu1-sec li .desc {
    margin-top: 20px;
    font-size: 15px;
  }

  .qu1-sec li .tit:after {
    margin: 10px auto 0;
  }

  .qu1-sec li .tit {
    font-size: 20px;
    line-height: 24px;
  }

  .xg-sec .newslist2 li {
    margin-bottom: 5.3px;
  }
}

@media only screen and (max-width: 1540px) {
  .head-main .w {
    width: 1280px;
    padding: 0;
  }

  .pc_nav_wrp .nav_wrp .nav ul h3 a {
    font-size: 14px !important;
  }

  .head-main .nav > ul > li {
    margin-right: 8px !important;
  }
  .pc_nav_wrp .nav_wrp .nav ul li {
    padding: 0 8px !important;
    position: relative;
  }
  .head-main .logot img {
    height: 20px;
  }

  .nmsm {
    width: 20px !important;
    height: 20px !important;
    margin-top: 0 !important;
  }

  .tel {
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  .in4-sec .tbox .intitle {
    padding: 40px 75px;
  }
}

@media only screen and (max-width: 1300px) {
  .w {
    width: 1100px;
  }

  .drop-down ol a {
    font-size: 12px;
    line-height: 18px;
  }

  .head-main .nav > ul > li > a {
    font-size: 10px;
  }

  .head-main .nav > ul > li {
    margin-right: 10px;
  }

  .right-side-box li {
    margin-left: 10px;
  }

  .head-main .logo img {
    height: 52px;
  }

  .tboxswiper .box .desc {
    font-size: 15px;
  }

  .history .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }

  .history .swiper-pagination {
    left: -15px;
  }

  .in2-sec .intitle {
    margin-top: 55px;
  }

  .in2-sec .main .t {
    font-size: 20px;
  }

  .pronav a {
    padding: 0 30px;
  }

  .in3-sec .main .tit {
    font-size: 20px;
  }

  .in3-sec .main .icon,
  .in3-sec .main .icon img {
    height: 40px;
  }

  .in3-sec .main .pronav {
    margin-top: 10px;
  }

  .in4-sec .tbox .intitle {
    padding: 20px 40px;
  }

  .in4-sec .con2 .box {
    padding: 40px;
  }

  .in5-sec .main li img {
    width: 65px;
  }

  .in5-sec .main li .tbox {
    padding-left: 90px;
    font-size: 15px;
  }

  .customerswiper .pic {
    display: block;
    line-height: 90px;
    height: 90px;
  }

  .footmain .leftbox img {
    max-width: 80%;
  }

  .ftTop {
    margin: 0 20px;
    font-size: 14px;
  }

  .fnav a {
    font-size: 16px;
  }

  .footmain .ewm .tbox {
    font-size: 12px;
  }

  .footmain .rightbox p {
    font-size: 14px;
  }

  .head-main .w {
    width: 1100px;
  }

  .head-main .logo img {
    height: 20px;
  }

  .head-main .logot img {
    height: 15px;
  }

  .tel {
    font-size: 15px;
  }

  .nybanner .ad {
    margin-top: 10px;
  }

  .nybanner .ad .play {
    width: 57px;
    height: 57px;
    border-width: 5px;
  }

  .nybanner .ad .t {
    font-size: 18px;
  }

  .nybanner .num-con li {
    height: 125px;
  }

  .nybanner .num-con li .icon {
    margin-bottom: -55px;
  }

  .ab2-sec .box .desc strong {
    font-size: 22px;
  }

  .ab2-sec .box .icon {
    width: 57px;
  }

  .historyswiper .desc {
    font-size: 15px;
  }

  .ct-sec1 .tbox .box ul {
    padding-right: 0;
  }

  .ct-sec1 .tbox .box .ewm {
    float: left;
    width: 100%;
    position: static;
    margin-top: 30px;
    overflow: hidden;
  }

  .ct-sec1 .tbox .box .ewm img {
    float: left;
    width: 135px;
  }

  .ct-sec1 .tbox .box .ewm .t {
    float: left;
    margin-left: 10px;
  }

  .ct-sec1 .tbox .box .ewm .zxzx {
    float: right;
    margin-top: 15px;
  }

  .fw-sec .tbox {
    margin-top: 0;
  }

  .xg-sec .newslist2 li {
    margin-bottom: 1px;
  }

  .xg-sec .newslist1 li .tbox {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1200px) {
  .w {
    width: 1024px;
  }

  header {
    display: none;
  }

  .phone_head {
    display: block;
  }

  .h {
    height: 50px;
    display: block !important;
  }

  .bannerswiper .swiper-pagination {
    bottom: 25px;
  }

  .num-con li strong {
    font-size: 38px;
  }

  .in2-sec .main .tbox {
    width: 100%;
  }

  .in2-sec .intitle {
    margin: 55px 0;
  }

  .in2-sec .main .pic {
    width: 100%;
  }

  .history .swiper-pagination {
    left: 0;
  }

  .in3-sec .main li:hover .icon {
    display: none;
  }

  .nybanner .num-con {
    position: static;
    width: 100%;
  }

  .nybanner .num-con li {
    height: 180px;
  }

  .nybanner .num-con li .icon {
    margin-bottom: -28px;
  }

  .ab2-sec .box.md {
    width: 100%;
    margin-top: 20px;
  }

  .ab2-sec .box.md + .md {
    margin-left: 0;
  }

  .nybanner .pronav {
    margin-top: 10px;
  }

  .in7-sec .tags span {
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 5px 0;
  }

  .nybanner .pronav {
    margin-bottom: -112px;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0px 2px 8px rgb(65 15 7 / 15%);
    z-index: 2;
    position: relative;
  }

  .nybanner .pronav a {
    background-color: #fff;
    color: #0045aa;
    border-color: #fceee7;
    background-image: url(../images/listico1.png);
  }

  .nybanner .pronav a:hover {
    border-color: #0045aa;
  }

  .pronav a.active {
    color: #fff;
    border-color: #0045aa;
    background-color: #0045aa;
    background-image: url(../images/listico.png);
  }

  .qu1-sec li .desc {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .w {
    width: 960px;
  }

  .go {
    display: none;
  }

  .pronav a {
    padding: 0 25px;
    background-position-x: 6px;
  }

  .in4-sec .tbox .con1 {
    display: none;
  }

  .nybanner .intitle {
    padding: 25px 0;
    background-size: auto 100%;
  }

  .form {
    padding: 0;
  }

  .form {
    width: 100%;
  }

  .ct-sec1 .tbox {
    width: 100%;
    margin: 30px 0;
  }

  .newsxq-sec .rightlayout,
  .newsxq-sec .leftlayout {
    width: 100%;
    margin-top: 30px;
  }

  .newsxq-sec .rightlayout .box .title {
    line-height: 67px;
    background-size: cover;
  }

  .pronav2 li .t {
    font-size: 16px;
  }

  .fw-sec .con {
    display: block;
    padding: 40px;
  }

  .fw-sec .con img {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .w {
    width: 100%;
    padding: 0 4%;
  }

  .in1-sec .intitle {
    padding: 0;
    background: none;
  }

  .intitle .tit {
    font-size: 28px;
  }

  .intitle .desc {
    font-size: 16px;
  }

  .in1-sec .main .tbox {
    font-size: 15px;
  }

  .in3-sec .main li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .in4-sec .pic {
    width: 100%;
  }

  .in4-sec .tbox {
    width: 100%;
    position: static;
  }

  .in4-sec .main {
    padding: 0 25px;
  }

  .in4-sec .con2 {
    margin-right: 0;
  }

  .in5-sec .main li {
    width: 50%;
  }

  .in5-sec .main li:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .in5-sec .main li:nth-child(3n + 1) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .in5-sec .main li:nth-child(2n + 1) {
    border-left: 0;
  }

  .in5-sec .main li:nth-child(3n + 1):before,
  .in5-sec .main li:nth-child(3n + 1):after {
    display: block;
  }

  .in5-sec .main li:nth-child(2n + 1):before,
  .in5-sec .main li:nth-child(2n + 1):after {
    display: none;
  }

  footer .bshare-custom {
    display: none;
  }

  .ftTop {
    background: none;
  }

  .proxq-sec .pronav a {
    width: 23.84%;
  }

  .pronav2 li .icon {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 0;
    margin: 0 auto;
  }

  .pronav2 li .icon img {
    height: 17px;
  }

  .pronav2 li .t {
    margin-top: 5px;
    font-size: 14px;
  }

  .location-nav {
    display: none;
  }

  .fw-sec .tbox {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .fw-sec .con .tit {
    font-size: 16px;
  }

  .qu1-sec .main {
    margin-top: 0;
  }

  .qu1-sec li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }

  .qu1-sec li .desc {
    display: block;
  }

  .teamtabs li {
    font-size: 28px;
  }

  .newslist1 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }

  .newslist1 li:nth-child(3n) {
    margin-right: 4%;
  }

  .newslist1 li:nth-child(2n) {
    margin-right: 0;
  }

  .xg-sec .box {
    width: 100%;
    padding: 20px;
  }

  .xg-sec .box + .box {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    margin-top: 0px !important;
  }
  .more_wrp {
    margin-top: 10px !important;
  }
  .overflow .title {
    margin-top: 30px;
  }
  .nb_con {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 15px;
  }
  .super_bg .super_r dl dd {
    top: 3% !important;
  }
}

@media only screen and (max-width: 640px) {
  .pages li {
    margin-bottom: 5px;
  }

  .pages li a {
    font-size: 14px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
  }

  .pages {
    padding: 30px 0;
  }

  .location-nav {
    display: none;
  }

  .bannerswiper .swiper-pagination {
    bottom: 5px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .intitle .tit {
    font-size: 22px;
  }

  .intitle .desc {
    font-size: 14px;
  }

  .in1-sec .main .tbox {
    font-size: 14px;
  }

  .num-con li {
    font-size: 12px;
  }

  .num-con li strong {
    font-size: 25px;
    line-height: 25px;
  }

  .in2-sec .intitle {
    margin: 30px 0;
  }

  .tboxswiper .box .year {
    font-size: 22px;
  }

  .tboxswiper .box .desc {
    font-size: 13px;
    margin-top: 10px;
  }

  .history .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }

  .history .swiper-pagination {
    height: 90%;
    width: 16px;
  }

  .tboxswiper .box {
    left: 25px;
  }

  .in2-sec .main .play {
    width: 47px;
    height: 47px;
  }

  .in2-sec .main .t {
    font-size: 16px;
  }

  .btn {
    margin-top: 25px;
  }

  .in4-sec .main {
    padding: 0 4%;
  }

  .in4-sec .con2 .tit .cn {
    font-size: 19px;
  }

  .in4-sec .con2 .desc {
    font-size: 14px;
    line-height: 24px;
  }

  .in5-sec .main {
    margin-top: 30px;
  }

  .in5-sec .main li {
    width: 100%;
    border: 0 !important;
    padding: 0;
    margin-bottom: 20px;
  }

  .in5-sec .main li .tbox {
    padding-left: 90px;
    font-size: 14px;
    height: auto;
  }

  .in5-sec .main li:before,
  .in5-sec .main li:after {
    display: none !important;
  }

  .in5-sec .main li img {
    left: 0;
    top: 10px;
  }

  .in6-sec .main {
    margin-top: 20px;
  }

  .in7-sec .intitle {
    text-align: center;
  }

  .newstab {
    float: none;
    margin-top: 30px;
  }

  .newstab a {
    font-size: 16px;
    margin-left: 0;
  }

  .in7-sec .main {
    margin-top: 20px;
  }

  .newslist1 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .newslist1 li .tbox .desc {
    margin-top: 5px;
    font-size: 14px;
  }

  .newslist1 li .tbox .tit {
    font-size: 16px;
  }

  .newslist2 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .newslist2 li span {
    font-size: 12px;
  }

  .footmain .leftbox,
  .footmain .centerbox,
  .footmain .rightbox {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footbottom .rightbox,
  .footbottom .leftbox,
  .fnav,
  .footmain .leftbox {
    display: none;
  }

  footer .centerbox {
    padding: 0;
  }

  .footmain .ewm {
    width: 40%;
    margin: 0 30%;
  }

  .footmain .centerbox {
    width: 60%;
  }

  .footmain .rightbox {
    width: 40%;
  }

  .footbottom .centerbox {
    width: 100%;
    padding: 0 4%;
  }

  .footmain .rightbox img {
    margin: 18px auto;
  }

  /* .copyright {
    	padding: 5px 0;
    font-size: 12px;
    text-align: center;
    } */

  .ab2-sec .box .icon {
    width: 45px;
  }

  .nybanner .intitle {
    padding: 15px 0;
    background-size: auto 100%;
  }

  .ab1-sec .pic {
    width: 100%;
  }

  .ab1-sec .tbox {
    width: 100%;
    margin-top: 40px;
  }

  .nybanner .num-con li strong {
    font-size: 25px;
  }

  .nybanner .num-con li {
    padding: 0 10px;
    font-size: 12px;
    height: 120px;
    text-align: center;
  }

  .nybanner .num-con li .icon {
    margin-bottom: -46px;
  }

  .ab1-sec {
    background-position: left bottom;
    background-size: auto;
  }

  .nybanner .ad {
    display: none;
  }

  .nybanner .intitle .tit {
    font-size: 20px;
  }

  .ab1-sec .tbox {
    font-size: 14px;
  }

  .ab2-sec .box {
    background: #d56118;
  }

  .ab2-sec .box .tbox {
    position: static;
    top: 50%;
    transform: none;
    padding: 20px;
    width: 100%;
  }

  .ab2-sec .box.md {
    background: #fcede6;
  }

  .ab2-sec .box.md .tbox {
    width: 100%;
    left: 0;
    font-size: 16px;

    text-align: center;
  }

  .ab2-sec .box.md .icon {
    margin: 0 auto;
  }

  .ab2-sec .box .tit {
    margin-top: 10px;
  }

  .ab3-sec .main {
    margin-top: 20px;
  }

  .historyswiper .year {
    font-size: 24px;
  }

  .honorbg {
    padding: 0 20px;
  }

  .ab4-sec .main {
    margin-top: 20px;
  }

  .honorswiper .pic {
    margin-bottom: 15px;
  }

  .nybanner .pronav a {
    background-image: none;
    margin: 5px 0 5px 0;
    line-height: 30px;
    padding: 0 15px;
  }

  .nybanner .pronav {
    padding: 10px;
  }

  .in7-sec .tags {
    margin-top: 10px;
  }

  .nybanner + .in7-sec .main {
    margin-top: 80px;
  }

  .form li .lable {
    width: 85px;
    font-size: 14px;
  }

  .form li {
    padding-left: 85px;
    margin-bottom: 10px;
    line-height: 40px;
  }

  .formtext {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }

  .formtextarea {
    line-height: 38px;
    font-size: 14px;
  }

  .yzm img {
    width: 90px;
    height: 40px;
  }

  .form .btn {
    margin-top: 20px;
    float: none;
  }

  .ct-sec1 .tbox .box {
    padding: 25px 20px;
  }

  .ct-sec1 .tbox .tit .cn {
    font-size: 22px;
  }

  .ct-sec1 .tbox .desc {
    font-size: 15px;
    line-height: 25px;
  }

  .ct-sec1 .tbox .box li.md {
    width: 100%;
    margin-top: 15px;
  }

  .ct-sec1 .tbox .box li {
    margin-top: 15px;
  }

  .dwlist {
    margin-top: 20px;
  }

  .dwlist li {
    padding: 15px;
  }

  .dwlist li .name {
    padding-right: 40px;
    font-size: 14px;
  }

  body {
    font-size: 14px;
    padding-top: 1px;
  }

  .news-sec .main li .time {
    width: 70px;
    color: #666666;
    font-size: 12px;
  }

  .news-sec .main li .time span {
    font-size: 40px;
  }

  .news-sec .main li .tbox {
    margin-left: 60px;
    margin-right: 20px;
    padding: 0 20px;
  }

  .news-sec .main li .tbox .tit {
    font-size: 16px;
  }

  .news-sec .main li .tbox .desc {
    margin-top: 10px;
    font-size: 14px;
  }

  .newsxq-sec .details {
    padding: 25px;
  }

  .details .title {
    font-size: 20px;
  }

  .details .time {
    font-size: 12px;
  }

  .details .time img {
    display: none;
  }

  .details .time span {
    margin: 0;
  }

  .details .con {
    line-height: 26px;
    font-size: 14px;
    padding: 15px 0;
  }

  .ktags .list a {
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 12px;
    padding: 0 5px;
    line-height: 30px;
  }

  .tags .ktags {
    width: 100%;
  }

  .details .btns {
    display: none;
  }

  .xgpros .tbox {
    font-size: 14px;
  }

  .newsxq-sec {
    padding-bottom: 30px;
  }

  .fw-sec .pic {
    width: 100%;
  }

  .fw-sec .con {
    padding: 20px;
  }

  .fw-sec .con .desc {
    font-size: 14px;
  }

  .xg-sec .box {
    width: 100%;
    padding: 20px;
  }

  .pronav2 {
    margin-top: 30px;
    margin-bottom: -94px;
  }

  .proxq-sec .pronav {
    margin-top: 80px;
    padding: 10px;
    text-align: center;
  }

  .proxq-sec .pronav a {
    width: auto;
    background-image: none !important;
    margin: 5px 0 5px 0;
    line-height: 30px;
    padding: 0 10px;
    float: none;
  }

  .pronav2 li .t {
    color: #0045aa;
  }

  .pronav2 li .icon,
  .pronav2 li .icon {
    background: #0045aa;
    border-color: #0045aa;
  }

  .pronav2 li.active .icon,
  .pronav2 li:hover .icon {
    background: #410f07;
    border-color: #421008;
  }

  .pronav2 li.active .t,
  .pronav2 li:hover .t {
    color: #410f07;
  }

  .proxq-sec .in4-sec {
    margin-top: 25px;
  }

  .proxq-sec .in4-sec .main {
    padding: 0;
  }

  .proxq-sec .btn {
    margin-top: 20px;
  }

  .proxq-sec .newslist1 li {
    margin-top: 0;
  }

  .proxq-sec .newslist1 li .tbox .desc2 {
    font-size: 14px;
  }

  .proxq-sec .newslist1 li .tbox .info {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }

  .xg-sec .box .title .cn {
    font-size: 22px;
  }

  .xg-sec .box + .box {
    margin-left: 0;
    margin-top: 30px;
  }

  .qu1-sec li .num {
    display: none;
  }

  .qu1-sec li .tit {
    margin-top: 0;
    font-size: 17px;
  }

  .qu1-sec li .desc {
    font-size: 14px;
  }

  .teamtabs li {
    font-size: 20px;
    line-height: 45px;
    padding: 0 20px;
  }

  .teamtabs li.active:after {
    display: none;
  }

  .teambody .tbox {
    padding: 15px 25px;
    font-size: 14px;
    text-align: center;
  }

  .teambody .swiper-pagination,
  .xgpros .swiper-pagination,
  .honorswiper .swiper-pagination,
  .customerswiper .swiper-pagination {
    margin-top: 20px;
  }

  .teambody .swiper-pagination-bullet,
  .xgpros .swiper-pagination-bullet,
  .honorswiper .swiper-pagination-bullet,
  .customerswiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .in4-sec,
  .team-sec,
  .ab4-sec,
  .qu1-sec,
  .proxq-sec,
  .xg-sec,
  .fw-sec,
  .news-sec,
  .job-sec,
  .ct-sec1,
  .ab4-sec,
  .ab3-sec,
  .ab2-sec,
  .ab1-sec,
  .in7-sec,
  .in6-sec,
  .in5-sec,
  .in4-sec,
  .in3-sec,
  .in1-sec {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}

.overflow .title {
  height: 100px;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: #0045aa;
  display: flex;
  flex-direction: column;
}

.overflow .title b {
  color: #000000;
}

.overflow .title i {
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  position: relative;
  padding: 0 6px;
  top: -6px;
}

.overflow .title .sub {
  font-size: 20px;
  color: #545657;
  font-weight: normal;
  position: relative;
  margin-top: 12px;
  /* width: 1147px; */
  margin: auto;
  padding-top: 11px;
  font-style: inherit;
}

.overflow .title .sub:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #0045aa;
  left: -60px;
  top: 22px;
}

.overflow .title .sub:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #0045aa;
  right: -60px;
  top: 24px;
}

/* 工程业绩 */
.sectionBox {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 100px 0;
  position: relative;
  z-index: 1;
}

.indexCase {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}

.indexCase .box {
  display: block;
}

.indexCase ul li {
  width: 24%;
  float: left;
  margin: 0.5%;
}

.indexCase ul li .pic {
  width: 100%;
  /*height: 360px;*/
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.indexCase ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.indexCase ul li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.indexCase ul li:hover .bg {
  visibility: visible;
  opacity: 1;
}

.indexCase ul li:hover .pic img {
  transform: scale(1.1);
}

.indexCase ul li .bg img {
  max-width: 90%;
  max-height: 100%;
  width: auto;
  height: auto;
  transform: translateY(100%);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.indexCase ul li:hover .bg img {
  transform: translateY(0);
}

.indexCase ul li .tit {
  background-color: #f4f4f4;
  height: 65px;
  padding: 15px 50px 0 24px;
  position: relative;
  z-index: 1;
}

.indexCase ul li .tit:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0045aa;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}

.indexCase ul li:hover .tit:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}

.indexCase ul li h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.indexCase ul li p {
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}

.indexCase ul li:hover h2,
.indexCase ul li:hover p {
  color: #fff;
}

.indexCase ul li .icon {
  width: 22px;
  height: 22px;
  /*background: url(../images/case_more.png) no-repeat;*/
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  z-index: 10;
}

/* 新闻 */
.in-4 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}

.in-4 .list .left {
  width: 40%;
}

.in-4 .list .left .img {
  overflow: hidden;
  height: 360px;
}

.in-4 .list .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.in-4 .list .left .txt {
  padding: 20px;
  background: #f6f6f6;
}

.in-4 .list .left .txt h5 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}

.in-4 .list .left .txt p {
  font-size: 15px;
  color: #666;
  padding-bottom: 20px;
}

.in-4 .list .left .txt span {
  font-size: 15px;
  color: #666;
}

.in-4 .list .left:hover .img img {
  transform: scale(1.09);
}

.in-4 .list .left:hover .txt {
  background: #0045aa;
}

.in-4 .list .left:hover .txt h5,
.in-4 .list .left:hover .txt p,
.in-4 .list .left:hover .txt span {
  color: #fff;
}

.in-4 .list .right {
  width: 58%;
}

.in-4 .list .right ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.in-4 .list .right ul li {
  background: #f6f6f6;
  margin-bottom: 3%;
}

.in-4 .list .right ul li .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.in-4 .list .right ul li .box .img {
  overflow: hidden;
  /* border: 1px solid #f2eff3; */
  width: 27.4%;
  height: 133px;
}

.in-4 .list .right ul li .box .img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
  display: block;
}

.in-4 .list .right ul li .box .txt {
  padding: 10px;
  width: 65%;
}

.in-4 .list .right ul li .box .txt h5 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 18px;
  margin-left: 25px;
}

.in-4 .list .right ul li .box .txt p {
  font-size: 15px;
  color: #666;
  margin-left: 25px;
  padding-bottom: 21px;
}

/* 多行文本省略 - 最多显示3行 */
.text-ellipsis-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.in-4 .list .right ul li .box .txt span {
  font-size: 15px;
  color: #666;
  margin-left: 25px;
}

.in-4 .list .right ul li:hover {
  background: #0045aa;
}

.in-4 .list .right ul li:hover .box .img img {
  transform: scale(1.09);
}

.in-4 .list .right ul li:hover .box .txt h5,
.in-4 .list .right ul li:hover .box .txt p,
.in-4 .list .right ul li:hover .box .txt span {
  color: #fff;
}

.container1400 {
  width: 1400px;
  margin: auto;
}

.nb_tab {
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 41px;
  margin-bottom: 16px;
}

.nb_tab a {
  width: 171px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  color: black;
  border-radius: 30px;
  cursor: pointer;
}

.nb_tab a + a {
  margin-left: 50px;
}

.nb_tab a.on {
  color: #fff;
  background: #0045aa;
  background-size: 400% 370%;
}

.nb_tab a.on b {
  font-weight: bold;
}

.nb_tab a i,
.mod1499 .nb_tab a b {
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}

.nb_tab a b {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 45px;
}

/*.nb_tab a:hover{color: #fff;*/
/*   background: #0045AA;*/
/*   background-size: 400% 370%;}*/
.nb_tab li {
  width: 171px;
  height: 45px;
  background: #f5f5f5;
  display: inline-block;
  vertical-align: top;
  color: #333;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 30px;
}

.in-4 {
  margin-bottom: 40px;
}

.box3 {
  background: url(../images/bj.jpg) no-repeat top center;
  height: 845px;
  overflow: hidden;
}

.wenzi {
  position: absolute;
  top: 0;
  color: white;
  width: 100%;
  height: 100%;
}

.wenzi .wenzito {
  width: 75%;
  position: relative;
  top: 40%;
  margin: auto;
}

.wenzito h1 {
  width: 100%;
  text-align: center;
  font-size: 51px;
  letter-spacing: 3px;
  text-shadow: 1px 2px 4px #000;
  font-weight: 600;
}

.wenzito h5 {
  width: 100%;
  margin-top: 3%;
  text-align: center;
  font-size: 32px;
  letter-spacing: 4px;
}

.wenzi .wenzit1 {
  width: 75%;
  position: relative;
  top: 18%;
  margin: auto;
}

.wenzit1 h1 {
  width: 45%;
  float: left;
}

.wenzit1 h5 {
  float: right;
  width: 46%;
  margin-top: 8%;
}

.wenzit2 h1 {
  width: 63%;
  float: left;
}

.wenzi .wenzit2 {
  width: 79%;
  position: relative;
  top: 30%;
  margin: auto;
}

.wenzit2 h5 {
  float: right;
  width: 60%;
  margin-top: -13%;
}

.wenzit6 h1 {
  width: 47%;
  float: left;
}

.wenzi .wenzit6 {
  width: 79%;
  position: relative;
  top: 14%;
  margin: auto;
}

.wenzit6 h5 {
  float: right;
  width: 56%;
  margin-top: -4%;
}

.wenzit3 h1 {
  float: left;
}

.wenzi .wenzit3 {
  width: 95%;
  position: relative;
  top: -1%;
  margin: auto;
}

.ablst dl:hover {
  border: 2px solid #0045aa;
}

.num span {
  color: black;
}

.drop-down li:hover .yys a {
  color: white;
}

.poster-main {
  position: relative;
}

.poster-main a,
.poster-main img {
  display: block;
  width: 100%;
  height: 100%;
}

.poster-main img {
}

.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(0.5) brightness(1);
}

.poster-main .poster-btn:hover {
  filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
  left: 0;
  background: url(left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url(right.png) no-repeat center center;
}

.poster-item-title {
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  display: block;
}

.box_qwrz {
  background: url(../images/_bg5.jpg) no-repeat left top/100% 100%;
  height: 1450px;
  margin-top: -15px;
}

.box_qw {
  padding: 30px 0 0 0;
}

.box_qw .cnt {
  position: relative;
}

.box_qw {
  height: auto;
  /* margin-top: 20px; */
  padding-bottom: 40px;
}

.box_qw .swiper-slide {
  text-align: center;
  width: 480px;
  /* background: #fff; */
  /* height: 600px; */
  /* box-shadow: 0 5px 20px #6b6b6b; */
}

.box_qw .cnt .tit {
  color: #b70005;
  font-size: 30px;
  opacity: 0.4;
}

.box_qw .swiper-slide-active .tit {
  opacity: 1;
}

.box_qw .pic img {
  width: 100%;
}

.fixed .tel span {
  color: #0045aa;
}

.indexheader .logo {
  margin-top: 12px;
  width: 283px;
  height: 56px;
  background-size: 100%;
  background-image: url(../images/1-210P20AFQ62.png);
}

header .logo {
  margin-top: 12px;
  width: 283px;
  height: 56px;
  background-size: 100%;
  background-image: url(../images/1-210P20AFQ62.png);
}

.fixed .logo {
  margin-top: 12px;
  width: 345px;
  height: 66px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/1-210P20AFQ622.png) !important;
}

.nmsm {
  margin-top: 20px;
  float: left;
  margin-right: 14px;
  width: 40px;
  background-image: url(../images/tel.png);
  /*background: ;*/
  background-size: 100%;
  height: 40px;
}

.fixed .nmsm {
  background-image: url(../images/tel3.png) !important;
}

.nav .sub {
  display: none;
  width: 100%;
  padding: 0;
  position: fixed;
  overflow: hidden;
  text-align: left;
  z-index: 110;
  left: 0;
  background-color: #f5f5f5;
}
.nLi:hover .sub {
  display: block;
}
.nav .sub .nav_xiao {
  width: 92%;
  overflow: hidden;
  margin: 0 auto;
}

.nav .sub .nav_xiao.max1100 {
  max-width: 1100px;
}

.nav .sub .nav_xiao .xiao_three {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.nav .sub .nav_xiao .xiao_three ul li {
  float: left;
  display: inline;
  width: 14.5%;
  /* height: 218px; */
  overflow: hidden;
  margin-right: 1%;
  text-align: center;
  position: inherit;
  line-height: 56px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-left: 1%;
}

.nav .sub .nav_xiao .xiao_three ul li:last-child {
  margin-right: 0;
}

.nav .sub .nav_xiao .xiao_three ul li img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.nav .sub .nav_xiao .xiao_three ul li a {
  color: #000;
  width: 100%;
  font-size: 18px;
  height: 100%;
  display: block;
}

.nav .sub .nav_xiao .xiao_three ul li a:hover {
  color: #f67524;
}

.ssssj:hover .sub {
  display: block;
}

.ym {
  padding-top: 30px;
  padding-bottom: 10px;
  overflow: hidden;
  display: table;
  margin: auto;
}

.ym a {
  float: left;
  border: solid 1px #e3e3e3;
  padding: 5px 10px 5px 10px;
  color: #545454;
  margin-right: 5px;
  margin-bottom: 5px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ym a:hover {
  background: #5c5c5c;
  color: #fff;
  border: solid 1px #5c5c5c;
}

a.page-num-current {
  background: #0045aa;
  color: #fff;
  border: solid 1px #0045aa;
}

.ym span {
  display: block;
  float: left;
  margin-top: 14px;
  margin-right: 5px;
}

.tts {
  width: 48%;
  float: left;
}

.casess {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 20px auto 0;
  padding: 0px 0;
}

.casess ul li {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}

.casess ul li .img {
  width: 23%;
  float: left;
  height: 170px;
  overflow: hidden;
  border: 1px solid #cecfd4;
}

.casess ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.casess ul li:hover .img img {
  transform: scale(1.1);
}

.casess ul li .text {
  width: 77%;
  float: left;
  padding: 0 10px 0 35px;
}

.casess ul li .text h4 {
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.casess ul li:hover .text h4 {
  color: #0045aa;
}

.casess ul li .text h5 {
  font-size: 14px;
  color: #444;
  line-height: 24px;
  min-height: 72px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.casess ul li .text h6 {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  padding-top: 10px;
}

.case-detail {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 0;
}

.case-detail-left {
  float: left;
  width: 66%;
  background-color: #f8f8f8;
  padding: 60px 50px;
}

.case-detail-left-title {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  padding-bottom: 14px;
}

.case-detail-left-title h4 {
  font-size: 24px;
  color: #333;
  text-align: center;
}

.case-detail-left-title h1 {
  font-size: 24px;
  color: #333;
  text-align: center;
}

.case-detail-left-title h5 {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding-top: 14px;
}

.case-detail-left-title h5 span {
  display: inline-block;
  padding: 0 10px;
}

.case-detail-text {
  width: 100%;
  height: auto;
  padding: 10px 0;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  text-align: justify;
}

.case-detail-text img {
  text-align: center;
  max-width: 100%;
  height: auto;
}

.case-detail-text h6 {
  text-align: center;
}

.case-detail-text p {
  padding: 10px 0;
}

.case-detail-share {
  width: 100%;
  border-top: 1px solid #efefef;
  padding: 10px 0;
}

.case-detail-share-left {
  float: left;
}

.case-detail-share-left h4 {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
}

.case-detail-share-left .fa {
  font-size: 20px;
  color: #000;
}

.bdshare-button-style0-16 a {
  padding-left: 0 !important;
  padding-right: 10px;
  background: none !important;
}

.bdshare-button-style0-16 .bds_tsina,
.bdshare-button-style0-16 .bds_sqq,
.bdshare-button-style0-16 .bds_weixin {
  background: none;
}

.bdshare-button-style0-16 a:hover {
  opacity: 1 !important;
}

.case-detail-share-left a {
  position: relative;
}

.case-detail-share-left a p {
  position: absolute;
  width: 140px;
  height: 160px;
  bottom: 34px;
  left: 50%;
  margin-left: -30px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  padding: 10px 14px 10px 14px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  display: none;
  opacity: 1;
}

.case-detail-share-left a p img {
  width: 100%;
}

.case-detail-share-left a:hover p {
  display: block;
  opacity: 1;
}

.case-detail-share-right {
  float: right;
  margin-top: 20px;
}

.case-detail-share-right a {
  padding: 10px 20px;
  background-color: #0045aa;
  font-size: 14px;
  color: #fff;
}

.case-detail-share-right .fa {
  color: #fff;
  font-size: 16px;
  padding-right: 10px;
}

.case-detail-right {
  float: left;
  width: 34%;
  padding-left: 50px;
}

.case-detail-right1 {
  width: 100%;
  height: auto;
  padding-top: 0px;
}

.case-detail-right1 h4 {
  font-size: 18px;
  color: #0045aa;
  padding-left: 15px;
  border-left: 4px solid #0045aa;
}

.case-detail-right1 ul {
  margin-top: 30px;
  overflow: hidden;
}

.case-detail-right1 ul li {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 10px #eee;
}

.case-detail-right1 ul li .img {
  width: 50%;
  height: 92px;
  float: left;
  overflow: hidden;
  padding-right: 10px;
}

.case-detail-right1 ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-detail-right1 ul li .text {
  width: 50%;
  overflow: hidden;
  padding-left: 10px;
}

.case-detail-right1 ul li .text h5 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 22px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case-detail-right1 ul li .text h6 {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 4px;
}

.case-detail-right1 ul li:hover .text h5 {
  color: #0045aa;
}

.case-detail-prev {
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.case-detail-prev h4 {
  font-size: 18px;
  color: #0045aa;
  padding-left: 15px;
  border-left: 4px solid #0045aa;
}

.case-detail-prev h5 {
  padding-top: 10px;
  font-size: 16px;
  color: #666;
}

.case-detail-prev h5 a:hover {
  color: #0045aa;
}

.ssshsns {
  background-color: #fff;
  width: 48.8%;
  height: 150px;
  border: 1px solid #e8ecec;
  float: left;
  margin-right: 1%;
}

.ssshsns a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 69px;
}

.ssshsns .li-l {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.ssshsns .li-l .li-c {
  padding-left: 77px;
}

.ssshsns .li-l .li-c .text-title {
  font-size: 24px;
  font-family: PingFang;
  /* font-weight: bold; */
  color: #222222;
  line-height: 1;
}

.ssshsns .li-l .li-c .text-des {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
  margin-top: 20px;
}

.ssshsns .li-r {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: rgba(0, 57, 152, 0);
  border: 1px solid #b9b9b9;
  border-radius: 22px;
}

.ssshsns:hover .li-r {
  border-color: #0045aa;
  background-color: #0045aa;
}

.ssshsns .li-r .iconfont {
  color: rgba(153, 153, 153, 1);
}

.ssshsns:hover .li-r .iconfont {
  color: #fff;
}

.mod1059 .feedback_form {
  width: 100%;

  margin: 0 auto 30px auto;
}

.mod1059 .feedback_form_t {
  font-size: 26px;

  text-align: center;

  line-height: 80px;

  border-bottom: 1px solid #0045aa;

  margin-bottom: 40px;
}

.mod1059 .feedback_form input,
.mod1059 .feedback_form textarea {
  border: 1px solid #ccc;

  border-radius: 5px;
}

.mod1059 .feedback_form input:hover,
.mod1059 .feedback_form textarea:hover {
  border-color: #0045aa;
}

.mod1059 .feedback_form li {
  width: 100%;

  background: none;

  font-size: 14px;

  color: #888;

  margin-bottom: 10px;

  line-height: 48px;
}

.mod1059 .feedback_content i {
  font-size: 18px;

  padding: 0 5px;
}

.mod1059 .feedback_form li.message {
  padding-top: 10px;
}

.mod1059 .wbf-input {
  width: 93%;

  height: 32px;

  padding: 10px;

  margin: 8px 0;

  line-height: normal;

  box-sizing: border-box;
}

.mod1059 .wbf-code {
  width: 140px;

  height: 32px;

  padding: 10px;

  margin: 8px 0;

  line-height: normal;

  box-sizing: border-box;
}

.mod1059 .feedback_form li.yzma {
  margin-top: -10px;
}

.mod1059 .yzma img {
  vertical-align: middle;
}

.mod1059 .wbf-textarea {
  width: 93%;

  height: 130px;

  padding: 8px;

  line-height: 20px;

  box-sizing: border-box;
}

.mod1059 input.button.btn_message {
  display: inline-block;

  zoom: 1;

  vertical-align: baseline;

  margin-left: 0%;

  margin-top: 10px;

  outline: none;

  cursor: pointer;

  text-align: center;

  text-decoration: none;

  padding: 0 30px;

  border-radius: 30px;

  line-height: 40px;

  background: #0045aa;

  font-size: 16px;

  color: #fff;

  border: none;
}

header .yyqh {
  width: 38px;
  height: 38px;
  background-image: url(../images/en.png);
  float: right;
  background-size: 100%;
  margin-top: 22px;
}

.fixed .yyqh {
  width: 38px;
  height: 38px;
  background-image: url(../images/en2.png);
  float: right;
  background-size: 100%;
  margin-top: 22px;
}

header .yyqhd {
  width: 38px;
  height: 38px;
  background-image: url(../images/cn.png);
  float: right;
  background-size: 100%;
  margin-top: 22px;
}

.fixed .yyqhd {
  width: 38px;
  height: 38px;
  background-image: url(../images/cn2.png);
  float: right;
  background-size: 100%;
  margin-top: 22px;
}

.mod1059 a.button.btn_message {
  display: inline-block;

  zoom: 1;

  vertical-align: baseline;

  margin-left: 20px;

  margin-top: 10px;

  outline: none;

  cursor: pointer;

  text-align: center;

  text-decoration: none;

  padding: 0 30px;

  border-radius: 30px;

  line-height: 40px;

  background: #0045aa;

  font-size: 16px;

  color: #fff;
}

.mod1059 .feedback_form input::-webkit-input-placeholder,
.mod1059 .feedback_form textarea::-webkit-input-placeholder {
  color: #ccc;
}

.sfq_card {
  height: 247px;
  overflow: hidden;
  background-color: #f7f7f7;
}

.sfq_card_img {
  position: relative;
  width: 161px;
  height: 247px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sfq_card_img_bg {
  text-align: center;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sfq_card_img_bg span {
  font-weight: 300;
  display: block;
  width: 20px;
  line-height: 30px;
  margin: 70px auto 0 auto;
  font-size: 24px;
}

.clearfix:after,
.clearfix:before,
.c:after,
.c:before {
  display: table;
  content: "";
}

.clearfix:after,
.c:after {
  clear: both;
}

.about_title {
  font-size: 30px;
  color: #464545;
  text-align: center;
  font-weight: bolder;
  margin-top: 73px;
}

.about_xian {
  width: 65px;
  height: 3px;
  background-color: #c9151e;
  margin: 20px auto;
}

.about_js {
  line-height: 30px;
  text-align: center;
  width: 805px;
  margin: 0 auto;
  font-size: 15px;
  color: #787878;
}

.card-area {
  margin: 40px auto 0;
  width: 1600px;
  position: relative;
}

.card-area .bg-e8e8e8 {
  background: #e8e8e8;
}

.card-area .bg-e1e1e1 {
  background: #e1e1e1;
}

.card-area .card-item {
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  position: relative;
  float: left;
  width: 154px;
  height: 345px;
  background-color: transparent;
}

.card-area .card-item + .card-item {
  margin-left: -1px;
}

.card-area .card-item.active {
  z-index: 6;
  width: 518px;
  height: 248px;
}

.card-area .card-item.active .card .card-title {
  background-color: #3db1ea;
  height: 145px;
  top: 0;
  border: none;
}

.card-area .card-item.active .card .card-title .short-info {
  color: #9ed8f5;
}

.card-area .card-item.active .card .card-title h1 {
  color: #fff;
}

.card-area .card-item.active .card .card-content.content-first {
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}

.card-area .card-item.active .card .card-content.content-second {
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}

.sfq_card {
  height: 247px;
  overflow: hidden;
  background-color: #f7f7f7;
}

.sfq_card_img {
  position: relative;
  width: 154px;
  height: 247px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sfq_card_img_bg {
  text-align: center;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sfq_card_img_bg span {
  font-weight: 300;
  display: block;
  width: 20px;
  line-height: 30px;
  margin: 70px auto 0 auto;
  font-size: 24px;
}

.active .sfq_card_img_bg {
  background: rgba(223, 100, 155, 0) !important;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.active .sfq_card_img {
  float: left;
  width: 154px;
  height: 247px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.sfq_card_con {
  width: 0;
  height: 247px;
  background-color: #eae7e7;
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.active .sfq_card_con {
  width: 360px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sfq_card_con_box {
  width: 280px;
  margin: 0 auto;
}

.sfq_card_name {
  margin-top: 30px;
  font-size: 20px;
  color: #000000;
}

.sfq_card_js {
  line-height: 30px;
  font-size: 13px;
  color: #787878;
}

.sfq_card_xian {
  width: 150px;
  height: 1px;
  margin: 15px 0 8px 0;
  background-color: #555555;
}

.sfq_card_more {
  margin-top: 6px;
  font-size: 12px;
  color: #555555;
  text-align: right;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.card-area .card-item:hover .sfq_card_more {
  color: #c9151e;
}

.card-item_none {
  width: 198px;
  height: 247px;
}

.active .card-item_none {
  display: none;
}

.sfq_card_dian {
  margin-top: 35px;
  width: 143px;
  height: 11px;
  text-align: center;
  background: url(../images/hei_yuan.jpg) no-repeat center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.active .sfq_card_dian {
  width: 203px;
  background: url(../images/hong_yuan.jpg) no-repeat center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.active .sfq_card_title {
  color: #0045aa;
  font-size: 26px;
}

.sfq_card_title {
  margin-top: 5px;
  color: #474747;
  font-size: 17px;
  font-weight: bold;
  width: 144px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.active .sfq_card_title {
  width: 203px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about22 {
  /*background: url(../images/sfq_xian.jpg);*/
}

.about_more {
  width: 93px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #da2d2d;
  margin: 60px auto 40px auto;
  border: 1px solid #da2d2d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about_more:hover {
  color: #ffffff;
  background-color: #da2d2d;
}

.contact-main {
  margin-top: 32px;
  margin: auto;
  width: 79%;
}

.contact-tit {
  display: block;
  margin-top: 32px;
  height: 98px;
  font-size: 31px;
  font-weight: 500;
  text-align: center;
  line-height: 98px;
  color: #323232;
  background: url("../images/contact-bg.png") center center no-repeat;
}

.contact-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 489px;
  height: 509px;
  background: url("../images/contact-infobg.png") repeat;
  overflow: hidden;
}

.mcontact .mcontact_r .nei .con p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "苹方", "SourceHanSans-Normal", "微软雅黑", "黑体";
}

.mcontact .mcontact_r .nei .con p:nth-child(1) {
  color: transparent;
  display: block;
  height: 83px;
  background: url("../images/contact-slogan-pc.png") no-repeat left center;
}

.mcontact .mcontact_r .nei .con p:nth-child(2) {
  padding-left: 35px;
  background: url("../images/contactico1.png") no-repeat left center;
}

.mcontact .mcontact_r .nei .con p:nth-child(3) {
  margin-top: 20px;
  padding-left: 35px;
  background: url("../images/contactico1.png") no-repeat left center;
}

/* .mcontact .mcontact_r .nei .con p:nth-child(2) span{display:inline-block;width:100%;}
.mcontact .mcontact_r .nei .con p:nth-child(2) span:nth-child(2){margin-top:10px;} */

.mcontact .mcontact_r .nei .con p:nth-child(4) {
  margin-top: 20px;
  padding-left: 35px;
  background: url("../images/contactico2.png") no-repeat left center;
}

.mcontact .mcontact_r .nei .con p:nth-child(5) {
  margin-top: 20px;
  padding-left: 35px;
  background: url("../images/contactico3.png") no-repeat left center;
}

.mcontact .mcontact_r .nei .con p:nth-child(6) {
  font-size: 14px;
  margin-top: 55px;
  color: #e4c55e;
  opacity: 0.6;
  font-weight: bold;
  line-height: 15px;
}

.mcontact .mcontact_r .nei .con p:nth-child(6) a {
  color: #e4c55e;
}

.mcontact .mcontact_r .nei .con p:nth-child(6) a:hover {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  width: 27px;
  height: 30px;
  margin-top: -22px;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
}

.mcontact .mcontact_r .map {
  background: url("../images/map.png") no-repeat center;
  background-size: cover;
  width: 543px;
  height: 334px;
}

.starView {
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 1000px) {
  .mcontact {
    /* top: 200px; */
  }

  .mcontact .container .company-list {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    padding-top: 180px;
    width: 100%;
  }

  /* .mcontact .container .company-list::before { content: ''; height: 1px; overflow: hidden; clear: both; display: block;} */
  .mcontact .container .company-list .company {
    width: 33.33333333333333%;
    padding-left: 44px;
    margin: 30px 0 0;
    box-sizing: border-box;
  }

  .mcontact .container .copyright {
    padding: 100px 0 50px;
  }

  .mcontact .container .copyright,
  .mcontact .container .copyright a,
  .mcontact .container .copyright:hover {
    color: rgba(228, 197, 94, 0.6);
    font-size: 11px;
    text-align: center;
  }

  .mcontact .container .copyright b span {
    display: none;
  }

  .mcontact .mcontact_l .con {
    width: 350px;
  }
}

.mcontact .container .company-list .company {
  background: url("../images/gps.png") no-repeat left 10px;
}

.mcontact .container .company-list .company .name,
.mcontact .container .company-list .company .ename {
  line-height: 50px;
  font-size: 32px;
  color: #fff;
  display: block;
  height: auto;
}

.mcontact .container .company-list .company .name {
  color: #e4c45f;
}

.mcontact .container .company-list .company .name::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("../images/arrow.png") no-repeat center;
  margin-left: 10px;
  transition: all 0.5s;
  background-size: contain;
}

.mcontact .container .company-list .company .ename {
  margin-bottom: 20px;
}

.mcontact .container .company-list .company p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  display: block;
  height: 1px;
  overflow: hidden;
  transition: all 0.5s;
}

.mcontact .container .company-list .company.active p {
  display: block;
  height: 32px;
}

.mcontact .container .company-list .company.active .name,
.mcontact .container .company-list .company.active .ename {
  height: 50px;
}

.mcontact .container .company-list .company.active .name::after {
  transform: rotate(180deg);
}

.maps {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
}

.add-con {
  padding-top: 28px;
  margin-left: -19px;
  margin-bottom: 55px;
}

.add-con-items {
  float: left;
  width: 50%;
  margin-bottom: 21px;
  padding-left: 19px;
}

.add-block {
  width: 100%;
  border: 1px solid rgba(0, 69, 186, 0.4);
  overflow: hidden;
}

.add-name {
  position: relative;
  display: block;
  height: 69px;
  padding: 0 33px;
  font-size: 22px;
  font-weight: normal;
  line-height: 67px;
  color: #0045aa;
}

.add-name-line {
  display: block;
  position: absolute;
  width: 29px;
  height: 1px;
  left: 33px;
  bottom: 13px;
  background: #0045aa;
}

.add-dt {
  height: 169px;
  padding: 17px 33px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.add-block:hover .add-dt {
  background: #f3f8ff;
}

.add-dt-dz,
.add-dt-tel {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 28px;
  color: #1d1c1c;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.add-dt-dz {
  /*margin-right: 60px;*/
}

.add-dt-icon {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 21px;
}

.add-dt-icon img {
  vertical-align: top;
}

.contact-info-tit {
  font-size: 22px;
  font-weight: normal;
  line-height: 66px;
  color: #fff;
}

.ci-top {
  width: 100%;
  height: 292px;
  padding: 34px 38px;
  background: #0045aa;
  overflow: hidden;
}

.ci-ewm {
  position: relative;
  width: 100%;
  height: 217px;
  background: #464544;
}

.ci-ewm-icon {
  position: absolute;
  display: block;
  width: 32px;
  height: 12px;
  left: 37px;
  top: -12px;
}

.ci-ewm-icon img {
  width: 100%;
  vertical-align: top;
}

.ci-line {
  display: block;
  width: 46px;
  height: 2px;
  background: #ffc386;
}

.ci-block {
  padding-top: 18px;
}

.cib-items {
  position: relative;
  min-height: 18px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin-top: 9px;
}

.cib-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 21px;
}

.cib-icon img {
  width: 100%;
  vertical-align: top;
}

.ci-ewm {
  padding-top: 23px;
}

.ciewm-block {
  display: table;
  margin: 0 auto;
}

.ciewm-items {
  float: left;
  margin: 0 13px;
}

.ciewm-pic {
  display: block;
  width: 144px;
  height: 144px;
  text-align: center;
  overflow: hidden;
}

.ciewm-pic img {
  width: 100%;
  vertical-align: top;
}

.ciewm-text {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.add-con {
  padding-top: 28px;
  margin-left: -19px;
  margin-bottom: 55px;
}

.tdbj {
  height: 606px;
  overflow: hidden;
  /*background:url(../images/cpysbg.jpg) no-repeat center top;*/
  background-size: cover;
  padding: 4px 0 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei";
  max-width: 1920px;
  margin: 0 auto;
}

.tdbj h2 {
  margin-bottom: 70px;
}

.td {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.td li {
  font-size: 16px;
  color: #666666;
  text-align: left;
  line-height: 28px;
  position: absolute;
}

.td li:after {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  background: #aeaeae;
  border-radius: 100%;
}

.td li h4 {
  font-size: 21px;
  color: #242424;
  line-height: 32px;
  position: relative;
  font-weight: normal;
  margin-bottom: 13px;
}

.td li p b {
  color: #000000;
  font-weight: normal;
}

.td li p {
  margin-bottom: 14px;
}

.td li .td_btn {
  width: 118px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0045aa;
  display: block;
  opacity: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}

.td li:nth-child(1) {
  width: 359px;
  padding-right: 37px;
  left: 0px;
  top: 64px;
}

.td li:nth-child(1):before {
  content: "";
  position: absolute;
  width: 86px;
  height: 150px;
  background: url(../images/td_line1.png) no-repeat;
  right: -74px;
  top: 30px;
}

.td li:nth-child(1):after {
  right: 0;
  top: 20px;
}

.td li:nth-child(2) {
  width: 379px;
  padding-left: 43px;
  right: 18px;
  top: 56px;
}

.td li:nth-child(2):before {
  content: "";
  position: absolute;
  width: 98px;
  height: 140px;
  background: url(../images/td_line2.png) no-repeat;
  left: -44px;
  top: 45px;
}

.td li:nth-child(2):after {
  left: 0;
  top: 20px;
}

.td li:nth-child(3) {
  width: 384px;
  padding-right: 33px;
  left: 0px;
  top: 340px;
}

.td li:nth-child(3):before {
  content: "";
  position: absolute;
  width: 105px;
  height: 127px;
  background: url(../images/td_line3.png) no-repeat;
  right: -94px;
  top: 11px;
}

.td li:nth-child(3):after {
  right: 0;
  top: 110px;
}

.td li:nth-child(4) {
  width: 383px;
  padding-left: 47px;
  right: 38px;
  top: 330px;
}

.td li:nth-child(4):before {
  content: "";
  position: absolute;
  width: 55px;
  height: 97px;
  background: url(../images/td_line4.png) no-repeat;
  left: -44px;
  top: 10px;
}

.td li:nth-child(4):after {
  left: 0;
  top: 110px;
}

.td li:nth-child(5) {
  width: 333px;
  padding-left: 50px;
  right: 569px;
  top: 489px;
}

.td li:nth-child(5):before {
  content: "";
  position: absolute;
  width: 55px;
  height: 175px;
  background: url(../images/td_line4.png) no-repeat;
  left: -44px;
  top: -39px;
}

.td li:nth-child(5):after {
  left: 0;
  top: 110px;
}

.td li:nth-child(3) p,
.td li:nth-child(4) p {
  margin-bottom: 13px;
}

.td li:nth-child(3) h4,
.td li:nth-child(4) h4 {
  margin-bottom: 15px;
}

.td li:hover h4 {
  color: #0045aa;
}

.td li:hover::after {
  background: #0045aa;
}

.td li:hover p b {
  font-weight: bold;
}

.td li:hover .td_btn {
  opacity: 1;
}

@media screen and (max-width: 1401px) {
  .tdbj {
    background: url(../images/cpysbg.jpg) no-repeat center top;
    background-size: cover;
  }

  .td {
    width: 1200px;
  }

  .td li:nth-child(1) {
    left: 38px;
  }

  .td li:nth-child(2):after {
    top: 98px;
  }

  .td li:nth-child(3) {
    left: 108px;
  }

  .td li:nth-child(4) {
    right: 35px;
    top: 312px;
  }

  .td li:nth-child(1):before,
  .td li:nth-child(2):before,
  .td li:nth-child(3):before,
  .td li:nth-child(4):before {
    width: 0;
  }

  .td li.cur h4 {
    color: #0045aa;
  }

  .td li.cur::after {
    background: #0045aa;
  }

  .td li.cur p b {
    font-weight: bold;
  }

  .td li.cur .td_btn {
    opacity: 1;
  }
}

.overflow1 h2 {
  height: 91px;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: #000000;
}

.overflow1 h2 b {
  color: #0045aa;
}

.overflow1 h2 i {
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  position: relative;
  padding: 0 6px;
  top: -6px;
}

.overflow1 h2 em {
  display: block;
  font-size: 18px;
  color: #545657;
  font-weight: normal;
  position: relative;
  margin-top: 12px;
  width: 1236px;
  margin: auto;
  padding-top: 11px;
  font-style: inherit;
}

/*.overflow h2 em:before{content: "";position: absolute;width: 50px;height: 2px;background: #0045AA;left:390px;top:22px;}*/
/*.overflow h2 em:after{content: "";position: absolute;width: 50px;height: 2px;background: #0045AA;right:390px;top:24px;}*/
.td li.cur h4 {
  color: #0045aa;
}

.td li.cur::after {
  background: #0045aa;
}

.td li.cur p b {
  font-weight: bold;
}

.td li.cur .td_btn {
  opacity: 1;
}

.proList {
  width: 100%;
}

.proListSection {
  width: 910px;
  float: right;
}

.proListSection .mainCon {
  border: 1px solid #e4e4e4;
  padding-top: 28px;
  width: 908px;
  margin-bottom: 31px;
}

.proListSection .mainCon .conBox {
  width: 870px;
  margin: 20px auto 0;
  padding-bottom: 30px;
}

.proListSection .mainCon .conBox ul {
  width: 104%;
}

.proListSection .mainCon .conBox li {
  float: left;
  width: 280px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.proListSection .mainCon .conBox li.noMl {
  margin-right: 0px;
}

.proListSection .mainCon .conBox li .Pic {
  width: 278px;

  /*height: 240px;*/
  border: 1px solid #e4e4e4;
  overflow: hidden;
  display: block;
}

.proListSection .mainCon .conBox li .Pic img {
  display: block;
  width: 278px;

  /*height: 240px;*/

  transform: scale(1);
  transition: all 1s ease-out;
}

.proListSection .mainCon .conBox li .intro {
  width: 280px;
  height: 140px;
  text-align: center;
  padding-top: 14px;
  position: relative;
}

.proListSection .mainCon .conBox li .intro h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 16px;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proListSection .mainCon .conBox li .intro h3 a {
  color: black;
  text-decoration: none;
}

.proListSection .mainCon .conBox li .intro p {
  line-height: 20px;
  color: #666666;
  font-size: 14px;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.proListSection .mainCon .conBox li .intro .btn {
  overflow: hidden;
  width: 241px;
  height: 42px;
  background: url(../images/proListBg01.png) no-repeat center;
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.proListSection .mainCon .conBox li .intro .btn a {
  display: block;
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #777777;
  text-decoration: none;
}

.proListSection .mainCon .conBox li .intro .btn a i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../images/mub02_jt03.png) no-repeat center;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.proListSection .mainCon .conBox li .intro .btn a:first-child {
  border-right: 1px solid #eaeaea;
}

.proListSection .mainCon .conBox li .intro .btn a:hover {
  color: #fff;
}

.proListSection .mainCon .conBox li .intro h3 a {
  color: #0045aa;
}

.proListSection .mainCon .conBox li .intro .btn a.more:hover {
  background: url(../images/proListBg02.png) no-repeat center;
}

.proListSection .mainCon .conBox li .intro .btn a.more:hover i {
  background: url(../images/mub02_jt02.png) no-repeat center;
}

.proListSection .mainCon .conBox li .intro .btn a.zx:hover {
  background: url(../images/proListBg03.png) no-repeat center;
}

.proListSection .mainCon .conBox li .intro .btn a.zx:hover i {
  background: url(../images/mub02_jt02.png) no-repeat center;
}

.proListSection .mainCon .conBox li:hover .Pic img {
  transform: scale(1.2);
}

.proCol .conleft {
  width: 270px;
  position: relative;
  z-index: 3;
}

.proCol .conleft h3 {
  height: 106px;
  background: #0045aa;
  border-radius: 8px 8px 0 0;
  margin-bottom: 2px;
  font-weight: normal;
}

.proCol .conleft h3 a {
  display: block;
  color: #fff;
  padding: 35px 0 0 30px;
  height: 76px;
  background: url(../images/proicon01.png) no-repeat 204px 46px;
}

.proCol .conleft h3 span {
  display: block;
  font-size: 25px;
}

.proCol .conleft h3 i {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 100;
  font-style: inherit;
}

.proCol .conleft .box {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background: #fff;
}

.proCol .conleft .box .p1 {
  height: 63px;
  background: #0045aa;
  width: 270px;
  position: relative;
  left: -1px;
  text-indent: 27px;
}

.proCol .conleft .box .p1 a {
  display: block;
  height: 63px;
  line-height: 63px;
  font-size: 20px;
  color: #fff;
}

.proCol .conleft .box ul.ul1 {
  border-left: 1px solid #fff;
}

.proCol .conleft .box ul.ul1 .boxli {
  padding-left: 8px;
  height: 49px;
  position: relative;
}

.proCol .conleft .box ul.ul1 .active {
  background: #e4e4e4;
}

.proCol .conleft .box ul.ul1 .active .lia {
  color: #0045aa;
}

.proListSection .mainCon .conBox li .intro .btn .zx {
  background: url("../images/proListBg03.png");
  color: white;
}

.proCol .conleft .box ul.ul1 .boxli .lia {
  display: block;
  height: 48px;
  line-height: 48px;
  text-indent: 57px;
  background: url(../images/proicon03.png) no-repeat 19px center;
  margin-right: 9px;
  border-bottom: 1px solid #f2f2f2;
}

.proCol .conleft .box ul.ul1 .boxli:first-child .lia {
  border-top: none;
}

.proCol .conleft .box:hover {
  border-left-color: #0045aa;
}

.proCol .conleft .box:hover ul.ul1 {
  border-left-color: #0045aa;
}

.proCol .conleft .box ul.ul1 .boxli:hover {
  background: #e4e4e4;
}

.proCol .conleft .box ul.ul1 .boxli:hover .lia {
  background: url(../images/proicon04.png) no-repeat 19px center;
  color: #0045aa;
}

.proCol .conleft .box ul.ul1 .boxli .liUl {
  display: none;
}

.proCol .conleft .box ul.ul1 .boxli:hover .liUl {
  display: block;
  position: absolute;
  left: 268px;
  top: -60px;
  width: 156px;
  padding: 18px 0 10px 30px;
  background: #fff;
}

.proCol .conleft .box ul.ul1 .boxli:hover .liUl li {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.proCol .conleft .box ul.ul1 .boxli:hover .liUl li:hover a {
  color: #0045aa;
}

.proCol .conleft .box:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.proCol .conleft .box .p1.cur {
  background: #ff7e00;
}

.proCol .conleft .box ul.ul1 .boxli .lia.cur {
  background: url(../images/proicon04.png) no-repeat 19px center;
  color: #0045aa;
}

.proCol .conleft .box .liUl li a.cur {
  color: #0045aa;
}

.InpageSidebar01 {
  width: 270px;
  float: left;
}

.InpageSidebar01 .top {
  width: 100%;
  height: 80px;
  background: #0045aa;
}

.InpageSidebar01 .top h2 {
  height: 80px;
  text-indent: 28px;
  background: url(../images/InpageSidebar01_icon01.png) no-repeat 218px center;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}

.InpageSidebar01 .top h2 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.InpageSidebar01 .classify .box {
  border: 1px solid #e4e4e4;
  border-top: none;
  position: relative;
}

.InpageSidebar01 .classify .box:first-child {
  border-top: 1px solid #e4e4e4;
}

.InpageSidebar01 .classify dl {
  padding: 14px 19px 18px 30px;
}

.InpageSidebar01 .classify dt {
  font-size: 20px;
  color: #333333;
  background: url(../images/mub02_jt03.png) no-repeat 194px 6px;
  margin-bottom: 14px;
}

.InpageSidebar01 .classify dt a {
  color: #333333;
}

.InpageSidebar01 .classify dd p {
  border-left: 1px solid #e4e4e4;
  height: 35px;
  line-height: 35px;
}

.InpageSidebar01 .classify dd p a {
  font-size: 15px;
  color: #333333;
  display: block;
  text-indent: 16px;
  text-decoration: none;
}

.InpageSidebar01 .classify .box i {
  display: none;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: #0045aa;
}

.InpageSidebar01 .classify .box:hover {
  background: #f5f5f5;
}

.InpageSidebar01 .classify .box:hover i {
  display: block;
}

.InpageSidebar01 .classify .box dt.cur {
  background: url(../images/mub02_jt04.png) no-repeat 194px 6px;
  font-weight: bold;
}

.InpageSidebar01 .classify .box:hover dt a,
.InpageSidebar01 .classify .box dt.cur a {
  color: #0045aa;
  display: block;
  text-decoration: none;
}

.InpageSidebar01 .classify .box:hover dt {
  background: url(../images/mub02_jt04.png) no-repeat 194px 6px;
  font-weight: bold;
}

.InpageSidebar01 .classify dd p:hover a,
.InpageSidebar01 .classify dd p.cur a {
  color: #fff;
}

.InpageSidebar01 .classify dd p:hover,
.InpageSidebar01 .classify dd p.cur {
  background: url(../images/mub02_jt02.png) no-repeat 194px center #0045aa;
}

.InpageSidebar01 .sidebarLinkUs {
  border: 1px solid #e4e4e4;
  margin-top: 20px;
  padding: 0 19px 20px;
  margin-bottom: 20px;
}

.InpageSidebar01 .sidebarLinkUs h3 {
  font-size: 18px;
  color: #0045aa;
  font-weight: normal;
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 18px;
  text-indent: 10px;
}

.InpageSidebar01 .sidebarLinkUs p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
  line-height: 20px;
  padding: 0 10px;
}

.InpageSidebar01 .sidebarLinkUs .zxzx {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  background: #0045aa;
  text-decoration: none;
  margin-top: 20px;
}

.InpageSidebar01 .sidebarLinkUs .zxzx span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  border-right: 1px solid #fff;
  background: url(../images/zxzx_icon01.png) no-repeat center;
}

.InpageSidebar01 .sidebarLinkUs .zxzx em {
  display: block;
  width: 109px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  float: left;
  font-style: inherit;
}

.InpageSidebar01 .sidebarLinkUs .zxzx em img {
  display: inline-block;
  *display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 8px;
}

.proDetails {
  width: 100%;
}

.proDetailsSection {
  width: 992px;
  float: right;
}

.proDetailsSection .mainCon {
  border: 1px solid #e4e4e4;
  padding-bottom: 0px;
}

.proDetailsIntro {
  width: 100%;
  height: 418px;
  border-bottom: 1px solid #e4e4e4;
}

.proDetailsIntro .conL {
  width: 458px;
  float: left;
  position: relative;
  height: 418px;
  border-right: 1px solid #e4e4e4;
}

.proDetailsIntro .conL i {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  overflow: hidden;
  top: 50%;
  margin-top: -22px;
}

.proDetailsIntro .conL i.prev {
  left: -1px;
}

.proDetailsIntro .conL i.next {
  right: -1px;
}

.proDetailsIntro .conL .btnList {
  width: 100%;
  height: 10px;
  text-align: center;
  position: absolute;
  bottom: 18px;
}

.proDetailsIntro .conL .btnList span {
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  position: relative;
  background: url(../images/proDetailsIntro_icon01.png) no-repeat left top;
  margin-left: 14px;
  cursor: pointer;
}

.proDetailsIntro .conL .btnList span.cur {
  background-position: left bottom;
}

.proDetailsIntro .conL .btnList span:first-child {
  margin-left: 0;
}

.proDetailsIntro .conL .conBox {
  width: 458px;
  height: 418px;
  position: relative;
  overflow: hidden;
}

.proDetailsIntro .conL .conBox ul {
  position: absolute;
  top: 0;
  left: 0;
}

.proDetailsIntro .conL .conBox li {
  float: left;
  width: 458px;
}

.proDetailsIntro .conL .conBox li img {
  display: block;
  width: 458px;
  height: 418px;
}

.proDetailsIntro .conR {
  float: right;
  padding-top: 40px;
  width: 400px;
  height: 378px;
  position: relative;
  margin-right: 20px;
}

.proDetailsIntro .conR h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
}

.proDetailsIntro .conR i {
  display: block;
  height: 1px;
  margin: 30px 0 18px 0;
  background: #e4e4e4;
}

.proDetailsIntro .conR p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  height: 176px;
  display: inline-block;
  overflow: hidden;
}

.proDetailsIntro .conR .box {
  width: 100%;
  position: absolute;
  bottom: 34px;
  left: 0;
}

.proDetailsIntro .conR .box .zx {
  display: block;
  width: 172px;
  height: 53px;
  float: left;
  font-size: 20px;
  color: #fff;
  line-height: 53px;
  background: url(../images/proDetailsIntroBg01.png) no-repeat center;
  text-align: center;
  text-decoration: none;
}

.proDetailsIntro .conR .box .zx img {
  position: relative;
  top: 4px;
  margin-left: 12px;
}

.proDetailsIntro .conR .box .phone {
  float: left;
  padding-left: 42px;
  background: url(../images/proDetailsIntro_phone.png) no-repeat left center;
  margin-left: 18px;
  margin-top: 6px;
}

.proDetailsIntro .conR .box .phone span {
  display: block;
  font-size: 13px;
  color: #666666;
}

.proDetailsIntro .conR .box .phone em {
  display: block;
  font-size: 24px;
  color: #0045aa;
  font-family: arial;
}

.proDetailsCanS {
  width: 952px;
  margin: 20px auto 0;
}

.proDetailsCanS .menu {
  width: 100%;
  height: 54px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.proDetailsCanS .menu li {
  float: left;
  width: 148px;
  border: 1px solid #e4e4e4;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border-left: none;
  border-bottom: none;
  cursor: pointer;
}

.proDetailsCanS .menu li:first-child {
  border-left: 1px solid #e4e4e4;
}

.proDetailsCanS .menu li.status_on {
  background: #0045aa;
  border-color: #0045aa;
  color: #fff;
}

.proDetailsCanS .conBox {
  width: 100%;
  background: #fff;
  line-height: 22px;
}

.proDetailsCanS .conBox .box {
  width: 100%;
  height: 100%;
  background: #fff;
}

/* proDetailsLy */

.proDetailsLy {
  width: 870px;
  margin: 30px auto 0;
}

.proDetailsLy .conBox .box1 {
  width: 100%;
  margin-top: 33px;
}

.proDetailsLy .conBox .box1 .Input {
  width: 427px;
  height: 58px;
  border: 1px solid #e4e4e4;
  float: left;
  margin-bottom: 10px;
  margin-left: 12px;
}

.proDetailsLy .conBox .box1 input {
  width: 354px;
  padding-left: 22px;
  padding-right: 51px;
  font-size: 16px;
  color: #999999;
  line-height: 58px;
  outline: none;
  border: none;
}

.proDetailsLy .conBox .box1 .Input1 {
  margin-left: 0;
}

.proDetailsLy .conBox .box1 .Input1 input {
  background: url(../images/proDetailsLy_icon01.png) no-repeat 386px center;
}

.proDetailsLy .conBox .box1 .Input2 input {
  background: url(../images/proDetailsLy_icon02.png) no-repeat 386px center;
}

.proDetailsLy .conBox .box1 textarea {
  padding-left: 22px;
  width: 795px;
  height: 150px;
  border: 1px solid #e0e0e0;
  padding-top: 18px;
  font-size: 16px;
  color: #999999;
  outline: none;
  resize: none;
  background: url(../images/proDetailsLy_icon03.png) no-repeat 828px 18px;
  padding-right: 51px;
}

.proDetailsLy .conBox .box1 .yzmtj {
  margin-top: 20px;
}

.proDetailsLy .conBox .box1 .yzmtj img {
  margin: 10px 0px 15px 15px;
}

.proDetailsLy .conBox .box1 .yzmtj .sr {
  width: 250px;
  float: left;
  border: 1px solid #e0e0e0;
}

.proDetailsLy .conBox .box1 .yzmtj .sr span {
  display: block;
  font-size: 16px;
  color: #999999;
  display: block;
  height: 58px;
  line-height: 58px;
  float: left;
  border-right: 1px solid #e0e0e0;
  width: 100px;
  text-align: center;
}

.proDetailsLy .conBox .box1 .yzmtj .sr input {
  padding: 0 10px;
  width: 127px;
  float: left;
  display: block;
  border: none;
  line-height: 58px;
  font-size: 16px;
  color: #999;
  height: 58px;
  outline: none;
}

.proDetailsLy .conBox .box1 .yzmtj #spVerCode img {
  display: block;
  margin-top: 14px;
  margin-left: 10px;
  float: left;
  width: 105px;
  height: 38px;
}

.proDetailsLy .conBox .box1 .yzmtj a.p {
  line-height: 86px;
  margin-left: 10px;
}

.proDetailsLy .conBox .box1 .yzmtj a.tj {
  display: block;
  width: 410px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #0045aa;
  text-align: center;
  margin: 0 auto;
}

.mub02tjcp {
  border: 1px solid #e4e4e4;
  padding: 16px 19px 20px;
  margin-top: 20px;
}

.mub02tjcp .conBox {
  width: 100%;
  margin-top: 20px;
}

.mub02tjcp .conBox li {
  width: 307px;
  float: left;
  margin-left: 15px;
  text-align: center;
}

.mub02tjcp .conBox li:first-child {
  margin-left: 0;
}

.mub02tjcp .conBox li span {
  display: block;
  width: 278px;
  height: 240px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}

.mub02tjcp .conBox li img {
  display: block;
  transform: scale(1);
  transition: all 1s ease-out;
  width: 278px;
  height: 240px;
}

.mub02tjcp .conBox li:hover img {
  transform: scale(1.2);
}

.mub02tjcp .conBox li em {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: initial;
}

.mub02tjcp .conBox li a {
  display: block;
  text-decoration: none;
}

/* mub02xgyd 相关阅读/推荐阅读公共样式*/

.mub02xgyd {
  border: 1px solid #e4e4e4;
  padding: 0 19px 10px;
  margin-top: 20px;
}

.mub02xgyd .conBox {
  width: 100%;
  margin-top: 22px;
  overflow: hidden;
}

.mub02xgyd .conBox ul {
  width: 106%;
}

.mub02xgyd .conBox li {
  width: 416px;
  overflow: hidden;
  margin-right: 38px;
  float: left;
  margin-bottom: 13px;
}

.mub02xgyd .conBox li a {
  display: block;
  font-size: 14px;
  color: #333333;
  float: left;
  width: 302px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mub02xgyd .conBox li a:hover {
  color: #0045aa;
}

.mub02xgyd .conBox li span {
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: arial;
  float: right;
}

.proDetailsSectionBox .conright {
  float: right;
  /*padding-top: 10px;*/
  width: 473px;
  height: 378px;
  position: relative;
  margin-right: 20px;
}

.proDetailsSectionBox .conright h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  /* height:50px; */
  overflow: hidden;
}

.proDetailsSectionBox .conright i {
  display: block;
  height: 1px;
  margin: 20px 0 18px 0;
  background: #e4e4e4;
}

.proDetailsSectionBox .conright p {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-top: 3px;

  /*display:inline-block;*/
  overflow: hidden;
}

.proDetailsSectionBox .conright p a {
  font-weight: 600;
}

.proDetailsSectionBox .conright .box {
  width: 100%;

  position: absolute;
  bottom: -53px;
  left: 0;
}

.proDetailsSectionBox .conright .box .zx {
  display: block;
  width: 172px;
  height: 37px;
  float: left;
  font-size: 15px;
  color: #fff;
  line-height: 37px;
  background: url(../images/proDetailsIntroBg01.png) no-repeat center;
  text-align: center;
  text-decoration: none;
}

.proDetailsSectionBox .conright .box .zx img {
  position: relative;
  top: 4px;
  margin-left: 12px;
}

.proDetailsSectionBox .conright .box .phone {
  float: left;
  padding-left: 40px;
  /*background: url(../images/proDetailsIntro_phone.png) no-repeat left center;*/
  margin-left: 18px;
  /*margin-top: 6px;*/
}

.proDetailsSectionBox .conright .box .phone span {
  display: block;
  font-size: 13px;
  color: #666666;
}

.proDetailsSectionBox .conright .box .phone em {
  display: block;
  font-size: 24px;
  color: #0045aa;
  font-family: arial;
  font-style: initial;
}

.proDetailsSectionBox {
}

.proDetailsSectionBox .conbox {
  padding-top: 25px;
}

.proDetailsSectionBox .conleft {
  width: 435px;
  /*height: 396px;*/
  position: relative;
  margin-left: 18px;
  overflow: hidden;
}

.proDetailsSectionBox .conleft ul {
  position: relative;
}

.proDetailsSectionBox .conleft ul li {
  float: left;
  width: 435px;
  /*height: 396px;*/
}

.proDetailsSectionBox .conleft img {
  display: block;
  width: 99%;
  height: 99%;
  border: 1px solid #dedede;
}

.cpzx .ly_msg {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0;
}

.cpzx .ly_msg h3 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.cpzx .ly_msg ul {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  padding: 0;
  /* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}

.cpzx .ly_msg ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0;
}

.cpzx .ly_msg ul li h4 {
  width: 17%;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  margin: 0;
  padding: 0 20px 0 0;
  color: #333;
  font-size: 14px;
  text-align: right;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
  width: 83%;
  overflow: hidden;
  margin: 0;
  padding-right: 20px;
  background: url(../images/tb_img.png) top right no-repeat;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li .msg_ipt1 {
  height: 34px;
}

.cpzx .ly_msg ul li .msg_tara {
  height: 118px;
}

.cpzx .msg_ipt1 input,
.msg_tara textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 8px 15px;
  color: #666;
  font-size: 12px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpzx .msg_ipt1 input {
  height: 34px;
  line-height: 16px;
}

.cpzx .msg_tara textarea {
  height: 118px;
  line-height: 20px;
  resize: none;
}

.cpzx .ly_msg ul li .msg_ipt2 {
  width: 120px;
  height: 34px;
  overflow: hidden;
  margin-right: 10px;
  padding: 0;
  float: left;
}

.cpzx .msg_ipt2 input {
  display: block;
  width: 120px;
  height: 34px;
  overflow: hidden;
  line-height: 16px;
  margin: 0;
  padding: 8px 15px;
  color: #666;
  font-size: 12px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li a.yzm_img {
  display: block;
  width: 90px;
  height: 34px;
  overflow: hidden;
  margin: 0;
  padding-right: 20px;
  background: url(../images/tb_img.png) top right no-repeat;
  float: left;
}

.cpzx .ly_msg ul li .msg_btn {
  width: 83%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
}

.cpzx .msg_btn input {
  display: block;
  width: 100px;
  height: 34px;
  overflow: hidden;
  line-height: 32px;
  margin: 20px 15px 0 0;
  padding: 0;
  background-color: #f0f0f0;
  color: #333;
  font-size: 13px;
  text-align: center;
  border: 1px solid #ccc;
  float: left;
}

.cpzx .ly_msg ul li .msg_ipt12 {
  width: 83%;
  height: 34px;
  overflow: hidden;
  margin: 0;
  padding-right: 20px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpzx .msg_ipt12 input {
  height: 34px;
  line-height: 16px;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 8px 15px;
  color: #666;
  font-size: 12px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li h4 {
  width: 13%;
  height: 45px;
  font-size: 14px;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
  width: 86%;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
  width: 86% !important;
}

.cpzx .ly_msg ul li .msg_ipt1 {
  height: 47px;
}

.cpzx .msg_ipt1 input {
  height: 45px;
  line-height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt12 {
  width: 86% !important;
  height: 45px !important;
}

.cpzx .msg_ipt12 input {
  height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt1 select {
  height: 45px !important;
}

.cpzx input {
  border-radius: 2px;
  border: 1px solid #fff !important;
  background: #f1f1f1;
}

.cpzx textarea {
  border-radius: 2px;
  border: 1px solid #fff !important;
  background: #f1f1f1;
}

.cpzx select {
  border-radius: 2px;
  border: none !important;
  background: #f1f1f1;
  outline: none;
  text-indent: 10px;
}

.cpzx input:focus,
.cpzx textarea:focus {
  border: 1px solid #dedede !important;
}

.cpzx .ly_msg ul li a.yzm_img img {
  height: 100% !important;
}

.cpzx .msg_btn input {
  width: 150px;
  height: 45px;
  line-height: 45px;
}

.cpzx .msg_btn input:first-child {
  background: #0045aa;
  color: #fff;
}

.cpzx .msg_ipt2 input {
  height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt2 {
  height: 45px;
}

@media (max-width: 767px) {
  .ly_msg ul li h4 {
    display: none;
  }

  .cpzx .ly_msg ul li div {
    width: 100% !important;
  }

  .cpzx .ly_msg ul li .msg_ipt1,
  .ly_msg ul li .msg_tara {
    width: 100% !important;
  }

  .cpzx .ly_msg ul li .msg_ipt12 {
    width: 100% !important;
  }

  .ly_msg ul li div.msg_ipt2 {
    width: 30% !important;
  }

  .ly_msg ul li span {
    display: none;
  }

  .ly_msg {
    margin: 0 auto 0 !important;
  }

  .cpzx .msg_btn input {
    width: 49%;
    margin-right: 0;
  }

  .cpzx .msg_btn input:first-child {
    margin-right: 2%;
  }
}

.investment_f {
  width: 100%;
  margin: 20px auto;
}

.investment_f .investment_title {
  height: 44px;
  width: 100%;
  overflow: hidden;
}

.investment_title div {
  width: 131px;
  height: 44px;
  background: url(../images/invest_detail_22.png);
  float: left;
  margin-right: 6px;
  display: inline;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  color: #555;
  cursor: pointer;
  margin-left: 1px;
}

.investment_title a,
.investment_title a:link,
.investment_title a:visited,
.investment_title a:hover {
  color: #555;
  width: 131px;
  height: 44px;
  display: inline-block;
}

.investment_title div.on a,
.investment_title div.on a:link,
.investment_title div.on a:visited,
.investment_title div.on a:hover {
  color: black;
}

.investment_title div.on {
  background: url(../images/invest_detail_18.png);
  color: black;
}

.investment_con {
  clear: both;
  background: #fff;
  border: 1px solid #ededed;
  padding: 20px;
}

.investment_con_list {
  display: none;
}

.tuijiannews {
  font-size: 13px;
  line-height: 28px;
  padding-left: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shye {
  width: 23%;
  float: left;
  margin: 1%;
}

.shye img {
  width: 100%;
  border: 1px solid #a6b1ac;
}

.sdxsw {
  margin-top: -13px;
  text-align: center;
  color: #0045aa;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 一站式服务 */
.g_sypt1 {
  /*background:url(../images/lang.jpg) no-repeat;*/
  background-size: 100% 100%;
  position: relative;
}

.g_lziicen {
  /*position: absolute;*/
  /*top:50%;*/
  /* right:0; */
  /*transform: translateY(-50%);*/
  height: 374px;
  width: 100%;
}

.g_lziinrpttu {
  width: 212px;
}

.g_lziinrpttu img {
  width: 100%;
}

.g_lziicenfl {
  width: calc(100% - 1230px);
}

.g_lziicenfr {
  width: 1520px;
  margin: auto;
}

.g_lziinr {
  position: relative;
  color: #fff;
  width: 140px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

.g_lziicenfl1 {
  width: 38px;
  font-family: "微软雅黑";
  font-size: 36px;
  color: #fff;
  line-height: 40px;
}

.g_lziicenfl2 {
  margin-top: 40px;
  margin-left: 18px;
}

.g_sypt1 .fl {
  float: left;
}

.g_sypt1 .fr {
  /* float:right; */
}

.g_lziinr.act {
  width: 260px;
  height: 350px;
  position: relative;
  /*margin-top: -10px;*/
}

.g_lziinr.act .g_lziinrpttu img {
  width: 100%;
  /*height:502px;*/
}

.g_lziinr.act .g_shuxian {
  display: none;
}

.g_lziinr.act .g_lzpt7btnb {
  display: block;
}

.g_lziinr.act .g_lziinrp {
  display: block;
}

.g_lziinr.act .g_lziinrptmc {
  background: #0045aa;
  opacity: 0.8;
}

.g_lziinrpttu {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.g_lziinrpttu img {
  width: 150%;
  height: 350px;
  object-fit: cover;
}

.g_lziinrpt {
  position: relative;
}

.g_lziinrptmc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98.8%;
  background: #000;
  opacity: 0.5;
  z-index: 10;
}

.g_lziinrwz {
  position: absolute;
  z-index: 20;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 200px;
  padding-left: 15px;
  padding-right: 15px;
}
.act .g_lziinrwz{
  top: 160px;
  height: 250px;
}

.g_lziinrwztu {
  width: 37px;
  margin: 0 auto 18px;
}

.mks {
  width: 1520px;
  margin: auto;
  display: table;
}

.g_lziinrwztu img {
  width: 100%;
}

.g_lziinrjs {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 26px;
}

.g_lziinrp {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  height: 114px;
  overflow: hidden;
  letter-spacing: 1px;
  display: none;
}

.g_lziinr .g_lzpt7btnb {
  width: 158px;
  height: 40px;
  margin: 38px auto 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  display: none;
}

.g_lzpt7btn {
  display: inline-block;
}

.g_lzpt7btnfl {
  font-family: "微软雅黑";
  /* font-size: 14px; */
  color: #fff;
  line-height: 40px;
}

.g_lzpt7btnfr {
  width: 14px;
  display: inline-block;
  line-height: 38px;
  margin-left: 12px;
}

.g_lzpt7btnfr img {
  width: 100%;
}

.g_lzii {
  overflow: hidden;
  background: black;
}

.g_lzii .waves {
  height: 725px;
  position: relative;
  width: 100%;
  background: #000;
}

/* 解决方案 */

.fpintai {
  padding: 15px 0 9px;
  /* background: url('../images/fpintaibg.jpg') center 0 no-repeat; */
}

.fpintai .intro {
  font-size: 16px;
  color: #d7e8f6;
  line-height: 28px;
  text-align: center;
  margin: 34px auto 70px;
  max-width: 870px;
}

.fcate1 {
  color: #fff;
  text-align: center;
}

.fcate1 .cn {
  font-size: 42px;
  line-height: 56px;
  font-weight: bold;
}

.fcate1 .en {
  font-size: 20px;
  line-height: 28px;
  font-family: "Century";
}

@media screen and (max-width: 750px) {
  .fcate1 .cn {
    font-size: 32px;
  }
}

.fpintailist {
  font-size: 0;
  text-align: center;
  margin-bottom: 10px;
}

.fpintailist li {
  display: inline-block;
  width: 190px;
  max-width: 14.2%;
  position: relative;
}

.fpintailist li .lin {
  padding: 0 30px;
}

.fpintailist li a {
  display: block;
  /* border-radius: 0 40px; */
  padding: 6px 0;
  /* background-color: #0045AA; */
  background: url(../images/wxlx_btn_bg.png) no-repeat center;
  transition: all 0.3s ease-in-out;
}

.fpintailist .pic {
  height: 46px;
  padding-top: 9px;
  line-height: 42px;
  font-size: 0;
  margin: 0 auto 6px;
  transition: all 0.3s ease-in-out;
}

.fpintailist img {
  max-width: 100%;
  max-height: 100%;
}

.fpintailist h3 {
  font-size: 16px;
  color: #c0dbf3;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}

.fpintailist .arr {
  height: 12px;
  /*background: url('../images/jtd-ftai.png') center no-repeat;*/
  margin-top: 18px;
}

.fpintailist li:hover a,
.fpintailist li.on a {
  background: url(../images/wxlx_btn_bg_on.png) no-repeat center;
}

.fpintailist li:hover a .pic,
.fpintailist li.on a .pic {
  transform: translateY(-5px);
}

.fpintailist li:hover h3,
.fpintailist li.on h3 {
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .fpintailist li {
    width: 10.2%;
    margin: 0 2px;
  }

  /* .fpintailist li a {
        background-size: cover !important;
    } */

  .fpintailist li .lin {
    padding: 0;
  }

  .banner_bottom_nav .content {
    width: 96% !important;
    margin: 0 auto;
  }

  .khpj_wrp .khpj_content .khpj_content_element {
    width: 96% !important;
    margin: 0 auto;
  }

  .wt-hz .row#mkx {
    width: 96% !important;
    margin: 0 auto;
  }

  .klsx {
    width: 96% !important;
    margin: 0 auto;
  }

  .super_l {
    width: 240px !important;
  }

  .super_l ul li {
    width: 240px !important;
  }

  .super_r {
    width: calc(100% - 245px) !important;
  }

  .super_r dl,
  .super_r dl dt {
    width: 100% !important;
  }

  .footer_logo .footer_logo_box {
    width: 96% !important;
    margin: 0 auto;
  }

  .page6 .wrap {
    width: 96% !important;
    margin: 0 auto;
  }

  .pc_nav_wrp .nav_wrp .nav ul li .sub_box {
    width: 96% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .fpintailist li {
    width: 25%;
    max-width: none;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  .fpintailist li {
    width: 33.3%;
  }
}

@media screen and (max-width: 640px) {
  .fpintailist li .lin {
    padding: 0 10px;
  }
}

.friout {
  padding: 90px 0;
}

.fri {
  padding-left: 280px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

.fri dd {
  display: inline-block;
  width: 206px;
  height: 100px;
  text-align: center;
  line-height: 100px;
}

.fri dd .inn {
  padding: 0 23px;
}

.fri dd img {
  max-width: 90%;
  max-height: 90%;
}

.fcate3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 160px;
  height: 100px;
}

.fcate3:before {
  content: "";
  position: absolute;
  left: -22px;
  top: -2px;
  z-index: 0;
  width: 110px;
  height: 103px;
  background: url("../images/friicon.png") center no-repeat;
}

.fcate3 .cn {
  font-size: 38px;
  color: #333;
  line-height: 48px;
  font-weight: bold;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.fcate3 .cn a {
  color: #333;
}

.fcate3 .en {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  font-family: "arial";
  text-transform: uppercase;
  margin-top: 4px;
}

@media screen and (max-width: 1700px) {
  .fri {
    white-space: normal;
  }
}

@media screen and (max-width: 1200px) {
  .fri {
    padding-left: 180px;
  }

  .fri dd .inn {
    padding: 0 15px;
  }
}

@media screen and (max-width: 900px) {
  .friout {
    padding: 60px 0 70px;
  }

  .fri {
    padding-left: 0;
    padding-top: 120px;
  }

  .fcate3 {
    left: 50%;
    margin-left: -80px;
    text-align: center;
  }

  .fri dd {
    width: 25%;
  }

  .fri dd .inn {
    padding: 0 10px;
  }
}

@media screen and (max-width: 750px) {
  .fri dd {
    width: 33%;
  }

  .fcate3 .cn {
    font-size: 30px;
  }
}

.ftechbg {
  /*background-color: #1164a7;*/
}

.ftech {
  /*background-color: #fff;*/
  padding: 140px 0 108px;
  position: relative;
}

.claxs1 {
  background-image: url("../images/bak1.jpg");
  background-color: 100%;
}

.claxs2 {
  background-image: url("../images/bak1.jpg");
  background-color: 100%;
}

.claxs3 {
  background-image: url("../images/bak1.jpg");
  background-color: 100%;
}

.claxs4 {
  background-image: url("../images/bak1.jpg");
  background-color: 100%;
}

.claxs5 {
  background-image: url("../images/bak1.jpg");
  background-color: 100%;
}

.claxs6 {
  background-image: url("../images/bak1.jpg");
  background-color: 100%;
}

.claxs7 {
  background-image: url("../images/bak1.jpg");
  background-color: 100%;
}

.claxs8 {
  background-image: url("../images/bak1.jpg");
  background-color: 100%;
}

.claxs9 {
  background-image: url("../images/bak1.jpg");
  background-color: 100%;
}

.ftech:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  /*width: 24px;*/
  height: 100%;
  /*background-color: #005eb2;*/
}

.swftechout {
  position: relative;
  max-width: 1063px;
  margin: 0 auto;
}

#swftech {
  height: 541px;
  overflow: hidden;
}

#swftech .swiper-slide {
  overflow: hidden;
}

#swftech .swiper-slide a {
  display: block;
  width: 100%;
  padding-bottom: 29px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  overflow: hidden;
}

#swftech .wz {
  float: right;
  width: 68.5%;
  height: 100%;
  overflow: hidden;
}

#swftech .pic {
  float: left;
  width: 25.6%;
  height: 70%;
  margin-top: 6%;
  overflow: hidden;
  position: relative;
}

#swftech .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0 60px;
}

#swftech .pic img:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

#swftech h3 {
  font-size: 29px;
  color: #005eb2;
  line-height: 45px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-top: 28px;
}

#swftech .txt {
  font-size: 16px;
  color: #777;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}

#swftech label {
  display: block;
  width: 164px;
  height: 48px;
  background-color: #005eb2;
  margin-top: 19px;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-family: "FuturaBTBook";
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#swftech label:hover {
  opacity: 0.8;
}

#swftech .hx {
  width: 60px;
  height: 2px;
  background-color: #2778be;
  margin: 22px 0 9px;
}

#swftech .date {
  font-size: 100px;
  color: #eae9e9;
  line-height: 120px;
  height: 120px;
  overflow: hidden;
}

#swftech .swiper-pagination {
  left: 26px;
  bottom: 20px;
}

#swftech .swiper-pagination-bullet {
  margin: 0 13px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#swftech .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  .ftech:before {
    display: none;
  }

  #swftech .txt {
    height: 128px;
  }

  #swftech label {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .ftech {
    padding: 110px 0 130px;
  }

  #swftech .pic {
    width: 48%;
  }

  #swftech .wz {
    width: 68%;
  }
}

@media screen and (max-width: 1023px) {
  #swftech {
    height: auto;
  }

  #swftech .pic {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }

  #swftech .pic img {
    width: auto;
    height: 400px;
    max-width: 100%;
    border-radius: 0 30px;
  }

  #swftech .wz {
    float: none;
    width: 600px;
    max-width: 100%;
    margin: 40px auto 0;
  }

  #swftech .date {
    display: none;
  }

  #swftech .hx {
    margin: 22px auto;
  }

  #swftech label {
    margin: 20px auto 0;
  }

  #swftech h3 {
    font-size: 26px;
    text-align: center;
    margin-top: 0;
  }

  .ftech {
    padding: 80px 0 90px;
  }
}

/* 首页荣誉资质 */
.djiadakh {
  max-width: 1500px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  padding: 0 2%;
}

.jsihu {
  margin-top: 4%;
}

.swtongsainer {
  overflow: hidden;
  padding-bottom: 1%;
}

.yongi img {
  width: 100%;
  height: auto;
}

.yongikdoam {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 2px;
  color: #333333;
}

.yongikdoam a {
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiggion {
  text-align: center;
}

.swiggion .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #e5e5e5;
  opacity: 1;
  border-radius: 8px;
}

.swiggion .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0045aa;
}

.honers {
  margin-top: -12px;
}

/* 首页关于我们 */
.fabout {
  height: 658px;
  position: relative;
  background: url("../images/faboutbg.jpg") right no-repeat;
}

.faboutleft {
  position: absolute;
  left: 50%;
  top: 132px;
  z-index: 1;
  margin-left: -800px;
  width: 746px;
  max-width: 100%;
}

.faboutleft:before {
  content: "";
  position: absolute;
  left: -22px;
  top: -26px;
  z-index: 0;
  width: 110px;
  height: 103px;
  /*background: url('../images/fabicon.png') center no-repeat;*/
}

.faboutleft h2 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  position: relative;
  z-index: 2;
}

.faboutleft .contxt {
  margin: 30px 0 44px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  max-height: 150px;
  overflow: hidden;
}

.guolist5 {
  overflow: hidden;
  font-size: 0;
}

.guolist5 li {
  display: inline-block;
  width: 190px;
  max-width: 50%;
}

.guolist5 li a {
  display: block;
  color: #fff;
}

.guolist5 h3 {
  font-size: 42px;
  height: 48px;
  line-height: 48px;
}

.guolist5 .txt {
  font-size: 14px;
  line-height: 28px;
}

.posi {
  position: relative;
}

.ability_c .left {
  width: 50%;
}

@media screen and (max-width: 1700px) {
  .cls {
    width: 1400px;
  }
}

@media screen and (max-width: 1660px) {
  .faboutleft {
    left: 5%;
    margin-left: 0;
    max-width: 80%;
    padding: 20px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    top: 112px;
  }

  .wt-hz .row {
    width: 1400px !important;
  }
}

@media screen and (max-width: 1200px) {
  .faboutleft {
    /*background-color: rgba(0, 0, 0, 0.6);*/
  }
}

@media screen and (max-width: 750px) {
  .faboutleft h2 {
    font-size: 30px;
    line-height: 50px;
  }

  .guolist5 h3 {
    font-size: 30px;
  }
}

.super_bg {
  background: url(../images/fmbx_bg.jpg) no-repeat center 0;
  overflow: hidden;
  height: auto;
  padding-top: 8px;
  background-size: cover;
  padding-bottom: 74px;
}

.super_l {
  width: 286px;
  margin-top: 40px;
}

.super_l ul li {
  width: 286px;
  height: 169px;
  padding: 30px 0 0;
  font-size: 24px;
  color: #fff;
  background: #005eb2;
  text-align: center;
  margin-bottom: 2px;
}

.super_l ul li em {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
}

.super_l ul li em img {
  width: 48px;
  height: 48px;
}

.super_l ul li span {
  display: block;
  line-height: 26px;
  padding-top: 10px;
}

.super_l ul li i {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Arial, Helvetica, sans-serif;
}

.super_l ul li.on,
.super_l ul li:hover {
  background: #0045aa;
}

.super_r {
  width: 100%;
  height: 681px;
  margin: 0 auto;
  margin-top: 40px;
}

.super_r .four_qie {
  height: 100%;
}

.super_r dl {
  width: 100%;
  height: 100%;
  position: relative;
}

.super_r dl dt {
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
}

.super_r dl dt img {
  width: 100%;
  height: 100%;
}

.super_r dl dd {
  /*width: 330px;*/

  position: absolute;
  top: 85px;
  left: 55px;
  z-index: 5;
}

.super_r dl dd h5 {
  height: 140px;
  font-size: 32px;
  color: #fff;
  position: relative;
  line-height: 40px;
}

.super_r dl dd h5:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.super_r dl dd b {
  display: block;
  font-family: "DINOT";
  font-size: 72px;
  color: #fff;
  line-height: 72px;
  height: 75px;
}

.super_r dl dd p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 30px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 330px;
}

.four_btn {
  position: absolute;
  top: 570px;
  left: 280px;
  width: 110px;
}

.four_btn a {
  display: block;
  width: 47px;
  height: 47px;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.four_btn img {
  width: 47px;
  height: 47px;
}

.four_btn a:hover {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}

.klsx {
  width: 1430px;
  margin: 0 auto;
  display: block;
}

/* 底部联系我们 */
.nsh {
  background: url(../images/page6.jpg) no-repeat center center;
  background-size: cover;
}

.page6 {
  position: relative;
  width: 100%;
}

.page6 .wrap {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 200px;
  padding: 23px 0 86px;
}

.page6 .wrap .page6_text {
  /* flex: 1; */
  width: 100%;
}

.page6 .wrap form {
  flex: 1;
}

.copyright {
  bottom: 20px;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 70px;
  line-height: 70px;
  display: flex;
  justify-content: center;
  box-sizing: content-box;
}

.copyright .yxdl,
.copyright .jszc {
  padding-left: 20px;
}

.page6_contact {
  /* background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px; */
  width: 100%;
  /* padding: 1px 0; */
}

.page6_contact .list {
  padding: 0 25px;
}

.page6_contact .list li {
  width: 48%;
  margin: 0 1%;
  float: left;
  margin-bottom: 25px;
}

.page6_contact .list li.li_last {
  width: 98%;
}

.page6_contact .list ul {
  margin: 0 -1%;
}

.page6_contact .list span {
  display: block;
  margin-bottom: 10px;
  color: white;
  font-size: 22px;
}

.div_input {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 15px;
  line-height: 46px;
}

.div_input textarea {
  padding: 10px 0;
  background: none;
  height: 100px;
  width: 100%;
  border: 0;
  font-size: 20px;
  resize: none;
}

.div_input input {
  background: none;
  width: 100%;
  border: 0;
  font-size: 20px;
}

.page6_contact h3 {
  text-align: center;
  font-size: 22px;
  line-height: 50px;
  color: white;
  margin-bottom: 25px;
}

.page6_text .list ul li {
  margin-top: 15px;
  display: flex;
  align-items: center;
  /* line-height: 40px; */
  /* padding-left: 64px; */
}

.page6_text .list ul li .icon {
  width: 33px;
  height: 33px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 11px 11px 11px 11px;
  margin-right: 16px;
  position: relative;
}

.page6_text .list ul li .icon i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page6_text .list ul li p {
  color: #fff;
  font-size: 20px;
}

/* .page6_text .list ul li.li1 {
    background: url(../images/icon8.png) no-repeat left center;
}

.page6_text .list ul li.li2 {
    background: url(../images/icon9.png) no-repeat left center;
}

.page6_text .list ul li.li3 {
    background: url(../images/icon10.png) no-repeat left center;
} */


.page6_contact .btn {
  margin: 20px 0;
}

.page6_text .list {
  float: left;
}

.center {
  text-align: center;
}

.center #tj {
  display: inline-block;
  width: 196px;
  line-height: 48px;
  background: #0045aa;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 22px;
  margin-top: 20px;
}

.center a {
  display: inline-block;
  width: 196px;
  line-height: 61px;
  background: #0045aa;
  color: #fff;
  text-align: center;
}

.center a:hover {
  background: #00639a;
}

.dibukun {
  width: 96%;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .g_lziicenfr {
    width: 1307px;
  }
  .mks {
    width: 1307px;
  }
  .process dl {
    width: 120px;
  }
  .cur {
    width: 227px !important;
  }
  .index-sec5 ul {
    width: 1300px;
  }

  .g_lziinr.act {
    width: 227px;
  }

  .g_lziinr {
    width: 120px;
  }

  .g_lziinrp {
    font-size: 12px;
    line-height: 19px;
    height: 179px;
  }

  .cls {
    width: 1300px;
  }

  .jsnxz {
    width: 1300px;
  }

  .ability {
    width: 1300px;
  }
}

@media screen and (max-width: 1400px) {
  .home_news .boxs {
    width: 1173px !important;
  }
}

@media screen and (max-width: 1300px) {
  .cls {
    width: 1000px;
  }

  .wt-hz .row {
    width: 1200px !important;
  }

  .btn-inner {
    font-size: 10px;
  }

  .g_lziicenfr {
    width: 1200px;
  }

  .g_lziinr.act {
    width: 169px;
  }

  .g_lziinr .g_lzpt7btnb {
    width: 118px;
  }

  .g_lziinr {
    width: 147px;
  }

  .jsnxz {
    width: 1100px;
  }

  .ability {
    width: 1100px;
  }

  .index-sec5 ul {
    width: 1100px;
  }

  .head-main .nav > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*维替优势*/
.row-a5 {
  overflow: hidden;
  padding-bottom: 135px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.row-a5 .cont {
  margin: 0 105px;
}

.m-you {
  float: left;
  width: 48%;
  color: #fff;
  padding-top: 122px;
}

.m-you h3 {
  font-size: 2.72vw;
  font-weight: normal;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 33px;
}

.m-you h3 a {
  color: #fff;
}

.m-you h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  background-color: #fff;
}

.m-you .txt {
  line-height: 28px;
  font-size: 16px;
}

.m-you .txt p {
  margin-bottom: 20px;
}

.right-map {
  float: right;
  width: 679px;
  height: 306px;
  position: relative;
  margin-top: 140px;
  background: url(../images/bgq1.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.right-map .point-area {
  text-align: center;
  position: absolute;
  width: 80px;
  height: 80px;
  transition: opacity 0.5s ease-out;
}

.right-map .point-area:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  left: 50%;
}

.right-map .point-area .txt {
  width: 60px;
  position: absolute;
  left: 50px;
  top: 40%;
  color: #fff;
}

.right-map .point {
  position: absolute;
  width: 100%;
  height: 100%;
}

.right-map .point:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
}

.right-map .point.point-10:after {
  animation: 4.5s ease-out 225ms infinite ripple;
}

.right-map .point.point-40:after {
  animation: 4.5s ease-out 0.9s infinite ripple;
}

.right-map .point.point-80:after {
  animation: 4.5s ease-out 1.8s infinite ripple;
}

.right-map .point.point-shadow:after {
  box-shadow: inset 0 0 5em rgba(255, 255, 255, 0.16);
}

@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

@-moz-keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

@-ms-keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

@-o-keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

.ul-num {
  clear: both;
  margin: 0 0px 0 -5px;
  padding-top: 60px;
}

.ul-num li {
  float: left;
  width: 25%;
  color: #fff;
}

.ul-num span {
  font-size: 70px;
  font-family: "gabo";
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
}

.ul-num span:after {
  content: "+";
  vertical-align: top;
  position: relative;
  top: 5px;
  font-size: 2.176vw;
  font-family: arial;
  margin-left: 10px;
}

.ul-num p {
  font-size: 18px;
}

.ul-num .txt {
  overflow: hidden;
}

.ul-num i {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.ul-num .i1 i {
  background-image: url(../images/i-c1.png);
}

.ul-num .i2 i {
  background-image: url(../images/i-c2.png);
}

.ul-num .i3 i {
  background-image: url(../images/i-c3.png);
}

.ul-num .i4 i {
  background-image: url(../images/i-c4.png);
}

.ul-num :hover i {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/*首页合作  */

.wt-hz {
  background: #f9f9f9;
  background-size: unset;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.wt-hz-left h4 {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 1px;
  margin-top: -20px;
  color: black;
}

.wt-hz-left h3 {
  font-size: 48px;
  line-height: 80px;
  letter-spacing: 3px;
  color: black;
}

.wt-hz-left h3.wten {
  font-size: 55px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.wt-hz-left .button {
  display: inline-block;
  margin-top: 35px;
}

.wt-hz-left .button:last-child {
  margin-right: 0;
}

.wt-hz-left .button a {
  border: 2px solid #0045aa;

  background: #0045aa;

  padding: 16px 32px;

  font-size: 18px;

  font-weight: 500;

  display: inline-block;

  transition: 0.5s;

  position: relative;

  overflow: hidden;

  z-index: 44;

  border-radius: 5px;

  color: #fff;
}

.wt-hz-left .button.five a {
  padding: 14px 35px;

  color: #fff;
}

.wt-hz-left .button a:before {
  position: absolute;

  content: "";

  top: 0px;

  height: 100%;

  left: -25%;

  width: 0%;

  background: #1469e6;

  transform: skew(50deg);

  transition-duration: 0.6s;

  z-index: -1;
}

.wt-hz-left .button a i {
  margin-left: 5px;
}

.wt-hz-left .button a:hover {
  color: #fff;
}

.wt-hz-left .button a:hover:before {
  width: 180%;
}

.wt-hz-list p {
  margin-bottom: 20px;
  width: 160px;
  height: 80px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wt-hz-list p img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wt-hz-list {
  text-align: center;
}

.wt-hz-list .owl-dots {
  text-align: center;
}

.wt-hz-list .owl-dots .owl-dot.active span,
.wt-hz-list .owl-dots .owl-dot:hover span {
  background: #0045aa;
}

.wt-hz-list .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}

.wt-hz-list .button {
  display: inline-block;
  margin-top: 20px;
}

.wt-hz-list .button:last-child {
  margin-right: 0;
}

.wt-hz-list .button a {
  border: 2px solid #0045aa;

  background: #0045aa;

  padding: 16px 32px;

  font-size: 18px;

  font-weight: 500;

  display: inline-block;

  transition: 0.5s;

  position: relative;

  overflow: hidden;

  z-index: 44;

  border-radius: 5px;

  color: #fff;
}

.wt-hz .col-md-6 {
  width: 50%;
  float: left;
}

.wt-hz .row {
  width: 1600px;
  margin: auto;
}

.led-ys-d {
  position: relative;
  z-index: 9;
  top: -60px;
  padding-bottom: 30px;
}

.led-ys {
  padding: 33px 10px 20px 20px;

  position: relative;

  z-index: 1;

  box-shadow: 0px 5px 20px 0px #dddddd3b;

  transition: 0.5s;
}

.led-ys::before {
  background: #e5edf5;

  position: absolute;

  left: 0;

  top: 0;

  width: 200px;

  height: 200px;

  content: "";

  z-index: -1;

  border-radius: 0 0 200px 0;

  transition: 0.5s;
}

.led-ys-in {
  text-align: center;
}

.led-out {
  background-color: #ffffff;

  transition: background 1s;

  border-radius: 30px 30px 30px 30px;

  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.led-ys-in i {
  width: 80px;

  display: inline-block;

  height: 80px;

  line-height: 80px;

  /* box-shadow: 0px 0px 30px rgba(208, 202, 202, 0.3); */

  box-shadow: 0px 0px 30px 0px rgba(148, 146, 245, 0.2);

  text-align: center;

  font-size: 25px;

  border-radius: 50%;

  -webkit-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;
}

.led-ys-title {
  padding: 10px;

  overflow: hidden;
}

.led-ys-title h3 {
  font-size: 20px;

  line-height: 1.6;

  font-weight: 400;

  padding: 0;

  -webkit-transition: 0.5s;

  transition: 0.5s;

  margin: 10px 0 15px;
}

.led-ys-desc p {
  font-size: 16px;

  font-weight: 500;

  line-height: 1.5;

  -webkit-transition: 0.5s;

  transition: 0.5s;
}

.led-out:hover {
  background: #213c71;
  cursor: default;
}

.led-ys:hover::before {
  width: 100%;

  height: 100%;

  border-radius: 0px;

  background: #0045aa;
}

.led-ys:hover .led-ys-in i {
  background: #fff;
  color: #0045aa;
}

.led-ys:hover .led-ys-title h3 {
  color: #ffffff;
}

.led-ys:hover .led-ys-desc p {
  color: #ffffff;
}

.screen {
  width: 100%;
  padding: 0 6%;
  overflow: hidden;
  padding-bottom: 25px;
}

.display-pc {
  display: block;
}

.col-md-3 {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}

.wt-hz {
  padding-top: 51px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1840px) {
  .yewulist .bg2 {
    top: -34.8%;
  }
}

@media only screen and (max-width: 1750px) {
  .yewulist .bg2 {
    top: -35.3%;
  }
}

@media only screen and (max-width: 1680px) {
  .yewulist .bg2 {
    top: -36.3%;
  }
}

@media only screen and (max-width: 1540px) {
  .yewulist .bg2 {
    top: -36.8%;
  }
}

@media only screen and (max-width: 1480px) {
  .yewulist .bg2 {
    top: -37.8%;
  }
}

@media only screen and (max-width: 1400px) {
  .right-map {
    width: 576px;
  }

  .m-you {
    width: 39%;
  }

  .page6_text .ewm {
    margin-left: 27px;
  }

  .container1400 {
    width: 1200px;
  }

  .yewulist .bg2 {
    top: -38.6%;
  }
}

@media only screen and (max-width: 1300px) {
  .page6_text .ewm {
    margin-left: -15px;
  }
}

.zs-wt {
  background: url("../images/wtbg.jpg") no-repeat;
  background-size: cover;
  padding: 50px 30px;
  margin-top: 80px;
  margin-bottom: 80px;
  -moz-box-shadow: 0px 0px 15px #949494;
  -webkit-box-shadow: 0px 0px 15px #949494;
  box-shadow: 0px 0px 15px #dedede;
  overflow: hidden;
}

.zs-wt:hover {
  box-shadow: 0px 0px 15px #cecece;
}

.wt-1 {
  font-size: 36px;
  color: #0045aa;
  line-height: 40px;
  font-family: "DoHyeon", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

.wt-1 img {
  margin-right: 5px;
}

.wt-2 {
  font-family: "DoHyeon", sans-serif;
  font-size: 28px;
  color: #afafaf;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 1px;
}

.wt-3 {
  background: #0045aa;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  margin-top: 30px;
}

.wt-ico {
}

.wt-ico-d {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.fgv {
  width: 1200px;
  margin: auto;
}

/*支持优势*/

.zcys {
  background: url("../images/zcbg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 100px;
  display: table;
  width: 100%;
}

.zcys h3 {
  font-family: "DoHyeon", sans-serif;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 60px;
  cursor: default;
}

.zcys h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 24px;
}

.ys-top {
  font-family: "DoHyeon", sans-serif;
  font-size: 24px;
  color: #b92d81;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.ys-p {
  font-size: 18px;
  color: #222;
  line-height: 32px;
  transition: all 0.5s ease;
}

.ys-btn {
  background: #0045aa;
  padding: 6px 20px;
  margin-top: 20px;
  transition: all 0.5s ease;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.ys-btn a {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s ease;
}

.zxsy-bg {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.ys-c {
  margin-top: 20px;
}

.ys-c-top {
  line-height: 40px;
  font-size: 24px;
  color: #0045aa;
  letter-spacing: 1px;
}

.ys-c-top i {
  width: 35px;
  height: 35px;
  font-family: "DoHyeon", sans-serif;
  font-size: 24px;
  font-style: normal;
  display: inline-block;
  margin-right: 10px;
  background: #0045aa;
  color: #fff;
  text-align: center;
}

.ys-c-p {
  font-size: 17px;
  color: #222;
  line-height: 30px;
}

.wtys1 {
  margin-top: 80px;
  margin-bottom: 60px;
  width: 100%;
  padding: 0 6%;
  overflow: hidden;
}

.wtys1img {
  zoom: 0.8;
}

.zxsy-bg:hover {
  background: #0045aa;
}

.zxsy-bg:hover .ys-top {
  color: #fff;
}

.zxsy-bg:hover .ys-p {
  color: #fff;
}

.zxsy-bg:hover .ys-btn {
  color: #0045aa;
  background: #fff;
}

.zxsy-bg:hover .ys-btn a {
  color: #0045aa;
}

.imgimg {
  max-width: 100%;
}

.zhaopoin {
  display: block;
  padding: 30px 40px;
  margin-bottom: 30px;
  background-color: #e4efff;
  transition: all 0.5s;
}

.zhaopoin-img {
}

.zhaopoin-img i {
  font-size: 85px;
  color: #fff;
}

.zhaopoin-tit a {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
}

.zhaopoin p {
  font-size: 14px;
  line-height: 24px;
}

.zhaopoin:hover {
  background-image: linear-gradient(120deg, #d6e6fd 0%, #fff 100%);
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 18px 2px;
}

.wtcp {
  padding-top: 30px;
  padding-bottom: 70px;
}

.wtdaili {
  background: url("../images/dlbg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 100px;
  width: 100%;
  display: table;
}

.daili {
  padding-top: 50px;
  background-image: linear-gradient(135deg, #f5f8f7, #e0e5f1);
  margin-bottom: 15px;
  min-height: 356px;
}

.daili-sz {
  font-family: "DoHyeon", sans-serif;
  width: 100px;
  height: 100px;
  background: #0045aa;
  font-size: 50px;
  color: #fff;
  margin: 10px auto;
  text-align: center;
  border-radius: 100%;
  padding-top: 14px;
  margin-bottom: 30px;
}

.daili p {
  font-size: 18px;
  margin: 0 20px;
  color: #222;
  line-height: 26px;
}

.daili12 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.daili12 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.width20 {
  width: 16%;
  margin: 0 2%;
  float: left;
  position: relative;
}

.buzhou {
  background: #0045aa;
  text-align: center;
  padding: 75px 15px;
}

.buzhou::before {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 8px;

  width: 10%;

  background: #b92d81;

  transition: 0.5s;
}

.buzhou:hover:before {
  width: 100%;
}

.bzshuzi {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.buzhou p {
  font-family: "DoHyeon", sans-serif;
  line-height: 60px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
}

.buzhou.wten p {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
}

.buzhou-point {
  margin-top: 30px;
  padding: 0;
}

.nshxr4 {
  width: 1425px !important;
}

.nshxr44 {
  width: 1425px !important;
}

.nshxr44:before {
  left: 229px !important;
}

.nshxr44:after {
  right: 229px !important;
}

.cases:before {
  left: 325px !important;
}

.cases:after {
  right: 325px !important;
}

.casesd:before {
  left: 288px !important;
}

.casesd:after {
  right: 288px !important;
}

.fgcxs li {
  width: 218px !important;
}

.fgcxs a {
  width: 218px !important;
}

@media only screen and (max-width: 1500px) {
  .nshxr4 {
    width: 1290px !important;
  }

  .nshxr44 {
    width: 1290px !important;
  }

  .nshxr4:before {
    left: 326px !important;
  }

  .nshxr4:after {
    right: 326px !important;
  }

  .nshxr44:before {
    left: 164px !important;
  }

  .nshxr44:after {
    right: 164px !important;
  }
}

.yuyan {
  float: right;
}

.yuyan span {
  color: white;
  font-size: 14px;
}

.yuyan li {
  color: black;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 33px;
  font-weight: bold;
}

.yuyan ul {
  background: white;
  position: absolute;
  border-radius: 4px;
}

.yuyan i {
  margin-left: 8px;
}

.fixed .yuyan span {
  color: black;
}

.yuyanyc {
  display: none;
}

.yuyan:hover .yuyanyc {
  display: block;
}

.snd {
  position: fixed;
  left: 18px;
  bottom: 170px;
  z-index: 9999;
}

.snd img {
  width: 194px;
  animation: bounce 5s infinite;
}

/* 新加样式 */
.banner_bottom_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.banner_bottom_nav .content {
  display: flex;
  width: 1400px;
  margin: 0 auto;
  height: 120px;
  justify-content: space-between;
  align-items: stretch;
}

.banner_bottom_nav .content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.banner_bottom_nav .content div img {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 12px;
}

.khpj_wrp .khpj_content {
  /* height: 730px; */
  background: url(../images/bg-7.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
}

.khpj_wrp .khpj_content .khpj_content_element {
  width: 1400px;
  display: flex;
  gap: 137px;
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .title .small {
  font-size: 15px;
  font-weight: 400;
  color: #0973dd;
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .title .txt {
  font-size: 45px;
  font-weight: 700;
  color: #16243d;
  margin-bottom: 15px;
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .main_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #696e77;
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .main_txt div {
  margin-bottom: 30px;
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .media-style1 {
  background-color: #fff;
  border-left: 3px solid #0973dd;
  padding: 20px 20px 20px 25px;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
}

.khpj_wrp
  .khpj_content
  .khpj_content_element
  .element_left
  .media-style1
  .media-body {
  flex: 1;
}

.khpj_wrp
  .khpj_content
  .khpj_content_element
  .element_left
  .media-style1
  .media-text {
  font-size: 18px;
  font-weight: 700;
  color: #16243d;
  margin: 0;
  line-height: 1;
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: #0973dd;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 19.5px 48px;
  border-radius: 9999px;
  --icon-shape: 40px;
  --icon-size: 30px;
  transition: all ease 0.4s;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .vs-btn:before {
  content: "";
  position: absolute;
  left: calc(var(--icon-shape) / -2);
  top: 50%;
  width: var(--icon-shape);
  height: var(--icon-shape);
  margin-top: calc(var(--icon-shape) / -2);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
  transition: inherit;
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .vs-btn i {
  position: absolute;
  left: calc(var(--icon-size) / -2);
  top: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  margin-top: calc(var(--icon-size) / -2);
  border-radius: 50%;
  background-color: #0973dd;
  font-size: 14px;
  transition: inherit;
}

.khpj_wrp .khpj_content .khpj_content_element .element_right {
  padding: 10px;
  background-color: #fff;
}

.khpj_wrp .khpj_content .khpj_content_element .element_right img {
  display: block;
  width: 578px;
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .vs-btn:hover {
  background-color: #16243d;
}

.khpj_wrp
  .khpj_content
  .khpj_content_element
  .element_left
  .vs-btn:hover:before {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.khpj_wrp .khpj_content .khpj_content_element .element_left .vs-btn:hover i {
  background-color: #16243d;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.footer_logo {
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_logo .footer_logo_box {
  height: 100%;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_logo .footer_logo_box img {
  width: 325px;
}

.footer_logo .footer_logo_box div {
  color: #fff;
  font-size: 26px;
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding-left: 30px;
}

.footer_nav .item h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

.footer_nav .item p {
  line-height: 22px;
}

.footer_nav .item a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-bottom: 12px;
}

.footer_info {
  display: flex;
  justify-content: space-between;
  margin-top: 76px;
  gap: 87px;
}
.footer_info .ewm{
  display: flex;
  gap: 38px;
  margin-top: 65px;
}
.footer_info .ewm .ewm-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 112px;
}
.footer_info .ewm .ewm-item img{
  width: 112px;
  height: 112px;
}
.footer_info .ewm .ewm-item span{
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}

.form_dd {
  width: 100%;
  left: 0 !important;
  padding-left: 55px;
  padding-right: 55px;
}

.footer_yqlj {
  width: 100%;
}

.footer_yqlj h3 {
  color: white;
  font-size: 20px;
  padding-bottom: 30px;
}

.footer_yqlj ul {
  display: grid;
  justify-content: space-between;
  gap: 56px;
  align-items: center;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.footer_yqlj ul li {
  background-color: white;
  padding: 12px 14px;
  /* height: 70px; */
  border-radius: 4px 4px 4px 4px;
}

.footer_yqlj ul li img {
  display: block;
  width: 100%;
}

.footer_info .phone {
  color: white;
}

.footer_info .phone h3 {
  font-size: 20px;
  padding-bottom: 5px;
}

.footer_info .phone div {
  font-size: 34px;
  margin-bottom: 40px;
}

.pc_nav_wrp {
  display: flex;
}

.pc_nav_wrp .nav_wrp {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.pc_nav_wrp .nav_wrp .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.pc_nav_wrp .nav_wrp .nav ul {
  display: flex;
}

.pc_nav_wrp .nav_wrp .nav ul li {
  padding: 0 20px;
  position: relative;
}

.pc_nav_wrp .nav_wrp .nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: all 0.6s;
  background-color: #0045aa;
}

.pc_nav_wrp .nav_wrp .nav ul li.on::after {
  width: 100%;
}

.pc_nav_wrp .nav_wrp .nav ul h3 a {
  font-size: 18px;
}

.pc_nav_wrp .nav_wrp .nav ul li .sub_box {
  font-size: 16px;
  display: flex;
  width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
  gap: 0 20px;
}

.pc_nav_wrp .nav_wrp .nav ul li .sub_box .txt {
  flex: 1;
}

.pc_nav_wrp .nav_wrp .nav ul li .sub_box .txt .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

.pc_nav_wrp .nav_wrp .nav ul li .sub_box .txt .links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 50px;
  line-height: 1;
}

.pc_nav_wrp .nav_wrp .nav ul li .sub_box .txt .links div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.pc_nav_wrp .nav_wrp .nav ul li .sub_box .txt .links a {
  font-size: 16px;
  flex: 1;
  padding: 20px 0;
}

.pc_nav_wrp .nav_wrp .nav ul li .sub_box .pic {
  width: 460px;
  height: 250px;
}

.pc_nav_wrp .nav_wrp .nav ul li .sub_box .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.more_wrp {
  width: 200px;
  padding-left: 41px;
  padding-right: 41px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin: auto;
  text-align: center;
  border-radius: 31px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #0045aa;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.more_wrp:hover {
  background-color: #0973dd;
}

.more_wrp a {
  color: #fff;
}

.wap_about {
  padding: 10px;
  position: relative;
}

.wap_about .wap_about_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #0045aa;
}

.wap_about .wap_about_swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.wap_about .wap_about_swiper .swiper-slide {
  overflow: hidden;
}

.wap_about .wap_about_swiper .swiper-slide .pic img {
  display: block;
  width: 100%;
}

.wap_about .wap_about_swiper .swiper-slide .txt {
  background: #f3f3f3;
  height: 170px;
  padding: 10px 10px 0;
}

.wap_about .wap_about_swiper .swiper-slide .txt h3 {
  font-weight: bold;
  padding-bottom: 10px;
}

.wap_about .about-swiper-pagination {
  text-align: center;
  padding: 10px 0;
}

.index-about-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
