﻿@charset "UTF-8";
*{
	box-sizing: border-box;
}
.global-about-desc {
	width: 100%;
	text-align: center;
	padding-top: 24px;
}
.global-about-desc h3 {
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
}
.global-about-desc h4 {
	font-size: 16px;
	color: #999999;
}
.index-about-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.index-about-center .l-lr {
	width: 31.7%;
}
.index-about-center .l-lr .lr-img {
	height: 17rem;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-radius: 5px;
}
.index-about-center .l-lr .lr-img .cat-doc {
	color: #fff;
	padding-top: 1.35rem;
	/* 54/40 */
	  padding-left: 1.25rem
	/* 50/40 */
}
.index-about-center .l-lr .lr-img .cat-doc h3 {
	font-size: .9rem;
	margin-bottom: 0.35rem;
}
.index-about-center .l-lr .lr-img .cat-doc h2 {
	font-size: .9rem;
	margin-bottom: 0.88rem;
}
.index-about-center .l-lr .lr-img .cat-doc .name {
	font-size: .6rem;
}
.index-r-dbs {
	width: 66%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dbs-item {
	width: 48.5%;
	margin-bottom: 1.1rem;
}
.dbs-item .img-box {
	height: 7rem;
	overflow: hidden;
	width: 100%;
	position: relative;
	border-radius: 5px;
}
.dbs-item .img-box:hover .images {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.dbs-item .img-box .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.dbs-item .img-box .play-btn {
	width: 82px;
	height: 82px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 4;
}
.dbs-item.hasvideo {
	cursor: pointer;
}
@media (max-width: 1600px) {
.dbs-item {
	margin-bottom: 0.65rem;
}
 .global-about-desc h3 {
	font-size: 18px;
	margin-bottom: 9px;
}
 .global-about-desc {
	padding-top: 24px;
}
}
@media (max-width: 1400px) {
.dbs-item {
	margin-bottom: 0.65rem;
}
 .global-about-desc h3 {
	font-size: 16px;
	margin-bottom: 7px;
}
 .global-about-desc h4 {
	font-size: 14px;
}
 .global-about-desc {
	padding-top: 24px;
}
}
.global-news-item .img-box {
	overflow: hidden;
	border-radius: 5px;
}
.global-news-item .img-box img {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.global-news-item .img-box:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.global-news-item .doc-box .top-desc {
	padding-top: 1rem;
	padding-bottom: .8rem;
	border-bottom: 1px solid #e5e5e5;
}
.global-news-item .doc-box .top-desc h3 {
	font-size: .5rem;
	color: #333333;
	margin-bottom: .4rem;
	text-align-last: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.global-news-item .doc-box .top-desc h4 {
	font-size: .4rem;
	color: #999999;
	text-align-last: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.global-news-item .doc-box .bot-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px;
}
.global-news-item .doc-box .bot-time .time {
	font-size: .35rem;
	color: #999999;
}
.global-news-item .doc-box .bot-time img {
	width: .6rem;
	height: .3rem;
	margin-top: .1rem;
}
.index-news-carousl {
	overflow: hidden;
}
.index-news-carousl .global-news-item {
	width: 33%;
}
.ph-index-news-bg {
	background-color: #f5f5f5;
	text-align: center;
}
.index-ph-tit {
	font-size: .36rem;
	color: #333333;
	text-align: center;
	padding-bottom: .34rem;
}
.index-view-more {
	text-align: center;
	color: #2ab3c3;
	font-size: .24rem;
	line-height: .26rem;
	display: none;
	margin: 0 auto;
	width: auto;
	padding-bottom: 4px;
	border-bottom: 1.5px solid #2ab3c3;
	margin-bottom: .5rem;
}
.index-about-news-bg .index-news-carousl .global-swiper-pagin {
	position: relative;
	margin-top: 15px;
}
.global-swiper-pagin .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background-color: #f5f5f5;
	border-radius: 50%;
	border: 1px solid #2ab3c3;
	opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
.global-swiper-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #2ab3c3;
}
.new-product {
	padding-top: 1.25rem;
	padding-bottom: 1.13rem;
}
.new-pro-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -1%;
}
.newpro-item {
	width: 24%;
	background-color: #f8f8f8;
	position: relative;
	margin: 0 1%;
	border:1px solid #f8f8f8;
	border-radius: 6px;
}
.newpro-item .img-box {
	overflow: hidden;
}
.newpro-item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.newpro-item .fullimg {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.newpro-item .new-pro-item-in {
	padding: 0rem 0% .7rem;
}
.newpro-item .new-pro-item-in .pro-name {
	margin-top: 1rem;
	font-size: .5rem;
	color: #333333;
	text-align: center;
}
.newpro-item .new-pro-item-in .pro-des-tag {
	margin-top: .25rem;
	font-size: .4rem;
	color: #999999;
	text-align: center;
	margin-bottom: 1rem;
}
.newpro-item .new-pro-item-in .pro-des-tag span {
	display: inline-block;
	margin-right: .15rem;
	font-size: .4rem;
	line-height: 0.6rem;
}
.newpro-item .new-pro-item-in .pro-des-tag span.green-tag {
	color: #95c855;
}
.newpro-item .hot-tag {
	position: absolute;
	width: 46px;
	height: 24px;
	font-size: 13px;
	color: #e55198;
	border: 1px solid #e55198;
	bottom: 5%;
	left: 50%;
	margin-left: -23px;
	border-radius: 4px;
	text-align: center;
	line-height: 20px;
	display: none;
}
.newpro-item.hot .hot-tag {
	display: block;
}
.icon-contact {
	width: 82px;
	height: 82px;
	margin: 0 auto;
}
.call-tit {
	font-size: 36px;
	color: #333333;
	text-align: center;
	margin: 40px 0 30px 0;
}
.call-num-box {
	width: 400px;
	height: 90px;
	line-height: 90px;
	background-color: #2ab3c3;
	color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 40px;
	text-align: center;
}
.call-num-box img {
	width: 37px;
	position: relative;
	top: -5px;
}
.call-time {
	font-size: 24px;
	color: #999999;
	text-align: center;
	margin-top: 22px;
	padding-bottom: 55px;
	border-bottom: 2px solid #efefef;
	margin-bottom: 54px;
}
.cp-address {
	text-align: center;
	margin-top: 40px;
}
.cp-address h3 {
	font-size: 30px;
	color: #242728;
	margin-bottom: 14px;
}
.cp-address p {
	font-size: 22px;
	color: #999999;
}
.index-ph-contat {
	padding-bottom: 72px;
}
.n-banner .n-pc-banner img {
	width: 100%;
}
.n-about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.88rem;
}
.n-about .l-doc {
	width: 50%;
	font-size: .45rem;
	line-height: .75rem;
	color: #666666;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.n-about .r-img-area {
	padding-left: 4%;
	width: 50%;
	position: relative;
}
.n-about .r-img-area .img-box {
	height: 9.25rem;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 2;
	border-radius: 10px;
}
.n-about .r-img-area .small-face {
	width: 70%;
	display: block;
	margin: 1rem auto 0 auto;
}
.n-about .r-img-area .por-bg {
	width: 5.03rem;
	height: 1.6rem;
	position: absolute;
	right: 1.5rem;
	top: -1.05rem;
	z-index: -1;
}
.global-num-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
	margin-top: 1.8rem;
}
.num-box-item {
	width: 33%;
	text-align: center;
}
.num-box-item .bt {
	color: #18a3b4;
	position: relative;
	line-height: 1;
	text-align: center;
}
.num-box-item .bt i {
	font-size: 2rem;
	font-style: normal;
	font-family: Numfont;
}
.num-box-item .bt sup {
	vertical-align: super;
	display: inline;
	font-size: .6rem;
	position: relative;
	top: -0.8rem;
	color: #666666;
}
.num-box-item .bd {
	font-size: .6rem;
	margin-top: 3px;
	color: #666666;
}
.history-ul {
	padding-top: 28px;
	margin-bottom: 110px;
}
.history-item {
	width: 100%;
	font-size: 18px;
	color: #666666;
	line-height: 45px;
	margin-bottom: 61px;
}
.history-item .item-doc {
	float: right;
	width: 50%;
	padding-left: 7%;
	padding-right: 7%;
	font-size: .45rem;
	line-height: 1.13rem;
	color: #999999;
}
.history-item .item-doc p span {
	color: #999999 !important;
}
.history-item .year-box {
	position: absolute;
	font-size: 1.5rem;
	color: #18a3b4;
	font-family: Numfont;
	left: 50%;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
 .history-item:nth-child(2n) .item-doc {
	float: left;
	text-align: right;
	padding-left: 0%;
	padding-right: 7%;
}
.history-item:nth-child(2n) .year-box {
	float: right;
}
.cent-line-box {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
}
.cent-line-box .line {
	display: block;
	width: 3px;
	height: 100%;
	background-color: #eeeeee;
}
.global-video-box {
	opacity: 1;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 20;
}
.global-video-box .video-wrap {
	position: relative;
	width: 50%;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.n-wrap .pagination {
	text-align: center;
	display: block;
	margin: 0;
}
.pagination a {
	display: inline-block;
	font-size: 14px;
	font-family: 'Arial';
	color: #666666;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #f2f2f2;
	vertical-align: top;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.pagination a.first, .pagination a.last {
	display: none;
}
.pagination a.active {
	background-color: #2ab3c3;
	color: #fff;
	border: 1px solid #2ab3c3;
}
.pagination a.prev, .pagination a.next {
	width: 104px;
	height: 40px;
	line-height: 38px;
	color: rgba(102, 102, 102, 0.5);
	font-size: 12px;
	font-family: '微软雅黑';
}
.pagination a.prev {
	padding-left: 10px;
	background: url("../images/pagin-prev.png") no-repeat left 20px center/7px auto;
}
.pagination a.next {
	padding-right: 10px;
	background: url("../images/pagin-next.png") no-repeat right 20px center/7px auto;
}
.pagination a:hover {
	background-color: #2ab3c3;
	color: #fff;
	border: 1px solid #2ab3c3;
}
.pagination a.prev:hover {
	background-image: url("../images/pagin-prev-h.png");
}
.pagination a.next:hover {
	background-image: url("../images/pagin-next-h.png");
}
.vidcontainer {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	z-index: 999;
}
.vidcontainer .closevid {
	width: 40px;
	height: 40px;
	background: url(../images/close-vid2.png) no-repeat center/100% auto;
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}
.vidcontainer video {
	position: absolute;
	width: 780px;
	max-width: 100%;
	max-height: 80%;
	top: 0;
	left: 0;
	background-color: #000;
	bottom: 0;
	right: 0;
	margin: auto;
}
.n-video {
	padding-bottom: 2.5rem;
}
.n-video-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.n-video-ul .video-item {
	width: 46.5%;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 1.2rem;
	cursor: pointer;
}
.n-video-ul .video-item .img-box {
	position: relative;
}
.n-video-ul .video-item .img-box .playbtn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2.05rem;
	height: 2.05rem;
}
.n-video-ul .video-item .video-des {
	font-size: 18px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 1.7rem;
	line-height: 1.7rem;
}
@media (max-width: 1400px) {
.n-video-ul .video-item .video-des {
	font-size: 16px;
}
}
.n-news {
	padding-bottom: 2.5rem;
}
.n-news .n-news-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.n-news .n-news-ul:after {
	content: '';
	width: 31.7%;
}
.n-news .n-news-ul .global-news-item {
	width: 31.7%;
	margin-bottom: 1.35rem;
}
.n-news .n-news-ul .global-news-item a {
	display: block;
}
.global-news-item:hover .doc-box .top-desc h3 {
	color: #2ab3c3;
}
.n-news .n-news-ul .global-news-item .doc-box .top-desc h3 {
	margin-bottom: 0;
}
.n-news .n-news-ul .global-news-item .doc-box .top-desc {
	padding-top: 0.4rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #e5e5e5;
}
.sub-info-line {
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
}
.sub-info-nav {
	margin-top: 24px;
	margin-bottom: 45px;
}
.sub-nav-info-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sub-nav-info-ul img {
	margin-right: 18px;
}
.sub-nav-info-ul > li {
	margin-right: 20px;
}
.sub-nav-info-ul > li > a {
	font-size: 14px;
	color: #999999;
}
.article-main {
	padding-bottom: 114px;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
}
.news-det .left {
	width: 71%;
	padding-right: 5%;
	border-right: 1px solid #eaeaea;
}
.news-det .left .infotit {
	text-align: center;
}
.news-det .left .infotit h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.news-det .left .infotit .tips {
	font-size: 14px;
	color: #999999;
	margin-bottom: 35px;
}
.news-det .left .infotit .tips img {
	width: 15px;
	margin-right: 6px;
}
.news-det .left .infotit .tips span.time {
	padding-left: 24px;
	position: relative;
	margin-left: 25px;
}
.news-det .left .infotit .tips span.time:after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: #e8e8e8;
}
.news-det .left .infotx {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.news-det .left .infotx img {
	max-width: 100%;
}
.prev-next-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 54px;
}
.prev-next-box a {
	color: #666666;
	font-size: 14px;
}
.prev-next-box a:hover {
	color: #2ab3c3;
}
.prev-next-box .prevarr {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 24px;
}
.prev-next-box .nextarr {
	margin-left: 26px;
}
.prev-next-box .middoll {
	margin: 0 80px;
	width: 18px;
	height: 18px;
}
.n-hostory .see-more {
	width: 160px;
	text-align: center;
	background-color: #2ab3c3;
	height: 45px;
	line-height: 43px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	/* margin: 0 auto; */
    position: absolute;
	bottom: -78px;
	left: 50%;
	transform: translateX(-50%);
}
.news-det {
	padding-bottom: 2.5rem;
	min-height: 500px;
}
.news-det .right {
	width: 29%;
	padding-left: 4%;
}
.close-art-swiper {
	overflow: hidden;
	position: relative;
}
.close-art .tit {
	font-size: 16px;
	color: #2ab3c3;
	margin-bottom: 14px;
}
.close-art-swiper .img-box {
	height: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 5px;
}
.close-art-swiper .img-box:hover .images {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.close-art-swiper .swiper-slide:hover .slide-tit {
	color: #2ab3c3;
}
.close-art-swiper .slide-tit {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	padding: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#close-pagin {
	bottom: inherit;
	top: 129px;
}
#close-pagin .swiper-pagination-bullet {
	opacity: 1;
	background-color: #ffffff;
	margin: 0 4px;
}
#close-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #666666;
}
.close-art-list {
	border-top: 1px solid #eaeaea;
	padding-top: 18px;
}
.close-art-list a {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
	color: #999999;
	display: block;
}
.close-art-list a:hover {
	color: #2ab3c3;
}
.vivid-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.store-item-swiper {
	position: relative;
}
.vivid-item {
	width: 46.4%;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 1.25rem;
}
.vivid-item .stroe-name {
	font-size: 24px;
	color: #2ab3c3;
	padding-bottom: 10px;
	border-bottom: 1px solid #2ab3c3;
	display: inline-block;
	margin-top: 20px;
}
.store-item-swiper .swiper-pagination {
 bottom: .63rem;
	z-index: 3;
}
.store-item-swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: #fff;
	opacity: 1;
	position: relative;
	margin: 0 12px !important;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.store-item-swiper .swiper-pagination-bullet:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11.5px;
	margin-top: -11.5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border: 2px solid #fff;
}
.store-item-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}
.store-item-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 1;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.l-contact {
	width: 50%;
	padding-left: 6.8%;
	float: left;
	border-right: 1px solid #dcdcdc;
}
.r-contact {
	width: 50%;
	float: right;
}
.r-contact .wechat-tool {
	margin-top: 0;
}
.r-contact .wechat-tool .img-desc {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.r-contact .wechat-tool .img-desc img {
	width: 30px;
	margin-right: 9px;
}
.r-contact .wechat-tool .img-desc span {
	font-size: 16px;
	color: #242728;
}
 @media (min-width: 992px) {
 .n-contact {
	padding-bottom: 2.5rem;
	padding-top: 30px;
}
 .l-contact .cp-address {
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
}
 .cp-address h3 {
	font-size: 18px;
	color: #666666;
	margin-bottom: 8px;
}
 .cp-address p {
	font-size: 16px;
	color: #999999;
}
 .cp-detbox {
	margin-top: 28px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
}
.job-search {
	width: 46%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.job-search input {
	border: 1px solid #e5e5e5;
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	outline: none;
	padding-left: 20px;
	border-radius: 4px;
}
.job-search a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #2ab3c3;
	position: relative;
	border-radius: 4px;
}
.job-search a img {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.job-search input::-webkit-input-placeholder
{
	color: #d6d6d6;
}
.job-search input:-moz-placeholder
{
	color: #d6d6d6;
}
.job-search input::-moz-placeholder
{
	color: #d6d6d6;
}
.job-search input:-ms-input-placeholder
{
	color: #d6d6d6;
}
.job-select-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 24px;
}
.job-select {
	padding: 25px 0;
}
.select-category {
	min-width: 140px;
	height: 25px;
	line-height: 25px;
}
.select-category img {
	margin-right: 20px;
	margin-bottom: 3px;
}
.select-category span {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.select-category-cent {
	margin-left: 2%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	vertical-align: bottom;
}
.select-category-cent li {
	float: left;
	margin-right: 3.3%;
}
.select-category-cent li a {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	display: block;
	color: #333333;
}
.select-category-cent li.active a {
	color: #2ab3c3;
}
.n-coop .global-num-box {
	margin-top: 0;
}
.n-coop {
	text-align: center;
	overflow: hidden;
}
.n-coop-doc {
	margin-top: 45px;
	margin-bottom: 36px;
	font-size: .45rem;
	color: #666666;
	line-height: .9rem;
	text-align: left;
}
.n-coop .takemore {
	text-align: center;
	padding-bottom: 9px;
	border-bottom: 2px solid #2ab3c3;
	color: #2ab3c3;
	display: inline-block;
	margin-bottom: 2.38rem;
	cursor: pointer;
}
.coop-three-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -1.1%;
	padding-bottom: 2.4rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.coop-item {
	width: 33.333%;
	padding: 0 1.1%;
}
.coop-item .img-box {
	position: relative;
}
.coop-item .img-box:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 102%;
	left: -1px;
	top: -1px;
	background: #fff;
	-webkit-transition: -webkit-transform cubic-bezier(0.575, 0.005, 0.285, 1.005) 1.5s;
	transition: transform cubic-bezier(0.575, 0.005, 0.285, 1.005) 1.5s;
}
.coop-item .img-box.scroll-watch-in-view:after {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.coop-item .doc-cent {
	padding-top: .55rem;
}
.coop-item .doc-cent h3 {
	font-size: .5rem;
	color: #333333;
}
.coop-item .doc-cent .doc-desc {
	margin-top: 10px;
	text-align: center;
	font-size: .4rem;
	color: #999999;
	line-height: .6rem;
	color: #999999;
	height: 1.2rem;
	overflow: hidden;
}
.global-apply-form-wrap {
	border: 1px solid #e5e5e5;
	padding-top: 1.35rem;
	margin-bottom: 2.75rem;
}
.global-apply-form {
	width: 81%;
	margin: 0 auto;
	padding-bottom: 1.2rem;
}
.global-apply-form h3 {
	font-size: .9rem;
	color: #333333;
	margin-bottom: 1.13rem;
}
.input-inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.input-inline.input-yzm {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 20px;
}
.input-inline.input-yzm img {
	margin-left: 20px;
}
.input-inline input {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	width: 22%;
	padding-left: 18px;
	outline: none;
}
.my-form-textarea {
	width: 81%;
	margin: 0 auto;
	border-radius: 3px;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
	height: 210px;
	font-size: 16px;
	padding-top: 10px;
	border: 1px solid #e3e3e3;
	margin-top: .75rem;
	outline: none;
}
.post-btn input {
	background: none;
	width: 200px;
	height: 50px;
	line-height: 50px;
	position: relative;
	border: none;
	z-index: 2;
}
.post-btn {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: content-box;
	margin-top: 20px;
}
.post-btn .button {
	width: 200px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	background: #133978;
	border: 2px solid #133978;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.post-btn .button:hover {
	color: #2ab3c3;
	background: #fff;
	border: 2px solid #2ab3c3;
}
.post-btn:hover .button {
	color: #2ab3c3;
	background: #fff;
	border: 2px solid #2ab3c3;
}
.job-list-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 65px;
}
.l-job-list-wrap {
	width: 75%;
	border-top: 1px solid #e5e5e5;
}
.l-job-list-wrap center {
	margin-top: 1.5rem
}
.l-job-list {
	padding-bottom: 0.9rem;
}
.r-new-job {
	width: 21.7%;
}
.r-new-job h3 {
	font-size: 18px;
	color: #333333;
}
.job-item {
	padding-left: 30px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.job-item > a {
	display: block;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 30px;
}
.job-item .job-name {
	font-size: 18px;
}
.job-item .job-name span {
	display: none;
	width: 18px;
	height: 18px;
	color: #fff;
	line-height: 16px;
	background-color: #f29430;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}
.job-item:hover {
	background-color: #f5f5f5;
}
.job-item.emergency .job-name span {
	display: inline-block;
}
.job-support {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
}
.job-support .part {
	padding-right: 20px;
	position: relative;
	margin-right: 23px;
}
.job-support .part:after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	width: 2px;
	height: 16px;
	background-color: #ebebeb;
}
.r-new-job h3 {
	margin-bottom: 22px;
}
.newjob-item a {
	display: block;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	color: #999999;
	padding-right: 20px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 24px;
}
.newjob-item a span {
	width: 18px;
	height: 18px;
	color: #fff;
	line-height: 16px;
	background-color: #f29430;
	font-size: 12px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.newjob-item.emergency span {
	display: inline-block;
}
.backjoblink {
	display: inline-block;
	font-size: 16px;
	color: #2ab3c3;
	cursor: pointer;
	margin-top: 34px;
	margin-bottom: 1.25rem;
}
.requ-time {
	font-size: 14px;
	color: #999999;
	margin-bottom: 16px;
}
.ph-back-job {
	height: 108px;
	line-height: 108px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.ph-back-job .link {
	float: left;
	width: 20%;
	display: block;
	vertical-align: middle;
	position: absolute;
	height: 100%;
}
.ph-back-job .link img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 11px;
}
.ph-back-job .tit {
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 26px;
}
.job-det .l-job-list-wrap {
	border-top: none;
}
.job-det .r-new-job {
	padding-top: 100px;
}
.job-tit {
	font-size: 24px;
	color: #333333;
	margin-top: 48px;
}
.job-det .job-tit span {
	display: none;
	width: 18px;
	height: 18px;
	color: #fff;
	line-height: 16px;
	background-color: #f29430;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}
.job-det .job-support-det {
	margin-top: 14px;
	font-size: 14px;
	color: #999999;
}
.job-det .job-support-det .line {
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: 0 22px;
	background-color: #e8e8e8;
	position: relative;
	top: 1px;
}
.job-describe {
	width: 100%;
	position: relative;
	margin-top: 44px;
}
.job-describe .doc {
	font-size: 18px;
	position: relative;
	z-index: 3;
	display: inline-block;
	background-color: #fff;
	padding-right: 12px;
}
.job-describe .line {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
	z-index: -1;
}
.job-main-re {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 30px;
}
.job-main-re2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.re2-cofb {
	width: 50%;
	padding: 30px 0;
	border-bottom: 1px solid #eaeaea;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.re2-cofb h4.work {
	font-size: 14px;
	color: #999999;
}
.re2-cofb h5 {
	font-size: 18px;
	color: #333333;
	margin-top: 6px;
}
.job-det .post-btn {
	margin-top: 45px;
}
.series-select {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.series-select li {
	width: 25%;
	text-align: center;
	padding-top: 0.7rem;
	padding-bottom: 1.35rem;
}
.series-select li a {
	display: block;
	border-right: 1px solid #e6e6e6;
}
.series-select li a .dir-ser {
	font-size: 1.625rem;
	color: #333333;
	font-weight: normal;
	font-style: normal;/*font-family: "LINESEMIBOLD";*/
         }
.series-select li a .common-ser {
	font-size: 0.6rem;
	color: #666666;
	margin-left: 0.3rem;
}
.series-select li:last-child a {
	border-right: 0;
}
.series-tit {
	background-color: #dddddd;
	color: #969696;
	padding: .3rem 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.left-sername h3 {
	font-size: 1.3rem;
	line-height: 1.15;
	margin-right: 4px;
}
.left-sername .dir-ser {
	font-size: 1.3rem;
	line-height: 1.15;
	margin-right: 4px;
}
.left-sername .sm-sup {
	font-size: 12px;
	text-decoration: underline;
	text-align: right;
	text-transform: uppercase;
	font-family: "微软雅黑"
}
.left-sername .sm-det {
	font-size: 0.75rem;
	line-height: 1;
	font-weight: bold;
}
.right-serdes {
 font-size: .6rem;
	margin-bottom: 5px;
}
.series-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 44px;
}
.series-item-demo {
	width: 48.2%;
	margin-bottom: 28px;
}
.series-item-demo .box {
	border-radius: 5px;
	border: 1px solid #eeeeee;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.series-item-demo .box .img-box {
	width: 57%;
	background-color: #eeeeee;
	/*padding: 1.25rem 7%; */
        border-right: 1px solid #eee;
	overflow: hidden;
}
.series-item-demo .box .img-box:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.series-item-demo .box .img-box img {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.series-item-demo .box .right-doc {
	width: 43%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.series-item-demo .box .right-doc h3 {
	font-size: .75rem;
	color: #333333;
	margin-bottom: .35rem;
	text-align: center;
}
.series-item-demo .box .right-doc .tag-box {
	font-size: .6rem;
	color: #999999;
	text-align: center;
	line-height: .9rem;
	height: 1.8rem;
	overflow: hidden;
	margin-bottom: 1rem;
}
.series-item-demo .box .right-doc .order-btn {
	width: 4rem;
	height: 1.15rem;
	background-color: #18a3b4;
	color: #fff;
	line-height: 1.15rem;
	text-align: center;
	font-size: .45rem;
	border-radius: 7px;
	border: 1px solid #18a3b4;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.series-item-demo .box .right-doc .order-btn:hover {
	background-color: #fff;
	color: #18a3b4;
	border: 1px solid #18a3b4;
}
.swiper-pagination {
	z-index: 4;
}
@-webkit-keyframes spinAround {
	from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes spinAround {
	from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
.ht-advantage-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: .45rem;
	border-top: 1px solid #dcdcdc;
	margin-bottom: .35rem;
}
.ht-advantage-item .index-box {
	min-width: .9rem;
	height: .9rem;
	font-size: .6rem;
	color: #fff;
	background-color: #133978;
	border-radius: 50%;
	text-align: center;
	line-height: .9rem;
}
.ht-advantage-item .doc-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	font-size: .45rem;
	line-height: .75rem;
	color: #666666;
	padding-left: .7rem;
}
.assist {
	margin-top: 20px;
	margin-bottom: 10px;
}
.assist ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 1px solid #86D1FA;
	margin-bottom: -1px;
	border-bottom: none;
}
.assist ul li {
	width: 25%;
	border-right: 1px solid #86D1FA;
	border-bottom: 1px solid #86D1FA;
	background-color: #E7F0F5;
	text-align: center;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: .6rem;
	color: #666666;
}
 .assist ul li:nth-child(4n) {
	border-right: none;
}
.n-dealin-page .n-gloabl-tit {
	padding-bottom: 1rem;
}
.condition {
	margin-bottom: .85rem;
	background-color:#E7F0F5;
}
.condition-box {}
.xggs
{
	width:60%;
}
.xggs1
{
	width:40%;
}
.condition-box h3 {
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: .6rem;
	text-align:center;
	background-color:#133978;
	color:#FFFFFF;
}
.condition-box .condition-det {
	padding: 10px 0;
	font-size: .45rem;
	color: #666666;
	line-height: .9rem;
}
.condition-box:first-child {
	border-right: 1px solid #dcdcdc;
}
 .condition-box:nth-child(2n) h3 {
	padding-left: .7rem;
}
 .condition-box:nth-child(2n) .condition-det {
	padding-left: .7rem;
}
.condi-place {
	background-color: #E7F0F5;
	padding: .5rem 2.5%;
}
.condi-place h3 {
	font-size: .6rem;
	color: #333333;
	line-height: .9rem;
}
.condi-place .condi-place-doc {
	font-size: .45rem;
	line-height: .75rem;
	color: #666666;
}
.apply-step {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #333333;
	margin-bottom: -1.25rem;
}
.apply-step li {
	width: 22%;
	background-color:#133978;
	padding:.475rem .5rem .875rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .725rem;
}
.apply-step li h3 {
	font-size: .6rem;
	margin-top: .25rem;
	color:#FFFFFF;
}
.policy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.policy ul {
	width: 48.2%;
	border-top: 1px solid #dcdcdc;
	padding-top: 24px;
}
.policy ul li {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.policy ul li .tit {
	font-size: .75rem;
	color: #333333;
	line-height: 1;
	border-left: 4px solid #133978;
	padding-left: 16px;
	margin-bottom: .375rem;
}
.policy ul li .supdoc {
	padding-left: 18px;
	font-size: .45rem;
	line-height: .7rem;
	color: #666666;
	margin-bottom: 12px;
}
.apply-step .icon {
	width: 2.1rem;
	height: 2.6rem;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.n-dealin-page .global-apply-form-wrap {
	margin-top: 2rem;
}
.n-dealin-page .global-apply-form h3 {
	text-align: center;
	line-height: 1.2;
}
.n-nearby {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
select::-ms-expand {
	display: none;
}
.select-store {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
	width: 100%;
}
.select-store .store-select {
	margin-right: 15px;
	box-sizing: content-box;
	width: 7.5rem;
	display: block;
	height: 48px;
	border: 1px solid #e5e5e5;
	padding-left: 20px;
	color: #999999;
	font-size: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	padding-right: 14px;
	border-radius: 5px;
	background: url(../images/ph_b_arr.png) no-repeat 7.2rem center transparent;
}
.select-store .store-input {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 50px;
	font-size: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	padding-right: 14px;
	border-radius: 5px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
}
.select-store .searchbtn {
	border-radius: 5px;
	display: block;
	width: 4.5rem;
	height: 50px;
	line-height: 50px;
	background-color: #2ab3c3;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-left: 20px;
}
.store-result {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 680px;
	margin-bottom: 90px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.l-store-list {
	height: 680px;
	width: 31.7%;
	border-top: 1px solid #e5e5e5;
}
.l-store-list .top-tips {
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	padding: 24px 0;
	height: 100px;
}
.l-store-list .top-tips .bt img {
	margin-right: 8px;
}
.l-store-list .top-tips .bt span {
	color: #2ab3c3;
}
.l-store-list .top-tips .bd {
	text-align: left;
	padding-left: 0.8rem;
}
.l-store-list .top-tips .bd span {
	color: #2ab3c3;
}
.r-map {
	width: 65%;
	height: 680px;
}
.store-result-ul {
	padding-top: 18px;
	border-top: 1px solid #e5e5e5;
	max-height: 550px;
	padding-bottom: 18px;
}
.store-result-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
	cursor: pointer;
}
.store-result-item .index {
	width: 28px;
	height: 28px;
	font-size: 18px;
	color: #2ab3c3;
	border: 2px solid #2ab3c3;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
}
.store-result-item .right-doc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding-left: 8px;
}
.store-result-item .right-doc h3 {
	color: #2ab3c3;
	font-size: 18px;
}
.store-result-item .right-doc .inner-doc {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	margin-top: 8px;
}
.store-result-item .right-doc .inner-num {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
}
 @media (max-width: 1400px) {
 .pagination a.prev {
 display: none;
}
 .store-result-item {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-box-pack: start;
 -webkit-justify-content: flex-start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 padding-bottom: 18px;
 border-bottom: 1px solid #e5e5e5;
 margin-bottom: 14px;
 cursor: pointer;
}
 .store-result-item .index {
 width: 24px;
 height: 24px;
 font-size: 15px;
 color: #2ab3c3;
 border: 2px solid #2ab3c3;
 border-radius: 50%;
 text-align: center;
 line-height: 20px;
}
 .store-result-item .right-doc {
 -webkit-box-flex: 1;
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
 width: 0;
 padding-left: 5px;
}
 .store-result-item .right-doc h3 {
 color: #2ab3c3;
 font-size: 16px;
}
 .store-result-item .right-doc .inner-doc {
 font-size: 14px;
 line-height: 20px;
 color: #666666;
 margin-top: 6px;
}
 .store-result-item .right-doc .inner-num {
 font-size: 14px;
 line-height: 20px;
 color: #666666;
}
 .l-store-list .top-tips {
 font-size: 16px;
}
 .pagination a {
 margin: 0 3px;
}
 .nearbybody .pagination a.prev, .pagination a.next {
 display: none;
}
}
.store-result .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #dcdcdc;
}
.store-result .mCSB_scrollTools .mCSB_draggerRail {
	width: 0;
	background-color: #dcdcdc;
}
.store-result .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: none;
	transition: none;
	background-color: #dcdcdc;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: none;
	transition: none;
}
.store-result .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #dcdcdc;
}
.store-result .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .store-result .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #dcdcdc;
}
.dealin {
	position: relative;
	padding-top: 120px;
}
.dealin .float-nav {
	display: none;
}
.dealin #pc-sub-nav.isStuck {
	border-top: 1px solid #eaeaea;
	width: 100%;
	background-color: #fff;
	margin-top: 119px;
	z-index: 66;
	position: fixed;
	top: 0;
}
.dealin {
	position: relative;
}
.dealin #ph-sub-nav.isStuck {
	position: fixed;
	top: 0;
	border-top: 1px solid #eaeaea;
	width: 100%;
	background-color: #fff;
	margin-top: 62px;
	z-index: 66;
}
#ph-sub-nav {
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
}
#ph-sub-nav .sub-nav-ul {
	border-bottom: none;
}
.amap-info-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
	cursor: pointer;
	width: 450px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
	margin-bottom: 0;
	padding: 20px 15px 20px 17px;
}
.amap-info-content .index {
	width: 28px;
	height: 28px;
	font-size: 18px;
	color: #2ab3c3;
	border: 2px solid #2ab3c3;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
}
.amap-info-content .right-doc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	padding-left: 8px;
}
.amap-info-content .right-doc h3 {
	color: #2ab3c3;
	font-size: 18px;
}
.amap-info-content .right-doc .inner-doc {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	margin-top: 8px;
}
.amap-info-content .right-doc .inner-num {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
}
.amap-info-outer:hover, .amap-menu-outer:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.n-nearby .amap-marker-label {
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 0;
	font-size: 14px;
}
.amap-info, .amap-menu {
	z-index: 2;
}
.nearbybody .header-wrap {
	z-index: 9999;
}
#store-result-phul {
	max-height: 100%;
}
#store-result-phul .store-result-item {
 margin-bottom: .28rem;
 padding-bottom: .26rem;
}
#store-result-phul .store-result-item .right-doc .inner-doc {
 font-size: .2rem;
 line-height: .3rem;
	color: #333333;
	margin-top: 5px;
}
#store-result-phul .store-result-item .right-doc .inner-num {
 font-size: .2rem;
 line-height: .3rem;
	color: #333333;
	margin-top: 5px;
}
#store-result-phul .store-result-item .right-doc h3 {
 font-size: .26rem;
}
#store-result-phul .store-result-item .index {
 width: .35rem;
 height: .35rem;
 font-size: .24rem;
	color: #2ab3c3;
	border: 1px solid #2ab3c3;
	border-radius: 50%;
	text-align: center;
 line-height: .3rem;
}
#phmap .amap-info-content .index {
 width: .35rem;
 height: .35rem;
 font-size: .24rem;
	color: #2ab3c3;
	border: 1px solid #2ab3c3;
	border-radius: 50%;
	text-align: center;
 line-height: .3rem;
}
#phmap .amap-info-content .right-doc .inner-doc {
	font-size: 12px;
	line-height: 18px;
}
#phmap .right-doc .inner-num {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.search-det {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.l-search-filter {
	width: 21%;
}
.filter-order {
 font-size: .45rem;
	color: #333333;
 line-height: .9rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.filter-ul {
	padding-top: 10px;
	padding-bottom: 35px;
}
.filter-ul li {
 font-size: .4rem;
 line-height: .9rem;
}
.filter-ul li a {
	color: #666666;
}
.filter-ul li a:hover {
	color: #2ab3c3;
}
.filter-ul li.active a {
	color: #2ab3c3;
}
.r-search-result {
	width: 70%;
}
.search-main-tit {
 font-size: .9rem;
	text-align: left;
}
.search-input-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
 margin-top: .75rem;
}
.search-input-box input {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	appearance: none;
	outline: none;
	border: 1px solid #e5e5e5;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	height: 1.25rem;
	line-height: 1.25rem;
 padding-left: .45rem;
}
.search-input-box .s-btn {
	display: block;
	width: 3rem;
	height: 1.25rem;
	line-height: 1.25rem;
	background-color: #2ab3c3;
	color: #fff;
	text-align: center;
 font-size: .45rem;
	border-radius: 3px;
}
.search-det {
	padding-bottom: 1.5rem;
}
.search-result-count {
 font-size: .4rem;
	color: #999999;
	line-height: 1;
	margin-top: 18px;
	margin-bottom: 1.1rem;
}
.search-result-count a {
	color: #999999;
}
.search-result-count a.active {
	color: #2ab3c3;
}
.search-result-count a.searchbydate {
	padding-left: 24px;
	position: relative;
	margin-left: 22px;
}
.search-result-count a.searchbydate:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: #999999;
}
.product-search-result {
	margin: 0 -1.5%;
 padding-bottom: .75rem;
}
.product-search-result li {
	width: 25%;
	padding: 0 1.5%;
}
.product-search-result li a {
	display: block;
}
.product-search-result li a .img-box {
	background-color: #dbdbdb;
	position: relative;
	padding-bottom: 75%;
	border-radius:6px;/*padding: 12.5%;*/
         }
.product-search-result li a .img-box img {
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-search-result li a .pro-name {
 font-size: .45rem;
	color: #333333;
 margin: .45rem 0;
	line-height: 1;
}
.product-search-result li:hover a .pro-name {
	color: #2ab3c3;
}
.news-search-result {
 padding-top: .63rem;
	border-top: 1px solid #eaeaea;
}
.news-search-result li {
 padding-bottom: .65rem;
	border-bottom: 1px solid #eaeaea;
 margin-bottom: .6rem;
}
.news-search-result li a h3 {
 font-size: .45rem;
	color: #333333;
 line-height: .9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-search-result li a .doc {
 font-size: .35rem;
	color: #999999;
 line-height: .6rem;
	height: 1.2rem;
	overflow: hidden;
}
.news-search-result li:hover a h3 {
	color: #2ab3c3;
}
.ph-search-filter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.ph-search-item {
	width: 33%;
	text-align: center;
}
.ph-search-item h3 {
	font-size: 30px;
	height: 100px;
	line-height: 100px;
}
.ph-search-item h3 span {
	font-size: 0.3rem;
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
 @media (max-width: 1260px) {
 .pc-header .phone-num {
 display: none;
}
 .pc-header .pc-lv1-nav {
 width: 55%;
 margin-left: 8%;
}
}
.pc-nav-ul-float {
	display: none;
}
.index-banner.product-banner .ph-banner .swiper-pagination {
	position: absolute;
 bottom: .45rem;
	width: 100%;
	text-align: center;
}
.index-banner.product-banner .ph-banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: #fff;
	opacity: 1;
	position: relative;
	margin: 0 6px !important;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}
.index-banner.product-banner .ph-banner .swiper-pagination-bullet:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11.5px;
	margin-top: -11.5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border: 2px solid #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.index-banner.product-banner .ph-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
.index-banner.product-banner .ph-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 1;
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	transform: scale(1.6);
}
 @media (max-width: 767px) {
.form-horizontal .controls {
 width: 65%;
 margin-left: 75px !important;
}
}
.nearbybody .pagination {
	transform: translateY(-100%);
}
@media(max-width: 992px) {
 .nearbybody .pagination {
 transform: translateY(0);
}
}