﻿
@keyframes big2small{
  0%{
    transform: scale(1);
  }
  25%{
    transform: scale(1.3);
  }
  75%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}
* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑", Arial;
    border: none;
}

body {
    font-size: 13px;
    color: #666666

}
button{
outline:none;
}
/* 栅格系统 */
.row {
    margin-left: 0;
    margin-right: 0;
    position:relative;
  }
.overhide{
    overflow: hidden;
}
.row:before,
.row:after,
.clearfix
{
  content: " ";
  display: table;
}
  .col-1,.col-2, .col-3,.col-4,.col-5,.col-6,.col-7, .col-8,.col-9,.col-10,.col-11,.col-12,
  .col-13,.col-14,.col-15,.col-16,.col-17, .col-18,.col-19,.col-20,.col-21,.col-22,.col-23,.col-24,{
    position: relative;
    min-height: 1px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col-13,.col-14,.col-15,.col-16,.col-17, .col-18,.col-19,.col-20,.col-21,.col-22,.col-23,.col-24 {
    float: left;
    overflow: hidden;
  }
  .col-1{width:4.16666667%}
  .col-offset-1{margin-left:4.16666667%}
  .col-2{width:8.33333333%}
  .col-offset-2{margin-left:8.33333333%}
  .col-3{width:12.5%}
  .col-offset-3{margin-left:12.5%}
  .col-4{width:16.66666667%}
  .col-offset-4{margin-left:16.66666667%}
  .col-5{width:20.83333333%}
  .col-offset-5{margin-left:20.83333333%}
  .col-6{width:25%}
  .col-offset-6{margin-left:25%}
  .col-7{width:29.16666667%}
  .col-offset-7{margin-left:29.16666667%}
  .col-8{width:33.33333333%}
  .col-offset-8{margin-left:33.33333333%}
  .col-9{width:37.5%}
  .col-offset-9{margin-left:37.5%}
  .col-10{width:41.66666667%}
  .col-offset-10{margin-left:41.66666667%}
  .col-11{width:45.83333333%}
  .col-offset-11{margin-left:45.83333333%}
  .col-12{width:50%}
  .col-offset-12{margin-left:50%}
  .col-13{width:54.16666667%}
  .col-offset-13{margin-left:54.16666667%}
  .col-14{width:58.33333333%}
  .col-offset-14{margin-left:58.33333333%}
  .col-15{width:62.5%}
  .col-offset-15{margin-left:62.5%}
  .col-16{width:66.66666667%}
  .col-offset-16{margin-left:66.66666667%}
  .col-17{width:70.83333333%}
  .col-offset-17{margin-left:70.83333333%}
  .col-18{width:75%}
  .col-offset-18{margin-left:75%}
  .col-19{width:79.16666667%}
  .col-offset-19{margin-left:79.16666667%}
  .col-20{width:83.33333333%}
  .col-offset-20{margin-left:83.33333333%}
  .col-21{width:87.5%}.col-offset-21{margin-left:87.5%}
  .col-22{width:91.66666667%}
  .col-offset-22{margin-left:91.66666667%}
  .col-23{width:95.83333333%}
  .col-offset-23{margin-left:95.83333333%}
  .col-24{width:100%}
  .col-offset-24{margin-left:100%}
  @media screen and (max-width:767px) {
    .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24 {position:relative;min-height:1px;}
    .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24 {float:left;}
    .col-xs-1 {width:4.16666667%}
    .col-xs-offset-0 {margin-left:0%}
    .col-xs-offset-1 {margin-left:4.16666667%}
    .col-xs-2 {width:8.33333333%}
    .col-xs-offset-2 {margin-left:8.33333333%}
    .col-xs-3 {width:12.5%}
    .col-xs-offset-3 {margin-left:12.5%}
    .col-xs-4 {width:16.66666667%}
    .col-xs-offset-4 {margin-left:16.66666667%}
    .col-xs-5 {width:20.83333333%}
    .col-xs-offset-5 {margin-left:20.83333333%}
    .col-xs-6 {width:25%}
    .col-xs-offset-6 {margin-left:25%}
    .col-xs-7 {width:29.16666667%}
    .col-xs-offset-7 {margin-left:29.16666667%}
    .col-xs-8 {width:33.33333333%}
    .col-xs-offset-8 {margin-left:33.33333333%}
    .col-xs-9 {width:37.5%}
    .col-xs-offset-9 {margin-left:37.5%}
    .col-xs-10 {width:41.66666667%}
    .col-xs-offset-10 {margin-left:41.66666667%}
    .col-xs-11 {width:45.83333333%}
    .col-xs-offset-11 {margin-left:45.83333333%}
    .col-xs-12 {width:50%}
    .col-xs-offset-12 {margin-left:50%}
    .col-xs-13 {width:54.16666667%}
    .col-xs-offset-13 {margin-left:54.16666667%}
    .col-xs-14 {width:58.33333333%}
    .col-xs-offset-14 {margin-left:58.33333333%}
    .col-xs-15 {width:62.5%}
    .col-xs-offset-15 {margin-left:62.5%}
    .col-xs-16 {width:66.66666667%}
    .col-xs-offset-16 {margin-left:66.66666667%}
    .col-xs-17 {width:70.83333333%}
    .col-xs-offset-17 {margin-left:70.83333333%}
    .col-xs-18 {width:75%}
    .col-xs-offset-18 {margin-left:75%}
    .col-xs-19 {width:79.16666667%}
    .col-xs-offset-19 {margin-left:79.16666667%}
    .col-xs-20 {width:83.33333333%}
    .col-xs-offset-20 {margin-left:83.33333333%}
    .col-xs-21 {width:87.5%}
    .col-xs-offset-21 {margin-left:87.5%}
    .col-xs-22 {width:91.66666667%}
    .col-xs-offset-22 {margin-left:91.66666667%}
    .col-xs-23 {width:95.83333333%}
    .col-xs-offset-23 {margin-left:95.83333333%}
    .col-xs-24 {width:100%}
    .col-xs-offset-24 {margin-left:100%}
}  
/*  */
img.aligncenter {
    margin: 0 auto;
    display: block
}
.pc-hidden{
    display:none !important;
}
.block{
    display:block;
}
.margin-center{
    margin: 0 auto;
}
.w1000{
    width:1000px;
    margin: 0 auto;
}
.w1400{
    width:1400px;
    margin: 0 auto;
}
.w1300{
    width:1300px;
    margin: 0 auto;
}
.clear {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

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

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h70 {
    height: 70px;
}

.fl {
    float: left
}

.fr {
    float: right
}
.animation-img-big{
    transform: scale(1);
    overflow: hidden;
    transition: all 0.3s ease;
}
.animation-img-big:hover{
    transform: scale(1.1);
}
img.qw {
    display: block;
    width: 100%;
}

.w {
    width: 1200px;
    margin: 0 auto;
}
.img-block{
    display: block;
    max-width: 100%;

}
.title,.title-en{
    display:block;
}

.header_zhan {
    height: 90px;
    display: none;
}

header.zdl {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 20;
}
.lymsg-w100 textarea{
    width: 100%;
    min-width: 100%;
    background: none;
    border-radius: 3px;
    border: 1px solid rgb(255, 255, 255);
    margin: 0px;
    max-width: 100%;
    height: 170px;
    min-height: 170px;
    max-height: 170px;
    padding-left: 15px;
    font-size: 14px;
    padding-top: 15px;
    outline: none;
    color: #FFF;
}
#gform_confirmation_message_1{
    color: #fff;
    position: absolute;
    top: 20%;
    font-size: 16px;
}



.lymsg-w80 input{
    width: 80%;
    background: none;
    outline: none;
    border: 1px solid #fff;
    line-height: 39px;
    border-radius: 3px;
    padding-left: 15px;
    color: #fff;
    margin: 10px 0;
    font-size: 14px;
    height:40px;
}
.list-inline li{
    display:inline-block;
}
.lymsg-w80 ::-webkit-input-placeholder { 
color:#FFF !important; 
}
.lymsg-w100 ::-webkit-input-placeholder { 
color:#FFF !important; 
}
.shadow{
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.2);
    display: none;
    z-index:111111111111;
}
.job-box{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px;
    width:400px;
    z-index:111111111111;
}
.job-box .close{
    position:absolute;
    right:20px;
    top:20px;
    cursor: pointer;
}
#news-gonggao .contact .box{
        margin-bottom: 30px;
    }
#input_1_1{
    border: #CCC 1px solid;
    display: inline-block;
    margin: 10px 0px;
    padding: 15px 5% 15px 5%;
    width: 90%;
    font-size: 16px;
}
#gform_submit_button_1{
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #5b6d9b;
    color: #fff;
    text-align: center;
    padding: 15px 20px !important;
}

.w-1300 {
    margin: 0 auto;
    width: 1300px;
}

.w-1400 {
    margin: 0 auto;
    width: 1400px;
}

/*加载中*/
#jiazai {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgb(245, 245, 245);
    text-align: center;
    left: 0;
    top: 0;
}

#home-slide img.wap-img{
    display:none;
}

.load-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    display: block;
    margin: 0 auto;
    user-select: none;
    box-sizing: border-box;
}

.rongqi {
    top: 50%;
    position: relative;
    margin-top: -90px;
}

.rongqi>img {
    margin-top: 20px;
}

.load-container:before {
    content: '加载中...';
    display: block;
    position: absolute;
    top: 35px;
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    left: 0;
    right: 0;
    color: #12285c;
    box-sizing: border-box;
}

.load1 .loader {
    border-radius: 50%;
    font-size: 12px !important;
    width: 8em;
    height: 8em;
    position: relative;
    display: inline-block;
    text-indent: -9999em;
    border: 0.2em solid #ef6902;
    border-left: 0.2em solid #e11c2b;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    animation: load 0.85s infinite linear;
    -o-animation: load 0.85s infinite linear;
    -webkit-animation: load 0.85s infinite linear;
    -moz-animation: load 0.85s infinite linear;
}

@-ms-keyframes load {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-moz-keyframes load {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes load {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes load {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@keyframes load {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

/*全局动画*/
.dh {
    position: relative;
    top: 50px;
    opacity: 0;
}

.dh.cpcat{
    top: 50px !important;
}
.ksdh {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.return-top{
    cursor:pointer;

}
header {
    background: #fff;
    position: relative;
    z-index: 20
}
.post-nav-old{
    margin:10px 0;
  }
  .post-nav-old a{
    display:inline-block;
    margin:0 5px;
    color:#000;
  }
  .post-nav-old .prev,.post-nav-old .next{
    display:inline-block;
    padding:0 10px;
    border:1px solid #c7c7c7;
  }
  .post-nav-old a:hover{
    color:#F06A02;
  }
  .post-nav-old a.current{
    color:#F06A02;
  }
.post-nav span{
    width: 70px;
    height: 42px;
    background: #FFFFFF;
    display:inline-block;
}
.post-nav a{
display:inline-block;
}
.post-nav .prev-default,.post-nav .prev{
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c7c7c7'%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-size: 90% 50%;
background-position-y: 11px;
}
.post-nav .prev:hover{
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-size: 90% 50%;
background-position-y: 11px;
background-color:#EF6902;
}
.post-nav .next-default,.post-nav .next{
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c7c7c7'%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-size: 90% 50%;
background-position-y: 11px;
}
.post-nav .next:hover{
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-size: 90% 50%;
background-position-y: 11px;
background-color:#EF6902;
}
.logo {
    padding: 10px 0;
    position: relative;
}
.logo span{
    color: #666;
    line-height: 37px;
    position: absolute;
    top: 22px;
   
    font-size: 14px;
    right: -140px;
}

.nav {
    margin-left: 50px;
}
.top-search{
    display:inline-block;
    position:relative;
    bottom: -11px;
}
.shuru{
    outline: none;
    background: #fff;
    border: none;
    width: 46px;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all 0.3s ease;
    opacity: 0;
}
.top-search:hover .shuru {
    width: 120px;
    background: #e8e6e6;
    opacity: 1;
    padding-left: 50px;
    background-image: url('../images/ssbtna.png');
    background-repeat: no-repeat;
    background-position: 10px;
}
.yuyan {
    margin-left: 30px;
    display:inline-block;
}
/* 轮播项目 */
.shuffling{
    position:relative;
    overflow: hidden;
}
.shuffling li .info{
    height:440px;
    background:#fff;
    box-sizing:border-box;
    padding:80px 65px 0 65px;
    position:relative;
}
.shuffling li .info h3{
    font-size:24px;
    color:#FE9934;
    margin-bottom:50px;
}
.shuffling li .info p{
    line-height:1.8;
    color:#333;
}
.shuffling li .info span{
    position:absolute;
    bottom:80px;
    color:#888;
    font-size:12px;
}
.shuffling li .img{
    height:440px;
}
.shuffling li .img img{
    object-fit: cover;
    height:440px;
    width:100%;
}

.shuffling .navigation{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 111;
}
.shuffling-prev,.shuffling-next{
    width:40px;
    height:40px;

    position:relative;
    float:left;
    cursor:pointer;
}
.shuffling-prev{
    background:#fff;
}
.shuffling-next{
    background:#fff;
}

.shuffling-prev i,.shuffling-next i{
    position:absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.shuffling-prev:hover{
    background:#EF6902;
}
.shuffling-next:hover{
    background:#EF6902; 
}
.shuffling-prev:hover i{
   color:#FFF;
}
.shuffling-next:hover i{
    color:#FFF;
}
.shuffling-prev i{
   font-size:35px;
   color:#FE9934;
}
.shuffling-next i{
    font-size:35px;
   color:#FE9934;
}
/* 轮播项目 */
/* 定制时间 */
.custom-time{
    position:relative;
    height:46px;
    border-right:1px solid  #E5E5E5;
    width:80px;
    color:#888;
    margin:30px 0;
}
.custom-time .day{
    font-size:24px;
}
.custom-time .data{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    right: 5px;
}

.custom-time .line{
    position: absolute;
    width: 62px;
    height: 1px;
    bottom: 0;
    background: #E5E5E5;
    left: 0;
    display: block;
    transform: rotateZ(-30deg);
    transform-origin: left top 0;
}
  /* 定制时间 */
/* home start*/
#home-innovative,#home-yingyong{
    background:#f7f7f7;
    padding-bottom:120px;
    overflow:hidden;
  }
  #home-yingyong .body{
    position:relative;
  }
  #home-yingyong .navigation{
    font-size:30px;

  }
  #home-yingyong-pagination{
      left: 50%;
      transform: translate(-50%,100%);
  }
  #home-yingyong-pagination .swiper-pagination-bullet{
    margin:0 5px;
  }
  #home-yingyong-pagination .swiper-pagination-bullet-active{
    background:#FE9934;
  }
  #home-yingyong .yingyong-prev{
    position:absolute;
    top:50%;
    left:-20px;
    cursor:pointer;
  }
  #home-yingyong .yingyong-next{
    position:absolute;
    top:50%;
    right:-20px;
    cursor:pointer;
  }
  #home-service{
    padding-bottom:120px;
  }
  #home-service .img{
    position:relative;
  }
  #home-service .img .item{
    width: 117px;
    height: 38px;
    background: #FE9A34;
    border-radius: 19px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#FFF;
    font-size:18px;
    transition:width 0.3s ease;
    cursor:pointer;
    margin:0 auto;
  }
  #home-service .img .item:hover{
    width:150px;
  }
  #home-service .img .ii{
      position:absolute;
      width:150px;
  }
  #home-service .img .item1{
    left: 214px;
      top: 213px;
  }
  #home-service .img .item2{
    left: 444px;
      top: 141px;
  }
  #home-service .img .item3{
    left: 587px;
      top: 135px;
  }
  #home-service .img .item4{
    left: 665px;
      top: 175px;
  }
  #home-service .img .item5{
    left: 918px;
      top: 191px;
  }
  #home-service .img .item6{
    left: 1057px;
      top: 202px;
  }
  #home-service .img .item7{
    left: 986px;
      top: 263px;
  }
  #home-product .home-title{
    text-align:left;
  }
  #home-product .content{
    margin-top:20px;
    padding:0 200px;
  }
  #home-product .content-wap{
      display:none;
  }
  #home-product .content img{
    display:none;
    margin: 0 auto;
    max-width:100%;
  }
  #home-product .content img.active{
    display:block;
  }
  #home-product .product-nav li{
    font-size:24px;
    font-weight:500;
    text-align:center;
    cursor:pointer;
  }
  #home-product .product-nav li a{
    display:block;
    width:80%;
    padding:10px 0;
    margin:0 auto;
    text-align:center;
    background:#313131;
    color:#FFF;
  }
  #home-product .product-nav li:nth-child(1):hover a{
      background:#fbba00;
  }
  #home-product .product-nav li:nth-child(2):hover a{
    background:#53b0d7;
  }
  #home-product .product-nav li:nth-child(3):hover a{
    background:#b9ce00;
  }
  #home-product .product-nav li:nth-child(4):hover a{
    background:#2db8c5;
  }
  #home-product .product-nav li:nth-child(5):hover a{
    background:#e4cf00;
  }
  #home-about{
    padding-bottom:120px;
  }
  #home-about .footer{
    margin-top:120px;
  }
  #home-about li{
    text-align:center;
    position:relative;
    flex:100%;
  
  }
  #home-about li .en{
    font-size: 30px;
    color: #EFEFEF;
    position: absolute;
    left: 50%;
    top: 22%;
    z-index: -1;
    transform: translateX(-50%);
    width: 100%;
  }
  #home-about li .big{
    font-size:60px;
    color:#EF6902;
  }
  #home-about li .small{
    font-size:18px;
    color:#EF6902;
  }
  #home-about li span{
    text-align:center;
    color:#333333;
    font-size:14px;
  }
  #home-duty{
    padding:120px 0;
    background:#f7f7f7;
  }
  #home-duty .left{
    background:url("../images/index-shzr-left.png");
    width:580px;
    margin-right:20px;
    height:438px;
    color:#fff;
    padding-top:260px;
    padding-left:40px;
    box-sizing:border-box;
  }
  #home-duty .left a{
    display:block;
    color:#fff;
  }
  #home-duty .left span,#home-duty .right .top span{
    font-size:24px;
    display:block;
    margin-bottom:25px;
  }
  #home-duty .left p{
    font-size:14px;
    line-height:1.5;
  }
  #home-duty .right .top{
    background:url("../images/index-tzzgx.png");
    height:220px;
    box-sizing:border-box;
    color:#fff;
    padding:60px 50px;
  }
  #home-duty .right .top li{
    text-align:center;
  }
  #home-duty .right .top li a{
    color:#fff;
  }
  #home-duty .right .top li img{
    margin:5px auto;
  }
  #home-duty .right .top li span{
    font-size:12px;
  }
  #home-duty .right .bottom{
    background:url("../images/index-ssgj.png");
    height:200px;
    margin-top:20px;
    box-sizing:border-box;
    padding:44px 38px;
    color:#FFF;
  }
  #home-duty .right .bottom .header{
    overflow:hidden;
    padding-bottom:2px;
    border-bottom:1px solid #fff;
  }
  #home-duty .right .bottom span{
    font-size:24px;
  }
  #home-duty .right .bottom .time{
    line-height:33px;
  }
  #home-duty .right .bottom .body li{
    font-size:18px; 
    font-weight:500;
    margin:25px 0;
  }
  #home-duty .right .bottom .body span{
    font-size:14px;
    display:block;
  }
/* home end */

/* about start */
#home-news{
    background:#f6f6f6;
  }
  #home-news .morea{
    color:#343434;
    font-size:14px;
    display:inline-block;
    padding-bottom:5px;
    border-bottom:1px solid #A0A0A0;
  }
  #home-news .home-title{
    text-align:center;
  }
  #about-news1{
    padding-top:60px;
    padding-bottom:120px;
  }
#about-profile{
  padding-bottom:200px;
}
#about-history{
  padding-bottom:120px;
}
#about-vision{
  background:#f6f6f6;
  padding-bottom:120px;
}
#about-profile .body{
  position:relative;
}
#about-profile .left{
  width:600px;
  padding:
}
#about-profile .left .content{
  width:530px;
  padding:20px;
  box-sizing:border-box;
  border-bottom:1px solid #EF6902;
}
#about-profile .left p{
  color:#666;
  font-size:14px;
  line-height:1.5;
  margin-bottom:30px;
}
#about-profile .right{
  width:650px;
  position:absolute;
  left:550px;
  top:40px;
  background-color:#f6f6f6;
  padding:44px 46px;
  box-sizing:border-box;
}
#about-profile .right .heng{
  position:absolute;
  height:3px;
  width:80px;
  background:#EF6902;
  top:-3px;
  right:-3px;
}
#about-profile .right .shu{
  position:absolute;
  height:40px;
  width:3px;
  background:#EF6902;
  top:-3px;
  right:-3px;
}
#about-profile .right span{
  font-size:18px;
  color:#333;
}
#about-profile .right .line{
  width:40px;
height:2px;
background:rgba(239,105,2,1);
display:block;
margin:20px 0;
}
#about-profile .right p{
  color:#666;
  font-size:14px;
  line-height:1.5;
  margin-bottom:30px;
}
#about-social{
  margin-bottom:80px;
}
#about-social .body{
  background:url("../images/about-social-bg.png");
  height:600px;
  color:#FFF;
  padding-top:130px;
  padding-left:60px;
  box-sizing:border-box;
}
#about-social .body p{
  font-size:14px;
  line-height:2;
}
  #about-history{
    background:#f6f6f6;
  }
  #about-history .body{
    width:860px;
    margin: 150px auto 0 auto;
    position:relative;
  
  }
  #about-history .body div[class^="swiper-button"]{
    top: 50%;
    position: absolute;
    font-size: 30px;
    transform: translateX(-50%);
    color: #C7C7C7;
    cursor:pointer;
    z-index: 1111;
  }
  #about-history .body .right{
    background:#fff;
    height:260px;
  }
  #about-history .body .content{
    padding:50px 30px;
    box-sizing:border-box;
    line-height:1.8;
  }
  .swiper-pagination-time{
    position:absolute;
    top:-60px;
    bottom:auto !important;
    left: -20% !important;
    width: 140% !important;
    display: flex;
    justify-content: space-between;
  }
  .swiper-pagination-time:before{
    content: '';
    height: 1px;
    width: 100%;
    background: #c7c7c7;
    display: block;
    position: absolute;
    top: 4px;
    z-index: 0;
  }
  #about-history li{
    height:260px;
    box-sizing:border-box;
    padding:20px;
    background:#fff;
  }
  #about-history li .col-12, #about-history li img{
    height:100%;
  }
  #about-history li span{
    font-size:24px;
    color:#333;
    display:block;
    margin-bottom:20px;
  }
  #about-history .swiper-pagination-time .swiper-pagination-bullet{
    margin:0 50px !important;
    position:relative;
    background: #cecece;
    opacity: 1;
  }
  #about-history .swiper-pagination-time .swiper-pagination-bullet b{
    color: #cecece;
  }
  #about-history .swiper-pagination-time .swiper-pagination-bullet-active{
    background: #ef690f;
    opacity: 1;
  }
  #about-history .swiper-pagination-time .swiper-pagination-bullet-active b{
    color: #ef690f;
  }
  #about-history .swiper-pagination-time .swiper-pagination-bullet b{
    position:absolute;
    top:-25px;
    left:-20px;
    font-size:20px;
  }
  #about-history .swiper-button-prev-time{
    left:-50px !important;
  }
  #about-history .swiper-button-next-time{
    right:-50px !important;
  }
  #about-honor{
    margin-bottom:80px;
  }
  #about-honor .body{
    width:1200px;
    margin:0 auto;
    position:relative;
  }
  #about-honor .swiper-slide{
    transform: scale(0.8);
  }
  #about-honor .swiper-slide-active{
    transform: scale(1);
  }
  #about-honor .swiper-slide-active .title{
    display:block;
    width: 90%;
    margin: 0 auto;
  }
  #about-honor li .img{
    position:relative;
  }
  #about-honor li .img p{
    position: absolute;
    width: 100%;
    bottom: 10px;
    background: rgba(0,0,0,0.8);
    height: 35px;
    text-align: center;
    line-height: 35px;
    color:#FFF;
  }
  #about-honor li .title{
    text-align:center;
    padding-bottom:15px;
    padding-top:20px;
    border-bottom:1px solid #EF6902;
    display:none;
  }
  #about-honor .swiper-button-next,#cxyf-patent .swiper-button-next,#fwzc-brand .swiper-button-next{
    background:url("../images/arrow-right.png") no-repeat;
    width: 35px;
    right:0;
  }
  #about-honor .swiper-button-prev,#cxyf-patent .swiper-button-prev,#fwzc-brand .swiper-button-prev{
    background:url("../images/arrow-left.png")  no-repeat;
    width: 35px;
    left:0;
  }
  #about-news1 .list li{
		padding:30px;
		box-sizing:border-box;
		border-bottom: 1px solid #c7c7c7;
		transition: all 0.8s ease;
	}
	#about-news1 .list li:hover{
    padding: 30px 50px;
    background-color:#f6f6f6;
	}
	#about-news1 .list li img{
		height: 170px;
    	object-fit: cover;
	}
	#about-news1 .list .info{
		box-sizing:border-box;
		padding:10px 60px 10px 0;
	}
	#about-news1 .list .info h3{
		font-size:16px;
		color:#333;
		margin-bottom:30px;
  }
  #about-news1 .list li:hover .info h3{
    color:#ef690f;
  }
	#about-news1 .list .info p{
		font-size:12px;
        line-height:1.8;
        max-width: 750px;
	}
	#about-news1 .list li .time{
		display:block;
		font-size:12px;
		color:#888;
		margin-top:20px;
	}
	#about-news1 .list li a{
		color:#666;
	}
	#about-news1 .list .time .hover{
		display:none;
	}
/* about end */
/* product start */
#product-home .product-title{
	margin-bottom:90px;
}
#product-home .product-title span{
font-size: 36px;
font-weight: bold;
color: #E8C424;
}
#product-home .product-select{
	margin-bottom:90px;
}
#product-home .toggle-products{
	color: #d07327;
	cursor:pointer;
}
#product-home .product-select label{
	display: block;
    margin-bottom: 5px;
    padding-left: 7px;
}
#product-home .product-select .field_select{
	position: relative;
}
#product-home .istopproduct {
    border-radius: 50%;
    border-bottom-right-radius: 0;
    color: #FFF;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 120%;
    line-height: 100% !important;
    position: absolute;
    top: -10px;
    left: 3px;
    border-style: solid;
    border-width: 2px;
		background-color:#e8c424;
}
#product-home .product-select .field_select::after{
	background: #e7e7ec none repeat scroll 0 0;
	border-left: 1px solid #d5d5da;
	border-right: 1px solid #d5d5da;
	border-top: 1px solid #d5d5da;
	color: #000000;
	content: "\003e";
	/* font-family: "Papicon-Bafang"; */
	font-size: 160%;
	font-style: normal;
	font-weight: normal;
	padding-left: 7px;
	padding-top: 5px;
	height: 24px;
	width: 21px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 0em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#product-home .product-list .header {
    width: 100%;
    border-bottom: 1px solid #323845;
    display: inline-block;
    margin: 0 0 48px;
		position:relative;
		padding-bottom: 20px;
}
#product-home .product-list .header h2{
	font-size:28px;
}
#product-home .product-list .content{
	transition:all 0.3s ease;
}
#product-home .toggle-products {
    position: absolute;
    right: 0px;
    top: 2px;
}
#product-home .field_select select{
		-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
		width: 90%;
    display: inline-block;
    background-color: #e7e7ec;
    border: 1px solid #d5d5da;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
		outline:none;
}

#product-home .product-item {
    width: 48%;
    display: table;
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 1% 2% 0 0;
    table-layout: fixed;
    float: left;
    min-height:190px;
}
#product-home .product-item:hover{
	background:#C7C7C7;
}
#product-home .product-item .productimage {
    width: 45%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
#product-home .product-item .productimage img{
    width:240px;
    height:180px;
}
#product-home .product-item .productcontent {
    float: left;
    margin: 0;
    padding: 0 1.5em 0 1.5em;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#product-home .product-item h4 {
    text-transform: uppercase;
    font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
		font-weight:400;
    color:#323845;
		margin: 0 0 20px 0;
		font-size:20px;
}
#product-home .product-item h4 .producttitle-bold{
	font-weight: 700;
    color: #323845;
}
#product-home table {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    margin: 0 0 1.35714em 0;
}
#product-home table tr{
	line-height:1.8;
}
#product-home .productcontent td, #product-home .productdetailspecs td {
    vertical-align: top;
		font-size:14px;
}
#product-home .groupedicon{
	float: left;
    height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-right: 11px;
	color: #323845;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#product-home .groupedicon span{
	padding-top: 4px;
	font-size: 34px;
}
#product-home .hidde-more{
	max-height:200px;
	overflow: hidden;
}
#product-detail h1{
   font-size:26px;
}
#product-detail .content{
    text-align:left;
    margin:50px 0;
}
#product-detail .product-info{
    background: #efefec;
    padding:50px 0 80px 0;
}
#product-detail .product-info h3{
    color: #323845;
    font-size:24px;
    padding:20px 0 10px 0;
}
#product-detail .product-info h4{
    color: #323845;
    font-size:20px;
}
#product-detail .product-info table{
    color:#444;
    width:100%;
    margin-bottom:20px;
    border-collapse: collapse;
}
#product-detail .product-info table tr{
    font-size:14px;
    height:25px;
}
#product-detail .product-info table tr td{
    width:50%;
    vertical-align: middle;
}
#product-detail .product-info .right  table tr{
    border-top: 1px solid #323845;
}
#product-detail .product-info .right  table tr:last-child{
    border-bottom: 1px solid #323845;
}
.product-box .img-nav{
    position:absolute;
    right:10px;
    top:10px;
    z-index:111111111;
}
.product-box .img-nav span{
    display: inline-flex;
    height: 30px;
    width: 30px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.product-box .img-nav span.dq{
    background: #ef6902;
    color: #fff;
}
.product-box{
    position:relative;
}
.product-box .gallery-top {
    height: 80%;
    width: 100%;
}
.product-box .gallery-top img{
    width:80%;
    margin:0 auto;
    display:block;
}

.product-box .product-box .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    width:40%;
    margin:0;
}

.product-box .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.product-box .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.product-box .swiper-button-prev{
 background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c7c7c7'%2F%3E%3C%2Fsvg%3E") !important;
}
.product-box .swiper-button-next{
 background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c7c7c7'%2F%3E%3C%2Fsvg%3E") !important;
}
/* product end */
/* yycj start */
#yycj .box{
    overflow:hidden;
    margin-bottom:120px;
  }
  #yycj .box li{
    position:relative;
    overflow:hidden;
    margin-top:70px;
  }
  #yycj .left{
    float:left;
    width:615px;
    height:375px;
  }
  #yycj .left{
    float:left;
    width:615px;
    height:375px;
  }
  #yycj .right{
    position: absolute;
    left: 500px;
    height: 300px;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    box-sizing: border-box;
    padding: 60px;
    color:#FFF;
  }
  #yycj .right span{
    font-size:18px;
    display:block;
    margin-bottom:20px;
  }
  #yycj .right p{
        font-size: 16px;
    line-height: 1.5;
  }
  #yycj .right a{
    margin-top:50px;
    display:inline-block;
    padding:8px 20px;
    color:#333;
    font-weight:500px;
    background:#fff;
  }
  #yycj .right a:hover{
      background:#000;
      color:#fff;
  }
  #yycj .box li:nth-child(1) .right{
    background-color:rgba(148,203,159,0.9);
  }
  #yycj .box li:nth-child(2) .right{
    background-color:rgba(245,155,13,0.9);
  }
  #yycj .box li:nth-child(3) .right{
    background-color:rgba(189,208,13,0.9);
  }
  #yycj .box li:nth-child(4) .right{
    background-color:rgba(229,209,13,0.9);
  }
  #yycj .box li:nth-child(5) .right{
    background-color:rgba(56,188,200,0.9);
  }
/* yycj end */
/* fwzc start  */
#fwzc-policy,#fwzc-problem{
    padding-bottom:120px;
  }
  #fwzc-policy .content{
    font-size:14px;
  }
  #fwzc-policy .content span{
    font-weight:700;
    color:#333;
  }
  #fwzc-policy .content p{
    color:#666;
    margin-bottom:20px;
    line-height:1.8;
  }
  #fwzc-policy .content b,#fwzc-policy .content b a{
    color:#EF6902;
  }
  
  #fwzc-brand{
    padding:80px 0;
  }
  
  #fwzc-brand .body{
    margin-top:120px;
    position:relative;
  }
  #fwzc-brand .body li{
    float:left;
    width:22%;
    margin-right:3%;
    margin-bottom:1.5%;
    border: 1px solid #dbdbdb;
      box-sizing: border-box;
  }
  #fwzc-downloads li{
    background: #ededed;
      flex: 1 1 32.3%;
      margin-right: 1%;
  
  }
  #fwzc-downloads .body .title{
    color:#333;
    font-size:24px;
    display:block;
    margin-bottom:40px;
  }
  #fwzc-downloads{
    background:#F7F7F7;
    padding-bottom:120px;
  }
  #fwzc-downloads .flex-box{
    margin-bottom:120px;
  }
  #fwzc-downloads li .img{
       text-align: center;
      padding: 30px 0;
  
  }
  #fwzc-downloads li .img .click{
    display:none;
  }
  #fwzc-downloads li .active .click{
    display:block;
  }  
  #fwzc-downloads li .active .default{
    display:none;
  }  
  #fwzc-downloads li .img img{
    margin: 0 auto;
    display: block;
      text-align: center;
  
  }
  #fwzc-downloads li .info{
    box-sizing:border-box;
    padding:30px 20px;
    background:#FFF;
  }
  #fwzc-downloads li .info b{
    color:#FF6800;
  }
  #fwzc-downloads li .info p{
      margin:10px 0;
  }
  #fwzc-downloads .list li.item.bg{background-color:#ededed;}
  #fwzc-downloads .list li.item p {background-color:#ededed;padding:15px 50px 15px 30px;cursor:pointer;}
  #fwzc-downloads .list li.item p img{vertical-align: bottom;margin-right:10px;}
  #fwzc-downloads .list li.item {font-size:18px;color:#666;margin-bottom:10px;}
    #fwzc-downloads .shouce li.item .info-shouce {padding:50px;display:none;}
    #fwzc-downloads .shouce li.item .info-shouce a:first-child{border-top:1px solid #dbdbdb;}
    #fwzc-downloads .shouce li.item .info-shouce a{display:block;border-bottom:1px solid #dbdbdb;padding: 10px 0px;color:#666}
    #fwzc-downloads .shouce li.item .info-shouce a img{vertical-align: middle;margin:0 20px;}
    #fwzc-downloads .shouce li.item .info-shouce a img.hover{display:none;}
    #fwzc-downloads .shouce li.item .info-shouce a:hover{color:#FF6800;}
    #fwzc-downloads .shouce li.item .info-shouce a:hover img.hover{display:inline-block;}
    #fwzc-downloads .shouce li.item .info-shouce a:hover img.default{display:none;}
      #fwzc-downloads .shouce li.item .info-shouce .text {color:#333333;font-size:14px;line-height:28px;margin-bottom:25px;}
      #fwzc-downloads .list li.item .footer {border-top:1px solid #b1b1b1;text-align:center;}
    #fwzc-downloads .list li.item .footer button {border-radius:6px;padding:8px 30px;background:#010101;color:#fff;margin:30px 15px;cursor:pointer;}
  
  #fwzc-problem .list li p {background-color:#ededed;padding:15px 50px;cursor:pointer;}
      #fwzc-problem .list li {font-size:18px;color:#666;margin-bottom:10px;}
      #fwzc-problem .list li .info {background-color:#F7f7f7;padding:50px;display:none;}
      #fwzc-problem .list li .info .text {color:#333333;font-size:14px;line-height:28px;margin-bottom:25px;}
      #fwzc-problem .list li .info .text p{    background-color: #F7f7f7;
    padding: 0;}
      #fwzc-problem .list li .info .text a{color:#FE9934;}
      #fwzc-problem .list li .footer {border-top:1px solid #b1b1b1;text-align:center;}
      #fwzc-problem .list li .footer button {border-radius:6px;padding:8px 30px;background:#010101;color:#fff;margin:30px 15px;cursor:pointer;}
  
/* fwzc end */
/* touzhizhe start */
#dqjs{
    margin-bottom:50px;
    margin-top:60px;
}
.gupiao{
   background:url('/templates/default/images/investors/innovative-gujia.png');
   height:320px;
   color:#FFF;
   box-sizing:border-box;
   padding:75px 85px;
   margin-bottom: 10px;
}
.gupiao .daima{
   padding-bottom:15px;
   border-bottom:1px solid #fff;
   font-size:16px;
}
.gupiao .details{
   margin-top:60px;
}
.gupiao .daima span{
   font-size:14px;
}
.gupiao .details strong{
   display:block;
   font-size:36px;
   margin-bottom:20px;
}
.gupiao .details span{
   display:block;
   font-size:14px;
   margin-bottom:60px;
}
.gupiao .laiyuan{
    display:block;
    text-align:right;
}
#dqjs .body .gonggao{
   background:url('/templates/default/images/investors/investor-announcement.png');
   height:320px;
   box-sizing:border-box;
}
#dqjs .body .dingqi{
   background:url('/templates/default/images/investors/Innovative-dingqi.png');
   height:320px;
   box-sizing:border-box;
   margin-left: 10px;
    width: 490px;
    background-size: 100%;
}
#dqjs .body .wenda{
   background:url('/templates/default/images/investors/investor-wenda.png');
   height:320px;
   box-sizing:border-box;
   margin-top:10px;
}
#dqjs .body .zhili{
   background:url('/templates/default/images/investors/Innovative-company.png');
   height:320px;
   box-sizing:border-box;
   margin-right: 10px;
    width: 490px;
    margin-top:10px;
    background-size: 100%;
}
#dqjs .body .contact{
   background:url('/templates/default/images/investors/Innovative-contact.png');
   height:320px;
   box-sizing:border-box;
   margin-top:10px;
   padding:60px 80px;
   color:#FFF;
}
#dqjs .body .contact .col-7,#dqjs .body .contact .col-8{
   border-right:1px solid #fff;
   margin-right: -1px;
   height:200px;
}
#dqjs .body .contact .title{
   line-height:200px;
}
#dqjs .body .contact .lianxi{
   padding-left:54px;
   padding-top:36px;
   box-sizing:border-box;
}
#dqjs .body .contact span{
    font-size:18px;
    margin-bottom:25px;
    display:block;
}
#dqjs .body .contact a{
    color:#fff;
}
#dqjs .body .contact p{
    font-size:14px;
    line-height:2;
}
#dqjs .body .info{
   padding-top:100px;
   box-sizing:border-box;
   padding-left:90px;
   color:#FFF;
   cursor:pointer;
}
#dqjs .body .info h3,#dqjs .body .contact .title h3{
   font-size:20px;
   margin-bottom:25px;
   font-weight:400;
}
#dqjs .body .info h3 img,#dqjs .body .contact .title h3 img{
vertical-align: sub;
margin-right: 15px;
height:25px;

}
#dqjs .body .info a{
   color:#fff;
   font-size:14px;
}
#dqjs .footer li{
   background-color:#e9e9e9;
   padding:15px 30px;
   margin-top: 10px;
}
#dqjs .footer li a{
   color:#666;
   font-size:16px;
}
/* touzhizhe end */
/* lxwm start */
#lxwm-contact .contact-details .header{
    margin-bottom:50px;
}
#lxwm-contact .contact-details .header span{
    
    font-size:24px;
    font-weight:700;
    color:#333333;
    margin-left:10px;
    
}

#lxwm-contact .contact-details .body span{
    font-size:20px;
    color:#666666;
    margin-bottom:20px;
    display:block;
}
#lxwm-contact .contact-details .body p{
    font-size:16px;
    color:#666666;
    line-height:2;
}
#lxwm-value{
    background:#fff;
    padding:60px 0 120px 0;
}
.lxwn-circle{
    width:18px;
    height:18px;
    border-radius:50%;
    background:#E4CF00;
    display:inline-block;
}
.contact-details .flex-box{
    display:flex;
    flex-wrap:wrap;
}
.contact-details .flex-box li{
    flex: 0 1 33.33%;
    margin-bottom:50px;
}
#lxwm-zhaoxian {padding-bottom:70px;}
#lxwm-zhaoxian .list li p {background-color:#E7E8EC;padding:15px 50px;cursor:pointer;}
#lxwm-zhaoxian .list li {font-size:18px;color:#666;margin-bottom:10px;}
#lxwm-zhaoxian .list li .info {background-color:#Fbfbfb;padding:50px 50px 0 50px;display:none;}
#lxwm-zhaoxian .list li .info .text {color:#333333;font-size:14px;line-height:28px;margin-bottom:25px;}
#lxwm-zhaoxian .list li .footer {border-top:1px solid #b1b1b1;text-align:center;}
#lxwm-zhaoxian .list li .footer button {padding:10px 60px;background:#F5730A;color:#fff;margin:30px 15px;cursor:pointer;}

/* lxwm end */
/* 新闻start */
#page-contenr{
    background:#f8f8f8;
}
#page-contenr .content{
    background: #ffffff;
    padding:70px 40px;
    box-sizing:border-box;
    width:880px;
    margin-right:20px;
    margin-bottom:120px;
}
#home-news{
      padding: 80px 0;
  }
  #home-news .home-title{
      text-align:left;
      /*overflow:hidden;*/

  }
  #home-news .home-title p{
    float:left;
    width: 100%;
  }
  #home-news .news ul{
    font-size:0;
    overflow:hidden;
  }
  #home-news .news li{
    width:30.3%;
    font-size:14px;
    margin:0 1%;
    float:left;
    margin-bottom:20px;
    overflow:hidden;
  }
  #home-news .news li .img{
    position:relative;
  }
  #home-news .news li .img>img{
    width:100%;
    height:100%;
    display:block;
  }
  #home-news .news li .img .mask{
    position:absolute;
    width:100%;
    left:0;
    top:0;
    height:100%;
    background:rgba(1,70,154,0.5);
  }
  #home-news .news li .img .mask .icon{
    width:26px;
    height:26px;
    left: 50%;
    top: 50%;
    position:absolute;
    transform: translate(-50%,-50%);
  }
  #home-news .news li .info{
    padding:15px;
    position:relative;
  }
  #home-news .news li .info .time{
    font-size:12px;
    display:block;
  }
  #home-news .news li .info .time a{
    color:#888;
  }
  #home-news .news li:hover .info{
      background:#fff;
  }
  #home-news .news li:hover .info h4,#home-news .news li:hover .more{
    color:#ef690f;
  }
  
  #home-news .news li .info h4{
    font-size:16px;
    line-height: 1.5;
    margin-top:20px;
    margin-bottom:20px;
    position:relative;
    height: 50px;
  }
  #home-news .news li .info h4:before{
    content:'';
    width:2px;
    height:18px;
    position:absolute;
    top: 0;
    left: -15px;
    background: #ef690f;
    display:none;
  }
  #home-news .news li:hover h4:before{
    display:block;
  }
  #home-news .news li .info p{
    margin-bottom:30px;
    line-height:1.5;
  }
  #home-news .news li a{
    color:#666;
  }
  
  /* 新闻end */
.ygtd {
    margin-left: 20px;
}
.text-center{
    text-align: center;
}
.nav .sub-menu img{
  position: absolute;
  top: 25px;
  right: 4%;
  width: 276px;
  height: 185px;
  border-left:1px solid #c7c7c7;
  padding-left:50px;
}
.nav .sub-menu{
  width: 110px;
  position: relative;
}
.nav>ul>li {
    float: left;
    height: 80px;
    box-sizing: border-box;
    padding: 20px 0px;
}

.nav>ul>li>.sub-menu {
    display: none;
    padding: 20px 15px;
    background: #f0f0f0;
    position: absolute;
    box-sizing: border-box;
  	
}
.nav>ul>li>.sub-menu li{
	text-align:center;
}

.nav>ul>li>.sub-menu li a {
    display: block;
    line-height: 40px;
    color: #333333;
}

.nav>ul>li>.sub-menu li a:hover {
    color: #223e7d;
}

.nav>ul>li.xz>ul.sub-menu {
    z-index: 10;
    box-shadow: 1px 1px 3px 0px rgba(144, 144, 144, 0.37);
    -webkit-box-shadow: 1px 1px 3px 0px rgba(144, 144, 144, 0.37);
    -moz-box-shadow: 1px 1px 3px 0px rgba(144, 144, 144, 0.37);
    display: block !important;
}
.nav>ul>li>a {
    display: block;
    margin: 0 25px;
    margin-top: 10px;
    font-size: 15px;
    color: #333333;
    border-bottom:3px solid transparent;
    padding-bottom:5px;
    position:relative;
    /*font-weight:800;*/
}
.nav>ul>li>a::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #fe9934;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.nav>ul>li:hover>a::after {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}
.nav>ul>li>a:hover,
.nav>ul>li.current_page_item>a,
.nav>ul>li.current-page-ancestor>a,
.nav>ul>li.current-category-ancestor>a,
.nav>ul>li.current-post-parent>a {
    color: #EF6902;
}
.nav>ul>li.current-menu-item>a{
 color:#EF6902;
 padding-bottom: 5px;

}
.nav>ul>li.current-menu-item>a:after{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}
.navxiala .qiehuan {
    height: 80px;
    line-height: 80px;
    display: block;
    padding-right: 15px;
    /*background-image: url(../images/jt.png);*/
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.navxiala ul {
    display: none
}

.navxiala ul li {
    display: block
}

.navxiala ul li a {
    display: block
}
.en-logo{
    padding-top: 25px;padding-right:10px;
}
#top .wx {
    margin-top: 28px;
    cursor: pointer
}

#tan {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.70);
    z-index: 19;
    display: none;
    top: 0;
    left: 0;
}

#tan .tannr {
    width: 200px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -200px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.nr-txt .nr-left {
    margin-right: 20px;
}

.cp-nr img {
    max-width: 100%;
    height: auto !important
}

#tan .tannr img {
    width: 100%;
    display: block
}

.i-ban {position:relative;overflow:hidden;width:100%;z-index:1;height:800px;}
.i-ban ul,.i-ban li {width:100%;height:100%;}
.i-ban li {background-size:cover !important;position:absolute;left:100%;top:0;overflow:hidden;}
.i-ban li .cent-cont {position:absolute;left:10.5%;bottom:20%;margin-top:-240px;color:#fff;z-index:3;}
.i-ban li .gray-bg {display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;filter:alpha(opacity=30);}
.i-ban li .word {color:#fff;font-size:50px;line-height:20px;}
.i-ban li .word p {position:relative;overflow:hidden;margin-bottom:10px;}
.i-ban li .word span {line-height:15px;color:#ffffff;}
.i-ban li .word span svg {margin-right:5px;}
.i-ban li .word span:hover {color:#ffffff;}
.i-ban li .word p .font-sign {position:relative;display:block;top:20px;opacity:0;filter:alpha(opacity=0);}
.i-ban li .word span.line {display:block;height:4px;background-color:#fff;opacity:0.7;filter:alpha(opacity=70);width:0;position:absolute;left:0;top:50%;margin-top:-2px;}
.i-ban li .word .font {display:block;position:relative;top:20px;opacity:0;filter:alpha(opacity=0);}
.i-ban li .link {display:block;width:42px;height:42px;border:1px solid rgba(255,255,255,0.4);border-radius:50%;margin-top:50px;transition:all 0.3s ease 0s;cursor:pointer;position:relative;overflow:hidden;opacity:0;filter:alpha(opacity=0);}
.i-ban li .link i {display:block;width:100%;height:100%;background:url(../../images/ico_16.png) no-repeat center;position:absolute;left:0;top:0;}
.i-ban li .link:hover {border:1px solid white;}
.i-ban li.active .word p .font-sign {top:0;opacity:1;filter:alpha(opacity=100);transform:rotate(0);transition:all 0.5s ease 0s;}
.i-ban li.active .link {opacity:1;filter:alpha(opacity=1);transition:all 0.3s ease 0.6s;}
.i-ban li.active .link i {animation:downico 1.5s ease-out infinite;}
.i-ban li .mark {position:absolute;top:0;right:0;bottom:0;left:0;}
.i-ban .btns {position:absolute;bottom:76px;left:10.5%;z-index:8000000;}
.i-ban .btns span {display:inline-block;display:none;width:50px;height:2px;margin-right:10px;background-color:#3a333f;position:relative;cursor:pointer;}
.i-ban .btns span i {display:block;height:100%;position:absolute;width:0;background-color:#918c94;}

/*slide*/
#home-slide img {
    display: block;
    width: 100%;
}
#home-slide .text{
    position: relative;
    margin-top: -180px;
    margin-bottom: 54px;
}
#home-slide .en{
    color:#FFFFFF;
    font-size:48px;
    margin-bottom:18px;
    display: block;
}
#home-slide .cn{
    color:#FFFFFF;
    font-size:30px;
    margin-bottom:18px;
}
#swiper-pagination1 {
    bottom: 0px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: auto;
    left: 49%;
    height: 30px;
    line-height: 32px;
    padding: 0 10px;
}

#swiper-pagination1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 1;
    background: #fff;
    border: 2px solid #333;
    margin: 0 4px;
}

#swiper-pagination1 .swiper-pagination-bullet-active {
    border-color: #369ad6;
}
.flex-box{
    display:flex;
    
}
.flex-box li{
    flex:1;
    
}
/*about*/
.homediv {
    padding-top: 90px;
    padding-bottom: 80px;
}

span.bt,
span.fubt,
span.icon {
    display: block
}


.home-title {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
}

.home-title h3 {
    margin: 0;
    font-size: 48px;
    color: #333333;
}

.home-title p {
    margin: 0;
    font-size: 30px;
    color: #666666;
}
.home-title .small{
    color:#666666;
    font-size:14px;
    margin-top:20px;
}
.home-title .line{
    width:40px;
    display:inline-block;
    height:1px;
    margin: 0 20px;
    vertical-align: middle;
    background:#FE9934;
}
.subscription{
    height:80px;
    background-color:#8EC89A;
    line-height:80px;
    margin-bottom:80px;
}
.subscription .left{
    font-size:18px;
    color: #fff;
}
.subscription .right .email{
    height:44px;
    padding-left:10px;
    width: 400px;
    color:#888;
    border:none;
    outline: none;
    margin-right:30px;
}
.subscription .right .email-btn{
    font-size:14px;
    color:#888;
    background:#fff;
    padding:12px 75px;
    border:none;
    outline: none;
    cursor:pointer;
}
.subscription .right .email-btn:hover{
    background:#000;
    color:#FFF;
}
.foot-logo{
    padding:50px 0 30px 0;
}
.foot-a {
    padding-top: 50px;
    padding-bottom: 50px;
}
.foot-a .fuwu{
    text-align: right;
    color: #fff;
    line-height: 2;
    color:#fff;
}

.foot-link {
    margin-bottom: 10px;
}

.foot-link li {
    display: block;
    float: left;
    margin-right: 6px;
    color: #b9c0cf;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.foot-link li a {
    color: #b9c0cf;
    display: block;
    margin-right: 5px;
}

.foot-a .erwei {
    text-align: center;
    color: #f5f5f5;
    padding-top: 5px;
}

.foot-a .erwei img {
    display: block;
    margin-bottom: 20px;
}
.foot-nav{
    display:flex;
    justify-content: space-between;
    width:100%;
}
.foot-a .foot-nav .xgj {
    flex:1;
    text-align: center;
}
.foot-a .foot-nav .xgj .menu{
    text-align: left;
    padding-left: 67px;
}
.foot-a .foot-nav .xgj:nth-child(6) .menu{
    padding-left: 60px;
}
.foot-a .foot-nav .xgj:first-child{
    flex: 0 1 9%;
    text-align: left;
}
.foot-a .foot-nav .xgj:first-child .menu{
    padding-left: 0;
}
.foot-a .foot-nav .xgj:last-child .menu{
    padding-left: 45px;
}
.foot-a .foot-nav .xgj:last-child{
    flex: 0 1 9%;
    text-align: right;
}
.foot-a .foot-nav .xgj:last-child .menu{
    
    text-align:left;
}


.foot-a .foot-nav .xgj:last-of-type {
    border: none
}

.foot-a .foot-nav .xgj .footnav-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}
.foot-a .foot-nav .xgj li:hover a{
  color: #ef690f;
}
.foot-a .foot-nav .xgj li a {
    display: block;
    line-height: 24px;
    color: #888;
        font-size: 15px;
}
.section-title{

text-align:center;
padding-top: 120px;
padding-bottom: 70px;
}
.section-title h3{
    font-weight: 300;
    font-size:36px;
    text-align:center;
}
.section-title p{
    font-size: 16px;
    font-weight: 300;
}
.section-title .line{
width:40px;
display:inline-block;
height:3px;
background:#E10000;
}
.foot-a .foot-nav .xgj li.navbt a {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #333;
}

.foot-a .footer-call {
    text-align: right;
}

.foot-a .footer-call p {
    margin: 5px 0;
}

.foot-a .footer-map {
    position: absolute;
    top: 120px;
}

.foot-b {
    border-top: 1px solid #fff;
    height: 45px;
    line-height: 45px;
    color: #b9c0cf;
}
.foot-b .w{
    border-top:1px solid #dbdbdb;
}
.foot-b a {
    color: #b9c0cf;
}

.footer a.btn{
    width:140px;
    height:40px;
    border:1px solid #BFBFBF;
    display:block;
    margin: 20px auto;
    text-align:center;
    color:#888888;
    line-height: 40px;
    border-radius: 20px;
    cursor:pointer;
    
  }
  .footer a.btn:hover{
    background:#ef690f;
    color:#FFF;
  }
#page-nav {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}

#page-nav .page-title {
    color: #000;
    font-size: 24px;
}

#page-nav .page-nav-list ul li {
    float: left;
    display: block;
}

#page-nav .page-nav-list ul li:last-of-type a {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

#page-nav .page-nav-list ul li a {
    font-size: 14px;
    color: #555555;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #c1bfbf;
    font-weight: 300;
}

#page-nav .page-nav-list ul li.dq a,
#page-nav .page-nav-list ul li a:hover {
    color: #ef6902;
}

.pagediv {
    padding-top: 50px;
}

.pagediv.jishuindex {
    padding-top: 30px;
    padding-bottom: 50px;
}

body .pagediv.jishuindex.dier {
    background: #F6F6F6
}

.pagediv-bt {
    text-align: center;
    margin-bottom: 50px;
}

.pagediv-bt span {
    display: block
}

#page-contenr .pagediv-bt .hanzi,
#page-contenr .pagediv-bt .hanzi p {
    color: #83b514;
    font-size: 36px;
    margin-bottom: 6px;
}

.pagediv-bt .yw,
#page-contenr .pagediv-bt .yw p {
    font-family: HelveticaNeueCE;
    font-size: 18px;
    color: #b2b3b1;
    margin-bottom: 20px;
}

.pagediv-bt .hx {
    width: 37px;
    height: 1px;
    background: #3598d5;
    margin: 0 auto;
}

.pagediv.shu {
    padding-top: 50px;
    padding-bottom: 100px;
}

#page-contenr .nr-div {
    width: 47.5%;
}

#page-contenr .nr-div .img img {
    display: block;
    width: 100%;
}

#page-contenr p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

#page-contenr.about .img {
    margin-top: 5px;
    margin-bottom: 5px;
}

#page-contenr.xdwh .nr-div.left {
    width: 42.5%;
}

#page-contenr.xdwh .nr-div.right {
    width: 52.5%;
}

#page-contenr.xdwh .nr-div.right ul li {
    display: block;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 14px;
    color: #666666;
}

#page-contenr.xdwh .nr-div.right ul li .bt {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-right: 6px;
    padding-left: 60px;
    background-image: url(../images/whbj.png);
    background-repeat: no-repeat;
}

#page-contenr.xdwh .nr-div.right ul li:nth-child(1) .bt {
    background-position: 0px 17px;
}

#page-contenr.xdwh .nr-div.right ul li:nth-child(2) .bt {
    background-position: 3px -76px;
}

#page-contenr.xdwh .nr-div.right ul li:nth-child(3) .bt {
    background-position: 2px -157px;
}

#page-contenr.xdwh .nr-div.right ul li:nth-child(4) .bt {
    background-position: 1px -243px;
}

#page-contenr.xdwh .nr-div.right ul li:nth-child(5) .bt {
    background-position: 1px -325px;
}


.page-cat ul {
    border-bottom: 1px solid #bfbfbf;
}

.page-cat ul li {
    display: block;
    float: left;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    margin-right: 10px;
}

.page-cat ul li a {
    display: block;
    border-top: 3px solid #fff;
    font-size: 18px;
    color: #666666;
    padding: 0 50px;
    line-height: 60px;
    height: 60px;
}

.page-cat ul li.dq a,
.page-cat ul li a:hover {
    border-top: 3px solid #0d58b3
}

.hdlist ul {
    margin-bottom: 50px;
}

.hdlist ul li {
    margin-top: 50px;
}

.hdlist ul li a {
    display: block;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
}

.hdlist ul li span {
    display: block
}

.hdlist ul li .txt {
    width: 62%;
    padding-top: 25px;
    margin-right: 8%;
}

.hdlist ul li .txt .wh-title {
    font-size: 23px;
    color: #3598d5;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px;
    background: url(../images/quan.png) left center no-repeat;
}

.hdlist ul li .txt p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 26px;
    margin-left: 30px;
}

.hdlist ul li .txt .link {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c4c4c4;
    color: #3a3a3a;
    margin-left: 30px;
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.hdlist ul li .txt .link:hover {
    background: #0d5197;
    border-color: #0d5197;
    color: #fff
}

.hdlist ul li .img {
    width: 30%
}

.hdlist ul li .img img {
    display: block;
    width: 100%
}

.page_navi {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.page_navi a {
    height: 36px;
    color: #666666;
    text-decoration: none;
    line-height: 36px;
    margin: 0 2px;
    padding: 2px
}

.page_navi a:hover,
.page_navi a.current {
    text-decoration: none;
    color: #343434;
    font-weight: bolder
}


/* 联系我们 */
.contact-box {overflow:hidden;height:600px;box-sizing:border-box;color:#FFF;}
.contact-box .info {float:left;background:url('/templates/default/images/contact/lxxx-bg1.jpg');width:500px;padding:50px 40px;box-sizing:border-box;height:500px;}
.contact-box .map {width: 700px;height: 500px !important;float:left;}
.contact-box .info h3 {font-size:20px;margin-bottom:5px;}
.contact-box .info .title_en {font-size:16px;margin-bottom:5px;}
.contact-box .info ul {border-top:1px solid #fff;border-bottom:1px solid #fff;padding-bottom:30px;overflow:hidden;}
.contact-box .info ul li {margin-top:30px;overflow:hidden;font-size:14px;}
.contact-box .info ul li a{color:#fff; }
.daohang-btn {width:127px;height:37px;background:rgba(234,199,134,1);margin-top:25px;display:block;text-align:center;line-height:37px;border-radius:5px;color:#464646;}
/* 联系我们 */
/*企业大事件*/

.dasjslide .swiper-wrapper .swiper-slide li{
	background: url(../images/item-line.png) left top no-repeat;
    height: 150px;
    background-size: auto 100%;
    padding-left:15px;
}
.dasjslide .swiper-slide .left {
    margin-left: 19%;
    font-size: 14px;
    color: #000;
    border-right: 1px solid #f1eeee;
    height: 90px;
    padding-right: 4%;
}

.dasjslide .swiper-slide .left .cattitle {
    font-size: 55px;
    font-family: Arial;
    margin-right: 3px;
}

.dasjslide .swiper-slide .right {
    padding-left: 5%;
    width: 56%;
}

.dasjslide .swiper-slide .right ul li {
    display: block;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #5b5a5a;
    padding-left: 34px;
    background: url(../images/landian.png) left 8px no-repeat;
}

#qydasj .sjdh {
    position: relative;
    margin-bottom: 95px;
}

#qydasj .sjdh .dasjfan {
    width: 39px;
    height: 39px;
    top: auto;
    bottom: 11px;
    background-size: 100%;
    margin-top: 0px;
    background-repeat: no-repeat;
}

#qydasj .dasjslide #dasjslideprev {
    background-image: url(../images/zuo.png);
  	height:60px;
    width:60px;
    background-size:auto !important;
    z-index:1000 !important;
  top:48% !important;
  left:-60px;
}

#qydasj .dasjslide #dasjslidenext {
    background-image: url(../images/you.png);
    height:60px;
    width:60px;
   background-size:auto !important;
  z-index:1000 !important;
   top:48% !important;
  right:-60px;
}
#about-fazhan .line-bg{
	background: url(../images/sjdhbj.png) center center;
    height: 24px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 500px;
}
#qydasj .dadiv {
    
    text-align: left;
    margin-left: 6.5%;
    margin-right: 6.5%;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 160px;
    overflow: hidden;
}

#qydasj .dadiv .xiaodiv {
    min-height: 160px;
    overflow: hidden;
}

#qydasj .dadiv #swiper-pagination3 {
    text-align: left;
    position: relative;
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    left: 0;
}

#qydasj #swiper-pagination3 span {
    width: 20%;
    display: inline-block;
    font-family: Arial;
    vertical-align: top;
    background: url(../images/dhapn.png) center bottom no-repeat;
    font-size: 30px;
    height: 108px;
    text-align: center;
    opacity: 1;
    position: relative;
    bottom: -35px;
    color: #555555;
    background-size: 26px 26px;
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

#qydasj #swiper-pagination3 span.swiper-pagination-bullet-active {
    background: url(../images/dhapnact.png) center bottom no-repeat;
    color: #006eb1;
    height: 130px;
    font-size: 35px;
    bottom: -30px;
}

.newslist ul {
    margin-bottom: 50px;
}

.newslist ul li {
    display: block;
    margin-bottom: 35px;
    background: #f9f9f9;
}
.newslist ul li:hover{
	background:#034b93;
    color:#FFF;
}
.newslist ul li:hover .txt .news-title,#page-contenr .newslist ul li:hover p,.newslist ul li:hover .time {
    color:#FFF;
}
.newslist ul li a {
    position: relative
}

.newslist ul li a,
.newslist ul li span {
    display: inline-block;
}
.newslist ul li a{
	width:70%;
}
.newslist ul li .img img {
    display: block;
    width: 100%;
     
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.newslist ul li .img {
    width: 25%;
    overflow: hidden;
    padding-left:40px;

}

.newslist ul li .img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.newslist ul li .txt {
    width: 100%;
    padding: 55px 35px;
    box-sizing: border-box;
}
.white *{
    color:#fff !important;
}
.newslist ul li .txt .news-title {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslist ul li .arrow .icon{
	fill:#034B93;
}
.newslist ul li:hover .arrow .icon{
	fill:#fff;
}
.newslist ul li .arrow{

    position: absolute;
    top: 50%;
    right: -15px;
    margin-top:-25px;

}
.newslist ul li .txt p {
    font-size: 14px;
    margin-bottom: 50px;
}
.newslist ul li .time {
    font-size: 14px;
    color: #212121;
}

.news-single .single-top {
    margin-bottom: 20px;
}

.news-single .single-top h1 {
    font-weight: bold;
    color: #333;
    font-size: 24px;
    overflow: hidden;
    text-align: left;

}
.news-single .single-top .line{
    border-top:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;
    height:2px;
    margin-top:25px;
    margin-bottom:20px;
}
.news-single .single-top p{
    text-align:left;
    font-size:12px;
    color:#666;
}
.news-single .single-top .time {
    color: #3598d5;
    font-size: 14px;
    font-family: arial;
    position: relative;
    top: 6px;
}

#page-contenr.news-single p {
    line-height: 1.6;
    margin-bottom: 30px;
}
#page-contenr.news-single .shangxia{
	margin-bottom:20px;
}
#page-contenr.news-single .shangxia li{
    background:#fff;
    box-sizing:border-box;
    padding:25px;
    margin-bottom:20px;
    height:200px;
}
#page-contenr.news-single .shangxia span{
    display:block;
}
#page-contenr.news-single .shangxia .title{
    font-size:18px;
    font-weight:400;
    margin-bottom:15px;
}
#page-contenr.news-single .shangxia .time{
    font-size:12px;
    margin-top:15px;
}
#page-contenr.news-single .shangxia .return{
    text-align:center;
    margin-top:40px;
}
#page-contenr.news-single .shangxia .return a{
    display:inline-block;
    padding:5px 100px;
    color:#FFF;
    background:#EF6902;
    cursor:pointer;
    text-align:center;
    border-radius:20px;
}
#page-contenr.news-single .shangxia a{
    color: #333;
    line-height:1.5;

}
#page-contenr.news-single .shangxia li:hover a{
	color:#0d4680;
}
#page-contenr.news-single .single-center {
    padding-bottom: 40px;
    padding-top:10px;
    margin-bottom: 25px;
}

#page-contenr.news-single .shang {
    text-align: center;
  	margin-bottom:20px;
}
#page-contenr.news-single .fanhui:hover{
	color:#fff;
  	background:#0d4680;
}

#page-contenr.news-single .fanhui {
    display: inline-block;
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #313131;
    color: #313131;
    margin: 0 auto;
}

#product-nav{
    padding: 60px 0;
  }
  #product-nav li{
    width: 24.5%;
    text-align: center;
    box-sizing: border-box;
  }
  #product-nav li span{
    font-size: 30px;
    cursor: pointer;
  }
  #product-nav li span a{
    color: #5a5a5a;
  }

  #product-nav li.dq span,#product-nav li:hover span{

    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #2f416c;
  } 
#product-nav li.dq span a,#product-nav li:hover span a{
  color:#2f416c;
}
{

}
.page-nav-er ul li {
    float: left;
    margin-right: 12px;
    padding-right: 20px;
    background: url(../images/erbj.png) right center no-repeat;
}

.page-nav-er ul li a {
    display: block;
    color: #888686;
}

.page-nav-er ul li a:hover,
.page-nav-er ul li.dq a {
    color: #333333;
}

.page-nav-er ul li:last-of-type {
    padding-right: 0;
    margin-right: 0;
    background: none
}

.cp-er .catbt {
    margin-bottom: 50px;
}

.cp-er .catbta {
    text-align: center;
    font-size: 28px;
    color: #0e2b66;
    margin-bottom: 25px;
    display: block
}

.cp-er .catbt .hx {
    height: 1px;
    width: 38px;
    background: #0e2b66;
    margin: 0 auto;
    display: block;
}

.cp-er ul {
    margin: 0 -0.6%;
}

.cp-er ul li {
    display: block;
    float: left;
    width: 23.8%;
    margin: 0 0.6%;
    margin-bottom: 60px;
}

.cp-er ul li .img,
.cp-er ul li img {
    display: block;
    width: 100%;
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.cp-er ul li .img {
    margin-bottom: 6px;
    overflow: hidden;

}

.cp-er ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.cp-er ul li:hover h3,
#page-contenr.cp-san .txt p:hover {
    color: #1f6cb7;
}

.cp-er ul li h3 {
    margin: 0 20px;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    padding-right: 20px;
    background: url(../images/more.png) right 3px no-repeat;
    height: 22px;
}


.cp-san ul li {
    display: block;
    margin-top: 50px;
}

.cp-san ul li a {
    display: block;
    position: relative
}

.cp-san ul li span {
    display: block
}

.cp-san ul li .img {
    width: 31.5%;
    overflow: hidden
}

.cp-san ul li .img img {
    display: block;
    width: 100%;
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;

}

.cp-san ul li .img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.cp-san ul li .txt {
    width: 64.5%;
    float: right
}

.cp-san ul li .txt h3 {
    font-weight: 400;
    color: #133985;
    font-size: 25px;
    margin-bottom: 24px;
}

.cp-san ul li .txt p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.cp-san ul li .more {
    position: absolute;
    bottom: 0;
    left: 35.5%;
    border: 1px solid #131313;
    color: #131313;
    height: 45px;
    line-height: 45px;
    padding: 0 36px;
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.cp-san ul li .more:hover {
    background: #1f6cb7;
    color: #fff;
    border: 1px solid #1f6cb7;
}

.cp-contenr {
    margin-top: 50px;
}

.cp-contenr .cp-top {
    margin-bottom: 40px;
}

.cp-contenr .cp-top span,
.cp-contenr .cp-top img {
    display: block;
}

.cp-contenr .cp-top img {
    width: 100%;
}

.cp-contenr .cp-top .img {
    width: 31.5%;
}

.cp-contenr .cp-top .txt {
    width: 64.5%;
}

.cp-contenr .cp-top .txt h1 {
    color: #133985;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dbdbdb;
}

.cp-contenr .nr-title {
    font-size: 16px;
    color: #333333;
    padding-left: 23px;
    background: url(../images/title.png) left center no-repeat;
}

.cp-contenr .cp-top .txt p {
    margin-left: 23px;
    color: #666;
    font-size: 14px;
}

.cp-contenr .cp-top .txt .nr-title {
    margin-bottom: 6px;
}

.jianma-div-a {
    border-top: 1px solid #dbdbdb;
    padding-top: 24px;
    margin-bottom: 24px;
}

.jianma-div-a .nr-title,
.jianma-div-a .nr-txt {
    float: left;
}

.jianma-div-a .nr-title {
    width: 90px;
}

.jianma-div-a .nr-txt {
    width: 1085px;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    margin-top: -2px;
}

.jianma-div-b {
    border-top: 1px solid #dbdbdb;
    padding-top: 24px;
    margin-bottom: 24px;
}

.jianma-div-b .nr-title {
    margin-bottom: 10px;
}

.yanfa-top {
    border: 16px solid #0d4680;
    border-bottom: none;
    width: 582px;
    margin: 0 auto;
    padding: 10px 60px;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.yanfa-top p {
    position: relative;
    bottom: -4px;
}

.yanfa-list ul {
    margin: 0 -1%;
}

.yanfa-list ul li {
    display: block;
    float: left;
    width: 48%;
    margin: 0 1%;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden
}

.yanfa-list ul li .img {
    display: block;
}

.yanfa-list ul li img {
    display: block;
    width: 100%;
}

.yanfa-list ul li .txt {
    position: absolute;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 226px;
    display: block;
    width: 150px;
    height: 150px;
    top: -94px;
    left: 50%;
    margin-left: -75px;
    background: rgba(154, 36, 25, 0.9);
    color: #fff;
    font-size: 21px;
    text-align: center
}

.cxkj-top {
    padding-top: 10px;
    margin-bottom: 50px;
}

.kj-list ul {
    padding: 0 40px
}

.kj-list ul li {
    margin: 0 0.6%;
    float: left;
    display: block;
    width: 23.8%;
    margin-bottom: 20px;
}

.kj-list ul li span {
    display: block;
}

.kj-list ul li img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.kj-list ul li .txt {
    line-height: 20px;
    font-size: 16px;
    color: #666666;
    text-align: center
}

.zlfm-top {
    margin-bottom: 40px;
}

.zlfm-top span {
    color: #0d58b4;
}

.pinbox_ul_3 ul li:first-child {
    background: #dddcdc;
}

.pinbox_ul_3 {
    padding-top: 40px;
}

.pinbox_ul_3 ul li span {
    display: inline-block;
    line-height: 63px;
    font-size: 15px;
    color: #333;
    float: left;
    text-align: center;
}


.pinbox_ul_3 ul li {
    width: 100%;
    border: none;
    text-align: left;
    height: 63px;
    margin: 0px;
}

.list_but1,
.listx_but1 {
    width: 40px;
    padding-left: 40px;
}

.list_but2,
.listx_but2 {
    width: 430px;
    padding-left: 40px;
    padding-left: 40px;
    text-align: left !important;
}

.list_but2 {
    text-indent: 60px;
}

.list_but3,
.listx_but3 {
    width: 160px;
}

.list_but4,
.listx_but4 {
    width: 380px;
}

.list_but5,
.listx_but5 {
    width: 110px;
}

.pinbox_ul_3 ul li.cur {
    background: #f0f0f0;
}

.leftye span {
    display: inline-block;
    color: #9b9b9b;
    margin-right: 12px;
}

.pinbox_ul_3 ul {
    margin-bottom: 40px;
}

.page_navi {
    overflow: hidden;
    width: 100%;
    text-align: center
}

.page_navi a {
    height: 36px;
    border: 1px solid #d0d0d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 36px;
    margin: 2px;
    padding: 1px 7px;
    color: #0d58b4
}

.page_navi a:hover,
.page_navi a.current {
    text-decoration: none;
    border: 1px solid #0d58b4;
    color: #fff;
    background-color: #0d58b4;
}

.jczx .kj-list ul {
    padding: 0;
    margin: 0 -1%
}

.jczx .kj-list ul li {
    margin: 0 1%;
    float: left;
    display: block;
    width: 31.3333%;
    margin-bottom: 20px;
}

.jczx.ljzz .kj-list ul li {

    width: 48%;
}

.huoban-list .bt {
    color: #666666;
    display: block;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 30px;
}

.huoban-list ul {
    display: block;
    margin: 0-1%;
    margin-bottom: 50px;
}

.huoban-list ul li {
    display: block;
    float: left;
    width: 18%;
    margin: 0 1%;
    margin-bottom: 20px;
}

.huoban-list ul li .table-cell {
    border: 1px solid #f2f2f2;
}

.huoban-list ul li .table {
    height: 75px;
}

.table {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: middle
}


.xszx {
    border: 1px solid #bfbfbf;
    border-left: none;
    border-right: none
}

.xszx .xs-left {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.xszx .xs-left .name {
    min-height: 1px;
    width: 130px;
    text-align: right;
    display: inline-block;
}

.xszx .xs-left li {
    line-height: 28px;
}

.xszx .xs-left .li {
    padding: 13px 0px;
    border-bottom: 1px solid #bfbfbf;
}

.xszx .xs-left .li:last-of-type {
    border: none
}

.xszx .xs-right {
    margin-right: 60px;
    background: #faf9f9;
    margin-top: 90px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.xszx .xs-right li {
    padding-left: 80px;
    display: block;
    width: 320px;
    height: 100px;
    line-height: 100px;
    background: url(../images/dh1.png) 60px center no-repeat;
    font-size: 23px;
    color: #ed2d2d;
    text-align: center
}

.xszx .xs-right li .name {
    color: #666666;
}

.lxtxt .bt {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #83b514;
}

.lxtxt .lx-left {
    width: 460px;
}

.lxtxt .lx-left li:first-of-type {
    border-top: 1px solid #bfbfbf
}

.lxtxt .lx-left li {
    border-bottom: 1px solid #bfbfbf;
    height: 54px;
    padding: 20px 0;
}

.lxtxt .lx-left li span {
    display: inline-block
}

.lxtxt .lx-left li .icon {
    width: 80px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 20px;
    border-right: 1px solid #bfbfbf
}

.lxtxt .lx-left li:nth-child(1) .icon {
    background-image: url(../images/lx1.png)
}

.lxtxt .lx-left li:nth-child(2) .icon {
    background-image: url(../images/lx3.png)
}

.lxtxt .lx-left li:nth-child(3) .icon {
    background-image: url(../images/lx2.png)
}

.lxtxt .lx-left li .txt {
    font-size: 14px;
    color: #666666;
    vertical-align: top;
}

.lxtxt .lx-left li .txt.zongjitxt {
    color: #666666
}

.lxtxt .lx-left li .txt font {
    display: block;
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
}

.lxtxt .lx-right {
    width: 600px;
}

.lxtxt .lx-right .divp {
    width: 264px;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}

.lxtxt {
    margin-bottom: 60px;
}

#ditu {
    min-height: 285px;
    position: relative
}

#ditu .txt {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #0d4680;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.job-list .top {
    line-height: 60px;
    height: 60px;
    background: #f5f5f5;
    font-size: 18px;
    color: #444444;
}

.job-list .top span,
.job-list .title span {
    display: inline-block;
    text-align: center;
}

.job-list .top .mc,
.job-list .title .mc {
    width: 200px;
    padding-left: 10px;
    text-align: left
}

.job-list .bm {
    width: 180px
}

.job-list .dd {
    width: 180px;
}

.job-list .ren {
    width: 180px;
}

.job-list .zt {
    width: 220px;
}

.job-list .time {
    width: 130px;
}

.jobnr .nrtop {
    margin-bottom: 20px;
}

.job-list .title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #444444;
    cursor: pointer;

}

.job-list .title .zk {
    background: url(../images/zk.png) center center no-repeat;
    display: block;
    width: 20px;
    height: 60px;
    float: right;
    margin-right: 35px;
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;

}

.job-list .title.dqde .zk {

    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* Internet Explorer */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.job-list .title .mc {
    padding-left: 28px;
    background: url(../images/title.png) left center no-repeat;
    width: 182px;
}

.jobnr {
    border: 1px solid #bfbfbf;
    padding: 25px 30px;
}

.jobnr .nrtop .zuobian {
    width: 580px;
}

.jobnr .nrtop .youbian {
    width: 550px;
}

.jobnr .nrtop .zuobian li {
    display: block;
    float: left;
    width: 50%;
}

.jobnr .nrtop li {
    line-height: 18px;
    margin-bottom: 10px;
}

.jobnr .txtnr .bt {
    display: block;
    color: #0d4680;
    font-size: 16px;
    margin-bottom: 10px;
}

.jobnr {
    position: relative;
    border-bottom: none;
    display: none;
}

.jobnr:after {
    display: block;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";
    position: absolute;
    left: 30px;
    top: -6px;
    background: #fff;
    width: 10px;
    height: 10px;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.job-list .list-li {
    border-bottom: 1px solid #bfbfbf
}

.navxiala {
    position: relative
}

.navxiala ul {
    position: absolute;
    margin-top: -28px;
    position: absolute;
    z-index: 22;
    background: #fff;
    padding: 5px 10px;
    min-width: 100%;
}

.navxiala ul li {
    display: block
}

.navxiala ul li a {
    color: #666;
    line-height: 26px;
}

.navbar {
    display: none;
}

.cp-er .xcp ul li h3 {
    background: #0d4680;
    margin: 0;
    display: block;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.cp-er .xcp ul li h3:hover {
    background: #bebebe;
    color: #2d2d2d;
}

.cp-er .xcp ul li a {
    display: block;
}

.cp-er .xcp ul {
    margin: 0 -1.2%;
    text-align: center;
}

.cp-er .xcp ul li {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0 1.2%;
    margin-bottom: 40px;
}

.pagediv.xcp-er {
    padding-bottom: 10px;
}



#page-contenr .gypage .nr-div.fl {
    width: 43.75%;
    padding: 30px 5%;
    background: #f9f9f9;
}

#page-contenr .gypage .nr-div.fr {
    width: 44.15%;
    padding-left: 1%;
    padding-top: 30px;
    padding-bottom: 29px;
    border-bottom: 2px solid #e62129;
}

#page-contenr .gypage .nr-div.fr .img {
    margin-left: -10.33%;
    margin-bottom: 25px;
}

#page-contenr .gypage .nr-div.fr p {
    margin-bottom: 25px;
}

#page-contenr .gypage .nr-div.fl .gybt {
    display: block;
    position: relative;
    font-size: 24px;
    color: #1e3972;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#page-contenr .gypage .nr-div.fl .gybt:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 20px;
    background: #e62129;
}

#page-contenr .gypage .nr-div.fl p {
    margin-bottom: 20px;
}

.zlfm-top {
    margin-bottom: 40px;
}

#page-contenr .zlfm-top p {
    text-align: center;
    font-size: 30px;
    color: #adadad;
}

.fmpage ul li {
    display: block;
    float: left;
    width: 29.333%;
    margin: 0 2%;
}

.fmpage ul li img {
    display: block;
    margin: 0 6%;
    width: 88%;
}

.fmpage ul li .nr {
    display: block;
    padding-top: 110px;
    margin-top: -80px;
    background: #e4e4e4;
    font-size: 14px;
    color: #383838;
    height: 80px;
    text-align: center;
}

.fmpage ul li .nr font {
    font-size: 30px;
    color: #0757a9;
    margin: 0 2px;
}

.fmpage {
    position: relative;
    padding-bottom: 70px;
}

.fmpage .dbbj {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ececec;
    z-index: -1;
    height: 260px;
}

.zdybt {
    text-align: center;
    font-size: 28px;
    color: #0e2b66;
    margin-bottom: 50px;
    display: block;
    text-transform: uppercase;
}

/*新增的*/
.lxfs .lxfs-left {
    width: 830px;
}

.lxfs .lxfs-left .lxnr-div {
    border: 1px solid #e4e4e4;
}

.lxfs .lxfs-left .fs-bt {
    background: #e4e4e4;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #2b2b2b;
    text-align: center;
}

.lxfs .lxfs-left .lxnr-div ul {
    margin: 15px;
}

.lxfs .lxfs-left .lxnr-div.lxa {
    margin-bottom: 5px;
}

.lxfs .lxfs-left .lxnr-div ul li.fl {
    width: 55%;
}

.lxfs .lxfs-left .lxnr-div ul li .lxname {
    width: 114px;
    display: inline-block
}

.lxfs .lxfs-left .lxnr-div ul li {
    line-height: 33px;
    width: 44%;
    display: block;
    font-size: 14px;
    color: #666666;
}

.lxfs .lxfs-right {
    background: #eaeaea;
    width: 340px;
    height: 390px;
}

.lxfs .lxfs-right .fr-nr {
    font-size: 14px;
    color: #666666;
    line-height: 33px;
    margin: 20px;
    15px;
    margin-right: 0;
    margin-bottom: 25px;
}

.lxfs .lxfs-right .lybtn {
    text-align: center
}

.lxfs .lxfs-right .lybtn a {
    display: inline-block;
    background-color: #6e6e6e;
    font-size: 16px;
    color: #ffffff;
    background-image: url(../images/lybtn.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 85px;
    padding-right: 35px;
    height: 54px;
    line-height: 54px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.4s;
    -ms-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.lxfs .lxfs-right .lybtn a:hover {
    background-color: #0d4680
}
@media screen and (min-width: 1200px) and (max-width: 1650px){
  #menu-item-877 .sub-menu,#menu-item-2164 .sub-menu{
  	position:absolute;
    right:50px;
  }
}
@media screen and (max-width: 1279px) {
    .nav {
        margin-left: 30px;
    }

    .yuyan {
        margin-left: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .lxfs .lxfs-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .lxfs .lxfs-right {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .lxfs .lxfs-right .fr-nr,
    .lxfs .lxfs-left .lxnr-div ul li {
        line-height: 26px;
    }

    #page-contenr .zlfm-top p {
        font-size: 20px;

    }

    .fmpage ul li .nr {
        padding-top: 85px;
        margin-top: -70px;

    }

    .fmpage {
        padding-bottom: 40px;
    }

    .fmpage .dbbj {
        height: 205px;
    }

    #page-contenr .gypage .nr-div.fl p {
        margin-bottom: 10px;
    }

    .xszx .xs-right {
        margin-right: 0px;
    }

    .xszx .xs-right li {
        padding-left: 76px;
        display: block;
        width: 296px;
        height: 100px;
        line-height: 100px;
        background: url(../images/dh1.png) 38px center no-repeat;
        font-size: 23px;
        color: #ed2d2d;
        text-align: center;
    }

    .w {
        width: 1060px
    }

    .ygtd {
        display: none
    }

    .job-list .dd {
        display: none !important
    }

    #home-about .about-a {
        width: 380px;

    }

    #home-about .about-a .lximg img {
        width: 100%;
        margin-top: 24px;
    }

    #home-about .about-b {
        width: 350px;
        margin-left: 30px;
    }

    #home-about .about-b .fubt {
        margin-bottom: 33px;
    }

    #home-about .about-c {
        width: 240px;
        padding-left: 15px;
    }

    .wenhua-list {
        width: 100% !important;
        margin-bottom: 30px;
    }

    #home-wenhua .wenhua-list .icon,
    #home-wenhua .wenhua-list .nr {
        float: left
    }

    #home-wenhua .wenhua-list .nr {
        margin-left: 30px;
    }

    #home-wenhua .wenhua-list .shuzi {
        display: none
    }

    .wenhua-list:after {
        display: table;
        clear: both;
        webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        content: " ";
    }

    #home-wenhua .wenhua-list .txt p {
        margin-bottom: 15px;
    }

    #home-wenhua .wenhua-list .icon {
        margin-top: 18px;
    }

    #home-wenhua .wenhua-list:hover .icon {
        bottom: 0;
    }

    #home-wenhua .wenhua-list .txt,
    #home-wenhua .wenhua-list.b .txt {
        width: 780px !important;
    }

    #home-cp .cplist-b {
        width: 315px;
    }

    #home-cp .cplist-b ul li:nth-child(1) {
        margin-bottom: 15px;
    }

    #home-cp .cplist-b ul li {
        padding-top: 21px;
        padding-bottom: 32px;
    }

    #home-cp .cplist-a ul {
        margin: 0 -1%;
    }

    #home-cp .cplist-a ul li {
        margin: 0px 1%;
        width: 48%;
        margin-bottom: 30px;
    }

    #home-news .top-news {
        width: 385px;
        padding: 20px 30px;
    }

    #home-lx .lxlist.b .bt {
        margin-bottom: 15px;
    }

    #home-lx .lxlist.b .lxdh {
        width: 100%
    }

    #home-lx .lxlist.b .lxdh li .name,
    #home-lx .lxlist.b .lxdh li.ybde .name {
        width: 130px;
        text-align: right;
    }

    .list_but3,
    .listx_but3 {
        display: none !important
    }

    #tan .tannr {
        margin-top: -100px;
    }

    .lxtxt .lx-right,
    .lxtxt .lx-left {
        width: 100%;
    }

    .lxtxt .lx-left {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1060px) {

    /*手机模式*/
    #home-lx .lxlist {
        height: auto;
        padding-bottom: 20px;
    }

    #home-cp .cplist-a ul.lista li {
        width: 98%;
    }

    #home-cp .cplist-a ul.lista {
        margin-bottom: 0
    }

    .cp-er ul li h3 {
        margin: 0 5px;
    }

    #page-contenr .gypage .nr-div.fl {
        padding: 0;
        background: none;
    }

    #page-contenr .gypage .nr-div.fl p,
    #page-contenr .gypage .nr-div.fr p {
        margin-bottom: 15px;

    }

    #page-contenr .gypage .nr-div.fr {
        padding-bottom: 15px;
    }

    #page-contenr .gypage .nr-div.fr .img {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .job-list .ren {
        display: none !important
    }

    .xszx .xs-left {
        font-size: 16px;
    }

    .xszx .xs-left,
    .xszx .xs-right {
        float: none
    }

    .xszx .xs-right {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .list_but1,
    .listx_but1 {
        display: none !important
    }

    .dasjslide .swiper-slide .left {
        margin-left: 9%;
    }

    .dasjslide .swiper-slide .right {
        width: 66%;
    }

    #page-contenr p {
        text-align: justify
    }

    #page-nav .page-nav-list {
        display: none
    }

    #page-nav .page-title {
        font-size: 24px;
    }

    #page-nav {
        height: 60px;
        line-height: 60px;
    }

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

    .yuyan,
    #top .wx,
    .ygtd {
        margin-left: 0px;
        float: right;
        margin-right: 30px;
    }

    #top .wx {
        margin-top: 13px;
        width: 34px;
    }

    #top .wx img {
        width: 100%;
        display: block
    }

    .ygtd {
        display: block
    }

    .logo {
        padding: 5px 0;
    }

    .logo img {
        height: 45px;
    }

    .navxiala .qiehuan {
        height: 55px;
        line-height: 55px;
        margin-top: 0px;
    }

    .header_zhan {
        height: 55px;
    }

    #gbbj {
        position: fixed;
        background-color: rgba(45, 45, 45, 0.72);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1111;
    }

    .navbar {
        display: block;
        float: right;
        padding-top: 6px;
        margin-top: 13px;
        padding-bottom: 6px;
        width: 30px;
        z-index: 11111111111;
    }

    .navbar span {
        height: 2px;
        width: 100%;
        display: block;
        margin-bottom: 6px;
        background: #999;
    }

    .navxiala ul {

        margin-top: 3px;

    }

    .nav,
    .nav>ul>li>ul.sub-menu {
        position: fixed;
        left: -210px;
        z-index: 11111111110;
        display: block;
        opacity: 1;
        min-width: inherit;
        border: none;
        margin: 0;
        margin-left: 0 !important;
        top: 0;
        width: 210px;
        height: 100%;
        padding: 15px 0;
        background-color: #fff;
    }

    .nav>ul>li>ul.sub-menu>li,
    .nav>ul>li {
        margin: 0 10px;
        display: block;
        float: none;
    }

    .nav ul li a,
    .nav>ul>li>.sub-menu li a {
        color: #000;
        margin: 0;
        display: block;
        border-bottom: 1px solid #E0E0E0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 5px;
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
    }

    #home-about .about-a {
        display: none
    }

    #home-about .about-b {
        width: 100%;
        margin-left: 0;
    }

    #home-about .about-b .bt,
    #home-about .about-b .fubt {
        text-align: center
    }

    #home-about .about-b .more-link {
        display: block;
        width: 200px;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center
    }

    #home-lx .lxlist {
        width: 100%;
    }

    #home-about .about-b p {
        margin-bottom: 20px;
    }

    #home-about .about-c {
        width: 100%;
        clear: both;
        border: none;
        padding-bottom: 0;
        padding-left: 0
    }

    #home-about .about-c ul li {
        width: 23%;
        float: left;
        display: block;
        margin-bottom: 0
    }

    #home-about .about-c ul li:first-child {
        width: 31%
    }

    .homediv {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #home-wenhua .wenhua-list .icon {
        display: none;
    }

    #home-wenhua .wenhua-list .nr {
        margin-left: 0;
        float: none;
        text-align: center
    }

    #home-wenhua .wenhua-list .txt,
    #home-wenhua .wenhua-list.b .txt {
        width: auto;
        max-width: 80%;
        margin: 0 auto;
        float: none;
    }

    .h40 {
        height: 25px;
    }

    #home-cp .cplist-a {
        margin-bottom: 15px;
    }

    #home-cp .cplist-a,
    #home-cp .cplist-b {
        width: 100%;
        float: none;
    }

    #home-news .top-news {
        width: 90%;
        padding: 5%;
        float: none;
        margin-bottom: 30px;
    }

    .homediv-bt .yw {
        font-size: 20px;

    }

    .homediv-bt .hanzi {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    #page-contenr .pagediv-bt .hanzi,
    #page-contenr .pagediv-bt .hanzi p {

        font-size: 28px;

    }

    .pagediv {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #page-contenr .nr-div {
        width: 100% !important;
    }

    .pagediv-bt .yw {
        font-size: 16px;
    }

    #home-news .news-list {
        width: 100%;
        float: none;
    }

    #home-news .news-list a.more-link {

        display: block;

        float: none;
        text-align: center;

        padding: 0px;
        max-width: 200px;
        margin: 0 auto;
    }

    #home-news .news-list ul li:nth-child(3) {
        margin-bottom: 35px;
        border-bottom: 1px solid #cfd0d1;
        padding-bottom: 35px;
    }

    .foot-a .erwei,
    .foot-a {
        display: none
    }

    .foot-a .foot-nav {
        margin-right: 0;
        float: none
    }

    footer {
        padding-top: 15px;
    }

    .foot-b {
        height: 45px;
        line-height: 45px;

    }

    .dasjslide .swiper-slide {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .hdlist ul li .txt {
        width: 57%;
    }

    .hdlist ul li .img {
        width: 35%;
    }

    .news-single .single-top h1,
    .news-single .single-top .time {
        float: none;
        width: 100%;
        height: auto;
    }

    .news-single .single-top {
        line-height: 26px;
        padding-bottom: 20px;
        height: auto;
    }

    #page-nav-er {
        display: none
    }

    .cp-er ul li {
        width: 32.1%;
        margin: 0 0.6%;
        margin-bottom: 60px;

    }

    .kj-list ul li .txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 960px) {
    .newslist ul li .time {
        position: relative;
        margin-bottom: 5px;
    }

    .cp-er .xcp ul li h3 {
        height: 50px;
        line-height: 50px;
    }

    .job-list .zt {
        display: none !important
    }

    #ditu {
        height: 400px;
        min-height: auto;
        position: relative;
    }

    #ditu>div {
        height: 400px !important;
    }

    #ditu .txt {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #0d4680;
        color: #fff;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
    }

    .list_but2 {
        text-indent: 40px;
    }

    .list_but2,
    .listx_but2 {
        width: auto;
        padding-left: 20px;
        text-align: left !important;
        float: left;
    }

    .list_but4,
    .listx_but4 {
        width: auto;
        float: right !important;
        padding-right: 20px;
    }

    .list_but4 {
        padding-right: 80px;
    }

    .list_but5,
    .listx_but5 {
        display: none !important
    }

    .hdlist ul li .img,
    .hdlist ul li .txt,
    .newslist ul li .img,
    .newslist ul li .txt {
        width: 100%;
        margin-right: 0
    }

    .newslist ul li .img {
        margin-bottom: 20px;
    }

    .newslist ul li .txt .news-title {
        margin-bottom: 10px;
        margin-right: 0;
    }

    #page-contenr.news-single .single-center {
        padding-bottom: 30px;
    }

    .dasjslide .swiper-slide .left,
    .dasjslide .swiper-slide .right {
        margin-left: 5%;
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0;
    }

    .hdlist ul li a {
        border-top: none;
        padding-bottom: 20px;
    }

    .page-cat ul li a {
        font-size: 16px;
        padding: 0 30px;
        line-height: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 860px) {

    #home-about .about-c ul li,
    #home-about .about-c ul li:first-child {
        width: 45%;
        margin-bottom: 30px;
        padding-left: 5%;
    }

    .homediv {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .page-cat ul li a {
        font-size: 16px;
        padding: 0 30px;
        line-height: 45px;
        height: 45px;
    }

    .kj-list ul li {
        width: 48.8%;
    }

    .fmpage ul li {
        float: none;
        margin: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .fmpage {
        padding-bottom: 0
    }

    .fmpage .dbbj {
        display: none;
    }

    #page-contenr .zlfm-top p {
        font-size: 16px;
    }

    .fmpage ul li img {
        display: block;
        margin: 0;
        width: 100%;
    }

    .fmpage ul li .nr {
        display: block;
        padding-top: 10px;
        height: auto;
        margin-top: 0px;
        background: none;
        font-size: 14px;
        color: #383838;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #yycj .left{
        height:250px;
    }
    #page-nav{
        height:auto;
    }
    .logo span{
        top:15px;
    }
    #home-slide img:nth-child(1){
        display: none;
    }
    #home-slide img.wap-img{
        display:block;
    }
    #yycj .left img{
        width:100%;
    }
    #fwzc-brand .swiper-button-next,#fwzc-brand .swiper-button-prev{
        display:none;
    }
    #product-home .product-list .header{
        margin: 0 0 10px;
    }
    #product-home .product-item{
        min-height: 140px;
    }
    #product-home .groupedicon{
        height: 30px;
        width: 30px;
    }
    #product-home .product-list .header h2{
        font-size:20px;
    }
    #product-home .groupedicon span{
        padding-top: 2px;
        font-size: 22px;
    }
    #dqjs .body .info{
        padding-left:20px;
    }
    #fwzc-downloads .list li.item p{
        padding: 10px;
    }
    #fwzc-downloads .list li.item .info-shouce{
        padding: 10px !important;
    }
    #fwzc-downloads .shouce li.item .info-shouce a{
        font-size:12px;
    }
    #fwzc-downloads .shouce li.item .info-shouce a img{
        margin:0 10px 0 0;
    }
    #fwzc-downloads .list li.item{
        margin-bottom:0;
    }
    #fwzc-downloads .list li.item p span{
        font-size: 14px;
    }
    .wap-hiddden{
        display:none !important;
    }
    .pc-hidden{
        display: block !important;
    }
    #about-history .swiper-button-next-time{
        right:0 !important;
    }
    #about-history .swiper-button-prev-time{
       left: 8px !important;
    }
    #product-home .product-title,#product-home .product-select{
        margin-bottom: 45px;
    }
    
    #product-home .product-select .field_select{
        margin-bottom: 20px;
    }
    #home-about li{
        margin-bottom: 15px;
    }
    #home-yingyong .swiper-slide img{
        max-width:100%;    
    }
    #news-gonggao .list{
        padding:0 !important;
    }
    
    #fwzc-brand .body li{
        width:47%;
        margin-left:1.5%;
        margin-right:1.5%;
    }
    #cxyf-patent .swiper-button-next,#cxyf-patent .swiper-button-prev{
        display:none;
    }
    #yycj-xq #children_box .list-flex{
        position: relative;
    }
    
    #about-news1 .list li:hover{
        padding: 30px;
    }
    #about-profile .body{
        display:flex;
        flex-wrap:wrap;
    }
    #about-profile .left{
        order:1;
    }
    #about-profile .right{
        order:0;
    }
    .shuffling li .info span{
        display:none;
    }
    #home-yingyong .navigation{
        display:none;
    }
    .job-box{
        width: 95%;
        box-sizing: border-box;
    }
    #product-home .istopproduct{
        display:none;
    }
    #home-slide .text{
        position: absolute;
        bottom: -25px;
    }
    #home-slide .en{
        font-size: 28px;
    }
    #home-slide .cn{
        font-size:20px;
    }
    #page-nav .page-nav-list{
        display:flex;
    }
    #page-nav .page-nav-list ul li{
        flex:1;
        line-height: 30px;
    }
    #page-nav .page-nav-list ul li a{
        margin-right:12px;
        padding-right:12px;
    }
    #page-contenr .content{
        padding: 20px;
        width: 100%;
        margin-bottom:20px;
    }
    .news-single .single-top h1{
        font-size:20px;
    }
    #page-contenr.news-single p{
        margin:10px 0;
    }
    #page-contenr.news-single p img{
        max-width:100%;
        height:auto;
    }
    #yycj-xq .details .right .img img{
        height:auto;
    }
    .news-single .single-top,#page-contenr.news-single .single-center{
        margin-bottom:0;
        padding-bottom:0;
    }
    .gupiao .details span{
        display:inline-block;
    }
    .gupiao .daima span{
        font-size:12px;
    }
    .nav>ul>li{
        height: 50px;
        padding: 0px 0px;
    }
    #home-slide img{
        height: auto;
        object-fit: cover;
        width: 100%;
    }
    .top-search,.en-logo,#home-service .img .item{
        display:none;
    }
    .i-ban{
        height: 235px;
    }
    .i-ban li .mark{
        display:none;
    }
    .i-ban li{
        left:0;
    }
    .shuffling .navigation{
        right: -30px;
        top:30px;
        left: auto !important;
    }
    .shuffling-prev, .shuffling-next{
        border:1px solid #c7c7c7;
    }
    .home-title{
        margin:20px 0;
    }
    .home-title h3{
        font-size:28px;
    }
    .home-title p{
        font-size:18px;
    }
    #home-news .news li{
        width:100%;
    }
    #home-product .product-nav li{
        font-size:12px;
    
    }
    #home-product .content-wap{
        display:block;
    }
    #home-product .content{
        display:none;
    }
    #home-service .img img{
        max-width:100%;
    }
    #home-duty .left{
        width:100%;
        padding: 0 20px;
        height: 230px;
        padding-top:50px;
        margin-bottom:20px;
    }
    #home-duty,#home-about,#home-news,#home-innovative, #home-yingyong,#home-service{
        padding:40px 0;
    }
    
    #home-duty .right .top{
        padding: 30px 20px;
    }
    #home-about .flex-box{
        flex-wrap:wrap;
    }
    #home-about .footer{
        margin-top: 40px;
    }
    .subscription{
        height:240px;
        margin-bottom:0;
    }
    .subscription .left{
        height:80px;
        float:none;
    }
    .subscription .right{
        float:none;
    }
    .subscription .right .email{
        width:100%;
        display:block;
    }
    /* about  */
    #about-history{
        padding:20px 0;
    }
    #about-profile{
        padding-bottom: 60px;
    }
    #about-profile .left{
        width:100%;
    }
    #about-profile .left .content{
        width:100%;
    }
    #about-profile .right{
        width:100%;
        position: relative;
        padding: 20px;
        left: 0;
    }
    #about-history .body{
        width:100%;
        margin: 0;
    }
    #about-history li{
        height:auto;
        width:100% !important;
    }
    #about-history li .col-12, #about-history li img{
        height:auto;
    }
    #about-honor .body{
        width:100%;
    }
    #about-honor .swiper-button-next,#about-honor .swiper-button-prev{
        display: none;
    }
    .swiper-pagination-time{
        display:none;
    }
    #about-news1 .list .info{
        padding:0;
    }
    .shuffling li .info{
        height:auto;
        padding: 20px;
    }
    #about-social .body{
        padding:50px 20px;
        height: auto;
    }
    /* about */
    /* product */
    #product-home .product-item{
        width:100%;
    }
    #product-home .product-item .productimage{
        width: 30%;
    }
    #product-home .product-item .productcontent{
        width: 70%;
    }
    #product-home .hidde-more{
        max-height:300px;
    }
    /* product */
    /* yycj */
    #yycj .left{
        width:100%;
    }
    #yycj .box li{
        height:580px;
        margin-top:0px !important;
    }
    #yycj .right{
        width:90%;
        position: absolute;
        height:auto;
        left:5%;
        top:200px;
        padding:30px;
        transform: none;
    }
    /* yycj */
    /* fwzc */
    #fwzc-brand .body{
        margin:20px 0;
    }
    #fwzc-policy, #fwzc-problem,#fwzc-downloads,#fwzc-brand{
        padding:20px 0;
    }
    #fwzc-downloads .flex-box{
        margin:0;
    }
    #fwzc-downloads .flex-box{
        flex-wrap:wrap;
    }
    #fwzc-downloads li{
        flex: 1 1 100%;
        margin:0;
    }
    #fwzc-problem .list li{
        font-size:12px;
    }
    #fwzc-problem .list li p{
        padding: 15px 10px;
    }
    #fwzc-problem .list li p i{
        font-size: 18px !important;
    }
    #fwzc-problem .list li .info {
        padding: 20px;
    }
    /* fwzc */
    /* touzhize */
    .gupiao{
        padding: 20px;
    }
    .gupiao .details{
        margin-top: 80px;
    }
    .gupiao .details strong{
        font-size:24px;
    }
    .gupiao .details span{
        font-size:12px;
        margin-bottom: 20px;
        
    }
    #dqjs .body .dingqi{
        width:100%;
        margin-left: 0;
        margin-top:10px;
    }
    #dqjs .body .contact{
        padding:20px;
    }
    #dqjs .body .contact .col-7, #dqjs .body .contact .col-8{
        height:auto;
        border-right:none;
    }
    #dqjs .body .contact .lianxi{
        padding:0;
    }
    #dqjs .body .contact .title{
        line-height:1;
    }
    /* touzhize */
    /* lxwm */
    #lxwm-value{
        padding:20px 0;
    }
    .contact-box{
        height:auto;
    }
    .contact-box .info{
        padding:20px;
        width:100%;
    }
    .contact-box .map{
        width:100%;
    }
    .contact-details .flex-box li{
        flex:0 1 100%;
        margin-bottom:25px;
    }
    #lxwm-contact .contact-details .header{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    #lxwm-zhaoxian .list li{
        font-size:12px;
    }
    #lxwm-zhaoxian .list li p i{
        font-size:18px !important;
    }
    #lxwm-zhaoxian .list li p{
        padding: 15px;
    }
    /* lxwm */
    .foot-header{
        display:block;
    }
    .foot-header .logo.fl{
        display:none;
    }
    .foot-header .logo img{
        height: 30px;
    }
    .foot-header .weixin-box{
        top: -120px !important; 
    }
    .foot-header .weixin-box img{
        height: 100px;
        width: 100px;
    }
    .lxfs .lxfs-left .lxnr-div ul li {
        width: 100%;
    }

    .cp-er ul li h3 {
        margin: 0;
    }

    .cp-er .xcp ul li h3 {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    #page-nav .page-title {
        font-size: 18px;
    }

    .job-list .top {
        line-height: 50px;
        height: 50px;
        background: #f5f5f5;
        font-size: 16px;
        color: #444444;
    }

    .job-list .title {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .job-list .top .mc,
    .job-list .title .mc,
    .job-list .title .mc {
        width: auto
    }

    .job-list .bm,
    .job-list .time {
        display: none !important
    }

    .lxtxt .lx-right .divp {
        float: none;
        width: 100%;
    }

    .xszx .xs-left .li {
        padding: 10px 20px;
        border-bottom: 1px solid #bfbfbf;
    }

    .huoban-list ul li {
        width: 23%;

    }

    .huoban-list .bt {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .jczx .kj-list ul li {
        width: 48%;
    }

    .list_but4,
    .listx_but4 {
        display: none !important
    }

    .yanfa-top {
        border: 16px solid #0d4680;
        border-bottom: none;
        width: auto;
        margin: 0 auto;
        padding: 10px 30px;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .cp-san ul li .img,
    .cp-san ul li .txt,
    .cp-contenr .cp-top .img,
    .cp-contenr .cp-top .txt {
        width: 100%;
        float: none;
    }

    .cp-san ul li .txt,
    .cp-contenr .cp-top .img {
        margin-bottom: 10px;
    }

    .cp-san ul li .txt h3,
    .cp-contenr .cp-top .txt h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cp-san ul li .more {
        position: relative;
        left: 0;
        width: 115px;
    }

    .cp-er ul li {
        width: 48.8%;
        margin: 0 0.6%;
        margin-bottom: 40px;

    }

    .page-cat ul li a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 35px;
        height: 35px;
    }

    .hdlist ul li .txt p {
        font-size: 14px;
        color: #666666;
        margin-bottom: 20px;
        line-height: 24px;
        margin-left: 0px;
    }

    .hdlist ul li .txt .link {
        margin-left: 0
    }

    .hdlist ul li .txt .wh-title {
        font-size: 16px;
        margin-bottom: 15px;
        padding-left: 0px;
        background: none;
    }

    #qydasj .dadiv {
        margin-left: 10%;
        margin-right: 10%;
    }

    #page-contenr.xdwh .nr-div.right ul li .bt {
        display: block;
        padding-top: 24px;
    }

    #page-contenr.xdwh .nr-div.right ul li {
        height: auto;
        line-height: 28px;
        padding: 15px 0;
        padding-top: 0
    }

    #home-about .about-c ul li,
    #home-about .about-c ul li:first-child {
        width: 80%;
        margin-bottom: 30px;
        padding-left: 20%;
    }

    .dh {
        top: 0
    }

    #home-about .about-c,
    #home-news .news-list ul li .more-link,
    #top .wx {
        display: none;
    }

    #home-cp .cplist-a ul li {
        margin: 0px 1%;
        width: 98%;
        margin-bottom: 25px;
    }

    #home-cp .cplist-a {
        margin-bottom: 0
    }

    #home-wenhua .wenhua-list .txt,
    #home-wenhua .wenhua-list.b .txt {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }

    .foot-b,
    #home-lx .lxlist {
        height: auto
    }

    #home-lx .lxlist {
        padding-bottom: 20px;
    }

    .jishu,
    .banquan {
        float: none;
    }

    .foot-b {
        line-height: 20px;
        padding: 10px 0
    }

    #home-lx .lxlist li {
        float: none !important;
        margin-right: 0 !important
    }

    .yanfa-list ul li .txt {
        font-size: 16px;
    }

}

@media screen and (max-width: 560px) {
    .cp-er .xcp ul li {
        display: block;
        margin-bottom: 20px;
    }

    .lxtxt .lx-left li .icon {
        display: none
    }

    .xszx .xs-left .li {
        padding: 10px;
        border-bottom: 1px solid #bfbfbf;
    }

    .xszx .xs-left .name {
        display: block;
        text-align: left;
    }

    .huoban-list ul li {
        width: 31.333%;
        margin-bottom: 10px;

    }

    .huoban-list .bt {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .jczx .kj-list ul li {
        width: 98%;
    }

    .kj-list ul li {
        width: 98.8%;
    }

    .yanfa-list ul li .txt {
        font-size: 14px;
    }

    .yanfa-list ul li {
        width: 98%
    }

    .cp-er ul li {
        width: 98.8%;
        margin: 0 0.6%;
        margin-bottom: 40px;

    }

    #qydasj .dadiv {
        margin-left: 20%;
        margin-right: 20%;
    }

    #home-news .news-list ul li .title .time,
    .ygtd {
        display: none
    }

    #home-news .news-list ul li .title h3 {
        width: 100%;
    }

    #home-news .news-list ul li p {
        width: auto
    }

    #home-cp .cplist-a ul li .txt {
        font-size: 14px;
    }

    #home-lx .lxlist>div {
        margin-left: 15px;
    }

}

@media screen and (max-width: 390px) {
    .huoban-list ul li {
        width: 48%;

    }

    #home-lx .lxlist>div {
        margin-left: 20px;
    }

    #home-lx .lxlist.b .lxdh li .name,
    #home-lx .lxlist.b .lxdh li.ybde .name {
        display: block;
        text-align: left !important
    }
}

