header{
    width: 100%;
    text-align: center;
}
header .h_nav{
    display: inline-block;
    vertical-align: middle
}
header h1{
    display:block;
    margin-top: 18px;
}
header h1 .tit{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 30px;
    line-height: 1.6;
    color: #666666
}
header .h_nav li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 52px;
    position: relative;
    z-index: 2;
}
header .h_nav li:last-of-type{
    margin-right: 0;
}
header .h_nav li > a{
    display: block;
    line-height: 105px;
    position: relative;
}
header .h_nav li > a::before{
    width: 0;
    content: '';
    height: 2px;
    background: #00a8ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .5s;
    opacity: 0;
}
header .h_nav li > a:hover::before{
    width: 100%;
    opacity: 1;
}
header .h_nav li > a:hover{
    color: #00a8ff
}
header .h_nav li.on > a::before{
    width: 100%;
    opacity: 1;
}
header .h_nav li.on > a{
    color: #00a8ff
}
header .h_phone{
    line-height: 105px;
}
header .h_phone span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #00a8ff;
    margin-left: 3px;
}
.zj-set1{
    padding: 52px 0;
    background: url('../images/zj-set2-bj.jpg') no-repeat center;
    background-size: 100% 100%;
}
.zj-set1 .zjpro-t{
    color: #999999
}
.zj-set1 .zjpro-t a:hover{
color: #00a8ff
}
.zj-set1 .zjpro-t span{
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin-right: 12px;
}
.zj-ss{
    width: 210px;
    background: #fff;
    border: 1px solid #e2e2e2;
    line-height: 32px;
    height: 32px;padding: 0 18px;
    border-radius: 16px;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
}
.zj-ss .submit{
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/zj-ss.png') no-repeat center;
    right: 12px;
    top: 50%;
    margin-top: -10px;
}
.zj-set1-pro{
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7
}
.zj-set1-nav{
    padding: 26px 0;
}
.zj-set1-nav a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    line-height: 2;
}
.zj-set1-nav a::before{
    width: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    top: 0;
    position: absolute;
    background: #00a8ff;
    border-radius: 30px;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
}
.zj-set1-nav a:hover,
.zj-set1-nav a.on{
    color: #fff
}
.zj-set1-nav a:hover::before,
.zj-set1-nav a.on::before{
    width: 100%;
    opacity: 1;
}
.zj-set1-cont{
    width: 100%;
}
.zj-set1-cont li{
    width: 19%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 8px;
    text-align: center;
}
.zj-set1-cont li:nth-of-type(5n){
    margin-right: 0;
}
.zj-set1-cont li h6{
    font-size: 16px;
    color: #727272;
    padding: 18px 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.zj-set1-cont li .img{
    overflow: hidden;
    transition: all .4s
}
.zj-set1-cont li .img img{
    width: 100%;
    height: auto;
    transition: all .5s
}
.zj-set1-cont li:hover .img{
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    transform: translateY(-6px)
}
.zj-set1-cont li:hover img{
    transform: scale(1.1)
}
.zj-set1-cont li:hover h6{
    color: #00a8ff
}
.zj-set2{
    margin-top: 62px;
    background: url('../images/zj-se2-bj.jpg') no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 138px;
    padding-bottom: 54px;
}
.zj-set2 .zj-set2-nav{
    width: 23%;
}
.zj-set2-cont{
    width: 69%;
}
.zj-set2-cont img{
    width: 100%;
    height: auto;
}
.zj-about{
    padding-top: 48px;
}
.zj-about h6{
    font-size: 60px;
    color: #333;
    margin-bottom: 16px;
}
.zj-about span{
    font-size: 24px;
    color: #333
}
.zj-about span::after{
    width: 78px;
    height: 2px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #333333;
    margin-left: 4px;
}
.zj-set2-t{
    margin-top: 44px;
}
.zj-set2-t a{
    display: block;
    width: 140px;
    text-align: center;
    line-height: 42px;
    transition: all .4s;
    border-radius: 21px;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    z-index: 1;
    font-size: 18px;
}
.zj-set2-t a::before{
    width: 0;
    height: 100%;
    position: absolute;
    background: #00a8ff;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    transition: all .4s;
    border-radius: 22px
}
.zj-set2-t a:hover,
.zj-set2-t a.on{
    color: #fff
}
.zj-set2-t a:hover::before,
.zj-set2-t a.on::before{
    width: 100%;
    opacity: 1;
}
.zj-set2-cont li{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}
.zj-set2-cont a{
    width: 100%;
    position: relative;
    display: block;
}
.zj-set2-cont a::before{
    width: 100%;
    content: '';
    height: 100%;
    background-image: linear-gradient(rgba(12,126,183,0),rgba(12,126,183,0),rgba(12,126,183,1));
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
.zj-set2-cont .cont{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 40px 6%;
    box-sizing: border-box;
    line-height: 1.6;
    z-index: 2;
}
.zj-set2-cont .cont h6{
    font-size: 24px;
    margin-bottom: 12px;
}
.zj-set2-cont .imgd{
    width: 100%;
    overflow: hidden;
}
.zj-set2-cont .imgd img{
    width: 100%;
    height: auto;
    transition: all .5s
}
.zj-set2-cont a:hover img{
    transform: scale(1.1)
}
.zj-set3{
    padding: 85px 0;
}
.zj-new h6{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.zj-new p{
    margin-top: 12px;
}
.zj-new a{
    display: inline-block;
    margin-left: 20px;
    color: #666
}
.zj-new a:hover{
    color: #00a8ff
}
.zj-new-cont{
    margin-top: 42px;
}
.zj-new-cont li{
    width: 32%;
    float: left;
    margin-right: 2%;
}
.zj-new-cont li:nth-of-type(3n){
    margin-right: 0;
}
.zj-new-cont li dd{
    padding: 0;
    margin: 0;
}
.zj-new-cont li dt{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.zj-new-cont li dt:hover img{
    transform: scale(1.1)
}
.zj-new-cont li dt:hover .txt h6{
    color: #00a8ff
} 
.zj-new-cont li dt .img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}
.zj-new-cont li dt .img img{
    width: 100%;
    height: auto;
    transition: all .4s
}
.zj-new-cont li dt .txt h6{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.zj-new-cont li dt .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 10px;
    height: 45px;
}
.zj-new-cont li dt .txt span{
    color: #999999;
    font-size: 14px;
}
.zj-new-cont li dd a{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}
.zj-new-cont li dd:hover a p{
    color: #00a8ff
}
.zj-new-cont li dd a p{
    font-size: 16px;
    color: #666
}
.zj-new-cont li dd a span{
    font-size: 14px;
    color: #999
}
footer{
    background: #333333;
    color: #adadad
}
footer a:hover{
    color: #fff
}
footer dd{
    margin: 0;
    padding: 0;
}
.foot-top{
    padding: 68px 0;
}
.foot-top .foot-ul li{
    display: inline-block;
    vertical-align:text-top;
    margin-right: 80px;
}
.foot-top .foot-ul li:last-of-type{
    margin-right: 0;
}
.foot-top .foot-ul li dt{
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
}
.foot-top .foot-ul li dd{
    margin-bottom: 16px;
    font-size: 14px;
}
.foot-rig{
    display: flex;
}
.foot-rig .wx-d{
    text-align: center;
}
.foot-rig .wx-d p{
    margin-top: 15px;
}
.foot-rig .wx-phone{
    padding-left: 38px;
    margin-left: 38px;
    border-left: 1px solid #8d8d8d
}
.foot-rig .wx-phone a{
    width: 225px;
    display: block;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 20px;
}
.foot-rig .wx-phone a:hover{
    background: #00a8ff;
    border-color: #00a8ff
}
.foot-rig .wx-phone i{
    width: 30px;
    height: 24px;
    background: url('../images/foot-kf.png') no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.foot-rig .txt{
    line-height: 1.6;
}
.foot-b{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #626262;
    line-height: 68px;
    font-size: 14px;
}
.foot-b a{
    margin: 0 5px;
}
@media screen and (max-width: 1800px){
    .w1600{
        width: 1400px;
    }
  }
  @media screen and (max-width: 1600px){
    .w1400,
    .w1600{
        width: 1200px;
    }
    .cont-set1 li h6{
        font-size: 22px !important;
    }
    .zj-set2{
        padding-top: 65px;
        padding-bottom: 45px;
    }
    header .h_nav li{
        margin-right: 38px;
    }
    .zj-about h6{
        font-size: 48px;
    }
    .zj-about span{
        font-size: 18px;
    }
    .zj-set2-t a{
        width: 130px;
        line-height: 36px;
        font-size: 16px;
    }
    .zj-set2-cont{
        width: 66%;
    }
    .zj-set2-cont .cont{
        font-size: 14px;
    }
    header h1 .tit{
        margin-left: 12px;
    }
    .foot-top .foot-ul li{
        margin-right: 58px;
    }
  }

  .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:#00a8ff; 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: #00a8ff; left: 50%; top: 0; margin-left: -10px; }


.all-fixed {
	position: fixed;
	top: 50%;
	margin-top: -140px;
	right: -180px;
	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 #00a8ff ;
    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: #00a8ff ;
	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;
}
.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;
}

/* 加入我们 */
.job .main li {
    overflow: hidden;
    background: #fff;
  }
  .job .main li:nth-child(2n - 1) {
    background-color: #f4f4f4;
  }
  .job .main li:nth-child(1) {
    border-top: 1px solid #dcdcdc;
  }
  .job .main li .tit p {
    line-height: 70px;
  }
  .job .main li:nth-child(1) .tit p {
    color: #666;
    line-height: 65px;
    background: #eee;
  }
  .job .main li .tit {
    color: #666;
    font-size: 18px;
    position: relative;
    cursor: pointer;
  }
  .job .main li.active .tit,
  .job .main li .tit:hover {
    color: #fff;
    background: #008cd6;
  }
  .job .main li .tit span:after {
    content: '+';
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .job .main li.active .tit span:after {
    content: '-';
    color: #fff;
  }
  .job .main li .con {
    display: none;
    padding: 4vw 7.5vw;
    background: #fff;
  }
  .job .main li .con p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
  }
/* 新的新闻列表 */

.index-news {
    padding-top: 3vw;
    background-color: #f7f7f7;
  }
  .index-news .title {
    color: #ea925e;
    text-align: left;
  }
  .index-news .title h3 {
    height: 55px;
    font-size: 32px;
  }
  .index-news .title h4 {
    height: 70px;
    font-size: 36px;
  }
  .index-news .title p {
    height: 75px;
    color: #fff;
    font-size: 18px;
  }
  .index-news .nav a {
    display: inline-block;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
    border: 1px solid transparent;
    transition: all .3s;
  }
  .index-news .nav a:hover,
  .index-news .nav a.active {
    border-color: #fff;
  }
  .index-news .main {
    position: relative;
    bottom: -40px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    border-top: 1px dashed rgba(190,190,190,0.5);
    transition: all .3s;
  }
  .index-news .main.active {
    height: auto;
    opacity: 1;
    bottom: 0;
  }
  .index-news .main li {
    padding: 30px 0;
    border-bottom: 1px dashed rgba(190,190,190,0.5);
  }
  .index-news .main li .img {
    width: 330px;
    height: 200px;
  }
  .index-news .main li .img img {
    height: 100%;
  }
  .index-news .main li .txt {
    width: calc(100% - 330px);
    padding-left: 3vw;
    padding-right: 160px;
    color: #cdcdcd;
    position: relative;
  }
  .index-news .main li .txt h4 {
    height: 22px;
    overflow: hidden;
    margin-bottom: 40px;
    font-size: 20px;
    color: #333
  }
  .index-news .main li .txt p {
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -5px;
    font-size: 14px;
    color: #666
  }
  .index-news .main li .txt span {
    color: #666;
  }
  .index-news .main li:hover .txt .more{
      background-color: #008cd6
  }
  .index-news .main li .txt .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%
  }
  .index-news .main li .txt .more:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index_nes_bg2.png) center no-repeat;
    background-size: 100% 100%;
    animation: spin 6s linear infinite;
  }
  .index-news .main li .txt .more:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-55%,-50%) rotate(-45deg);
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-left: none;
    border-top: none;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .news.index-news .main li:hover h4 {
    color: #008cd6
  }



  .cont-set1 {
    background: #f5f5f5;
   padding-bottom: 50px;
}
.cont-set1 h3{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 60px 0 48px;
}
.cont-set1 li{
    width: 32%;
    margin-right: 2%;
 
    float: left;
    margin-bottom: 20px;
}
.cont-set1 li:nth-of-type(3n){
    margin-right: 0;
}
.cont-set1 li h6{
    font-size: 24px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc
}
.cont-set1 li .cont{
    padding: 20px 0 20px;
    font-size:16px;
    color: #666;
    line-height: 1.6;
    height: 264px;
}
.cont-set1 li .btnd a{
    width: 117px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    display: inline-block;
    color: #fff
}
.cont-set1 li .btnd a:first-of-type{
    background: #00a8ff;
    margin-right: 10px;
}
.cont-set1 li .btnd a:last-of-type{
     background: #00a8ff;
}
.cont-set1 li .text{
  background: #fff;
  padding: 25px 50px 35px;
  transition: all 0.5s;
  
}
.cont-set1 li:hover .text{
    transform: translateY(-8px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05)
}
.zj-xg{
    display: flex;
    justify-content: space-between;
}
.proudct{
    width: 600px;
    margin-left: -300px;
    padding: 0 20px;
    padding-bottom: 20px;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.proudct::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.proudct a{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.proudct a:nth-of-type(3n){
    margin-right: 0;
}
.pro-content{

}
.pro-content .more {
    height: 110px;
    padding: 20px;
    margin-top: 35px;
    background: #fff;
    position: relative;
  }
  .pro-content .more p {
    line-height: 35px;
  }
  .pro-content .more p a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    transition: all .3s;
  }
  .pro-content .more p a:hover {
    color: #00a8ff;
  }
  .pro-content .more p {
    display: block;
  }
  .pro-content .more .back {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 130px;
    line-height: 40px;
    margin-top: -23px;
    text-align: center;
    color: #fff;
    background: #00a8ff;
    border-radius: 5px;
  }