header{
    width: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}
header .h_top{
    width: 100%;
    background: #e5edf6;
    line-height: 40px;
    font-size: 14px;
}
header .h_top .fr .h_wx{
    position: relative;
    cursor: pointer;
}
header .h_top .fr .h_wx .h_f_wx{
        position: absolute;
        width: 100px;
        left: 50%;
        top: 35px;
        transform: translateX(-50%);
        z-index: 2;
        overflow: hidden;
        height: 0;
        transition: all .5s;
}
header .h_top .fr .h_wx:hover .h_f_wx{
    height: 100px;
}
header .h_top .fr > div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 34px;
}
header .h_top .fr > div.h_p span{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #008cd6
}
header .h_top .fr > div.h_ss{
    height: 40px;
    width: 35px;
    cursor: pointer;
    text-align: center;
    background: -moz-linear-gradient(top, #008cd6 0%, #004ea2 100%);
    background: -webkit-linear-gradient(top, #008cd6 0%,#004ea2 100%);
    background: -o-linear-gradient(top, #008cd6 0%,#004ea2 100%);
    background: -ms-linear-gradient(top, #008cd6 0%,#004ea2 100%);
}
header .header h2{
    margin-top: 22px;
}
header .header h2 .logo{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
header .header h2 .logo h6{
    font-size: 20px;
    color: #333333;
    margin-bottom: 4px;
}
header .header h2 .logo p{
    color: #666666
}
header .header .nav-d li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
header .header .nav-d li > a{
    display: block;
    padding: 0 20px;
    height: 120px;
    line-height: 120px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
header .header .nav-d li > a::before{
    width: 0;
    height: 0;
    content: '';
    background: -moz-linear-gradient(top, #008cd6 0%, #004ea2 100%);
    background: -webkit-linear-gradient(top, #008cd6 0%,#004ea2 100%);
    background: -o-linear-gradient(top, #008cd6 0%,#004ea2 100%);
    background: -ms-linear-gradient(top, #008cd6 0%,#004ea2 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .5s;
    border-bottom-right-radius: 200px
}
header .header .nav-d li:hover > a::before{
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 0px
}
header .header .nav-d li:hover > a{
    color: #fff
}
header .header .nav-d li.on > a::before{
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 0px
}
header .header .nav-d li.on > a{
    color: #fff
}
.zj-ss{
    width: 100%;
    background: #e5edf6;
    padding: 15px 0;
}
.ss-index{
    display: inline-block;
    vertical-align: middle;
    width: 286px;
    background: #ffffff;
    line-height: 40px;
    border-radius: 6px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.ss-index .text{
    display: block;
    /* padding: 0 10px; */
    line-height: 38px;
    width: calc(100% - 40px);
}
 .ss-index .submit{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: url('../images/ss-d.png') no-repeat center;
    background-color: #0088d3;
}
header .h_top .fr > div.h_ss{
    position: relative;
}
.h_v_index{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    transition: all .5s;
    overflow: hidden;
}
header .h_top .fr > div.h_ss:hover .h_v_index{
    width: 286px;
}
.zj-ss .rm-index{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.zj-ss .rm-index span{
    color: #ff910e;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.zj-ss .rm-index p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.zj-set1{
    width: 100%;
    padding: 65px 0;
}
.zj-set1 li{
    width: 24%;
    float: left;
    margin-right: 1.33%;
    border:1px solid #e1e1e1;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    
}
.zj-set1 .projs li:nth-child(4n){margin-right: 0}
.zj-set1 .projs li:nth-child(5n){margin-right: 1.33%}
.zj-set1 li::before{
    width: 31px;
    height: 31px;
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    background: url('../images/pro-ico.jpg') no-repeat center;
}
.zj-set1 li::after{
    width: 100%;
    height: 100%;
    background: rgba(0, 109, 188, .95);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: rotateY(90deg);
    opacity: 0;
    transition: all .5s
}
.zj-set1 li:hover::after{
    transform: rotateY(0deg);
    opacity: 1;
}
.zj-set1 li:nth-of-type(5n){
    margin-right: 0;
}
.zj-set1 li h6{
    width: 92%;
    margin: 0 auto;
    text-align: center;
    line-height: 75px;
    border-top: 1px dashed #bbbbbb;
    font-size: 16px;
}
.zj-set1 li .textcont{
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotateY(90deg);
    position: absolute;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5%;
    transition: all .5s
}
.zj-set1 li:hover .textcont{
    transform: translateY(-50%)  rotateY(0deg);
}
.zj-set1 li .textcont h5{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
.zj-set1 li .textcont .cont{
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
.zj-set1 li .textcont span{
    width: 30%;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    line-height: 2;
    text-align: center;
    margin-top: 15px;
}
.zj-title{
    padding: 48px 0 30px;
    text-align: center;
}
.zj-title h5{
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
    position: relative;
    height: 42px;
}
.zj-title h5::before{
    width: 100%;
    height: 1px;
    content: '';
    background: #d3dae2;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%)
}
.zj-title h5 span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #e5edf6;
    z-index: 1;
}
.zj-title h5 span::after,
.zj-title h5 span::before{
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    border: 1px solid #d3dae2;
    border-radius: 50%
}
.zj-title h5 span::after{
    margin-left: 10px;
}
.zj-title h5 span::before{
    margin-right: 10px;
}
.zj-title p{
    color: #333333;
    font-size: 18px;
}
.zj-set2{
    background: #e5edf6;
    padding-bottom: 48px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    overflow: hidden;
    margin-bottom: 67px;
}
.zj-cont-set2{
    width: 92%;
    margin: 0 auto;
}
.zj-cont-set2 li{
    float: left;
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 16px;
}
.zj-cont-set2 li:nth-of-type(4),
.zj-cont-set2 li:last-of-type{
    margin-right: 0;
}
.zj-cont-set2 li input{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 16px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 16px;
}
.zj-cont-set2 li:last-of-type{
    width: 49.333%;
}
.zj-cont-set2 .btnzj{
    text-align: center;
    margin-top: 28px;
    width: 100%;
}
.zj-cont-set2 .btnzj input{
    width: 150px;
    line-height: 40px;
    /* display: block; */
    border-radius: 5px;
    margin: 0 5px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle
}
.zj-cont-set2 .btnzj .submit{
    color: #fff;
    background: #ff910e;
    transition: all .3s;
}
.zj-cont-set2 .btnzj .reset:hover,
.zj-cont-set2 .btnzj .submit:hover{
    filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;
}
.zj-cont-set2 .btnzj .reset{
    background: #cfe1f0;
    color: #999999;
    transition: all .3s;
}
.zj-set3{
    background: #e5edf6;
    padding-top: 20px;
    padding-bottom: 68px;
}
.zj-set4-cont{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.zj-set4-cont .zj-img{
    width: 38%;
    margin: 0 auto;
}
.zj-set4-cont li{
    position: absolute;

    list-style: none
}
.zj-set4-cont li.li1{
    top: 61%;
    left: 0;
    text-align: right
}
.zj-set4-cont li.li2{
    top: 5%;
    left: 23px;
    text-align: right;
}
.zj-set4-cont li.li3{
    top: 5%;
    left: 63%;
    text-align: left;
}
.zj-set4-cont li.li4{
    top: 61%;
    left: 65%;
    text-align: left;
    white-space: nowrap;
}
.zj-set4-cont li.li4 .zj-set4-d,
.zj-set4-cont li.li3 .zj-set4-d{
    margin-left: 16px;
}
.zj-set4-cont li.li2 .zj-set4-d,
.zj-set4-cont li.li1 .zj-set4-d{
    margin-right: 16px;
}
.zj-set4-cont li span{
    display: inline-block;
    vertical-align: text-top;
    width: 80px;
    height: 80px;
    background: #006dbc;
    border-radius: 50%;
    font-size: 48px;
    color: #fff;
    line-height: 80px;
    text-align: center;
}
.zj-set4-cont li .zj-set4-d{
    display: inline-block;
    padding-top: 20px;
    vertical-align: text-top;
    width: 400px;
}
.zj-set4-cont li .zj-set4-d h6{
    font-size: 24px;
    color: #006dbc;
    margin-bottom: 10px;
}
.zj-set4-cont li .zj-set4-d .cont{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 10px;
    white-space: normal
}
.zj-set4-cont li .zj-set4-d a{
    width: 120px;
    text-align: center;
    color: #008cd6;
    border: 1px solid #008cd6;
    line-height: 2.5;
    display: inline-block;
}
.zj-set4-ul{
    width: 100%;
    padding-top: 20px;
}
.zj-set4-ul ul{
    display: flex;
    justify-content: space-between;
}
.zj-set4-ul li{
    width: 180px;
    text-align: center;
}
.zj-set4-ul li h6{
    text-align: center;
    margin-top: 26px;
}
.zj-set5{
    padding-top: 20px;
    padding-bottom: 68px;
}
.zj-set5 .zj-title h5 span{
    background: #fff;
}
.zj-set5-cont{
    width: 100%;
    box-shadow: 2px 0px 20px rgba(0, 0, 0, .16);
    margin-top: 20px;
}
.zj-set5-cont .cont-ves{
    width: 50%;
    padding: 40px 60px;
    box-sizing: border-box
}
.zj-set5-cont .c-img {
    width: 50%;
}
.zj-set5-cont .cont-ves h6{
    color: #ff910e;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}
.zj-set5-cont .cont-ves .cont{
    font-size: 16px;
    color: #666666;
    padding-bottom: 18px;
    line-height: 1.6;
}
.zj-set5-cont .cont-ves a{
    width: 100px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #008cd6;
    border: 1px solid #008cd6
}
.zj-set5-cont .cont-ves ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 36px;
}
.zj-set5-cont .cont-ves ul span{
    font-size: 48px;
    line-height: 1;
    margin-bottom: 10px;
    color: #008cd6;
    font-weight: bold;
}
.zj-set5-cont .cont-ves ul p{
    color: #a0a0a0;
}
.zj-set5-cont ul i{
    width: 1px;
    height: 80px;
    background: #eaeaea
}
.zj-set5-cont .c-img{
    position: relative
}
.zj-set5-cont .c-img i{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -25px;
    background: url('../images/v-img.png') no-repeat center;
}
.zj-set5-nav{
    padding: 60px 0 40px;
    text-align: center;
}
.zj-set5-nav a{
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    line-height: 45px;
    font-size: 20px;
    margin: 0 5px;
    border-radius: 6px;
}
.zj-set5-nav a.on{
    background: #0088d3;
    color: #fff;
}
.zj-set6-page{
    width: 100%;
}
.zj-set6-page li{
    width: 24%;
    float: left;
    margin-right: 1.333%;
    overflow: hidden;
}
.zj-set6-page li img{
    height: 262px;
    transition: all .4s;
}
.zj-set6-page li img:hover{
    transform: scale(1.1)
}
.zj-set6-page li:nth-of-type(4n){
    margin-right: 0;
}
.zj-set6{
    width: 100%;
    padding: 65px 0;
    background: #e5edf6
}
.zj-set6-cont{
    width: 100%;
}
.zj-set6-cont .zj-set6-p{
    width: 64.8%;
}
.zj-set6-cont h3{
    font-size: 24px;
    color: #333333;
    line-height: 70px;
    border-bottom: 1px solid #d3dae2;
    margin-bottom: 42px;
}
.zj-set6-cont h3 a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
}
.zj-set6-cont h3 a:hover{
    color: #006dbc
}
.zj-set6-cont h3 a::before{
    width: 0;
    height: 1px;
    content: '';
    background: #006dbc;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .5s;
}
.zj-set6-cont h3 a.on::before{
    width: 100%;
}
.zj-set6-cont .zj-set6-v{
    width: 100%;
}
.zj-set6-cont .zj-set6-v:hover .zj-txt-text .text h6{
    color: #006dbc
}
.zj-set6-cont .zj-set6-v .zj-new-img img{
    transition: all .4s;
}
.zj-set6-cont .zj-set6-v:hover .zj-new-img img{
    transform: scale(1.1)
}
.zj-set6-cont .zj-set6-v .zj-new-img{
    width: 46%;
    overflow: hidden;
}
.zj-set6-cont .zj-set6-v .zj-txt-text{
    width: 54%;
   padding-left: 28px;
   box-sizing: border-box
}
.zj-set6-cont .zj-set6-v .zj-txt-text .timer{
    margin-bottom: 18px;
}
.zj-set6-cont .zj-set6-v .zj-txt-text .timer span{
    color: #008cd6;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}
.zj-set6-cont .zj-set6-v .zj-txt-text .timer p{
    font-size: 14px;
    color: #999999
}
.zj-set6-cont .zj-set6-v .zj-txt-text .text h6{
    font-size: 18px;
    color: #000000;
    margin-bottom: 12px;
}
.zj-set6-cont .zj-set6-v .zj-txt-text .text .cont{
    color: #666666;
    line-height: 1.8;
}
.zj-set6-cont .zj-set6-v .zj-txt-text .text span{
    display: block;
    width: 120px;
    line-height: 38px;
    border: 1px solid #008cd6;
    text-align: center;
    margin-top: 20px;
    color: #008cd6
}
.zj-set6-cont .zj-set6-p ul{
    margin-top: 30px;
}
.zj-set6-cont .zj-set6-p li{
    padding: 24px 0;
    border-top: 1px dashed #c7c7c7
}
.zj-set6-cont .zj-set6-p li:hover .text-cont h6{
    color: #006dbc
}
.zj-set6-cont .zj-set6-p li:last-of-type{
    border-bottom: 1px dashed #c7c7c7
}
.zj-set6-cont .zj-set6-p li a{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.zj-set6-cont .zj-set6-p li .timer{
    width: 12%;
}
.zj-set6-cont .zj-set6-p li .timer span{
    font-size: 36px;
    color: #008cd6;
    font-weight: bold;
    line-height: 1.1;
}
.zj-set6-cont .zj-set6-p li .timer p{
    margin-top: 4px;
}
.zj-set6-cont .zj-set6-p li .text-cont{
    width: 88%;
    transition: all .4s;
}
.zj-set6-cont .zj-set6-p li:hover .text-cont{
    transform: translateX(-10px)
}
.zj-set6-cont .zj-set6-p li .text-cont p{
    line-height: 1.5;
    color: #666
}
.zj-set6-cont .zj-set6-p li .text-cont h6{
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.zj-set6-t{
    width: 31%;
}
.zj-ul-cj {
    margin-top: 30px;
}
.zj-ul-cj li{
    padding: 40px 0;
    border-bottom: 1px dashed #c7c7c7
}
.zj-ul-cj li h6{
    color: #008cd6;
    margin-bottom: 20px;
    font-size: 16px;
}
.zj-ul-cj li h6 span{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    color: #fff;
    background: #008cd6;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
}
.zj-ul-cj li .txt{
    width: 100%;
    font-size: 16px;
}
.zj-ul-cj li .txt span{
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    color: #fff;
    background: #ff910e;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
    
}
.zj-ul-cj li .txt .p{
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: text-top;
    line-height: 1.6;
    color: #666
}
.zj-set7 .zj-title h5 span{
    background: #fff;
}
.zj-set7{
    padding-bottom: 44px;
    padding-top: 20px;
}
.zj-set7 li{
    width: 16%;
    float: left;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin-right: 0.8%;
    margin-bottom: 20px;
}
.zj-set7 li img{
    width: 100%;
    height: auto;
}
.zj-set7 li:nth-of-type(6n){
    margin-right: 0;
}
.zj-set8{
    padding: 58px 0;
    background: #e5edf6
}
.zj-set8 li{
    width: 24%;
    margin-right: 1.333%;
    float: left;
}
.zj-set8 li:nth-of-type(4n){
    margin-right: 0;
}
.zj-set8 li .imgds{
    width: 68px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center 0;
    transition: all .5s
}
.zj-set8 li:hover .imgds{
    background-position: center -62px;
}
.zj-set8 li .txt{
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
}
.zj-set8 li:hover .txt h6{
    color: #008cd6
}
.zj-set8 li .txt h6{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}
.zj-set8 li .txt p{
    font-size: 14px;
    line-height: 1.6;
    color: #666
}
.zj-set8 li:hover .txt p{
    color: #008cd6
}
footer{
    background: #fff;
}
.footer{
    background: #006dbc;
    padding-top: 40px;
    padding-bottom: 38px;
}
.footer ul{
    display: flex;
    justify-content: space-between;
}
.footer li{
    display: inline-block;
    vertical-align: text-top;
    /* margin-right: 137px; */
}
.footer li:last-of-type{
    margin-right: 0;
}
.footer li dl dt{
    font-size: 18px;
    color: #fff;
}
.footer li dl dt a{
    color: #fff;
}
.footer li dl dt::after{
    width: 40px;
    height: 2px;
    content: '';
    display: block;
    margin: 14px 0 22px;
    background: #fff;
}
.footer li dl dd{
    font-size: 14px;
    margin-bottom: 15px;
}
.footer li dl dd a{
    color: #80b6de
}
.footer li dl dd a:hover{
    color: #fff;
}
.footer li dl .f_phone h6{
    font-size: 36px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 16px;
}
.footer li dl .f_phone .cont{
    font-size: 14px;
   
}
.footer li dl .f_phone .cont p{
    margin-bottom: 10px;;
}
.footer li dl .f_phone .cont p span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: #8db0d8
}
.footer li dl .foot-pho{
    display: flex;
    
}
.footer li dl .foot-pho .wx-d{
    margin-right: 20px;
}
.footer li dl .foot-pho .wx-d > div{
    margin-bottom: 20px;
}
.footer li dl .foot-pho .wx-wx{
    text-align: center;
}
.footer li dl .foot-pho .wx-wx p{
    font-size: 14px;
    color: #80b6de;
    margin-top: 12px;
}
.foot-yq{
    color: #80b6de;
    padding-top: 10px;
}
.foot-yq a{
    color: #80b6de;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.foot-yq a:hover {
    color: #fff
}
.footer-bt{
    background: #005aac;
    color: #80add6;
    padding: 28px 0;
}
.footer-bt a{
    color: #80add6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.footer-bt a:hover{
    color: #fff;
}


.projs .tabs {
    text-align: center;
    margin-bottom: 30px;
}
.projs .tabs span {
    width: auto;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 10px;
}
.projs .tabs span:hover {
    background: #0e90d2;
    color: #fff;
    border-color: #0e90d2;
    cursor: pointer;
}
.projs .tabs span.on {
    background: #0e90d2;
    color: #fff;
    border-color: #0e90d2;
    cursor: pointer;
}
.projs .box .swiper-slide li .img {
    line-height: 240px;
    overflow: hidden;
    height: 240px;
    text-align: center;
}
.projs .box .swiper-slide li .img img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}



@media screen and (max-width: 1600px) {
	.w1400{
		width: 1200px;
    }
    .zj-set1 li h6{
        line-height: 55px;
    }
    .zj-set4-cont li span{
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .zj-set4-cont li .zj-set4-d{
        width: 340px;
    }
    .zj-set5-cont .cont-ves{
        padding: 40px 36px;
    }
    .zj-set5-cont .cont-ves ul span{
        font-size: 32px;
    }
    .zj-set5-cont .cont-ves h6{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .zj-set5-cont .cont-ves .cont{
        font-size: 14px;
        padding-bottom: 10px;
    }
    .zj-set5-cont .cont-ves ul{
        margin-top: 14px;
    }
    .zj-set6-cont .zj-set6-v .zj-txt-text .timer span{
        font-size: 32px;
    }
    .zj-set6-cont .zj-set6-v .zj-txt-text .text .cont{
        font-size: 12px;
    }
    .zj-ul-cj li{
        padding: 32px 0;
    }
    .footer li{
        /* margin-right: 78px; */
    }
    .zj-set1 li .textcont span{
        width: 44%;
    }
    header .header .nav-d li > a{
        padding: 0 12px;
    }
}
.tnavbox{position:absolute;width:160px;left:50%;margin-left:-80px;top:85%;height:0;padding-top:15px;/* display:none;*/ text-align: center;z-index: 99999999;}
.tnav{ background:#fff; box-shadow:0 0 16px -4px rgba(0,0,0,.3); padding:20px 0 18px; transform:translateY(20px); -webkit-transform:translateY(20px); opacity:0; visibility:hidden; transition:.5s; -webkit-transition:.5s; }
.tnav a{ display:block; color:#666; line-height:35px; border-bottom: 1px solid transparent;-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;}
.tnav a:hover{ color: #fff; }

.tnav a:hover,.tnav a.on{ background:#006dbc; color:#fff;}

header .header .nav-d li:hover .tnavbox {
    height:100px;
}
header .header .nav-d li:hover .tnavbox .tnav{ transform:translate(0); -webkit-transform:translate(0); opacity:1; visibility:visible; }
header .header .nav-d li .tnavbox i{ position: absolute; width: 20px; height: 4px; background-color: #006dbc; left: 50%; top: 0; margin-left: -10px; }

.pro-new{
    width: 100%;
}
.pro-new li{
    width: 100%;
    display: flex;
    background: #ebebeb;
    margin-bottom: 28px;
}
.pro-new li .img{
    width: 48%;
}
.pro-new li .img img{
    width: 100%;
    height: auto;
}
.pro-new li .congt{
    width: 52%;
    padding: 50px;
}
.pro-new li .congt h6{
    font-size: 32px;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pro-new li .congt .cont{
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    min-height: 150px
}
.pro-new li .congt a{
    display: inline-block;
    padding: 11px 30px;
    margin-right: 1vw;
    color: #fff;
    font-size: 18px;
    background-color: #006dbc;
    border-radius: 40px;
    vertical-align: middle;
}

