@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfont.woff2?t=1651162561986') format('woff2'),
       url('iconfont.woff?t=1651162561986') format('woff'),
       url('iconfont.ttf?t=1651162561986') format('truetype');
}
.why_wrap{
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	overflow: hidden;
}
.why_title{
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
    color: #606060;
    font-style: normal;
    margin-bottom: 10px;
}
.why_subtitle {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 100;
    font-style: normal;
    color: #535353;
}
.col-4{
	width: 25%;
    float: left;
}
.col-3{
	width: 33.33%;
    float: left;
}
@media only screen and (max-width: 901px){
	.col-m-2 {
		width: 50% !important;
		padding-bottom: 15px;
	}
	.best_item{
		padding-left: 15px !important;
		padding-left: 15px !important;
	}
}
.best_wrap{
	position:relative;
	height:auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.best_item{
	/*padding-right: 25px;*/
    padding-left: 25px;	
}

.best_item .icon_wrap{
	float: left;
	width: 45px;
	height: 45px;
	display: block;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 0;
}

.best_item .content_wrap{
	height: auto;
	overflow: hidden;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.best_item .content_wrap .title{
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #545d60;
    font-style: normal;
}

.best_item .content_wrap .desc{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777f84;
    font-style: normal;
}

.best_item .icon {
  font-family: "iconfont" !important;
  font-size: 45px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#ce0000;
}

.best_item:hover .icon {
	color:#b5b5b5
}

.icon-zantong:before {
  content: "\e794";
}

.icon-person:before {
  content: "\e653";
}

.icon-Plane-:before {
  content: "\ee1d";
}

.icon-quality-promise:before {
  content: "\e628";
}

.products_wrap{
	padding-top: 25px;
	padding-bottom: 25px;
	height: auto;
	overflow: hidden;	
}

.section_title{
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-style: normal;
    color: #606060;
}

.product_list {
	height: auto;
	overflow: hidden;
	padding-top: 35px;
}

.product_more {
	height: auto;
	overflow: hidden;
    display: none;
}

.product_item{
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.product_item a{
	width: 100%;
	display: block;
    color: #606060;
}

.product_item a img{
	width: 100%;
}

.product_item a p{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.more_wrap{
	height: auto;
	overflow: hidden;
    padding-bottom: 35px;
}

.see-more {
    display: block;
    margin: 0 auto;
    padding: 0;
    border-radius: 35px !important;
    width: 180px;
    line-height: 35px;
    font-size: 16px;
    background: red;
    text-align: center;
    color: #FFF;
    border-color: red;
}

.see-more:hover {
	background:red;
	border-color:red
}

.see-more strong {
    display: inline-block;
}

.see-more:after {
    content: "\e66e";
    margin-left: 10px;
    display: inline-block;
    font-size: 10px;
    font-family: "iconfont" !important;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.see-more.f:after {
    transform: rotate(-180deg);
}

.brand_wrap{
	background: -webkit-linear-gradient(left, rgba(205,33,34,1) 0%,rgba(245,72,76,1) 100%);
    background: linear-gradient(to right, rgba(205,33,34,1) 0%,rgba(245,72,76,1) 100%);
}

.brand_inner{
	margin-top: 60px;
	margin-bottom: 60px;
}

.brand_title{
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    font-style: normal;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.brand_line{
	display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #ccc;
    margin: 0 auto;
}

.reviews_list{
	height: auto;
	overflow: hidden;
	width: calc(100% + 50px);
	margin-left: -50px;
}

.reviews_item{
	float: left;
    margin-left: 50px;
    margin-bottom: 50px;
    color: #fff;
    width: calc(25% - 50px);
}

.reviews_item:first-child{
	width: calc(50% - 50px);
}

.reviews_item:last-child{
	margin-right: 0;
}

@media only screen and (max-width: 990px){
	.reviews_list{
		margin-left: 0px;
		width: 100% !important;
	}

	.reviews_item, .reviews_item:first-child{
		width: calc(100% - 50px);
		margin-left: 25px;
	}
}

.reviews_text{
	background: rgba(0,0,0,0.2);
    border-radius: 3px;
    padding: 50px 25px 40px;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
    position: relative;
}

.reviews_text::after{
	content: '';
    position: absolute;
    left: 55px;
    border: 13px solid transparent;    
    top: 100%;
    border-top-color: rgba(0,0,0,0.2);
}

.reviews_info {
    margin-top: 15px;
}

.reviews_avatar{
	position: relative;
    width: 60px;
    height: 60px;
    margin-left: 5px;
    margin-top: 0;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 5px solid rgba(255,255,255,.2);
    background-clip: content-box;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.reviews_item:first-child .reviews_avatar{	
    margin-top: -35px;
    width: 110px;
    height: 110px;
    margin-right: 20px;
    margin-left: 25px;
}

.reviews_info .name{
	font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-style: normal;
    text-align: left;
    padding-left: 85px;
}

.reviews_item:first-child .reviews_info .name{
	font-size: 16px;
    padding-left: 145px;
}

.reviews_info .position{
	font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    opacity: .5;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 85px;
}

.reviews_item:first-child .reviews_info .position{
    padding-left: 145px;
}

.reviews_info .stars{
    text-align: left;
    padding-left: 85px;	
}
.reviews_item:first-child .reviews_info .stars{
	padding-left: 145px;
}

.star{
	opacity: .6;
    font-size: 9px;
    position: relative;
    top: 1px;
    display: inline-block;
  	font-family: "iconfont" !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.star:before{
	content: "\e86a";
}

.brand_seperator{
	background: #fff;
    opacity: .2;
    height: 1px;
    width: 100%;
    margin-bottom: 70px;
}

.partners_wrap{
	margin-bottom: 50px;
	height: 60px;
	overflow: hidden;
}

.partners_wrap .partners_title{
	width: 22%;
    float: left;
    font-size: 18px;
    color: #fff;
    opacity: .6;
    position: relative;
    line-height: 1.2;
}

.partners_wrap .partners_list{
	width: 78%;
	float: left;
	overflow: hidden;
}

.partners_title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #fff;
}

.partners_carousel-item {
	float:left;
	width: 120px;
	height:60px;
	line-height:60px;
	vertical-align:middle;
	text-align:center;
	display: block;
	min-height: 1px;
}

.partners__link{
	display: block;
}

.partners_img {
	max-height:60px;
	margin:0 auto;
	width:auto
}

.partners_img {
	opacity:0;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
	-webkit-transition:opacity .3s ease 0s,-webkit-transform .2s ease 0s;
	transition:opacity .3s ease 0s,-webkit-transform .2s ease 0s;
	transition:opacity .3s ease 0s,transform .2s ease 0s;
	transition:opacity .3s ease 0s,transform .2s ease 0s,-webkit-transform .2s ease 0s
}
.slick-active .partners_img {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	-webkit-transition:opacity .6s ease .1s,-webkit-transform .6s ease 0s;
	transition:opacity .6s ease .1s,-webkit-transform .6s ease 0s;
	transition:opacity .6s ease .1s,transform .6s ease 0s;
	transition:opacity .6s ease .1s,transform .6s ease 0s,-webkit-transform .6s ease 0s
}
.slick-active~.slick-active .partners_img {
	-webkit-transition-delay:.2s,.1s;
	transition-delay:.2s,.1s
}
.slick-active~.slick-active~.slick-active .partners_img {
	-webkit-transition-delay:.3s,.2s;
	transition-delay:.3s,.2s
}
.slick-active~.slick-active~.slick-active~.slick-active .partners_img {
	-webkit-transition-delay:.4s,.3s;
	transition-delay:.4s,.3s
}
.slick-active~.slick-active~.slick-active~.slick-active~.slick-active .partners_img {
	-webkit-transition-delay:.5s,.4s;
	transition-delay:.5s,.4s
}

.about_wrap{
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	overflow: hidden;
}

.item_title{
	margin-top:0;
	margin-bottom:10px;
	font-size:24px;
	line-height:30px;
	font-weight:400;
	font-style:normal
}

.about_title {
	font-family:"Montserrat",Helvetica,Arial,sans-serif;
	font-size:30px;
	font-weight:700;
	margin-bottom:15px;
	color: #606060;
}

.about_title label{
	color: #cd2122;
}

.content_item{
	width: 33.33333333%;
	float: left;
}

.content_item_inner{	
    padding-left: 15px;
    padding-right: 15px;
}

.content_item:first-child .content_item_inner{
	padding-left: 0;
}

.content_item:last-child .content_item_inner{
	padding-right: 0;
}

.content_item .item_title{
	font-size: 20px;
    font-weight: 300;
    color: #cd2122;
}

.content_item .item_text{
	color: #535353;
	line-height: 1.4;
}

.content_item .item_text a{
	color: #000;
}

.content_item .item_text a {
	color:#000;
	font-weight: 600;
}

.content_item .item_text a:hover {
	color:#cd2122
}

.video_item_text{
	padding-top: 10px;
    padding-bottom: 35px;
}

.video_box{
	position: relative;
}

.video_wrap{
	width: 100%;
	margin-bottom: 15px;
	height: auto;
	overflow: hidden;
}

.video_wrap video {
	width: 100%;
}

.about_wrap{
	width: 100%;
	margin-bottom: 15px;
	height: auto;
	overflow: hidden;
}

.about_wrap {
	color: #535353;
	line-height: 1.4;
}

.about_wrap a{
	color: #000;
}

.about_wrap a {
	color:#000;
	font-weight: 600;
}

.about_wrap a:hover {
	color:#cd2122
}

/*.video_box:after {
	position:absolute;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(23,23,25,.5)
}*/
.video_box .adbox-img {
	display:block;
	width:100%;
	height:auto
}

.video_box .video_trigger_wrap {
	position:absolute;
	z-index:1;
	top:0;
	left:auto;
	margin-left:0;
	margin-top:0;
	width:100%;
	height:100%
}

.adbox_container {
	position:relative;
	width:100%;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}

.playVideo {
	display:block;
	width:80px;
	height:80px;
	border:2px solid #fff;
	border-radius:50%;
	cursor:pointer;
	margin:0 auto;
	-webkit-transform:scale(.95) translateZ(0);
	transform:scale(.95) translateZ(0);
	transition:-webkit-transform .25s ease-in-out;
	transition:transform .25s ease-in-out;
	transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	line-height:76px;
	font-size:20px
}
.playVideo:before {
	content:"\e6de";
	font-family: "iconfont" !important;
}
.playVideo:focus,.playVideo:hover {
	-webkit-transform:scale(1);
	transform:scale(1);
	color:#fff
}

.f24{
	font-size: 24px;
}

.icon{
	font-family: "iconfont" !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
}

.icon-close:before {
  content: "\e6bf";
}


@media only screen and (max-width: 737px){
	.col-s-1 {
		width: 100% !important;
		padding-bottom: 15px;
	}
	.best_item{
		padding-left: 10px !important;
		padding-left: 10px !important;
	}
	.about_title{		
	    font-size: 24px !important;
	    background: #f5f5f5;
	    line-height: 36px;
	}
	.hide-mobile {
	    display: none;
	}
	.content_item{
		width: 100% !important;
	}
	.content_item:first-child{
		padding-bottom: 25px;
	}
	.content_item .content_item_inner{
		padding-left: 0;
		padding-right: 0;
	}
}

.cert_item{
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.cert_item a{
	width: 100%;
	display: block;
    color: #606060;
}

.cert_item a img{
	width: 100%;
}

.cert_item a p{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.col-3{
	width: 33.33%;
    float: left;
}
@media only screen and (max-width: 901px){
	.col-m-2 {
		width: 50% !important;
		padding-bottom: 15px;
	}
}