.common-pc-nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	line-height:95px;
	padding: 0 37px;
	z-index: 21;
	text-align: right;
	transition: all linear 0.2s
}
.common-pc-nav.isFixed{
	background: rgba(29,179,188,.75)
}
.common-pc-nav.innermode{
	position: absolute;
	background: rgba(29,179,188,.75)
}
.common-pc-nav .logo-area{
	float: left;
}
.common-pc-nav .pc-nav-wrap{
	display: inline-block
}
.common-pc-nav .pc-nav-wrap .pc-nav-content{
	display: inline-block;
	position: relative
}
.common-pc-nav .pc-nav-wrap .pc-nav-content > a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	padding: 0 14px;
	margin: 0 25px 0 0;
	height: 34px;
	line-height: 30px;
}
.common-pc-nav .pc-nav-wrap .pc-nav-content > a:hover{
	text-shadow: 0 0 4px rgba(0,0,0,.6);
	transform: translateY(-2px)
}
.common-pc-nav .pc-nav-wrap .pc-nav-content > a i{
	font-size: 1rem;
	margin-left: 0.5rem;
	position: relative;
	top: -1px
}
.common-pc-nav .pc-nav-wrap .pc-nav-content .nav-dropdown{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0,0,0,.6);
	color: #333;
	line-height: 40px;
	padding: 0 2.5rem;
	transition: all linear 0.2s;
	opacity: 0;
	pointer-events: none
}
.common-pc-nav .pc-nav-wrap .pc-nav-content:hover .nav-dropdown{
	opacity: 1;
	pointer-events: auto;
	top: 90%
}
.common-pc-nav .pc-nav-wrap .pc-nav-content .nav-dropdown a{
	color: #fff;
	white-space: nowrap
}
.common-pc-nav .pc-nav-wrap .pc-nav-content .nav-dropdown a:hover{
	color: #ff4838
}
.common-pc-nav .pc-nav-wrap > a{
	display: inline-block;
	margin-left: 0.5rem
}
.common-pc-nav .pc-nav-wrap .lang-area{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 24px 0 24px;
	height: 40px;
	line-height: 40px;
	border:1px solid #fff;
	border-radius: 20px;
	text-align: center;
	cursor: pointer
}
.common-pc-nav .pc-nav-wrap .lang-area span{
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: left;
	position: relative;
	padding-right: 20px
}
.common-pc-nav .pc-nav-wrap .lang-area span::after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 6px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.common-pc-nav .pc-nav-wrap .lang-area .dropdown-area{
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,.7);
	text-align: center;
	width: 100%;
	line-height: 36px;
	border-radius: 20px;
	overflow: hidden;
	transition: all linear 0.2s;
	opacity: 0;
}
.common-pc-nav .pc-nav-wrap .lang-area:hover .dropdown-area{
	top: 100%;
	opacity: 1;
	pointer-events: auto
}
.common-pc-nav .pc-nav-wrap .lang-area .dropdown-area a{
	color: #999;
	display: block;
	width: 100%;
}
.common-pc-nav .pc-nav-wrap .lang-area .dropdown-area a:hover{
	color: #333;
	background: #fff
}
.banner-swiper-control{
	position: absolute;
	bottom: 100px;
	left: 50%;
	z-index: 11;
	transform: translateX(-50%);
	text-align: center;
	line-height: 70px
}
.swiper-container-index1 .swiper-button-prev-index1,.swiper-container-index1 .swiper-button-next-index1,.banner-swiper-control > img{
	width: auto;
	background: none;
	height: auto;
	outline: none;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	display: inline-block;
	vertical-align: middle;
	margin: auto
}
.banner-swiper-control > img{
	padding: 0 3.5rem
}
.common-padding1{
	padding-top: 8rem;
	padding-bottom: 8rem
}
.common-padding2{
	padding-top: 4rem;
	padding-bottom: 4rem
}
.common-padding3{
	padding-top: 6rem;
	padding-bottom: 6rem
}
.stock-wrap{
	position: absolute;
	top: 110px;
	left: 37px;
	z-index: 11;
	white-space: nowrap;
}
.stock-wrap span{
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	
	border-radius: 4px;
	cursor: default
}
.stock-wrap span:nth-of-type(1){
	background: #ff5e49
}
.common-title1{
	position: relative
}
.common-title1.mode2{
	text-align: center
}
.common-title1.mode3{
	width: 50%;
	text-align: right;
}
.common-title1 h3{
	line-height: 60px;
	font-size: 80px;
	font-family: 'Arial';
}
.common-title1.mode3 h3{
	line-height: 80px;
	position: relative;
	z-index: 2
}
.common-title1 h3 em{
	color: #47a2f9
}
.common-title1 h4{
	line-height: 60px;
	font-size: 60px;
	font-family: 'Arial';
}
.common-title1.mode3 h4{
	font-size: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2
}
.common-title1 h5{
	font-size: 40px;
	font-weight: lighter;
	padding: 30px 0 65px
}
.common-title1 h5 em{
	display: block;
	font-size: 1.33rem;
	color: #888;
	margin-top: 1rem
}
.common-title1.mode3 h5{
	padding-top: 15px;
	position: relative;
	z-index: 2
}
.common-title1.mode3 img{
	position: absolute;
	left: 105%;
	top: -2rem;
}
.common-title1.mode4 h5{
	padding: 2rem 0 2.8rem
}
.common-title1 p{
	font-size: 1.33rem;
	color: #555;
	margin-top: -1.5rem;
	line-height: 2.5rem
}
.common-title1.mode5{
	background: url(../image/business-sucai5.png) no-repeat right center;
}
.common-title1.mode6{
	background: url(../image/business-sucai6.jpg) no-repeat right top;
	padding: 3rem 0 14rem;
}
.common-title1.mode7{
	background: url(../image/business-sucai10.jpg) no-repeat right top;
	padding: 4rem 0 6rem;
}
.index-model1{
	
	padding: 0px 0 765px 0;
	background: url(../image/bg-index1.jpg) no-repeat center;
	background-size: 100%;
	background-attachment: fixed
}
.model1-wrap{
	position: relative;
	width: 1300px;
	max-width: 92%;
	margin: auto;
	background: url(../image/img-sucai1.png) no-repeat right bottom;
}
.model1-content{
	width: 53.6%;
}
.model1-content .content-area{
	line-height: 2.5rem;
	font-size: 1.33rem;
	color: #555;
}
.model1-num-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 70px
}
.num-area b{
	font-size: 5rem;
	font-family: "Arial";
	font-weight: normal
}
.num-area b i{
	font-size: 1.5rem
}
.num-area b em{
	font-size: 2.8rem;
	line-height: 2.8rem;
	display: inline-block;
	vertical-align: text-top
}
.num-area h5{
	font-size: 1.33rem;
	margin-top: -15px
}
.index-model2{
	height: 810px;
	background: #eef1f4;
	position: relative
}
.model2-wrap{
	width: 1535px;
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0
}
.model2-wrap::after{
	clear: both;
	display: block;
	content: ""
}
.model2-wrap-content{
	position: relative;
	width: 50%;
	height: 508px;
}
.model2-wrap-content.isleft{
	float: left;
}
.model2-wrap-content.isright{
	float: right
}
.model2-wrap-content1{
	padding: 134px 126px 0 134px;
	background: rgb(50,180,206); 
	background: -moz-linear-gradient(-45deg,  rgba(50,180,206,1) 0%, rgba(62,205,168,1) 100%); 
	background: -webkit-linear-gradient(-45deg,  rgba(50,180,206,1) 0%,rgba(62,205,168,1) 100%); 
	background: linear-gradient(135deg,  rgba(50,180,206,1) 0%,rgba(62,205,168,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b4ce', endColorstr='#3ecda8',GradientType=1 ); 
}
.model2-wrap-content1.mode2{
	background: url(../image/img-sucai4.jpg) no-repeat center;
	background-size: 100% 100%
}
.model2-wrap-content1.mode3{
	background: rgb(72,158,251); 
	background: -moz-linear-gradient(45deg,  rgba(72,158,251,1) 0%, rgba(42,183,201,1) 100%); 
	background: -webkit-linear-gradient(45deg,  rgba(72,158,251,1) 0%,rgba(42,183,201,1) 100%); 
	background: linear-gradient(45deg,  rgba(72,158,251,1) 0%,rgba(42,183,201,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#489efb', endColorstr='#2ab7c9',GradientType=1 ); 
}
.model2-wrap-content1 > a{
	font-size: 3rem;
	line-height: 3.2rem;
	color: #fff;
}
.model2-wrap-content1 .link-area{
	font-size: 0;
	margin:1rem 0 0 -10px
}
.model2-wrap-content1 .link-area a{
	font-size: 1.16rem;
	line-height: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
.model2-wrap-content1 .link-area a:last-of-type{
	border: none
}
.model2-wrap-content1 > p{
	font-size: 1.33rem;
	line-height: 2rem;
	color: #fff;
	margin-top: 2.8rem
}
.model2-wrap-content2 a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%
}
.model2-wrap-content2 a img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear 0.2s
}
.model2-wrap-content2 a:hover img{
	transform: scale(1.1)
}
.model2-wrap-more{
	text-align: right;
	font-size: 0;
	padding-top: 3.33rem
}
.model2-wrap-more a{
	display: inline-block;
	width: 3rem;
	height: 3rem;
	line-height: 2.8rem;
	text-align: center;
	border: 1px solid rgba(255,255,255,.7);
	color: #fff;
	font-size: 1.6rem;
}
.model2-wrap-more a:hover{
	background: rgba(255,255,255,.7);
	color: #999
}
.index-model3{
	background: #eef1f4;
	position: relative;
	padding: 70px 0 55px
}
.model3-wrap{
	position: relative;
	width: 1301px;
	margin: auto;
	max-width: 92%
}
.model3-wrap .model3-img1{
	width: 100%
}
.model3-wrap .model3-img2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -58%);
	z-index: 3;
	max-width: 66%
}
.model3-wrap em{
	position: absolute;
	width: 18px;
	height: 18px;
}
.model3-wrap em i{
	display: inline-block;
	width: 12px;
	height: 12px;
	box-sizing: content-box;
	border-radius: 100%;
	background: #fa4769;
	border: 3px solid #fff;
	position: relative;
	z-index: 2
}
.model3-wrap em font{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #fa4769;
	border-radius: 100%;
	animation: mapAnimation 1s ease-out infinite;
}
.model3-wrap em:nth-of-type(1){
	left: 60px;
	top: 153px;
}
.model3-wrap em:nth-of-type(2){
	left: 146px;
	top: 171px;
}
.model3-wrap em:nth-of-type(3){
	left: 171px;
	top: 262px;
}
.model3-wrap em:nth-of-type(4){
	left: 368px;
	top: 284px;
}
.model3-wrap em:nth-of-type(5){
	left: 407px;
	top: 295px;
}
.model3-wrap em:nth-of-type(6){
	left: 393px;
	top: 318px;
}
.model3-wrap em:nth-of-type(7){
	left: 415px;
	top: 324px;
}
.model3-wrap em:nth-of-type(8){
	left: 457px;
	top: 207px;
}
.model3-wrap em:nth-of-type(9){
	left: 474px;
	top: 234px;
}
.model3-wrap em:nth-of-type(10){
	left: 507px;
	top: 232px;
}
.model3-wrap em:nth-of-type(11){
	left: 498px;
	top: 463px;
}
.model3-wrap em:nth-of-type(12){
	left: 616px;
	top: 535px;
}
.model3-wrap em:nth-of-type(13){
	left: 930px;
	top: 190px;
}
.model3-wrap em:nth-of-type(14){
	left: 961px;
	top: 239px;
}
.model3-wrap em:nth-of-type(15){
	left: 1135px;
	top: 407px;
}
.model3-wrap em:nth-of-type(16){
	left: 1048px;
	top: 467px;
}
.index-model4{
	padding: 4rem 0;
	text-align: center
}
.model4-wrap{
	display: inline-block;
	max-width: 1120px;
	margin: auto;
	border-top: 1px solid #ddd;
}
.model4-content{
	float: left;
	width: 140px;
	height: 140px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: relative
}
.model4-content:nth-of-type(8n),.model4-content:last-of-type{
	border-right: 1px solid #ddd
}
.model4-content img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all linear 0.2s;
	max-width: 90%;
	max-height: 90%;
}
.model4-content .model4-img2{
	opacity: 0
}
.model4-content:hover .model4-img1{
	opacity: 0
}
.model4-content:hover .model4-img2{
	opacity: 1
}
.model5-left{
	float: left;
	width: 50%;
	height: 634px
}
.model5-left-content{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.model5-left-content > img{
	display: block;
	width: 100%;
	height: 100%;
}
.model5-left-content .text-area{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
	padding: 0 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(17,17,17,.6)
}
.model5-left-content .text-area h3{
	font-size: 1.7rem;
	color: #fff;
	max-width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.model5-left-content .text-area span{
	font-size: 1.33rem;
	color: #fff;
}
.swiper-container-index2{
	width: 100%;
	height: 100%
}
.model5-left .swiper-pagination-index2{
	bottom: 0;
	top: auto;
	height: 10px
}
.model5-left .swiper-pagination-index2 .swiper-pagination-progressbar-fill{
	background: #429ce8
}
.swiper-button-prev-index2,.swiper-button-next-index2{
	background: none;
	width: auto;
	height: auto;
	margin: 0;
	outline: none;
	transform: translateY(-50%)
}
.swiper-button-prev-index2{
	left: 37px
}
.swiper-button-next-index2{
	right: 37px
}
.model5-right{
	float: right;
	width: 50%;
	position: relative;
	height: 634px;
}
.model5-right img{
	display: block;
	width: 100%;
	height: 100%;
}
.model5-right .text-area{
	position: absolute;
	left: 125px;
	top: 50%;
	transform: translateY(-50%)
}
.model5-right .text-area h3{
	font-size: 80px;
	font-family: "Arial";
	color: #fff
}
.model5-right .text-area h4{
	font-size: 60px;
	font-family: "Arial";
	color: #fff;
}
.model5-right .text-area h5{
	font-size: 3.33rem;
	color: #fff;
	line-height: 4rem;
	padding-top: 0.6rem
}
.index-model6{
	padding: 105px 0
}
.index-model6 .model6-title{
	padding-bottom: 5rem;
	line-height: 2.5rem;
	font-size: 0
}
.index-model6 .model6-title span{
	display: inline-block;
	font-size: 2rem;
	vertical-align: middle
}
.index-model6 .model6-title a{
	display: inline-block;
	vertical-align: middle;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.3rem;
	text-align: center;
    border: 1px solid #ececec;
    color: #333;
    font-size: 1.6rem;
	margin-left: 3.5rem
}
.index-model6 .model6-title a:hover{
	background: #333;
	color: #fff;
}
.model6-list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}
.model6-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 46.1%;
	padding: 35px 30px 35px 0;
}
.model6-content:nth-of-type(1),.model6-content:nth-of-type(2){
	border-bottom: 1px solid rgba(85,85,85,.17)
}
.model6-content .left-area{
	text-align: center
}
.model6-content .left-area span{
	display: block;
	font-size: 5rem;
	color: #555;
	line-height: 4.7rem
}
.model6-content .left-area span:last-of-type{
	font-size: 1.33rem;
	line-height: 1.5rem
}
.model6-content .right-area{
	max-width: 82.7%
}
.model6-content .right-area h3{
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.5rem;
	transition: all linear 0.2s
}
.model6-content:hover .right-area h3{
	color: #47a2f9
}
.model6-content .right-area p{
	font-size: 1.16rem;
	line-height: 1.66rem;
	color: #888;
	height: 3.32rem;
	overflow: hidden;
	margin-top: 0.6rem
}
.common-footer{
	background: #3c3e45;
	padding: 75px 0 60px
}
.footer-wrap{
	width: 1078px;
	margin: auto;
	max-width: 92%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-wrap .logo-area{
	text-align: center;
	width: 104px;
	padding-top: 0.3rem
}
.footer-wrap .logo-area a{
	display: block;
	margin: auto;
	text-align: center;
	width: 100%
}
.footer-wrap .logo-area a img{
	display: inline-block;
}
.footer-wrap .logo-area a:last-of-type{
	width: 100%;
	margin-top: 1.28rem;
	font-size: 1rem;
	color: #fff;
	height: 26px;
	line-height: 23px;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 4px;
}
.footer-nav-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 63.35%;
}
.footer-nav-wrap .nav-content{
	text-align: center;
}
.footer-nav-wrap .nav-content a{
	display: block;
	font-size: 1.33rem;
	line-height: 2.33rem;
	color: #fff;
}
.footer-nav-wrap .nav-content a:nth-of-type(1){
	font-size: 1.5rem;
	margin-bottom: 1.3rem
}
.footer-nav-wrap .nav-content a:hover{
	text-decoration: underline !important
}
.footer-nav-wrap .nav-content a:nth-of-type(1):hover{
	text-decoration: none !important
}
.footer-wrap .erweima-area{
	text-align: center;
}
.footer-wrap .erweima-area .btn-area{
	padding-top: 1rem;
}
.footer-wrap .erweima-area .btn-area img{
	display: inline-block;
	vertical-align: middle;
	height: 17px;
	margin: 0 7px
}
.friend-wrap{
	padding: 2.5rem 0 0;
	font-size: 0;
	width: 1078px;
    margin: auto;
    max-width: 92%;
}
.friend-wrap a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 20px
}
.footer-copy{
	background: #494b50;
	padding: 3rem 15px;
	text-align: center
}
.footer-copy .first-line{
	color: #cbcbcb;
	padding-bottom: 0.6rem
}
.footer-copy .first-line span{
	display: inline-block;
	font-size: 1.16rem;
	margin: 0 1rem
}
.footer-copy .second-line a{
	display: inline-block;
	vertical-align: middle;
	color: #818181;
	font-size: 1.16rem;
	line-height: 15px;
	padding: 0 16px;
	border-right: 1px solid #818181
}
.footer-copy .second-line a:last-of-type{
	border: none
}
.backtop-area{
	position: fixed;
	bottom: 23%;
	right: 90px;
	z-index: 10;
	background: #54cbc3;
	padding: 34px 11px;
	border-radius: 44px;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: all linear 0.2s
}
.backtop-area.active{
	opacity: 1;
	pointer-events: auto;
}
.backtop-area span{
	display: block;
	font-size: 1.16rem;
	color: #fff;
	margin-top: 0.9rem
}
.inner-banner{
	display: block;
	width: 100%
}
.inner-nav-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background: rgba(0,0,0,.5);
	font-size: 0;
}
.inner-nav-wrap span{
	display: inline-block;
	line-height: 54px;
	font-size: 1.5rem;
	color: #fff;
	padding: 0 4rem;
	position: relative;
	cursor: pointer;
}
.inner-nav-wrap span.active,.inner-nav-wrap span:hover{
	background: rgb(49,179,208); 
	background: -moz-linear-gradient(left,  rgba(49,179,208,1) 0%, rgba(63,208,164,1) 100%); 
	background: -webkit-linear-gradient(left,  rgba(49,179,208,1) 0%,rgba(63,208,164,1) 100%); 
	background: linear-gradient(to right,  rgba(49,179,208,1) 0%,rgba(63,208,164,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b3d0', endColorstr='#3fd0a4',GradientType=1 ); 
}
.inner-nav-wrap span i{
	display: none;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 5px solid rgb(49,179,208);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.inner-nav-wrap span:hover i{
	display: block;
}
.third-nav-wrap{
	background: rgb(238,242,245);
	height: 54px;
	width: 100%;
	position: absolute;
	bottom: -54px;
	left: 0;
	opacity: 0;
	transition: all linear 0.2s;
}
.third-nav-wrap.active{
	opacity: 1;
}
.third-nav-content{
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	line-height: 54px;
	white-space: nowrap;
	font-size: 0;
}
.third-nav-content a{
	display: inline-block;
	font-size: 1.16rem;
	color: #333;
	margin: 0 2.5rem;
}
.third-nav-content a.active,.third-nav-content a:hover{
	color: #ff5e49;
}
.inner-nav-wrap span:hover .third-nav-content{
	display: block;
}
.business-space{
	height: 4rem;
	clear: both;
}
.common-crumbs{
	line-height: 84px;
	font-size: 0
}
.common-crumbs.hasThird{
	margin-top: 4rem;
}
.common-crumbs a{
	margin-right: 0.3rem;
	font-size: 1.33rem;
	color: #444;
	display: inline-block;
	vertical-align: middle
}
.common-crumbs span{
	font-size: 1.33rem;
	color: #429ce8;
	display: inline-block;
	vertical-align: middle
}
.inner-padding{
	padding: 65px 15px 80px
}
.history-wrap{
	position: relative;
}
.history-line{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(68,68,68,.1)
}
.history-row{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5rem;
}
.history-row:last-of-type{
	padding-bottom: 0
}
.history-row .text-area{
	text-align: right;
	width: 48.75%;
	padding: 0 35px;
	cursor: default
}
.history-row:nth-of-type(2n) .text-area{
	text-align: left;
}
.history-row .text-area .first-line{
	position: relative;
	padding-bottom: 12px;
	transition: all ease-out 0.7s
}
.history-row .text-area .first-line:hover{
	transform: translateY(-20px)
}
.history-row .text-area .first-line em{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #47a2f9;
	transition: all ease-out 0.5s
}
.history-row:nth-of-type(2n) .text-area .first-line em{
	left: auto;
	right: 0
}
.history-row .text-area .first-line:hover em{
	width: 100%;
	left: auto;
	right: 0
}
.history-row:nth-of-type(2n) .text-area .first-line:hover em{
	right: auto;
	left: 0
}
.history-row .text-area .first-line b{
	font-size: 3.33rem;
	line-height: 3.5rem;
	color: #47a2f9;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 8px;
	transition: all ease-out 0.3s
}
.history-row .text-area .first-line span{
	font-size: 1.33rem;
	line-height: 2.4rem;
	color: #444;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 8px;
	transition: all ease-out 0.3s
}
.history-row:nth-of-type(2n) .text-area .first-line b,.history-row:nth-of-type(2n) .text-area .first-line span{
	margin-left: 0;
	margin-right: 8px
}
.history-row .text-area .first-line:hover b,.history-row .text-area .first-line:hover span{
	opacity: .6
}
.history-row .text-area h3{
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: bold;
	color: #444;
	position: relative
}
.history-row .text-area h3 i{
	position: absolute;
	left: calc(100% + 27px);
	top: -2.3rem;
	width: 14px;
	height: 1px;
	background: #333;
}
.history-row:nth-of-type(2n) .text-area h3 i{
	left: auto;
	right: calc(100% + 26px);
}
.history-row .text-area .last-line{
	font-size: 1.33rem;
	line-height: 2.5rem;
	color: #444;
	margin-top: 0.2rem
}
.history-row .img-area{
	text-align: left;
	width: 48.75%;
	padding: 0 35px;
}
.history-row:nth-of-type(2n) .img-area{
	text-align: right
}
.history-row .img-area img{
	max-width: 80%
}
.history-row .img-area1{
	display: none
}
.history-row:nth-of-type(2n) .img-area1{
	display: block
}
.history-row:nth-of-type(2n) .img-area2{
	display: none
}
.inner-edit-wrap{
	font-size: 1.33rem;
	line-height: 2rem
}
.inner-edit-wrap img,.inner-edit-wrap iframe,.inner-edit-wrap video{
	max-width: 100%;
}
.news-list-wrap.mode2{
	
	padding: 0
}
.news-list-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3rem 0;
	border-bottom: 1px solid #e4e4e4;
	transition: all ease-out 0.3s
}
.news-list-wrap.mode2 .news-list-content:first-of-type{
	border-top: 1px solid #e4e4e4
}
.news-list-content:hover{
	padding: 3rem 2rem;
}
.news-list-content .left-area{
	flex: 10
}
.news-list-content .left-area h3{
	line-height: 58px;
	font-size: 2rem;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
	transition: all linear 0.2s
}
.news-list-content:hover .left-area h3{
	color: #47a2f9
}
.news-list-content .left-area p{
	font-size: 1.33rem;
	line-height: 2rem;
	color: #888;
	height: 4rem;
	overflow: hidden;
	max-width: 80%
}
.news-list-content .right-area{
	text-align: center;
	flex: 1
}
.news-list-content .right-area span{
	display: block;
	font-size: 5rem;
	color: #555;
	line-height: 4.7rem;
	transition: all linear 0.2s
}
.news-list-content .right-area span:last-of-type{
	font-size: 1.33rem;
	line-height: 1.5rem
}
.news-list-content:hover .right-area span{
	color: #47a2f9
}
.btn-more-common{
	display: inline-block;
	line-height: 42px;
	font-size: 1.33rem;
	color: #fff;
	padding: 0 6.16rem;
	border-radius: 21px;
	background: rgb(49,179,208); 
	background: -moz-linear-gradient(-45deg,  rgba(49,179,208,1) 0%, rgba(74,211,167,1) 100%); 
	background: -webkit-linear-gradient(-45deg,  rgba(49,179,208,1) 0%,rgba(74,211,167,1) 100%); 
	background: linear-gradient(135deg,  rgba(49,179,208,1) 0%,rgba(74,211,167,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b3d0', endColorstr='#4ad3a7',GradientType=1 ); 
}
.btn-more-common:hover,.btn-more-common:active,.btn-more-common:focus{
	opacity: .9;
	color: #fff
}
.social-zine-wrap{
	padding: 96px 0 5rem;
	background: #eef1f4;
}
.social-zine-wrap1{
	padding: 96px 0 5rem;
	background: #ffffff;
}
.zine-list-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}
.zine-list-content{
	width: 15.55%;
	margin-right: 7.175%;
	padding-bottom: 4.2rem
}
.zine-list-content:nth-of-type(1){
	width: 30.55%;
}
.zine-list-wrap.mode2 .zine-list-content{
	width: 28.55%
}
.zine-list-content:nth-of-type(4n){
	margin-right: 0
}
.zine-list-wrap.mode2 .zine-list-content:nth-of-type(3n){
	margin-right: 0
}
.zine-list-wrap.mode2 .zine-list-content:nth-of-type(4n){
	margin-right: 7.175%;
}
.zine-list-content .img-area1{
	display: block;
	position: relative;
	transition: all ease-out 0.3s
}
.zine-list-content:hover .img-area1{
	transform: translateY(-15px)
}
.zine-list-content .img-area1 img:nth-of-type(1){
	display: block;
	width: 100%
}
.zine-list-content .img-area1 img:nth-of-type(2){
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%)
}
.zine-list-content .text-area{
	text-align: center
}
.zine-list-content .text-area h3{
	font-size: 1.33rem;
	line-height: 2rem;
	padding: 2.8rem 0 0.6rem
}
.zine-list-content .text-area h4{
	font-size: 1.33rem;
	color: #555;
}
.zine-list-content .btn-area{
	text-align: center;
	font-size: 0;
	margin-top: 1.3rem
}
.zine-list-content .btn-area a{
	display: inline-block;
	width: 6.83rem;
	height: 2.66rem;
	line-height: 2.66rem;
	text-align: center;
	font-size: 1.33rem;
	color: #fff;
	background: #47a2f9;
	margin: 0 0.4rem;
	transition: none
}
.zine-list-content .btn-area a:hover{
	background: rgb(49,179,208); 
	background: -moz-linear-gradient(-45deg,  rgba(49,179,208,1) 0%, rgba(74,211,167,1) 100%); 
	background: -webkit-linear-gradient(-45deg,  rgba(49,179,208,1) 0%,rgba(74,211,167,1) 100%); 
	background: linear-gradient(135deg,  rgba(49,179,208,1) 0%,rgba(74,211,167,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b3d0', endColorstr='#4ad3a7',GradientType=1 ); 
}
.news-top-wrap{
	background: #eef1f4;
	padding: 7.5rem 0;
}
.news-top-wrap a{
	display: block;
	height: 324px;
}
.news-top-wrap a .left-area{
	float: left;
	width: 44.2%;
	height: 100%;
	overflow: hidden
}
.news-top-wrap a .left-area img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear 0.2s
}
.news-top-wrap a:hover .left-area img{
	transform: scale(1.1)
}
.news-top-wrap a .right-area{
	float: right;
	width: 55.8%;
	height: 100%;
	background: #fff;
	padding: 5rem 3rem 0 5rem
}
.news-top-wrap a .right-area h3{
	font-size: 2rem;
	color: #333;
}
.news-top-wrap a .right-area h4{
	font-size: 1.16rem;
	color: #555;
	padding: 2rem 0 1rem
}
.news-top-wrap a .right-area p{
	font-size: 1.33rem;
	color: #555;
	line-height: 2.5rem;
}
.news-top-wrap a .right-area span{
	display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.3rem;
    text-align: center;
    border: 1px solid #ececec;
    color: #333;
    font-size: 1.6rem;
	margin-top: 1.5rem;
	transition: all linear 0.2s
}
.news-top-wrap a:hover .right-area span{
	background: #333;
    color: #fff;
}
.news-detail-title{
	text-align: center;
	padding-bottom: 3.5rem;
}
.news-detail-title h1{
	font-size: 2.5rem;
	line-height: 3rem
}
.news-detail-title h4{
	font-size: 1.33rem;
	line-height: 1.8rem;
	margin-top: 2rem;
}
.news-pages{
	border-top: 1px solid #e5e5e5;
	padding-top: 4rem;
	margin-top: 4rem
}
.news-pages a{
	display: block;
	font-size: 1.33rem;
	line-height: 2.6rem;
	color: #333;
}
.news-pages a:hover{
	color: #47a2f9
}
.address-map{
	height: 446px;
}
#map1{
	display: block;
	width: 100%;
	height: 100%
}
.address-list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 5rem 3rem 0 1.3rem
}


.address-list1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 5rem 3rem 0 1.3rem
}


.address-content{
	padding-top: 2rem;
	position: relative;
	width: 39.4%
}
.address-content h3{
	font-size: 2rem;
	color: #444;
	line-height: 42px;
	background: url(../image/icon-position.png) no-repeat left center;
	padding-left: 3rem;
	margin-bottom: 1.5rem
}
.address-content h4{
	font-size: 1.33rem;
	color: #444;
	line-height: 2.6rem
}
.address-content a{
	color: #333;
}
.address-content i{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: -moz-linear-gradient(top,  rgba(229,229,229,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 51%, rgba(229,229,229,1) 71%, rgba(229,229,229,0) 100%); 
	background: -webkit-linear-gradient(top,  rgba(229,229,229,0) 0%,rgba(229,229,229,1) 33%,rgba(229,229,229,1) 51%,rgba(229,229,229,1) 71%,rgba(229,229,229,0) 100%); 
	background: linear-gradient(to bottom,  rgba(229,229,229,0) 0%,rgba(229,229,229,1) 33%,rgba(229,229,229,1) 51%,rgba(229,229,229,1) 71%,rgba(229,229,229,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#00e5e5e5',GradientType=0 ); 
}
.address-list .erweima-area{
	text-align: center;
}
.address-list .erweima-area img{
	display: inline-block
}
.address-list .erweima-area span{
	display: block;
	font-size: 1.16rem;
	color: #444;
	margin-top: 0.6rem
}

.address-list1 .erweima-area1{
	text-align: center;
	width: 10%
}
.address-list1 .erweima-area1 img{
	display: inline-block
}
.address-list1 .erweima-area1 span{
	display: block;
	font-size: 1.16rem;
	color: #444;
	margin-top: 0.6rem
}

.address-outer-wrap{
	width: 1290px;
	max-width: 92%;
	margin: auto
}
.partner-form-area{
	width: 590px;
	margin: auto;
	max-width: 92%;
}
.partner-form-area .input-area{
	border: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 3.5rem;
	padding: 0 1.33rem;
	margin-bottom: 1.8rem;
	position: relative;
}
.partner-form-area .input-area span{
	font-size: 1.33rem;
	color: #444;
	white-space: nowrap
}
.partner-form-area .input-area span i{
	color: #d3300f;
	margin-left: 0.4rem
}
.partner-form-area .input-area input{
	border: none;
	background: none;
	width: 100%;
	font-size: 1.33rem;
	padding-left: 1.33rem
}
.partner-form-area .text-area{
	position: relative;
	border: 1px solid #ccc;
}
.partner-form-area .text-area span{
	font-size: 1.33rem;
	color: #444;
	white-space: nowrap;
	position: absolute;
	top: 1rem;
	left: 1.33rem;
}
.partner-form-area .text-area span i{
	color: #d3300f;
	margin-left: 0.4rem
}
.partner-form-area .text-area textarea{
	display: block;
	width: 100%;
	height: 150px;
	padding: 1rem 1.33rem;
	border: none;
	resize: none;
	font-size: 1.33rem;
	line-height: 1.8rem;
	text-indent: 11.4rem;
}
.partner-form-area .btn-area{
	padding-top: 2rem
}
.partner-form-area .btn-area input{
	display: inline-block;
	border: none;
	line-height: 42px;
    font-size: 1.33rem;
    color: #fff;
    padding: 0 2rem;
    background: rgb(49,179,208);
    background: -moz-linear-gradient(-45deg, rgba(49,179,208,1) 0%, rgba(74,211,167,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(49,179,208,1) 0%,rgba(74,211,167,1) 100%);
    background: linear-gradient(135deg, rgba(49,179,208,1) 0%,rgba(74,211,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b3d0', endColorstr='#4ad3a7',GradientType=1 );
}
.partner-form-area .btn-area input:hover{
	opacity: .8
}
.partner-img-wrap{
	margin: 5rem 0 0;
	height: 245px;
	overflow: hidden;
	position: relative;
}
.partner-img-wrap .img-area{
	display: block;
	width: 300%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../image/img-sucai11.png) repeat-x center;
}
.partner-swiper{
	padding: 1rem 0 0;
	text-align: center
}
.partner-swiper .swiper-button-prev-partner,.partner-swiper .swiper-button-next-partner{
	background: none;
	width: auto;
	height: auto;
	outline: none
}
.partner-swiper .swiper-button-prev-partner{
	left: -1.8rem
}
.partner-swiper .swiper-button-next-partner{
	right: -1.8rem
}
.job-wrap{
	padding-top: 10rem;
	background: #eef1f4
}
.job-list-wrap{
	background: #fff;
}
.job-list-wrap .header-area{
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 4rem;
	background: #427dd2
}
.job-list-wrap .header-area span{
	display: inline-block;
	width: 20%;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
}
.job-list-content{
	margin: 0 2rem;
	border-bottom: 1px solid #e5e5e5;
	transition: all linear 0.3s
}
.job-list-content.active{
	padding-bottom: 3rem;
}
.job-list-content:last-of-type{
	border: none
}
.job-list-content .top-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 84px;
	position: relative;
	cursor: pointer
}
.job-list-content .top-area span{
	display: inline-block;
	width: 20%;
	text-align: center;
	font-size: 1.33rem;
	color: #666;
}
.job-list-content .top-area i{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5.5px;
	width: 21px;
	height: 11px;
	background: url(../image/icon-arrow6.png) no-repeat center;
	background-size: 100%;
	transition: all linear 0.3s
}
.job-list-content.active .top-area i{
	transform: rotate(180deg)
}
.job-list-content .bottom-area{
	background: #f2f2f2;
	padding: 2.5rem;
	display: none
}
.job-list-content .bottom-area h3{
	font-size: 1.5rem;
}
.job-list-content .bottom-area > div{
	font-size: 1.33rem;
	line-height: 2.5rem;
	margin: 1.5rem 0 0.5rem
}
.job-list-content .bottom-area h4{
	font-size: 1.33rem;
	color: #003b83
}
.about-model1{
	background: url(../image/about-sucai1.jpg) no-repeat right top;
	background-size: 31%
}
.about-model1-wrap{
	width: 750px;
	max-width: 100%;
}
.about-model1-wrap h3{
	font-size: 1.7rem;
	color: #429ce8;
	padding-bottom: 1.1rem
}
.about-model1-wrap p{
	font-size: 1.33rem;
	line-height: 2.3rem
}
.about-model1-wrap a {
	display: inline-block;
	vertical-align: middle;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.3rem;
	text-align: center;
	border: 1px solid #ececec;
	color: #333;
	font-size: 1.6rem;
	margin-left: 3.5rem;
}
.about-model1-wrap a:hover{
	background: #333;
	color: #fff;
}
.about-model1-wrap .stock-wrap{
	position: relative;
	top: auto;
	left: auto;
	padding: 0.5rem 0 0.6rem
}
.about-model1-wrap .stock-wrap span{
	font-size: 1.58rem;
	color: #333;
	line-height: 33px
}
.about-model1-wrap .stock-wrap span:nth-of-type(1){
	color: #fff;
	padding: 0 1rem
}
.about-model1-list{
	padding: 5.5rem 0
}
.about-model1-list img{
	transition: all linear 0.2s;
	display: block;
}
.about-model1-list img:hover{
	box-shadow: 0 0 1.5rem rgba(0,0,0,.5)
}
.about-model2{
	background: url(../image/about-bg1.jpg) no-repeat center;
	background-size: 100%;
	background-attachment: fixed;
	padding: 14rem 15px
}
.about-model2-wrap{
	height: 388px;
}
.about-model2-wrap .left-area{
	float: left;
	width: 39.38%;
	height: 100%;
	background: rgb(49,179,208);
    background: -moz-linear-gradient(-45deg, rgba(49,179,208,1) 0%, rgba(74,211,167,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(49,179,208,1) 0%,rgba(74,211,167,1) 100%);
    background: linear-gradient(135deg, rgba(49,179,208,1) 0%,rgba(74,211,167,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b3d0', endColorstr='#4ad3a7',GradientType=1 );
	padding: 3rem;
}
.about-num-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%
}
.about-num-wrap .num-area{
	width: 50%;
	height: 50%;
	padding-top: 2rem;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.about-num-wrap .num-area:nth-of-type(1){
	padding-top: 1.3rem;
	padding-right: 3rem
}
.about-num-wrap .num-area:nth-of-type(2){
	border-right: none;
	padding-top: 1.3rem;
	padding-left: 3rem
}
.about-num-wrap .num-area:nth-of-type(3){
	border-bottom: none;
	padding-top: 3.3rem;
	padding-right: 3rem
}
.about-num-wrap .num-area:nth-of-type(4){
	border-right: none;
	border-bottom: none;
	padding-top: 3.3rem;
	padding-left: 3rem
}
.about-num-wrap .num-area b{
	color: #fff;
}
.about-num-wrap .num-area h5{
	color: #fff;
}
.about-model2-container{
	width: 1300px;
	margin: auto;
	max-width: 100%;
}
.about-model2-wrap .right-area{
	float: right;
	width: 60.62%;
	height: 100%;
	background: #fff;
	padding: 5.2rem 4rem 5.8rem 5rem;
	font-size: 1.5rem;
	line-height: 2.0rem
}
.about-model3{
	padding: 148px 0 372px;
	background: url(../image/about-bg3.png) no-repeat center 123px;
	background-attachment: fixed
}
.about-model3 img{
	display: block;
	margin: auto
}
.about-model3 img:first-of-type{
	margin-bottom: 3rem
}
.about-model3-wrap{
	background: #eff2f4;
	height: 308px;
	position: relative
}
.about-model3-area{
	width: 1236px;
	max-width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	position: absolute;
	bottom: 96px;
	left: 50%;
	transform: translateX(-50%)
}
.about-model3-content{
	width: 32.36%;
	position: relative;
	transition: all linear 0.2s;
	overflow: hidden
}
.about-model3-content:hover{
	box-shadow: 0 0 1rem rgba(0,0,0,.3)
}
.about-model3-content img{
	display: block;
	width: 100%;
	transition: all linear 0.2s
}
.about-model3-content:hover img{
	transform: scale(1.1)
}
.about-model3-content span{
	position: absolute;
	bottom: 3rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.7rem;
	color: #fff;
}
.about-model4{
	padding: 10rem 0
}
.about-model4-wrap{
	width: 1300px;
	max-width: 92%;
	margin: auto;
}
.about-model4-wrap1{
	
	max-width: 92%;
	margin: auto;
}
.about-model4-wrap .common-title1{
	margin-left: 70px;
}
.about-model4-wrap1 .common-title1{
	margin-left: 70px;
}
.model4-list-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 2rem 1.2rem 0;
}
.model4-list-content{
	background: #fff;
	box-shadow: 0 0 2.4rem rgba(0,0,0,.1);
	height: 208px;
	width: 32.3%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	cursor: default;
	transition: all linear 0.2s
}
.model4-list-content:hover{
	box-shadow: 0 0 2.4rem rgba(0,0,0,.3);
	transform: translateY(-5px)
}
.model4-list-content .img-area{
	width: 44%;
	text-align: center
}
.model4-list-content .text-area{
	width: 56%;
}
.model4-list-content .text-area h3{
	font-size: 2.5rem;
	line-height: 2.5rem
}

.model4-list-content .text-area p{
	font-size: 1.58rem;
	line-height: 2.3rem;
	color: #555;
	margin-top: 1.5rem
}

.model4-list-content1{
	background: #fff;
	box-shadow: 0 0 2.4rem rgba(0,0,0,.1);
	height: 208px;
	
	width: 24%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	cursor: default;
	transition: all linear 0.2s
}
.model4-list-content1:hover{
	box-shadow: 0 0 2.4rem rgba(0,0,0,.3);
	transform: translateY(-5px)
}
.model4-list-content1 .img-area{
	width: 44%;
	text-align: center
}
.model4-list-content1 .text-area{
	width: 56%;
}
.model4-list-content1 .text-area h3{
	font-size: 2.5rem;
	line-height: 2.5rem
}

.model4-list-content1 .text-area p{
	font-size: 1.44rem;
	line-height: 2.3rem;
	color: #555;
	margin-top: 1.5rem
}

.model4-solgen-area{
	padding:0 3rem;
	margin-top: 6.5rem;
	height: 152px;
	background: url(../image/about-sucai12.png) no-repeat 1.2rem center;
	display: flex;
	justify-content: flex-end;
	align-items: center
}
.model4-solgen-area span{
	display: inline-block;
	color: #000;
	font-size: 1.66rem;
	line-height: 2.5rem;
}
.about-model5{
	background: url(../image/about-bg4.png) no-repeat right top;
	padding-bottom: 9rem
}
.about-model5 .left-area{
	float: left;
	width: 38.9%
}
.about-model5 .right-area{
	float: left;
	width: 43.22%;
	padding: 1rem 0 0 7rem
}
.about-model5-content span{
	display: block;
	font-size: 1.33rem;
	line-height: 2.5rem
}
.about-model6{
	background: url(../image/about-bg2.png) no-repeat center bottom;
	background-size: 100%;
	padding: 7rem 0 15rem
}
.about-model6-wrap{
	width: 1180px;
	max-width: 92%;
	margin: auto
}
.business-model1 .left-area{
	float: left;
	width: 54%;
	padding: 4rem 4rem 0 18vw
}
.business-model1 .right-area{
	float: left;
	margin-left: 7%;
	width: 437px;
	position: relative;
}
.business-model1 .right-area img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(-360deg);}
}
@keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(-360deg);}
}
@-webkit-keyframes rotation2{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@keyframes rotation2{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
.business-model1 .right-area img:nth-of-type(1){
	animation: rotation linear 14s infinite;
}
.business-model1 .right-area img:nth-of-type(2){
	animation: rotation2 linear 14s infinite;
}
.business-model1-content{
	clear: both;
	padding-top: 9rem;
	text-align: center
}
.business-model1-content img{
	display: inline-block;
	max-width: 92%
}
.business-model2{
	background: #eef1f4;
	padding: 9rem 15px;
}
.business-content-wrap{
	width: 1230px;
	margin: auto;
	max-width: 100%;
}
.business-content-wrap::after{
	clear: both;
	display: block;
	content: ""
}
.business-model2-content{
	background: #eef1f4;
	padding: 5.33rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.business-model2-content.mode2{
	margin-top: 3rem
}
.business-model2-content .img-area{
	width: 43%;
	padding-left: 4rem;
}
.business-model2-content .img-area img{
	transition: all ease-out 0.3s;
}
.business-model2-content .img-area img:hover{
	transform: scale(1.05);
}
.business-model2-content.mode2 .img-area{
	padding-left: 0;
	padding-right: 4rem;
	text-align: right
}
.business-model2-content .text-area{
	width: 53.7%;
	padding-right: 6rem
}
.business-model2-content.mode2 .text-area{
	padding-right: 0;
	padding-left: 6rem
}
.business-model2-content .text-area h3{
	font-size: 1.85rem;
}
.business-model2-content .text-area p{
	font-size: 1.33rem;
	color: #555;
	line-height: 2.5rem;
	margin-top: 1rem
}
.business-model2-content .circle-area{
	width: 48%;
	text-align: center;
}
.business-model2-content .circle-area .img-list{
	position: relative;
	width: 287px;
	height: 289px;
	margin: auto;
}
.business-model2-content .circle-area .img-list > img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.business-model2-content .circle-area .img-list .bg-img{
	display: block;
	z-index: 2;
	opacity: 0;
}
.business-model2-content .circle-area .img-list map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.business-model2-content .circle-area .img-list map area{
	cursor: pointer;
}
.business-model2-content .circle-area .img-list .text-area{
	position: absolute;
	font-size: 1.66rem;
	color: #444;
	white-space: nowrap;
}
.business-model2-content .circle-area .img-list .text-area.text1{
	left: -7rem;
	top: 5rem;
}
.business-model2-content .circle-area .img-list .text-area.text2{
	right: -8rem;
	top: -1rem;
}
.business-model2-content .circle-area .img-list .text-area.text3{
	right: -8rem;
	bottom: -1rem;
}
.business-model2-content .circle-area .img-list .text-area.text4{
	left: 2rem;
	bottom: -2.5rem;
}
.business-model3{
	padding: 6rem 15px 0rem;
}
.business-model3-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.business-model3-content .img-area{
	width: 50%;
	overflow: hidden
}
.business-model3-content .img-area img{
	width: 100%;
	display: block;
	transition: all linear 0.2s
}
.business-model3-content .img-area:hover img{
	transform: scale(1.1)
}
.business-model3-content .text-area{
	width: 50%;
	padding: 0 17.7vw 0 2.9vw
}
.business-model3-content:nth-of-type(2n) .text-area{
	padding: 0 2.9vw 0 17.7vw
}
.business-model3-content .text-area h3{
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: bold
}
.business-model3-content .text-area p{
	font-size: 1.33rem;
	color: #555;
	line-height: 2.5rem;
	margin-top: 2.4rem
}
.business-model4-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3.8rem 3.8rem 3.8rem 1rem;
	border-bottom: 1px solid #ddd
}
.business-model4-content .img-area{
	width: 9%;
}
.business-model4-content .text-area{
	width: 91%
}
.business-model4-content .text-area h3{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.5rem
}
.business-model4-content .text-area p{
	font-size: 1.33rem;
	line-height: 2.3rem;
	margin-top: 0.3rem
}
.business-model4{
	padding-bottom: 9rem
}
.wap-third-nav{
	display: none
}
.about-banner-2 .container-custom {
	height: 100%;
}

.about-banner-2 .content-box h2 {
	margin: 20px 0;
}

.about-banner-2 .content-box ul {
	overflow: hidden;
}

.about-banner-2 .content-box ul li {
	margin: 5px 0;
}

.about-banner-2 .content-box ul li .iconfont {
	margin-bottom: 8px;
	display: block;
	color: #fff;
	font-size: 36px;
}

.about-banner-2 .content-box ul li h4 {
	font-size: 1em;
	line-height: 2.375em;
	margin: 0;
	font-weight: bold;
	color: #fff;
}

.about-banner-2 .content-box ul li p {
	font-size: 0.875em;
	line-height: 1.5em;
	color: #fff;
}

@media (min-width: 992px) {
	.about-banner-2 {
		overflow: hidden;
	}
	.about-banner-2 .content-box h2 {
		color: #fff;
		margin-top: 0;
		margin-bottom: 70px;
	}
	.about-banner-2 .content-box ul li {
		color: #fff;
	}
	.about-banner-2 .content-box ul li .iconfont {
		margin-bottom: 28px;
		font-size: 48px;
	}
	.about-banner-2 .content-box ul li p {
		padding: 0 20px;
	}
}

.about-win h2 {
	margin-bottom: 10px;
}

.about-win .subtitle {
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

.about-win ul {
	margin-top: 20px;
}

.about-win ul li {
	margin-bottom: 30px;
}

.about-win ul li h3 {
	margin: 15px 0 !important;
}

.about-win ul li img {
	width: 100%;
}

.about-win ul li .text {
	text-align: left;
}

@media (min-width: 992px) {
	
	.about-win ul {
		margin-top: 115px;
	}
	.about-win ul li.i-left {
		margin-top: -160px;
	}
	.about-win ul li .text h3 {
		margin: 20px 0 !important;
	}
	.about-win ul li .text p {
		text-align: left;
		font-size: 1em;
		line-height: 1.95em;
		color: #666;
	}
}
@media(max-width:991px){
	.about-win .subtitle{
		text-align: center;
		float: none !important;
	}
}
.about-timeline {
	background-color: #f5f5f5;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.about-timeline .content-box {
	position: relative;
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
}

.about-timeline .about-timeline-year {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	border-top: 1px solid #dfdfdf;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 0 25px;
	overflow: hidden;
}

.about-timeline .about-timeline-year:before,
.about-timeline .about-timeline-year:after {
	position: absolute;
	font-size: 20px;
	top: 7px;
}

.about-timeline .about-timeline-year:before {
	font-family: 'iconfont' !important;
	content: '\e744';
	left: 5px;
}

.about-timeline .about-timeline-year:after {
	font-family: 'iconfont' !important;
	content: '\e743';
	right: 5px;
}

.about-timeline .about-timeline-year ul {
	width: 100%;
	-ms-overflow-style: none;
	
	overflow: -moz-scrollbars-none;
	
	text-align: center;
	white-space: nowrap;
	position: relative;
	outline: none;
}

.about-timeline .about-timeline-year ul::-webkit-scrollbar{
	width:4px;
}

.about-timeline .about-timeline-year ul::-webkit-scrollbar-track{
	background: rgba(173, 173, 173, .6);
	border-radius:2px;
}

.about-timeline .about-timeline-year ul::-webkit-scrollbar-thumb{
	background: rgb(173, 173, 173);
	border-radius:10px;
}

.about-timeline .about-timeline-year ul::-webkit-scrollbar-thumb:hover{
	background: #333;
}

.about-timeline .about-timeline-year ul::-webkit-scrollbar-corner{
	background: #179a16;
}

.about-timeline .about-timeline-year ul li {
	display: inline-block;
	margin: 0 10px;
	overflow: hidden;
}

.about-timeline .about-timeline-year ul li a {
	float: left;
	border-top: 2px solid transparent;
	line-height: 37px;
}

.about-timeline .about-timeline-year ul li a.active {
	border-top: 2px solid #c7000b;
	font-size: 18px;
	color: #c7000b;
}

.about-timeline .year-content {
	text-align: left;
	overflow: hidden;
}

.about-timeline .year-content ul {
	pointer-events: none;
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100% + 130px);
	position: relative;
}
.about-timeline .year-content ul::-webkit-scrollbar{
	display: none;
}
.about-timeline .year-content ul::after{
	clear: both;
	content: "";
	display: block;
}

.about-timeline .year-content ul li {
	float: left;
	margin-bottom: 25px;
	width: 100%;
	position: relative;
}

.about-timeline .year-content h4 {
	font-size: 5em;
	color: #5a5858;
	height: 80px;
	line-height: 80px;
	margin-bottom: 36px;
	text-align: left;
}

.about-timeline .year-content .overtext {
	height: 400px;
	overflow: hidden;
	margin-bottom: 1em;
}

.about-timeline .year-content p {
	font-size: 14px;
	line-height: 24px;
	color: #5a5858;
	position: relative;
}

.about-timeline .year-content p span {
	display: block;
	margin: 12px 0;
}

.about-timeline .year-content .overtext.active {
	height: auto;
}

@media (min-width: 992px) {
	.about-timeline .content-box {
		padding: 0;
	}
	.about-timeline .content-box h2 {
		position: absolute;
		top: 250px;
		left: 0;
	}
	.about-timeline .content-box h2:after {
		left: 0;
		margin-left: 0;
	}
	.about-timeline .about-timeline-year {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		border: none;
		border-right: 2px solid #e9e9e9;
		padding: 0;
		padding-top: 100px;
		width: auto;
		margin: 0;
	}

	.about-timeline .about-timeline-year:after,
	.about-timeline .about-timeline-year:before {
		content: '';
	}
	.about-timeline .about-timeline-year ul {
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding-right: 0.5rem;
		right: -1rem;
	}
	.about-timeline .about-timeline-year ul li {
		margin: 18px 0;
		display: block;
		width: 80px;
	}
	.about-timeline .about-timeline-year ul li a {
		height: 40px;
		line-height: 40px;
		opacity: 0.35;
		font-size: 0.75em;
		display: inline-block;
		text-decoration: none;
		border-right: 2px solid transparent;
		border-top: none;
		width: 100%;
	}
	.about-timeline .about-timeline-year ul li a.active,
	.about-timeline .about-timeline-year ul li a:hover {
		color: #00b0f0;
		font-size: 1em;
		border-right: 2px solid #00b0f0;
		opacity: 1;
		border-top: none;
	}
	.about-timeline .year-content {
		padding: 130px 0;
		padding-left: 500px;
		height: 768px;
	}
	.about-timeline .year-content ul {
		width: 100%;
		padding-right: 70px;
	}
	.about-timeline .year-content ul li {
		opacity: 0.1;
		width: auto;
		display: block;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		width: 100%;
	}
	.about-timeline .year-content ul li.active {
		opacity: 1;
	}
	.about-timeline .year-content ul li .overtext {
		height: 410px;
		overflow: hidden;
		position: relative;
	}
	.about-timeline .year-content ul li p {
		margin-top: 20px;
		font-size: 1.4rem;
		line-height: 40px;
	}
	.about-timeline .year-content ul li .overtext::before{
		content: "";
		left: 0;
		height: 80px;
		width: 100%;
		position: absolute;
		bottom: 0;
		background: linear-gradient(rgba(245,245,245,0) 0%,rgba(245,245,245,1) 90%);
		z-index: 9;
	}
	.about-timeline .year-content ul li .overtext.no-masking::before,
	.about-timeline .year-content ul li .overtext.active::before{
		display: none;
	}
}
@media (max-width:991px){
	.about-timeline .year-content h4{
		margin-top: 20px;
		margin-bottom: 15px;
		text-align: center;
	}
	.about-timeline .year-content ul li .overtext::before{
		content: "";
		left: 0;
		height: 80px;
		width: 100%;
		position: absolute;
		bottom: 0;
		background: linear-gradient(rgba(245,245,245,0) 0%,rgba(245,245,245,1) 90%);
		z-index: 9;
	}
	.about-timeline .year-content ul li .overtext.no-masking::before,
	.about-timeline .year-content ul li .overtext.active::before{
		display: none;
	}
	.about-timeline .year-content .overtext{position: relative;}
}
.about-quality {
	position: relative;
}

.about-quality.content-box h2 {
	text-align: center;
	float: none;
	margin-bottom: 25px;
}

.about-quality.content-box h2:after {
	left: 50%;
	margin-left: -15%;
}

.about-quality.content-box p {
	padding: 0;
	text-align: justify;
	margin: 0 0 20px 0;
	width: 100%;
}

.about-quality img {
	float: right;
}

.about-quality ul {
	width: 100%;
	float: left;
	padding-left: 18px;
}

.about-quality ul li {
	list-style: disc;
	text-align: left;
	color: #666;
	margin: 9px 0;
	font-size: 1em;
	line-height: 1.875em;
}

@media (min-width: 992px) {
	.about-quality.content-box h2 {
		float: left;
	}
	.about-quality.content-box h2:after {
		left: 0;
		margin-left: 0;
	}
	.about-quality.content-box p {
		margin: 9px 0 9px 0;
	}
}

@media (max-width: 992px) {
	h4.big-size {
		font-size: 2em;
	}
	.font-note {
		padding: 0;
	}
	li .font-note{
		height: auto;
	}
}
@media (min-width:992px) and (max-width:1024px){
	.content-box .numbers ul li{
		width: 50% !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.numbers .font-note{
		height: 92px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}
@media (max-width:767px){
	about-quality table{
		width: 100% !important;
	}
}
@media (max-width:360px){
	.content-box .numbers ul li{
		width: 100% !important;
	}
}
.content-title-left-r .r-c-text p {
	margin-bottom: 20px;
}

.content-title-left-r img {
	margin-top: 50px;
	margin-bottom: 70px;
	display: block;
}

@media (max-width: 992px) {
	.content-title-left-r .r-c-text p {
		margin-bottom: 10px;
	}
	.content-title-left-r img {
		margin-top: 25px;
		margin-bottom: 35px;
	}
}

.show-text.active {
	height: auto;
}

.btn-loadmore {
	margin-top: 0;
}

.btn-loadmore.active {
	display: none;
}

.btn-loadmore.active .iconfont {
	display: inline-block;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

@media (min-width: 992px) {
	.about-timeline-year {
		overflow: visible !important;
	}
	.about-timeline-year ul {
		height: 580px;
		overflow: hidden;
	}
}

@media (max-width:767px){
	.about-timeline .year-content .overtext{
		height: 300px;
	}
}







body .ahout-list-box:nth-child(2n){
	background: #fafafa;
	padding: 60px 0;
	margin-bottom: 70px;
}
body .ahout-list-box:nth-child(2n) .content-title-left{
	margin-bottom: 0 !important;
}

.content-title-left .content-title-left-r .r-c-text .list-box ul li{
	text-align: left;
}
.content-title-left .content-title-left-r .r-c-text .list-box ul li a{
	display: block;
	padding: 16px 25px;
	border: 1px solid #ccc;
	margin: 10px 0;
	color:#666;
	font-size: 1em;
	line-height: 1.4em;
}
.content-title-left .content-title-left-r .r-c-text .list-box ul li a em{
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2px;
	color: #838383;
}
.content-title-left .content-title-left-r .r-c-text .list-box ul li a:hover{
	border-color: #c7000b;
	color: #c7000b;
}
.content-title-left .content-title-left-r .r-c-text .list-box ul li a:hover em{
	color: #c7000b;
}
@media(min-width:991px) and (max-width:1500px){
	.ahout-list-box .content-title-left .content-title-left-r .r-c-text{
		margin-left: 0;
	}
}
@media(max-width:991px){
	body .ahout-list-box:nth-child(2n){
		padding: 35px 0 25px 0 !important;
		margin-bottom: 35px !important;
	}
}
.safety-notice {
	text-align: center;
}

.safety-notice > p {
	margin-bottom: 70px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 992px) {
	.safety-notice > p {
		margin-bottom:35px;
		width: 100%;
	}
}

.safety-notice .col-md-6:nth-child(1) {
	margin-bottom: 15px;
}

.safety-notice .text-box {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	height: 100%;
}

.safety-notice .text-box h3,.safety-notice .text-box p {
	color: #fff;
}

.safety-notice .text-box p {
	padding: 0 10%;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.safety-notice .col-md-6:nth-child(1) {
		margin-bottom:0;
	}
}

.safety-all-notice {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.safety-all-notice .container-custom {
	position: relative;
}

@media (min-width: 992px) {
	.safety-all-notice {
		padding:80px 0;
	}

	.safety-all-notice .container-custom {
		padding-left: 320px;
	}

	.safety-all-notice .title-left {
		position: absolute;
		width: 300px;
		left: 15px;
	}

	.safety-all-notice .title-left .read-more {
		float: left;
	}
}

.safety-psiri a {
	display: block;
	margin-bottom: 15px;
}

.safety-psiri h3 {
	margin: 10px 0;
}

.safety-psiri .iconfont {
	font-size: 80px;
	color: #797979;
}

.safety-psiri p {
	font-size: 0.875em;
	color: #999;
	padding: 0 5%;
}

@media (min-width: 992px) {
	.safety-psiri a {
		margin:0;
	}

	.safety-psiri a:hover .iconfont {
		color: #c7000b;
	}
}

@media (max-width: 767px) {
	safety-notice .text-box .vertical-middle-sm p {
		display:none;
	}
}

.container-custom {
	width: 85.652%;
	max-width: 1430.016px;
	margin-right: auto;
	margin-left: auto;
}

.content-box h2:after {
	content: '';
	width: 30%;
	height: 2px;
	background-color: #00b0f0;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	bottom: 0;
	min-width: 35px;
	top: 50px;
}

.content-box h5:after {
	content: '';
	width: 17%;
	height: 2px;
	background-color: #00b0f0;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	bottom: 0;
	min-width: 35px;
	top: 205px;
}
@media (max-width:1280px) {
	.swiper-container-index1 .swiper-button-prev-index1,.swiper-container-index1 .swiper-button-next-index1{
		padding: 0 4vw
	}
	.common-padding1,.common-padding2,.common-padding3{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem !important
	}
	.common-title1.mode3{
		text-align: left
	}
	.common-title1 h3,.common-title1.mode3 h3{
		font-size: 10vw !important;
		line-height: 12vw !important;
	}
	.common-title1 h4,.common-title1.mode3 h4{
		font-size: 8vw !important;
		line-height: 10vw !important;
	}
	.common-title1 h5,.common-title1.mode3 h5{
		font-size: 6vw !important;
		padding: 3vw 0 5vw !important;
	}
	.index-model1,.index-model3,.index-model4,.index-model6,.common-footer,.social-zine-wrap{
		padding: 10vw 0
	}
	.index-model1{
		background-size: auto 100%;
		padding: 0vw 0
	}
	.stock-wrap{
		left: 3vw;
		top: 16vw;
	}
	.banner-swiper-control > img{
		display: none
	}
	.banner-swiper-control{
		bottom: 0;
		line-height: 13vw;
	}
	.model1-wrap{
		background: none;
	}
	.model1-content{
		width: 100%
	}
	.model1-num-wrap{
		margin-top: 5vw;
		flex-wrap: wrap;
	}
	.model1-num-wrap .num-area{
		width: 46%
	}
	.index-model2{
		height: auto
	}
	.model2-wrap{
		position: relative
	}
	.model2-wrap-content{
		width: 100%;
		height: auto
	}
	.model2-wrap-content1{
		padding: 5vw;
	}
	.model2-wrap-content1 > a{
		font-size: 6vw;
	}
	.model2-wrap-content1 > p{
		margin-top: 4vw
	}
	.model2-wrap-more{
		padding-top: 4vw
	}
	.model3-wrap em{
		display: none
	}
	.model4-wrap{
		border: none
	}
	.model4-content{
		border: none;
		width: 25vw;
		height: 25vw;
	}
	.model5-left,.model5-right{
		width: 100%;
		height: auto
	}
	.model5-left-content .text-area{
		height: 12vw;
		padding: 0 4vw;
	}
	.model5-left-content .text-area h3{
		max-width: 100%;
		font-size: 4vw;
	}
	.model5-left-content .text-area span{
		display: none
	}
	.model5-left .swiper-pagination-index2{
		height: 1vw;
	}
	.swiper-button-prev-index2{
		left: 4vw;
	}
	.swiper-button-next-index2{
		right: 4vw;
	}
	.swiper-button-prev-index2,.swiper-button-next-index2{
		width: 10vw
	}
	.model5-right .text-area{
		left: 5vw;
	}
	.model5-right .text-area h3{
		font-size: 10vw;
	}
	.model5-right .text-area h4{
		font-size: 9vw;
	}
	.model5-right .text-area h5{
		font-size: 7.5vw;
		padding: 0
	}
	.index-model6 .model6-title{
		padding-bottom: 5vw;
	}
	.index-model6 .model6-title span{
		font-size: 4vw
	}
	.index-model6 .model6-title a{
		margin-left: 6vw
	}
	.model6-content{
		width: 100%;
		padding: 4vw 0;
		border-bottom: 1px solid rgba(85,85,85,.17)
	}
	.model6-content .right-area{
		max-width: 77.7%
	}
	.footer-nav-wrap{
		display: none
	}
	.footer-wrap{
		justify-content: space-around
	}
	.footer-copy{
		padding: 10vw 4vw 21vw
	}
	.footer-copy .second-line a{
		border: none;
		padding: 0;
		display: block;
		padding-bottom: 0.5vw
	}
	.inner-padding{
		padding: 4vw 15px 12vw
	}
	.inner-nav-wrap{
		position: relative;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0
	}
	.inner-nav-wrap a{
		line-height: 11vw;
		padding: 0 5vw;
		font-size: 3.73vw;
	}
	.common-crumbs{
		line-height: 11vw;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.history-row{
		display: block;
		padding-bottom: 5vw
	}
	.history-line{
		display: none
	}
	.history-row .text-area,.history-row .img-area{
		padding: 0;
		width: 100%;
		float: none;
		text-align: left
	}
	.history-row .img-area1{
		display: none !important
	}
	.history-row .img-area2{
		display: block !important
	}
	.history-row .text-area .first-line b{
		margin-left: 0;
		margin-right: 8px;
		font-size: 6vw;
		line-height: 6vw;
	}
	.history-row .text-area .first-line span{
		margin-left: 0;
		margin-right: 8px;
		font-size: 4vw;
		line-height: 4vw
	}
	.history-row .text-area .first-line{
		padding-bottom: 2vw
	}
	.history-row .text-area .first-line:hover{
		transform: translateY(-1vw)
	}
	.history-row .text-area h3 i{
		display: none;
	}
	.history-row .text-area .last-line{
		line-height: 2rem;
		padding-bottom: 4vw;
	}
	.history-row .img-area img{
		max-width: 100%;
		width: 100%
	}
	.news-list-wrap.mode2{
		padding: 8vw 0
	}
	.news-list-content{
		padding: 4vw 0
	}
	.news-list-content .left-area{
		max-width: 80%;
	}
	.news-list-content .left-area h3{
		font-size: 1.8rem;
		line-height: 3rem
	}
	.news-list-content .left-area h3,.news-list-content .left-area p{
		max-width: 90%
	}
	.zine-list-wrap{
		justify-content: space-between
	}
	.zine-list-content{
		width: 47% !important;
		margin: 0 !important;
		padding-bottom: 5vw;
	}
	.zine-list-wrap.mode2 .zine-list-content:nth-of-type(1){
		padding-top: 0
	}
	.zine-list-content .img-area1 img:nth-of-type(2){
		top: 100%
	}
	.zine-list-content .text-area h3{
		padding-top: 1rem
	}
	.zine-list-content .btn-area a{
		width: 40%
	}
	.news-top-wrap{
		padding: 6vw 0
	}
	.news-top-wrap a{
		height: auto;
	}
	.news-top-wrap a .left-area{
		float: none;
		width: 100%;
		height: auto
	}
	.news-top-wrap a .right-area{
		float: none;
		width: 100%;
		height: auto;
		padding: 5vw;
	}
	.news-detail-title h1{
		font-size: 1.9rem;
	}
	.news-detail-title h4{
		margin-top: 1rem
	}
	.news-pages{
		padding-top: 6vw;
		margin-top: 6vw;
	}
	.news-pages a{
		line-height: 8vw
	}
	.address-map{
		height: 58vw
	}
	.address-list{
		flex-wrap: wrap;
		padding: 5vw 0
	}
	.address-content{
		width: 100%;
	}
	.address-content i{
		display: none
	}
	.address-content font{
		display: block
	}
	.address-list .erweima-area{
		width: 100%;
		padding-top: 2rem
	}
	
	.address-list1{
		flex-wrap: wrap;
		padding: 0 0
	}
	.address-list1 .erweima-area1{
		width: 100%;
		padding-top: 2rem
	}
	.address-list1 .erweima-area1 .erweima-area2{
		width: 100%;
		height: 0;
		padding-top: 0rem
	}
	
	.partner-form-area .input-area{
		margin-bottom: 1rem
	}
	.partner-form-area .btn-area input{
		line-height: 10vw
	}
	.model4-content:nth-of-type(8n), .model4-content:last-of-type{
		border: none;
	}
	.partner-img-wrap{
		margin: 8vw 0 5vw
	}
	.partner-swiper .swiper-button-prev-partner, .partner-swiper .swiper-button-next-partner{
		top: auto;
		margin: 0 auto;
		bottom: -6vw;
	}
	.partner-swiper .swiper-button-prev-partner{
		left: 28vw
	}
	.partner-swiper .swiper-button-next-partner{
		right: 28vw
	}
	.job-list-wrap{
		overflow-x: auto;
		overflow-y: hidden
	}
	.job-list-wrap .header-area,.job-list-wrap .list-area{
		width: 150vw
	}
	.job-list-content .top-area{
		height: 14vw;
	}
	.job-list-content .top-area i{
		width: 2vw
	}
	.about-model1-list{
		padding: 6vw 0
	}
	.about-model1-list img{
		width: 100%
	}
	.about-model2{
		background-size: auto 100%;
		padding: 0 15px;
	}
	.about-model2-wrap{
		height: auto;
	}
	.about-model2-wrap .left-area{
		width: 100%;
		padding: 6vw
	}
	.about-num-wrap .num-area{
		padding: 5vw 0 !important
	}
	.about-model2-wrap .right-area{
		width: 100%;
		padding: 5vw;
	}
	.about-model3{
		padding: 0 0 10vw !important;
		background-size: 100%;
		background-position: center;
		background-attachment: inherit
	}
	.about-model3 img{
		width: 100%;
		margin-top: 2vw;
	}
	.about-model3-wrap{
		height: auto;
	}
	.about-model3-area{
		position: relative;
		bottom: auto;
	}
	.about-model3-content span{
		bottom: 4vw;
		font-size: 3.2vw
	}
	.about-model4{
		padding: 8vw 0 !important;
		margin-top: 0 !important;
	}
	.about-model4-wrap .common-title1{
		background-size: 100%
	}
	.about-model4-wrap1 .common-title1{
		background-size: 100%
	}
	.model4-list-wrap{
		padding: 0;
		flex-wrap: wrap
	}
	.model4-list-content{
		width: 100%;
		height: 36vw
	}
	.model4-list-content .text-area h3{
		font-size: 5vw;
	}
	.model4-list-content .text-area p{
		font-size: 4vw;
		line-height: 5vw;
		margin-top: 3vw
	}

	.model4-list-content1{
		width: 100%;
		height: 36vw
	}
	.model4-list-content1 .text-area h3{
		font-size: 5vw;
	}
	.model4-list-content1 .text-area p{
		font-size: 4vw;
		line-height: 5vw;
		margin-top: 3vw
	}

	.model4-solgen-area{
		margin-top: 8vw;
		padding: 0 3vw 11vw;
		background-size: 100%;
		background-position: center bottom;
		height: auto;
	}
	.model4-solgen-area span{
		font-size: 4vw;
		line-height: 7vw;
	}
	.about-model5 .left-area{
		width: 100%
	}
	.about-model5 .right-area{
		width: 100%;
		padding: 5vw;
	}
	.about-model5{
		padding-bottom: 5vw !important;
		background-position: center bottom;
	}
	.about-model1-wrap a{
		display: none;
	}
	.about-model1-wrap .about-model1-wrap-a{
		display: inline-block;
	}
	.about-model6{
		padding: 3vw 0 10vw
	}
	.business-model1 .left-area{
		padding: 0 4vw;
		width: 100%;
		float: none;
	}
	.business-model1 .right-area{
		float: none;
		width: 76vw;
		height: 76vw;
		margin: 5vw auto;
		overflow: hidden;
	}
	.business-model1-content{
		padding-top: 7vw
	}
	.business-model2{
		padding: 10vw 15px
	}
	.common-title1.mode5{
		background: none;
		padding: 0 15px
	}
	.business-model2-content{
		padding: 7vw 4vw;
		flex-wrap: wrap
	}
	.business-model2-content .text-area{
		width: 100%;
		padding: 0 !important
	}
	.business-model2-content .img-area{
		width: 100%;
		text-align: center !important;
		padding-top: 5vw;
		padding-left: 0;
		padding-right: 0 !important
	}
	.business-model2-content .img-area img{
		display: inline-block;
		width: 70%
	}
	.business-model2-content .circle-area{
		width: 100%;
		margin-bottom: 8vw;
	}
	.business-model2-content .circle-area:last-of-type{
		margin-bottom: 0;
	}
	.business-model2-content .circle-area .img-list{
		width: 50vw;
		height: 51vw;
	}
	.business-model2-content .circle-area map{
		display: none;
	}
	.business-model2-content .circle-area .img-list .text-area{
		font-size: 3.73vw;
		width: auto;
	}
	.business-model2-content .circle-area .img-list .text-area.text1{
		left: -14vw;
		top: 8vw;
	}
	.business-model2-content .circle-area .img-list .text-area.text2{
		right: auto;
		top: -2vw;
		left: 39vw;
	}
	.business-model2-content .circle-area .img-list .text-area.text3{
		right: auto;
		bottom: -2vw;
		left: 39vw;
	}
	.business-model2-content .circle-area .img-list .text-area.text4{
		left: 4vw;
		bottom: -4vw;
	}
	.business-model3{
		padding: 10vw 30px
	}
	.common-title1.mode6{
		background: none;
		padding: 0 0 7vw
	}
	.common-title1 p{
		line-height: 2rem;
		margin-top: 0
	}
	.business-model3-content{
		flex-wrap: wrap;
	}
	.business-model3-content .img-area{
		width: 100%
	}
	.business-model3-content .text-area{
		width: 100%;
		padding: 4vw 0;
	}
	.business-model3-content:nth-of-type(2n) .text-area {
    padding: 20px 0 20px 0;
}
	.business-model3-content .text-area h3{
		font-size: 2rem;
	}
	.business-model3-content .text-area p{
		margin-top: 0.6rem;
		line-height: 2.2rem;
	}
	.business-model4{
		padding-bottom: 10vw
	}
	.common-title1.mode7{
		background: none;
		padding: 0 15px 3vw
	}
	.business-model4-content{
		padding: 4vw
	}
	.business-model4-content .img-area{
		display: none;
	}
	.business-model4-content .text-area p{
		line-height: 2.2rem;
		margin-top: 0.5rem
	}
	.common-crumbs.hasThird{
		margin-top: 4vw;
	}
	.third-nav-wrap,.third-nav-content{
		display: none !important;
	}
	.wap-third-nav{
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		line-height: 12vw;
		background: #cfcfcf;
		white-space: nowrap;
	}
	.wap-third-nav a{
		font-size: 3.73vw;
		color: #333;
		padding: 0 4vw;
		display: inline-block
	}
	.friend-wrap{
		display: none
	}
	.about-timeline .year-content{
		height: 90vw;
	}
	.about-timeline .year-content ul{
		height: 100%;
		pointer-events: auto;
	}
	.about-timeline .year-content h4{
		font-size: 5vw;
		height: 7vw;
		line-height: 7vw;
		text-align: left;
		margin: 2vw 0;
	}
	.about-timeline .year-content h3{
		font-size: 5vw;
		line-height: 7vw;
	}
	.about-timeline .year-content p{
		font-size: 3.46vw;
		line-height: 5vw;
		margin-top: 2vw;
	}
	.about-timeline .common-title1{
		position: relative !important;
		top: auto !important;
	}
	.container-custom{
		width: 100%;
	}
	.about-timeline .year-content .overtext{
		height: auto;
	}
	.content-box h5:after{
		display: none;
	}
	.about-timeline .about-timeline-year::before,.about-timeline .about-timeline-year::after{
		display: none;
	}
	.about-timeline .about-timeline-year{
		margin: 4vw auto 0;
		white-space: nowrap;
		overflow-x: auto;
	}
	.about-model4-wrap .common-title1{
		margin-left: 0;
	}
	.about-model4-wrap1 .common-title1{
		margin-left: 0;
	}
	.zine-list-content:nth-of-type(1){
		padding-top: 20vw;
	}
}