header{
  width: 100%;
  box-sizing: border-box;
  padding: 0 4%;
}
header .txt{
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
header h1{
  margin-top: 24px;
}
header .txt span{
  color: #333;
  font-size: 24px;
}
header .txt p{
  font-size: 16px;
  color: #757575;
  margin-top: 8px;
}
.header-left li,
.header-left > div,
.header-left ul{
  display: inline-block;
  vertical-align: middle
}
.header-left > div{
  margin-left: 12px;
  position: relative;
  z-index: 2;
}
.header-left > div .hds-wx{
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -50px;
  height: 0;
  width: 100px;
  overflow: hidden;
  transition: all .5s;
  opacity: 0;
}
.header-left > div .hds-wx img{
  width: 100%;
  height: 100px;
}
.header-left > div:hover .hds-wx{
  opacity: 1;
  height: 100px;
}
.header-left > div:hover .h_v_index{
  width: 286px;
}
.header-left .dst{
  width: 34px;
  height: 34px;
  display: flex;
 justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: linear-gradient(to right, #423d57 , #797174);
  cursor: pointer;
}
.header-left .dst:hover{
  background-image: linear-gradient(to right, #f9b24a , #f58136);
}
.header-left .dst img{
  height: auto;
}
.header-left li{
  margin-right: 34px;
}
.header-left li > a{
  display: block;
  line-height: 98px;
  color: #333333;
  position: relative;
}
.header-left li > a::before{
  width: 0%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: '';
  display: block;
  background: #f47c35;
  height: 4px;
  position: absolute;
  transition: all .5s;
  opacity: 0;
}
.header-left li.on > a::before,
.header-left li:hover > a::before{
  width: 100%;
  opacity: 1;
}
.header-left li.on > a,
.header-left li:hover > a{
  color: #f47c35
}
.zj-set1{
  padding: 96px 0;
}
.zj-set1-page{
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.zj-se1-left{
  width: 24.28%;
  background-size: 100% 100%;
  height: 620px;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 68px 3.5%;
} 
.zj-se1-left .tit{
  margin-bottom: 32px;
}
.zj-se1-left .tit h6{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
}
.zj-se1-left .tit span{
  font-size: 14px;
  color: #fff;
}
.zj-se1-left .tit p{
  font-size: 18px;
  margin-top: 28px;
  color: #fff
}
.zj-se1-left ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 28px;
}
.zj-se1-left ul li{
  width: 49%;
  margin-bottom: 22px;
  color: #fff;
}
.zj-set1-view{
  width: 74%;
}
.zj-set1-view ul{
  display: flex;
  height: 100%;
  align-content: space-between;
  flex-wrap: wrap;
}
.zj-set1-view ul li{
  height: 48.5%;
  width: 32%;
  margin-right: 2%;
  background-image: radial-gradient(#f5f5f5, #dfdfdf);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.zj-set1-view ul li .imgd{
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;

}
.zj-set1-view ul li .imgd img{
  transition: all .5s;
}
.zj-set1-view ul li:hover .imgd img{
  transform: scale(1.1)
}
.zj-set1-view ul li:nth-of-type(3n){
  margin-right: 0;
}
.zj-set1-view ul li h6{
  width: 100%;
  text-align: center;
  color: #333;
  position: absolute;
  z-index: 1;
  bottom: 22px;
  left: 0;
}
.zj-set1-view ul li:hover h6{
  color: #f47c35
}
.zj-set1-cont .zj-set1-page:last-of-type{
  margin-top: 80px;
}
.zj-set1-cont .zj-set1-page:last-of-type .zj-set1-view ul li{
  background-image:none;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.zj-set2{
  padding: 96px 0 120px;
  background: #efefef;
  position: relative;
}
.zj-set2-intro .dd3-intro-bg{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 300px;
  overflow: hidden;
}
.zj-set2-intro .dd3-intro-bg  canvas{
  height: 680px !important;
  transform: translateY(-160px);
}
.zj-set2 .tit{
  text-align: center;
  padding-bottom: 42px;
}
.zj-set2 .tit h6{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 16px;
}
.zj-set2 .tit p{
  font-size: 18px;
  color: #666;
}
.zj-set2-cont ul{
  display: flex;
  justify-content: space-between;
}
.zj-set2-cont ul li{
  width: 166px;
  height: 166px;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 60px;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.zj-set2-cont ul li::before{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.5s;
    background-image: linear-gradient(to right, #f9ae40 , #f58136);
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    transform: scale(0);
    /* z-index: 1; */
}
.zj-set2-cont ul li:hover::before{
    opacity: 1;
    transform: scale(1)
}
.zj-set2-cont ul li span{
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.zj-set2-cont ul li p{
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.zj-set2-bt{
  text-align: center;
  margin-top: 56px;
  position: relative;
  z-index: 3;
}
.zj-set2-bt a{
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  padding: 0 50px;
  border-radius: 25px;
  color: #fff;
  background-image: linear-gradient(to right, #f9ae40 , #f58136);
  margin: 0 10px;
  transition: all .4s
}
.zj-set2-bt a:hover{
  transform: translateY(-8px);
  opacity: .8;
}
.zj-set2-bt a:last-of-type{
  background-image: linear-gradient(to right, #797174 , #403b56);
}
.zj-set3{
  padding: 96px 0;
}
.zj-set3-cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zj-set3-d{
  width: 590px;
}
.zj-set3-d h3{
  font-size: 34px;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.zj-set3-d p{
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}
.zj-set3-d ul{
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  justify-content: space-between;
}
.zj-set3-d ul .imds{
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zj-set3-d ul li{
  text-align: center;
}
.zj-set3-d ul li h6{
  line-height: 50px;
  color: #666;
}
.zj-set3-d ul li .imds img{
  max-width: 86%
}
.zj-set3-d ul li:last-of-type .imds{
  border: none;
  background-image: linear-gradient(to right, #f9ae40 , #f58136);
}
.zj-set3-cont .img{
  width: 48%;
}
.zj-set4{
  padding-bottom: 96px;
}
.zj-set4-cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5
}
.zj-set4-cont .img{
  width: 50%;
}
.zj-set4-cont .zj-set5-view{
  width: 50%;
  padding: 0 6.5%;
}
.zj-set5-view h3{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.zj-set5-view .cont{
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 32px;
}
.zj-set5-view ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.zj-set5-view ul li h6{
  font-size: 24px;
  color: #333;
  margin-bottom: 8px;
}
.zj-set5-view ul li h6 span{
  font-size: 40px;
  color: #f47c35
}
.zj-set5-view ul li p{
  font-size: 16px;
  color: #666;
}
.zj-set5-view a{
  width: 212px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #f9ae40 , #f58136);
  border-radius: 25px;
  transition: all .5s
}
.zj-set5-view a:hover{
  opacity: .8;
  transform: translateY(-8px)
}
.zj-set-title{
  text-align: center;
  padding-bottom: 36px;
}
.zj-set-title h3{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}
.zj-set-title p{
  font-size: 18px;
  color: #666666
}
.zj-set5{
  width: 100%;
}
.zj-set5-cont{
  background: url('../images/zj-set5-bj.jpg') no-repeat center;
  background-size: 100% 100%;
  padding: 72px 0;
  /* text-align: center; */
}
.zj-set5-tit{
  text-align: center;
  width: 878px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.zj-set5-cont a{
  width: 145px;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  background-image: linear-gradient(to right, #f9ae40 , #f58136);
  margin: 142px auto;
  display: block;
  transition: all .5s
}
.zj-set5-cont a:hover{
  opacity: .8;
  transform: translateY(-8px)
}
.zj-set5-cont a span{
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.zj-set5-cont ul{
  display: flex;
  justify-content: center;
}
.zj-set5-cont ul li{
  margin: 0 32px;
}
.zj-set5-cont ul li span{
  font-size: 18px;
  color: #ffffff
}
.zj-set5-cont ul li p{
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-top: 8px;
}
.zj-set5-cont ul li p em{
  font-style: normal
}
.zj-set6{
  padding: 72px 0 86px;
}
.zj-set6-cont ul{
  display: flex;
}
.zj-set6-cont ul li{
  width: 32%;
  margin-right: 2%;
}
.zj-set6-cont ul li:nth-of-type(3n){
  margin-right: 0;
}
.zj-set6-cont dd{
  margin: 0;
}
.zj-set6-cont ul li dt{
  position: relative;
}
.zj-set6-cont ul li dt h6{
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 18px;
  left: 0;
  bottom: 10px;
}
.zj-set6-cont ul li dt h6 span{
  font-size: 16px;
  color: #fff;
}
.zj-set6-cont ul li dt h6 p{
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
}
.zj-set6-cont ul li dt .more{
  width: 100px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
}
.zj-set6-cont ul li dd{
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
}
.zj-set6-cont ul li dd a{
  display: block;
  padding-left: 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 62px;
  position: relative;
}
.zj-set6-cont ul li dd a::before{
  width: 14px;
  height: 16px;
  content: '';
  display: block;
  background: url('../images/fz-ic.png') no-repeat center;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  opacity: 0;
}
.zj-set6-cont ul li dd:hover a::before{
  opacity: 1;
}
.zj-set6-cont ul li dd:hover a p{
  color: #f47c35
}
.zj-set6-cont ul li dd a span{
  font-size: 14px;
}
footer{
  background: #f2f2f2
}
footer dd{
  margin: 0;
}
.footer-top{
  padding: 60px 0;
}
.footer-top ul{
  display: flex;
  justify-content: space-between;
}
.footer-top ul li dt{
  font-size: 20px;
  color: #333333
}
.footer-top ul li dt::after{
  width: 34px;
  height: 2px;
  content: '';
  display: block;
  background: #ff8841;
  margin: 30px 0;
}
.footer-top ul li dd{
  margin-bottom: 30px;
  color: #666666
}
.footer-top ul li dd:hover{
  color: #333;
}
.footer-top ul li dd .p_phone h6{
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
}
.footer-top ul li dd .p_phone .txt{
  line-height: 2;
  color: #666;
}
.footer-bt{
  line-height: 82px;
  border-top: 1px solid #d9d9d9;
  color: #666666;

}
.footer-bt-cont{
  display: flex;
  justify-content: space-between;
}
.footer-bt-cont a{
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.footer-bt-cont a:hover{
  color: #333
}
.zj-set6-cont ul li dt .more:hover{
  background: #f47c35;
  border-color: #f47c35
}

@media screen and (max-width: 1660px){
  .w1400{
    width: 1200px;
  }
  .header-left li{
    margin-right: 24px;
  }
  .zj-set1{
    padding: 72px 0;
  }
  .zj-se1-left{
    height: 530px;
  }
  .zj-set2-cont ul li{
    width: 136px;
    height: 136px;
    background-size: 100% 100% !important;
    padding-top: 48px;
  }
  .zj-set2-cont ul li p{
    font-size: 12px;
  }
  .zj-se1-left .tit h6{
    font-size: 24px;
    margin-bottom: 6px;
  }
  .zj-se1-left .tit p{
    font-size: 16px;
    margin-top: 20px;
  }
  .zj-se1-left ul li{
    margin-bottom: 18px;
  }
  .zj-set2 .tit h6{
    font-size: 28px;
    margin-bottom: 12px;
  }
  .zj-set2 .tit p{
    font-size: 16px;
  }
  .zj-set2 .tit{
    padding-bottom: 32px;
  }
  .zj-set2{
    padding: 68px 0 120px;
  }
  .zj-set3-d h3{
    font-size: 28px;
    margin-bottom: 16px;
  }
  .zj-set3-d p{
    font-size: 16px;
  }
  .zj-set3-d{
    width: 560px;
  }
  .zj-set3-d ul li h6{
    line-height: 42px;
    font-size: 14px;
  }
  .img{
    overflow: hidden;
  }
  .img img{
    width: 100%;
    height: auto;
    transition: all .5s
  }
  .zj-set3-d ul .imds{
    width: 80px;
    height: 80px;
  }
  .w1600{
    width: 1200px;
  }
  .zj-set5-view h3{
    font-size: 26px;
    margin-bottom: 12px;
  }
  .zj-set5-view .cont{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .zj-set5-view ul{
    margin-bottom: 24px;
  }
  .zj-set5-view a{
    width: 172px;
    line-height: 42px;
  }
  .zj-set5-view ul li h6 span{
    font-size: 32px;
  }
  .zj-set5-view ul li p{
    font-size: 14px;
  }
  .zj-set3{
    padding: 68px 0;
  }
  .zj-set4{
    padding-bottom: 68px;
  }
  .zj-set-title h3{
    font-size: 26px;
  }
  .zj-set-title p{
    font-size: 16px;
  }
  .zj-set5-cont a{
    line-height: 42px;
  }
  .zj-set5-cont a{
    margin: 96px auto;
  }
  .zj-set5-cont ul li p{
    font-size: 48px;
  }
  .zj-set6{
    padding: 58px 0 76px;
  }
  .zj-set-title{
    padding-bottom: 28px;
  }
  .zj-set6-cont ul li dd a{
    line-height: 52px;
  }
  .zj-set6-cont ul li dd a p{
    font-size: 14px;
  }
  .zj-set6-cont ul li dt h6 p{
    font-size: 18px;
  }
  .footer-top ul li dt{
    font-size: 18px;
  }
  .footer-top ul li dt::after{
    width: 28px;
    margin: 22px 0;
  }
  .footer-top ul li dd{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer-top{
    padding: 48px 0 42px;
  }
  .footer-bt{
    line-height: 60px;
    font-size: 14px;
  }
  .zj-set2-bt a{
    line-height: 42px;
  }
  .zj-set2-cont ul li span{
    font-size: 18px;
  }
  .zj-set2-bt{
    margin-top: 36px;  
  }
}


.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:#f47c35; color:#fff;}
.header-left li{
  position: relative;
  z-index: 2;
}
.header-left li:hover .tnavbox {
    height:100px;
}
.header-left li:hover .tnavbox .tnav{ transform:translate(0); -webkit-transform:translate(0); opacity:1; visibility:visible; }
.header-left li .tnavbox i{ position: absolute; width: 20px; height: 4px; background-color: #f47c35; left: 50%; top: 0; margin-left: -10px; }


.all-fixed {
	position: fixed;
	top: 50%;
	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 #f47c35 ;
    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: #f47c35 ;
	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;
}
.h_p .h_ss{
    position: relative;
}
.h_p .h_ss:hover .h_v_index{
    width: 286px;
}
.h_v_index{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    transition: all .5s;
    overflow: hidden;
}
.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: #f47c35;
}