.banner_ny {
	position: relative;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
}

.banner_text_ny h6 {
	font-size: 19px;
	font-weight: 500;
}

.banner_text_ny h3 {
	font-size: 60px;
}

.banner_text_ny span {
	display: block;
	width: 120px;
	height: 1px;
	background: #fff;
	margin: 20px auto 30px;
}


.product-box{
	margin-top: 50px
}
.product-sx {
	position: relative;
	margin: 44px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.product-box .wrap{
	margin: 0  auto;
}
.sx-left h3 {
	font-size: 13px;
	font-weight: 500;
	color: #999;
	letter-spacing: 1px;
}

.sx-left,
.sx-right {
	line-height: 50px;
}
.sx-gong{
	position: absolute;
	font-size: 15px;
	right: 0;
	top: 16px;
}
.sx-right li {
	position: relative;
	float: left;    border-right: 1px solid #efefef;
	
}

.sx-right li span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 43px;
	cursor: pointer;
}

.sx-right li em {
	display: inline-block;
	vertical-align: middle;
}

.sx-right li i {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin-left: 10px;
	border-top: 8px solid black;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.sx-right li.cur i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sx-hover {
	display: none;
	position: absolute;
	width: 100%;
	top: 54px;
	left: 0;
	background: #fff;
	z-index: 9;
}

.sx-hover a {
	display: block;
	line-height: 50px;
	border-top: 0px solid #fff;
	
	font-size: 14px;
	padding: 0 5px 0 15px;
	color: #4B4B4B;
}

.sx-hover a:hover {
	background: #f5f5f5;
}


.product-ul {
	width: calc(100% + 44px);
	margin-left: -22px;
	overflow: hidden;
}
.product-list-tab{
	display: none;
}
.product-ul li {
	float: left;
	width: 50%;
}

.product-ul li.product-three {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.product-ul li.product-three .product-item {
	width: 25%;
	float: left;
	
}
.product-list-tab li.product-three .product-item{
	width: 16.666%;
	padding: 0 10px 20px;
}


.product-item {
	position: relative;
	width: 100%;
	padding: 0 22px 35px;
}

.product-two .product-item {
	width: 50%;
	float: left;
}

.product-ul li .product-img {
	position: relative;
	width: 100%;
	height: 340px;
	background: #f5f5f5;
	background-size: cover;
	background-position: center;
}
.product-list-tab li .product-img{
	height: 290px;
}
.product-ul li .product-img>div {
	position: absolute;
	top:0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product-bg-1 {
	opacity: 1;
}

.product-bg-2 {
	opacity: 0;
}

.product-ul li .product-item:hover .product-bg-1 {
	opacity: 0;
}

.product-ul li .product-item:hover .product-bg-2 {
	opacity: 1;
}

.product-text {
	width: 100%;
	margin: 25px auto;
	font-size: 14px;
	overflow: hidden;
}

.product-text span {
	display: block;
	margin-top: 10px;
}


.product-ul li .product-more {
	border-bottom: 1px solid #333;
	font-size: 13px;
}

.pages {
	text-align: center;
	margin: 0 0 50px;
	border-top: 1px solid #e0e0e0;
	padding-top: 60px;
}
.new-store-box .pages{
	border-top: none;
	padding-top: 40px;
}
.pages a {
	display: inline-block;
	color: #999;
	font-family: "zt-Light";
	border: 1px solid #eaeaea;
	padding: 9px 15px;
	font-size: 14px;
}

.pages a.cur {
	color: #000;
	font-weight: bold;
	background: #f5f5f5;
}

.pages a span {
	display: inline-block;
	width: 6px;
	height: 12px;
}

.pages a span.icon-right {
	background: url(../fonts/page-r.svg) no-repeat center;
	background-size: 6px;
}

.pages a span.icon-rights {
	width: 11px;
	height: 12px;
	background: url(../fonts/page-right.svg) no-repeat center;
	background-size: 10px;
}




.news-list {
	position: relative;
	margin-top: 60px;
	overflow: hidden;
}

.news-list:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #e0e0e0;
	left: 50%;
	top: 9px;
}

.news-item {
	position: relative;
	width: 50%;
	float: left;
	overflow: hidden;
}

.news-item li {
	position: relative;
	padding-right: 6%;
	margin-bottom: 16%;
	text-align: right;
	overflow: hidden;
}

.news-item.news-two li {
	padding-right: 0;
	padding-left: 6%;
	text-align: left;
}

.news-item li a {
	display: block;
	width: 80%;
	float: right;
}

.news-item.news-two li a {
	float: left;
}

.news-item li span {
	position: relative;
	text-transform: uppercase;
	display: block;
}

.news-item li span:before {
	position: absolute;
	content: '';
	width: 9%;
	height: 1px;
	background: #e0e0e0;
	right: -11%;
	top: 8px;
}

.news-item.news-two li span:before {
	position: absolute;
	content: '';
	width: 9%;
	height: 1px;
	background: #e0e0e0;
	left: -11%;
	top: 8px;
}

.news-item li h3 {
	font-weight: 500;
	font-size: 25px;
	margin: 20px 0;
        font-weight: normal;
    font-size: 23px;
    margin: 20px 0;
    line-height: 1.2;font-family: "zt-Medium";
}

.news-item li .news-img {
	width: 100%;
	float: right;
	overflow: hidden;
}

.news-item li img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.news-item li.news-two .news-img {
	float: left;
}

.news-item li a:hover .news-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.news-ny .wrap {
	margin-bottom: 0;
}

.subcontent {
	width: 100%;
	color: #333;
	overflow: hidden;
}

.subcontent .left {
	width: 100%;
	float: left;
}

.subcontent .left h1 {
	font-size: 25px;
	font-weight: normal;
	padding: 0 0 15px;
	text-align: center;
	letter-spacing: 0;
	
	position: relative;
}

.subcontent .left h1 span {
	display: block;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-size: 16px;
}

.subcontent .left .con {
	margin: 30px 0 80px 0;
}

.subcontent .left .con p {
	line-height: 2;
	margin: 20px 0;
}

.subcontent .left img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.info-box {
	position: relative;
	padding: 40px 0;
	border-top: 1px solid #e6e6e6;
	font-family: "zt-Light";
	overflow: hidden;
}

.info-box .bot .news-bot {
	display: block;
	font-size: 15px;
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.info-box .bot div+div {
	float: right;
	text-align: right;
}

.info-bot-dr {
	display: block;
	position: absolute;
	text-align: center;
	border-radius: 18px;
	top: 40px;
	left: 50%;
	margin-left: -53px;
	overflow: hidden;
}




.industry-item {
	margin: 60px 0 120px;
	overflow: hidden;
}

.industry-img img {
	width: 100%;
}

.industry-text {
	width: 88%;
	margin: 0 auto;
	text-align: center;
}

.industry-text h3 {
	font-size: 27px;
	line-height: 1.8;
	margin-top: 30px;
	text-transform: uppercase;
}

.industry-text p {
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0 30px;
}

.industry-text span {
	text-transform: uppercase;
	padding: 7px 25px;
	font-size: 13px;
	letter-spacing: 1px;
	background: #000;
	color: #fff;
	display: inline-block;
}

.industry-two a {
	width: 50%;
	float: left;
	padding: 0 25px;
}

.industry-three {
	width: 88%;
	margin: 0 auto;
}


.industry-ul {
	margin-top: 40px;
}

.industry-ul li {
	position: relative;
	margin-bottom: 70px;
	overflow: hidden;
}

.industry-li-text {
	position: absolute;
	padding: 0 10%;
	text-align: center;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.industry-ul li:nth-child(2n) .industry-li-text {
	left: auto;
	right: 0;
}

.industry-li-text h2 {
	font-size: 32px;
	font-weight: 500;
	font-family: '宋体';
}

.industry-li-text p {
	font-size: 16px;
	margin: 15px 0 40px;
	line-height: 1.7;
}

.industry-li-text span {
	position: relative;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}


.industry-li-text span:hover {
	opacity: 0.7;
}

.industry-li-text,
.industry-li-img {
	width: 50%;
}

.industry-li-img img {
	width: 100%;
}




.industry-info-box{
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}
.industry-info-left{
	width: 100%;
	margin: 30px auto 60px;
	font-size: 16px;
	line-height: 2;
	color: #666;
	text-align: left;
	letter-spacing: 1px;
}
.industry-info-left p{
	text-indent: 2em;
}
.industry-info-text{
	padding: 44px 54px 44px;
}
.industry-info-text h3{
	font-size: 32px;
	font-weight: 500;
}
.industry-info-text span{
	display: block;
	text-transform: uppercase;
	font-size: 25px;
	position: relative;
	padding: 10px 0 38px;
	margin-bottom: 10px;
}
.industry-info-text span:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	left: 0;
	bottom: 12px;
	background: #333;
}
.industry-info-text p{
	font-size: 15px;
	line-height: 2;
	color: #666;
}
.industry-info-right{
    width: 100%;
}
.industry-info-bg{
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.industry-info-right .slick-arrow{
	position: absolute;
    width: 108px;
    height: 108px;
    left: 0;
	top: 50%;
	margin-top: -54px;
    background: none;
	border-radius: 0;
    cursor: pointer;
    z-index: 9999;
    font-size: 0;
    outline: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}
.industry-info-right .slick-arrow.slick-prev {
    background: #fff url(../images/slide_prev.png) no-repeat 50% 50%;
}
.industry-info-right .slick-arrow.slick-prev:hover {
    background: #fff url(../images/slide_prev.png) no-repeat 30% 50%;
}
.industry-info-right .slick-arrow.slick-next {
	background: #fff url(../images/slide_next.png) no-repeat 50% 50%;
	left: auto;
	right: 0;
}
.industry-info-right .slick-arrow.slick-next:hover {
    background: #fff url(../images/slide_next.png) no-repeat 70% 50%;
}




.jobs-item {
	width: 100%;
	margin: 0 auto;
}

.jobs-ln {}

.jobs-ln img {
	width: 100%;
}

.jobs-ln p {
	font-size: 15px;
	line-height: 2;
	margin: 70px auto;
	width: 80%;
	text-align: center;
}

.list-job {
	font-size: 0;
	margin-top: 70px;
}

.job-item {
	position: relative;
}

.job-title,
.job-desc {
	position: relative;
	padding-top: 8px;
	display: inline-block;
	vertical-align: top;
}

.job-title {
	width: 380px;
	font-size: 22px;
	color: #333;
	line-height: 1;
	padding-top: 28px;
	letter-spacing: .02em;
}

.job-title::before,
.job-desc::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #000;
}

.job-desc {
	padding-top: 28px;
}

.job-desc {
	width: calc(100% - 420px);
	margin-left: 40px;
	padding-bottom: 90px;
}

.list {
	position: relative;
	font-size: 0;
}

.list>li {
	display: inline-block;
	vertical-align: top;
}

.list-2>li {
	width: 50%;
	padding-right: 4%;
}

.jobdesc-item {
	color: #333;
}

.jobdesc-item p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .02em;
}

.join-way {
	font-size: 20px;
	line-height: 2;
	color: #333;
	letter-spacing: .02em;
}

.join-way p {
	margin: -20px auto 60px;
}

.join-way a {
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 25px;
	font-weight: 400;
}

.join-way a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: .25em;
	left: 0;
	height: 1px;
	background-color: #000;
}

.dataList1 li {
	border-top: 1px solid #e0e0e0;
}

.dataList1 .title,
.dataList1 .desp {
	float: left;
	width: 50%;
	line-height: 26px;
}

.dataList1 .title {
	font-size: 18px;
	padding-right: 4%;
}

.jobs-desp {
	display: none;
	overflow: hidden;
	margin: 0 0 30px;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
}
.desp-ms{
	padding-right: 7.5%;
}
.jobs-desp .desp-yq {
	padding-left: 7.5%;
}

.desp-yq {
	border-left: 1px solid #e0e0e0;
}

.dataList1 .desp,
.dataList1 .desp p,
.jobs-m-xq p {
	color: #696969;
	font-size: 14px;
	line-height: 2.2;
}
.jobs-m-xq{
	margin-bottom: 20px;
	display: none;
}
.jobs-m-xq p{
	font-size: 14px;
}
.dataList1 .desp h4 {
	margin-bottom: 10px;
}


.dataList1 .btn-more {
	font-weight: bold;
	font-size: 23px;
	text-align: right;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.btn-more .btn-more-1,
.btn-more.cur .btn-more-2 {
	display: block;
}

.btn-more .btn-more-2,
.btn-more.cur .btn-more-1 {
	display: none;
}

.jobs-title {
	padding: 20px 0;
	overflow: hidden;
	
}

.jobs-title .jobs-title-z {
	width: 17%;
	text-align: left;
	float: left
}

.jobs-title .jobs-title-z h3 {
	font-weight: 500;
	font-size: 17px;
}

.jobs-title .jobs-title-z>span {
	font-size: 15px;
}

.jobs-title .jobs-title-z:first-child {
	width: 26%;
}

.jobs-title .jobs-title-z:last-child {
	width: 6%;
}





.new-product-item>div+div,
.men-item>div+div {
	border-top: 1px solid #e0e0e0;
	padding-top: 50px;
	margin-top: 20px;
}

.news-pro-img {
	position: relative;
	margin-top: 35px;
}

.news-pro-img img,
.news-pro-ul img {
	width: 100%;
}
.news-pro-img-bg{
	width: 100%;
	height: 550px;
	background-size: cover;
    background-position: center;

}
.product-m-box .product-ul li.product-three{
	width: calc(100% + 44px);
    margin-left: -22px;
}
.product-bt{
	
	
	
	margin: 40px 0;
	text-align: center;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.product-bt .ind_title{
	color:rgba(0, 0, 0, 0.8);
}
.product-bt h3{
	font-size: 37px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: 13px;
    font-family: '宋体';
}
.product-button {
	display: inline-block;
    padding: 8px 38px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    margin: 0 5px;
	letter-spacing: 1px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.product-button:hover{
	background:#000;
	border: 1px solid #000;
	color: #fff;
}
.news-pro-img:hover .product-bt {
	opacity: 1;
}

.news-pro-ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news-pro-join{
	padding: 0px;
}
.news-pro-ul li {
	width: 22%;
	margin: 2.5% 1.5%;
	text-align: center;
}
.news-pro-join li{
	margin: 30px 20px 50px;
}
.news-pro-ul li p {
	font-size: 19px;
	margin-top: 15px;
	padding: 0 2%;
	overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-pro-ul li span {
	display: inline-block;
	margin: 0 auto;
	font-size: 13px;
	margin-top: 14px;
	border-bottom: 1px solid #000;
	padding-right: 11px;
	background: url(../images/right-ts.png) no-repeat right;
	background-size: 8px;
}
.news-pro-ul li:hover .news-pro-bg{
	opacity: 0.7;
}
.news-pro-bg {
	width: 100%;
    background-size: cover;
    background-position: center;
}
.news-pro-join .news-pro-bg{
	background-size: cover;
	background-position: center;
}
.product-m-box .product-ul {
	margin-top: 2%;
	width: 100%;
	margin-left: 0;
}

.product-m-box .product-ul li .product-item {
	width: 25%;
	
}

.product-m-box .product-ul li .product-img {
	height: 340px;
}





.product-info-box{
	margin-top: 40px;
}
.product-info-box .wrap {
	margin: 0 auto;
}

.product-info-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden;
}

.product-info-qh {
	
    padding-top: 50px;
    width: 60%;
    overflow: hidden;
}

.product-info-qh img,
.product-text-ys li img {
	width: 100%;
}

.slider-nav {
	width: 100px;
	float: left;
}

.slider-nav .slick-track {
	width: 100% !important;
	transform: translate3d(0, 0px, 0px) !important;
}

.slider-nav .slick-list {
	padding: 0 !important;
}

.slider-nav .slick-slide {
	float: none;
	width: 65px !important;
	height: 65px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}

.slider-nav .slick-slide.slick-current {
	border: 1px solid #e0e0e0;
}

.slider-big {
    width: 74%;
    float: left;
    margin-left: 8%;
    background-color: #f7f7f7;
    padding: 20px 20px 0;
    margin-bottom: 0;
}

.slider-big .slick-list{
	height: auto !important;
}
.slider-big .slider-big-img{
    float: none;
    left: 0 !important;
    margin-bottom: 20px;
}
.slider-big-1 .slider-big-img{
float: left;
padding-top: 10%;
margin-bottom: 10px;
}
.product-info-text {
position: relative;
width: 35%;
float: right;
margin: 50px 0 50px 0;
padding-right: 3%;
}
.buyDet_txt {
position: relative;
top: 0;
bottom: auto;
}
.buyDet_txt.fixed {
position: fixed;
top: 108px;
bottom: auto;
}
.buyDet_txt.pos {
position: absolute;
bottom: 0;
top: auto;
}
.product-nav a {
color: #777;
font-size: 14px;
}

.product-info-text h2 {
margin: 40px 0 30px;
}

.product-info-text span {
display: block;
margin-bottom: 15px;
font-size: 15px;
}
.product-info-text p{
font-size: 15px;
line-height: 2;
margin: 20px 0;
}
.product-info-text h6 {
margin: 30px 0 20px;
}

.product-text-ys {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
}

.product-text-ys li {
width: 80px;
height: 80px;
background: #f5f5f5;
margin-right: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
cursor: pointer;
}

.product-text-ys li.cur {
border: 1px solid #cecece;
}

.product-info-button {
margin-top: 50px;
overflow: hidden;
}

.product-info-button a {
float: left;
text-align: center;
padding: 14px 0;
font-size: 14px;
}

.product-info-button a:hover {
opacity: 0.7;
}

.product-info-button .product-a-1 {
width: 100%;
background: #000;
border: 1px solid #000;
color: #fff;
}


.product-a-2,.product-a-3{
	width: 50%;
	float: left;
	display: inline-block;
	color: #000;
	border: 1px solid #bbb;
	margin-top: 15px;
}
.product-a-3{
	width: calc(50% - 15px);
	margin-left: 15px;
}
.product-info-text em {
	display: block;
	font-size: 13px;
	margin-top: 30px;
	padding-left: 25px;
	font-family: "zt-Light";
	background: url(../images/tel-con.png) no-repeat left;
	background-size: 18px;
}

.product-info-center {
	padding: 50px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.product-info-center h4 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.product-info-center p {
	margin-top: 10px;
	font-size: 15px;
}

.product-info-bottom {
	padding: 50px 0 0;
}
.product-three.ind_four_box .slick-arrow{
	margin-top: -130px;
}
.product-view{
	position: absolute;
	top: 13px;
	right: 0;
	display: flex;
    align-items: center;
    flex-shrink: 0;
}
.product-view-switch.deactivated {
    opacity: .3;
    cursor: pointer;
}
.product-view-switch {
    margin-left: .75rem;
}
.product-view-switch button{
	border: none;
	background: none;
}
.product-view-switch svg {
    width: 28px;
    height: 28px;
}



.aboutOne,
.aboutTwo,
.aboutThree {
	margin-bottom: 100px;
}

.about-box img {
	width: 100%;
	display: block;
}

.aboutOne {
	position: relative;
}
.aboutOne-view{
	position: relative;
	overflow: hidden;
}
.aboutOne-v-img,.aboutOne-v-text{
	width: 50%;
	float: left;
	padding: 2%;
}
.aboutOne-v-img{
	padding-left: 0;
	position: relative;
	height: 404px;
	
}




@media(max-width:1680px) {
    

.aboutOne-v-img{
	height: 330px;
	
}

    
    
}

@media(max-width:1486px) {

.aboutOne-v-img{
	height: 300px;
	
}
}




@media(max-width:1350px) {

.aboutOne-v-img{
	height: 280px;
	
}

}

.aboutOne-v-text {
    position: absolute;
    padding-right: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}







.aboutOne-ovh{
	overflow: hidden;
}
.aboutOne-v-img:before{
	content: '';
	position: absolute;
	width:1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #eee;
}
.aboutOne-v-img:after{
	content: 'ABOUT US';
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    padding: 0 50px;
    letter-spacing: 1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top left;
    transform-origin: center right;
    margin-top: -100px; display: none;
}
.join-view .aboutOne-v-img:after,.join-view .aboutOne-v-img:before{
	display: none;
}
.aboutOne-v-text2{
	position: absolute;
	padding-right: 0;
	right: 0;
	top:40%;
	-webkit-transform: translateY(-35%);
	        transform: translateY(-35%);
}
.join-view{
	margin-top: 30px;
	background: #f5f5f5;
}
.join-view .aboutOne-v-img{
	padding: 0;
}
.join-view .aboutOne-v-text{
	
}
.aboutOne-v-text p{
	line-height: 2;
	margin: 20px 0;
	font-size: 15px;
}


.aboutOne-box {
	position: relative;
	width: 100%;
	margin: 0 auto;
}



.aboutOne-text {
	overflow: hidden;
}

.aboutOne-text p {
	width: 50%;
	float: left;
	display: inline-block;
	line-height: 2;
	font-size: 14px;
}

.aboutOne-text p+p {
	padding-left: 4%;
}

.aboutTwo-nr {
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}

.aboutTwo-nr>div {
	width: 50%;
}

.aboutTwo-text {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 10%;
	text-align: left;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.aboutTwo-text p {
	font-size: 37px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.aboutTwo-text span {
	display: block;
	line-height: 2.2;
	font-size: 14px;
}

.aboutTwo-img {
	position: relative;
	
}

.aboutTwo-img:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 1px;
	top: 50%;
	left: -80px;
	background: #d2d2d2;
}


.list-ah {
	position: relative;
	margin-right: auto;
	margin-left: auto
}

.list-ah::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #929292;
}

.list-ah li:nth-of-type(2n+1) .ah-item {
	margin-left: 50%;
	padding-left: 100px
}

.ah-box {
	position: relative;
	margin-top: 50px
}

.ah-item {
	position: relative;
	
	width: 50%;
	height: 620px;
	text-align: center;
}

.ah-item.left {
	text-align: right;
	left: 0;
	padding-right: 100px
}

.ah-item.left .ah-item__line {
	right: -1px;
	left: auto
}

.ah-item.left .ah-item__line::before {
	right: -3px;
	left: auto
}

.ah-item.left .ah-item__line::after {
	right: auto;
	left: 0
}

.ah-item.right {
	right: 0;
	padding-left: 100px
}

.ah-item__line {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    width: 1px;
    height: 40px;
    background-color: #929292;
}
.ah-item-1 .ah-item__line{
	bottom: calc(50% - 4px);
	top: auto;
}
.ah-item__line::before,
.ah-item__line::after {
	content: "";
	position: absolute;
	top: -3px
}

.ah-item__line::before {
	left: -3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #929292
}
.ah-item-1 .ah-item__line::before{
	bottom:0;
	top: auto;
}
.ah-item__line::after {
	width: 7px;
    height: 1px;
    left: -3px;
    bottom: 0;
    top: auto;
    background-color: #929292;
}
.ah-item-1 .ah-item__line::after{
	top:0;
}
.ah-item-nr{
	top: 57%;
	position: absolute;
	width: 100%;
}
.ah-item-1 .ah-item-nr{
	top: auto;
	bottom: 57%;
}
.ah-item__year {
	font-size: 0;
}

.ah-item__year span {
	display: inline-block;
	vertical-align: middle
}

.ah-item__year .num {
	font-size: 40px;
}

.ah-item__year .year {
	margin-left: 6px;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	font-family: '宋体';
}

.ah-item__desc {
	padding-top: 10px;
	font-size: 15px;
	line-height: 1.8;
}

.ah-item__desc p {
	margin-bottom: 7px;
	line-height: 1.4;
}

.ah-item__desc .history-bg {
	display: inline-block;
	vertical-align: top;
	height: 130px;
	width: 200px;
	background-size: cover;
    background-position: center;

}
.ah-box .text-center{
	position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -35px;
}
.ah-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	border-top: 1px solid #929292
}

.ah-nav span {
	display: block;
	font-size: 26px;
	line-height: 48px;
	font-weight: 300;
	font-style: italic;
	border-bottom: 1px solid #929292;
	text-align: center;
	color: #929292;
	cursor: pointer
}

.ah-nav span.active {
	color: #382527
}

@media (min-width: 1025px) {
	.ah-nav.fixed {
		position: fixed;
		top: 140px;
		right: 0
	}
}

.text-center {
	text-align: center;
}

.ah-arrows {
	z-index: 999;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	text-align: center;
}
.list-ah .slick-list{
	margin: 0 60px;
}


.ah-arrow {
	position: absolute;
	display: inline-block !important;
	vertical-align: top;
	font-size: 20px;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5;
	text-align: center;
	margin-top: 0;
	border-radius: 50%;
	background-color: #929292;
	color: #fff;
	cursor: pointer
}

.ah-arrow.slick-disabled {
	display: none !important
}

.ah-arrow span {
	position: absolute;
	top: 0;
	font-size: 36px;
	line-height: 50px;
	font-weight: 300;
	font-style: italic;
	color: #929292;
	white-space: nowrap
}

.ah-prev span {
	right: 100%;
	margin-right: 30px
}

.ah-next span {
	left: 100%;
	margin-left: 30px
}

.ah-prev {
	background-image: url(../images/left-w.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}

.ah-next {
	background-image: url(../images/right-w.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
}

@media (min-width: 1025px) {
	.ah-nav span:hover {
		color: #382527
	}
}

@media (max-width: 1024px) {

	.slick-ah {
		margin-right: 40px;
		margin-left: 40px;
		margin-top: 50px
	}

	.ah-nav {
		position: relative;
		width: auto;
		text-align: center;
		border-top: 0;
		font-size: 0
	}

	.ah-nav span {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
		font-size: 16px;
		line-height: 40px;
		border-top: 1px solid #929292
	}

	.ah-item__year .num {
		font-size: 24px;
		line-height: 44px
	}

	.ah-item__year .year {
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	.list-ah {
		height: auto !important
	}

	.list-ah li:nth-of-type(2n+1) .ah-item {
		margin-left: 0;
		padding-left: 0
	}

	.ah-arrow span {
		display: none
	}

	.ah-nav {
		text-align: center
	}

	.ah-nav>span {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin-right: 0;
		text-align: center;
		margin-left: 0;
		border-top: 0;
		border-bottom: 0;
		line-height: 30px
	}

	.ah-nav>span::before,
	.ah-nav>span::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: #929292;
		opacity: .4
	}

	.ah-nav>span::before {
		left: 0
	}

	.ah-nav>span::after {
		right: -1px
	}

	.ah-nav>span.active {
		z-index: 1
	}

	.ah-nav>span.active::before,
	.ah-nav>span.active::after {
		opacity: 1
	}

	.ah-item.left {
		padding-right: 0;
		padding-left: 70px;
		text-align: left
	}

	.ah-item.left .ah-item__line {
		right: auto;
		left: 3px
	}

	.ah-item.left .ah-item__line::before {
		left: -3px;
		right: auto
	}

	.ah-item.left .ah-item__line::after {
		right: 0;
		left: auto
	}

	.ah-item.right {
		padding-left: 70px
	}

	.ah-item__desc {
		font-size: 14px;
		line-height: 2
	}

	.ah-item__desc img {
		max-width: 50%
	}

	.ah-arrows {
		margin-top: 60px
	}

	.ah-arrows::before {
		display: none
	}
}


.aboutFour-text {
	margin: 50px 0;
	;
}

.aboutFour-text p {
	line-height: 2;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}

.about-horon .slick-slide {
	margin: 0 42px;
}

.about-horon .slick-slide img {
	border: 1px solid #e6e6e6;
	padding: 12px;
}

.about-horon span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

.about-horon .slick-dots li {
	width: 7px;
	height: 7px;
}

.about-horon .slick-dots li.slick-active {
	background: #333;
}




.aboutOne-v-img img{
	width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.join-box img {
	width: 100%;
    display: block;
}

.joinOne-text {
	width: 95%;
	margin: 50px auto 40px;
	text-align: center;
}

.joinOne-text p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2;
}

.joinTwo,
.joinThree,
.joinFour,
.joinFive,
.joinSix {
	margin-top: 100px;
}

.joinTwo-list {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.joinTwo-list li {
	position: relative;
	width: calc(33.33% - 30px);
	margin: 15px;
	text-align: center;
	
	background: #f5f5f5;
	padding: 55px 40px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.joinTwo-list li img{
	width: 50px;
	margin: 0 auto 15px;
}
.joinTwo-list li:hover{
	padding-left: 50px;
}
.joinTwo-list li span{
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.joinTwo-list li .joinTwo-line-1,.joinTwo-list li .joinTwo-line-2,.joinTwo-list li .joinTwo-line-3,.joinTwo-list li .joinTwo-line-4{
	display: none;
}
.joinTwo-list li .joinTwo-line-1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 50%;
	background:#333;
}
.joinTwo-list li .joinTwo-line-1:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	height: 4px;
	background:#333;
}
.joinTwo-list li .joinTwo-line-2:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4px;
	height: 50%;
	background:#333;
}
.joinTwo-list li .joinTwo-line-2:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 15%;
	height: 4px;
	background:#333;
}
.joinTwo-list li .joinTwo-line-3:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 50%;
	background:#333;
}
.joinTwo-list li .joinTwo-line-3:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15%;
	height: 4px;
	background:#333;
}
.joinTwo-list li .joinTwo-line-4:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 50%;
	background:#333;
}
.joinTwo-list li .joinTwo-line-4:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 4px;
	background:#333;
}



.joinTwo-list li h3 {
	font-weight: 500;
	font-size: 22px;
	margin: 0 0 20px
}

.joinTwo-list li p {
	font-size: 15px;
	line-height: 1.7;
	color: #666;
	min-height: 50px;
}
.joinTwo-en{
	opacity: 0;
	position: absolute;
    text-transform: uppercase;
    font-size: 21px;
    top: 10px;
    width: 212px;
    text-align: center;
    left: 55px;
    word-wrap: break-word;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top left;
			transform-origin: top left;
}
.joinTwo-list li:hover .joinTwo-en{
	top: 0;
	opacity: 1;
}

.joinThree-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.joinThree-wrap {
	margin-top: 30px;
}

.joinThree-img,
.joinThree-text {
	width: 50%;
}

.joinThree-img {
	background-size: cover;
	background-position: center;
}

.joinThree-text {
	padding: 3% 5% 5%;
	background: #f5f5f5;
}

.joinThree-text li {
	padding: 25px 0 18px;
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	overflow: hidden;
}
.joinThree-text li:hover{
	padding-left: 20px;
}
.joinThree-text li b {
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #a0a0a0;
	color: #646464;
	font-size: 14px;
	float: left;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.joinThree-text li:hover b{
	border: none;
	background:#f08200;
	color: #fff;
	border: 1px solid #f08200;
}
.joinThree-text li p {
	float: right;
	width: 94%;
	color: #646464;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
	display: block;
}

.lh-flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.lh-join-ul {
	margin-top: 35px;
}

.lh-join-ul li {
	flex: 1;
	width: 25%;
	position: relative;
}

.lh-join-ul li:before {
	content: '';
	display: block;
	width: 51px;
	height: 9px;
	background: url(../images/jt.png) no-repeat center;
	position: absolute;
	right: -30px;
    top: 50%;
    margin-top: -4px;
}
.lh-join-four li:before{
	background: url(../images/jt-1.png) no-repeat center;
}
.lh-join-ul li>a {
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, .3);
	border-radius: 10px;
	border: 2px dotted #ddd;
	display: block;
	text-align: center;
	padding: 27px 8px 0;
	margin: 0 auto;
}

.lh-join-ul li>a .icon {
	width: 40px;
	margin: 0 auto 10px;
}

.lh-join-ul li>a h2 {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6;
}

.lh-join-ul li:last-child:before {
	display: none;
}
.lh-join-four li:last-child:before {
	content: '';
    display: block;
    width: 9px;
    height: 51px;
    background: url(../images/jt-2.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
    top: 0;
    margin-top: -70px;
}
.lh-join-four{
	margin-top: 90px;
}
.joinFour-list{
	margin-top: 40px;
	position: relative;
}
.joinFour-1{
	height: 180px;
    border: 8px solid #000;
    border-radius: 100px;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 60%;
    margin-left: 40%;
}
.joinFour-2{
	height: 180px;
    border: 8px solid #000;
    border-radius: 100px;
    margin-top: -8px;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 90%;
}
.joinFour-3{
	height: 180px;
    border: 8px solid #000;
    border-radius: 100px;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 90%;
	margin-left: 10%;
	margin-top: -8px;
}
.joinFour-ul{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.joinFour-ul li{
	position: relative;
    width: 33.33%;
    height: 174px;
	float: left;
	padding: 0 4%;
	font-size: 0;
	padding-top: 42px;
	overflow: hidden;
}
.joinFour-ul li span{
	position: relative;
    color: #fff;
    font-size: 50px;
    z-index: 1;
    text-align: center;
    display: block;
    width: 113px;
    height: 113px;
	float: left;
	padding-top: 8px;
}
.joinFour-ul li span:before{
	position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    top: 0;
    left: 17px;
    background: #f08200;
    z-index: -1;
    -webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;		
}
.joinFour-ul li span:hover:before{
	-webkit-transform: rotate(0);
            transform: rotate(0);
}
.joinFour-ul li b{
	display: block;
}
.joinFour-ul li b:before{
	content: '';
    position: absolute;
    width: 5px;
    height: 28px;
    background: #000;
    top: 0;
    left: 202px;
}
.joinFour-ul li b:after{
	content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 50%;
    top: 25px;
    left: 192px;
}
.joinFour-ul li p{
	font-size: 16px;
	float: right;
	width: calc(100% - 180px);
}
.joinFour-ul li.joinFour-r p{
	float: left;
	padding-right: 40px;
	width: calc(100% - 140px);
	text-align: right;
}
.joinFour-ul li.joinFour-r b:before{
	right: 226px;
	left: auto;
}
.joinFour-ul li.joinFour-r b:after{
	right: 216px;
	left: auto;
}

.joinFour-view{
	margin-top: 28px;
}
.joinFour-view ul{
	width: 101%;
	margin-left: -1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow: hidden;
}
.joinFour-view li{
	float: left;
	width: 24%;
	margin: 0 0 1% 1%;
	padding: 3%;
	background: #f5f5f5;
}
.joinFour-view li span{
	float: left;
	font-size: 40px;
	width: 15%;
	position: relative;
}
.joinFour-view li span:after{
	content: '/';
    position: absolute;
    top: 44px;
    left: 16px;
    font-size: 23px;
    color: #666;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}
.joinFour-view li p{
	float: right;
	width: 85%;
	font-size: 17px;
	line-height: 2;
	padding-left: 25px;
}

.joinFive-ul{
	margin-top: 30px;
	overflow: hidden;
}
.joinFive-ul .slick-list{
	width: 100%;
}
.joinFive-ul .slick-track{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.joinFive-ul li{
	position: relative;
	width: 19.5%;
	float: left;
	margin-left: 0.5%;
	background: #f5f5f5;
}
.joinFive-ul li .joinFive-bg{
	width: 100%;
	height: 320px;
	background-size: cover;
    background-position: center;
}
.joinFive-ul li p{
	font-size: 15px;
	text-align: center;
	line-height: 2;
	padding: 50px 20px;
	height: 160px;
}
.joinFive-ul li .joinFive-img{
	position: absolute;
	width: 80px;
	top: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.joinFive-ul li .joinFive-img-1{
	position: absolute;
	width: 80px;
	bottom: 150px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.joinFive-ul .slick-dots{
	text-align: center;
	height: 20px;
	margin-top: 20px;
}
.joinFive-ul .slick-dots li{
	width: 8px;
	height: 8px;
	float: none;
	background: #ddd;
}
.joinFive-ul .slick-dots li.slick-active{
	background: #000;
}


.lh-joinus-form {
    border: none;
	margin-top: 40px;
	font-size: 14px;
	background: #f5f5f5;
	padding: 40px 40px 5px 30px;
}
.joinSix-button{
	margin-top: 30px;
}
.l-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.l-grid-3 {
    width: 33.3333%;
    float: left;
}
.lh-joinus-item li {
	margin-bottom: 40px;
	padding-left: 20px;
}
.lh-joinus-item li h2 {
	margin-bottom: 20px;
	font-size: 15px;
    font-weight: 500;
}
.lh-joinus-item li h2 span {
    color: #f50000;
}
.lh-joinus-item li input {
    height: 50px;
	line-height: 50px;
	font-size: 14px;
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #dbdbdb;
    padding: 6px 12px;
    transition: ease .45s;
}

.lh-joinus-item li textarea{ 
	line-height: 50px;
	font-size: 14px;
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #dbdbdb;
    padding: 6px 12px;
    transition: ease .45s;}


.lh-checkbox {
    border: 1px solid #DBDBDB;
    height: 50px;
    line-height: 50px;
    padding: 6px 12px;
}
.l-input-radius, .l-input-checkbox {
    padding: 3px 0;
    line-height: 20px;
}
.l-input-radius>label, .l-input-checkbox>label {
    margin-left: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.l-input-radius>label:first-child, .l-input-checkbox>label:first-child {
    margin-left: 0;
}
.l-radius-extension>label>i, .l-checkbox-extension>label>i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    margin-right: 5px;
    position: relative;
    top: 5px;
    transition: ease .45s;
}
.l-radius-extension>label.on>i, .l-checkbox-extension>label.on>i {
    border-color: #000;
}
.l-radius-extension>label>i:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    transition: ease .45s;
    transform: scale(0);
    visibility: hidden;
}
.l-radius-extension>label.on>i:before {
    transform: scale(1);
    visibility: visible;
}
.l-grid-9 {
    width: 75%;
    float: left;
}
.l-radius-extension>label>input, .l-checkbox-extension>label>input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}
.l-grid-12 {
    width: 100%;
}
.lh-submit {
    display: block;
    margin: auto;
    width: 160px;
    height: 40px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    color: #fff;
	background: #1B1B1B;
	border: 2px solid #fff;
}
.lh-submit:hover{
	color: #000;
	background: none;
	border: 2px solid #000;
}
.lh-joinus-item li.joinSix-button{
	margin-bottom: 0;
}




.about-box .wrap{
	margin-bottom: 0;
}
.contact-xx {
	border-top: 1px solid #DDD;
	margin-top: 30px;
}

.contact-yj {
	width: 54%;
	float: left;
	padding: 3% 4% 1% 0;
	border-right: 1px solid #DDD;
	padding-bottom: 70px;
	text-align: center;
}

.contact-yj>img {
	display: block;
	width: 40px;
	margin: 0 auto;
}

.contact-yj h5 {
	font-weight: 500;
	margin: 10px 0 20px;
	font-size: 22px;
}

.contact-yj>a {
	color: #999;
	border-bottom: 1px solid #999;
	display: inline-block;
	margin-bottom: 30px;
	font-size: 17px;
	font-family: "zt-Light";
}

.contact-yj:hover {
	color: #333;
}

.contact-yj p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.contact-yj p a {
	border-bottom: 1px solid #333;
	font-size: 17px;
}

.contact-yj span {
	color: #999;
	font-size: 14px;
}

.contact-ly input {
	font-size: 14px;
	letter-spacing: .8px;
	color: #999;
	background-color: #fff;
	width: 100%;
	height: 40px;
	padding: 7px 12px;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 12px;
}

.contact-ly textarea {
	width: 100%;
	min-height: 88px;
	padding: 10px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	letter-spacing: .8px;
	color: #7d7d7d;
}

.bg-button {
	text-align: left;
	margin-top: 30px;
}

.bg-button button {
	color: #333;
	padding: 10px 45px;
	border: none;
	font-size: 13px;
	text-align: center;
	background-color: #f2f2f2;
	cursor: pointer;
}

.bg-button button:hover {
	background-color: #e0e0e0;
}

.bg-button span {
	color: #999;
	font-size: 14px;
}

.contact-dh {
	width: 46%;
	float: left;
	padding: 3% 0 1% 4%;
	border: none;
}

.lh-contact-wx {
	width: 250px;
	margin: 50px auto 0;
	padding: 30px 10px;
	background: #EEE;
	text-align: center;
}

.lh-contact-wx h2 {
	font-weight: 500;
	font-size: 18px;
}

.lh-contact-wx p {
	line-height: 20px;
	opacity: .8;
	font-size: 12px;
	margin: 10px 0 20px;
}

.lh-contact-wx .img {
	width: 116px;
	margin: auto;
}

.contact-map{
	position: relative;
}
.lh-store {
	width: 100%;
}

.store-xx {
	width: 350px;
	font-size: 13px;
	position: absolute;
	top: 20px;
	right: 40px;
}

.store-xx h2 {
	font-weight: 500;
	font-size: 17px;
}

.lh-flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.lh-store-screening {
	margin: 20px 0 0 -13px;
}

.lh-store-screening>div {
	width: 50%;
	float: left;
	padding-left: 13px;
}

.lh-store-select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	background: #F2F2F2;
}

.lh-store-select select {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: none;
	background: none;
	-webkit-appearance: none;
	padding: 0 20px;
	font-size: 13px;
}

.lh-store-select i {
	position: absolute;
	right: 20px;
	top: 11px;
	width: 16px;
	height: 16px;
	background: url(../images/bottom.png) no-repeat center;
	background-size: 16px;
	z-index: 1;
}

.lh-store-scroll {
	height: 513px;
	overflow-y: auto;
	background: #fff;
	padding: 10px 15px;
}

.lh-store-scroll::-webkit-scrollbar-track-piece {
	background: #E3E3E3;
}

.lh-store-scroll::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.lh-store-scroll::-webkit-scrollbar-thumb {
	background: #555;
	border-radius: 2px;
}

.lh-store-item li {
	padding: 23px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

.lh-store-item li:first-child {
	margin: 0;
}

.lh-store-item li h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.lh-store-item li h5{
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 15px;
}
.lh-store-item li p {
	font-size: 13px;
	line-height: 24px;
	margin: 10px 0;
	font-weight: 500;
	overflow: hidden;
}

.lh-store-item li p span {
	display: inline-block;
	vertical-align: middle;
	color: #666;
}

.lh-store-item li p i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-size: 18px;
}

#dituContent {
	width: 100%;
	height: 550px;
}




.page-bottom {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
	text-transform: uppercase;
	padding: 70px 0;
	border-top: 1px solid #e0e0e0;
}
.page-bottom h3 {
    display: block;
    font-size: 27px;
    padding: 20px 0;
	margin: 0;
	font-weight: 500;
    letter-spacing: 10px;
}
.page-bottom form {
    margin-top: 27px;
    width: 50%;
    max-width: 782px;
    vertical-align: top;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}
.page-bottom form .custom-form.select {
    position: relative;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 45%;
    height: auto;
}
.page-bottom form .custom-form.select select {
    width: 100%;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 10px 12px 10px;
    background-color: #fff;
    transition: border-color .3s ease;
    font-size: 14px;
}
.page-bottom form .bul-locator-submit {
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    width: 43%;
    max-width: 333px;
    margin-top: 31px;
    background-color: transparent;
    text-transform: uppercase;
	font-size: 14px;
	border: none;
    height: 45px;
    cursor: pointer;
    letter-spacing: 2px;
}
.page-bottom form .bul-locator-submit a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 43px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.page-bottom form .bul-locator-submit a:hover {
    background: none;
    color: #000;
}
.page-bottom form .custom-form.select:after {
    content: " ";
    float: right;
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    margin-top: -5px;
    border-color: transparent transparent transparent #000;
    border-left-style: solid;
    border-right-width: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}



.store-search{
	border: none;
	padding: 20px 0;
}
.store-search form .bul-locator-submit{
	width: 200px;
}
.store-center{
	margin-top: 30px;
	height: 570px;
}
.store-center>div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	opacity: 1;
}
.store-center>div.on{
	opacity: 0;
	z-index: 5;
}
.srore-bg{
	width: 100%;
	height: 500px;
	background-size: cover;
    background-position: center;
}
.store-center-img .slick-dots{
	position: absolute;
	width: 100%;
	bottom: 10px;
}
.store-center-img .slick-dots li{
	width: 7px;
	height: 7px;
	margin: 0 10px;
}
.store-center-img .slick-dots li.slick-active{
	background:#000;
}
.store-center-img img{
	width: 100%;
}
#btn_complete_list {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 15px 0;
    cursor: pointer;
    transition: all 600ms cubic-bezier(.23,1,.32,1);
    transition-timing-function: cubic-bezier(.23,1,.32,1);
    font-size: .8125rem;
    font-size: 13px;
    color: #000;
    letter-spacing: .1875rem;
    text-transform: uppercase;
    text-align: center;
}
#btn_complete_list:after {
    content: " ";
    display: block;
    width: 0;
    border: 6px inset;
    margin-top: -5px;
    border-color: transparent transparent transparent #000;
    border-left-style: solid;
    border-right-width: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 50%;
    bottom: -8px;
    z-index: 1;
    height: 0;
    transition: all 600ms cubic-bezier(.23,1,.32,1);
    transition-timing-function: cubic-bezier(.23,1,.32,1);
}
#btn_complete_list.open:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.store-anchor{
	margin-bottom: 20px;
}
.store-anchor a{
	font-size: 15px;
	font-weight: bold;
}
.title-list {
	margin-bottom: 10px;
    color: #7f7f7f;
    line-height: 1.5;
    font-size: 13px;
}
.title-list .h2 {
    color: #000;
    font-size: 1.25rem;
    font-size: 20px;
    letter-spacing: .375rem;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: 400!important;
}
.store-count {
    font-size: .75rem;
    font-size: 12px;
    float: right;
    line-height: 1.5rem;
    letter-spacing: .0625rem;
    text-transform: capitalize;
    color: #65656a;
}
.store-map-icon{
	display: none;
}
.store-map-icon img{
	width: 25px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: 0s;
	transition: 0s;
}
.store-map-icon.on img{
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.store-map-text p{
	padding: 13px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 !important;
}
.store-map-text p:last-child{
	border: none;
}
.store-map-text{
	
}
.hide{
	display: none;
}
#complete_list{
	display: none;
}
#complete_list ul{
	width: 101.5%;
    margin-left: -1.5%;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
#complete_list li{
	width: 23.5%;
	margin-left: 1.5%;
	margin-bottom: 1.5%;
	float: left;
	
	background: #f5f5f5;
	padding: 2%;
}
#complete_list li h2{
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
#complete_list li p{
	font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
}
#complete_list li i{
	display: inline-block;
    vertical-align: text-bottom;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-size: 18px;
}
#complete_list li span{
	display: inline-block;
    vertical-align: top;
    color: #666;
    width: 92%;
}
#complete_list li>span{
	font-size: 13px;
	display: block;
	color: #333;
	margin-bottom: 10px;
}


.children-wrap{
	margin-top: 35px;
	padding-bottom: 50px;
	overflow: hidden;
}
.children-item{
	width: 48%;
}
.children-bg{
	width: 100%;
	height: 70vh;
	margin-bottom: 30px;
	background-size: cover;
    background-position: center;
}



.ind_right_fiex{
    display: none;
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 48px;
    margin-top:3px;
    cursor: pointer;
    z-index: 9999;
    overflow: hidden;
}
.ind_right_fiex li{    
    position: relative;
    width: 48px;
    height: 48px;
    margin-top:3px;
    cursor: pointer;
    overflow: hidden;

}
.li4{
    background: url(../images/sprite.png) 0 -153px;
}
.li5{
    background: url(../images/sprite.png) 0 -204px;
}
.li6{
    background: url(../images/sprite.png) 0 -255px;
}
.li7{
    background: url(../images/sprite.png) 0 -306px;
}
.ind_right_fiex a{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 48px;
    font-size: 12px;
    font-weight: 700;
    color: #fff!important;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background-color: #000;
    text-decoration: none!important;
    text-align: center;
    -webkit-transform-origin: -50% 50%;
    -moz-transform-origin: -50% 50%;
     -ms-transform-origin: -50% 50%;
         transform-origin: -50% 50%;
    -webkit-transform: rotate3d(0,0,1,90deg);
    -moz-transform: rotate3d(0,0,1,90deg);
         transform: rotate3d(0,0,1,90deg);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -moz-transition: transform .3s ease-in, -moz-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in, -moz-transform .3s ease-in;
    opacity: 0;
}
.ind_right_fiex li:hover a {
	opacity: 1;
    -webkit-transform: rotate3d(0,0,1,0deg);
    -moz-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.list-news {
	position: relative;
    left: -14px;
	width: calc(100% + 28px);
	font-size: 0;
}
.list-news>li {
	width: 25%;
	display: inline-block;
    vertical-align: top;
}
.news-item-room {
    display: block;
    margin: 0 14px 40px;
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.list-pnews .news-item__date,.list-pnews .news-item__title {
	color: #4f4f4f;
}
.list-pnews li:hover .news-item__date,.list-pnews li:hover .news-item__title {
	color: #000;
}
.news-item__img {
	position: relative;
    overflow: hidden;
}
.news-item__img img{
	width: auto;
	height: 100%;
}
.news-item__img::before {
    padding-top: 64.10256%;
}
.img-box img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.img-line img {
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.img-box::before {
    content: "";
    display: block;
}
.img-line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #f9f9f9;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.news-item__date {
    padding-top: 1.71429em;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.news-item__title {
    margin-top: .5em;
    font-weight: 500;
    font-size: 17px;
	line-height: 1.6;
	overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.img-wrap:hover .img-box img {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.img-wrap:hover .img-line::after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.BMap_bubble_content h3{
	font-size: 18px;
}
.BMap_bubble_content p{
	font-size: 14px;
}



.img100 {
    display: block;
    width: 100%;
}

.w1280 {
    width: 1420px;
    margin: 0 auto;
}

.w1340 {
    width: 1340px;
    margin: 0 auto;
}

.w1480 {
    width: 1630px;
    margin: 0 auto;
}


.patent-btns {
    position: absolute;
    z-index: 3;
    height: 1px;
    overflow: visible;
    width: 100%;
    left: 0;
    top: calc(50% - .6rem);
}

.patent-btns .btn {
    position: absolute;
    display: block;
    top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-position: center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
}

.patent-btns .btn:hover {
    transform: translateY(-6px);
}

.patent-btns .prev {
    left: 20px;
    background-image: url(../images/prev2.png);
}

.patent-btns .next {
    right: 20px;
    background-image: url(../images/next2.png);
}

.pro-bot-btns {
    position: absolute;
    z-index: 3;
    height: 1px;
    overflow: visible;
    width: 100%;
    left: 0;
    top: 50%;
}

.pro-bot-btns .btn {
    position: absolute;
    display: block;
    top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-position: center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
}

.pro-bot-btns .btn:hover {
    transform: translateY(-6px);
}

.pro-bot-btns .prev {
    left: 20px;
    background-image: url(../images/prev2.png);
}

.pro-bot-btns .next {
    right: 20px;
    background-image: url(../images/next2.png);
}

.honor-banner1-wrap {
    position: relative;
	margin-bottom: .8rem;
	margin-top: 28px;
}

.honor-banner1-wrap .patent-btns {
    top: 50%;
}

.honor-banner1 {
    position: relative;
    font-size: 14px;
    line-height: 2;
    color: #333;
    text-align: center;
    overflow: hidden;
}

.honor-banner1 .honor-slide-name {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #333;
    opacity: 0;
}

.honor-banner1 .img-wrap {
    border: 1px solid #eee;
}

.honor-banner1 .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 750px;
    
    height: auto;
}

.honor-banner1 .swiper-slide:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 3;
    transition: all .5s ease;
    top: 0;
    left: 0;
}

.honor-banner1 .swiper-slide.swiper-slide-active {
    z-index: 4;
}
.honor-banner1 .swiper-slide p{
	font-size: 19px;
    margin-top: 7px;
    padding: 0 2%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
	opacity: 0;
}
.honor-banner1 .swiper-slide.swiper-slide-active p{
	opacity: 1;
}
.honor-banner1 .swiper-slide.swiper-slide-active .img-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.honor-banner1 .swiper-slide.swiper-slide-active:before {
    opacity: 0;
}

.honor-banner1 .swiper-slide.swiper-slide-active .honor-slide-name {
    opacity: 1;
}

.honor-banner1-wrap {
    position: relative;
    margin-bottom: .8rem;
}

.honor-banner1-wrap .patent-btns {
    top: 50%;
}

@media (max-width: 1700px) {
    .w1480 {
      width: 100%;
  }
  .honor-banner1.w1280 {
      width: 1070px;
  }
  
   
}

@media (max-width: 1300px){
  .w1280, .w1340 {
      width: 92%;
  }
}

@media (max-width: 1200px) {
    
    .honor-banner1 .honor-slide-name {
        margin-top: 16px;
    }

    .honor-banner1.w1280 {
        width: 700px;
    }

    .honor-banner1 .swiper-slide {
        width: 350px;
    }
}
@media (max-width: 1023px) {

    .honor-banner1-wrap.w1480 {
        width: 100%;
    }
}

@media (max-width: 900px) {

    .honor-banner1.w1280 {
        width: 92%;
    }

    .honor-banner1 .swiper-slide {
        width: 100%;
        height: auto;
    }

}