@import url('https://tjhtest.tjh.com.cn/tjh_en/lib/iconfont/iconfont.css');

/* 公用样式 */
.clearFix::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearFix2 {
  overflow: hidden;
  zoom: 1;
}

.clearFix {
  zoom: 1;
}

.v-bottom {
  position: absolute;
  bottom: 20%;
}

.v-bottom .current a {
  color: #4b9a7b;
}
.v-middle {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}


.ml {
  margin-left: 18px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.pr20 {
  padding-right: 20px;
}

.pl20 {
  padding-left: 20px;
}

.font14 {
  font-size: 14px;
}
* {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
  font-size: 20px;
}


.delay0p2{-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.delay0p4{-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.delay0p6{-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.delay0p8{-webkit-animation-delay: 0.8s;animation-delay: 0.8s;}
.delay1p2{-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}
.delay1p4{-webkit-animation-delay: 1.4s;animation-delay: 1.4s;}
.delay1p6{-webkit-animation-delay: 1.6s;animation-delay: 1.6s;}
.delay1p8{-webkit-animation-delay: 1.8s;animation-delay: 1.8s;}
.delay2p2{-webkit-animation-delay: 2.2s;animation-delay: 2.2s;}
.delay2p4{-webkit-animation-delay: 2.4s;animation-delay: 2.4s;}
.delay2p6{-webkit-animation-delay: 2.6s;animation-delay: 2.6s;}
.delay2p8{-webkit-animation-delay: 2.8s;animation-delay: 2.8s;}
.delay3p2{-webkit-animation-delay: 3.2s;animation-delay: 3.2s;}
.delay3p4{-webkit-animation-delay: 3.4s;animation-delay: 3.4s;}
.delay3p6{-webkit-animation-delay: 3.6s;animation-delay: 3.6s;}
.delay3p8{-webkit-animation-delay: 3.8s;animation-delay: 3.8s;}
.delay4{-webkit-animation-delay: 4s;animation-delay: 4s;}
.delay4p2{-webkit-animation-delay: 4.2s;animation-delay: 4.2s;}
.delay4p4{-webkit-animation-delay: 4.4s;animation-delay: 4.4s;}
.delay4p6{-webkit-animation-delay: 4.6s;animation-delay: 4.6s;}
.delay4p8{-webkit-animation-delay: 4.8s;animation-delay: 4.8s;}
.delay5{-webkit-animation-delay: 5s;animation-delay: 5s;}
.delay5p2{-webkit-animation-delay: 5.2s;animation-delay: 5.2s;}
.delay5p4{-webkit-animation-delay: 5.4s;animation-delay: 5.4s;}
.delay6{-webkit-animation-delay: 6s;animation-delay: 6s;}
.delay8{-webkit-animation-delay: 8s;animation-delay: 8s;}
.delay0p5{-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.delay1{-webkit-animation-delay: 1s;animation-delay: 1s;}
.delay1p5{-webkit-animation-delay: 1.5s;animation-delay: 1.5s;}
.delay2{-webkit-animation-delay: 2s;animation-delay: 2s;}
.delay2p5{-webkit-animation-delay: 2.5s;animation-delay: 2.5s;}
.delay3{-webkit-animation-delay: 3s;animation-delay: 3s;}
.delay3p5{-webkit-animation-delay: 3.5s;animation-delay: 3.5s;}
.delay4p5{-webkit-animation-delay: 4.5s;animation-delay: 4.5s;}
.delay7{-webkit-animation-delay: 7s;animation-delay: 7s;}


.centerArea{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.qrcodes {
  width: 302px !important;
  height: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  top: 368px;
}
.hidden {
  display: none;
}
.section {
  width: 100%;
  position: relative;
}
.fs0{
  /* 清除行内块元素的影响 */
  font-size: 0px;
}

/* 头部样式 */
.header{
  width:100%;
  height:120px;
}
.haederContainer{
  width: 1200px;
  height:100%;
  margin:0 auto;
  /* border:1px solid red; */
  position: relative;
}
.haederContainer>img{
  width: 485px;
  height:64px;
}
.haederContainer>ul{
  right:0; 
}
.haederContainer>ul>li{
  float: left;
  list-style: none;
  padding-left:15px;
  font-size: 20px;
  line-height: 2;
}
.haederContainer>ul>li a{
  color: #333;
}
.haederContainer>ul>li a:hover{
  color: #4b9a7b;
}



/* 导航 */
.nav{
  width:100%;
  height:62px;
  border-top:1px solid #f5f5f5;
}
.navContainer{
  margin:0 auto;
  width: 1200px;
  height:100%;
}
#navbar{
  background-color: red;
}
#navbar li{
  float: left;
  display: block;
  height: 61px;
  line-height: 61px;
  padding: 0 20px;
  text-align: center;
  position: relative;
  color: #333333;
  font-size: 20px;
}
#navbar .nav-b{
  color: #4b9a7b;
}
#navbar .nav-b:before,#navbar .nav-b before{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #4b9a7b;
  left: 50%;
  margin-left: -15px;
}

#navbar li ul li span{
  width: 20px;
  height: 10px;
  background: url('../images/publicimg/xiala.png') no-repeat;
  background-size: 20px 10px;
  position: absolute;
  top: -10px; 
  left: 50%;
  margin-left: -10px;
}
#navbar li ul li{
    height: 40px;
    line-height: 40px;
    float: none;
    padding: 0 5px;
    position: relative;
}
#navbar li ul li:before,#navbar li ul li before{
    content: none;
}
#navbar li ul li a{
    font-size: 16px;
    color: #999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    line-height: 20px;
    padding: 0 5px;
    box-sizing: border-box;
}
#navbar li ul li a:hover{
  color: #4b9a7b;
}
#navbar li ul{
  position: absolute;
  left:50%;
  transform:translateX(-50%);
  top: 60px;
  display: none;
  z-index: 22;
  background-color: #fff;
  box-shadow:0px -2px 24px -9px rgb(169, 217, 172);
  width:130px;
  
}
.footer {
	background-color: #0b5953;
}
.footer .wrap {
	width: 1280px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #0b5953;
	position: relative;
}
.footer p {
	font-size: 18px;
	color: #fff;
	line-height: 44px;
	text-align: center;
}
#_ideConac {
	position: absolute;
	right: 100px;
	top: 50%;
	margin-top: -40px;
}


.fast {
	height: 60px;
	background-color: #074540;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9;
}
.fast .wrap {
	width: 1280px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}
.fast .wrap .left {
	width: 145px;
	height: 40px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	background: #023834 url(../img/fast-open.png) no-repeat 125px center;
	float: left;
	padding-left: 35px;
	margin-top: 20px;
	cursor: pointer;
}
.fast .wrap .left.open {
	height: 60px;
	line-height: 60px;
	margin-top: 0;
	background: #023834 url(../img/fast.png) no-repeat 125px center;
}
.fast .wrap .right {
	margin-left: 180px;
	/*display: none;*/
}
.fast .wrap .right li {
	width: 275px;
	height: 40px;
	float: left;
	padding: 10px 0;
	background-color: #074540;
	cursor: pointer;
	position: relative;
}
.fast .wrap .right li a {
	display: block;
	height: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	border-right: 1px solid #052f2c;
}
.fast .wrap .right li:last-child a {
	border-right: none;
}
.fast .wrap .right li .wx {
	background: url(../img/wx.png) no-repeat 82px center;
	padding-left: 120px;
}
.fast .wrap .right li .app {
	background: url(../img/app.png) no-repeat 92px center;
	padding-left: 128px;
}
.fast .wrap .right li .survey {
	background: url(../img/survey.png) no-repeat 58px center;
	padding-left: 100px;
}
.fast .wrap .right li .link {
	background: url(../img/link.png) no-repeat 80px center;
	padding-left: 115px;
}
.fast .wrap .right li .code-wrap {
	position: absolute;
	width: 275px;
	height: 275px;
	left: 0;
	bottom: 60px;
	background: #e1fffd url(../img/code-wrap-bg.png) no-repeat center center;
	display: none;
}
.fast .wrap .right li:hover .code-wrap {
	display: block;
}
.fast .wrap .right li .code-wrap img {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
}
.fast .wrap .right li .link-wrap {
	position: absolute;
	width: 275px;
	left: 0;
	bottom: 60px;
	background: #dff2fc;
	padding: 10px 0;
	display: none;
}
.fast .wrap .right li:hover .link-wrap {
	display: block;
}
.fast .wrap .right li .link-wrap a {
	font-size: 18px;
	color: #666;
	padding-left: 30px;
}















.head-search {
  min-width: 115px;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 19px;
  padding-left: 35px;
  position: relative;
}

.head-search::before {
  color: #666;
  position: absolute;
  height: 16px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1em;
  display: block;
}

.head-search input {
  width: 100%;
  height: 40px;
  width: 80px;
  transition: all 0.3s ease;
  border: none;
  background-color: transparent;
  outline: none;
}

.head-search input:focus {
  width: 215px;
  transition: all 0.3s ease;
}

