/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{ color: #666666;font-family:Microsoft YaHei,Arial,sans-serif;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #666666}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.rel{position:relative;}.abs{position:absolute;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
img {border:none;display: block;height: auto;max-width: 100%;}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.pages {
  text-align: center;
  font-size: 21px;
  padding: 60px 0;
}
.pages li {
  display: inline-block;
  color: #000026;
  padding: 14px 24px 13px;
  background: #FFFFFF;
  margin-right: 0.5%;
  border-radius: 4px;
}
.pages li.thisclass {
  background-color: #0a4ea1;
  color: #fff;
  border-color: #0a4ea1;
}
.pages li.thisclass a {
  color: #fff;
}
.pages li a {
  color: #000026;
}
input[type="text"],button,textarea,input[type="password"]{
  border: none;
  outline: none;
  background-color: transparent;
}
input[type="text"] {
  -webkit-appearance: none;
}
/* ::-webkit-input-placeholder{}
:-moz-placeholder{}
::-moz-placeholder{}
:-ms-input-placeholder{}  */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.center-box,.center-box1,.center-box2{
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.center1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.show-more {display:none;}
.theme {
  color: #0a4ea1!important;
}
.menu {
  display: none;
  margin-left: 10px;
}
.menu i {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #fff;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}
.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(39deg);
      -ms-transform: rotate(39deg);
          transform: rotate(39deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-39deg);
      -ms-transform: rotate(-39deg);
          transform: rotate(-39deg);
}
.hover-img {transition:transform .3s ease-in}
.hover-img:hover {transform:scale(1.06)}

.banner .banner-i {
  width: 100%;
}

.menu,.mobile-img {
  display: none;
}
.lg_sfdh {
    -webkit-animation: play_btn 0.5s infinite alternate;
}
@-webkit-keyframes play_btn{
	0%{-webkit-transform:scale(1.0)}
	100%{-webkit-transform:scale(1.1)}
}
#swiper-banner .swiper-pagination {
  bottom: 22px;
}
#swiper-banner  .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
  margin:0 8px!important;
  width: 70px;
  height: 4px;
}

#swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #136bfd;
}

.head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.head-top {
  padding: 18px 0;
  box-sizing: border-box;
}

.head-tInput-box {
  width: 356px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 20px;
  padding:0 10px;
  box-sizing: border-box;
  color: #fff;
}

.head-tInputValue {
  font-size: 12px;
  color: #999;
  width: 86%;
  max-width: calc(100% - 16px);
}

.head-tInput-box ::-webkit-input-placeholder{
  font-size: 12px;
  color: #999;
}
.head-tInput-box :-moz-placeholder{
  font-size: 12px;
  color: #999;
}
.head-tInput-box ::-moz-placeholder{
  font-size: 12px;
  color: #999;
}
.head-tInput-box :-ms-input-placeholder{
  font-size: 12px;
  color: #999;
} 
.head-tLogin {
  margin-left: 25px;
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}
.head-btn {
  color: #ffffff;
}
.head-bott {
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.icon-arrow-down {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/arrow-down-filling.png) no-repeat 0px 0px;
  background-size: 100%;
  margin-left: 12px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: transform .3s ease-in;
}
.icon-arrow-down.icon-arrow-up {
  transform: rotateZ(180deg);
}

.head-nav>li {
  width: 11.11%;
  float: left;
  color: #fefefe;
  font-size: 16px;
  padding: 24px 0;
  text-align: center;
  position: relative;
}
.head-nav>li a {
  color: #fefefe;
  white-space: nowrap;
}
.head-nav>li.on>a,.head-nav>li.on>h3>a {
  color: #5da5ff;
}
.head-nav>li>h3 {
  font-weight: 400;
  position: relative;
  font-size: 16px;
}
.head-nav .icon-arrow-down {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.nav-drop-down {
  position: absolute;
  width: 105%;
  bottom: 0;
  left: 0;
  transform: translate(0,100%);
  display: none;
  padding-top: 9px;
  background-color: transparent;
}
.nav-inner {
  background-color: #fff;
  border-radius: 6px;
  padding:0 15px 20px;
  box-sizing: border-box;
  position: relative;
}
.nav-inner:before {
  content: "";
  position: absolute;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  left: 50%;
  top: 0;
  transform: translate(-50%,-100%);
}
.nav-inner>li {
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  color: #666;
}

.nav-inner>li>a {
  display: block;
  line-height: 40px;
  color: #666;
}
.head-nav>li.on>h3>a {
  color: #5da5ff;
}

.banner-word {
  width: 100%;
  position: absolute;
  top: 56%;
  transform: translate(0,-50%);
  left: 0;
  color: #fff;
  text-align: center;
  padding-top: 1px;
}

.banner-Tit {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  font-family: "宋体";
  background-image:-webkit-linear-gradient(bottom,rgba(2,46,205,.71),#fff 40%); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 
}
.banner-word-en {
  font-size: 14px;
  margin-top: 15px;
}
.banner-word-ch {
  font-size: 33px;
  font-family:"宋体" ;
  margin-top: 20px;
  letter-spacing: 10px;
}

.banner-word-ch>span {
  display: inline-block;
  padding: 12px 0;
  position: relative;
}
.banner-word-ch>span:before,.banner-word-ch>span:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right,rgba(0,51,208,1), rgba(233,237,250,1),rgba(0,51,208,1));
  top:0;
  left: 50%;
  transform: translate(-50%,0);
}
.banner-word-ch>span:after {
  top: unset;
  bottom: 0;
}

.normal-tit-group {
  text-align: center;
  padding: 60px 0 40px;
}

.normal-tit {
  font-size: 38px;
  color: #3e464c;
  margin-bottom: 18px;
  font-weight: 400;
}

.normal-vice {
  color:#a1a6ab;
  font-size: 20px
}
.aboutus-left {
  width: 71.88%;
}
.aboutus-right {
  width: 49.92%;
  position: absolute;
  right: 0;
  top: 50%;
  height: 86%;
  /*transform: translate(0,-50%);*/
  margin-top: -15%;
  border: 3px solid #0a4ea1;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 25px 0;
}

.b-line>span {
  position: relative;
  display: inline-block;
}
.b-line>span:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #0a4ea1;
}
.aboutus-rTit {
  padding-bottom: 10px;
}
.aboutus-rTit>span:after {
  width: 160px;
  bottom: -10px;
}
.aboutus-rDesc {
  font-size: 14px;
  color: #666666;
  line-height: 1.7em;
}
.aboutus-rDesc>p{
  padding: 15px 0;
}
.about-us-box {
  padding-bottom: 80px;
}
.aboutus-rTit {
  font-size: 24px;
  color: #0a4ea1;
}



.product-center {
  background-color: #f6f6f6;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
}

.product-main-ul li {
  width: 22.84%;
  float: left;
  margin-left: 2.88%;
  overflow: hidden;
}
.product-main-ul li:first-child {
  margin-left: 0;
}
.pro-img {
  width: 100%;
}
.pro-name {
  color: #3e464c;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
}

.pro-check-more {
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #0a4ea1;
  font-size: 16px;
  color: #0a4ea1;
  display: block;
  margin: 40px auto;
}

.solve-ul>li {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.solve-ul>li:first-child {
  margin-top: 0;
}
.solve-ul>li.on>span {
  position: relative;
  padding-bottom: 10px;
}
.solve-ul>li.on>span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0px;
  background-color: #fff;
  bottom: 0px;
}
.solve-ul>li>a {
  color: #afafb3;
}
.solve-fa {
  background-color: #0a4ea1;
  padding-bottom: 68px;
  max-height: 773px;
  box-sizing: border-box;
}
.solve-fa-left {
  width: 21.22%;
  position:absolute;
  background: url(../img/fa-bj.png) no-repeat left center;
  background-size: auto 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 0;
  /* background-attachment: fixed; */
}
#swiper-solve .swiper-slide{
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  position: relative;
  height: auto!important;
}
#swiper-solve .swiper-solve-scrollbar {
  display: none;
}
#swiper-solve .swiper-slide:first-child {
  margin-top: 0;
}
.solve-fa .normal-tit-group {
  padding-bottom: 10px;
}

.solve-left {
  width: 21.22%;
  padding: 20px;
  box-sizing: border-box;
  max-height: 100%;
}
.solve-right {
  width: 78.78%;
  padding: 60px 0 0 80px;
  box-sizing: border-box;
}
.col-fff {
  color: #fff;
}
.solve-rB-ul {
  margin-right: -20px;
}
.solve-rB-ul>li {
  float: left;
}

.solve-right-tit {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
}

.solve-right-desc {
  font-size: 20px;
  color: #b0b0b5;
  line-height: 1.7em;
  margin-top: 25px;
}

.solve-know-more {
  display: block;
  width: 156px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1c569e;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  margin-top: 25px;
  
}

.solve-relate-tit {
  font-size: 20px;
  color: #fff;
  margin-top: 60px;
  padding-bottom: 5px;
  font-weight: 500;
}
.solve-rB-ul>li {
  height: 50px;
  line-height: 50px;
  float: left;
  width: 20%;
  overflow: hidden;
  margin-top: 15px;
  padding-right: 20px;
  box-sizing: border-box;
}

.solve-img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 80%;
}

.solve-rB-inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.news-center {
  background-color: #eeeeee;
  padding-bottom: 10px;
}
.news-main-ul>li{
  float: left;
  width: 23.93%;
  margin-left:1.426% ;
  background-color: #fff;
}
.news-top-img {
    height: 66%;
    overflow: hidden;
}
.news-main-ul>li:first-child {
  margin-left: 0;
}
.news-tit {
  padding-bottom: 30px;
}
.news-tit>span:after {
  width: 60px;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%,0);
}

.news-inner-tit {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.68em;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}
.news-bott {
  padding: 0 5px 5px;
}

.news-date {
  font-size: 16px;
  color: #999;
}

.news-img {
  width: 100%;
}

.cust-table {
  width: 100%;
  border-collapse: collapse;
  display: table;
  border: none;
}
.cust-table .tr {
  display: table-row;
  border-top: 1px solid #e8e8e8;
}
.cust-table .tr:first-child {
  border-top: none;
}
.cust-table .td {
  display: table-cell;
  border-left: 1px solid #e8e8e8;
  text-align: center;
  vertical-align: middle;
}

.cust-table .td:first-child {
  border-left: none;
}
#swiper-partner .swiper-part-scrollbar {
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
#swiper-partner .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #007aff;
}
#swiper-partner .swiper-slide {
  padding: 2% 2% 8%;
  box-sizing: border-box;
  height: auto;
}
.part-swiper-inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 1px 1px 9px rgb(204 204 204 / 70%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.hide-pc {
  display: none;
}

.contactUs-right {
  width: 50%;
  
}
.contactUs-left {
  width: 69.54%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate(-28%,0);
}
.cont-info-bott {
  color: #fff;
  font-size: 18px;
}

.contactuUs {
  margin-top: 100px;
  background-color: #0a4ea1;
}


.cont-table .iconfont {
  width: 68px;
  height: 68px;
  display: inline-block;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}

.cont-table .iconfont:before {
  font-size: 35px;
}

.cont-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.cont-table .tr {
  display: table-row;
  border-top: 1px solid #fff;
}
.cont-table .tr:first-child {
  border-top: none;
}
.cont-table .td {
  width: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

.cont-info-bott h4 {
  margin: 15px 0 5px;
}

.footer {
  background: #30303a;
}
.footer-info {
  padding: 15px 0;
  font-size: 12px;
}
.footer-info,.footer-info a {
  color: #e0e0e0;
  text-align: center;
}

.footer-top {
  padding: 35px 0 20px;
  border-bottom: 1px solid #626263;
}

.footer-top-left {
  width: 68.08%;
  box-sizing: border-box;
}
.footer-top-right {
  width: 31.92%;
  box-sizing: border-box;
}
.footer-nav-ul li{
  float: left;
  width: 12.5%;
}
.inner-links>a {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #999999;
}
.inner-links>a:first-child {
  margin-top: 12px;
}
.fott-nav-tit>a {
  font-size: 16px;
  color: #fefefe;
  font-weight: normal;
}

.code-tit {
  font-size: 16px;
  color: #fefefe;
}

.code-items {
  margin-top: 12px;
  width: 33.33%;
  padding-right: 3%;
  box-sizing: border-box;
}
.code-items:first-child {
  margin-left: 0;
}

.code-name {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.banner-list-word {
  position: absolute;
  top: 56%;
  width: 100%;
  left: 0;
  transform: translate(0,-50%);
  text-align: center;
  color: #fff;
}

.banner-list-Tit {
  font-size: 48px;
  padding-bottom: 25px;
}
.banner-list-Tit>span:after {
  background-color: #fff;
  bottom: -25px;
  width: 90px;
  height: 8px;
  left: 50%;
  transform: translate(-50%,0);
}

.nav-postioin {
  background-color: #e6f2f8;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
}
.nav-postioin a {
  color: #333333;
}
.nav-position-left {
  padding-top: 16px;
  box-sizing: border-box;
}
.nav-position-left .iconfont {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0a4ea1;
  color: #0a4ea1;
  margin-right: 5px;
}
.nav-position-left .iconfont:before {
  font-size: 18px;
}
.aboutus-right {
  font-size: 16px;
}

.nav-r-btn {
  padding:24px 20px;
  display: block;
}
.nav-r-btn.on {
  background-color: #0a4ea1;
  color: #fff;
}

.company-list-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}

.company-list-desc>p {
  margin:20px 0;
  text-indent: 2em;
}

.company-list-desc>img {
  margin: 35px auto;
  max-width: 80%;
}

.company-list-tit>span:after {
  width: 60px;
  left: 50%;
  transform: translate(-50%,0);
  bottom: -13px;
}
.company-list-tit {
  text-align: center;
  padding-bottom: 13px;
  color: #000;
  font-size: 26px;
}

.company-list-box {
  padding: 35px 0 25px;
}

.culture-left, .culture-right {
  width: 50%;
  box-sizing: border-box;
}
.culture-right {
  padding:30px 0 0 30px;
}
.cul-img-box .cul-line {
  display: block;
  position: absolute;
  width: 30%;
  height: 3px;
  background-color: #017dc5;
  top: 50%;
  left: 0;
  transform: translate(-76%,-50%);
}

.cul-line .iconfont {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 1px solid #017dc5;
  color: #017dc5;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-100%,-50%);
  background-color: #fff;
  left: 0;
}

.culture-ul>li:nth-of-type(2n) .culture-left {
  padding-left: 10px;
}

.culture-ul>li:nth-of-type(2n) .cul-img-box .cul-line {
  left: unset;
  right: 0;
  transform: translate(76%,-50%);
}
.culture-ul>li:nth-of-type(2n) .cul-line .iconfont {
  left: unset;
  right: 0;
  transform: translate(100%,-50%);
}
.culture-box {
  margin: 42px 0 115px;
}
.culture-ul .iconfont:before {
  font-size: 30px;
}
.cul-inner-tit {
  font-size: 36px;
  color: #0a4ea1;
  padding-bottom: 10px;
  font-weight: 400;
}
.cul-inner-tit>span:after {
  width: 50px;
  bottom: -10px;
}

.cul-inner-desc {
  font-size: 24px;
  color: #333;
  margin-top: 25px;
}

.contact-info-ul>li {
  width: 25%;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #666666;
}

.contactus-list-box{
  padding: 35px 0 80px;
}

.contact-info-ul>li {
  padding: 40px 0;
}
.contact-info-ul>li .iconfont {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background-color: #0a4ea1;
  display: inline-block;
}
.contact-top {
  margin-bottom: 20px;
}
.contact-top .iconfont {
  color: #fff;
}
.contact-top .iconfont:before {
  font-size: 32px;
}
.contact-bott {
  font-size: 18px;
  color: #666666;
}
.contact-bott>p {
  margin-top: 10px;
}

.iframe-map {
  width: 100%;
  height: 600px;
}

.news-list-center {
  margin-top: 44px;
}
.news-list-left {
  width: 69.44%;
}

.news-list-right {
  width: 30.55%;
  padding-left: 40px;
  box-sizing: border-box;
}

.news-inner-box {
  padding: 0 12px;
  box-sizing: border-box;
}

.news-marks {
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding:0 25px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.5);
  bottom: 0px;
  left: 0;
  position: absolute;
}

.news-marks-tit,.news-marks-tit>a{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.newsLb-ul>li {
  margin-top: 20px;
  background-color: #fff;
}
.news-Lb-left {
  width: 22.12%;
  box-sizing: border-box;
}
.news-Lb-right {
  width:77.88%;
  padding:12px 10px 10px;
  box-sizing: border-box;
}

.newsLbott,.news-rBott {
  padding-top: 40px;
}

.newsLbr-tit {
  font-size: 18px;
  color: #0a4ea1;
  margin-bottom: 12px;
}

.newsLbr-desc {
  font-size: 14px;
  color: #9d9d9d;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-indent: 2em;
}

.newslbar-date {
  font-size: 12px;
  color: #0a4ea1;
  margin-top: 10px;
}
.news-rTop-ul>li {
  margin-top: 30px;
}
.news-rTop-ul>li:first-child {
  margin-top: 0;
}
.width100 {
  width: 100%;
}

.news-rB-tit {
  background-color: #eeeeee;
  padding: 20px;
  margin-top: 20px;
  font-size: 24px;
  color: #333;
  font-weight: 400;
}
.news-rB-list-ul {
  background-color: #fff;
  border-top: 1px solid transparent;
  padding-bottom: 30px;
}
.news-rB-list-ul>li {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  padding:0 20px;
  box-sizing: border-box;
}

.refresh {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #0a4ea1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 20px auto;
}


.article-tit {
  text-align: center;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}

.bgfff {
  background-color: #fff;
}

.article-info {
  text-align: center;
  font-size: 14px;
  color: #7e7e7e;
}

.news-article-group {
  padding:36px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.article-main {
  font-size: 16px;
  color: #484848;
  line-height: 2.2em;
}

.article-main>p {
  text-indent: 2em;
  margin: 30px 0;
}

.article-main>img {
  margin: 30px auto;
  max-width: 80%;
}

.prev-next-items {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  padding: 10px 0;
}
.prev-next-items a {
  color: #333;
}
.prev-next-items a:hover {
  color: #0a4ea1;
}
.news-ar-inner {
  padding: 0 30px;
}
.prev-next-box {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.news-article-details {
  margin: 25px 0 60px;
}

.product-show-ul>li {
  float: left;
  width: 23.27%;
  margin-left: 2.30%;
  margin-top: 36px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in;
  color: #333333;
}

.pro-show-top {
    height: 75%;
    overflow: hidden;
}
.pro-show-top>img {
    width: 100%;
}
.product-show-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}

.pro-show-bott {
  padding: 16px 12px;
  box-sizing: border-box;
  font-size: 18px;
}
.pro-price {
  color: #c30202;
}

.product-show-ul>li:hover {
    background-color: #0063ba;
    color: #fff;
}

.product-show-ul>li:hover a {
  color: #fff;
}

.product-show {
  padding: 35px 0;
}


.head-no-fix {
  position: static;
  background-color: #0a4ea1;
}

.pro-main-details {
  padding-top: 20px;
  width: 52%;
}

.check-all-pro {
  font-size: 12px;
  color: #373b47;
}


.main-details-tit {
  font-size: 36px;
  color: #181818;
  font-weight: 400;
  margin: 38px 0 20px;
}

.main-details-desc {
  font-size: 14px;
  color: #181818;
  line-height: 1.7em;
}

.main-details-info {
  font-size: 18px;
  color: #333333;
  margin-top: 25px;
}

.main-details-info>strong {
  font-size: 30px;
  color: #f01124;
}

.main-details-btn {
  font-size: 18px;
  color: #fff;
}

.main-details-btn a {
  color: #fff;
}

.details-btn {
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 25px;
}
.main-details-btn {
  margin: 30px 0 46px;
}
.details-btn:first-child {
  margin-left: 0;
}

.buy {
  background-color: #f01124;
}

.cart {
  background-color: #0a4ea1;
}

.pro-main-nav {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 1px 6px 7px rgba(0,0,0,0.2);
}
.pro-details {
  background: url(../img/pro-d-bj.jpg) no-repeat right center;
}

.pro-main-ul li {
  float: left;
  margin-right: 50px;
  font-size: 14px;
  color: #333333;
  padding: 18px 0;
}

.pro-main-ul li.on {
  border-bottom: 3px solid #0a4ea1;
  color: #0a4ea1;
}

.active-tg-ul li {
  float: left;
  width: 50%;
}


.active-tg-tit {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}

.active-tg {
  padding: 50px 0;
  background-color: #f0f0f0;
}


.active-tg-ul>li p {
  margin-top: 15px;
}

.product-advance-ul>li {
  float: left;
  width: 33.33%;
  margin-top: 55px;
  text-align: center;
}

.product-dOuter-T {
  text-align: center;
  font-size: 36px;
  color: #333333;
  font-weight: 400;
}

.product-advance {
  padding: 67px 0 90px;
}
.product-ad-top .iconfont {
  color: #0a4ea1;
}
.product-ad-top .iconfont:before {
  font-size: 60px;
}
.product-ad-bott {
  margin-top: 26px;
}

.product-ad-name {
  margin-bottom: 15px;
  font-size: 23px;
  color: #333333;
}

.product-ad-desc {
  font-size: 18px;
  color: #adadaf;
}

.product-family {
  background-color: #f9f9f9;
}

.product-family {
  padding: 60px 0 100px;
}

.product-family-inner {
  margin-top: 40px;
  padding: 0 50px;
  box-sizing: border-box;
}

.product-family-ul>li {
  padding: 45px 0 80px;
  border-top: 1px solid #eaeaea;
}

.product-family-ul>li:first-child {
  border-top: none;
}
.product-family-ul>li:nth-of-type(2n) .product-family-left{
  float: right;
  padding-right: 0;
  padding-left: 95px;
}

.product-family-ul>li:nth-of-type(2n) .product-family-right {
  float: left;
}
.product-family-left {
  width: 45.89%;
  box-sizing: border-box;
  padding-right: 95px;
}

.product-family-right {
  width: 54.10%;
  position: relative;
}

.pro-fa-tit {
  font-size: 33px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 30px;
}

.pro-fa-desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.7em;
}
.pro-oper-box {
  border-top: 1px solid #ededed;
  margin-top: 50px;
  padding-top: 50px;
}

.pro-oper-btn {
  width: 190px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  float: left;
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
  border: 1px solid transparent;
}
.pro-oper-btn:first-child {
  margin-left: 0;
}

.know-more {
  color: #0a4ea1;
  border-color: #0a4ea1;
}

.fixed-top {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.pro-sign-tab-ul>li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  border:1px solid #f1f1f1;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #999999;
}
.pro-sign-tab-ul>li.on {
  border-top: 2px solid #0a4ea1;
}
.pro-sign-top {
  margin-top: 50px;
}

.product-sign {
  padding: 50px 0 60px;
}

.pro-sign-items {
  display: none;
}
.pro-sign-items:first-child {
  display: block;
}
.pro-sign-tit {
  font-size: 18px;
  color: #181818;
  font-weight: 400;
  margin-bottom: 18px;
}

.pro-sign-bott {
  margin: 60px 0 70px;
}

.pro-sign-items-left {
  width: 57.61%;
  box-sizing: border-box;
  padding: 100px 50px 0 0;
}

.pro-sign-items-right {
  width: 42.39%;
  box-sizing: border-box;
}

.pro-sign-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.75em;
  padding-bottom: 30px;
  border-bottom: 1px solid #979797;
}

.pro-sign-list {
  font-size: 16px;
  color: #999;
}

.pro-sign-list>p {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.solve-list-ul>li {
  float: left;
  width: 31.43%;
  margin-left:2.85% ;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: all .3s ease-in;
}
.solve-list-ul>li:first-child {
  margin-left: 0;
}

.solve-mark-group {
  color: #fff;
  width: 100%;
  padding:0 20px;
  box-sizing: border-box;
}

.solve-mak-tit {
  font-size: 27px;
  margin-bottom: 10px;
}

.solve-mk-desc {
  font-size: 15px;
}

.solve-problem {
  padding: 60px 0 100px;
}

.solve-bott p{
  font-size: 16px;
  line-height: 1.875em;
  margin: 15px 0;
}

.solve-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border: 1px solid #0a4ea1;
  color: #0a4ea1;
  font-size: 17px;
  border-radius: 28px;
}

.solve-list-ul li.on {
  box-shadow: 1px 6px 5px rgba(0,0,0,.2);
  transform: translate3d(0, -5px, 0);
}

.solve-list-ul li.on .solve-btn {
  background-color: #0a4ea1;
  color: #fff;
}

.solve-details-tit {
  font-size: 36px;
  color: #0a4ea1;
  padding-bottom: 25px;
  text-align: center;
}
.solve-details-tit>span:after {
  bottom: -25px;
  width: 150px;
  left: 50%;
  transform: translate(-50%,0);
}

.solve-details {
  padding: 75px 0 60px;
}

.solve-details-img {
  margin: 0 auto;
  max-width: 80%;
}

.solve-details-main p{
  margin-top: 40px;
  font-size: 16px;
  color: #666;
  line-height: 1.8em;
  text-indent: 2em;
}

.solve-details-main>p>strong {
  font-size: 24px;
  color: #0063ba;
}
.coust-ul>li {
  float:left;
  width: 22.47%;
  margin-left: 3.36%;
  box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  padding: 50px 40px;
  box-sizing: border-box;
  height: 450px;
  margin-top: 50px;
  transition: all .3s ease-in;
}

.coust-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}

.coust-ul>li.on {
  transform: translate3d(0, -8px, 0);
}

.coust-ul-top {
  height: 20%;
  box-sizing: border-box;
}
.coust-ul-bott {
  box-sizing: border-box;
}

.coust-bott-p {
  font-size: 15px;
  color: #666;
  line-height: 2em;
  margin: 40px 0;
  box-sizing: border-box;
}

.coust-ul-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.coust-ul-top>img {
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
}
.cout-case-btn {
  display: block;
  font-size: 16px;
  color: #004895;
}

.coust-case {
  padding-bottom: 135px;
}

.service-support {
  padding: 40px 0 120px;
}

.service-support-ul>li {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}
.service-support-ul>li a {
  position: relative;
}
.service-support-ul>li .icon-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bfbfbf;
  margin-right: 5px;
}
.service-support-ul>li:hover a{
  color: #004895;
}
.service-support-ul>li:hover .icon-circle {
  background-color: #004895;
}
.service-details-tit {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}

.service-main-show {
  font-size: 16px;
  color: #333333;
  line-height: 1.5em;
}

.service-main-show>p {
  margin:26px 0;
}

.word-download-date {
  font-size: 16px;
  color: #999999;
}

.word-download-tit {
  font-size: 26px;
  color: #3b3c3c;
  padding-bottom: 20px;
  font-weight: 400;
  margin: 30px 0 20px;
}
.word-download-tit .iconfont:before {
  font-size: 24px;
}
.word-download-tit .iconfont {
  color: #0a4ea1;
}
.word-download-ul>li {
  margin-top: 35px;
  padding: 40px 20px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  transition: all .3s ease-in;
}
.word-download-tit>span:after {
  width: 166px;
  bottom: -20px;
}

.word-downlaod-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.8em;
  text-indent: 2em;
}

.word-download-ul li.on {
  box-shadow: 0 15px 24px rgba(0,0,0,.2);
  transform: translate3d(0, -8px, 0);
}

.login-pages {
  width: 100%;
  height: 100%;
  background:url(../img/logo-bj.png) no-repeat center center;
  background-size: cover;
}

.login-head {
  padding-top: 60px;
}

.login-head-img {
  max-width: 60%;
}

.login-center {
  width: 78.12%;
  margin-left: auto;
  margin-right: auto;
}

.login-inner-form {
  width: 532px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%,-50%);
  padding-bottom: 1px;
}

.login-form-head {
  padding: 18px 0 15px;
  background-color: #f6f4f4;
}

.login-form-main {
  padding: 0 40px;
  box-sizing: border-box;
}
.lg-m-top {
  padding: 30px 0 0;
  border-bottom: 1px solid #666666;
}

.lg-top-tit {
  font-size: 20px;
  color: #3b3c3c;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
}
.lg-top-tit:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3b3c3c;
  bottom: 2px;
  left: 0;
}


.register-btn {
  font-size: 12px;
}

.el-input-box {
  height: 55px;
  line-height: 55px;
  background-color: #f0f0f0;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.el-input-box ::-webkit-input-placeholder{
  font-size: 18px;
  color: #999;
}
.el-input-box :-moz-placeholder{
  font-size: 18px;
  color: #999;
}
.el-input-box ::-moz-placeholder{
  font-size: 18px;
  color: #999;
}
.el-input-box :-ms-input-placeholder{
  font-size: 18px;
  color: #999;
}
.el-input-value {
  font-size: 18px;
  color: #999;
  width: 100%;
}

.el-form-row {
  padding-top: 10px;
}
.lg-m-bott {
  margin-top: 10px;
}

.el-form-btn {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #07538f;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 40px;
}

.login-form-head>img {
  max-width: 76%;
}
.order-left {
  width: 15.73%;
  box-sizing: border-box;
  padding-right: 55px;
}

.order-right {
  width: 84.27%;
  box-sizing: border-box;
}

.order-tit {
  font-size: 19px;
  color: #a1a6ab;
  font-weight: 400;
  margin-bottom: 18px;
}

.my-order {
  margin: 60px 0 40px;
}

.order-left-ul>li {
  font-size: 20px;
  padding: 16px 0 16px 25px;
  color: #666666;
  box-sizing: border-box;
 
}
.order-left-ul>li.on {
  border: 1px solid #a1acba;
  color: #004895;
  background-color: #fff;
}

.order-right-tUl>li {
  float: left;
  font-size: 16px;
  color: #666666;
  padding: 0 16px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.order-right-top {
  padding: 32px 20px 0;
  border-bottom: 1px solid #6c6c6c;
  margin-top: 13px;
}

.order-right-tUl>li.on {
  border-bottom: 2px solid #004895;
  color: #004895;
}

.order-itmes {
  display: none;
}

.order-itmes:first-child {
  display: block;
}

.order-items-ul>li {
  margin-top: 26px;
  background-color: #fff;
  padding: 13px 28px 20px;
  box-sizing: border-box;
  margin-top: 25px;
}
.order-items-ul>li:first-child {
  margin-top: 16px;
}
.order-items-head {
  padding: 15px 20px;
  background-color: #eeeeee;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.order-list-ul {
  border-bottom: 4px solid #f3f3f3;
}
.order-list-ul>li {
  padding: 20px 12px;
  box-sizing: border-box;
  border-top: 1px solid #999999;
}

.order-list-ul>li:first-child {
  border-top: none;
}

.order-list-left {
  width: 16.05%;
  box-sizing: border-box;
}

.order-list-right {
  width: 83.95%;
  padding-left: 30px;
  box-sizing: border-box;
}

.order-list-Tit {
  font-size: 18px;
  color: #333;
}

.order-list-bL {
  font-size: 12px;
  color: #999;
  line-height: 1.66em;
  margin-top: 6px;
  width: 72.26%;
}

.order-list-bR {
  width: 27.74%;
  box-sizing: border-box;
  padding:10px 0 0 9%;
}

.order-list-bR {
  font-size: 24px;
  color: #aa000e;
}

.order-price-info {
  font-size: 16px;
  padding: 12px 0 0;
}

.pay-price {
  font-size: 24px;
  color: #aa000e;
  font-weight: 400;
  margin:0 20px;
}

.pay-result {
  font-size: 18px;
  color: #21aa06;
}

.order-operation {
  margin-top: 35px;
  font-size: 15px;
}

.order-oper-btn  {
  display:inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  border: 1px solid #7d7d7d;
  border-radius: 6px;
}

.pay-now {
  background-color: #0a4ea1;
  color: #fff;
  border-color: #0a4ea1;
  margin-left: 30px;
}
.return-order {
  font-size: 16px;
  color: #0a4ea1;
}

.order-status-left {
  width: 23.28%;
  box-sizing: border-box;
}

.order-status-right {
  width: 76.72%;
  box-sizing: border-box;
  padding: 50px 35px 0;
  border-left: 1px solid #ddd;
}

.order-status-tit {
  padding: 6px 12px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #ddd;
}

.order-status {
  border: 1px solid #dddddd;
  margin-top: 12px;
}

.order-status-desc {
  padding: 30px 12px;
  font-size: 14px;
  color: #666;
}

.order-status-desc>p {
  margin-top: 10px;
}

.order-status-Rtit {
  font-size: 14px;
  font-weight: 600;
  color: #3d4245;
}

.order-status-Rtit .iconfont {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #008d46;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}

.order-cv-ul>li {
  float: left;
  width: 208px;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}

.order-cv-ul>li:after {
  content: "";
  position: absolute;
  background-color: #ddd;
  width: 1px;
  height: 90%;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.order-cv-ul>li:first-child:after {
  display: none;
}
#swiper-cv-info .swiper-slide {
  width: auto;
}
#swiper-order-cart .swiper-slide {
  width: auto;
}
.order-cv-ul {
  margin: 30px 0 40px;
}

.order-cv-info-box>p {
  margin-top: 8px;
}

.cv-btn {
  width: 55px;
  height: 22px;
  line-height: 22px;
  display: block;
  float: left;
  text-align: center;
  border:1px solid #0a4ea1;
  color: #0a4ea1;
  border-radius: 28px;
}

.cart-table {
  display: table;
  width: 100%;
  max-width: 1150px;
  min-width: 750px;
}

.order-inner-padding {
  padding:0 24px 50px;
}

.shadow {
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.cart-table .tr {
  display: table-row;
}

.cart-table .thead {
  display: table-header-group;
}

.cart-table .tbody {
  display: table-row-group;
}
.cart-table .td,.cart-table .th {
  display: table-cell;
  border-bottom: 1px solid #bfbfbf;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 20px 5px;
  box-sizing: border-box;
}

.cart-table .td {
  padding: 15px 5px;
}

.cart-table .td:nth-of-type(1),.cart-table .th:nth-of-type(1) {
  width: 4%;
  text-align: center;
}

.cart-table .td:nth-of-type(2) {
  width: 15%;
}

.cart-table .td:nth-of-type(3) {
  width: 47%;
}

.cart-table .td:nth-of-type(4),.cart-table .th:nth-of-type(4),.cart-table .td:nth-of-type(5),.cart-table .th:nth-of-type(5) {
  width: 17%;
  text-align: center;
}

.goods-name {
  font-size: 18px;
  color: #004895;
}

.goods-desc {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}


.good-price {
  font-size: 16px;
  color: #aa000e;
}

.goods-remove {
  font-size: 14px;
  color: #1b63cf;
}

.goods-delete {
  font-size: 14px;
  color: #aa000e;
  margin-top: 20px;
}

.order-responsive-table {
  overflow-x: auto;
}

.pay-table {
  display: table;
  width: 100%;
  max-width: 1150px;
}

.pay-table .tr {
  display: table-row;
}

.pay-table .td {
  display: table-cell;
  padding: 25px 5px;
  box-sizing: border-box;
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
}

.pay-table .td:nth-of-type(1) {
  width: 4%;
}
.pay-table .td:nth-of-type(2) {
  width: 6%;
  text-align: left;
}

.pay-table .td:nth-of-type(3) {
  width: 50%;
  text-align: left;
}
.pay-table .td:nth-of-type(4) {
  width: 28%;
}
.pay-table .td:nth-of-type(5){
  width: 12%;
  background-color: #004895;
  color: #fff;
}

.pay-btn1 {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
}
.order-total-price {
  margin-top: 40px;
  font-size: 14px;
}

.total-price {
  font-size: 24px;
  color: #aa000e;
}

.change-password {
  padding-left: 40px;
}
.el-change-row {
  margin:40px 0;
}

.el-change-dl dt {
  width: 130px;
  line-height: 60px;
  font-size: 20px;
  color: #666;
}

.el-change-dl dd {
  width: 490px;
}

.input-change-box {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #d6d6d6;
  padding:0 20px ;
  box-sizing: border-box;
}
.input-change-box ::-webkit-input-placeholder{
  font-size: 20px;
  color: #c0c4cc;
}
.input-change-box :-moz-placeholder{
  font-size: 20px;
  color: #c0c4cc;
}
.input-change-box ::-moz-placeholder{
  font-size: 20px;
  color: #c0c4cc;
}
.input-change-box :-ms-input-placeholder{
  font-size: 20px;
  color: #c0c4cc;
}  
.input-change-value {
  font-size: 20px;
  color: #c0c4cc;
}

.change-btn {
  display: block;
  width: 290px;
  height: 70px;
  line-height: 70px;
  background-color: #004895;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  margin: 60px auto 60px;
}

.el-btn-box {
  border-top: 1px solid #f4f4f4;
}

.el-xp-row {
  margin: 15px;
}

.input-xp-box {
  width: 536px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  padding:0 10px;
  box-sizing: border-box;
}

.el-xp-dl dt {
  line-height: 50px;
  width: 126px;
}

.input-xp-value {
  width: 100%;
  font-size: 16px;
  color: #c9c9c9;
}

.col-red {
  color: #f00;
}

.text-xp-value {
  width: 100%;
  height: 100%;
  resize: unset;
}

.text-xp-box {
  width: 880px;
  height: 170px;
  padding: 10px;
}

.code-input-box {
  width: 210px;
}

.order-responsive-table::-webkit-scrollbar {
  background: rgba(0,0,0,.1);
  height: 5px;
  border-radius: 10px;
}

.order-responsive-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0,0,0,.5);
}

.code-img {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.xp-btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  color: #fff;
  border-radius: 28px;
  margin: 20px 0;
}

.xp-sub-btn {
  background-color: #1b50a0;
}

.xp-res-btn {
  background-color: #bb0000;
  margin-left: 40px;
}

.nav-posi {
  font-size: 14px;
  color: #c8c8c8;
  padding: 25px 0 20px;
}

.nav-posi a {
  color: #c8c8c8;
}

.zf-table {
  display: table;
  width: 100%;
  max-width: 1280px;
  border-collapse:collapse;
  font-size: 14px;
  min-width: 550px;
}
.zf-tit {
  font-size: 18px;
  margin-bottom: 10px;
}

.zf-desc {
  color: #999;
  line-height: 1.7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.zf-table .tr {
  display: table-row;
}
.zf-table .td,.zf-table .th {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 5px;
  border-bottom: 1px solid #595959;
}

.zf-table .th:nth-of-type(3),.zf-table .td:nth-of-type(3) {
  width: 26.56%;
  text-align: right;
}

.zf-table .th:nth-of-type(1),.zf-table .td:nth-of-type(1) {
  width: 18.75%;
  padding:0 25px;
}
.zf-table .goods-img {
  display: inline-block;
}
.zf-table .th:nth-of-type(2),.zf-table .td:nth-of-type(2) {
  width: 54.73%;
}

.zf-total-info {
  padding: 40px 0;
}
.zf-price {
  color: #c70c0c;
}

.zf-total-price {
  font-size: 25px;
}

.zf-fs-tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 35px;
}
.pay-img {
  display: inline-block;
  vertical-align: middle;
}

.zf-check {
  border: none;
  outline: none;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 15px;
}
.zf-pay-items {
  width: 200px;
}

.zf-check:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #666666;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.zf-check:checked:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: #aa000e;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.pay-btn {
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #aa000e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  margin: 40px 0;
}

.solve-right-cont-items {
  display: none;
}
.swiper-relate-case .swiper-slide {
  height: calc((100% - 25px) / 2);
}
.swiper-relate-case .swiper-slide>a {
  display: block;
  position: relative;
  height: 100%;
}
.relate-p-name {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  padding:0 20px;
}
.swiper-relate-case {
  height: 260px;
}
.solve-rBott {
  margin-top: 60px;
}
.swiper-relate-case .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .5s;
}
.swiper-relate-case swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

