﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:12px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#000;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#000;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#000;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#000;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.g-hd-new .m-hd {
    width: 1008px;
    margin:0 auto;
}
.g-hd-new .m-hd em {
  float: right;
  font-size: 12px;
      margin: 5px 0 0 0;
      font-style: normal;
}
.g-hd-new .u-logo {
  margin:5px 10px 15px 0;
  float: left;
}
.g-hd-new .country-nav ul {
    float: left;
    width: 550px;
}
.g-hd-new .country-nav li {
  float: left;
  font-size: 14px;
  width: 68px;
  margin-top: 12px;
  position: relative;
  text-align: center;
  line-height:19px;
  height: 19px;
  margin-right: 10px;
  border-radius: 10px;
}
.g-hd-new .country-nav li.w {
    width: 82px;
}
.g-hd-new .country-nav li a {
    color: #737373;
    text-decoration: none;
  border-radius: 10px;
    display: block;
  border:solid 1px #737373;
}
.g-hd-new .country-nav li a:hover {
  border:solid 1px #a51c30;
  color: #a51c30;
  border-radius: 10px;
}
.g-hd-new .country-nav li span {
    width: 11px;
    height: 11px;
    background: #6ba6e2;
    position: absolute;
    left: 0;
    top: 2px;
}
.g-hd-new .country-nav li span img {
        padding: 1px 0 0 3px;
}
.g-hd-new .right-ct {
  float: right;
  width: 260px;
}
.g-hd-new .u-search-box {
  float: right;
  margin-top: 25px;
}
.g-hd-new .u-search-box #keyword {
    height: 25px;
    border:solid 1px #ababab;
    margin: 0 0 5px 0;
    border-right: none;
    outline: none;
    text-indent: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 155px;
    float: left;

}
.g-hd-new .u-search-box .u-search-btn {
    width: 50px;
    height: 29px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    border: none;
    background: url(/zt/2021/1027helan/images/i_12.png) #005dab no-repeat center center ;

}
.g-hd-new .u-tel {
    margin: 20px 0 0 0px;
width: 220px;
}
.g-hd-new .u-tel .u-icon {
    background: url(/zt/2021/1027helan/images/i_05.png);
    width: 36px;
    height: 36px;
    float: left;
    margin:17px 6px 15px 0;
}
.g-hd-new .u-tel .u-txt {
  line-height: 1.4;
    font-size: 18px;
    color: #b14c57;
    font-weight: 700;
    
    width: 255px;
    display: block;
}
.g-hd-new .u-tel  .tel {
    font-size: 14px;
    color: #b14c57;
    margin: 6px 0 10px 0;
}

.new-line {
 width: 100%;
 height: 2px;
    background: #1f286f;
}
.g-nav-new {
 position: relative;
 background: #005dab;
}
.g-nav-new .country-nav {
  width: 1008px;
  margin:0 auto 10px;
}
.g-nav-new .country-nav li {
  float: left;
  /*padding: 17px 0 10px;*/
  font-size: 14px;
  position: relative;
  z-index: 2;
  width: 9%;
  text-align: center;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
}
.g-nav-new .country-nav li:hover {
 border-bottom: solid 2px #fff;
 background: #2c3087;
}
.g-nav-new .country-nav li a {
  color:#fff;
  display: block;
  padding: 17px 0 10px;
}
/*.g-nav-new .country-nav li.on {
 border-bottom: solid 2px #a51c30;
}*/
.g-nav-new .u-line {
 width: 100%;
 height: 1px;
 background: #d2d2d2;
 position: absolute;
  margin-top: 42px;
  z-index: 0;
}
.banner{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 480px;
	cursor: pointer;
}
.banner .pics li{
	width: 100%;
	height: 480px;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .pics a{
	display: block;
	width: 100%;
	height: 480px;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size:1px;
	margin:0 3px;
	background:#eee;
	border-radius:100%;
}
.banner .btns .hover{
	background:#f60;
}

.nav{
	height: 47px;
	background:#1b1b1b;
	width: 100%;
	position: relative;
	z-index: 100;
	text-align: center;
}
.nav a{
	display: inline-block;
	font-size:16px;
	height: 47px;
	line-height: 47px;
	padding:0 23px;
	color:#fff;
}
.nav a:hover,.nav a.hover{
	color:#fff;
	background:#f4592d;
}
.nav_zw{
	height: 47px;
	clear: both;
	display: none;
}
.nav_fixed{
	position: fixed;
	left: 0;
	top: 0;
}

.fa_fm{
	width: 970px;
	margin:0 auto;
}
.fa_fm .in{
	width: 150px;
	padding-left:67px;
	height: 50px;
	float: left;
	background:#f4f4f4;
	border-radius:4px;
	margin-right:34px;
	position: relative;
}
.fa_fm .ico{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.fa_fm em{
	display: block;
	line-height: 50px;
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 10;
	color:#f00;
	font-size:18px;
}
.fa_fm .text{
	height: 50px;
	line-height: 50px;
	font-size:16px;
	border:0;
	background:none;
	width: 100%;
}
.fa_fm select{
	height: 50px;
	line-height: 50px;
	font-size:16px;
	border:0;
	background:none;
	width: 90%;
	outline:none;
}
.fa_fm .send{
	float: right;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size:16px;
	width: 216px;
	border-radius:4px;
	background:#ec6941;
	color:#fff;
	text-align: center;
}
.tab2 .handle{
	padding:44px 0 54px 0;
	text-align: center;
	height: 42px;
	line-height: 42px;
}
.tab2 .btn{
	display: inline-block;
	width: 181px;
	height: 42px;
	margin:0 2px;
	background:url("/zt/2021/1027helan/images/tab22.png") no-repeat center center;
	font-size:26px;
	font-weight: bold;
	color:#fff;
}
.tab2 .btn1{
	width: 265px;
	background:url("/zt/2021/1027helan/images/tab2.png") no-repeat center center;
}
.tab2 .btn1.hover{
	background-image:url("/zt/2021/1027helan/images/tab2h.png");
}
.tab2 .btn2.hover{
	background-image:url("/zt/2021/1027helan/images/tab22h.png");
}
.tab2 .con{
	width: 1036px;
	margin:0 auto;
	display: none;
}
.tab2 .show{
	display: block;
}
.t2_item{
	display: block;
	float: left;
	margin:0 12px;
	padding:10px;
	width: 215px;
	height: 460px;
	background:#bcb8ef;
}
.t2_item .photo{
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom:10px;
	clear: both;	
}
.t2_item .intro{
	height: 295px;
	background:#fff;
	padding-top:5px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	position: relative;
}
.t2_item .name{
	width: 205px;
	margin:0 auto;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background:#3393d0;
	font-size:20px;
	color:#fff;
}
.t2_item ul{
	padding:0 15px 0 15px;
}
.t2_item li{
	padding-top:15px;
	font-size:14px;
	line-height: 18px;
}
.t2_item strong{
	display: block;
}
.t2_item .more{
	display: block;
	width: 120px;
	height: 28px;
	line-height: 28px;
	border-radius:14px;
	font-size:15px;
	text-align: center;
	color:#fff;
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left:-60px;
	background:#ec6941;
}
.part3 .ba{
	height: 260px;
	width: 1084px;
	padding:20px 0 0 0;
	margin:70px auto 50px auto;
	border:8px solid #7b52ab;
	position: relative;
	background:url("/zt/2021/1027helan/images/p3ba.jpg") no-repeat top center;
	text-align: center;
}
.part3 .t1{
	font-weight: bold;
	color:#7b52ab;
	font-size:55px;
	line-height: 60px;
}
.part3 .t1 em{
	display: inline-block;
	height: 72px;
	line-height: 72px;
	padding:0 15px;
	background:#7b52ab;
	color:#fff;
	margin-left:15px;
	font-size:44px;
}
.part3 .t2{
	font-weight: bold;
	color:#7b52ab;
	font-size:46px;
	line-height: 60px;
}
.part3 .t3{	
	font-size:30px;
	line-height: 60px;
}
.part3 .ba .more{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius:3px;
	background:#ec6941;
	text-align: center;
	font-size:17px;
	color:#fff;
	margin:0 auto;
}
.part3 .tel{
	height: 50px;
	line-height: 50px;
	border-radius:3px;
	background:#ec6941;
	text-align: center;
	font-size:27px;
	color:#fff;
	margin:0 auto;
	width: 470px;
}

.foot {
  padding-top: 72px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  color: #fff;
  /* background: url('../imgs/foot.jpg') no-repeat center bottom; */
}
.foot .infobox,
.foot .adress {
  width: 1080px;
  height: auto;
  margin: 0 auto;
}
.foot .infobox .item,
.foot .adress .item {
  width: 33.3%;
  float: left;
}
.foot .infobox .item .tit {
  float: left;
  height: 64px;
  line-height: 32px;
  border-right: 2px solid #000;
  width: 60px;
  margin-right: 16px;
}
.foot .infobox .item h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
}
.foot .infobox .item .cont {
  float: left;
  width: 260px;
}
.foot .infobox .item .cont h3 {
  letter-spacing: 2px;
}
.foot .infobox .item .cont p {
  font-size: 14px;
  line-height: 21px;
}
.foot .adress {
  margin-top: 40px;
}
.foot .adress .item img {
  width: 38px;
  float: left;
  height: 38px;
}
.foot .adress .item .info {
  width: 293px;
  margin-left: 14px;
}
.foot .adress .item .info p {
  font-size: 14px;
  line-height: 22px;
}
.foot .company {
  width: 100%;
  height: auto;
  margin: 40px auto 90px;
  text-align: center;
  clear: both;
  line-height: 1.8;
}
.foot .company p {
  font-size: 14px;
}
.clearfix{
	clear: both;
}
.fl{
	float: left;
}
.part{
	position: relative;
}
.pos{
	position: absolute;
	top: -47px;
}

.form_btn:hover{
	opacity: 0.8;
}


.fa{
	width: 1100px;
	margin:50px auto 0 auto;
	border-top:1px solid #272727;
	border-bottom:1px solid #272727;
	padding-bottom:30px;
}
.fa dl{
	text-align: center;
	padding:24px 0 12px 0;
}
.fa dt{
	font-size:35px;
	font-weight: bold;
}
.fa dd{
	font-size:18px;
	line-height: 1.8;
}
.fa .title{
	height: 94px;
	line-height: 94px;
	color:#fff;
	font-size:25px;
	padding-left:65px;
}
.fa .title strong{
	font-size:35px;
	padding-right:35px;
}

.part5{
	padding-top:16px;
}
.gw_slider{
	width: 1250px;
	height: 470px;
	margin:0 auto 50px auto;
	position: relative;
	overflow: hidden;
}
.gw_slider .s_out{
	width: 1120px;
	margin:0 auto;
	height: 470px;
	position: relative;
	overflow: hidden;
}
.gw_slider .cbtn{
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 20;
	top: 50%;
	margin-top:-32px;
	position: absolute;
}
.gw_slider .pre{
	left: 0;
	background:url("/zt/2021/1027helan/images/gw_pre.png") no-repeat left top;
}
.gw_slider .next{
	right: 0;
	background:url("/zt/2021/1027helan/images/gw_next.png") no-repeat left top;
}
.gw_slider li{
	height: 470px;
	width: 250px;
	float: left;
	margin:0 15px;
	position: relative;
	background:url("/zt/2021/1027helan/images/gw.png") no-repeat left bottom;
	position: relative;
	color:#fff;
}
.gw_slider .face{
	display: block;
	width: 192px;
	height: 192px;
	margin:0 auto;
}
.gw_slider dl{
	padding:0 20px 0 38px;
}
.gw_slider dt{
	font-size:28px;
	line-height: 35px;
}
.gw_slider dd{
	font-size:25px;
	line-height: 35px;
	font-weight: bold;
}
.gw_slider .tip{
	padding:10px 20px 0 38px;
	line-height: 20px;
	font-size:14px;
}
.gw_slider .more{
	display: block;
	width: 132px;
	height: 32px;
	line-height: 32px;
	border-radius:16px;
	background:#f4592d;
	font-size:18px;
	text-align: center;
	color:#fff;
	position: absolute;
	left: 38px;
	bottom: 20px;
}
.wy{
	width: 1100px;
	margin:0 auto;
}
.wy_item{
	width: 275px;
	float: left;
	position: relative;
	background:#f4592d;
	height: 400px;
	color:#fff;
	text-align: center;
}
.wy_item .photo{
	display: block;
	height: 200px;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.wy_item .photo img{
	display: block;
	width: 100%;
	height: 200px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.wy_item .photo:hover img{
	transform: scale(1.1);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.wy_item .intro{
	height: 200px;
	position: relative;
}
.wy_item dl{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wy_item dt{
	font-size:25px;
	line-height: 1.8;
}
.wy_item dd{
	font-size:16px;
	line-height: 26px;
}
.wy_item .sj1{
	display: block;
	width: 32px;
	height: 20px;
	position: absolute;
	z-index: 20;
	bottom: 200px;
	left: 50%;
	margin-left:-16px;
	background:url("/zt/2021/1027helan/images/sj1.png") no-repeat left top;
}
.wy_item .sj2{
	display: block;
	width: 32px;
	height: 20px;
	position: absolute;
	z-index: 20;
	top: 200px;
	left: 50%;
	margin-left:-16px;
	background:url("/zt/2021/1027helan/images/sj2.png") no-repeat left top;
}
.wy_item .sj3{
	display: block;
	width: 20px;
	height: 32px;
	position: absolute;
	z-index: 20;
	left: 255px;
	top: 50%;
	margin-top:-16px;
	background:url("/zt/2021/1027helan/images/sj3.png") no-repeat left top;
}
.wy_item2{
	width: 550px;
	height: 200px;
	float: left;
}
.wy_item2 .photo{
	float: left;
	width: 275px;
}
.wy_item2 .intro{
	width: 275px;
	float: left;
}
.bts{
	height: 624px;
	background:url("/zt/2021/1027helan/images/bt.jpg") no-repeat top center;
	position: relative;
}
.bts .cm_head .sin{
	background:none;
}

.bsin{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	
}
.bsin .fa{
	margin:0 auto;
	background:none;
	text-align: center;
}
.cm_head{
	text-align: center;
	padding:40px 0 30px 0;
}
.part1{
	height: 737px;
	background:url("/zt/2021/1027helan/images/part1bg.jpg") no-repeat top center;
}
.part1 .wp{
	width: 1080px;
	margin:0 auto;
}
.part1 .item{
	width: 328px;
	height: 170px;
	padding-top:10px;
	float: left;
	margin:0 15px 30px 15px;
	border:1px solid #f4592d;
	background:#fdded5;
	text-align: center;
}
.part1 .item img{
	display: block;
	width: 60px;
	height: 60px;
	margin:0 auto;
}
.part1 dt{
	font-size:24px;
	font-weight: bold;
	line-height: 36px;
}
.part1 dd{
	font-size:16px;
	line-height: 26px;
	color:#747474;
}
.part1 .more{
	display: block;
	margin:20px auto;
	width: 270px;
	height: 54px;
	line-height: 54px;
	border-radius:3px;
	background:#f4592d;
	text-align: center;
	font-size:16px;
	color:#fff;
}
.part2{
	padding-bottom:50px;
	background:#f9f9f9;
}
.p2_page{
	height: 664px;
	background:url("/zt/2021/1027helan/images/p2bg.jpg") no-repeat top center;
}
.p2_page .wp{
	width: 970px;
	margin:0 auto;
}
.p2_page .handle{
	float: left;
	padding-top:170px;
	width: 255px;
}
.p2_page .btn{
	display: block;
	margin-bottom:47px;
	border:1px solid #747474;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size:36px;
	font-weight: bold;
}
.p2_page .handle .hover{
	color:#f4592d;
	border-color:#f4592d;
}
.p2_page .con{
	display: none;
	float: right;
	width: 600px;
	height: 500px;
	margin-top:80px;
	background:#fff;
}
.p2_page .show{
	display: block;
}
.p2_page .has{
	height: 57px;
	line-height: 57px;
	text-align: center;
	background:#fcded4;
}
.p2_page .bn{
	float: left;
	width: 50%;
	height: 57px;
	font-size:25px;
	font-weight: bold;
	color:#f4592d;
	cursor: pointer;
}
.p2_page .has .hover{
	color:#fff;
	background:#f4592d;
}
.p2_page .cn{
	display: none;
	padding:45px 0 0 55px;
	height: 350px;
	position: relative;
}
.p2_page .show{
	display: block;
}
.p2_page dl{
	padding-bottom:16px;
}
.p2_page dt{
	height: 44px;
	line-height: 44px;
	font-size:16px;
	font-weight: bold;
	color:#f4592d;
	padding-left:14px;
	position: relative;
}
.p2_page dt i{
	display: block;
	width: 8px;
	height: 8px;
	border-radius:100%;
	background:#f4592d;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-4px;
}
.p2_page dd{
	font-size:16px;
	line-height: 24px;
}
.p2_page .more{
	display: block;
	width: 226px;
	height: 55px;
	line-height: 55px;
	border-radius:3px;
	background:#f4592d;
	text-align: center;
	font-size:20px;
	color:#fff;
	position: absolute;
	left: 45px;
	bottom: 0;
}
.part3{
	padding-bottom:50px;
}
.part3 .handle{
	width: 1100px;
	margin:0 auto;
}
.part3 .btn{
	height: 90px;
	line-height: 70px;
	float: left;
	width: 50%;
	text-align: center;
	font-size:20px;
	color:#030303;
	border-top:12px solid #fdded5;
	cursor: pointer;
	display: block;
}
.part3 .hover{
	border-color:#f4592d;
	background:url("/zt/2021/1027helan/images/p3_hover.png") no-repeat top center;
}
.part3 .wp{
	height: 540px;
	position: relative;
	overflow: hidden;
}
.part3 .con{
	position: absolute;
	left: 0;
	top: -5000px;
	width: 100%;
	height: 540px;
}
.part3 .show{
	top: 0;
}
.p3_slider{
	width: 1140px;
	height: 490px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.p3_slider li{
	float: left;
	height: 490px;
	margin:0 19px;
	width: 342px;
}
.p3_slider .photo{
	display: block;
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.p3_slider .photo img{
	display: block;
	width: 100%;
	height: 250px;
}
.p3_slider .d2{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 54px;
	line-height: 54px;
	background:#f4592d;
	border-radius:0 0 75px 0;
	font-size:24px;
	text-indent:15px;
	font-weight: bold;
	color:#fff;
}
.p3_slider dl{
	height: 75px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background:#f4592d;
	border-radius:0 0 75px 0;
	color:#fff;
}
.p3_slider dt{
	padding:10px 0 0 15px;
	height: 30px;
	line-height: 30px;
	font-size:24px;
	font-weight: bold;
}
.p3_slider dd{
	font-size:16px;
	padding-left:15px;
	line-height: 26px;
}
.p3_slider .wp{
	height: 238px;
	border:1px solid #e5e5e5;
	border-top:0;
	background:#f9f9f9;
	padding:0 15px;
}
.p3_slider .tps{
	border-bottom:1px solid #e5e5e5;
	height: 80px;
	padding-top:12px;
	font-size:16px;
	line-height: 24px;
}
.p3_slider .ys{
	font-size:16px;
	line-height: 24px;
	padding:12px 0;
}
.p3_slider .joina{
	display: block;
	width: 166px;
	height: 36px;
	line-height: 36px;
	border-radius:18px;
	border:2px solid #f4592d;
	color:#f4592d;
	text-align: center;
	font-size:20px;
	position: absolute;
	left: 15px;
	bottom: 30px;
}
.p3_slider .joina:hover{
	color:#fff;
	background:#f4592d;
}
.p3_pag{
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.p3_pag a{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius:100%;
	text-indent:-50px;
	overflow: hidden;
	margin:0 8px;
	background:#fdded5;
}
.p3_pag .selected{
	background:#f4592d;
}
.jj{
	height: 259px;
	background:url("/zt/2021/1027helan/images/jj.jpg") no-repeat top center;
	position: relative;
}
.jj .join{
	display: block;
	width: 230px;
	height: 54px;
	line-height: 54px;
	border-radius:3px;
	background:#fec107;
	font-size:20px;
	color:#6b3f07;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left:-532px;
}
.part4{
	height: 1218px;
	background:url("/zt/2021/1027helan/images/part4bg.jpg") no-repeat top center;
}
.part4 .wp1{
	width: 1136px;
	margin:0 auto;
}
.part4 .item{
	width: 248px;
	height: 404px;
	background:#fff;
	float: left;
	margin:0 18px;
	position: relative;
}
.part4 .photo{
	display: block;
	margin-bottom:34px;
	height: 170px;
}
.part4 .photo img{
	display: block;
	width: 100%;
	height: 170px;
}
.part4 .name{
	width: 210px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background:#f4592d;
	font-size:20px;
	font-weight: bold;
	color:#fff;
	position: absolute;
	top: 146px;
	left: 50%;
	margin-left:-105px;
}
.part4 .wps{
	padding:0 20px;
}
.part4 .d1{
	height: 110px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
}
.part4 .item dl{
	font-size:16px;
	line-height: 24px;
}
.part4 .item dt{
	font-weight: bold;
}
.p4_scr{
	width: 1100px;
	margin:35px auto 0 auto;
}
.p4_scr .ths{
	height: 50px;
	background:#f4592d;
	line-height: 50px;
	font-size:20px;
	font-weight: bold;
	color:#fff;
}
.p4_scr .th{
	float: left;
	text-align: center;
	border-right:1px solid rgba(0,0,0,0.2);
}
.p4_scr .th1{
	width: 285px;
}
.p4_scr .th2{
	width: 265px;
}
.p4_scr .th3{
	width: 346px;
	text-align:left;
	text-indent:50px;
}
.p4_scr .th4{
	width: 200px;
	border-right:0;
}
.p4_scroll{
	height: 368px;
	position: relative;
	overflow: hidden;
	background:#fff;
	font-size:18px;
}
.p4_scroll li{
	height: 46px;
	clear: both;
	line-height: 46px;	
}
.p4_scroll li:nth-child(even){
	background:#f7f7f7;
}
.p4_scroll .td{
	float: left;
	border-right:1px solid rgba(0,0,0,0.2);
}
.p4_scr .td1{
	width: 285px;
	text-indent:72px;
}
.p4_scr .td2{
	width: 265px;
	text-indent:76px;
}
.p4_scr .td3{
	width: 346px;
	text-align:left;
	text-indent:50px;
}
.p4_scr .td4{
	width: 200px;
	border-right:0;
	text-indent:40px;
}
.p4_scr .more{
	color:#e0401b;
}
.p4_scr .ot{
	font-size:16px;
	line-height: 3;
}
.p4_scr .ms{
	display: block;
	width: 270px;
	height: 56px;
	line-height: 56px;
	border-radius:5px;
	margin:0 auto;
	font-size:16px;
	color:#fff;
	text-align: center;
	background:#f4592d;
}