body{
    min-width: 1024px;
}
a,a:link{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #0055b5;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.h-30{
    width: 100%;
    height: 30px;
}
.mt-10{
    margin-top: 10px;
}
.mt-30{
    margin-top: 30px;
}
.ptb-20{
    padding: 20px 0;
}

.home-container{
    min-height: 100vh;
    height: auto;
    position: relative;
    min-width: 290px;
    overflow: hidden;
}
.bg-img{
    background-image: url("../images/homebg.jpg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.cls-content{
    position: relative;
    overflow: hidden;
    height: auto;
}
.home-logo{
    width: 185px;
    height: 50px;
    background-image: url("../images/homelogo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top:20px;
    left: 40px;
    margin: 0;
    text-indent: -9999px;
}
.home-boxvw{
    width: 40vw;
    height: 40vw;
    border: 1px solid #868685;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 8%;
}
.home-boxtx{
    width: 80%;
    height: 80%;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 10%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    opacity: 1;
    overflow: hidden;
}
.home-txt1{
    font-size: 2vh;
    line-height: 30px;
    margin-top: 20%;
}
.home-num{
    margin: 5%;
    font-size: 52px;
    font-weight: bolder;
}

dot {
    display: inline-block;
    height: 1em; line-height: 1;
    text-align: left;
    vertical-align: -.25em;
    overflow: hidden;
}
dot::before {
    display: block;
    content: '...\A..\A.';
    white-space: pre-wrap;   /* 也可以是white-space: pre */
    animation: dot 2s infinite step-start both;
}
@keyframes dot {
    33% { transform: translateY(-2em); }
    66% { transform: translateY(-1em); }
}
.home-copyright{
    position: fixed;
    bottom: 20px;
    right: 50px;
    color: #ddd;
}
/*首页*/
.header-box{
    min-width: 1024px;
    margin: 0 auto;
    padding: 10px 0;
}
.flex-container{
    display:flex;
    flex-wrap:nowrap;
    overflow: hidden;
}
.logo-box{
    padding: 0 40px;
    width: 300px;
}
.nav-box{
    text-align: center;
    flex-grow: 1;
}
.language-box{
    width: 10%;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}
.logo{
    width: 100%;
    height: 60px;
    margin: 0;
    background: url("../images/logo.png") no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}
.nav-list{
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    padding: 0;
    margin-top: 20px;
    font-weight:bold;
}
.nav-list li{
    float: left;
    list-style: none;
    padding: 0 1.4vw;
    font-size: 16px;
}
.nav-list li a.curr{
    color: #0055b5;
}
.swiper-pagination-top .swiper-pagination-bullet{
    border: 1px solid #ccc;
    background: none;
    opacity: 1;
    cursor: pointer;
}
.swiper-pagination-top .swiper-pagination-bullet-active{
    background: #fff;
}
.swiper-slide .ani{
    position: absolute;
    bottom: 20%;
    left: 15%;
    color: #fff;
    text-shadow:1px 1px 1px #333;
}
.swiper-txt1{
    font-family: 'Poppins', sans-serif;
    font-size: 4em;
}
.swiper-txt2{
    font-size: 2em;
}
.swiper-hr{
    border-top: 3px solid #fff;
    width: 5em;
    height: 30px;
}

.parallax-image {
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
    background-position: center;
    position:relative;
    overflow: hidden;
    height: auto;
}
h3.home-title{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
    color: #333;
    text-transform:Uppercase;
}
h3.home-title i{
    display: block;
    font-style: normal;
    color: #cccccc;
    font-weight: normal;
    font-size: 24px;
}
h3.home-title-white{
    color: #fff;
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
    text-transform:Uppercase;
}
h3.home-title-white i{
    color: #fff;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}
h3.home-title-black{
    color: #333;
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
    text-transform:Uppercase;
}
h3.home-title-black i{
    color: #333;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}
h3.home-title span {
    display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
    font-size: 0.6em;
    color: #212121;
    position: relative;   /*定位横线（当横线的父元素）*/
    font-weight: normal;

}
h3.home-title span:before, h3.home-title span:after {
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 42%;
    background: #494949;       /*宽和高做出来的背景横线*/
    width: 6%;
    height: 1px;
}
h3.home-title span:before{
    left: 34%;        /*调整背景横线的左右距离*/
}
h3.home-title span:after {
    right: 34%;
}
.home-gktxt{
    color: #525252;
    line-height: 2em;
    width: 90%;
    margin: 20px auto;
}
.home-gk-lt{
    color: #525252;
    margin-top: 2em;
}
.home-shuzi{
    height: 80px;
    line-height: 70px;
    color: #f76718;
    font-size: 30px;
}
.abshuzi{
    color: #666666;
}
.home-shuzi span{
    font-size: 50px;
    height: 20px;
    font-weight: bolder;
}
.home-cybox{
    width: 25%;
    position: relative;
    overflow: hidden;
    height: auto;
}
.home-cybox .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
}
.home-cybox .img-holder img {
    display: block;
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.home-cybox:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);
}
.home-cybox .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 105, 180, 0.70);
    transform: scaleY(0);
    transition: all 700ms ease 100ms;
    z-index: 8;
}
.home-cybox:hover .overlay-bg{
    transform: scaleX(1);
}
.home-cybox .overlay-content {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    color: #fff;
    text-align: center;
    transition: top 0.5s linear;
}
.home-cybox:hover .overlay-content{
    top:28%;
}
.cy-icon{
    font-size: 50px;
}
.cy-en{
    text-transform:Uppercase;
    font-size: 22px;
}
.cy-title{
    font-size: 30px;
}
.cy-txt{
    width: 70%;
    margin: 20px auto;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    opacity: 0;
    transition: all 300ms ease 200ms;
}
.home-cybox:hover .cy-txt{
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition: all 700ms ease 800ms;
}
.cy-txt:before{
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    margin-top: -10px;
    background: #fff;       /*宽和高做出来的背景横线*/
    width: 20%;
    height: 1px;
    left: 40%;
}
.home-newsbox{
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}
.home-newsbox .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
}
.home-newsbox .img-holder img {
    display: block;
    width: 100%;
    transition: all 0.8s;
}
.home-newsbox:hover .img-holder img {
    transform: scale(1.1);
}
h4.home-newtitle{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}
.home-newstxt{
    color: #797978;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.home-fbox{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
}
.home-gs-box{
    background: #fff;
    box-shadow: 10px 10px 5px #888888;
    position: relative;
    text-align: center;
    max-width: 300px;
}
.home-gs-nr{
    padding: 20px 20px;
}
.home-gs-title{
    margin: 0;
    font-size: 14px;
    height: 55px;
    line-height: 30px;
    font-weight: bolder;
}
.home-gs-txt{
    height: 90px;
    color: #737373;
    margin-top: 10px;
    font-size: 12px;
}
a.home-more{
    display: inline-block;
    border: 1px solid #c4c4c4;
    padding: 5px 10px;
    color: #898989;
    border-radius: 15px;
    font-size: 12px;
}
.foot-box{
    background: #272727;
    overflow: hidden;
    height: auto;
    color: #fff;
    padding-top: 30px;
}
.foot-box a{
    color: #a0a0a0;
}
.foot-link{
    width: 15%;
}
.foot-link h4{
    font-size: 14px;
    margin: 0;
    height: 40px;
    font-weight: bolder;
}
.foot-link h4 a{
    color: #fff;
}
.foot-link p{
    font-size: 12px;
}
.foot-blk{
    flex-grow:1;
}
.foot-tel{
    width: 18%;
}
.foot-wechat{
    text-align: center;
    width: 15%;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 30px;
}
.foot-telicon{
    color: #a7a7a7;
    font-size: 30px;
}
.foot-teltxt{
    margin-left: 10px;
    color: #a0a0a0;
    font-size: 12px;
}
.foot-teltxt p{
    margin: 0;
}
.foot-teltxt b{
    font-family: 'impact';
    font-size: 20px;
    color: #fff;
}
.copyright{
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #2d2d2d;
    margin-top: 50px;
    color: #838383;
    font-size: 12px;
}
.copyright a{
    color: #838383;
}
/*内页*/
.nbanner{
    background: center no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}
.page-title{
    position: absolute;
    left: 10%;
    bottom: 30%;
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 1px #333;
    text-transform:uppercase
}
.page-title h2{
    font-size: 34px;
    margin: 5px 0;
}
.page-title h2:before {
    content: '';
    position: absolute;
    top: -8%;
    height: 2px;
    width: 60px;
    border-top: 2px solid #fff;
}
.nnav{
    height: 50px;
    line-height: 48px;
    border-bottom: 1px solid #e1e1e1;
}
.nnav a{
    display: inline-block;
    margin: 0 20px;
}
.nnav a.curr,.nnav a:hover{
    color: #2b78bf;
    border-bottom: 2px solid #2b78bf;
}

a.aboutmore{
    display: block;
    margin: 50px auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #959495;
    text-align: center;
    color: #7f7f7f;
    border-radius: 20px;
}
.about-zcbg{
    background: url("../images/aboutbg1.jpg") no-repeat;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: auto;
}
.about-dsz{
    color: #fff;
}
.about-dsz img{
    margin-bottom: 10px;
}
.about-dszbox{
    margin: 20px 0;
}
.about-zctxt{
    color: #fff;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    text-indent: 2em;
}
.about-gd{
    background: rgba(255,255,255,.1);
}
.about-gd .swiper-scrollbar-drag{
    background: rgba(255,255,255,.7);
}
.about-lcbox{
    width: 100%;
    overflow: hidden;
    /*background-image: url("../images/aboutbg2.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    background-position: bottom;
    height: 600px;
    position:relative;
}
.about-lctxt{
    text-align: center;
    height: 500px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property:all;
}
#progressEffect{
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
}
#about-lc{
    width: 100%;
    height: auto;
    padding:50px 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -10px;
}
.about-fzlc{
    width: 100%;
    height: 100%;
    border-left: 2px solid #ea5500;
    text-align: left;
}
.about-fzlc:before{
    font-size: 30px;
    content: '≡';
    position: absolute;
    color: #ea5500;
    top: -15px;
    left: -8px;
}
.about-lcwz{
    padding: 0 50px;
    color: #333;
}
.about-lcwz b{
    color: #d76c00;
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
}
.about-rybox{
    background: #fff;
    margin: 50px 0;
    padding: 0 20px;
    max-height: 300px;
}
.about-rylist{
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}
.about-ryimg{
    width: 100%;
    margin-bottom: 10px;
}
.swiper-button-ry{
    margin-top: 40px;
    outline: none;
}
.about-whcontent{
    margin: 30px 0;
}
.about-wh{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
}
.about-wh .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
}
.about-wh .img-holder img {
    display: block;
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.about-wh:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);
}
.about-wh .overlay-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(19, 31, 46, 0.50);
    transition: all 700ms ease 100ms;
    z-index: 8;
}
.about-wh:hover .overlay-bg{
    width: 80%;
    left: 10%;
    height: 80%;
    top: 10%;
    background: rgba(255, 255, 255, 0.80);
}
.about-wh .overlay-content{
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    color: #fff;
    text-align: center;
    transition: all 0.5s linear;
}
.about-wh:hover .overlay-content{
    top: 30%;
    color: #333;
}
.about-wh .overlay-content .about-whicon{
    font-size: 45px;
}
.about-wh .overlay-content .about-whtitle{
    font-size: 18px;
}
.about-wh .overlay-content .about-whtxt{
    color: #b8b8b8;
    height: 30px;
    line-height: 30px;
}
.about-wh:hover .overlay-content .about-whtxt{
    color: #9d9d9d;
}
.about-whme:before{
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    border-left: 1px solid #acaba9;
    top: -10px;
    left: 50%;
    margin-bottom: 20px;
}
.about-wh .overlay-content .about-whme{
    padding-top: 30px;
    width: 60%;
    margin: 20px auto;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    opacity: 0;
    transition: all 300ms ease 200ms;
    color: #333;
}

.about-wh:hover .overlay-content .about-whme{
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition: all 700ms ease 800ms;
}
.se-nav{
    margin: 0;
    padding: 0;
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.se-nav li{
    list-style: none;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.se-nav li a.curr{
    display: block;
    padding: 0 5px;
    color: #2b78bf;
    border-bottom: 2px solid #2f78be;
}
.se-dropdown{
    display: none;
    position: absolute;
    z-index: 99;
    width: 150px;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 0;
    margin-top: -5px;
    left: -10px;
}
.se-nav li:hover .se-dropdown{
    display: block;
}
.se-dropdown:before {
    content: "";
    border-left: 9px solid transparent;/*方框上部分背景颜色为透明*/
    border-right: 9px solid transparent;/*方框下部分背景为透明*/
    border-bottom: 9px solid #d6d6d6;/*箭头背景颜色*/
    position: absolute;/*绝对定位1*/
    top: -9px;/*距离顶部位置偏移量2*/
    left: 18px;/*距离左边位置偏移量3/ /123都是控制显示位置的*/
}
.se-dropdown:after{
    content: "";
    border-left: 7px solid transparent;/*方框上部分背景颜色为透明*/
    border-right: 7px solid transparent;/*方框下部分背景为透明*/
    border-bottom: 7px solid #fff;/*箭头背景颜色*/
    position: absolute;/*绝对定位1*/
    top: -7px;/*距离顶部位置偏移量2*/
    left: 20px;/*距离左边位置偏移量3/ /123都是控制显示位置的*/
}

.se-dropdown li{
    margin: 0;
    height: 36px;
    line-height: 36px;
    text-align: left;
    display: block;
    padding: 0 15px;
    position: relative;
}
.se-dropdown li:hover{
    background: #2f78be;
}
.se-dropdown li:hover a{
    display: block;
    color: #fff;
}
.se-menu{
    display: none;
    position: absolute;
    width: 150px;
    left: 148px;
    top: 0;
    background: #2f78be;
    line-height: 36px;
    padding: 0 15px;
}
.se-dropdown li:hover .se-menu{
    display: block;
}
.se-menu a{
    display:block;
    color: #fff;
    border-bottom: 1px solid #2f78be;
    height: 35px;
    line-height: 35px;
}
.se-menu a:hover{
    border-bottom: 1px solid #96bddf;
}

.pro-imgbox{
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.pro-imgbox .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
    border:1px solid #e5e5e5;
}
.pro-imgbox .img-holder img {
    display: block;
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.pro-imgbox:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);
}
.pro-title{
    padding: 0 10px;
    line-height: 24px;
    height: 50px;
    margin-top: 10px;
}
.pro-title a{
    color: #989898;
}
.pro-title span{
    display: block;
    color: #333;
}

.procate-content{
    width: 50%;
}
procate-box{

}
.procate-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
}
.procate-box .img-holder img {
    display: block;
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.procate-box:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);
}
.procate-lbox{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    margin-top: 10%;
}
.procate-title{
    font-size: 24px;
    color: #023894;
    font-weight: bolder;
}
.procate-txt{
    color: #929292;
    margin-top: 20px;
}
a.procate-more{
    color: #545454;
    margin-top: 20px;
    display: inline-block;
}
.qxpage-title{
    font-size: 14px;
    color: #676767;
}
.qxpage-title b{
    color: #035cac;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-weight: normal;
}

.qxpage-box{
    margin: 30px 0;
    border: 1px solid #e6e6e6;
}
.qxpage-item{
    width: 50%;
}
.qxpage-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
}
.qxpage-item .img-holder img {
    display: block;
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.qxpage-box:hover .qxpage-item .img-holder img {
    transform:scale(1.2) rotate(2deg);
}
.qxpage-pad{
    padding: 20px 30px;
}
.qxpage-ti{
    color: #0060a3;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}
.qxpage-txt{
    height: 120px;
}
.qxpage-nrbox {
    margin: 10px 0;
    width: 100%;
    height: 100%;
}
.qxpage-nr {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    text-indent: 2em;
}
a.qxpage-more{
    display: inline-block;
    background: #2660a3;
    padding: 10px 40px;
    color: #fff;
    margin-top: 20px;
}
.gsys-box{
    width: 90%;
    background: rgba(255,255,255,.8);
    padding: 20px;
    margin: 30px auto;
    text-align: center;
    border-radius: 2px;
}
.gsys-icon{
    font-size: 70px;
    margin: 30px;
}
.gsys-title{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
}
.gsys-txt{
    font-size: 12px;
    margin: 20px 0 50px 0;
    height: 50px;

}
.gsys-jsbox{
    background: url("../images/gongsibg1.jpg") center no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.gsys-jstitle{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-bottom: 1px solid #265fa3;
    font-size: 22px;
    color: #265fa3;
}
.gsys-jstxt{
    margin-top: 20px;
    color: #646464;
    text-indent: 2em;
}
.gsys-img{
    width: 90%;
    margin: 0 auto;
}
.gsys-img img{
    width: 100%;
}
.rcpage-txt{
    color: #525252;
    text-align: center;
    line-height: 28px;
    margin: 20px 50px;
}
.yplc-box{
    display: flex;
    flex-wrap: nowrap;
    margin: 30px 0 80px 4vw;
}
.lc-item{
    flex-grow:1;
    color: #fff;
}
.yplc-txt{
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    border: 2px solid #f76715;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: rgba(0,0,0,.3);
}
.yplc-txt:before{
    content: "";
    position: absolute;
    width: 3vw;
    height: 1px;
    background: #f76715;
    left: -3.2vw;
    top: 2.4vw;
}
.yplc-txt:after{
    content: "";
    position: absolute;
    width: 3vw;
    height: 1px;
    background: #f76715;
    right: -3.2vw;
    top: 2.4vw;
}
.zw-boxtitle{
    height: 50px;
    line-height: 50px;
    background: #f76817;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.zw-item1{
    width: 50%;
    border-bottom: 1px solid #ececec;
}
.zw-item2{
    width: 15%;
    border-bottom: 1px solid #ececec;
}
.zw-item3{
    width: 15%;
    border-bottom: 1px solid #ececec;
}
.zw-item4{
    width: 15%;
    border-bottom: 1px solid #ececec;
}
.zw-item5{
    width: 5%;
    border-bottom: 1px solid #ececec;
}
.zw-box{
    border: 1px solid #dcdcdc;
    border-top: none;
    border-bottom: none;
    /*height: 50px;*/
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    flex-wrap:wrap;
}
.zw-btn{
    display: inline-block;
    cursor: pointer;
    color: #f76817;
    font-weight: bolder;
}
.zw-content{
    width: 100%;
    padding: 20px 50px;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid #ececec;
    background: #f5f5f5;
    display: none;
}
.article-title{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2em;
    color: #333;
}
.article-time{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background: #ececec;
}
.article-content{
    margin: 20px 0;
    line-height:28px;
}
.urlbox{
    height: 40px;
    line-height: 40px;
    background: #ececec;
    border-top: 1px solid #c8c8c8;
    color: #656565;
}
.urlbox a{
    color: #656565;
}
.urlbox span{
    color: #0055b5;
}
.pro-img{
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pro-img img{
    width: 100%;
}
.pro-namebox{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background: rgba(0,0,0,.7);
    position: relative;
    z-index: 99;
    margin-top: -50px;
    color: #fff;
    font-size: 16px;
}
.pro-namebox span{
    display: inline-block;
    margin-right: 40px;
}
.pro-xq{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
}
.pro-xq span{
    display: inline-block;
    background: #000;
    font-size: 16px;
    color: #fff;
    padding: 0 40px;
}
.pagepage {
    height: 100%;
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 12px;
    padding-left: 3px;
    margin: 30px 0;
    /*float: right;*/
    text-align:center;
}

.pagepage .epages a{
    /*display: block;*/
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    background-color: #E4F1FB;
    border: 1px solid #186196;
    /*float: left;*/
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
    text-decoration: none;
    padding-right: 8px;
    padding-left: 8px;
    color: #165787;
}
.pagepage .epages a:hover{
    /*display: block;*/
    background-color: #186196;
    border: 1px solid #186196;
    /*float: left;*/
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}
.pagepage .epages b{
    /*display: block;*/
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    /*float: left;*/
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
    color: #999999;
    padding-right: 8px;
    padding-left: 8px;
}
.contact{height:380px;border:1px solid #d0d0d0;background-color:#2b78bf;margin-top:50px;}
.contact1{height:380px;background-color:#fff;}
.contact2{font-size:22px;font-weight:bold;margin-top:100px;width:100%;text-align:center;margin-bottom:30px;}
.contact3{margin-top:20px;padding-left:10px;}
.contact4{margin-left:10px}
.contact5{padding:20px 30px;height:150px;}
.contact6{margin-bottom:10px;color:#0d6bc1}

/*浏览器兼容*/
.publichide{height:80px;background-color:#f76718;width:100%;position:fixed;top:0;z-index:9999;color:#fff;text-align:center;line-height:80px;font-size:18px;display:none}
.publichide a{color:#fff;font-weight:bold}
.publichide img{position:absolute;float:left;height:40px;width:auto;top:20px;left:20px;}
/*企业荣誉*/
.rongyu{float:left;margin-left:60px;text-align:center;margin-top:20px;}
.wlpage{display:table;text-align:center;margin:auto}
.wlpage a{
    display:block;float:left;width:50px;height:20px;border:1px solid #888;margin-right:10px;line-height:20px;
}
.wlpage .pageactive{border:1px solid #0055b5;color:#0055b5}