@CHARSET "UTF-8";

@media(min-width:1499px){
    .container{
        width: 1470px;
    }
}
p{
    margin:0;
}
a,strong,p span{
    text-decoration: none !important;
}
/*手机端头部*/
.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #b71b2b;
}

.xymob-head-box {
  position: relative;
  height: 60px;
}

.xymob-head-box .xymob-logo {
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  height: 20px;
  text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
  display: inline;
  font-size: 0;
}

.xymob-head-box .xymob-logo img {
  height: 20px;
  vertical-align:top;
}

.xymob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto 27px;
  width: 30px;
  height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn span {
  margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
          transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.xymob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
}

.xymob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #151515;
  padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.xymob-nav > li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}

.xymob-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
  background: #1E1E1E;
  display: none;
}

.xymob-nav .xymob-sub-menu > li {
  border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.xymob-dlbtn {
  margin-top: 40px;
}

.xymob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #292e39;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px;
  }
}

.xymob-search .xymob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.xymob-search .xymob-search-close-btn i:after {
  background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
  left: 0;
}
.page-mob-tool {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
}

.page-mob-tool li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.page-mob-tool li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #292e39;
  opacity: .7;
}

.page-mob-tool li i {
  display: block;
  width: 100%;
  height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
  background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
  background-position: -30px -60px;
}

@media (min-width: 992px) {
  .page-mob-tool {
    display: none;
  }
}


/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
  display: none;
}

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
  body.no-scroll,
  html.no-scroll {
    height: 100vh;
    overflow: hidden;
  }
  .xymob-menu-click {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  .xymob-menu-click .xypg-left-news,
  .xymob-menu-click .xypg-left-keys,
  .xymob-menu-click .xypg-left-contact,
  .xymob-menu-click .page-message-img {
    display: none;
  }
  .xymob-menu-click .xymob-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
    z-index: 999;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font:after {
    background-position: -30px -300px;
  }
  .xymob-menu-click .xypg-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }
  .xymob-menu-click .xypg-left .xypg-left-menu {
    width: 90%;
    background: #fff;
  }
  .xymob-menu-click.click {
    left: 0;
  }
}
.xypg-left-title {
  background: #b71b2b;
  padding: 10px 20px;
  position: relative;
}

.xypg-left-title h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.xypg-left-title i {
  position: absolute;
  left: -5px;
  top: -9px;
  font-style: normal;
  font-size: 67px;
  font-weight: bold;
  opacity: .1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
}

.xypg-left-title span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  opacity: .6;
  margin-left: 10px;
  text-transform: capitalize;
}

.xypg-left-title span:before {
  content: "/";
  padding-right: 5px;
}

/* 内页左侧导航栏样式 */


.xypg-left-nav > li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
  border-bottom: none;
}

.xypg-left-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #2e2e2e;
  padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
  background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
  color: #ab001a;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
  color: #ab001a;
}

.xypg-left-nav .xypg-left-subnav {
  display: none;
  padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
  border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
  padding: 8px;
  display: block;
  line-height: 20px;
  color: #818181;
  font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
  color: #ab001a;
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
  color: #ab001a;
}

.xypg-left-nav .xypg-left-threenav > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
  content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
  color: #ab001a;
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
  color: #ab001a;
}

@media (max-width: 990px) {
  .xypg-left-nav .xypg-left-threenav {
    display: block;
  }
}



















/*头部样式*/
.topbox{
    background: #202020;
    line-height: 36px;
    position: relative;
    z-index: 9999;
}

.top-right{
    display: flex;
    align-items: center;
    color:#fff;
}
.top-right a{
    color:#fff;
}
.top-right a:hover{
    color:#dbd9db;
}
.mall{
    background: url(../images/t1.png) no-repeat 15px 50%;
    padding:0 20px 0 43px;
    position: relative;
}

.mall:after{
    position: absolute;
    width: 1px;
    height: 12px;
    content:"";
    right:0;
    top:50%;
    margin-top:-6px;
    background: rgba(255,255,255,.2);
}
.group{
    background: url(../images/t2.png) no-repeat 20px 50%;
    padding:0 20px 0 48px;
    position: relative;
    cursor: pointer;
    z-index: 9999;
}
.group:hover{
    color:#fff;
}
.group:after{
    position: absolute;
    width: 1px;
    height: 12px;
    content:"";
    right:0;
    top:50%;
    margin-top:-6px;
    background: rgba(255,255,255,.2);

}
.group-list{
  position: absolute;
  width: 100%;
  left:0;
  top:36px;
  background: #fff;
  display: none;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  outline: none;
  border: none;
}
.group-list li a{
  display: block;
  text-align: center;
  color:#333;
  font-size: 13px;
  line-height: 46px;
}
.group-list li + li{
  border-top:1px solid  #f0f0f0;
}
.group-list li:hover a{
  color:#b71b2b;
}
.lan{
    background: url(../images/t3.png) no-repeat 20px 50%;
    padding:0 0 0 48px;

}
.lan:hover{
    color:#fff;
}
#header{
    background: #b71b2b;
    position: relative;
    z-index: 999;
}
#header .container{
    position: relative;
}
.in-head#header{
  background: none;
  position: absolute;
  left:0;
  top:36px;
  width: 100%;
}
.logo{
    width: 234px;
    float: left;
    line-height: 70px;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.top-btn{
    width:19px;
    height: 70px;
    background: url(../images/btn.png) no-repeat 50%;
}
.top-btn.btn-hide {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
visibility: hidden;
}
.closebtn.close-hide {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;

}
.search {
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -20px;
    z-index: 9999;
    width: 520px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.search.search-hide {
  right:0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}
.closebtn {
    width: 48px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-17px;
    background: url(../images/close1.png) no-repeat 50% 50%;
    height: 34px;
    cursor: pointer;
}

#header #formsearch1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border:1px solid #fff;
    border-radius: 20px;

}

#header #keyword1 {
    width: calc(100% - 90px);

    line-height:38px;
    position: absolute;
    border: none;
    background: none;
    text-indent: 20px;
    outline: none;
    color:#fff;
}

#header #s_btn1 {
    position: absolute;
    width:80px;
    height:38px;
    right: 0;
    top: 0;
    outline: none;
    background: url(../images/btn.png) no-repeat center;
    border: none;
}

/* 首页banner样式 */
.x-banner{
    position: relative;
    border-bottom: 8px solid #ccc;
}
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
  position: relative;
}
.x-banner .text{
    position: absolute;
    width: 100%;
    left:0;
    bottom:35%;
    color:#fff;
    line-height: 1.7;
}
.x-banner .text h3{
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 3px 3px rgba(0,0,0,.2);
    transform: translateX(-100px);
    transition-duration: .8s;
    opacity: 0;
}
.x-banner .text .intro{
    font-size: 50px;
    text-shadow: 0 3px 3px rgba(0,0,0,.2);
    transform: translateX(100px);
    transition-duration: .8s;
    opacity: 0;
}
.x-banner .active .text h3{
     transform: translateX(0px);
     opacity: 1;

}
.x-banner .active .text .intro{
     transform: translateX(0px);
     opacity: 1;
}
.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 3.5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 10px;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}



.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background:#b71b2b;
}

.x-banner video{
  position: absolute;
  left: 0;
  top:50%;
  -webkit-transform: translate(0,-58%);
  -ms-transform: translate(0,-58%);
  -moz-transform: translate(0,-58%);
  transform: translate(0,-58%);

}
.m-banner{
    position: relative;
}
.m-banner video{
  position: absolute;
  left: 0;
  top:50%;
  -webkit-transform: translate(0,-58%);
  -ms-transform: translate(0,-58%);
  -moz-transform: translate(0,-58%);
  transform: translate(0,-58%);

}
.m-banner .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    font-size: 0;
}
.m-banner .owl-dots .owl-dot{
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin:0 5px;
}
.m-banner .owl-dots .active{
    background:#b71b2b;
}



/*产品研发*/
.in-pro {
    padding:1rem 0 1.5rem;
    position: relative;
    background: url(../images/hua.png) no-repeat left bottom;
}
.in-pro h2{
    color:#333;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    background: url(../images/list1.png) no-repeat;
    padding-left:35px;
}
.in-pro .intro{
    color:#666;
    font-size: 16px;
    margin:1.5vw 0 4.5vw;
    line-height: 1.875;
}
.pro-left{
    width: 31%;
    padding-top: 9px;
}
.hot-search .tit{
  color:#333;
  font-size: 20px;
  line-height: 2;
}
.pro-cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 340px;
    padding-top: 0.35rem;
}
.pro-cate li{
    width: calc(50% - 10px);
    text-align: center;
    margin-bottom: 0.2rem;
}
.pro-cate li a{
    display: block;
    padding:0 5px;
    color:#666;
    font-size: 16px;
    line-height: 2.75;
    border: 1px solid #eee;
    border-top-right-radius: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pro-cate li a:hover{
    background: #b71b2b;
    border-color: #b71b2b;
    color:#fff;
}
.pro-list{
    position: absolute;
    right:0;
    top:1rem;
    width:60%;
}
.pro-list .pro-item{
    position: relative;
}
.pro-list .pro-item a{
    display: block;
    position: relative;
    padding-top:4.63rem;
}
.pro-list .pro-item a:after{
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    height: 50%;
    content:"";
    background-image: -webkit-gradient(linear, bottom left, bottom right, from(rgba(0, 0, 0, 0.54)), to(transparent));
   background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.54), transparent);
   background-image: linear-gradient(to top, rgba(0, 0, 0, 0.54), transparent);
   z-index: 1;
}
.pro-list .owl-carousel .owl-item img{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    transition: all 0.5s;
}

.pro-list h3{
    position: absolute;
    width: 100%;
    color:#fff;
    font-size: 24px;
    line-height: 2;
    left:0;
    bottom:0.4rem;
    font-weight: normal;
    padding:0 0.3rem;
    z-index: 9;
    transition: all 0.3s;
}
.pro-list h3:after{
    position: absolute;
    width: 20px;
    height: 20px;
    right:0.3rem;
    top:50%;
    margin-top:-10px;
    content:"";
    background: url(../images/more1.png) no-repeat center;
}
.pro-list .tit{
    position: absolute;
    width: 100%;
    background:#b71b2b;
    color:#fff;

    left:0;
    bottom:-185px;
    padding: 20px 0.3rem 30px;
    transition: all 0.5s;

}
.pro-list .tit .s-tit{
   font-size: 24px;
   line-height: 1.5;
   text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pro-list .tit .s-intro{
   font-size: 14px;
   line-height:23px;
   margin:10px 0 25px;
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pro-list .tit span{
    display: inline-block;
    width:21px;
    height: 6px;
    background: url(../images/list3.png) no-repeat;
    vertical-align: top;
}
@media(min-width: 992px){
    .pro-list .owl-carousel .owl-item:hover img{
        margin-top:-185px;
    }
    .pro-list .owl-carousel .owl-item:hover .tit{
        bottom: 0;
    }
    .pro-list .owl-carousel .owl-item:hover h3{
        opacity: 0;
        bottom:1rem;
    }
    .pro-list  .owl-item:hover .pro-item a:after{
        background: none;
    }
}
/*行业解决方案*/
.apply {
    position: relative;
    padding:3.5vh  0;
}
.apply-text{
    width: 372px;
    position: relative;
    z-index: 9;
    padding-top: 0.65rem;
}
.apply-text h2{
    color:#fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 2;
}
.apply-text .intro{
    color:#fff;
    font-size: 24px;
    line-height: 2;
}
.apply-text .more {
    margin-top:0.45rem;
}
.apply-text .more a{
    color:#fff;
    font-size: 16px;
    line-height: 2;
}

.apply-text .more span{
    padding-left:15px;
    transition:all 0.3s;
}
.apply-text .more a:hover span{
  padding-left:20px;
}
.apply .bd{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left:0;
    top:0;
    z-index: 1;
}
.apply .bd li{
    position: absolute;
     width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.apply .hd{
    width: 33.5%;
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
}
.apply .hd li{
    cursor: pointer;
    width: 50%;
    height: 2.38rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0.2rem 0 0.5rem;
    border: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.apply .hd li:nth-child(2) {
    border-bottom-color: transparent;

}
.apply .hd li:nth-child(4) {
   border-left-color: transparent;
}
.apply .hd li:nth-child(5) {
    border-top-color: transparent;
}
.apply .hd li:hover{
    background:#b71b2b;
    border-color: #b71b2b;
}
.apply .hd .sp{
    width: 50%;
    opacity: 0;
    height: 2.38rem;
}
.apply .hd li h3{
    color:#fff;
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
    padding-top: 0.1rem;
}
/*关于华恒*/
.in-about{
    background: url(../images/abg.jpg) repeat;
    padding:0.7rem 0 0.65rem;
    position: relative;
    overflow: hidden;
}
.com-img{
    position: absolute;
    right:0;
    top:0;
    width: 51.3%;
    height: 100%;
    z-index: 1;
}
.com-img .owl-carousel{

    height: 100%;
}
.com-img .owl-carousel .owl-stage-outer{
    height: 100%;
}
.com-img .owl-carousel .owl-stage{
    height: 100%;
}
.com-img  .owl-carousel .owl-item{
    height: 100%;
}
.com-img  .owl-carousel .com-item{
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.about-left{
    width:67.5%;
    position: relative;
    z-index: 9;
}
.in-about .tit{
    position: relative;
    padding-left:28px;
}
.in-about .tit:before{
    width: 8px;
    height: 80px;
    position: absolute;
    content: "";
    left:0;
    bottom:3px;
    background: #b71c2c;
}
.in-about h2{
    color:#000;
    font-size: 40px;
    line-height: 1.4;
}
.in-about .tit p{
    color:#333;
    font-size: 26px;
    line-height: 1.5;
}
.in-about .intro{
    color:#666;
    font-size: 18px;
    line-height: 1.88;
    padding-right: 17%;
    margin:0.3rem 0 0.65rem;

}
.in-about .more{
   font-size: 0;
}
.in-about .more a{
    display: inline-block;
    width: 212px;
    font-size: 16px;
    line-height: 3.375;
    border:1px solid #b71b2b;
    border-radius:10px;
    vertical-align: top;
}
.in-about .more .m1{
    color:#fff;
    padding-left:50px;
    background: url(../images/list2.png) no-repeat 142px 50% #b71b2b;
    transition:all 0.3s;
}

.in-about .more .m1:hover{
    background: url(../images/list2.png) no-repeat 152px 50% #b71b2b;
}
.in-about .more .m2{
    color:#b71b2b;
    padding-left:88px;
    background: url(../images/vr.png) no-repeat 40px 50%;
    margin-left:28px;
}
.in-about .more .m2:hover{
   background: url(../images/vr2.png) no-repeat 40px 50% #b71b2b;
   color:#fff;

}
.num-list{
    background: #fff;
    display: flex;
    justify-content:space-around;
    padding:0.3rem 0 0.4rem;
    margin-top:0.7rem;
    box-shadow: 0 0 20px rgba(0,0,0,.06);
}
.num-list li{
    text-align: center;
}
.num-list li span{
   color:#666;
   font-size: 18px;
   line-height: 1;
}
.num-list li .timer{
    color:#333;
    font-size: 72px;
    font-family: arial;
    font-weight: bold;
    padding-right: 5px;
}
.num-list li p{
    display: inline-block;
    color:#666;
   font-size: 14px;
   vertical-align: top;
   background: url(../images/more2.png) no-repeat right center;
   padding-right: 28px;
   margin-top:0.15rem;
}
/*华恒资讯*/
.news{
    padding:0.7rem  0 1rem;
}
.news h2{
    color:#000;
    font-size: 40px;
    text-align: center;
    line-height: 2;
}
.news-list{
    margin-top: 0.55rem;
}

.news-list .news-item .img{
    overflow: hidden;
    height: 185px;
    position: relative;
}
.news-list .news-item .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news-list .news-item:hover .img img{
     -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-list .text{
    background: #f8f8f8;
    padding:0.3rem 0.3rem 0.4rem;
    position: relative;
}
.news-list .text:after{
    position: absolute;
    content: "";
    left:0;
    bottom:0;
    height: 5px;
    width: 0;
    background: #b71b2b;
    transition:all 0.5s;
}
.news-list .text .time{
    color:#666;
    font-size: 14px;
    line-height: 1.5;
}
.news-list .text h3{
    color:#333;
    font-size: 20px;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-list .text .intro{
    color:#888;
    font-size: 15px;
    line-height: 1.73;
    margin-top:0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .text .more{
    font-size: 0;
    margin-top:0.35rem;
}
.news-list .text .more span{
    color:#666;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
    background: url(../images/more3.png) no-repeat right center;
    padding-right:26px;
}
.news-list .news-item:hover .text h3{
    color:#b71b2b;
}
.news-list .news-item:hover .text .more span{
    color:#b71b2b;
    background: url(../images/more4.png) no-repeat right center;
}
.news-list .news-item:hover .text:after{
    width: 100%;
}
/*广告条幅*/
.ads{
    background: url(../images/conc.jpg) no-repeat center center;

    text-align: center;
    padding:1rem 0 1.1rem;
    position: relative;
}
.ads .bgimg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
  z-index:1;
}
.ads:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left:0;
    top:0;
    background: rgba(0,23,43,.5);
    z-index: 2;
}
.ads .container{
    position: relative;
    z-index: 9;
}
.ads .tit{
    color:#fff;
    font-size: 34px;
    line-height: 1;
}
.ads .tit b{
    font-weight: normal;
}
.ads .hotline{
    color:#fff;
    font-size: 0;
    margin-top:0.48rem;

}
.ads .hotline span{
    display: inline-block;
    vertical-align: top;
    background: url(../images/tel2.png) no-repeat left center;
    padding-left:58px;
    font-size: 40px;
    line-height: 1;
    font-family: arial;
}








/*主体样式*/

#container {
    max-width: 1200px;
    margin: 5px auto 10px;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}



/*热门搜索*/

#header #formsearch {
    float: left;
    position: relative;
}

#header #formsearch input {
    height: 22px;
    background: none;
    border: none;
    line-height: 22px;
}

#header #formsearch input#keyword {
    height: 52px;
    line-height: 52px;
    color: #fff;
    width: 200px;
    font-size: 15px;
    text-indent: 20px;
}

#header #formsearch input#s_btn {
    width: 71px;
    height: 52px;
    line-height: 71px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: -5px;
    position: absolute;
    top: 0;
    right: -71px;
}



.search1 {
    width: 71px;
    height: 52px;
    position: relative;
}









/*页面底部*/

.foot {

    position: relative;
}
.foot .bgimg{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background-size: cover !important;
   z-index: 1;
}
.foot:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content:"";
    left:0;
    top:0;
    background: rgba(45,46,47,.95);
    z-index: 2;
}
.foot .container{
    position: relative;
    z-index: 9;
}
.shares .bshare-custom.icon-medium a{
    width: 35px;
    height: 30px;
    padding:0;
    margin-left:20px;
    opacity: 0.4;
}
.shares .bshare-custom.icon-medium a:hover{
    opacity: 0.7;
}
.shares .bshare-custom.icon-medium .bshare-sinaminiblog{
    background: url(../images/s1.png) no-repeat 50% 50%;
}
.shares .bshare-custom.icon-medium .bshare-weixin{
    background: url(../images/s2.png) no-repeat 50% 50%;more-style-addthis
}
.shares .bshare-custom.icon-medium .bshare-qqim{
    background: url(../images/s3.png) no-repeat 50% 50%;
}
.shares .bshare-custom.icon-medium .bshare-more.more-style-addthis{
    background: url(../images/s4.png) no-repeat 50% 50%;
}
.foot-up{
    display: flex;
    align-items: center;
    justify-content:space-between;
    border-bottom: 1px solid rgba(153,153,153,.2);
    padding:4vh 0;
}
.foot-mid{
    padding:5vh 0 7vh;
}
.f-nav{
    width: 66%;
}
.f-nav li{
    width: 20%;
    float: left;
}
.f-nav li > a{
    color:#fff;
    font-size: 18px;
    font-weight: bold;
}
.f-nav li .sec{
    margin-top:1.5vh;
}
.f-nav li .sec a{
    display: block;
    color:#fff;
    font-size: 14px;
    color:rgba(255,255,255,.5);
    line-height: 2.14;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.f-nav li .sec a:hover{
    color:rgba(255,255,255,.8);
}
.f-nav li .sec a.more{
    margin-top:2.5vh;
}
.f-contact{
    width: 26%;

}
.f-ewm{
    display: flex;
    justify-content: space-between;
}
.f-ewm li{
    width:110px;
    text-align: center;
}
.f-ewm li h3{
    color:rgba(255,255,255,.5);
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    margin-top:2vh;
}
.f-num {
    text-align: center;
    margin-top:2.5vh;
}
.f-num .tit{
    font-size: 13px;
    color:#999;
    line-height: 1.5;
}
.f-num .num{
    font-size: 30px;
    color:#fff;
    font-weight:bold;
    font-family: arial;
    line-height: 1.5;
}
.foot-c{
    background: #222;
    color:#999;
    font-size: 14px;
    line-height: 1.5;
     padding:3vh 0;
}
.foot-c a{
    color:#999;

}
.foot-c a:hover{
    color:rgba(255,255,255,.8);
}

.zhuyin{
    padding:0 0 0 5px;

}
.f_link{
    position: relative;
    cursor: pointer;

}
.f_link .con{
    position: absolute;
    width: 150px;
    left:-20px;
    bottom:100%;
    background: rgba(0,0,0,.7);
    z-index: 9;
    padding:10px 0;
    display: none;
}
.f_link .con a{
    display: block;
    color:rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 28px;
    padding:0 20px;
}
.f_link .con a:hover{
    color:#fff;
}
.f_link .con a + a{
    border-top:1px solid rgba(255,255,255,.1);
}




#nav-fiexd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(248, 238, 238, 0.9);
}

#nav-fiexd.navbar-default {
    background: #fff;
    border:none;
    margin:0;
}

#nav-fiexd a.navbar-brand {
    display: block;
    padding: 0 0 0 15px;
    height: 60px;
    line-height: 60px;
}

#nav-fiexd a.navbar-brand img {
    width: 180px;
    height: auto;

}

.swiper-container .swiper-slide a {
    display: block;
    width: 100%;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}

.navbar-nav li {
    width: 100% !important;
    border-bottom: 1px solid #eee;
    text-indent: 20px;
    text-align: left;
    background: none;
}

.navbar-header {
    background: #b71b2b;
}

.navbar-nav li a {
    display: block;
    line-height: 50px;
}

.ht50 {
    height: 50px;
}

.ht10 {
    height: 50px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
    display: none;
}

.n_banner {

    position: relative;

}
.n_banner > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.n_banner .p-banner {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
}

.p-banner .owl-carousel,.p-banner .owl-stage-outer,.p-banner .owl-stage,.p-banner .owl-item{
  height: 100%;
}
.p-banner .owl-carousel .owl-item img{
  /*position: absolute;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 3.5%;
}

.p-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 10px;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}



.p-banner .owl-carousel .owl-dots button.owl-dot.active {
    background:#b71b2b;
}
.n_banner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:50%;
    margin-top:-66px;
}
.n_banner h3{
    color:#fff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: bold;
}
.n_banner .intro{
    color:#fff;
    font-size: 20px;
    line-height: 1.5;
}
.site{
    position: absolute;
    width: 100%;
    left:0;
    bottom:-35px;
    overflow: hidden;
    padding-bottom: 35px;

}
.site .container{
    position: relative;
}
.p-site{
    width: 334px;
    background: rgba(187,27,43,.8);
    text-align: right;
    color:#fff;
    position: relative;
}
.p-site:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 56px solid rgba(187,27,43,.8);
    border-left:21px solid transparent;
    left:-21px;
    top:0;

}
.p-site:after{
    position: absolute;
    width: 300%;
    height: 100%;
    content: "";
    left:100%;
    top:0;
    background: rgba(187,27,43,.8);
}
.p-site a {
    color:#fff;
    font-size: 14px;
    line-height: 56px;
}
.p-site a.home{
    background: url(../images/home.png) no-repeat 0 50%;
    padding-left:35px;
}
ul{
    margin:0;
}
.menu-sort{
    position: absolute;
    width: calc(100% - 400px);
    left:0;
    top:15px;
    display: flex;
    background: #333;
}
.menu-sort:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 74px solid #333;
    border-right: 28px solid transparent;
    right:-28px;
    top:0;

}
.menu-sort:after{
    position: absolute;
    width: 300%;
    height: 100%;
    content: "";
    right:100%;
    top:0;
    background: #333;
}
.menu-sort li{
    padding:0 1.75vw;
    line-height: 74px;
    position: relative;
}
.menu-sort li:after{
    position: absolute;
    width: 0;
    height: 5px;
    content: "";
    background: #b71b2b;
    top:0;
    left:50%;
    transition:all 0.7s;
}
.menu-sort li:hover:after{
  width: 130px;
  margin-left:-65px;
}
.menu-sort li a{
    display: block;
    color:#fff;
    font-size: 16px;
}
.menu-sort li:hover a{
    color:rgba(255,255,255,.8);
}
.m55 {
    width: 74%;
    margin: 0 auto;
}

.left {
    width: 19.6%;
    float: left;
    padding-top: 22px;
}

.right {

    padding: 6vh 0 7vh;
}

.left h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 56px;
    color: #fff;
    padding-left: 23px;
    background: #ac1e2e;
}

.left .box {
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.n_contact .content {
    line-height: 30px;
    background: #fcfbf9;
}

.n_contact .content p {
    padding: 0px 10px;
}

.sitemp {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #d2d2d2;
}

.sitemp h2 {
    font-size: 18px;
    color: #000;
    float: left;
    line-height: 40px;
    text-indent: 15px;
    background: url(../images/h2bj1.png) no-repeat 0px 9px;
}





.right .content img {
    width: 100%!important;
    height: auto !important;
}

.bb li p {
    position: absolute;
    color: #fff;
}

.bb .e1 {
    top: 25%;
    width: 100%;
    text-align: center;
    font-size: 50px;
}

.bb .e2 {
    top: 45%;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: normal;
}

.bb .e3 {
    top: 65%;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    background: url(../images/1.png) no-repeat center center;
    line-height: 45px;
}

.e3 a {
    color: #fff;
}

.disnone {
    display: none;
}

.site1 {
    float: left !important;
}

.left .box1 {
    background: #3b3b3b;
    padding-bottom: 70px;
}

.sort1 li {
    line-height: 60px;
    border-bottom: 1px solid #606060;
}

.sort1 li a {
    font-size: 16px;
    color: #fff;
    text-indent: 30px;
    display: block;
}

.sort1 li:last-child {
    border-bottom: 0px;
}

.sort1 .layer2 li {
    line-height: 40px;
    border-bottom: none;
}

.sort1 .layer2 li a {
    font-size: 15px;
    color: #ababab;
    display: block;
    text-indent: 45px;
    background: url(../images/lay2.png) no-repeat 25px;
}
.sort1 .layer2 li a:hover{
    color:#fff;
}
.case-page{
    padding:5vh 0;
}
.neibt {
    font-size: 24px;
    font-weight: normal;
    position: relative;
}
.neibt a.goback{
  position: absolute;
  right:0;
  top:50%;
  margin-top:-12px;
  color:#999;
  font-size: 12px;
  line-height: 2;
  background: url(../images/goback.png) no-repeat 100% 35%;
  padding-right: 25px;
}
.neibt a.goback:hover{
  color:#b71b2b;
  background: url(../images/gobackh.png) no-repeat 100% 35%;
}
.img_hd{
    margin:3vh 0;
}
.img_hd .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(37, 37, 37, 0.6) !important;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  outline: none;
  border: none;
}

.img_hd .owl-nav button .icon-font {
  width: 100%;
  height: 100%;
  display: block;
}

.img_hd .owl-nav button .icon-left-arrow:after {
  background-position: 1px -509px;
}

.img_hd .owl-nav button .icon-right-arrow:after {
  background-position: -27px -240px;
}

.img_hd .owl-prev {
  left: 0;
}

.img_hd .owl-prev:after {
  background-position: 0 0;
}

.img_hd .owl-next {
  right: 0;
}

.img_hd:hover .owl-nav button {
  opacity: 1;
}
@media(max-width: 767px){
    .case-page{
        padding:3vh 0 5vh;
    }
    .img_hd{
        margin:2vh 0;
    }
    .neibt{
      text-align: left !important;
    }
}
.tel0 {
    width: 450px;
    float: left;
    height: 58px;
    background: url(../images/tel0.png) no-repeat 15px #ac1e2e;
    color: #fff;
    line-height: 58px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    text-indent: 70px;
    margin-top: 25px;
}
.tel0:last-child{
    float: right
}


@media(max-width:992px){
    .tel0{
        float:none;
        width: 100%;
    }
}

@media(max-width:768px){
    .tel0{
        font-size: 18px;

    }
}

@media(max-width:768px){
    .tel0{
        font-size: 14px;
        background: url(../images/tel0.png) no-repeat 0px #ac1e2e;
            text-indent: 40px;
    }
}

.lianxi-list li {
    margin-bottom: 15px;
}

.lianxi-list li:first-child {
    margin-top: 20px;
}

.lianxi-list li .gaop {
    line-height: 45px;
    width: 100%;
    background: url(../images/gaop.png) no-repeat 20px #f4f4f4;
    border: 1px solid #dddddd;
    font-size: 16px;
    text-indent: 50px;
    color: #000;
    cursor: pointer;
}

.lianxi-list li .gaop span {
    float: right;
    font-size: 14px;
    margin-right: 30px;
    color: #666;
}

.lianxi-list li .contentlx {
    min-height: 130px;
    border: 1px solid #dddddd;
    border-top: none;
    display: none;
}

.lianxi-list li .contentlx p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-indent: 50px;
}

.lianxi-list li .contentlx p:first-child {
    padding-top: 20px;
}

.lianxi-list li .contentlx p span {
    min-width: 362px;
    display: block;
    float: left;
}

.mafan {
    line-height: 48px;
    background: #ac1e2e;
    width: 100%;
}

.mafan span {
    display: block;
    background: url(../images/hn1.png) no-repeat 70px #000;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    float: left;
    border-right: 1px solid #fff;
    width: 100px;
    font-size: 16px;
}

.mafan a {
    display: block;
    width: 10%;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.mafan .a1 {
    margin-left: 50px;
}

.mafan .a3 {
    width: 30%;
}

.lianxi-list1 {
    display: none;
}

.lianxi-list1 li {
    margin-bottom: 15px;
}

.lianxi-list1 li .gaop1 {
    line-height: 45px;
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.lianxi-list1 li .gaop1 span {
    width: 10%;
    float: left;
    display: block;
}

.lianxi-list1 li .gaop1 span:last-child {
    width: 30%;
}

.lianxi-list1 li .gaop1 span:first-child {
    margin-left: 147px;
}

.lianxi-list1 li .contentlx1 {
    min-height: 130px;
    border: 1px solid #dddddd;
    border-top: none;
    display: none;
}

.lianxi-list1 li .contentlx1 p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-left: 147px;
}

.lianxi-list1 li .contentlx1 p:first-child {
    padding-top: 20px;
}

.bansc {
    margin-bottom: 15px;
    cursor: pointer;
}

.download-hide {
    display: none;
}

.yue2>a {
    background: #666;
}

.yue1>a {
    box-shadow: 0px 2px 8px rgba(255, 255, 255, 0.5) inset;
    color:#fff !important;
}
#LXB_CONTAINER .lxb-container-1001-2{
    top: 500px !important;
}
.navright1,.navleft1{
    display: block !important;
}
/*产品中心*/
.p-pro-cate{
    background: #f5f5f5;
    padding:6vh 0;
}
.pro-cate-list{
    display: flex;
}
.pro-cate-list li{
    width:12.5%;
    background: #fff;
    text-align: center;
    padding:2vw 0;
}
.pro-cate-list li + li{
    border-left:1px solid #f5f5f5;
}
.pro-cate-list li .img{
    height: 65px;
    overflow: hidden;
}
.pro-cate-list li img{
    position: relative;
    top:0;
}
.pro-cate-list li h3{
    color:#333;
    font-size: 16px;
    line-height: 2;
    margin-top:15px;
    padding:0 5px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pro-cate-list li.on{
    background: #b71b2b;
}
.pro-cate-list li.on h3{
    color:#fff;
}
.pro-cate-list li.on img{
    top: -65px;
    transition: all 0.3s;
}
.cate-fl .cate-name{
    border-bottom: 1px solid #eee;
    padding: 2.5vw 0 2vw;
    position: relative;
}
.cate-fl .cate-name a{
    color:#333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}
.cate-fl .cate-name a.more{
    position: absolute;
    right:0;
    bottom:2vw;
    color: #666;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
}
.cate-fl .cate-name a.more span{
    font-family: "宋体";
    padding-left:10px;
}
.cate-fl .cate-name a.more:hover{
    color:#b71b2b;
}
.cate-sec{
  display: flex;
  flex-wrap:wrap;
  border-bottom: 1px solid #eee;
}
.cate-sec li{
  padding: 2.6vh 0;
  padding-right: 4.6vh;

}
.cate-sec li a{
  display:block;
  color:#333;
  font-size: 15px;
  line-height: 2.5;
}
.cate-sec li:hover a{
  color:#b71b2b;
}
.cate-sec li.on a{
  color:#b71b2b;
}
.sec-pro{
  font-size: 0;
  margin-left:-18px;
  margin-right: -18px;
  padding: 6vh 0;
}
.sec-pro li{
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 36px);
    text-align: center;
    margin:0 18px 20px;
}

.sec-pro li a{
    display: block;
    border:1px solid #eee;
}
.sec-pro li .img{
    overflow: hidden;
    background: #fff;
    position: relative;
    height: 218px;
}
.sec-pro li img{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sec-pro li:hover img{
    webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-pro li:hover a{
    border-color:#b71b2b;
}
.sec-pro li h3{
    color:#333;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    padding:1vw 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
}
.sec-pro li:hover h3{
  background: #b71b2b;
  color:#fff;
}
.po-cate-box{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;

}
.po-cate-box .container{
  height: 100%;
}
.po-cate{
   width:240px;
   background: rgba(0,0,0,.5);
   padding:1.25vw 0 2.25vw;
  height: 100%;
   z-index: 99;
   position: relative;
   display: flex;
   flex-direction:column;
}
.po-cate > li{
    height: 12.5%;
    display: flex;
    align-items:center;
     border-bottom: 1px solid rgba(255,255,255,.08);
}
.po-cate li a{
  display: block;
  color: #fff;
  font-size: 16px;
  padding-left:28px;
  width: 100%;

  position: relative;
}
.po-cate li a:after{
  position: absolute;
  width: 7px;
  height: 13px;
  background: url(../images/list4.png) no-repeat;
  content: "";
  right:30px;
  top:50%;
  margin-top:-6.5px;
  opacity: 0.5;
  transition:all 0.3s;
}
.po-cate li a:hover:after{
  right: 20px;
  opacity: 1;
}
.po-cate .xypg-left-subnav{
  position: absolute;
  width: 230px;
  height: 100%;
  background: #f7f7f7;
  left:calc(100% + 20px);
  top:0;
  padding-top: 30px;
  display: none;
  transition:all 1s;

}
.po-cate > li:hover .xypg-left-subnav{
  display: block;
  left:100%;

}
.po-cate > li:hover{
  background: #b71b2b;
}
.po-cate .xypg-left-subnav li{
  padding:0 25px;
}
.po-cate .xypg-left-subnav li a{
  color:#999;
  font-size: 14px;
  line-height: 2.5;
  position: relative;
  padding-left:18px;
}
.po-cate .xypg-left-subnav li a:after{
  position: absolute;
  width: 4px;
  height: 4px;
  content:"";
  left:0;
  top:50%;
  margin-top:-2px;
  background: #d2d2d2;

}
.po-cate .xypg-left-subnav li a:hover{
  color:#b71b2b;
}
.po-cate .xypg-left-subnav li a:hover:after{
  background: #b71b2b;
}
.re-probox{
  padding:5.5vh 0 5.5vh;
}
.re-probox .container{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.re-probox .container:before,.re-probox .container:after{
  display: none;
}
.re-top-pro{
  width:47.9%;
  background: #f7f7f7;
  padding:4.5vh 0 4vh;
}
.re-top-pro li{
  text-align: center;
}
.re-top-pro li a{
  display: block;
}
.re-top-pro li .en{
  color:#b71b2b;
  font-size: 24px;
  line-height: 1.5;
  font-family: arial;
}
.re-top-pro li h3{
  color:#333;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 1.8vh;
}
.re-top-pro li span{
  color:#666;
  font-size: 16px;
  line-height: 1.5;
}
.re-top-pro li .img{
  margin-top:2vh;
  overflow: hidden;
  padding:0 5%;
}
.re-top-pro li img{
  max-width: 100%;
  height: auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.re-top-pro li:hover img{
  webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.re-top-pro li:hover span{
  color:#b71b2b;
}
.re-hot-pro{
  width: 50.3%;
   display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
   align-content:space-between;
}
.re-hot-pro li {
  width: 48.5%;
  background: #f7f7f7;
  padding:3vh 0.6vw 2.6vh 1.5vw;
}
.re-hot-pro li a{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}
.re-hot-pro li .text{
  width: 37.5%;
}
.re-hot-pro li h3{
  color:#333;
  font-size: 20px;
  line-height: 1.3;
}
.re-hot-pro li .en{
  color:#999;
  font-size: 14px;
  line-height: 2;
  margin-top:0.5vw;
}
.re-hot-pro li .text span{
  display: inline-block;
  color:#666;
  font-size: 12px;
  width: 92px;
  line-height: 28px;
  border:1px solid #666;
  text-align: center;
  margin-top:2.25vw;
  position: relative;
  transition:all 0.3s;
}
.re-hot-pro li .text span b{
  font-weight: normal;
  position: relative;
  z-index: 9;
}
.re-hot-pro li .text span:after{
  position: absolute;
  left:-1px;
  top:-1px;
  width: 0;
  height: calc(100% + 2px);
  content: "";
  background: #b71b2b;
  z-index: 1;
  transition:all 0.3s;
}
.re-hot-pro li:hover .text span:after{
  width: calc(100% + 2px);
}
.re-hot-pro li:hover .text span{
  color:#fff;
}
.re-hot-pro li .img{
  width: 62.5%;
}
.re-hot-pro li img{
  max-width: 100%;
  height: auto;
}
.re-hot-pro li:hover h3{
  color:#b71b2b;
}
.page-pro{
  padding:0 4px;

}
.page-pro .owl-carousel .owl-nav .owl-prev {
  left: 15px;
  background: url(../images/pre4.png) no-repeat center rgba(255,255,255,.3);

}

.page-pro .owl-carousel .owl-nav .owl-next {
  right: 15px;
  background: url(../images/next4.png) no-repeat center rgba(255,255,255,.3);
}

.page-pro .owl-carousel .owl-nav button.owl-prev,
.page-pro .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 25%;
  z-index: 9999;

  height: 70px;
  width: 70px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.page-pro .owl-carousel .owl-nav button.owl-prev:hover,
.page-pro .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #b71b2b;
}

.page-pro .owl-carousel .owl-nav .icon-font {
  display: none;
}
.page-pro .item{
  padding:0 4px;
}
.page-pro .item a{
  display: block;
}
.page-pro .item .img{
  overflow: hidden;
}
.page-pro  .item img{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.page-pro .item:hover img{
  webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-pro .text{
  background: #434343;
  padding:3vh 2vw 3.5vh;
}
.page-pro .text h3{
  margin-bottom:20px;
}
.page-pro .text h3 a{
  display: block;
  color:#fff;
  font-size: 36px;
  line-height: 1.5;
}
.page-pro .text h3 a:hover{
  color:rgba(255,255,255,.85);
}
.page-pro .xypg-left-subnav{
  font-size: 0;

  height:92px;
  overflow: hidden;
}
.page-pro .xypg-left-subnav li{
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  vertical-align: top;
  border:1px solid rgba(255,255,255,.5);
  padding:0 15px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.page-pro .xypg-left-subnav li a{
  color:#fff;
}
.page-pro .xypg-left-subnav li a:hover{
  color:rgba(255,255,255,.7);
}
.page-pro .owl-item:nth-child(2n) .text{
   background: #b71b2b;
}
.po-re-box{
  padding:6vh 0 6.5vh;
  margin-left:-10px;
  margin-right: -10px;

}

.po-re-box .item{
  padding:0 10px;
}
.po-re-box .item a{
  display: block;

}
.po-re-box .item .img{
  border:1px solid #f0f0f4;
  overflow: hidden;
  text-align: center;
}
.po-re-box .owl-carousel .item img{
  max-width: 100%;
  width: auto;
  display: inline-block;
   -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.po-re-box .item:hover img{

  webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.po-re-box .item h3{
  background: #f0f0f4;
  color:#333;
  font-size: 18px;
  line-height: 4.66;
  text-align: center;
  padding:0 10px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.po-re-box .item:hover h3{
  background: #b71b2b;
  color:#fff;
}
.po-case{

  padding:5.5vh 0 9vh;
  position: relative;
}
.po-case .bgimg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.po-case h2{
  color:#fff;
  font-size: 32px;
  line-height: 50px;
  position: relative;
}
.po-case  a.more{
  position: absolute;
  right:0;
  top:0;
  color:#fff;
  font-size: 16px;
  line-height: 50px;
  background: url(../images/more9.png) no-repeat 100% 50%;
  padding-right:26px;
  font-weight: normal;
}
.po-case  a.more:hover{
  color:rgba(255,255,255,.7);
}
.po-case-box{
  margin-left:-15px;
  margin-right: -15px;
  margin-top:4vh;
}
.po-case-box .item{
  padding:0 15px;
}
.po-case-box .item .img{
  overflow: hidden;
  height: 252px;
  position: relative;
}
.po-case-box .item  img{
  position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.po-case-box .item:hover img{
  webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.po-case-box h3{
  background: #fff;
  text-align: center;
  color:#555;
  font-size: 16px;
  line-height: 4.125;
  font-weight: normal;
}
.po-case-box .item:hover h3{
  background: #b71b2b;
  color:#fff;
}
@media(max-width: 1498px){
  .re-top-pro li h3{
    font-size: 26px;
  }
  .re-hot-pro li h3{
    font-size: 18px;
  }
  .page-pro .text h3 a{
    font-size: 28px;
  }
}
@media(max-width: 1199px){
   .re-top-pro{
     width:100%;
     margin-bottom: 20px;
   }
   .re-hot-pro{
    width: 100%;
   }
   .re-hot-pro li{
     margin-bottom: 20px;
     padding: 3vh 20px 3vh 5%;
   }
   .re-hot-pro li .text{
    width: 50%;
   }
   .re-hot-pro li .img{
    width: 50%;
   }
}
@media(max-width: 991px){
  .b-po-cate .container{
    display: none;
  }
  .b-po-cate img{
    position: static;
  }
}
@media(max-width: 767px){
  .re-probox{
    padding:4vh 0 2vh;
  }
  .re-top-pro,.re-hot-pro li{
    margin-bottom: 15px;
  }
  .re-top-pro li .en{
    font-size: 20px;
  }
  .re-top-pro li h3{
    font-size:22px;
  }
  .re-top-pro li span{
    font-size: 14px;
  }
  .re-hot-pro li{
    width: 100%;
  }
  .page-pro .text{
    padding:30px 20px;
  }
  .page-pro .text h3 a{
    font-size: 22px;
  }
  .page-pro .owl-carousel .owl-nav button.owl-prev, .page-pro .owl-carousel .owl-nav button.owl-next{
    width: 50px;
    height: 50px;
  }
  .po-re-box{
    padding:4vh 0;
    margin-left: -6px;
    margin-right: -6px;
  }
  .po-re-box .item{
    padding:0 6px;
  }
  .po-re-box .item h3{
    font-size: 14px;
  }
  .po-case{
    padding:4vh 0;
  }
  .po-case h2{
    font-size: 22px;
  }
  .po-case a.more{
    font-size: 14px;
    padding-right: 16px;
  }
  .po-case-box {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 2vh;
  }
  .po-case-box .item {
      padding: 0 6px;
  }
  .page-pro .xypg-left-subnav{
      height:84px;
  }

}

/*产品列表*/
.page-probox{
   background: #f5f5f5;
   margin-top:4vh;
}
/*联系我们*/
.page-wrap{
    padding:6vh 0 0;
}
.c-tit {
    text-align: center;
}
.c-tit h2{
   color:#333;
   font-size: 36px;
   line-height: 2;
}
.c-tit .intro{
   color:#666;
   font-size: 18px;
   line-height:2;
}
.page-con .con{
    display: flex;
    justify-content:space-between;
    margin-top:7vh;
}
.page-con .map{
    width: 65.2%;
}
.page-con .map img{
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.page-con .head-qua{
    width: 33.8%;
    background: #f2f2f2;
}
.head-qua{
    padding:2.5vw 3% 0 2%;
}
.qua-tit{
    color:#333;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
}
.qua-line{
    color:#b71b2b;
    font-size: 16px;
    line-height: 32px;
    margin:1.25vw 0;
}
.qua-line b{
    font-size: 18px;
}
.qua-intro{
    color:#666;
    font-size: 16px;
    line-height: 2;
}
.qua-ewm{
    margin-top:5vh;
    padding-top: 3vh;
    border-top:1px dashed #ddd;
}
.ewm-box{
    width: 125px;
    text-align: center;
    color:#888;
    font-size: 14px;
    line-height: 2;
}
.ewm-box img{
    margin-bottom: 10px;
}
.groups{
    margin-top:7.5vh;
}
.groups ul{
    display: flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.groups ul li{
    width: 32.2%;
    background: #f2f2f2;
    height: 296px;
    margin-bottom: 30px;
    padding:40px 30px 20px;

}

.groups ul li:nth-child(3n - 1){
    margin-left: 1.65%;
    margin-right: 1.65%;
}

.groups .tit{
    color:#333;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    position: relative;
    padding-bottom: 20px;
}
.groups .tit:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    background: #b71b2b;
}
.groups .intro{
    color:#666;
    font-size: 16px;
    line-height: 2;
    margin-top:3.3vh;
}
.groups ul li:hover{
    background: #b71b2b;
    box-shadow: 0 0 5px rgba(183,27,43,.5);
}
.groups ul li:hover .tit{
    color:#fff;
}
.groups ul li:hover .tit:after{
    background: #fff;
}
.groups ul li:hover .intro{
    color:#fff;
}
.page-mess{
    background: #f2f2f2;
    padding:6.5vh 0 10vh;
    margin-top: 7vh;
}
.message {
   padding-top:6vh;
}
.from-box{
    margin-bottom: 32px;
}
.from-box input{
    width: 100%;
    border:1px solid #dbdbdb;
    line-height: 62px;
    padding-left:20px;
    font-size: 16px;
    outline: none;
}
.from-box textarea{
    width:100%;
    border:1px solid #dbdbdb;
    padding:30px 20px;
    height: 226px;
    outline: none;
}
#code a{
    color:#999;
    font-size: 16px;
    line-height: 64px;
    padding-left:1.5vw;
}
#code #checkCodeImg{
    margin-left:1.2vw;
}
.from-box input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}
.from-box textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}
.from-box #checkcode{
    width: 60%;
}
.from-box .mes-btn{
    font-size: 0;
    text-align: right;
}
.from-box .msgbtn{
    display: inline-block;
    vertical-align: top;
    width: 40.8%;
    background: #b71b2b;
    line-height: 64px;
    color:#fff;
    font-size: 16px;
    padding:0;
    border-radius: 5px;
}
.from-box .rebtn{
    vertical-align: top;
    display: inline-block;
    width: 40.8%;
    background: #333;
    line-height: 64px;
    color:#fff;
    font-size: 16px;
    padding:0;
    margin-left:1.4vw;
    border-radius: 5px;
}
/*行业应用*/
.top-case{
  padding:8.5vh 0 7vh;
}
.top-case h2{
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  color:#fff;
}
.top-case-box{
  margin-left:-15px;
  margin-right: -15px;
  margin-top:7.5vh;
}
.top-case-box .item{
  padding:0 15px;
}
.top-case-box .item .img{
  overflow: hidden;
  height: 252px;
  position: relative;
}
@media(max-width: 1498px){
  .top-case-box .item .img{
     height: 200px;
  }
}
@media(max-width: 767px){
  .top-case-box .item .img{
     height:120px;
  }
}
.top-case-box .item  img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.top-case-box .item:hover img{
  webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-case .top-case-box h3{
  background: #595959;
  color:#fff;
  font-size: 24px;
  line-height: 3.33;
  text-align: center;
  font-weight: normal;
}
.top-case-box .item:hover h3{
  background: #b71b2b;
}
.top-case-box .owl-carousel .owl-nav .owl-prev {
  left: -78px;
  background: url(../images/pre5.png) no-repeat center;

}

.top-case-box .owl-carousel .owl-nav .owl-next {
  right: -78px;
  background: url(../images/next5.png) no-repeat center;
}

.top-case-box .owl-carousel .owl-nav button.owl-prev,
.top-case-box .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  margin-top:-73px;
  height: 66px;
  width: 38px;
  opacity: 0.3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.top-case-box .owl-carousel .owl-nav button.owl-prev:hover,
.top-case-box .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.8;
}

.top-case-box .owl-carousel .owl-nav .icon-font {
  display: none;
}
.page-case{
    padding:5vh 0;
}
.page-case h2{
  color:#333;
  font-size: 40px;
  line-height: 60px;
  position: relative;
}
.page-case h2 a{
  position: absolute;
  right:0;
  top:0;
  color:#999;
  font-size: 16px;
  line-height: 60px;
  font-weight: normal;
  padding-right: 25px;
  background: url(../images/more10.png) no-repeat 100% 50%;
}
.page-case h2 a:hover{
  color:#b71b2b;
  background: url(../images/more14.png) no-repeat 100% 50%;
}
.case-links{
  padding:6.5vh 0;
  background: url(../images/lk.png) no-repeat right top #f6f6f6;
}
.case-links-box{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.case-links-box li {
  width:49%;
}
.case-links-box li img{
  max-width: 100%;
  height: auto;
  -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.case-links-box li:hover img{
  webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.case-links-box li a{
  display: block;
  position: relative;
  overflow: hidden;
}
.case-links-box li a:after{
   position: absolute;
   width: 100%;
   height: 100%;
   left:0;
   top:0;
   content: "";
   background: rgba(0,0,0,.5);
   z-index: 1;
}
.case-links-box li .text{
  position: absolute;
  width: 100%;
  left:0;
  top:50%;
  margin-top:-74px;
  text-align: center;
  color:#fff;
  padding:0 12% 18px;
  z-index: 99;
  overflow: hidden;
}
.case-links-box li h3{
  font-size: 36px;
  line-height: 1.5;
  font-weight: normal;
}
.case-links-box li .intro{
  height: 56px;
  font-size: 15px;
  line-height: 28px;
  color:rgba(255,255,255,.8);
  margin-top:20px;
  overflow: hidden;
  transition:all 0.5s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-links-box li .text span{
  width: 176px;
  background: url(../images/more13.png) no-repeat 75% 50% #b71b2b;
  font-size: 14px;
  line-height: 60px;
  text-align: left;
  padding-left:48px;
  position: absolute;
  bottom:-80px;
  left:50%;
  margin-left:-88px;
  transition:all 0.5s;
}
@media(min-width: 768px){
.case-links-box li:hover .intro{
  opacity: 0;
}
.case-links-box li:hover .text span{
  bottom:0;
}
}
@media(max-width: 1672px){
  .top-case-box .owl-carousel .owl-nav .owl-prev{
    left:-50px;
  }
  .top-case-box .owl-carousel .owl-nav .owl-next{
    right:-50px;
  }
}
@media(max-width: 1498px){
  .top-case h2,.page-case h2{
    font-size: 36px;
  }
}
@media(max-width: 1199px){
  .top-case h2, .page-case h2,.case-links-box li h3{
    font-size: 30px;
  }
  .top-case .top-case-box h3{
    font-size: 20px;
  }
  .case_list li{
    width: 12.5%;
  }
  .case_list li a{
    font-size: 14px;
  }
  .cate-all .item h3{
    font-size: 16px;
  }
  .case-links-box li .text{
    padding-bottom: 0;
    margin-top: -60px;
  }
  .case-links-box li .text span{
    width: 140px;
    line-height: 40px;
    padding-left:30px;
    margin-left: -70px;
  }
  .page-case h2 a{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .case_list li {
      width: 16.66%;
  }
  .case-links-box li{
    width: 100%;
  }
  .case-links-box li + li{
    margin-top:20px;
  }
}
@media(max-width: 767px){
   .top-case h2, .page-case h2, .case-links-box li h3{
    font-size: 22px;
   }
   .top-case{
    padding:4vh 0;
   }
   .top-case-box {
      margin-left: -6px;
      margin-right: -6px;
      margin-top: 3vh;
    }
    .top-case-box .item{
      padding:0 6px;
    }
    .top-case .top-case-box h3{
      font-size: 16px;
    }
    .page-case h2 a{
      font-size: 12px;
      padding-right: 20px;
    }
    .case_list li{
      width: 33.33%;
    }
    .case_list{
      margin-top:2vh;
      margin-bottom: 2vh;
    }
    .cate-all {
        margin-left: -6px;
        margin-right: -6px;
    }
    .cate-all .item{
      padding:0 6px;
    }
    .case-links{
      padding:4vh 0;
    }
    .case-links-box li .text{
        margin-top: -45px;
    }
    .case-links-box li .intro{
      font-size: 14px;
      margin-top:10px;
      line-height: 24px;
      height: 45px;
    }
    .case-links-box li + li{
      margin-top:15px;
    }
}
/*.case-cate{
    border-bottom: 1px solid #e5e5e5;
}
.case-cate .owl-carousel{
    padding:0 44px;
}
.case-cate .case-cate-item a{
    display: block;
    color:#666;
    font-size: 16px;
    text-align: center;
    line-height: 102px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case-cate .case-cate-item a.on{
    color:#b71b2b;
}
.case-cate .case-cate-item a.on:after{
    position: absolute;
    width: 100%;
    height: 3px;
    content:"";
    background: #b71b2b;
    left:0;
    bottom:0;
}
.case-cate .owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: url(../images/pre1.png) no-repeat center;
}

.case-cate .owl-carousel .owl-nav .owl-next {
    right:0;
    background: url(../images/next1.png) no-repeat center;
}

.case-cate .owl-carousel .owl-nav button.owl-prev, .case-cate .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 65px;
    width: 30px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.case-cate .owl-carousel .owl-nav button.owl-prev:hover, .case-cate .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.case-cate .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}
.case-cate .owl-carousel .owl-nav .icon-font:after{
    display: none;
}
.case-cate .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.case-cate .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}
*/
/*案例列表页*/
.page-case-list{
  padding:5.5vh 0;
}
.page-case-list .container{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.page-case-list .container:before,.page-case-list .container:after{
  display: none;
}
.page-case-list .case-cate{
  width:21.5%;
  background: #f4f4f4;
  padding:3vh 3%;
}
.case-cate h2{
  color:#333;
  font-size: 30px;
  line-height: 1.5;
}
.case-cate ul {
  margin-top:1.5vh;
}
.case-cate ul li a{
  display: block;
  color:#595959;
  font-size: 16px;
  line-height: 2.625;
  position: relative;
  padding-left:25px;
}
.case-cate ul li a:before{
  position: absolute;
  width: 12px;
  height: 12px;
  border:2px solid #c8c8c8;
  left:0;
  top:50%;
  margin-top:-6px;
  content:"";
}
.case-cate ul li:hover a{
  color:#b71b2b;
}
.case-cate ul li:hover a:before{
  border-color:#b71b2b;
  background: #b71b2b;
}
.case-cate ul li a.on{
  color:#b71b2b;
}
.case-cate ul li a.on:before{
  border-color:#b71b2b;
  background: #b71b2b;
}
.page-case-list .case-right{
  width:74.5%;
}
@media(max-width: 1498px){
  .case-cate h2{
    font-size: 26px;
  }
  .case-cate ul li a{
    font-size: 15px;
    line-height: 2.5;
  }
}
@media(max-width: 1199px){
  .case-cate ul li a{
    line-height: 2.2;
  }
}
@media(max-width: 991px){
  .case-cate{
    display: none;
  }
  .page-case-list .case-right{
    width:100%;
  }
}
@media(max-width: 767px){
  .page-case-list{
    padding:4vh 0;
  }
}

/*公司简介*/
.page-about{
    padding:6vh 0 5vh;
}
.about-con1{
    color:#666;
    font-size: 16px;
    line-height: 2.5;
}
.about-advan{
    display: flex;
    justify-content: space-between;
    margin:5.5vh 0 6vh;
}
.a-advan-list{
    width: 45.6%;
    background:#ededed;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.a-advan-list li{
    width:50%;
    text-align: center;
    height: 50%;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
    position: relative;
}
.a-advan-list li:before{
    position: absolute;
    left:20%;
    bottom:0;
    width: 60%;
    height: 1px;
    content: "";
    background: #dfdfdf;
}
.a-advan-list li:nth-child(3):before,.a-advan-list li:nth-child(4):before{
    display: none;
}
.a-advan-list li:nth-child(2n):after{
    position: absolute;
    left:0;
    top:25%;
    width: 1px;
    height: 50%;
    content: "";
    background: #dfdfdf;
}
.a-advan-list li div{
    width: 100%;
}
.a-advan-list li .timer{
    color:#b71b2b;
    font-size: 58px;
    font-weight: bold;
    vertical-align: top;
    line-height: 1;
    font-family: arial;
}
.a-advan-list li .year{
    color:#666;
    font-size: 16px;
    vertical-align: top;
    line-height: 2;
    padding-left:5px;
}
.a-advan-list li p{
    width: 100%;
    color:#777;
    font-size: 15px;
    margin-top:1.5vh;
}
.a-video{
    width: 53.5%;
}
.a-video img{
    max-width: 100%;
    width:auto !important;
    height:auto !important;
}
.about-img{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:5vh;
}
.about-img li{
    width:32%;
    margin-bottom: 35px;
    overflow: hidden;
}
.about-img li img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.about-img li:hover img{
    -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media(max-width: 991px){
    .page-about{
        padding:5vh 0;
    }
    .about-advan{
        margin:4vh 0;
    }
    .about-advan{
        flex-wrap:wrap;
        flex-direction: column-reverse;
    }
    .a-advan-list{
        width: 100%;
        padding:3vh 0;
    }
    .a-advan-list li{
        padding: 3vh 0;
    }
    .a-video{
        width: 100%;
        margin-bottom: 2vh;
    }
}
@media(max-width:767px){
   .page-about{
    padding:3vh 0;
   }
   .about-con1{
    font-size: 14px;
    line-height: 2;
   }
   .about-advan{
    margin:3vh 0;
   }
   .about-img li{
       margin-bottom:15px;
   }
   .a-advan-list li .timer{
    font-size: 30px;
   }
   .about-img{
    margin-top:3vh;
   }
   .a-advan-list li .year{
    font-size: 14px;
   }
   .a-advan-list li p{
    font-size: 12px;
   }
}
/*华恒互动*/
.live-list{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top: 5vh;
}
.live-list li{
    width: 22.22%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding:6vh 15px;
    margin-bottom: 20px;
}
.live-list li img{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    max-width: 100%;
    height: auto;
}
.live-list li h3{
    color:#666;
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    margin-top:1.5vh;
}
.live-list li:hover{
    background: #b71b2b;
}
.live-list li:hover h3{
    color:#fff;
}
@media(max-width: 1199px){
    .live-list li{
        width: 48%;
        padding:3vh 15px;
    }
}

@media(max-width: 767px){

    .live-list li h3{
      font-size: 12px;
    }
}
/*投资者关系*/
.invest{
    display: flex;
    justify-content:space-between;
    align-items:center;
    background: #b71b2b;
    color:#fff;
    border-radius: 12px;
    padding:4vh 0 4vh 3.8%;
}
.in-price{
    width:35%;
    position: relative;
}
.in-price:after{
    position: absolute;
    right:0;
    top:5%;
    width: 1px;
    height: 90%;
    content: "";
    background: rgba(255,255,255,.4);

}
.in-price .tit{
    font-size: 20px;
    line-height: 1.5;
}
.price-list{
   display: flex;
   justify-content:space-between;
   align-items:center;
}
.price-num{
    width: 43.6%;
    font-size: 60px;
    font-family: arial;
    font-weight: bold;
}
.price-f{
    width: 45.3%;
    font-size: 18px;
    line-height: 1.5;
}
.deal-list{
    width: 56%;
    display: flex;
   justify-content:space-between;
}
.deal-list li{
    width: 25%;
}
.deal-list li .tit{
    font-size: 18px;
    line-height: 1.5;
}
.deal-list li .intro{
    font-size: 28px;
    line-height: 1.5;
    font-family: arial;
    font-weight: bold;
    margin-top: 2.5vh;
}
.in-ps{
    color:#999;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5vh;
}
@media(max-width: 1498px){
    .in-price {
        width: 37%;
    }
    .price-num{
        width:47%;
    }
}
@media(max-width: 1199px){
   .invest{
      flex-wrap:wrap;
      padding:4vh 5%;
   }
   .in-price{
    width:100%;
    padding-bottom: 2vh;
   }
   .in-price:after{
    width: 100%;
    height: 1px;
    left:0;
    bottom: 0;
    top:auto;
   }
   .price-num {
        width: 30%;
    }
   .deal-list{
    width:100%;
    padding:4vh 0 0;
   }
   .deal-list li .intro{
    margin-top:1vh;
   }
}
@media(max-width: 768px){
    .invest{
        padding:4vh  10px;
    }
   .price-num{
    font-size: 40px;
    width: 140px;
   }
   .deal-list li{
    display: inline-block;
    width: auto;
   }
   .deal-list li .tit{
    font-size: 12px;
   }
   .deal-list li .intro{
    font-size: 20px;
   }

}
/*服务支持*/
.a-server{
  padding:9vh 0 10vh;
}
.a-server .container{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}
.a-server .container:before,.a-server .container:after{
  display: none;
}
.a-server-text{
  width: 45.4%;
}
.a-server-text h2{
  color:#333;
  font-size: 38px;
  line-height: 1.5;
}
.a-server-text .intro{
  color:#666;
  font-size: 16px;
  line-height: 2.625;
  margin-top:2vw;
}
.a-server-box{
  width: 48%;

  padding:9vh 4.2%;
   display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  position: relative;
}
.a-server-box .bgimg{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   z-index: -1;
}
.a-server-line{
  width: 50%;
}
.a-server-line .tit{
   color:#000;
   font-size: 22px;
   line-height: 1.5;
}
.a-server-line .num{
   color:#000;
   font-size:38px;
   line-height: 1.5;
   font-weight: bold;
   font-family: arial;
}
.a-server-line span{
  display: inline-block;
  width: 200px;
  color:#fff;
  font-size: 18px;
  line-height: 48px;
  background: #b71b2b;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  margin-top:4vh;
  box-shadow: 0 0 20px rgba(183,27,43,.3);
}
.a-server-img{
  width: 48.7%
}
.a-server-img img{
  /*max-width: 100%;*/
  height: auto;
}
.network{
  background: url(../images/network.jpg) no-repeat 50% 0;
  padding:6.5vh 0 6vh;
}
.network .container{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}
.network .container:before,.network .container:after{
  display: none;
}
.network .nmap{
  width: 60.07%;
  height: 586px;
  display: flex;
  align-items:center;
}
.nmap .map-li{
  position: relative;
  float: left;

}
.nmap .map-li img{
  max-width: 100%;
  height: auto;
}
.netbox .netli{
  position: absolute;
  width: 8px;
  height: 8px;

  margin-left:-4px;
  margin-top:-4px;
}
.netbox .netli span{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b71b2b;
  border-radius: 50%;
  z-index: 9;
}
.netbox .netli .pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f03535;
  /*! box-shadow:1px 1px 20px #b90000;*/
  opacity: 0;
  -webkit-animation: warn 2s ease-out 1s;
  -moz-animation: warn 12 ease-out 1s;
  animation: warn 2s ease-out 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: scale(0);
}

.netbox .netli .pulse1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f03535;
  /*! box-shadow:1px 1px 20px #b90000;*/
  opacity: 0;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: scale(0);
}
.netbox .worli{
  position: absolute;
  width: 8px;
  height: 8px;

  margin-left:-4px;
  margin-top:-4px;
}
.netbox .worli span{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b71b2b;
  border-radius: 50%;
  z-index: 9;
}
.netbox .worli .pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f03535;
  /*! box-shadow:1px 1px 20px #b90000;*/
  opacity: 0;
  -webkit-animation: warn 2s ease-out 1s;
  -moz-animation: warn 12 ease-out 1s;
  animation: warn 2s ease-out 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: scale(0);
}

.netbox .worli .pulse1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f03535;
  /*! box-shadow:1px 1px 20px #b90000;*/
  opacity: 0;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: scale(0);
}
@keyframes warn {
  0% {
      transform: scale(0.3);
      -webkit-transform: scale(0.3);
      opacity: 0.0;
  }

  25% {
      transform: scale(0.3);
      -webkit-transform: scale(0.3);
      opacity: 0.1;
  }

  50% {
      transform: scale(0.5);
      -webkit-transform: scale(0.5);
      opacity: 0.3;
  }

  75% {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      opacity: 0.6;
  }

  100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 0.0;
  }
}
.netbox .hq{
  width: 16px;
  height: 20px;
  position: absolute;
  left:71.4643304130162%;
  top:60.2389078498293%;
  opacity: 0;
}
.netbox .hq img{
  vertical-align: top;
}
.netbox .netli{
  opacity: 0;
}
.netbox .line,.netbox .ln{
  opacity: 0;
}
.netbox .line0,.netbox .ln0{
  opacity: 0;
}
.netbox .nt1{
  left:71.4643304130162%;
  top:60.2389078498293%;
}
.netbox .nt2{
  left:71.4643304130162%;
  top:60.2389078498293%;
}
.active .netbox .hq{
  opacity: 1;
  transition:all 0.3s;
}
.active .netbox .nt1{
  left:69.0863579474342%;
  top:57.679180887372%;
  opacity: 1;
  transition:all 1s;
  /*transition-delay:0.5s;*/
}
.active .netbox .nt2{
  left:74.4680851063829%;
  top:65.358361774744%;
  opacity: 1;
  transition:all 1s;
  /*transition-delay:0.5s;*/
}
.active .netbox .nt3{
  left:59.5744680851063%;
  top:74.7440273037542%;
  opacity: 1;
  transition:all 3s;
  /*transition-delay:0.5s;*/
}
.active .netbox .nt4{
  left:45.8072590738423%;
  top:66.5529010238907%;
  opacity: 1;
  transition:all 3.5s;
  /*transition-delay:0.5s;*/
}
.active .netbox .line0,.active .netbox .ln0{
   opacity: 1;
   transition:all 0.3s;
   transition-delay:3.5s;
}
.active .netbox .line,.active .netbox .ln{
   opacity: 1;
   transition:all 0.3s;
   transition-delay:4.7s;
}
.netbox .nt3{
  left:71.4643304130162%;
  top:60.2389078498293%;
}
.netbox .nt4{
  left:71.4643304130162%;
  top:60.2389078498293%;
}

.netbox .line0 span {
    animation: widthx 3s infinite linear 0s;
}
.netbox .ln0 span{
  animation: heighty 3s infinite linear 0s;
}
.netbox .line span {
    animation: widthx 3s infinite linear 0s;
}
.netbox .ln span{
  animation: heighty 3s infinite linear 0s;
}
@keyframes widthx
{
  from {width:0px;}
  to {width:100%;}
}
@keyframes heighty
{
  from {height:0px;}
  to {height:100%;}
}
.netbox .line0-1{
  position: absolute;
  width: 3.0037546933667%;
  height: 4.778156996587%;
  right:28.3356695869837%;
  bottom:38.39590443686%;
}
.netbox .line0-1 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line0-1.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line0-2{
  position: absolute;
  width: 5.6320400500625%;
  height: 2.7303754266211%;
  right:27.784730913642%;
  bottom:36.518771331058%;
}
.netbox .line0-2 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line0-2.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line0-3{
  position: absolute;
  width: 26.6583229036295%;
  height: 3.2423208191126%;
  right:27.684730913642%;
  top:63.3812286689419%;
}
.netbox .line0-3 span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../images/line0-3.png) no-repeat right top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line0-4{
  position: absolute;
  width: 13.0162703379224%;
  height: 11.7747440273037%;
  right:27.6595744680851%;
  top:63.5518771331058%;
}
.netbox .line0-4 span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../images/line0-4.png) no-repeat right top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line0-5{
  position: absolute;
  width: 0.6257822277847%;
  height: 6.9965870307167%;
  right:27.3344180225281%;
  top:63.6518771331058%;
}
.netbox .line0-5 span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: url(../images/line0-5.png) no-repeat right top;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .line0-6{
  position: absolute;
  width: 1.5018773466833%;
  height: 1.5358361774744%;
  left:72.7158948685857%;
  top:63.4812286689419%;
}
.netbox .line0-6 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/line0-6.png) no-repeat left top;
    background-size:auto 100%;
    transition-delay: 1s;
}
.netbox .line1-1{
  position: absolute;
  width: 32.0400500625782%;
  height: 5.4607508532423%;
  right:31.5394242803504%;
  top:54.0955631399317%;
}
.netbox .line1-1 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-1.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-2{
  position: absolute;
  width: 21.0262828535669%;
  height: 3.0716723549488%;
  right:31.5394242803504%;
  top:55.4607508532423%;
}
.netbox .line1-2 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-2.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-3{
  position: absolute;
  width: 14.1426783479349%;
  height: 2.3890784982935%;
  right:31.5394242803504%;
  top:55.2901023890784%;
}
.netbox .line1-3 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-3.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-4{
  position: absolute;
  width: 51.9399249061326%;
  height: 20.3071672354948%;
  right:31.5394242803504%;
  top:37.5426621160409%;
}
.netbox .line1-4 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-4.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-5{
  position: absolute;
  width: 19.0237797246558%;
  height: 8.7030716723549%;
  right:31.5394242803504%;
  top:48.8054607508532%;
}
.netbox .line1-5 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-5.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-6{
  position: absolute;
  width: 15.394242803504%;
  height: 15.8709071672354%;
  right:31.5394242803504%;
  top:41.9795221843003%;
}
.netbox .line1-6 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-6.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-7{
  position: absolute;
  width: 9.0112640801001%;
  height: 9.7269624573378%;
  right:31.5394242803504%;
  top:47.7815699658703%;
}
.netbox .line1-7 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-7.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-8{
  position: absolute;
  width: 4.8811013767209%;
  height: 11.9453924914675%;
  right:31.4142678347934%;
  top:45.5631399317406%;
}
.netbox .line1-8 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-8.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-9{
  position: absolute;
  width: 2.6282853566958%;
  height: 16.2116040955631%;
  right:31.4142678347934%;
  top:41.296928327645%;
}
.netbox .line1-9 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-9.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-10{
  position: absolute;
  width: 1.2515644555694%;
  height: 13.6518771331058%;
  right:31.4142678347934%;
  top:43.6860068259385%;
}
.netbox .line1-10 span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/line1-10.png) no-repeat right bottom;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .line1-11{
  position: absolute;
  width: 14.8936170212765%;
  height: 34.8122866894197%;
  right:16.5206508135168%;
  top:22.8668941979522%;
}
.netbox .line1-11 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-11.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-12{
  position: absolute;
  width: 7.6345431789737%;
  height: 20.3071672354948%;
  right:23.5294117647058%;
  top:36.8600682593856%;
}
.netbox .line1-12 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-12.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line1-13{
  position: absolute;
  width: 13.5168961201501%;
  height: 25.938566552901%;
  right:17.39674593244155%;
  top:31.7406143344709%;
}
.netbox .line1-13 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line1-13.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line3-1{
  position: absolute;
  width: 0.5006257822277%;
  height: 10.0682593856655%;
  right:40.4255319148936%;
  bottom:26.1092150170648%;
}
.netbox .line3-1 span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/line3-1.png) no-repeat right bottom;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .line3-2{
  position: absolute;
  width: 3.0037546933667%;
  height: 14.5051194539249%;
  right:37.2966207759699%;
  bottom:25.938566552901%;
}
.netbox .line3-2 span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/line3-2.png) no-repeat right bottom;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .line3-3{
  position: absolute;
  width: 6.6332916145181%;
  height: 2.2184300341296%;
  left:59.9499374217772%;
  bottom:25.938566552901%;
}
.netbox .line3-3 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line3-3.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line3-4{
  position: absolute;
  width: 9.261576971214%;
  height: 2.3890784982935%;
  left:60.0750938673341%;
  top:74.7440273037542%;
}
.netbox .line3-4 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/line3-4.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line3-5{
  position: absolute;
  width: 3.1289111389236%;
  height: 8.1911262798634%;
  left:59.6996245306633%;
  top:75.2559726962457%;
}
.netbox .line3-5 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/line3-5.png) no-repeat left top;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .line3-6{
  position: absolute;
  width: 3.2540675844806%;
  height: 11.4334470989761%;
  left:59.5744680851063%;
  top:75.2559726962457%;
}
.netbox .line3-6 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/line3-6.png) no-repeat left top;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .line3-7{
  position: absolute;
  width: 3.0037546933667%;
  height: 11.6040955631399%;
  left:59.3241551939924%;
  top:75.2559726962457%;
}
.netbox .line3-7 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/line3-7.png) no-repeat left top;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .line3-8{
  position: absolute;
  width: 4.0050062578222%;
  height: 18.9419795221843%;
  right:40.6758448060075%;
  top:75.2559726962457%;
}
.netbox .line3-8 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/line3-8.png) no-repeat left top;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .line3-9{
  position: absolute;
  width: 5.3817271589486%;
  height: 8.3617747440273%;
  right:40.8010012515644%;
  top:75.08532423220819%;
}
.netbox .line3-9 span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../images/line3-9.png) no-repeat right top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line4-1{
  position: absolute;
  width: 7.3842302878598%;
  height: 1.7064846416382%;
  left:46.30788485607%;
  top:66.5529010238907%;
}
.netbox .line4-1 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/line4-1.png) no-repeat left top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line4-2{
  position: absolute;
  width: 6.1326658322903%;
  height: 9.0443686006825%;
  left:46.0575719649561%;
  top:67.0648464163822%;
}
.netbox .line4-2 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/line4-2.png) no-repeat left top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .line4-3{
  position: absolute;
  width: 3.1289111389236%;
  height: 15.5290102389078%;
  right:54.1927409261576%;
  top:67.0648464163822%;
}
.netbox .line4-3 span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: url(../images/line4-3.png) no-repeat right top;
    background-size:100% auto;
    transition-delay: 1s;
}

.netbox .wd1{
  left:78.2658959537572%;
  top:62.9976580796552%;
}
.netbox .wd2{
  left:68.6705202312138%;
  top:52.6932084309133%;
}
.netbox .wd3{
  left:18.6127167630057%;
  top:40.7494145199063%;
}
.netbox .wordline,.netbox .wordln{
   transition:all 0.3s;
   transition-delay:3s;
}
.netbox .wordline span {
    animation: widthx 3s infinite linear 0s;
}
.netbox .wordln span{
  animation: heighty 3s infinite linear 0s;
}
.netbox .wordline1-1 {
    position: absolute;
    width: 2.8901734104046%;
    height: 0.4683840749414%;
    right: 22.3121387283236%;
    bottom: 36.5339578454332%;
}
.netbox .wordline1-1 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd1-1.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline1-2 {
    position: absolute;
    width: 2.543352601156%;
    height: 5.3864168618266%;
    right: 22.0809248554913%;
    bottom: 37.4707259953161%;
}
.netbox .wordline1-2 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd1-2.png) no-repeat right bottom;
    background-size: auto 100% ;
    transition-delay: 1s;
}
.netbox .wordline1-3 {
    position: absolute;
    width: 3.1213872832369%;
    height: 9.367681498829%;
    right: 21.9653179190751%;
    bottom: 37.9391100702576%;
}
.netbox .wordline1-3 span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/wd1-3.png) no-repeat right bottom;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .wordline1-4 {
    position: absolute;
    width: 1.7341040462427%;
    height: 6.5573770491803%;
    right: 21.8497109826589%;
    bottom: 37.9391100702576%;
}
.netbox .wordline1-4 span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/wd1-4.png) no-repeat right bottom;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .wordline1-5 {
    position: absolute;
    width: 2.4277456647398%;
    height: 4.9180327868852%;
    left: 78.5127167630057%;
    bottom: 37.7049180327868%;
}
.netbox .wordline1-5 span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/wd1-5.png) no-repeat left bottom;
    background-size: 100% auto;
    transition-delay: 1s;
}
.netbox .wordline1-6 {
    position: absolute;
    width: 1.1560693641618%;
    height: 6.0889929742388%;
    left: 78.2658959537572%;
    top: 63.9344262295081%;
}
.netbox .wordline1-6 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/wd1-6.png) no-repeat left top;
    background-size:100% auto;
    transition-delay: 1s;
}
.netbox .wordline2-1 {
    position: absolute;
    width: 4.2774566473988%;
    height: 0.9367681498829%;
    left: 69.1329479768786%;
    bottom: 47.3067915690866%;
}
.netbox .wordline2-1 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd2-1.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline2-2 {
    position: absolute;
    width: 5.4335260115606%;
    height: 3.2786885245901%;
    left: 69.1329479768786%;
    top: 52.927400468384%;
}
.netbox .wordline2-2 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/wd2-2.png) no-repeat left top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-1 {
    position: absolute;
    width: 4.8554913294797%;
    height: 12.8805620608899%;
    right: 81.6184971098265%;
    bottom: 59.9531615925058%;
}
.netbox .wordline3-1 span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd3-1.png) no-repeat right bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-2 {
    position: absolute;
    width: 2.543352601156%;
    height: 28.5714285714285%;
    left: 18.4971098265895%;
    bottom: 60.1873536299765%;
}
.netbox .wordline3-2 span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/wd3-2.png) no-repeat left bottom;
    background-size: 100% auto;
    transition-delay: 1s;
}
.netbox .wordline3-3 {
    position: absolute;
    width: 17.4566473988439%;
    height: 31.8501170960187%;
    left: 18.9595375722543%;
    bottom: 60.0873536299765%;
}
.netbox .wordline3-3 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd3-3.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-4 {
    position: absolute;
    width: 33.4104046242774%;
    height:20.1405152224824%;
    left: 19.0751445086705%;
    bottom: 60.1873536299765%;
}
.netbox .wordline3-4 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd3-4.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-5 {
    position: absolute;
    width: 36.1849710982658%;
    height:18.5011709601873%;
    left: 19.0751445086705%;
    bottom: 59.9531615925058%;
}
.netbox .wordline3-5 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd3-5.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-6 {
    position: absolute;
    width: 31.3294797687861%;
    height:16.15925058548%;
    left: 19.0751445086705%;
    bottom: 59.7189695550351%;
}
.netbox .wordline3-6 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd3-6.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-7 {
    position: absolute;
    width: 29.9421965317919%;
    height:8.4309133489461%;
    left: 19.0751445086705%;
    bottom: 59.7189695550351%;
}
.netbox .wordline3-7 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd3-7.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-8 {
    position: absolute;
    width: 33.757225433526%;
    height:6.5573770491803%;
    left: 19.0751445086705%;
    bottom: 59.4847775175644%;
}
.netbox .wordline3-8 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd3-8.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-9 {
    position: absolute;
    width: 31.5606936416184%;
    height:4.215456674473%;
    left: 19.0751445086705%;
    bottom: 59.0163934426229%;
}
.netbox .wordline3-9 span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/wd3-9.png) no-repeat left bottom;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-10 {
    position: absolute;
    width: 27.6300578034682%;
    height:1.1709601873536%;
    left: 19.0751445086705%;
    top: 40.983606557377%;
}
.netbox .wordline3-10 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/wd3-10.png) no-repeat left top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-11 {
    position: absolute;
    width: 34.9132947976878%;
    height:4.215456674473%;
    left: 19.0751445086705%;
    top: 40.7494145199063%;
}
.netbox .wordline3-11 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/wd3-11.png) no-repeat left top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-12 {
    position: absolute;
    width: 39.8843930635838%;
    height:8.6651053864168%;
    left: 19.0751445086705%;
    top: 41.4519906323185%;
}
.netbox .wordline3-12 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/wd3-12.png) no-repeat left top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-13 {
    position: absolute;
    width: 33.6416184971098%;
    height:17.0960187353629%;
    left: 19.0751445086705%;
    top: 41.4519906323185%;
}
.netbox .wordline3-13 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/wd3-13.png) no-repeat left top;
    background-size: auto 100%;
    transition-delay: 1s;
}
.netbox .wordline3-14 {
    position: absolute;
    width: 13.4104046242774%;
    height:33.9578454332552%;
    left: 18.9595375722543%;
    top: 41.4519906323185%;
}
.netbox .wordline3-14 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/wd3-14.png) no-repeat left top;
    background-size: auto 100%;
    transition-delay: 1s;
}









.network .text{
  width: 35%;
}
.network .text h2{
  color:#333;
  font-size: 38px;
  line-height: 1.5;
}
.network .text .intro{
  color:#666;
  font-size: 16px;
  line-height: 2;
  margin:1vw 0 3.8vw;
}
.net-list li{
  width: 336px;
  color:#fff;
  font-size: 24px;
  line-height: 3.66;
  font-weight: bold;
  text-align: center;
  background: #999;
  cursor: pointer;
}
.net-list .on{
  background: #b71b2b;
  position: relative;
}
.net-list .on:after{
  position: absolute;
  left:0;
  top:50%;
  margin-top:-15px;
  content: "";
  width: 0;
  height: 0;
  border-top:15px solid transparent;
  border-bottom:15px solid transparent;
  border-left:15px solid #fff;
}
.net-list li + li{
  margin-top:20px;
}
.s-down{
  padding:7vh 0 9vh;
}
.s-down h2{
  color:#333;
  font-size: 38px;
  line-height: 2;
}
.s-down h2 a{
    color:#333;
}
.s-down-list{
  margin-top:4.5vh;
}
.s-down-list li{
  border:1px solid #f0f0f0;
  padding:0 34px;
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 10px;
}
.s-down-list li:hover{
  background: #f9f9f9;
}
.s-down-list .text{
  width:55%;
  display: flex;
  flex-wrap:wrap;
  align-items:center;
}
.s-down-list li img{
  width: 26px;
}
.s-down-list .tit{
  color:#333;
  font-size: 18px;
  line-height: 68px;
  padding-left:22px;
}
.s-down-list .intro{
  width: 13%;
  color:#666;
  font-size: 14px;
  text-transform: uppercase;
}
.s-down-list .links{
  width: 85px;
   display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}
.s-down-list .links a{
  width: 38px;
  height: 38px;
  border:1px solid #f5f5f5;
  border-radius: 50%;
}
.s-down-list .links .d1{
  background: url(../images/d11.png) no-repeat center #f5f5f5;
}
.s-down-list .links .d1:hover{
  background: url(../images/d1.png) no-repeat center #b71b2b;
}
.s-down-list .links .d2{
  background: url(../images/d22.png) no-repeat center;
}
.s-down-list .links .d2:hover{
  background: url(../images/d2.png) no-repeat center #b71b2b;
}
.s-inter{
  background: url(../images/inter.jpg) no-repeat center top;
  padding:5.5vh 0 9.5vh;
}
.s-inter h2{
  color:#333;
  font-size: 38px;
  line-height: 2;
}





@media(max-width:1498px){
  .network .nmap{
    height: 503px;
  }
}


@media(max-width:1199px){
  .a-server-line .num{
    font-size: 36px;
  }
  .s-inter{
    background-size: cover;
  }
  .network .nmap{
    height: 415px;
  }
}
@media(max-width:991px){
  .network .nmap{
    height: 528px;
  }
   .a-server,.network,.s-down,.s-inter{
    padding:5vh 0;
   }
   .a-server-text{
    width: 100%;
    margin-bottom: 20px;
   }
   .a-server-box{
    width: 100%;
    background-size: cover;
   }
   .a-server-text h2,.network .text h2,.s-down h2,.s-inter h2{
    font-size: 34px;
   }
   .net-list li{
    font-size: 20px;
   }
   .network{
    background-size: cover;
   }
   .network .container{
     flex-direction:column-reverse;
   }
   .net-list{
    display: flex;
    justify-content:space-between;
   }
   .net-list li{
    width: 48%;
   }
   .net-list li + li{
    margin-top:0;
   }
   .network .nmap{
    width:100%;
   }
   .network .text{
    width: 100%;
    margin-bottom: 20px;
   }
   .s-down-list .text{
    width:50%;
   }
   .s-down-list .intro{
    width: 18%;
   }
}
@media(max-width:767px){
  .network .nmap{
    height: auto;
  }
   .a-server,.network,.s-down,.s-inter{
    padding:3vh 0;
   }
   .a-server-text h2,.network .text h2,.s-down h2,.s-inter h2{
    font-size: 22px;
   }
   .a-server-text .intro{
     font-size: 14px;
     line-height: 2;
   }
   .a-server-line .tit{
    font-size: 18px;
   }
   .a-server-line .num{
    font-size: 26px;
   }
   .a-server-line span{
    width: 150px;
    font-size: 16px;
    margin-top: 10px;
   }
   .a-server-box{
    padding:30px 20px;
   }
   .net-list li{
    font-size: 16px;
    line-height: 3;
   }
   .net-list .on:after{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    margin-top: -5px;
   }
   .network .text .intro{
     font-size: 14px;
     margin: 10px 0 20px;
   }
   .s-down-list{
     margin-top: 2.5vh;
   }
   .s-down-list li{
    padding: 0 15px;
   }
   .s-down-list .text{
    width:calc(100% - 85px);

   }
   .s-down-list .intro{
    display: none;
   }
   .s-down-list .tit{
    font-size: 14px;
    padding:0 10px;
    width:calc(100% - 26px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
   }

   .live-list{
    margin-top:3vh;
   }
}
/*发展历程*/
.page-his{
    padding:9vh 0;
    background: url(../images/his.png) no-repeat center bottom;
    background-size: cover;
}
.his-box{
   position: relative;
}
.his-box:before{
    /*position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left:0;
    top:18px;
    background: #e5e5e5;*/
}
.timeline{
  padding:0 1.5vw 75px 4.5vw;
  position: relative;
}
.timeline .mySwiper{
  position: static;
}
.timeline .mySwiper .swiper-slide{
  padding:0 3vw 0 1.8vw;
  position: relative;
  /*height: 190px;*/
}
.timeline .mySwiper .swiper-slide:nth-child(2n+1){
  margin-top:75px;
}
.timeline .mySwiper .swiper-slide:before{
  position: absolute;
  width: 9px;
  height: 9px;
  content: "";
  background: #b71b2b;
  border-radius: 50%;
  content: "";
  left:0;
  top:18px;
}
.timeline .mySwiper .swiper-slide:after{
  position: absolute;
  width: 1px;
  height: 200px;
  content: "";
  background: #b71b2b;
  border-radius: 50%;
  content: "";
  left:4.5px;
  top:22px;
  background-color: transparent;
  background-image: linear-gradient(#b71b2b,transparent);

}
.timeline .mySwiper h3{
    color:#333;
    font-size: 44px;
    line-height: 44px;
    cursor: pointer;
    font-family: arial;
}
.timeline .mySwiper h3 span{
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 20px;
  padding-left:5px;
}
.timeline .mySwiper .intro{
    color:#666;
    font-size: 16px;
    line-height: 1.75;
    margin-top:15px;
}
.timeline .mySwiper .img{
  margin-top:2.5vh;
}
.timeline .mySwiper .img img{
  max-width: 88%;
  height: auto;
}
.timeline .mySwiper .swiper-slide-thumb-active h3{
    background: url(../images/line3.png) no-repeat 50% 0;
    font-size: 30px;
    color:#b71b2b;
}
.timeline .swiper-button-prev {
    left: 0;
    background: url(../images/pre2.png) no-repeat center;
}
.timeline .swiper-button-prev:hover{
  background: url(../images/pre22.png) no-repeat center;
}
.timeline .swiper-button-next {
    right:0;
    background: url(../images/next2.png) no-repeat center;
}
.timeline .swiper-button-next:hover {
  background: url(../images/next22.png) no-repeat center;
}

.timeline .swiper-button-next, .timeline .swiper-button-prev {
    outline: none;
    position: absolute;
    top: 50%;
    margin-top:-18px;
    z-index: 9999;
    height: 36px;
    width: 36px;


    opacity: 1 !important;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}



.timeline .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}
.timeline .swiper-button-prev:after,.timeline .swiper-button-next:after{
    display: none;
}
.timeline{
   overflow: hidden;
}
.line-con{
    position: relative;
    margin-top:4vh;

}
.line-con .linebox{


    display: flex;
    justify-content:space-between;

}

.linebox .img{
    width:48.1%;
}
.linebox .img img{
    max-width: 100%;
    height: auto;
}
.linebox .text{
    width: 45.5%;
    padding-top: 4vh;
    position: relative;
}
.namebg{
    position: absolute;
    left:0;
    bottom:0;
    color:#666;
    font-size: 200px;
    font-weight: bold;
    font-family: arial;
    line-height: 0.7;
    opacity: 0.08;
}
.linebox .text h3{
    color:#666;
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    padding-left:140px;
    font-weight: normal;
}
.linebox .text h3:before{
    position: absolute;
    content: "";
    width: 115px;
    height: 1px;
    left:0;
    top:calc(50% - 0.5px);
    background: #b71b2b;
}
.linebox .text h3:after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left:112px;
    top:calc(50% - 3.5px);
    background: #b71b2b;
    border-radius: 50%;
}
.linebox .text .intro{
    color:#333;
    font-size: 20px;
    line-height: 1.5;
    padding-left:140px;
}
.timeline .owl-carousel{
  padding:0 50px;
}
@media(max-width: 1199px){
  .linebox .text{
    padding-top: 0;
  }
  .namebg{
    font-size: 150px;
  }
}
@media(max-width: 991px){
  .linebox .text h3,.linebox .text .intro{
    padding-left:50px;
  }
  .linebox .text h3:before{
    width: 35px;
  }
  .linebox .text h3:after{
    left:36px;
  }
  .namebg{
    font-size: 100px;
  }
  .timeline{
    padding:0 30px 0 50px;
  }
  .timeline .mySwiper .swiper-slide{
    padding:0 20px;
  }
}
@media(max-width: 767px){
  .line-con{
    margin-top:3vh;
  }
  .line-con .linebox{
    flex-wrap:wrap;
  }

  .linebox .img{
    width:100%;
    margin-bottom: 20px;
  }
  .linebox .text{
    width: 100%;
    padding-bottom: 80px;
  }
  .linebox .text .intro{
    font-size: 16px;
  }
  .namebg{
    font-size: 70px;
  }
  .timeline .mySwiper h3{
    font-size: 20px;
    line-height: 40px;
  }
  .timeline .mySwiper .swiper-slide-thumb-active h3{
    font-size: 24px;
  }
  .timeline .mySwiper .swiper-slide:nth-child(2n+1){
    margin-top:0;
  }
}
/*服务网点*/
.map-list{
  max-width: 1110px;
  margin:0 auto;
  position: relative;
}
.map-list .i-store{
  width: 10px;
  height: 10px;
  position: absolute;
  cursor: pointer;
}
.map-list .round{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b71b2b;
  border-radius: 50%;
  z-index: 2;
}
.map-list .pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f03535;
  /*! box-shadow:1px 1px 20px #b90000;*/
  opacity: 0;
  -webkit-animation: warn 2s ease-out 1s;
  -moz-animation: warn 12 ease-out 1s;
  animation: warn 2s ease-out 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: scale(0);
}

.map-list .pulse1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f03535;
  /*! box-shadow:1px 1px 20px #b90000;*/
  opacity: 0;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: scale(0);
}
@keyframes warn {
  0% {
      transform: scale(0.3);
      -webkit-transform: scale(0.3);
      opacity: 0.0;
  }

  25% {
      transform: scale(0.3);
      -webkit-transform: scale(0.3);
      opacity: 0.1;
  }

  50% {
      transform: scale(0.5);
      -webkit-transform: scale(0.5);
      opacity: 0.3;
  }

  75% {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      opacity: 0.6;
  }

  100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 0.0;
  }
}
.map-list .store1 {
    right: 22.34234234%;
    top: 49.54954955%;
}
.map-list .store2 {
    right:19.81981982%;
    top: 65.76576577%;
}
.map-list .store3 {
    right:31.53153153%;
    top: 54.95495495%;
}
.map-list .store4 {
    left:20%;
    top: 35.85585586%;
}
.storelist{
  position: absolute;
  width: 338px;
  background: #fff;
  padding:20px 30px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  z-index: 99;
  left:30px;
  top:-92px;
  display: none;
}

.storelist .tit{
   color:#333;
   font-size: 14px;
   line-height: 2;
   font-weight: bold;
}
.storelist .tel{
   color:#666;
   font-size: 14px;
   line-height: 23px;
   margin-top: 5px;
}
@media(max-width: 1199px){
  .store2 .storelist{
    left:auto;
    right:30px;
    top:0;
  }
}
@media(max-width: 767px){
   .storelist{
    display: none !important;
   }
   .map-list .i-store {
      width: 6px;
      height: 6px;
  }
  .map-list .pulse{
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
  }
  .map-list .pulse1{
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
  }
}
/*新闻资讯*/
.com-news{
  background: url(../images/xw.jpg) no-repeat 50% 0;
  background-size: cover;
  padding:9vh 0;
}
.com-news .container{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.com-news .container:before,.com-news .container:after{
  display: none;
}
.top-news{
  width:53.4%;
}
.top-news li a{
  display: block;
  position: relative;
  height: 436px;
  overflow: hidden;
}
.top-news li img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.top-news li:hover img{
  webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-news li .text{
  position: absolute;
  width:100%;
  left:0;
  bottom:0;
  background-color:transparent;
  background-image: linear-gradient(transparent,rgba(0,0,0,.6) );
  padding:4vh 5%;
}
.top-news li h3{
   color:#fff;
   font-size: 24px;
   font-weight: bold;
   line-height: 1.5;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   margin:1.5vh 0 1vh;
}
.top-news li .date{
   color:rgba(255,255,255,.6);
   font-size: 16px;
   font-family: "arial";
   line-height: 1.5;
}
.top-news li .intro{
   color:rgba(255,255,255,.6);
   font-size: 14px;
   line-height: 1.5;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
.rec-news{
  width: 44.7%;
  background: #fff;
  padding:4vh 3vw;
}
.rec-news .date{
  color:#706f6f;
  font-size: 16px;
  line-height: 1.5;
}
.rec-news h3{
  color:#333;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin:1.2vh 0 2vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.recitem:hover h3{
   color:#b71b2b;
}
.rec-news .intro{
  color:#706f6f;
  font-size: 16px;
  line-height: 1.875;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.rec-news .owl-carousel .owl-nav .owl-prev {
  left: 0;
  background: url(../images/pre3.png) no-repeat center #202020;
}

.rec-news .owl-carousel .owl-nav .owl-next {
  left: 67px;
  background: url(../images/next3.png) no-repeat center #202020;
}

.rec-news .owl-carousel .owl-nav button.owl-prev,
.rec-news .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  bottom: -105px;
  z-index: 9999;
  height: 56px;
  width: 56px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.rec-news .owl-carousel .owl-nav button.owl-prev:hover,
.rec-news .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #b71b2b;
}

.rec-news .owl-carousel .owl-nav .icon-font:after{
  display: none;

}
.n-tit{

  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.n-tit a{
  display: inline;
   color:#333;
}
.n-tit a:hover{
  color:#b71b2b;
}
.in-news{
  background: #f7f7f7;
  padding:5vh 0;
}
.ind-news{
  margin-left:-18px;
  margin-right: -18px;
  margin-top:4vh;
}
.ind-news a{
  display: block;
  padding:0 18px;
}
.ind-news .img{
  overflow: hidden;
  height: 270px;
  position: relative;
}
.ind-news .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.ind-news .initem:hover img{
  webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ind-news .date{
  color:#666;
  font-size: 16px;
  line-height: 1.5;
  margin-top:2vh;
}
.ind-news h3{
  color:#333;
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  margin:1vh 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind-news .initem:hover h3{
  color:#b71b2b;
}
.ind-news .intro{
  color:#666;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice{
   padding:5vh 0;
}
.no-news{
  margin-left:-8px;
  margin-right: -8px;
  margin-top:4vh;
}
.no-news .initem{
  padding:0 8px;
}
.no-news .initem a{
  display: block;
  border:1px solid #e3e3e3;
  position: relative;
}

.no-news .text{
  position: relative;
  z-index: 9;
  padding:2.5vh 1.25vw;
}
.no-news h3{
  color:#333;
  font-size: 24px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.no-news .initem:hover h3{
  color:#b71b2b;
}
.no-news .intro{
  color:#888;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  margin:1.5vh 0 2vh;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.no-news .date{
  color:#b71b2b;
  font-size: 14px;
  font-family: "arial";
  line-height: 1.2;
}
.no-news .date b{
  display: block;
  font-size: 30px;
  font-family: "impact";
}
.media {
  background: url(../images/media.jpg) no-repeat center top;
  background-size: cover;
  padding:5vh 0 7vh;
}
.media .n-tit a{
  color:#fff;
}
.media .n-tit a:hover{
  color:rgba(255,255,255,.8);
}
.me-news{
  margin-left:-4vw;
  margin-right:-4vw;
  margin-top:6vh;
}
.me-news .initem{
  padding:10px 4vw 12px;
  position: relative;
}
.me-news .initem:after{
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  right:0;
  top:0;
  background: rgba(255,255,255,.3);
}
.me-news .date span{
  display: inline-block;
  color:#fff;
  font-size: 16px;
  width: 120px;
  line-height: 36px;
  background: #b71b2b;
  text-align: center;
}
.me-news h3{
  color:#fff;
  font-size: 24px;
  line-height: 1.5;
  margin:2vh 0 2.5vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.me-news .initem:hover h3{
  color:rgba(255,255,255,.8);
}
.me-news .intro{
  color:#fff;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.job{
  padding:5vh 0 8vh;
}
.jobbox{
  margin-top:5vh;
}
.jobbox .bimg{
  width: 49.6%;
  overflow: hidden;
}
.jobbox .bimg img{
   max-width: 100%;
   width: auto !important;
   height: auto !important;
   -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.jobbox .bimg:hover img{
  webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jobbox .job-right{
  width: 50.4%;
}
.joinus{
  position: relative;
  overflow: hidden;
}
.joinus img{
  max-width: 100%;
  height: auto;
  -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.joinus .text{
  position: absolute;
  left:0;
  top:0;
  width: 52.3%;
  height: 100%;
  background: #b71b2b;
  padding:0 3vw 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content:center;
}
.joinus a{
-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.joinus:hover a{
  padding-left:15px;
}
.joinus .text h3{
  color:#fff;
  font-size: 54px;
  font-family: "impact";
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
.joinus .text .intro{
  color:#fff;
  font-size:18px;
  line-height: 1.66;
  font-weight: normal;
  margin:0.5vw 0 2vw;
}
.jointxt {
  position: relative;
  overflow: hidden;
}
.jointxt img{
  max-width: 100%;
  height: auto;
  -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.jointxt:hover  img{
  webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jointxt .text{
  position: absolute;
  right:0;
  top:0;
  width: 48.2%;
  height: 100%;
  color:#fff;
  font-size: 18px;
  line-height:2.11;
  padding-right: 20px;
  display: flex;
  flex-wrap:wrap;
  align-content:center;
}
.jointxt .text p{
  width: 100%;
}
@media(max-width: 1498px){
  .n-tit{
    font-size: 36px;
  }
  .top-news li h3,.rec-news h3,.ind-news h3,.no-news h3,.me-news h3{
    font-size: 22px;
  }
  .joinus .text .intro,.jointxt .text{
    font-size: 16px;
  }
  .jointxt .text{
    width: 54%;
  }
}
@media(max-width: 1199px){
  .n-tit {
    font-size: 32px;
  }

  .joinus .text h3{
    font-size: 42px;
  }
  .joinus .text .intro{
    font-size: 14px;
  }
  .jointxt .text{
    width: 57%;
    padding-right: 15px;
    font-size: 14px;
  }
  .jointxt .text{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .top-news{
    width: 100%;
  }
  .top-news li a{
    height: auto;
  }
  .top-news li img{
    position: static;
  }
  .rec-news{
    width: 100%;
  }
  .no-news h3{
    -webkit-line-clamp: 1;
  }
  .jobbox .bimg{
    width: 100%;
    margin-bottom: 20px;
  }
  .jobbox .job-right{
    width:100%;
  }
  .joinus{
    margin-bottom: 20px;
  }

  .jointxt .text{
    position: static;
    width: 100%;
    font-size: 14px;
    background: #eee;
    color:#333;
    padding:15px 20px;
    line-height: 1.6;
  }
}
@media(max-width: 767px){
   .top-news li h3, .rec-news h3, .ind-news h3, .no-news h3, .me-news h3{
    font-size: 18px;
   }
   .com-news{
    padding:5vh 0;
   }
   .rec-news h3{
        -webkit-line-clamp: 1;
   }
   .top-news li .text{
    padding:4vh 15px 15px;
   }
   .top-news li .date{
    display: none;
   }
   .rec-news .intro,.rec-news .date,.ind-news .date{
    font-size: 15px;
   }
   .n-tit{
    font-size: 24px;
   }
   .no-news .text{
    padding:15px 20px;
   }

   .job{
    padding:5vh 0;
   }
   .jobbox{
    margin-top:3vh;
   }
   .jobbox .bimg,.joinus{
    margin-bottom: 15px;
   }
   .joinus .text h3{
    font-size: 30px;
   }
   .joinus .text .intro{
    font-size: 12px;
   }
}
#canvas_box{
  position: relative;
}
#anitOut{
  height: 200px;
  opacity: 0.6;
}
.page-tit{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  padding-top:30px;
}
.page-tit h3{
  color:#000;
  font-size: 36px;
  line-height: 2;
}
.me-sort{
  margin-top:10px;
}
.me-sort li{
  width: 146px;
  float: left;
  margin-right: 5px;
}
.me-sort li a{
  display: block;
  background: #e8e8e8;
  color:#666;
  font-size: 16px;
  line-height: 3;
  text-align: center;

}
.me-sort li:hover a{
  background: #b71b2b;
  color:#fff;
}
.me-sort li a.on{
  background: #b71b2b;
  color:#fff;
}
@media(max-width: 1199px){
  .me-sort li{
    width: 128px;
  }
}
@media(max-width: 991px){
  .me-sort li{
    width: 96px;
  }
   .me-sort li a{
    font-size: 15px;
  }
}
@media(max-width: 767px){
  #canvas_box{
    background: #fbfbfb;
    padding:20px 0;
  }
  #anitOut{
    height: auto;

  }
  #anitOut canvas{
    display: none !important;
  }
  .page-tit{
    position: static;
    padding:0;
  }
  .page-tit h3{
    font-size: 24px;

  }
  .me-sort li{
    margin-bottom: 5px;
  }
  .me-sort li a{
    font-size: 14px;
  }
}
/*小屏幕*/
@media(max-width: 1498px){

  .f-contact{
    width:32%;
  }
  .pro-left{
    padding-top: 0;
  }
  .in-pro .intro{
    margin:1.5vw 0 2vw;
    line-height: 1.5;
  }
  .qua-tit{
    font-size: 18px;
  }
  .qua-ewm{
    margin-top:2vh;
  }
  .sort_a li .img{
    height: 200px;
  }
  .sec-pro li .img{
    height: 188px;
  }
  .po-case-box .item .img{
    height: 200px;
  }
}
@media(max-width: 1199px){
    .logo a img{
        max-width: 220px;
    }
    .navv li a{
        padding:0 16px;
    }
    .x-banner .text{
       /* top:40%;*/
    }
    .x-banner .text h3{
        font-size: 40px;
    }
    .x-banner .text .intro{
        font-size: 40px;

    }
    .in-pro h2{
        font-size: 30px;
        padding-left: 30px;
    }
    .in-pro .intro{
        margin: 1.5vw 0 1.5vw;
    }
    .pro-list h3{
        font-size: 20px;
    }
    .pro-list .tit .s-tit{
        font-size:20px;
    }
    .apply-text h2{
        font-size: 30px;
    }
    .apply-text .intro{
        font-size: 20px;
    }
    .apply .hd li h3{
        font-size: 20px;
    }
    .in-about h2{
        font-size: 30px;
    }
    .in-about .tit p{
        font-size: 20px;
    }
    .in-about .tit:before{
        height: 60px;
    }
    .in-about .intro{
        font-size: 16px;
    }
    .num-list li .timer{
        font-size: 52px;
    }
    .news h2{
        font-size: 30px;
    }
    .news-list .text h3{
        font-size: 18px;
    }
    .ads .tit{
        font-size: 30px;
    }
    .ads .hotline span{
        font-size: 30px;
    }
    .f-ewm{
        flex-wrap: wrap;
    }
    .f-nav{
        width:100%;
    }
    .f-contact{
        display: none;
    }
    .sec-pro {
        margin-left: -10px;
        margin-right: -10px;
    }
    .sec-pro li{
        width: calc(25% - 20px);
        text-align: center;
        margin: 0 10px 20px;
    }
    .sort_a {
        margin-left: -10px;
        margin-right: -10px;
    }
    .sort_a li{
        width: calc(25% - 20px);
        text-align: center;
        margin: 0 10px 20px;
    }
    .page-con .con{
        flex-wrap:wrap;
    }
    .page-con .map{
        width: 100%;
        margin-bottom: 20px;
    }
    .page-con .head-qua{
        width: 100%;
        padding:3vh 3%;
    }
    .groups .tit{
        font-size: 18px;
    }
    .menu-sort li{
        padding:0 1.2vw;
    }
    .case_list1 li{
        width:calc(33.33% - 30px);
    }
    .sort_a li .img {
        height: 150px;
    }
    .sec-pro li .img {
        height: 150px;
    }
    .po-cate-box{
      display: none;
    }
}
@media(max-width: 991px){
    body{
        padding-top:60px;
    }
    .pro-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .pro-list{
      position: static;
      width: 100%;
    }
    .pro-list .pro-item a{
        padding:0;
    }
    .pro-list .owl-carousel .owl-item img{
        position: static;
    }
    .apply .hd li img{
        width: 50px;
        height: auto;
    }
    .in-about{
        background: url(../images/abg.jpg) repeat;
    }
    .about-left{
        width: 100%;
    }
    .in-about .intro{
        padding-right: 0;
    }
    .foot-mid{
        padding:3vh 0;
    }
    .f-nav li{
        width: 100%;
        margin-bottom:15px;
      }
      .f-nav li > a{
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
        position: relative;
        font-size: 16px;
      }
      .f-nav li > a:after{
        position: absolute;
        right:5px;
        top:0;
        color:#999;
        content:"+";
      }
      .f-nav li .sec{
        display: none;
      }
      .copyright{
        width:100%;
        text-align: center;
      }
      .right{
        padding:30px 0;
      }
      .n_banner .p-banner{
        position: static;
      }
      .p-banner .owl-carousel .owl-dots{
        bottom:10px;
      }
      .p-banner .owl-carousel .owl-dots button.owl-dot{
        margin:0 5px;
      }
      .p-banner .owl-carousel .owl-item img{
        position: static;
      }
      .n_banner .text{
        margin-top:-18px;
      }
      .n_banner h3{
        font-size: 24px;
        text-align: center;
      }
      .n_banner .intro{
        font-size: 16px;
      }
      .news_list li h3{
        font-size: 20px;
      }

      .pageController .t1{
        display: none;
      }
      .pageController .t2{
        width: 100%;
        text-align: center;
      }
      .pro-detail{
        flex-wrap:wrap;
      }
      .pro-detail .img{
        width: 100%;
        margin-bottom: 3vh;
      }
      .pro-detail .list{
        width: 100%;
      }
      .sec-pro li{
        width: calc(33.33% - 20px);
      }
      .sort_a li{
        width: calc(33.33% - 20px);
      }
      .pro-cate-list{
         flex-wrap:wrap;
      }
      .pro-cate-list li{
        width: 25%;
        border-bottom: 1px solid #f5f5f5;
      }
      .page-wrap{
        padding:5vh 0 0;
      }
      .groups{
        margin-top:5vh;
      }
      .groups ul li{
        width:48%;
      }
      .from-box .col-md-4 input{
        margin-bottom: 32px;
      }
      .from-box  #email{
        margin-bottom: 0;
      }
      .from-box .col-md-6{
        margin-bottom: 32px;
      }
      .from-box .mes-btn{
        text-align: left;
        margin-bottom: 0;
      }

}
@media(max-width: 767px){

    .in-pro{
        padding:5vh 0;
    }
    .in-pro h2{
        font-size: 24px;
    }
    .pro-list h3{
        font-size: 16px;
    }
    .pro-list h3:after{
        background-size:15px auto;
    }
    .in-pro .intro{
        font-size:15px;
        margin:10px 0;
    }
    .apply-text h2{
        font-size: 24px;
    }
    .apply-text .intro{
        font-size: 15px;
    }
    .apply-text .more{
        margin-top:15px;
    }
    .apply-text .more a{
        font-size:14px;
    }
    .apply-text .more span{
        padding-left:10px;
    }
    .apply .hd{
        width: 100%;
    }
    .apply .hd li{
        padding:0 20px;
        text-align: center;
        justify-content:center;
        align-items:center;
    }
    .apply .hd li h3{
        font-size: 16px;
    }
    .in-about{
        padding:5vh 0;
    }
    .in-about h2{
        font-size: 24px;
    }
    .in-about .tit{
        padding-left:25px;
    }
    .in-about .tit p{
        font-size: 16px;
    }
    .in-about .tit:before {
        height: 50px;
    }
    .in-about .intro{
        font-size: 15px;
    }
    .in-about .more a{
        width: 150px;
        line-height: 2.6;
    }
    .in-about .more .m1{
        padding-left:30px;
        background: url(../images/list2.png) no-repeat 107px 50% #b71b2b;
        font-size:15px;
    }
    .in-about .more .m2{
        padding-left: 58px;
        background: url(../images/vr.png) no-repeat 15px 50%;
        margin-left: 20px;
        font-size:15px;
    }
    .num-list{
        flex-wrap: wrap;
        padding:25px 0 15px;
    }
    .num-list li{
        width: 50%;
        margin-bottom: 15px;
    }
    .num-list li .timer{
        font-size: 30px;
    }
    .num-list li span{
        font-size:16px;
    }
    .num-list li p{
        font-size:13px;
    }
    .news{
        padding:5vh 0;
    }
    .news h2{
        font-size: 24px;
    }
    .news-list{
        margin-top:15px;
    }
    .ads .tit{
        font-size: 16px;
        line-height: 1.5;
    }
    .ads .tit span{
        display:block;
        font-size: 18px;
    }
    .ads .tit b{
        display:none;
    }
    .ads .hotline span{
        font-size: 22px;
        line-height: 1.5;
        padding-left:40px;
        background-size:25px auto;
    }
    .news_list li{
        padding:0 0 20px;
        margin-bottom: 20px;
    }
    .news_list li a{
         flex-wrap: wrap;
    }
    .news_list li .img{
        width:100%;
        margin-bottom: 10px;
    }
    .news_list li .newr4{
        width:100%;
    }
    .news_list li h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news_list li .intro{
        font-size: 14px;
        line-height: 1.5;
    }
    .pageController a{
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
        padding:0 8px;
    }
    .news_detail .title{
        font-size: 18px;
    }
    .news_detail h3.title_bar{
        display: none;
    }
    .pro-detail{
        padding:3vh 0;
    }
    .pro-detail .list .cname{
        font-size: 18px;
    }
    .pro-detail .list .title{
        font-size: 22px;
    }
    .pro-detail .list .intro{
        font-size: 14px;
    }
    .p-links{
        margin-top:20px;
    }
    .p-links a{
        width:150px;
        line-height: 50px;
        padding-left:62px;
    }
    .p-links .plk1 {
    background: url(../images/plk1.png) no-repeat 30px 50% #b71b2b;
    margin-right: 15px;
    }
    .p-links .plk2 {
    background: url(../images/plk2.png) no-repeat 30px 50% #202020;
    }
    .p_detail-tit ul li{
        width:33.33%;
        margin:0;
    }
    .p_detail-tit ul li a{
        font-size: 16px;
    }
    .p_detail-t1{
        font-size: 22px;
    }
    .p_detail .content{
        padding-top: 3vh;
    }
    .p_detail-con{
        padding-bottom: 3vh;
    }
    .p_detail-con img{
      max-width: 100%;
      width: auto !important;
      height: auto !important;
    }
    .p_detail-con{
        font-size: 14px;
    }
    .sec-pro{
        margin-left:-8px;
        margin-right: -8px;
        padding:3vh 0;
    }
    .sec-pro li{
        width: calc(50% - 16px);
        margin:0 8px 20px;
      }
      .sec-pro li h3,.sort_a li h3{
        font-size: 14px;
      }
    .sort_a{
        margin-left:-8px;
        margin-right: -8px;
    }
    .sort_a li{
     width: calc(50% - 16px);
     margin:0 8px 20px;
    }
    .p-pro-cate{
        padding:3vh 0;
    }
    .pro-cate-list li .img{
      height: 40px;
    }
    .pro-cate-list li img{
       width: 40px;
       height: auto;
    }
    .pro-cate-list li.on img{
      top:-40px;
    }
    .pro-cate-list li h3{
        font-size: 14px;
        margin:0;
    }
    .cate-fl .cate-name{
        padding:20px 0;
    }
    .cate-fl .cate-name a{
        font-size: 22px;
    }
    .c-tit h2{
        font-size: 24px;
    }
    .c-tit .intro{
        font-size: 14px;
    }
    .page-con .con{
        margin-top:3vh;
    }
    .qua-intro{
        font-size: 14px;
    }
    .groups ul li{
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }
    .groups .tit{
        padding-bottom: 10px;
    }
    .groups .intro{
        margin-top:2vh;
    }
    .page-mess{
        margin-top:3vh;
        padding:5vh 0 3vh;
    }
    .message{
        padding-top: 3vh;
    }
    .from-box,.from-box .col-md-4 input,.from-box .col-md-6{
        margin-bottom: 15px;
    }
    .from-box input{
        line-height: 42px;
    }
    .from-box #checkcode {
        width: 40%;
    }
    .from-box .msgbtn{
        width: 45%;
        line-height: 42px;
    }
    .from-box .rebtn{
        width: 45%;
        line-height: 42px;
    }
    .page-case{
        padding:4vh 0;
    }

      .case_list1{
        margin-left:-6px;
        margin-right:-6px;
      }
      .case_list1 li{
        width: calc(50% - 12px);
        margin: 0 6px 20px;
      }
      .case_list1 li .text{
        padding: 15px;
      }
      .case_list1 li h3,.case_list1 li .text h3:after{
        font-size: 16px;
        font-weight: normal;
      }
      .job-tit li{
        font-size: 15px;
      }
      .job-tit .sj1{
          width:40%;
      }
      .job-tit .sj3{
          width:15%;
      }
      .job-tit .sj5{
          width:25%;
      }
      .job-tit .sj6{
          width:15%;
      }
      .job_list li .job-style span{
          width:25px;
          height:25px;
          background-size:25px auto;
      }
      .jo{
        display: none;
      }
      .job_list li .job-style{
        font-size: 13px;
      }
      .job_list li .sj1{
          width:40%;
      }
      .job_list li .sj3{
          width:15%;
      }
      .job_list li .sj5{
          width:25%;
      }
      .job_list li .sj6{
          width:15%;
      }
      .foot-c{
        padding:15px 0;
      }

      .sort_a li .img {
          height: 120px;
      }
      .sec-pro li .img {
          height: 120px;
      }
      .po-case-box .item .img {
          height: 120px;
      }
      .apply-text{
          padding-top:0;
      }
      .foot-mid{
          padding:5vh 0 3vh;
      }
      .foot-c{
          font-size:13px;
      }
      .f-nav li > a{
          font-weight:normal;
      }



}


.wxnews-video iframe{
    max-width: 677px !important;
}


.lan{
    position: relative;
}
.lga{
  position: absolute;
  z-index: 99999;
  width: 100%;
  left:0;
  top:36px;
  background: #fff;
  display: none;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.lga a{
  display: block;
  text-align: center;
  color:#333;
  font-size: 13px;
  line-height: 46px;
}
.lga a + a{
  border-top:1px solid  #f0f0f0;
}
.lga a:hover{
  color:#b71b2b;
}

.xwbg1{
    padding: 10px;
    background-color: #f1f5ff;
    width: 100% !important;
    overflow: hidden;
}

.xwbg1 table{
    width: 100%;
}
