header{
    width: 100%;
    text-align: center;
    background: url('../images/h_bj.jpg') no-repeat center;
}
header h1{
    margin-top: 16px;
}
header .h_ps .h_phone,
header .h_ps .h_ss,
header .h_nav li,
header .h_nav ul,
header .h_nav{
    display:inline-block;
    vertical-align: middle
}
header .h_nav li {
    margin-right: 68px;
    position: relative;
}
header .h_nav li:last-of-type{
    margin-right: 0;
}
header .h_nav li> a{
    font-size: 16px;
    line-height: 120px;
}
header .h_nav li:hover > a{
    color: #14378d !important
}
header .h_nav li.on > a{
    color: #14378d !important
}
header .h_ps span{
    font-size: 24px;
    color: #14378d;
    margin-right: 20px;
    line-height: 120px;
}
header .h_ps .h_phone{
    margin: 0 10px;
    position: relative;
}
header .h_ps .h_phone i{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #14378d;
    background-image: url('../images/h_wx.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
}
header .h_ps .h_phone  .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_ps .h_phone:hover .h_f_wx{
height: 100px;
}


.h_v_index{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    transition: all .5s;
    overflow: hidden;
}
header .h_ps .h_ss:hover .h_v_index{
    width: 286px;
}
header .h_ps .h_ss {
    position: relative;
}
header .h_ps .h_ss i{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #14378d;
    /* background-image: url('../images/h_wx.png'); */
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-image: url('../images/h_ss.png');
    display: block;
}
.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-ds.png') no-repeat center;
    background-color: #14378d;
}
.zj-bj{
    background: #e2e1de
}
.zj-set1{
    padding: 90px 0 136px;
}
.zj-title-pro{
    text-align: center;
}
.zj-title-pro h3{
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
}
.zj-pro-nav{
    width: 100%;
    text-align: center;
}
.zj-pro-nav a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 16px;
    padding: 0 20px;
    line-height: 2;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    color: #666666
}
.zj-pro-nav a::before{
    width: 0;
    height: 100%;
    opacity: 0;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #14378d;
    content: '';
    z-index: -1;
    transition: all .5s;
}
.zj-pro-nav a.on{
    color: #fff;
}
.zj-pro-nav a.on::before{
    width: 100%;
    opacity: 1;
}
.zj-pro-cont{
    width: 100%;
    padding-top: 42px;
}
.zj-pro-big{
    width: 49%;
    background: #fff;
}
.zj-pro-big:hover .text h6{
    color: #14378d
}
.zj-pro-big .imgd{
    width: 100%;
    overflow: hidden;
}
.zj-pro-big .imgd img{
    width: 100%;
    height: auto;
    transition: all .5s
}
.zj-pro-big:hover .imgd img{
    transform: scale(1.1)
}
.zj-pro-big .text{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    position: relative;
}
.zj-pro-big .text::before{
    width: 29px;
    height: 16px;
    content: '';
    display: block;
    background: url('../images/pro-zj.png') no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
.zj-pro-big .text h6{
    font-size: 16px;
    margin-bottom: 10px;
}
.zj-pro-li{
    width: 100%;
}
.zj-pro-li ul{
    display: flex;
   
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.zj-pro-li li{
    width: 24%;
    margin-bottom: 20px;
    margin-right: 1.3333%;
}
.zj-pro-li li:nth-of-type(4n){
    margin-right: 0;
}
.zj-pro-li li a{
    display: block;
    background: #fff;
    position: relative;
}
.zj-pro-li li a .text{
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-20%);
    z-index: 2;
    position: absolute;
    font-size: 14px;
    line-height: 2;
    opacity: 0;
    color: #fff;
    transition: all .5s;
}
.zj-pro-li li a::before{
   width: 100%;
   height: 100%;
   content: '';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   background: rgba(20, 55, 141, .8);
   z-index: 1;
   opacity: 0;
   transform: scale(0);
   transition: all .5s;
}
.zj-pro-li li:hover a::before{
    opacity: 1;
    transform: scale(1)
}
.zj-pro-li li:hover a .text{
    opacity: 1;
    transform: translateY(-50%)
}
.zj-pro-li li .img{
    width: 100%;
    overflow: hidden;
    height: 213px;
}
.zj-pro-li li .img img{
    transition: all .5s
}
.zj-pro-li li:hover .img img{
   transform: scale(1)
}
.zj-pro-li li .txt{
    width: 100%;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 15px;
    position: relative;
}
.zj-pro-li li .txt::before{
    width: 18px;
    height: 16px;
    content: '';
    display: block;
    background: url('../images/pro-zj.png') no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 5%;
    top: 32%;
    transform: translateY(-50%)
}
.zj-set2{
    width: 100%;
    position: relative;
}
.zj-set2-cont{
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.zj-set2-cont dd .dse{
    width: 476px;
    background: #ffffff;
    padding: 82px 52px;
    margin-top: -72px;
}
.zj-set2-cont dd .dse span{
    font-size: 16px;
    color: #666666;
}
.zj-set2-cont dd .dse h6{
    margin-top: 16px;
    font-size: 45px;
    line-height: 1.2;
    color: #14378d;
    font-weight: bold;
    margin-bottom: 10px;
}
.zj-set2-cont dd .dse p{
    font-size: 36px;
    color: #333333;
}
.zj-set2-cont dd .detep{
    width: 650px;
    margin-top: 80px;
}
.zj-set2-cont dd .detep .cont{
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    margin-bottom: 32px;
    line-height: 1.4;
}
.zj-set2-cont dd .detep ul{
    display: flex;
}
.zj-set2-cont dd .detep ul li{
    margin-right: 72px;
}
.zj-set2-cont dd .detep ul li h6{
    font-size: 48px;
    color: #fff;
    margin-bottom: 12px;
}
.zj-set2-cont dd .detep ul li p{
    color: #fff;
    font-size: 16px;
}
.zj-set2-cont dd .detep ul li:last-of-type{
    margin-right: 0;
}
.zj-set2-li{
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.zj-set2-li dl{
    width: 320px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
.zj-set2-li dl dd:first-of-type{
    margin-left: 50%;
}
.zj-set2-li dl dd{
    width: 50%;
    padding: 30px ;
    box-sizing: border-box;
    background-image: linear-gradient(90deg, #d8d8d8, #fff);
    cursor: pointer;
}
.zj-set2-li dl dd h6{
    font-size: 16px;
    color: #666666;
    margin-top: 6px;
    margin-bottom: 7px;
}
.zj-set2-li dl dd p{
    font-size: 16px;
    color: #333333;
    margin-top: 2px;
    line-height: 1.2;
}
.zj-set2-li dl dd .bds{
    width: 45px;
    height: 45px;
}
.bds{
    position: relative;
}
.bds img{
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s;
    left: 0;
    top: 0;
}
 .bds .ds{
    z-index: 2;
    opacity: 1;
}
.bds .on{
    z-index: 1;
    opacity: 0;
}
.zj-set2-li dl dd.on h6{
    color: #fff;
}
.zj-set2-li dl dd.on p{
    color: #fff;
}
.zj-set2-li dl dd.on  .bds .ds{
    opacity: 0;
}
.zj-set2-li dl dd.on  .bds .on{
    opacity: 1;
}
.zj-set2-li dl dd.on{
    background: #14378d;
}
.zj-set3{
    background: #f8f8f6;
    padding: 82px 0 92px;
}
.zj-title{
    text-align: center;
} 
.zj-title h6{
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
}
.zj-title p{
    font-size: 18px;
    color: #666666;
}
.zj-set3 .const{
    text-align: center;
    margin-top: 58px;
}
.zj-set3 .const .ds{
    display: inline-block;
    vertical-align: middle;
}
.zj-set3 .const .ds h6{
    font-size: 18px;
    margin-top: 16px;
}
.zj-set3 .const .bds{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #14378d;
    /* display: inline-block;
    vertical-align: middle; */
    cursor: pointer;
}
.zj-set3 .const i{
    width: 7px;
    height: 14px;
    background: url('../images/zj-jt.png') no-repeat center;
     margin: 0 42px 20px;
     display: inline-block;
     vertical-align: middle;
}
.zj-set3 .const .bds:hover{
    background: #14378d;
}
.zj-set3 .const .bds:hover .ds{
    opacity: 0;
}
.zj-set3 .const .bds:hover .on{
    opacity: 1;
}
.zj-set3 a{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #14378d;
    text-decoration:underline;
    margin-top: 30px;
}
.zj-set4{
    width: 100%;
    position: relative;
}
.zj-set4-cont{
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.zj-set4-cont .zj-title h6{
    color: #fff;
}
.zj-set4-cont .zj-title p{
    color: #fff;
}
.zj-set4-cont .vd{
    width: 61px;
    height: 44px;
    margin: 40px auto;
    background: url('../images/zj-vd.png') no-repeat center;
}
.zj-set4-cont .cont{
    width: 60%;
    color: #fff;
    text-align: center;
    margin: 0 auto 32px;
    line-height: 1.6;
}
.zj-set4-cont a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration:underline;
}
.zj-set5{
    background: #f8f8f6;
    padding-bottom: 91px;
}
.zj-set5 .zj-pro-nav{
    padding: 46px 0;
}
.zj-set5-page{
    width: 100%;
}
.zj-set5-page li{
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
}
.zj-set5-page li img{
    width: 100%;
    height: auto;
    transition: all .5s;
}
.zj-set5-page li:hover img{
    transform: scale(1.1);
}
.zj-set5-page li > div{
    overflow: hidden;
}
.zj-set5-page li:nth-of-type(3n){
    margin-right: 0;
}
.zj-set5-page li h6{
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
}
.zj-set5-page li:hover h6{
    color: royalblue;
}
.zj-set6{
    padding: 68px 0;
}
.zj-set6-cont{
    margin-top: 70px;
}
.zj-set6-left{
    width: 33%;
}
.zj-set6-left a{
    display: block;
    transition: all .5s;
}
.zj-set6-left a:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 8px rgba(0,0,0,.3)
}
.zj-set6-left .text{
    width: 100%;
    background: #14378d;
    padding: 30px;
    box-sizing: border-box;
}
.zj-set6-rigth{
    width: 59%;
}
.zj-set6-left .text h6{
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.zj-set6-left .text span{
    color: #8a9bc6;
}
.zj-set6-left .text p{
    color: #d3d9ea;
    margin-top: 10px;
    line-height: 1.4;
}
.zj-set6-rigth li{
    width: 44%;
    margin-right: 12%;
    float: left;
    margin-bottom: 40px;
} 
.zj-set6-rigth li:hover h6{
    color: #14378d
}
.zj-set6-rigth li:nth-of-type(2n){
    margin-right: 0;
}
.zj-set6-rigth li h6{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.zj-set6-rigth li span{
    color: #14378d;
}
.zj-set6-rigth li p{
    font-size: 16px;
    color: #707070;
    margin-top: 20px;
    line-height: 1.6;
}
footer{
    background: #373737;
    padding-top: 90px;
}
footer ul{
    display: flex;
    justify-content: space-between;
}
footer ul dt{
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
}
footer ul dd{
    margin-bottom: 16px;
}
footer ul dd a{
    color: #9b9b9b !important;
}
footer ul dd a:hover{
    color: #fff !important;
}
footer ul dd h3{
    font-size: 36px;
    color: #fff;
    margin-bottom: 8px;
}
footer ul dd .ph{
    display: flex;
    color: #fff;
}
footer ul li .wx{
    display: inline-block;
    border: 10px solid #45474c;
}
.footer-b{
    border-top: 1px solid #4b4b4b;
    line-height: 54px;
    color: #5d5d5d;
    margin-top: 50px;
}
.footer-b a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.footer-b a:hover{
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .w1400{
        width: 1200px;
    }
    header h1{
        width: 180px;
        margin-top: 26px;
    }
    header .h_nav li{
        margin-right: 45px;
    }
    .zj-set3 .const i{
        margin: 0 22px 20px;
    }
    .zj-set6-rigth li p{
        margin-top: 10px;
    }
    .zj-set6-rigth li{
        margin-bottom: 28px;
    }
    .zj-pro-li li .img{
        height: 183px;
    }
}

.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:#14378d; color:#fff;}

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



.all-fixed {
	position: fixed;
	top: 35%;
	margin-top: -140px;
	right: -0px;
	height: 235px;
	z-index: 99999;
	box-sizing: border-box;
	/*display: none;*/
	
}
.all-fixed .f-left{
    position: relative;
    top: 60px;
    float: left;
    width: 0px;
    height: 115px;
    border-top: 10px solid transparent;
    border-right: 25px solid #14378d ;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #0b2a1a;
    transform: translateX(-25px);
    cursor: pointer;
}
.all-fixed .f-left p{
	position: absolute;
    top: 10px;
    left: 6px;
    line-height: 20px;
    color: #fff;
}
.all-fixed .f-right{
	width: 180px;
	background: #f8fbff;
	/* height: 100%; */
    border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.all-fixed .title{
	margin-top: -67px;
	text-align: center;
}
.all-fixed h3{
	font-size: 18px;
	color: #333;
	font-weight: initial;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1;
	margin: 15px 0 20px;
}
.all-fixed h3 span{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.all-fixed li{
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 15px;
}
.all-fixed li:last-child{
	margin-bottom: 5px;
}
.all-fixed li a{
	width: 100%;
	height: 100%;
	background: #14378d ;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	transition: .3s;
	border-radius: 5px;
}
.all-fixed li a:hover{
	color: #fff;
}
.all-fixed li a img{
	height: 25px;
	margin-right: 10px;
	border: 0;
	vertical-align: middle; 
	margin-top: -5px;
}