@charset "utf-8";

/* flex */
.flex_row,
.items_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex_row_nowrap {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@font-face {
	font-family: "Freehand521BT";
	src: url(fonts/Freehand521BT-RegularC.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Nexa-Bold";
	src: url(fonts/Nexa/Nexa-Bold.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Nexa-Light";
	src: url(fonts/Nexa/Nexa-light.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AkzidenzGroteskBQ-Light";
	src: url(fonts/AkzidenzGroteskBQ-Light.woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AkzidenzGroteskBQ";
	src: url(fonts/AKZIDENZGROTESK-EXTRABOLDALT.OTF);
	font-weight: normal;
	font-style: normal;
}

/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
	position: relative;
	width: 100%;
	z-index: 1000;
}


.head-contact li,
.head-search,
.logo,
.head-social,
.head-social li,
.change-language {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	text-align: left;
}

.topbar {
	position: relative;
	text-align: right;
	padding: .2rem 0;
	z-index: 1;
}

.head-contact {
	float: left;
}

.head-phone,
.head-email {
	padding: 0 0 0 .29rem;
	margin: 0 0 0 .35rem;
	line-height: .4rem;
	font-style: normal;
	line-height: .36rem;
}

.head-phone:before,
.head-email:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.head-phone:before {
	width: .17rem;
	height: .17rem;
	margin: -.09rem 0 0;
	background-image: url(img/tel.png);
}

.head-email:before {
	width: .2rem;
	height: .13rem;
	margin: -.07rem 0 0;
	background-image: url(img/email.png);
}

.head-search {}

.head-search,
.head-search-form .search-ipt,
.head-search .search-btn {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.head-search .head-search-form {
	display: none\9;
	width: 400px;
	position: absolute;
	right: 45px;
	top: 0;
	border: none;
	background: rgba(255, 255, 255, 1);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right 0;
	transform-origin: right 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999999999;
}

.head-search .search-toggle {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(img/search_btn.png) no-repeat center center;
	border: 0;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color .3s ease;
	z-index: 999999999;
}

.head-search-form .search-ipt {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 0;
	background: none;
	float: left;
	text-indent: 1em;
}

.head-search-form .search-btn {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(img/search_btn.png) no-repeat center center;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 4px 4px 0;
	margin: 0 !important;
}

.head-search-show .head-search-form {
	box-shadow: 0 0 1em rgba(0, 0, 0, .15);
	display: block\9;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}

.head-search-show .search-toggle {
	background-image: url(img/search_btn_close.png);
	background-size: 45% auto;
}

.change-language {
	margin: .02rem 0 0 .1rem !important;
}

.change-language-info .language-icon {
	font-size: 16px !important;
	color: #00B1FF !important;
	right: 0 !important;
}

.change-language-info .change-language-title {
	padding-right: 18px !important;
}

.header {
	position: relative;
	background: #bfecff;
	height: auto;
	padding-top: 8px;
	padding-bottom: 4px;
}

.logo {
	position: relative;

}

.logo img {
	position: relative;
	height: 1.05rem;
}


.head-social {
	float: right;
	margin: .43rem 0 0
}

.head-social li {
	margin: 0 0 0 .23rem;
}

.head-social li img {
	max-width: 25px;
}

.nav-bar {
	position: relative;
	background: #FFF;
}

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

.nav-bar .nav li {
	position: relative;
	display: block;
	text-align: left;
}

.nav-bar .nav>li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.nav-bar .nav>li>a {
	position: relative;
	display: block;
	height: .76rem;
	line-height: .76rem;
	padding: 0 .25rem;
	font-family: 'SourceSansProBold';
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
	color: #363636
}

.nav-bar .nav>li>a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 100%;
	background: rgba(237, 237, 237, .3)
}

.nav-bar .nav>li:hover>a:before,
.nav-bar .nav>li.nav-current>a:before {
	left: 0;
	width: 100%
}

.nav-bar .nav li li {
	display: block;
	*display: block;
	line-height: 35px;

}

.nav-bar .nav li li a {
	padding: 0 15px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.nav-bar .nav ul {
	width: 255px;
	position: absolute;
	top: .76rem;
	left: 0;
	background: rgba(237, 237, 237, .3);
	text-align: left;
	display: none;
	z-index: 999;

	background: #fff;
}

.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
	top: 0;
	left: 257px;
}

.nav-bar .nav ul li:hover>a {
	color: #00B1FF;
}

.nav-bar .nav li .nav-ico {
	margin: 0 0 0 6px;
	font-size: 16px;
}

.nav-bar .nav li .nav-ico:after {
	content: "\f0d7";
}

.nav-bar .nav li li .nav-ico {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 35px;

}

.nav-bar .nav li li .nav-ico:after {
	content: "\f0da";
}



.fixed-nav {
	position: fixed;
	width: 100%;
	top: 0;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-bar .logo {
	display: none;
}

.fixed-nav .logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixed-nav .logo a {
	display: block;
}

.fixed-nav .logo img {
	width: 50px;
	height: auto;
}

.fixed-nav .layout {
	display: flex;
}

.fixed-nav .a_lan_fixed {
	display: flex;
}

.fixed-lan-box {
	display: none;
}

.fixed-nav .fixed-lan-box {
	display: block;
}

.fixed-lan-box .head-search {
	margin-top: 20px;
}

.fixed-lan-box .change-language {
	position: relative;
	top: -5px;
}

.fixed_nav_Breadcrumbs {
	position: fixed;
	top: 76px;
	width: 100%;
	z-index: 100;
}

/*--------------------------footer---------------------------*/
.foot-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #222222;
}

.subscribe {
	position: relative;
	background: #626262;
	overflow: hidden;
}

.subscribe .layout {
	padding: .67rem 0 .67rem 1.38rem;
	background: url(img/inquiry.png) no-repeat left center;
}

.subscribe span {
	position: relative;
	display: block;
	width: 70.333%;
	font-size: 16px;
	color: rgba(163, 163, 163, 1);

}

.subscribe:hover span {
	color: #FFF
}

.subscribe .button {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -.2rem 0 0;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	height: .4rem;
	line-height: .4rem;
	padding: 0 .42rem 0 .15rem;
	cursor: pointer;
	border: 2px solid #fff;
	text-transform: uppercase;
	overflow: hidden;
}

.subscribe .button:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 10px;
	top: .15rem;
	right: .17rem;
	background: url(img/inq_arrow.png) no-repeat center center;
}

.subscribe .button::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 150%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

}

.subscribe .button:hover::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}

.subscribe:before {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	content: '';
	background: #00B1FF;
	position: absolute;
	left: -150%;
	top: 0;
	width: 100%;
	height: 100%;

	transform: skew(-30deg, 0deg);
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
}

.subscribe:after {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	content: '';
	background: #fff;
	position: absolute;
	left: -150%;
	top: 0;
	width: 100%;
	height: 100%;

	transform: skew(-30deg, 0deg);
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	box-shadow: 0px 0px 100px 39px #fff;
}

.subscribe:hover:before {
	left: -30%;
}

.subscribe:hover:after {
	left: -30%;
	opacity: 0;
}

.foot-items {
	position: relative;
	padding-top: .95rem;
	padding-bottom: .68rem;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.foot-items,
.foot-items a {
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'AkzidenzGroteskBQ-Light';
}

.foot-item .foot-tit {
	position: relative;
	font-size: 26px;
	font-family: 'AkzidenzGroteskBQ';
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
}

.foot-item .foot-tit::after {
	content: '';
	display: inline-block;
	width: 45px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.foot-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

/* .foot-item-contact{
	width:26%;
	padding:0 5% 0 0
	} */

/* .foot-item-contact li{
	position:relative;
	line-height:1.8;
	margin:0 0 .1rem
} */
/* .foot-item-contact li span{color:rgba(124,124,124,1)}  */

/* .foot-item-news{
	width:34%;
	padding:0 5% 0 0; 
	} */
.foot-item-news .new-item {
	position: relative;
	padding: 0 0 .1rem .32rem;
}

.foot-item-news .new-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: .13rem;
	height: .13rem;
	background: url(img/arrow.png) no-repeat left top;
	background-size: cover;
}

.foot-item-news .new-item time {
	font-style: italic;
	display: block;
	margin: 0 0 .1rem;
	color: rgba(124, 124, 124, 1)
}

.foot-item-news .new-item h3 {
	font-weight: normal;
	font-size: 16px;
}

.foot-item-news .owl-carousel .owl-controls .owl-dots {
	text-align: left;
	bottom: -.2rem;
}

.foot-item-list {
	width: 33.333%;
}

.foot-item-list li {
	vertical-align: top;
	text-align: left;
	line-height: 36px;
	position: relative;
}

.foot-item-list:nth-child(1) li,
.foot-item-list:nth-child(2) li {
	padding-left: 18px;
	box-sizing: border-box;
}

.foot-item-list:nth-child(1) li::before,
.foot-item-list:nth-child(2) li::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #B0B0B0;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.Copyright {
	font-family: 'AkzidenzGroteskBQ-Light';
	font-weight: 300;
	font-size: 16px;
	color: #EEEEEE;
	line-height: 26px;
	text-align: center;
	padding-bottom: 24px;
	padding-top: 14px;
	box-sizing: border-box;
	border-bottom: 0;
}

.Copyright a {
	color: #fff;
}

.Copyright a:hover {
	color: #00B1FF;
}

.foot_phone img {
	width: 18px;
	height: 18px;
	margin-right: 12px;
	margin-top: -1px;
}

.foot_email img {
	width: 21px;
	height: 15px;
	margin-right: 10px;
	margin-top: -2px;
}

.foot_addr {
	display: flex;
}

.foot_addr img {
	width: 16px;
	height: 18px;
	margin-right: 14px;
	margin-top: 9px;
}

.foot_youtobe {
	margin-top: 37px;
}

.foot_youtobe a {
	font-size: 0;
	margin-right: 13px;
}

.foot_youtobe img {
	width: 36px;
	height: 36px;
}

/*-------------------------------------------------------- 
													page: index
																	------------------------------------------------------*/

.page_content {
	padding: 0 0 .8rem;
}

.index-title-bar {
	text-align: center;
	padding: .53rem 0 .35rem;
}

.index-title-bar .title {
	position: relative;
	font-family: 'SourceSansProBold';
	font-size: .4rem;
}

.company-synopses {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #e0e0e0;
	padding: 0 0 .7rem;
}

.company-synopses ul {
	position: relative;
	width: 103.5%;
}

.synopsis-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 0 .42rem 0 0;
}

.synopsis-item .item-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	text-align: center;
}

.synopsis-item .item-wrap:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.synopsis-item .item-wrap:hover:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.synopsis-item .item-wrap .item-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

.synopsis-item .item-img {
	position: relative;
	overflow: hidden;
	padding-top: 60%;
	z-index: 2;
}

.synopsis-item:hover .item-img {
	opacity: .6
}

.synopsis-item .item-img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	margin: 0 0 .3rem;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease;
}

.synopsis-item:hover .item-img img {}

.synopsis-item .item-info {
	position: relative;
	text-align: right;
}

.synopsis-item .item-info .item-title {
	position: relative;
	font-size: .28rem;
	font-family: 'SourceSansProBold';
	text-align: center;
}

.synopsis-item .item-info .item-title,
.synopsis-item .item-info .item-title a {
	color: #626262
}

.synopsis-item .item-info .item-detail {
	position: relative;
	font-size: 16px;
	text-align: left;
	margin: .1rem 0 .1rem;
	min-height: 72px;
}

.synopsis-item .item-info .item-more,
.company_intr_cont .item-more {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 0 9px;
	height: 26px;
	line-height: 26px;
	background: #bfecff;
	border-radius: 5px;
	color: #FFF;
	letter-spacing: 1px;
}

.synopsis-item .item-info .item-more:hover,
.company_intr_cont .item-more:hover,
.news-synopsis-item .item-info .item-more:hover {
	background: #00B1FF;
}

.synopsis-item .item-info .item-more:after,
.company_intr_cont .item-more:after {
	content: "";
	width: 15px;
	height: 8px;
	background: url(img/right.png) no-repeat center center;
	position: absolute;
	right: 12px;
	top: 10px;
}

.company_intr_cont .item-more {
	display: none;
}

.index-product {
	position: relative;

	padding: 0 .34rem .3rem;
}

.product-items {
	position: relative;
}

.product-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 25%;
	text-align: center;
	margin: 0 0 .1rem;
}

.product-items .product-item {
	margin: 0 0 .2rem;
}

.product-items .product-item {
	width: 100%;
}

.product-item .item-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 .2rem 0 0;
}

.product-items .product-item .item-wrap {
	margin: 0 .12rem;
}

.product-item .item-img,
.product_item .item_img {
	position: relative;
	overflow: hidden;
	padding-top: 97%;
	background: #000;
	display: inline-block;
	width: 100%;
}

.product-item .item-img img,
.product_item .item_img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

.product-item .item-wrap:hover .item_img img,
.product_item .item-wrap:hover .item_img img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.product-item .item-img::after,
.product_item .item_img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

}

.product-item:hover .item-img::after,
.product_item:hover .item_img::after {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.product-item .item-info {
	position: relative;
	padding: .1rem;
}

.product-items .product-item .item-info {
	padding: .2rem;
}

.product-item .item-info .item-title {
	position: relative;
	font-size: 16px;
}

.product-items .product-item .item-info .item-title {}

.product-item .item-more {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.product-item .item-img {
	position: relative;
	overflow: hidden;
	padding-top: 97%;
	background: #000;
}

.product-item .item-img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

.a_link_news_list {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
}

/*----------------------------------page nav---------------------------------*/

/*like product*/
.goods-may-like {
	position: relative;
	overflow: hidden;
}

.goods-may-like .title {
	line-height: 35px;
	font-size: 18px;
	margin: 50px 0 20px;
	padding: 0 15px;
	text-transform: uppercase;
	background-color: #00B1FF;
	color: #fff;
}

.goods-may-like .product_item {
	width: 33.33333333%;
	margin: 0;
	padding: 0;
}

.goods-may-like .product_item figure {
	margin: 0;
	padding: 3px;
}

.goods-may-like .swiper-slide {
	width: 33.33333333%;
	overflow: visible;
}

.goods-may-like .swiper-control {
	position: absolute;
	right: 10px;
	top: 84px;
}

.goods-may-like .swiper-button-prev,
.goods-may-like .swiper-button-next {
	display: inline-block;
	width: 20px;
	height: 25px;
	line-height: 25px;
	font-size: 24px;
	margin-left: 5px;
	background: none;
	color: #5f5f5f;
	margin-left: 5px;
	position: static;
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(.8, 1);
	-ms-transform: scale(.8, 1);
	-o-transform: scale(.8, 1);
	transform: scale(.8, 1);
}

.goods-may-like .swiper-button-next.swiper-button-disabled,
.goods-may-like .swiper-button-prev.swiper-button-disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}

.goods-may-like .product_item figure:hover {
	border-color: #00B1FF;
	outline-color: #00B1FF;
}

.goods-may-like .product_item figure:hover .item_title a {
	color: #00B1FF;
}

.goods-may-like .product_item figure:hover img {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}


.path-bar {
	position: relative;
	line-height: .33rem;
	margin: 0 0 .5rem;
	background: #faf8f8;
}

.path-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
}

.path-bar li:after {
	content: "/";
	margin: 0 .15rem;

}

.path-bar li.current a {
	color: #00B1FF;
}

.path-bar li:last-child:after {
	display: none;
}

.page-bar {}

.pages {
	position: relative;
	text-align: right;
	margin: .3rem 0 0;
}

.pages a,
.pages span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	border: 1px solid #cfcfcf;
	line-height: .31rem;
	min-width: .26rem;
	padding: 0 .12rem;
	margin: 0 0 0 .09rem;
	border-radius: 2px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe', endColorStr='#ececec', gradientType='0');

	background: -moz-linear-gradient(top, #fefefe, #ececec);

	background: -o-linear-gradient(top, #fefefe, #ececec);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#ececec));
}

.pages a.current,
.pages a:hover {
	background: #00B1FF;
	color: #FFF;
	border-color: #00B1FF
}

.pages span {}

/*----------------------------------aside---------------------------------*/
.aside {
	float: left;
	width: 20.4%;
}

.side-tit-bar {
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'SourceSansProbold';
}

.side-widget {
	position: relative;
	margin: 0 0 20px;
}

.side-cate {
	padding: .18rem .11rem;
}

.side-cate li {
	position: relative;
	line-height: 32px;
	font-family: 'SourceSansProSemibold';
	font-size: 16px;
	margin: 0 .09rem;
}

.side-cate li li {
	font-family: 'SourceSansProRegular';
	line-height: 28px;
	font-size: 16px;
}

.side-cate ul {
	display: none;
	overflow: visible !important
}

.side-cate li a {
	position: relative;
	display: block;
}

.side-cate li .icon-cate {
	position: absolute;
	left: -.16rem;
	top: 11px;
	cursor: pointer;
	width: 9px;
	height: 9px;
}

.side-cate li li .icon-cate {
	top: 9px;
}

.side-cate li .icon-cate.icon-cate-down {
	background: url(img/up.png) no-repeat center center;
}

.side-cate li .icon-cate.icon-cate-up {
	background: url(img/down.png) no-repeat center center;
}

.side-cate li.nav-current>.icon-cate {
	color: #00B1FF;
}

.side-cate>li.nav-current>a,
.side-cate>li.nav-current>.icon-cate {
	color: #00B1FF;
}

.side-cate li li.nav-current>a {
	color: #00B1FF;
}

/* .side-cate li.nav-current > a,.side-cate li:hover > a,li.show_li >a{ color:#fbb11d;} */

.side-product-items {
	position: relative;
	padding: .4rem 8px;
}

.side-product-items .items_content {
	position: relative;
}

.side-product-items .items_content {}

.side_product_item {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: .15rem 0;
	overflow: hidden;
}

.side_product_item figure {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.side_product_item .item-img {
	position: relative;
	width: .85rem;
	display: table-cell;
	vertical-align: middle;
	padding: 0 .2rem 0 0;

}

.side_product_item .item-img img {
	position: relative;
	width: 100%;
}

.side_product_item figcaption {
	display: table-cell;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif
}

.side_product_item.videoItem {
	width: 48.5%;
	margin-right: 1.3%;
	margin-bottom: 30px;
	max-height: 400px;
	background-color: #000;
}

.side_product_item.videoItem figure {
	height: 100%;
}

.side_product_item video {
	width: 100%;
	height: 100%;
}

.video-box {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 15px;
	display: block;
	cursor: pointer;
}

.side-product-items .btn-prev {
	top: 20px;
	background: url(img/side_product_up.png) no-repeat center center;
}

.side-product-items .btn-next {
	bottom: 20px;
	background: url(img/side_product_down.png) no-repeat center center;
}

.aside .side-bn {
	max-width: 100%;
	margin: 0 0 25px 0;
}

.aside .side-bn img {
	max-width: 100%
}

/*----------------------------------main---------------------------------*/
.main {
	position: relative;
	width: 75%;
	float: right;
}

.main-tit-bar {

	margin: 0 0 .25rem;
	overflow: hidden;
}

.main-tit-bar .title {
	font-size: .24rem;
	font-family: 'SourceSansProBold';
	text-transform: uppercase;
	float: left;

}

.main-tit-bar .share-this {
	float: right;
}

.main-banner {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 89, 139, .2);
}

.main-banner .item,
.main-banner .item img {
	position: relative;
	width: 100%;
}

.main-banner .flex-direction-nav,
.main-banner .flex-control-nav {
	display: none;
}

.goods-summary {
	padding: .3rem 0 .35rem;

}

.goods-summary p {
	padding: 0 0 15px;
}

.items_list {
	position: relative;

}

.items_list ul {
	width: 102%;
}

/*-------------------------------------------------------- 
													page: single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro {
	position: relative;
	overflow: hidden;
}

.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor: move;
}

.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

.cloud-zoom-big {

	overflow: hidden;
	padding: 0px;
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

.product-view .product-image.zoom_remove:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
}

.product-view {
	position: relative;
	width: 43%;
	float: left;

}

.product-view .product-image {
	position: relative;
	border: 2px solid #e1e1e1;
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional {
	position: relative;
	width: 100%;
	margin: 20px 0;
}

.product-view .image-additional ul {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.product-view .image-additional li {
	position: relative;
	width: 100%;
	margin: 0 23px 0 0;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	position: relative;
	width: 100%;
	border: 3px solid transparent;
}

.product-view .image-additional li a {
	position: relative;
	display: block;
	padding: 0 .16rem;
}

.product-view .image-additional li.current img {
	border-color: transparent;
}

.product-view .image-additional img.popup {
	display: none;
}

.image-additional .owl-carousel .owl-controls .owl-nav {
	opacity: 1;
	visibility: visible;
	top: 50%;
	width: 100%;
	right: auto;
	left: 0;

	margin: -.14rem 0
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	border: none;
	/* background:none; */
	color: #000
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	/* background:none; */
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -8%;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
	right: -6%;
}

/*product summary*/
.product-summary {
	position: relative;
	width: 55%;
	float: right;
}

.product-summary .page_title {
	font-size: 24px;
	font-family: 'SourceSansProbold';
}

.product-summary .product-meta {
	line-height: 25px;
	font-size: 16px;
	font-family: 'SourceSansPro-Light';
}

.product-summary .product-meta ul {
	padding-left: 20px;
}

.product-summary .product-meta ul li {
	list-style: disc;
}

.product-summary .product-meta h3 {
	font-family: 'SourceSansProSemibold';
	margin: 0 0 10px;
	font-size: 16px;
}

.product-btn-wrap {
	position: relative;
	margin: 20px 0 0;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	background: #00B1FF;
	border: 1px solid #00B1FF;
	color: #FFF;
	margin: 0 20px 0 0;
	font-size: 16px;
}

.product-btn-wrap .buy {
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 30px;
}

.product-btn-wrap .email:before {
	content: "\f0e0";
	padding: 0 3px 0 0;
}

.product-btn-wrap .pdf:before {
	content: "\f1c1";
	padding: 0 3px 0 0;
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
	background: none;
	color: #00B1FF;
}

.product-summary .share-this {

	margin: 30px 0 0;
}

/* product detail */
.product-detail {
	position: relative;
	overflow: visible;


}

.detail-tabs {
	position: relative;
}

.detail-tabs .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	line-height: 33px;
	cursor: pointer;
	font-family: 'SourceSansProBold';
	font-size: 16px;
	margin: 0 .07rem 0 0;
	padding: 0 .18rem;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #c5c5cb;
	background: #FFF
}

.detail-tabs .title.current {
	color: #fff;
	background: #00B1FF;
	border-color: #00B1FF;
}

.product-detail .tab-panel-content {
	padding: .3rem 0;
	display: block;
	overflow: hidden
}

.product-detail .disabled {
	display: none;
}

/*like product*/
.goods-may-like {
	position: relative;
	margin: .5rem 0 .6rem;
}

.goods-title-bar {}

.goods-title-bar .title {
	font-family: 'SourceSansProBold';
	font-size: 18px;
	text-transform: uppercase;
}

.goods-items {
	width: 102%;
	margin: .25rem 0 0;
}

.goods-items .product-item {
	width: 100%;
}

.goods-items.owl-carousel .owl-controls .owl-nav {
	left: auto;
	right: .2rem;
	top: -.53rem;
	width: auto;

}

.goods-items.owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-items.owl-carousel .owl-controls .owl-nav .owl-next {
	position: relative;
	left: auto;
	right: auto;
	margin: 0 0 0 7px;
}

/*-------------------------------------------------------- 
													page: blog list
																	------------------------------------------------------*/
.blog_list {
	position: relative;
	width: 100%;
}

.blog-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: .2rem .2rem;
}

.blog-item:nth-child(2n+1) {
	background: #f9f9f9;
}

.blog-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

.blog-item .item-wrap {}

.blog-item .item-img {
	position: relative;
	display: block;
	max-width: 2rem;
	margin: 0 .2rem 0 0;
	float: left;
}

.blog-item .item-img img {
	position: relative;
	width: 100%;
}

.blog-item .item-info {}

.blog-item .item-info .item-title {
	font-size: 16px;
}

.blog-item .item-info time {
	display: block;
	font-style: italic;
	margin: 8px 0;
}

.blog-item .item-info .item-detail {}

.blog-item .item-info .item-more {
	float: right;
	color: #00B1FF;
	margin: 10px 0 0;
}

.ad_prompt {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 40px;
	margin: -20px 0 0;
	text-align: center;
	color: #ff6f00;
	font-size: 20px;
	-webkit-animation: twinkling 1s infinite ease-in-out;
	animation: twinkling 1s infinite ease-in-out;
	display: none;
}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.artic_tit p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsxq_page {
	padding-bottom: 70px;
}

.newsxq_fl {
	width: 66%;
	float: left;
}

.artic_tit h3 {
	color: #666666;
}

.artic_tit .back {
	float: right;
	color: #666666;
	font-size: 16px;
}

.artic_tit .back .iconfont {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
}

.artic_tit .back:hover {
	color: #1052EE;
}

.artic_tit h4 {
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0;
	margin-bottom: 30px;
}

.news_timg img {
	display: block;
	width: 100%;
}

.news_artic {
	padding: 60px 0;
}

.news_share,
.news_next .tit {
	float: left;
}

.news_share a {
	display: inline-block;
	margin-right: 20px !important;
	background: none !important;
	padding: 0 !important;
}

.news_share a.iconfont {
	font-size: 24px;
	color: #bbbbbb;
}

.news_share a.iconfont:hover {
	color: #1052EE;
}

.artic_content {
	font-size: 16px;
	line-height: 28px;
}

.artic_content img {
	max-width: 100% !important;
	height: auto !important;
}

.news_next {
	margin-top: 20px;
}

.news_next .tit {
	font-size: 22px;
	font-weight: bold;
}

.news_next .con {
	/* width: 92%; */
	/* float: left; */
	position: relative;
	box-sizing: border-box;
	font-size: 22px;
}

.news_next .con .div_news__h3 {
	font-size: 22px;
	font-weight: bold;
}

.news_next .time {
	position: absolute;
	border-top: 2px solid #dddddd;
	padding: 10px;
	border-bottom: 2px solid #ddd;
	text-align: center;
	font-family: "num2";
	right: 0;
	top: 50%;
	font-size: 16px;
	color: #999999;
	transform: translateY(-50%);
}

.news_next .time em {
	display: block;
	font-size: 40px;
	color: #000;
	line-height: 40px;
	margin-bottom: 5px;
}

.newsxq_fr {
	width: 28%;
	float: right;
}

.newsxq_fr .tit {
	font-size: 26px;
	font-weight: bold;
	color: #214c96;
}

.news_tj li a {
	display: block;
	padding: 35px 0;
	border-bottom: 1px solid #cccccc;
}

.news_tj li .div_news__h3 {
	font-size: 20px;
	line-height: 34px;
	/* height: 68px; */
	font-weight: bold;
	margin-bottom: 20px;
	/* overflow: hidden; */
}

.news_tj li .news_tj__h4 {
	font-size: 16px;
	color: #999999;
}

.news_tj li .lg {
	color: #214c96;
	margin-right: 10px;
}

.news_tj li:hover .div_news__h3 {
	color: #214c96;
}

/*-------------------------------------------------------- 
													page: download list
																	------------------------------------------------------*/
.download_list {
	position: relative;
	width: 100%;
}

.download-item {
	position: relative;
	overflow: hidden;
	padding: .15rem 0;
	margin: 0 0 .1rem;
	line-height: .3rem;
	border-bottom: 1px solid #eee;
}

.download-item .item-img {
	max-width: 25px;
}

.download-item .item-title {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	margin: 0 .1rem;
	font-size: 16px;
	font-weight: bold;
}

.download-item .item-button {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	float: right;
	line-height: .3rem;
	padding: 0 .15rem;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 5px;
	cursor: pointer;
}

.download-item .item-button:before {
	content: "\f019";
	margin: 0 .1rem 0 0;
}

.index-news-title-bar {
	text-align: center;
	padding: 1.14rem 0 .35rem;
}

.index-news-small-title {
	font-size: 21px;
	color: #333333;
	line-height: 37px;
	font-family: 'Arial';
}

.index-news-title-bar .title {
	position: relative;
	font-family: 'Arial';
	font-weight: bold;
	font-size: .4rem;
	color: #00B1FF;
}

.news-company-synopses {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 0 .7rem;
}

.news-company-synopses ul {
	position: relative;
	width: 103.5%;
}

.news-synopsis-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 0 .42rem 0 0;
}

.news-synopsis-item .item-date {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 16px;
	color: #00B1FF;
	line-height: 18px;
	margin-bottom: 8px;
	margin-top: 17px;
}

.news-synopsis-item .item-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

.news-synopsis-item .item-wrap:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.news-synopsis-item .item-wrap:hover:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.news-synopsis-item .item-wrap .item-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

.news-synopsis-item .item-img {
	position: relative;
	overflow: hidden;
	padding-top: 55%;
	z-index: 2;
}

.news-synopsis-item:hover .item-img {
	opacity: .6
}

.news-synopsis-item .item-img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease;
}

.news-synopsis-item:hover .item-img img {}

.news-synopsis-item .item-info {
	position: relative;
}

.news-synopsis-item .item-info .item-title {
	position: relative;
	font-size: 16px;
	font-family: 'Arial';
	font-weight: bold;
	color: #333333;
	text-align: left;
	min-height: 72px;
	height: 100px;
	display: -webkit-box;
}
@media (max-width: 951px){
	.news-synopsis-item .item-info .item-title {
		position: relative;
		font-size: 16px;
		font-family: 'Arial';
		font-weight: bold;
		color: #333333;
		text-align: left;
		min-height: 72px;
		height: auto;
		display: -webkit-box;
	}
}
.news-synopsis-item:hover .item-info .item-title {
	color: #00B1FF;
}

.news-synopsis-item .item-info .item-title,
.news-synopsis-item .item-info .item-title a {
	color: #333
}

.news-synopsis-item .item-info .item-detail {
	position: relative;
	font-size: 16px;
	text-align: left;
	margin: .1rem 0 .2rem;
	color: #666;
	min-height: 70px;
	height: 130px;
}
@media (max-width: 951px){
	.news-synopsis-item .item-info .item-title {
		position: relative;
		font-size: 16px;
		font-family: 'Arial';
		font-weight: bold;
		color: #333333;
		text-align: left;
		min-height: 72px;
		height: auto;
		display: table-row-group;
	}
	.news-synopsis-item .item-info .item-detail {
		position: relative;
		font-size: 16px;
		text-align: left;
		margin: .1rem 0 .2rem;
		color: #666;
		min-height: 70px;
		height: auto;
	}
}
.news-synopsis-item .item-info .item-more {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 0 9px;
	height: 26px;
	line-height: 26px;
	background: #bfecff;
	border-radius: 5px;
	color: #FFF;
	letter-spacing: 1px;
}

.news-synopsis-item .item-info .item-more:after {
	content: "";
	width: 15px;
	height: 8px;
	background: url(img/right.png) no-repeat center center;
	position: absolute;
	right: 12px;
	top: 10px;
}

@media (max-width: 500px){
.news-synopsis-item .item-info .item-detail {
    position: relative;
    font-size: 16px;
    text-align: left;
    margin: 0.1rem 0 0.2rem;
    color: #666;
    min-height: 70px;
    height: auto;
	display: none;
}
}

.index_hd {
	position: relative;
	margin-bottom: 35px;
}

.index_hd .hd_title {
	color: #00B1FF;
	font-size: 30px;
	text-transform: capitalize;
	line-height: 1;
	font-family: "Nexa-Bold";
}

.index_hd .hd_desc {
	color: #e4e4e4;
	font-size: 70px;
	font-family: "Freehand521BT";
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1;
	z-index: -1;
}

.index_company_intr .hd_title {
	text-transform: uppercase;
}

.index_company_intr .hd_desc {
	color: #f8f8f8;
}

.learn_more {
	line-height: 37px;
	display: table;
	margin-top: 54px;
	text-transform: uppercase;
	padding: 0 38px;
	border: 1px solid #00B1FF;
	color: #878787;
	font-family: "Nexa-Light";
	overflow: hidden;
	position: relative;
}

.learn_more a {
	position: relative;
	z-index: 0;
}

.learn_more .btn_more.hover_color {
	color: #fff;
}


/*index_company_intr*/
.index_company_intr {
	background-color: #f1f1f1;
}

.index_company_intr .flex_row {
	align-items: center;
}

.index_company_intr .company_intr_img {
	-webkit-box-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	float: left;
}

.index_company_intr .company_intr_cont {
	position: relative;
	padding: 90px 85px;
	background: #fff;
	max-width: 50%;
	width: calc(50% - 100px);
	-webkit-box-flex: 0 0 calc(50% - 100px);
	-webkit-flex: 0 0 calc(50% - 100px);
	-ms-flex: 0 0 calc(50% - 100px);
	flex: 0 0 calc(50% - 100px);
	margin-left: -90px;
	float: left;
	z-index: 99;
}

.index_company_intr .company_intr_cont .intr_cont_inner {}

.index_company_intr .company_intr_desc {
	color: #484848;
	line-height: 24px;
	font-size: 16px;
	font-family: "SourceSansProLight ,Arial, Helvetica, sans-serif";
}

.index_company_intr .company_intr_img {
	position: relative;
	z-index: 1;
}

.index_company_intr .company_intr_img img {
	display: block;
	width: 100%;
	height: auto;
}

.index_company_intr .company_intr_slider {}

.index_company_intr .swiper-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.index_company_intr .swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, .6);
}

.index_company_intr .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, .6);
}


/*-------------------------------
swiper-slide start
----------------------------------*/
.slider_banner {
	position: relative;
	overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: -25px;
	z-index: 2;
	cursor: pointer;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 30px;
}

/* .swiper-button-next:before, .swiper-button-prev:before { display: inline-block; background-image: url(img/arr_icon.png); content: ""; width: 23px; height: 36px; transition: all ease-in-out .35s; -webkit-transition: all ease-in-out .35s; vertical-align: top; } */
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	/*pointer-events:none;*/
	opacity: 0.3;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
	background-position: 0 -60px;
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
	background-position: 0 0px;
}

.swiper-button-next:hover:before {
	background-position: -78px 0px;
}

.swiper-button-prev:hover:before {
	background-position: -78px -60px;
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 2
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet,
.swiper-pagination-bullet:before,
.swiper-pagination-bullet:after {
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: top;
}

.swiper-pagination-bullet {
	margin: 0 5px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #bfecff;
}

.swiper-pagination-bullet:after {
	content: '';
	background-color: #fff;
}

.swiper-pagination-bullet-active:after {
	background-color: #bfecff;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	margin: 10px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .3s -webkit-transform;
	transition: .2s top, .3s -webkit-transform;
	-o-transition: .2s transform, .3s top;
	transition: .2s transform, .3s top;
	transition: .2s transform, .3s top, .3s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .3s -webkit-transform;
	transition: .2s left, .3s -webkit-transform;
	-o-transition: .2s transform, .3s left;
	transition: .2s transform, .3s left;
	transition: .2s transform, .3s left, .3s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .3s -webkit-transform;
	transition: .2s right, .3s -webkit-transform;
	-o-transition: .2s transform, .3s right;
	transition: .2s transform, .3s right;
	transition: .2s transform, .3s right, .3s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #bfecff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal {
	overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

.main-banner .slider_swiper_buttons {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.index_show_advantage_wrap .swiper-pagination,
.product_classification_wrap .swiper-pagination {
	display: none;
}

@media screen and (max-width: 480px) {
	.swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 5px;
	}
}

/*ie*/
.swiper-container {
	overflow: hidden\9;
}

.swiper-container .swiper-wrapper {
	width: 20000%\9;
}

.swiper-slide {
	float: left\9;
}

.product_slider .product_item {
	width: 25%\9;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.swiper-container .swiper-wrapper {
		width: auto;
	}
}

/*-------------------------------
			swiper-slide end
			----------------------------------*/



/* banner */
.slider_banner {
	/* padding-top: 6.1875rem; */
}

.slider_swiper_buttons .swiper-button-white:hover .icon-arrow-left,
.slider_swiper_buttons .swiper-button-white:hover .icon-arrow-right {
	border: 1px solid #FF8E32;
}

.swiper-button-white {
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.swiper-button-white:hover {
	opacity: .8;
	width: 1.3rem;
}

.banner_button_prev {
	left: 0;
	top: 0;
	width: 0.65rem;
	height: 100%;
	opacity: .1;
	background: #FFF;
	text-align: center;
}

.banner_button_next {
	right: 0;
	top: 0;
	width: 0.65rem;
	height: 100%;
	opacity: .1;
	background: #FFF;
	text-align: center;
}

.banner_button_prev::before {
	font-family: 'fontawesome';
	content: "\f104";
	font-size: 36px;
	color: #000;
	position: relative;
	top: 40%;
	margin-left: 40%;
	transform: translateX(-50%);
}

.banner_button_next::before {
	font-family: 'fontawesome';
	content: "\f105";
	font-size: 36px;
	color: #000;
	position: relative;
	top: 40%;
	margin-left: 40%;
	transform: translateX(-50%);
}

.banner_button_prev span,
.banner_button_next span {
	font-size: 60px;
}

.swiper-button-white .iconfont {
	color: #fff;
}

.slider_banner .swiper-pagination {
	width: 100%;
	left: 0;
	bottom: 21px;
	text-align: center;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 2;
}

.pc-imgbanner {
	display: block;
}

.mobile-imgbanner {
	display: none;
}

/* banner end*/
.message-ul,
.down-arrow {
	display: none;
}

.content-wrap.form .ch_form_wrap {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.content-wrap.form .ch_form_wrap .title {
	/* background:#013e5a; */
	width: 100%;
	/* height:55px; */
	/* line-height:55px; */
	/* color:#fff; */
	margin: 0;
	padding: 0;
	font-size: 16px;
	padding: 0 20px;
	font-weight: normal;
}

.content-wrap.form .ch_form_wrap .title em {
	font-style: normal
}

.content-wrap.form .ch_form_wrap .title svg {
	display: none
}

.content-wrap.form .ch_form_wrap form {
	position: relative;
}

.content-wrap.form .ch_form_wrap ul {
	padding: 20px 20px 5px;
}

.content-wrap.form .ch_form_wrap ul li {
	position: relative;
	list-style: none;
	margin: 0 0 14px;
	display: flex;
	min-height: auto;
	line-height: 40px;
}

.content-wrap.form .ch_form_wrap ul li label {
	float: left;
	min-width: 80px
}

.content-wrap.form .ch_form_wrap ul,
.content-wrap.form .ch_form_wrap ul li,
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
	position: relative;
	width: 100%;
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
	border: 1px solid #eee;
	border-left: 3px solid #ff6f00;
	height: 39px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.content-wrap.form .ch_form_wrap ul textarea {
	height: 95px;
	padding: 10px;
	resize: none;
}

.content-wrap.form .ch_form_wrap .item_submit {
	padding: 0 20px;
}

.content-wrap.form .ch_form_wrap .item_submit input {
	width: 100%;
	height: 33px;
	color: #fff;
	background: #00B1FF;
	border: none;
	cursor: pointer;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
	background: #ff6f00;
}

.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
	position: absolute;
	right: 7px;
	top: 0;
	display: block;
	line-height: 39px;
	color: red;
	pointer-events: none;
}

.content-wrap.form .ch_form_wrap .Validform_error {
	border-color: red !important;
	border-left-color: #013e5a !important
}

.content-wrap.form .ch_form_wrap .form_tip {
	position: relative;
	color: red;
	padding: 0 0 10px;
}

.content-wrap.form .ch_form_wrap .email_point {
	display: none;
}

.content-wrap.form .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
	width: 60px;
	height: 30px;
	margin: 5px 10px
}

.content-wrap.form #gif-show {
	top: 0 !important;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.content-wrap.form #gif-show img {
	margin-top: 0 !important;
}

.content-wrap.form .ch_form_wrap .item_submit input {
	width: 100%;
	height: 33px;
	color: #fff;
	background: #00B1FF;
	border: none;
	cursor: pointer;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
}

.gtm_submit_btn {
	background-color: #333333;
	width: 150px !important;
	height: 40px !important;
	color: #fff;
	margin-top: 15px !important;
}

.form-btn-wrapx .form-btn-submitx {
	width: auto;
}

/*-------------------------------------------------------- 
													page: faq list
																	------------------------------------------------------*/
.faq_list {
	position: relative;
	width: 100%;
}

.faq-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 .35rem;
	border-bottom: 1px solid #eee;
}

.faq-item .faq-title {
	position: relative;
	font-size: 16px;
	line-height: .3rem;
	padding: .15rem 0;
	cursor: pointer;
}

.faq-item .faq-title:before {
	position: absolute;
	content: "\f067";
	left: -.35rem;
	top: 50%;
	margin: -.13rem 0 0;
	border: 1px solid #000;
	border-radius: 50%;
	width: .2rem;
	height: .2rem;
	text-align: center;
	line-height: .2rem;
	font-size: 16px;
	font-weight: normal;
}

.faq-item .faq-title.show-title:before {
	content: '\f068';
}

.faq-item .faq-cont {
	margin: 0 0 .25rem;
	display: none;
}

.faq-item:first-child .faq-cont {
	display: block;
}

.faq-item .div_h3 {
	font-size: .16rem;
	color: #222;
}

.contact_for {
	margin: 0 auto;
}

.contact_for p {
	font-size: 16px;
	color: #999;
}

.Asterisk_Text .asterisk_red {
	color: red;
	display: inline-block;
	text-align: center;
	position: absolute;
	/* left: 2px; */
	top: 6%;
}

.contact_for .gaug_outfit {
	font-size: 20px;
}

.header_ul li img {
	width: auto;
}

.header_ul {
	list-style: none;
	width: 100%;
	flex-wrap: wrap;
	padding: 22;
}

.header_ul li {
	margin-top: 22px;
	padding: 17px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	position: relative;
	padding-left: 70px;
	width: 22.5%;
	margin-left: 3%;
	margin-bottom: 2%;
}

.contact_for .header_ul li .t1 {
	/* width: 30%; */
	text-align: right;
	width: 49px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 26px;
	margin-top: -13px;
}

.contact_for .header_ul li .t1 img {
	width: auto;
	max-width: 24px;
}

.contact_for .header_ul li .t2 {
	margin-right: 10px;
}

.contact_for .header_ul li .t2 a {
	width: 100%;
	display: block;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 1.2;
}

.contact_for .header_ul li .t2 p {
	color: #666666;
}

.contact_for .header_ul .content_ewm .t3 {
	height: auto;
}

.header_ul li.content_ewm img {
	max-width: 116px;
}


/**详情排版*/
.product-introduction-title {
	position: relative;
	font-size: 24px;
	color: #00B1FF;
	font-weight: bold !important;
	border-bottom: 1px solid rgba(0, 177, 255, 0.5);
	padding-bottom: 7px;
	margin-bottom: 5px;
	margin-top: 17px;
}

.product-introduction-title::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #00B1FF;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
}

.product-introduction-title::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #00B1FF;
	position: absolute;
	bottom: 3px;
}

.product-introduction-title .detail-title-lar {
	padding-left: 12px;
	font-size: 24px;
	color: #00B1FF;
	font-weight: bold !important;
	font-family: 'Arial-Black';
}


.fl-rich-text p,
.fl-rich-text span {
	color: #333333 !important;
	font-size: 16px !important;
	font-family: 'Arial';
}

.fl-rich-text span {
	padding: 8px 0;
	display: block;
}

.before-line {
	position: relative;
	padding-left: 24px !important;
}

.before-line::before {
	content: '';
	display: block;
	width: 17px;
	height: 2px;
	background: #00B1FF;
	position: absolute;
	left: 0;
	top: 20px;
}

.page-bar .pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.icon-top-s:before {
	content: "\e629"
}

.icon-email-fill:before {
	content: "\e623"
}

.fix_kf {
	position: fixed;
	z-index: 10;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	z-index: 10000
}

.fix_kf .kf-item {
	position: relative;
	width: 50px;
	height: 50px;
	margin-right: 0;
	display: block;
	line-height: 0;
	font-size: 0;
	margin-bottom: 2px;
	background-color: #666
}

.fix_kf .kf-item .iconfont {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.fix_kf .kf-item .list-box {
	padding: 0 10px;
	display: none;
	width: auto;
	height: auto;
	position: absolute;
	right: 100%;
	top: 0
}

.fix_kf .kf-item .list-box>ul {
	padding: 12px 0;
	background-color: #00B1FF;
	color: #fff
}

.fix_kf .kf-item .list-box>ul>li {
	min-width: 100px;
	text-align: right;
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding: 0 20px;
	white-space: nowrap
}

.fix_kf .kf-item .list-box>ul>li>img {
	margin-bottom: 6px;
	max-width: 120px
}

.fix_kf .kf-item .list-box>ul>li>.wechat-text {
	display: none;
	padding: 0 10px;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.fix_kf .kf-item .list-box>ul>li>.wechat-text span {
	display: inline-block;
	white-space: nowrap;
	line-height: 30px;
	padding: 3px 15px;
	background-color: #00B1FF;
	color: #fff
}

.fix_kf .kf-item .list-box>ul>li>a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	white-space: nowrap
}

.fix_kf .kf-item .list-box>ul>li>a:hover {
	font-weight: 700
}

.fix_kf .kf-item .list-box>ul>li:hover>.wechat-text {
	display: block
}

.fix_kf .kf-item:hover {
	background-color: #00B1FF
}

.fix_kf .kf-item:hover .list-box {
	display: block
}

.fix_kf .kf-item:hover .iconfont {
	color: #fff
}

.fix_kf.radius .kf-item {
	border-radius: 5px
}

.fix_kf.radius .kf-item .list-box ul {
	border-radius: 5px
}

.fix_kf.radius .kf-item .list-box>ul>li>.wechat-text span {
	border-radius: 5px
}

@media screen and (max-width: 1600px) {
	.iH_nav li a {
		font-size: 16px
	}
}

@media screen and (max-width: 1360px) {
	.fixed-lan-box .change-language {
		position: relative;
		top: -12px;
	}

	.fixed-lan-box .head-search {
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	.fix_kf {
		transform: unset;
		right: 0;
		top: auto;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
		background-color: #333
	}

	.fix_kf .kf-item {
		width: 12.66666%;
		margin: 0 2% 0;
		text-align: center;
		background-color: unset;
		box-shadow: none;
		float: left
	}

	.fix_kf .kf-item .list-box {
		padding: 0 0 10px;
		right: unset;
		top: unset;
		left: 0;
		bottom: 100%;
		width: auto;
		height: auto
	}
}

@media screen and (max-width: 520px) {
	.fix_kf .kf-item {
		margin: 0
	}
}

@media only screen and (max-width: 900px) {
	.contact_for .header_ul li {
		width: 45% !important;
		margin-left: 3% !important;
	}

	.contact_for .header_ul li:nth-of-type(2n+1) {
		margin-left: 0 !important;
	}
}

.contact_for .header_ul .t3 {
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
}

.Asterisk_Text textarea {
	height: 233px;
	border: 1px solid #eee !important;
	background-color: #f1f1f1;
	border-radius: 5px;
	resize: none;
	/* padding-left: 3%; */
	width: 100%;
	resize: none;
	padding-left: 1% !important;
}

.Asterisk_Text textarea::placeholder {
	color: #999;
}


@media only screen and (max-width: 1680px) {
	html {
		font-size: 547%;
	}

	.index_company_intr .company_intr_cont {
		max-width: 50%;
		width: 50%;
		-webkit-box-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 60px 60px;
		margin-left: -60px;
	}
}

@media only screen and (max-width: 1440px) {
	html {
		font-size: 479%;
	}
}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 448%;
	}

	/* .layout,.path-bar .path-nav,.nav-bar .nav{width:980px;} */
	/* body{min-width:980px;font-size: 16px;} */
	.company-synopses ul,
	.partner_items {
		width: 100%;
	}

	.partner_item .item-img {
		padding: 0 .11rem;
	}

	.nav-bar .nav>li>a,
	.path-bar li {
		font-size: 16px
	}

	.gotop,
	.product-item .item-info .item-title {
		font-size: 16px;
	}

	.side-tit-bar .side-tit,
	.side-cate li,
	.foot-item .foot-tit {
		font-size: 16px;
	}

	.side-cate li li {
		font-size: 16px;
	}

	/*index*/
	.index_hd {
		margin-bottom: 15px;
	}

	.index_hd .hd_desc {
		font-size: 45px;
	}

	.index_hd .hd_title {
		font-size: 24px;
	}

	.learn_more {
		margin-top: 30px;
	}

	.index_company_intr .company_intr_cont {
		padding: 30px;
		margin-left: -30px;
	}
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {
	html {
		font-size: 570%;
	}

	/* .layout,.path-bar .path-nav,.nav-bar .nav{width:98%;} */
	body {
		min-width: 98%;
	}

	.items_list ul,
	.goods-items {
		width: 100%
	}

	.scrollsidebar,
	.gotop {
		display: none !important;
	}

}

@media only screen and (max-width: 950px) {
	.page_aboutIntro {
		padding-top: 0 !important;
	}

	.main-tit-bar {
		display: flex;
		flex-direction: column;
	}

	.banner_button_prev,
	.banner_button_next {
		display: none;
	}

	.slider_banner .swiper-pagination {
		bottom: 1px;
	}

	.swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	.synopsis-item {
		padding: 0;
		margin-bottom: 30px;
	}

	.synopsis-item .item-info {
		text-align: left;
	}

	.synopsis-item .item-info .item-more {
		background: #00B1FF;
	}

	.synopsis-item .item-info .item-title {
		margin-top: 10px;
		text-align: left;
		color: #333;
	}

	.company-synopses {
		padding: 0 0 0.4rem;
		border-bottom: 1px solid #e0e0e0;
	}

	.news-company-synopses {
		border-bottom: 0;
	}

	.index-title-bar {
		text-align: center;
		padding: 0.43rem 0 0.25rem;
	}

	.product-items .product-item .item-wrap {
		margin: 0 .06rem;
	}

	.owl-carousel .owl-controls .owl-nav .owl-prev {
		left: -9px;
	}

	.owl-carousel .owl-controls .owl-nav .owl-next {
		right: -9px;
	}

	.owl-carousel .owl-controls .owl-nav {
		top: 26%;
	}

	.mobile-logo img {
		width: 57px;
		height: 62px;
	}

	.mobile-logo {
		flex: 1;
	}

	.z10000 {
		position: relative;
		z-index: 100000;
	}

	.header,
	.company-synopses .index-title-bar {
		display: none;
	}

	.company-synopses {
		margin-top: 15px;
	}

	.mobile-body-mask {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
	}

	.mobile-ico-close {
		width: 30px;
		height: 30px;
		background: #fff url(img/mobile_close.png) center center no-repeat;
		background-size: 50% auto;
		position: absolute;
		right: -35px;
		top: 0;
	}

	img {
		max-width: 100%;
	}

	.sub-content {
		position: relative;
		display: block;
		right: auto;
		border-radius: 0;
		border: none;
		box-shadow: none;
		z-index: 99999;
	}

	.lang-more {
		display: none !important
	}

	.mobile-head-items {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		height: 76px;
		line-height: 25px;
		text-align: left;
		display: flex;
		align-items: center;
		padding-left: 15px;
	}

	.mobile-head-item {
		float: left;
		width: 45px;
	}

	.mobile-head-item.mobile-head-aside {
		float: right
	}

	.mobile-head-item .title {
		width: 100%;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		text-align: center;
		color: #00B1FF;
	}

	.mobile-head-item .title a {
		position: relative;
		display: block;
		color: #00B1FF;
	}

	.mobile-head-item .title .iconfont {
		color: #00B1FF;
		font-size: 18px;
	}

	/* .mobile-head-item.mobile-head-home .title a:before{content:'\f015';}	
.mobile-head-item.mobile-head-nav .title:before{content:'\f0c9';}
.mobile-head-item.mobile-head-language .title:before{content:"\f1ab";}	
.mobile-head-item.mobile-head-search .title:before{content:"\f002";}			 */
	.mobile-head-item.mobile-head-social .title:before {
		content: "\f007";
	}

	.mobile-head-item.mobile-head-aside .title:before {
		content: "\f060";
	}

	.mobile-head-item .main-content-wrap {
		background: #FFF;
		top: 0;
		display: block;
		z-index: 99999;
	}

	.mobile-head-item .main-content-wrap .content-wrap {
		overflow-y: scroll;
		height: 100%;
		padding: 15px 10px;
	}

	.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
		overflow-y: hidden;
	}

	.mobile-head-item .side-content-wrap {
		position: fixed;
		display: block;
		left: -70%;
		width: 70%;
		height: 100%;
	}

	.mobile-head-item .middle-content-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		height: auto;
		padding: 20px 0;
		opacity: 0;
		visibility: hidden;
	}

	.mobile-head-item .middle-show-content-wrap {
		top: 30px;
		visibility: visible;
		opacity: 1;
	}

	.nav-bar,
	.topbar,
	.header .head-social {
		display: none !important;
	}

	.head-wrapper {
		padding: 76px 0 0;
	}

	.header {
		height: auto;
		z-index: 0;
	}

	.logo {
		position: relative;
		display: block;
		text-align: center;
	}

	.logo img {
		max-height: .8rem;
	}

	.head-search {
		width: 100%;
	}

	.head-social {
		float: none;
		margin: 0;
	}

	.head-search-form {
		position: relative;
		width: 100%;
		height: 35px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	/*nav */

	.nav li {
		position: relative;
		display: block;
		width: 100%;
		font-size: 16px;
	}

	.nav>li {
		border-bottom: 1px solid #eee;
		line-height: 35px;
	}

	.nav>li:after {
		content: '\f105';
		position: absolute;
		right: 0;
		top: 0;
		color: #999;
		font-size: 16px;
	}

	.nav li ul {
		display: block;
		width: 100%;
	}

	.nav li ul li {
		width: auto;
		padding: 0 10px;
		font-size: 16px;
		text-transform: lowercase;
		line-height: 30px;
	}

	.nav li ul li:before {
		content: "";
		width: 3px;
		height: 3px;
		background: #999;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 15px;
	}

	.nav li ul li li {
		line-height: 25px;
		font-family: 'SourceSansProLight';
	}

	.nav li ul li li:before {
		display: none;
	}

	.subscribe .button {
		width: 94px;
		height: 23px;
		line-height: 19px;
		font-size: 16px;
		color: #E5E5E5;
		text-align: center;
		padding: 0;
	}

	.subscribe .button:after {
		display: none;
	}

	.subscribe span {
		font-size: 16px;
		color: #E5E5E5;
	}

	.subscribe .layout {
		background-size: 40px;
		padding: 0.28rem 0 0.31rem 0.58rem;
	}

	.banner_flexslider .flex-direction-nav {
		display: none !important;
	}

	.index-product {
		padding: 0;
	}

	.product-item .item-img {
		background: none;
	}

	.product-item .item-img::after {
		display: none;
	}

	.index-product .owl-carousel .owl-controls .owl-dots {
		bottom: 0;
		display: none !important;
	}

	.partner_item {
		width: 25%
	}

	/* .foot-item-contact,.foot-item-news,.foot-item-list{ width:50%; margin:0 0 .3rem; padding:0 .3rem 0  0;} */
	.product-item {
		width: 33.3333%
	}

	/* aside */

	.aside {
		display: none;
	}

	.side-product-items .btn-prev,
	.side-product-items .btn-next {
		display: none;
	}

	.side_product_item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	/* main */
	/* .owl-carousel .owl-controls .owl-nav .owl-prev {background: #00B1FF url(img/pd_left.webp) no-repeat center center;} */
	.owl-carousel .owl-controls .owl-nav .owl-prev,
	.owl-carousel .owl-controls .owl-nav .owl-next {
		border: 0 !important;
	}

	.main {
		width: 98%;
		float: none;
		margin: 0 auto;
	}

	.foot-item .foot-tit {
		border-bottom: 1px solid #fff;
		font-family: 'Arial-BoldMT';
		font-weight: bold;
	}

	.foot-item .foot-tit:first-child {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 12px;
		margin-bottom: 10px;
	}

	.foot-item:nth-child(2) .foot-tit {
		display: none;
	}

	.foot-item:last-child .foot-tit {
		border-bottom: 0;
		margin-top: 37px;
		padding-bottom: 0;
	}

	.foot-item:last-child .foot-cont {
		margin-top: 32px;
	}

	.foot-item .foot-tit::after,
	.foot-item-list:nth-child(2) li::before {
		display: none;
	}

	.foot-item:last-child .foot-tit:after {
		display: block;
		width: 25px;
	}

	.foot-item-list {
		width: 100%;
	}

	.foot-item-list:nth-child(2) li {
		padding-left: 0;
		border-bottom: 1px solid #fff;
		padding-bottom: 4px;
		padding-top: 12px;
	}

	.foot-item-list:nth-child(2) li a {
		font-family: 'Arial-BoldMT';
		font-weight: bold;
		font-size: 16px;
	}

	.foot-item-list:nth-child(1) .foot-cont {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease-in-out;
	}

	.foot-item-list img.down-arrow {
		transform: rotate(-90deg);
		transition: 0.5s ease-in-out;
	}

	.foot-item-list.isShow img.down-arrow {
		transform: rotate(0deg);
	}

	.foot-item-list.isShow .foot-cont {
		max-height: 290px;
	}

	.foot_youtobe {
		display: none;
	}

	.foot-items {
		padding-top: .36rem;
		padding-bottom: .32rem;
		border-bottom: 0;
	}

	.foot-items,
	.foot-items a {
		font-size: 16px;
	}

	.Copyright {
		border-top: 1px solid rgba(255, 255, 255, .2);
		margin-bottom: 58px;
	}

	.Copyright .layout {
		display: flex;
		flex-direction: column;
		text-align: left;
		font-size: 16px;
	}

	.text-large {
		text-transform: uppercase;
	}

	.down-arrow {
		display: block;
	}

	.message-ul {
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}

	.message-ul li {
		width: 25%;
		height: 58px;
		line-height: 58px;
		text-align: center;
		background: #26BDFF;
	}

	.message-ul li:nth-child(2n) {
		background: #00B1FF;
	}

	.news-synopsis-item {
		margin-bottom: 30px;
	}

	.news-synopsis-item:last-child {
		margin-bottom: 0;
	}

	.index-news-small-title {
		display: none;
	}

	.index-news-title-bar {
		padding: 0 0 0.2rem;
	}

	.index-news-title-bar .title {
		font-size: 28px;
		color: #333333;
	}

	.news-synopsis-item .item-info .item-more {
		background: #00B1FF;
	}

	.learn_more {
		display: none;
	}

	.company_intr_cont .item-more {
		display: inline-block;
		background: #507686;
		background: #00B1FF;
		margin-top: 20px;
	}

	.index_company_intr .swiper-pagination {
		bottom: 0;
	}

	.index_hd .hd_desc {
		display: none;
	}

	.index_hd .hd_title {
		color: #333333;
	}

	.index_company_intr .company_intr_desc {
		padding: 0;
	}

	.owl-carousel .owl-controls .owl-nav .owl-prev,
	.owl-carousel .owl-controls .owl-nav .owl-next {
		position: absolute;
		display: inline-block;
		width: 24px;
		height: 34px;
		text-align: center;
		color: #00B1FF;
		border: 1px solid #ededed;
	}

	.product-item .item-info .item-title a {
		color: #333;
	}

	.newsxq_page {
		display: flex;
		flex-direction: column;
	}

	.newsxq_fl {
		width: 100%;
	}

	.newsxq_fr {
		width: 100%;
		margin-top: 20px;
	}

	/* product intro */
	.video_close {
		display: none
	}

	.image-additional li.image-item.current img {
		border: none;
	}

	.product-view {
		width: 50%;
		float: none;
		margin: 0 auto;

	}

	.product-view .product-image {
		display: none
	}

	.product-view .image-additional {
		width: 100%;
		margin: 0;
	}

	.product-view .image-additional ul {
		width: 100%;
	}

	.product-view .image-additional li {
		width: 100%;
		margin: 0;
	}

	.product-view .image-additional li a {
		padding: 0;
	}

	.product-view .image-additional li.current img {
		border-color: inherit;
	}

	.product-view .image-additional li.single {
		display: block
	}

	/* product summary */
	.product-summary {
		position: relative;
		width: 100%;
		float: none;
	}

	.product-summary .share-this {
		float: none;
		margin: 30px 0;
	}

	/* product detail  */
	.mobile-tab-items {
		display: none;
	}

	.tab-content-wrap.product-detail {
		margin-top: 60px;
	}

	.tab-content-wrap .mobile-tab-items .mobile-tab-item {
		margin: 0 0 30px;
	}

	.tab-content-wrap .mobile-tab-items .mobile-tab-title {
		font-family: 'SourceSansProSemibold';
		margin: 0 0 15px;
	}

	.tab-content-wrap .mobile-tab-items .mobile-tab-panel {}

	.index_company_intr .company_intr_cont {
		padding: 15px;
		margin-left: 0;
	}

	.index_show_product_wrap .index_hd {
		margin: 30px 0 15px 0;
	}

	.advantage_item {
		text-align: center;
	}

	.news-synopsis-item {
		width: 100%;
		padding-right: 0;
	}

	.index-title-bar .title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 768px) {
	.blog-item .item-img {
		max-width: 1.5rem
	}

	.index_company_intr .company_intr_cont,
	.index_company_intr .company_intr_img {
		-webkit-box-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.index_company_intr .company_intr_slider {
		margin-left: 0;
	}
}

@media only screen and (max-width: 500px) {
	.flex-control-nav {
		bottom: 0
	}

	.flex-control-paging li a {
		width: 6px;
		height: 6px;
	}

	.synopsis-item {
		width: 100%;
	}

	.partner_item {
		width: 33.333%
	}

	/* .subscribe .layout {
    padding: 1.2rem 0 .3rem  ;
	text-align:center;
	background-position:center 10px;
} */
	.subscribe span {
		width: 100%
	}

	.subscribe .button {
		position: relative;
		top: auto;
		right: auto;
		margin: .2rem 0 0;
	}

	/* .foot-item-contact, .foot-item-news, .foot-item-list{ width:100%; padding:0;} */
	.product-item {
		width: 50%
	}

	.side_product_item {
		width: 100%;
	}

	.product-view {
		width: 100%;
	}

	.inquiry-form {
		padding: .2rem .1rem;
	}

	.inquiry-form .inquiry-form-ico {
		width: .6rem;
		right: .1rem;
		top: .1rem;
	}

	.inquiry-form input[type="text"].form-input,
	.inquiry-form textarea.form-text {
		width: 80%;
	}

	.inquiry-form textarea.form-text {
		width: 100%;
	}

	.download-item .item-title {
		display: block;
		margin: .1rem 0;
	}

	.download-item .item-button {
		float: none;
	}

	.partner-items li {
		width: 25%;
	}

	.product-btn-wrap .email,
	.product-btn-wrap .pdf,
	.product-btn-wrap .buy {
		margin: 0 6px 6px 0;
	}
}

@media screen and (max-width: 480px) {
	.index_company_intr .company_intr_cont {
		border-top-width: 6px;
	}

	.index_company_intr .company_intr_cont .intr_cont_inner {
		padding: 20px 0 35px;
	}

	.index_company_intr .company_intr_title {
		font-size: 24px;
	}

	.index_company_intr .company_intr_desc {
		font-size: 16px;
		padding: 0 0 0;
	}

	.index_company_intr .company_intr_slider:before {
		height: 6px;
	}
}

@media only screen and (max-width: 375px) {
	.partner_item {
		width: 50%
	}

	.product-item {
		width: 100%
	}
}


.none {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.tt_h3 {

	font-size: 32px;

	line-height: 1.4;

	color: #00B1FF;

	font-family: 'Arial';

	font-weight: bold;

	text-align: center;

}

.sCalePic {

	position: relative;

	width: 100%;

	padding-bottom: 56%;

	overflow: hidden;

}

.sCalePic img {

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	object-fit: cover;

	transition: all .6S;

}

.swiper-slide:hover .sCalePic img {
	transform: scale(1.1);
}

.page_aboutIntro {

	margin-bottom: 40px;

}

.page_aboutIntro .pic {
	width: 45%;
	padding: 3.5%;
	position: relative;
	margin-bottom: 20px;
}

.page_aboutIntro .pic:before {

	content: '';

	position: absolute;

	width: 80%;

	height: 100%;

	background: #f7f7f7;

	z-index: 0;

	left: 0;

	top: 0;

}

.page_aboutIntro .pic img {

	width: 100%;

	position: relative;

	z-index: 1;

}

.page_aboutIntro .ro {

	font-size: 16px;

	color: #666666;

	line-height: 1.6;

}

.page_aboutIntro .tt_h3 {

	margin-bottom: 20px;

	text-align: left;

}

.page_CompanyPhotos {

	padding-bottom: 50px;

}

.page_CompanyPhotos .tt_h3 {

	margin-bottom: 35px;

}

.page_CompanyPhotos .page_CompanyPhotos_swiper {}

.page_CompanyPhotos_swiper {
	position: relative;
}

.page_CompanyPhotos_swiper .page_swiper_prev {

	left: -15px;

}

.page_CompanyPhotos_swiper .page_swiper_next {

	right: -15px;

}

.page_CompanyPhotos_swiper a {}

.page_CompanyPhotos_swiper .sCalePic {}

.page_CompanyPhotos_swiper p {

	width: 100%;

	text-align: center;

	font-size: 16px;

	line-height: 2;

	height: 32px;

	margin-top: 10px;

}

.page_swiper_prev,
.page_swiper_next {

	width: 30px;

	height: 66px;

	background-color: rgba(0, 0, 0, .49);

	background-size: 11px 25px;

	margin-top: -33px;

}

.page_swiper_prev {
	background-position: center;

	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAaCAYAAABhJqYYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MjU4Yjg4NDctMTRhMS0zZTQzLWIxZTQtN2YwOTBmMzg1NWNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzNkQwM0I4OERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzNkQwM0I3OERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4wIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg2NGViZTY3LWEyMzQtOTc0OS1hZTdjLTE0OGVkN2FhMWIzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNThiODg0Ny0xNGExLTNlNDMtYjFlNC03ZjA5MGYzODU1Y2UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42JzCQAAAA8klEQVR42mL8//8/AxFABIg9mIhQyAjEC4D4MTGKDwLxRzANcgYe3PMfArjBzsWjMAGqcANMDJfCkP8IYIxPsR6SwtfIcugeVAHiU0j8HciSyIolgfgoELMjiR3Cpfg4EIuh2XQTm+LdQCyPJYw/oPCADl/xHzdQQvYg43/8iUMWiJ8gO+MPHsVM6JxoPIo50d0Mwik43GyM7GbkmJuERbEPrhjMA+LZaM4wwuYMZLwOyeQDuJyBjC9AFf+BpWV8ivmA+DZUQxIhxSDMD8T/kJMpoWxlBTXdhhjFIJwOxBeBmI2RyHKjCIjfEasYBKwBAgwA3MvwbcDdnS4AAAAASUVORK5CYII=);
}

.page_swiper_next {
	background-position: center;

	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAZCAYAAADnstS2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MjU4Yjg4NDctMTRhMS0zZTQzLWIxZTQtN2YwOTBmMzg1NWNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzNkQwM0I0OERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzNkQwM0IzOERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4wIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg2NGViZTY3LWEyMzQtOTc0OS1hZTdjLTE0OGVkN2FhMWIzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNThiODg0Ny0xNGExLTNlNDMtYjFlNC03ZjA5MGYzODU1Y2UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7v7ZQfAAAA5UlEQVR42mL4//+/IhAzEIOZGBgY+IE4mIEIAFJ8AYgNgDiVoGqoFWL/ISAEnzOQOXOhGiSJUcwAVfwKiPmIUTwbquESrtBABgehtC4Q78HlQRjW/I8K5uJzBgg/QtMwHZ/i7f8xQT5IjgVL0D/GIjYBiD8wYZF4hSP+FmBT/B2H4j/YFDPjUMyCTTEfDsWXsCmWwuEPJ2yKFbGIWQPxW/Qw5gLib2hhbIcrUuzRFDrjS0j6SOw8IN6LLyGdgppYQyg960MVTsGVUxjBOiDgGSj+gVgLX+4GAXcg/gXEZvgyN0CAAQCd/r/yDn+OLAAAAABJRU5ErkJggg==);
}

.page_swiper_prev:hover,
.page_swiper_next:hover {

	background-color: #00B1FF;

}

.page_CompanyHonors {
	padding-bottom: 70px;
}

.page_CompanyHonors .tt_h3 {
	margin-bottom: 30px
}

.page_CompanyHonors_swiper {
	position: relative;
}

.page_CompanyHonors_swiper a {

	border: 1px solid #e5e5e5;

	display: block;

	padding: 20px;

}

.page_CompanyHonors_swiper .sCalePic {

	padding-bottom: 144%;

}

.page_CompanyHonors_swiper p {

	position: absolute;

	width: 100%;

	text-align: center;

	font-size: 16px;

	line-height: 2;

	height: 32px;

	margin-top: 10px;

	bottom: 0;

	left: 0;

}

.page_CompanyHonors_swiper .swiper-slide {

	padding-bottom: 50px;

}

.page_CompanyHonors_swiper .page_swiper_prev {
	left: -15px;
}

.page_CompanyHonors_swiper .page_swiper_next {
	right: -15px;
}

@media only screen and (max-width: 640px) {

	.page_aboutIntro .pic {
		width: 100%
	}

	.tt_h3 {
		font-size: 22px
	}

}

.page_CompanyPhotos_swiper .swiper-button-next,
.page_CompanyPhotos_swiper .swiper-button-prev {

	opacity: 1 !important;

}

.page_CompanyPhotos_swiper .swiper-button-prev:before,
.page_CompanyPhotos_swiper .swiper-button-next:before {

	content: '';

}

.page_CompanyHonors_swiper .swiper-button-next,
.page_CompanyHonors_swiper .swiper-button-prev {

	opacity: 1 !important;

}

.page_CompanyHonors_swiper .swiper-button-prev:before,
.page_CompanyHonors_swiper .swiper-button-next:before {

	content: '';

}







.contact_for {

	margin: 0 auto;

}

.contact_for p {

	font-size: 16px;

	color: #999;

}

.page_aboutIntro {

	padding-top: 30px;

}


.bn_item_img img {
	width: 100%;
	height: auto;
	max-height: 400px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fl-rich-text img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.yiny {
	-moz-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
	-webkit-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
	box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
}

.img_cover {
	object-fit: cover !important
}

.img_contain {
	object-fit: contain !important
}

.con_proImg {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 60%;
}

.con_proImg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.listH {}

.listH li {
	z-index: 1;
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;
}

.listH li:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	z-index: 20;
	box-shadow: 0 40px 100px 0 rgba(84, 84, 84, 0.5);
	cursor: pointer !important;
}

.tList:after {
	content: '';
	display: table;
	clear: both;
}

.tList li {
	float: left;
}

.tList2 {}

.tList2 li {
	width: 48%;
	margin-left: 4%;
	/* border:1px solid #CDCDCD; */
	margin-bottom: 4%;
}

.tList2 li:nth-of-type(2n+1) {
	margin-left: 0;
}

.tList3 {}

.tList3 li {
	width: 31%;
	margin-left: 3.5%;
	margin-bottom: 3.5%;
}

.tList3 li:nth-of-type(3n+1) {
	margin-left: 0;
}

.tList3_miji li {
	width: 33.33%;
}

.tList4 {}

.tList4 li {
	width: 23.5%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.tList4 li:nth-of-type(4n+1) {
	margin-left: 0;
}

.tList5 {}

.tList5 li {
	width: 17%;
	margin-left: 3.75%;
	margin-bottom: 2%;
}

.tList5 li:nth-of-type(5n+1) {
	margin-left: 0;
}

.tList6 {}

.tList6 li {
	width: 16.666%;
}

.tList6 li:nth-of-type(6n+1) {
	margin-left: 0;
}

@media screen and (max-width: 550px) {
	.tList4 li {
		width: 49%;
		margin-left: 0;
	}

	.tList4 li:nth-of-type(2n+1) {
		float: right
	}

	.tList3 li {
		width: 100%;
		margin-left: 0
	}
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

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

.t-l {
	text-align: left;
}

.t-r {
	text-align: right;
}

.f-s12 {
	font-size: 16px;
}

.f-s13 {
	font-size: 16px;
}

.f-s14 {
	font-size: 16px;
}

.f-s15 {
	font-size: 16px;
}

.f-s16 {
	font-size: 16px;
}

.f-s17 {
	font-size: 17px;
}

.f-s18 {
	font-size: 18px;
}

.f-s19 {
	font-size: 19px;
}

.f-s20 {
	font-size: 20px;
}

.f-s21 {
	font-size: 21px;
}

.f-s22 {
	font-size: 22px;
}

.f-s23 {
	font-size: 23px;
}

.f-s24 {
	font-size: 24px;
}

.f-s25 {
	font-size: 25px;
}

.f-s26 {
	font-size: 26px;
}

.f-s27 {
	font-size: 27px;
}

.f-s28 {
	font-size: 28px;
}

.f-s29 {
	font-size: 29px;
}

.f-s30 {
	font-size: 30px;
}

.f-s31 {
	font-size: 31px;
}

.f-s32 {
	font-size: 32px;
}

.f-s33 {
	font-size: 33px;
}

.f-s34 {
	font-size: 34px;
}

.f-s35 {
	font-size: 35px;
}

.f-s36 {
	font-size: 36px;
}

.f-s37 {
	font-size: 37px;
}

.f-s38 {
	font-size: 38px;
}

.f-s39 {
	font-size: 39px;
}

.f-s40 {
	font-size: 40px;
}

.w5 {
	width: 50%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w49 {
	width: 49%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w100 {
	width: 100%;
}

.m-auto {
	margin: 0 auto;
	display: block;
}

.m-t5 {
	margin-top: 5px;
}

.m-t10 {
	margin-top: 10px;
}

.m-t15 {
	margin-top: 15px;
}

.m-t20 {
	margin-top: 20px;
}

.m-t25 {
	margin-top: 25px;
}

.m-t30 {
	margin-top: 30px;
}

.m-t35 {
	margin-top: 35px;
}

.m-t40 {
	margin-top: 40px;
}

.m-t45 {
	margin-top: 45px;
}

.m-t50 {
	margin-top: 50px;
}

.m-t55 {
	margin-top: 55px;
}

.m-t60 {
	margin-top: 60px;
}

.m-t65 {
	margin-top: 65px;
}

.m-t70 {
	margin-top: 70px;
}

.m-t75 {
	margin-top: 65px;
}

.m-t80 {
	margin-top: 80px;
}

.m-t85 {
	margin-top: 85px;
}

.m-t90 {
	margin-top: 90px;
}

.m-t95 {
	margin-top: 95px;
}

.m-t100 {
	margin-top: 100px;
}

.m-b5 {
	margin-bottom: 5px;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-b15 {
	margin-bottom: 15px;
}

.m-b20 {
	margin-bottom: 20px;
}

.m-b25 {
	margin-bottom: 25px;
}

.m-b30 {
	margin-bottom: 30px;
}

.m-b35 {
	margin-bottom: 35px;
}

.m-b40 {
	margin-bottom: 40px;
}

.m-b45 {
	margin-bottom: 45px;
}

.m-b50 {
	margin-bottom: 50px;
}

.m-b55 {
	margin-bottom: 55px;
}

.m-b60 {
	margin-bottom: 60px;
}

.m-b65 {
	margin-bottom: 65px;
}

.m-b70 {
	margin-bottom: 70px;
}

.m-b75 {
	margin-bottom: 65px;
}

.m-b80 {
	margin-bottom: 80px;
}

.m-b85 {
	margin-bottom: 85px;
}

.m-b90 {
	margin-bottom: 90px;
}

.m-b95 {
	margin-bottom: 95px;
}

.m-b100 {
	margin-bottom: 100px;
}

.pd5 {
	padding: 5px
}

.p-t5 {
	padding-top: 5px;
}

.p-t10 {
	padding-top: 10px;
}

.p-t15 {
	padding-top: 15px;
}

.p-t20 {
	padding-top: 20px;
}

.p-t25 {
	padding-top: 25px;
}

.p-t30 {
	padding-top: 30px;
}

.p-t35 {
	padding-top: 35px;
}

.p-t40 {
	padding-top: 40px;
}

.p-t45 {
	padding-top: 45px;
}

.p-t50 {
	padding-top: 50px;
}

.p-t55 {
	padding-top: 55px;
}

.p-t60 {
	padding-top: 60px;
}

.p-t65 {
	padding-top: 65px;
}

.p-t70 {
	padding-top: 70px;
}

.p-t75 {
	padding-top: 65px;
}

.p-t80 {
	padding-top: 70px;
}

.p-t85 {
	padding-top: 85px;
}

.p-t90 {
	padding-top: 90px;
}

.p-t95 {
	padding-top: 95px;
}

.p-t100 {
	padding-top: 100px;
}

.p-b5 {
	padding-bottom: 5px;
}

.p-b10 {
	padding-bottom: 10px;
}

.p-b15 {
	padding-bottom: 15px;
}

.p-b20 {
	padding-bottom: 20px;
}

.p-b25 {
	padding-bottom: 25px;
}

.p-b30 {
	padding-bottom: 30px;
}

.p-b35 {
	padding-bottom: 35px;
}

.p-b40 {
	padding-bottom: 40px;
}

.p-b45 {
	padding-bottom: 45px;
}

.p-b50 {
	padding-bottom: 50px;
}

.p-b55 {
	padding-bottom: 55px;
}

.p-b60 {
	padding-bottom: 60px;
}

.p-b65 {
	padding-bottom: 65px;
}

.p-b70 {
	padding-bottom: 70px;
}

.p-b75 {
	padding-bottom: 75px;
}

.p-b80 {
	padding-bottom: 80px;
}

.p-b85 {
	padding-bottom: 85px;
}

.p-b90 {
	padding-bottom: 90px;
}

.p-b95 {
	padding-bottom: 95px;
}

.p-b100 {
	padding-bottom: 100px;
}

.p-b30_bai {
	padding-bottom: 30%;
}

.p-b40_bai {
	padding-bottom: 40%;
}

.p-b50_bai {
	padding-bottom: 50%;
}

.p-b60_bai {
	padding-bottom: 60%;
}

.p-b70_bai {
	padding-bottom: 70%;
}

.p-b80_bai {
	padding-bottom: 80%;
}

.p-b150_bai {
	padding-bottom: 150%;
}


.content-wrap.form .ch_form_wrap {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.content-wrap.form .ch_form_wrap .title {
	/* background:#013e5a; */
	width: 100%;
	/* height:55px; */
	/* line-height:55px; */
	/* color:#fff; */
	margin: 0;
	padding: 0;
	font-size: 16px;
	padding: 0 20px;
	font-weight: normal;
}

.content-wrap.form .ch_form_wrap .title em {
	font-style: normal
}

.content-wrap.form .ch_form_wrap .title svg {
	display: none
}

.content-wrap.form .ch_form_wrap form {
	position: relative;
}

.content-wrap.form .ch_form_wrap ul {
	padding: 20px 20px 5px;
}

.content-wrap.form .ch_form_wrap ul li {
	position: relative;
	list-style: none;
	margin: 0 0 14px;
	display: flex;
	min-height: auto;
	line-height: 40px;
}

.content-wrap.form .ch_form_wrap ul li label {
	float: left;
	min-width: 80px
}

.content-wrap.form .ch_form_wrap ul,
.content-wrap.form .ch_form_wrap ul li,
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
	position: relative;
	width: 100%;
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
	border: 1px solid #eee;
	border-left: 3px solid #ff6f00;
	height: 39px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.content-wrap.form .ch_form_wrap ul textarea {
	height: 95px;
	padding: 10px;
	resize: none;
}

.content-wrap.form .ch_form_wrap .item_submit {
	padding: 0 20px;
}

.content-wrap.form .ch_form_wrap .item_submit input {
	width: 100%;
	height: 33px;
	color: #fff;
	background: #445ba7;
	border: none;
	cursor: pointer;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
	background: #ff6f00;
}

.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
	position: absolute;
	right: 7px;
	top: 0;
	display: block;
	line-height: 39px;
	color: red;
	pointer-events: none;
}

.content-wrap.form .ch_form_wrap .Validform_error {
	border-color: red !important;
	border-left-color: #013e5a !important
}

.content-wrap.form .ch_form_wrap .form_tip {
	position: relative;
	color: red;
	padding: 0 0 10px;
}

.content-wrap.form .ch_form_wrap .email_point {
	display: none;
}

.content-wrap.form .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
	width: 60px;
	height: 30px;
	margin: 5px 10px
}

.content-wrap.form #gif-show {
	top: 0 !important;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.content-wrap.form #gif-show img {
	margin-top: 0 !important;
}

.content-wrap.livechat {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	/*border: 1px solid #36a9e1;*/
	border-top: none;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	background: #FFFFFF
}

.content-wrap.livechat .ch_form_wrap {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.content-wrap.livechat .ch_form_wrap .title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #36A9E1;
	width: 101%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	margin-left: -2px;
	font-size: 16px;
	padding: 0 20px;
	font-weight: normal;
	cursor: pointer;
}

.content-wrap.livechat .ch_form_wrap .title em {
	font-style: normal
}

.content-wrap.livechat .ch_form_wrap .title svg {
	position: relative;
	display: block;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
}

.content-wrap .ch_form_wrap form {
	position: relative;
	background: #fff;
	/* height: 420px; */
}

.content-wrap.livechat .ch_form_wrap ul {
	padding: 20px 20px 5px;
}

.content-wrap.livechat .ch_form_wrap ul li {
	position: relative;
	list-style: none;
	margin: 0 0 18px;
	display: flex;
	min-height: auto;
	line-height: 40px
}

.content-wrap.livechat .ch_form_wrap ul li label {
	float: left;
	min-width: 80px
}

.content-wrap.livechat .ch_form_wrap ul,
.content-wrap.livechat .ch_form_wrap ul li,
.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
	position: relative;
	width: 100%;
}

.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
	border: 1px solid #e5e5e5;
	height: 39px;
	padding: 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-radius: 25px;
}

.content-wrap.livechat .ch_form_wrap ul textarea {
	height: 95px;
	padding: 10px 13px;
	resize: none;
}

.content-wrap.livechat .ch_form_wrap .item_submit {
	padding: 0 20px;
}

.content-wrap.livechat .ch_form_wrap .item_submit input {
	width: 100%;
	height: 33px;
	color: #fff;
	background: #86C953;
	border: none;
	cursor: pointer;
	border-radius: 25px;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
}

.content-wrap.livechat .ch_form_wrap .item_submit input:hover {
	background: #94D662;
}

.content-wrap.livechat .ch_form_wrap .Validform_checktip.Validform_wrong {
	position: absolute;
	left: 0;
	bottom: -16px;
	display: block;
	line-height: initial;
	color: red;
	pointer-events: none;
}

.content-wrap.livechat .ch_form_wrap .Validform_error {
	border-color: red !important;
}

.content-wrap.livechat .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
	width: 60px;
	height: 30px;
	margin: 5px 10px
}

.content-wrap.livechat .ch_form_wrap .form_tip {
	position: relative;
	color: red;
	padding: 0 0 10px;
}

.content-wrap.livechat .ch_form_wrap .email_point {
	display: none;
	position: absolute;
	width: 45px;
	height: 45px;
	text-align: center;
	padding: 15px 0 0;
	right: 0;
	top: 0;
	z-index: 1;
	background: #36A9E1;
	color: #fff;
	cursor: pointer;
}

.content-wrap.form .ch_form_wrap ul .labeldiv {
	display: block;
	float: none;
	width: 100%;
}

.content-wrap.form .ch_form_wrap ul .labeldiv input {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	margin-top: 4px;
}

.content-wrap.form .ch_form_wrap ul .labeldiv .txt {
	display: inline-block;
	vertical-align: top;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	color: #999999;
	font-size: 16px;
	line-height: 1.7;
}

.content-wrap .ch_form_wrap form {
	background: #fff;
	/*border: 1px solid #36a9e1;*/
}

.content-wrap.livechat .ch_form_wrap form {
	border: 1px solid #36a9e1;
}

.content-wrap .ch_form_wrap .input-radio-checkbox {
	display: flex;
	white-space: nowrap;
}

.content-wrap .ch_form_wrap ul li input[type=radio],
.content-wrap .ch_form_wrap ul li input[type=checkbox] {
	width: 20px;
	-webkit-appearance: radio;
}

.content-wrap .ch_form_wrap .input-radio-checkbox input {
	margin: 0px 10px 0px 5px;
}

@media screen and (max-width: 400px) {
	.content-wrap.form .ch_form_wrap .title {
		display: none
	}
}

.item-input-checkbox,
.item-input-radio {
	overflow-y: auto
}


.artic_tit p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsxq_page {
	padding-bottom: 70px;
}

.newsxq_fl {
	width: 66%;
	float: left;
}

.artic_tit .art_div_h3 {
	color: #666666;
}

.artic_tit .back {
	float: right;
	color: #666666;
	font-size: 16px;
}

.artic_tit .back .iconfont {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
}

.artic_tit .back:hover {
	color: #1052EE;
}

.artic_tit .art_div_h4 {
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0;
	margin-bottom: 30px;
}

.news_timg img {
	display: block;
	width: 100%;
}

.news_artic {
	padding: 60px 0;
}

.news_share,
.news_next .tit {
	float: left;
}

.news_share a {
	display: inline-block;
	margin-right: 20px !important;
	background: none !important;
	padding: 0 !important;
}

.news_share a.iconfont {
	font-size: 24px;
	color: #bbbbbb;
}

.news_share a.iconfont:hover {
	color: #1052EE;
}

.artic_content {
	font-size: 16px;
	line-height: 28px;
}

.artic_content img {
	max-width: 100% !important;
	height: auto !important;
}

.news_next {
	margin-top: 20px;
}

.news_next .tit {
	font-size: 22px;
	font-weight: bold;
}

.news_next .con {
	/* width: 92%; */
	/* float: left; */
	/* padding-right: 180px; */
	position: relative;
	box-sizing: border-box;
}

.news_next .con .div_news__h3 {
	font-size: 22px;
	font-weight: bold;
}

.news_next .time {
	position: absolute;
	border-top: 2px solid #dddddd;
	padding: 10px;
	border-bottom: 2px solid #ddd;
	text-align: center;
	font-family: "num2";
	right: 0;
	top: 50%;
	font-size: 16px;
	color: #999999;
	transform: translateY(-50%);
}

.news_next .time em {
	display: block;
	font-size: 40px;
	color: #000;
	line-height: 40px;
	margin-bottom: 5px;
}

.newsxq_fr {
	width: 28%;
	float: right;
}

.newsxq_fr .tit {
	font-size: 26px;
	font-weight: bold;
	color: #b81b2f;
}

.news_tj li a {
	display: block;
	padding: 35px 0;
	border-bottom: 1px solid #cccccc;
}

.news_tj li .news_tj__h3 {
	font-size: 20px;
	line-height: 34px;
	/* height: 68px; */
	font-weight: bold;
	margin-bottom: 20px;
	/* overflow: hidden; */
}

.news_tj li .news_tj__h4 {
	font-size: 16px;
	color: #999999;
}

.news_tj li .lg {
	color: #b81b2f;
	margin-right: 10px;
}

.news_tj li:hover .news_tj__h3 {
	color: #b81b2f;
}

.contact_for {
	margin: 0 auto;
}

.contact_for p {
	font-size: 16px;
	color: #999;
}

.Asterisk_Text .asterisk_red {
	color: red;
	display: inline-block;
	text-align: center;
	position: absolute;
	/* left: 2px; */
	top: 6%;
}

.contact_for .gaug_outfit {
	font-size: 16px;
}

.header_ul li img {
	width: auto;
}

.header_ul {
	list-style: none;
	width: 100%;
	flex-wrap: wrap;
	padding: 22;
}

.header_ul li {
	margin-top: 22px;
	padding: 17px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	position: relative;
	padding-left: 70px;
	width: 22.5%;
	margin-left: 3%;
	margin-bottom: 2%;
}

.contact_for .header_ul li .t1 {
	/* width: 30%; */
	text-align: right;
	width: 49px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 26px;
	margin-top: -13px;
}

.contact_for .header_ul li .t1 img {
	width: auto;
}

.contact_for .header_ul li .t2 {
	margin-right: 10px;
}

.contact_for .header_ul li .t2 p {
	color: #666666;
}

@media only screen and (max-width: 900px) {
	.contact_for .header_ul li {
		width: 45% !important;
		margin-left: 3% !important;
	}

	.contact_for .header_ul li:nth-of-type(2n+1) {
		margin-left: 0 !important;
	}
}

.contact_for .header_ul .t3 {
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
}

.Asterisk_Text textarea {
	height: 233px;
	border: 1px solid #eee !important;
	background-color: #f1f1f1;
	border-radius: 5px;
	resize: none;
	/* padding-left: 3%; */
	width: 100%;
	resize: none;
	padding-left: 1% !important;
}

.Asterisk_Text textarea::placeholder {
	color: #999;
}

@media only screen and (max-width: 700px) {
	.contact_for .Asterisk_Text textarea {
		height: 200px;
	}

	.form_ul li {
		width: 100% !important;
	}

	.form_ul .asterisk {
		width: 100%;
		display: flex;
		justify-content: flex-start !important;
	}

	.contact_for .header_ul li {
		width: 100% !important;
		margin-left: auto !important;
	}

	.contact_for .header_ul li .t1 {
		width: 10% !important;
		text-align: left !important;
		padding-left: 10px !important;
	}

	.contact_for .header_ul .t3 {
		height: auto;
	}
}

.contact_for .Message_ex {
	padding-bottom: 20px;
}

.form_ul li {
	width: 365px;
	justify-content: space-between;

}

.form_ul .Asterisk_Text {
	width: 100% !important;
	/* padding-top: 25px; */
}

.asterisk {
	width: 100%;
	padding: 13px 0;
	margin: 10px 0;
	display: flex;
	padding-left: 20px;
	background-color: #f1f1f1;
	position: relative;
	border-radius: 5px;
}

.form_ul {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	padding: 0 !important;
}

.form_center .asterisk_sk {
	color: red;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 50%;
	bottom: 16%;
	margin-top: -9px;
}

.form_ul li input {
	background-color: #f1f1f1;
	border: none !important;
	width: 365px;
	padding-left: 3%;
	border-radius: 5px;
}

.submiring {
	padding: 0 !important;
}

.gtm_submit_btn {
	background-color: #333333;
	width: 150px !important;
	height: 40px !important;
	color: #fff;
	margin-top: 15px !important;
}

.contact_for .iframe_we {
	padding-top: 20px;
}

.contact_for .Submit_tent .Sending {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.contact_for .gaug_outfit {
	font-size: 20px;
	font-weight: bold;
}

.Address_dre {
	font-weight: bold;
	padding-top: 12px;
	color: #333333;
	font-size: 20px;
}

.Submit_tent {
	padding-top: 50px;
	padding-bottom: 47px;
}

/* 已加 */
.tListing:after {
	content: '';
	display: table;
	clear: both;
}

.tListing li {
	float: left;
}

.tList_1 {}

.tList_1 li {
	width: 23.5%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.tList_1 li:nth-of-type(4n+1) {
	margin-left: 0;
}

@media only screen and (max-width: 1366px) {
	.form_ul li {
		width: 30%;
		display: flex !important;
		justify-content: space-between !important;
	}
	.tList_1 li:nth-of-type(4n+1) {
		margin-left: 2%;
	}
	
	.contact_for .header_ul li {
		width: 31.3%;
	}

	.contact_for .header_ul li:nth-of-type(3n+1) {
		margin-left: 0;
	}

	.asterisk {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.form_ul {
		display: flex !important;
		justify-content: space-between !important;
	}

	.Asterisk_Text .asterisk {
		width: 100%;
	}
}

.page_bar {
	position: relative;
	line-height: 31px;
	height: 33px;
	margin: 50px 0;
	text-align: center;
	font-size: 16px;
}

.page_bar a,
.page_bar span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 33px;
	padding: 0 5px;
	border: 1px solid #ccc;
	margin: 0 0 0 8px;
	text-align: center;
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe', endColorStr='#e3e3e3', gradientType='0');
}

.page_bar a.current,
.page_bar a:hover {
	color: #FFF;
	background: #333333;
	border-color: #333333
}

.page_bar ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_bar ul li.active span {
	color: #FFF;
	background: #333333;
	border-color: #333333
}

@media only screen and (max-width: 950px) {
	.newsxq_page {
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
	}

	.newsxq_fl {
		width: 100%;
	}

	.newsxq_fr {
		width: 100%;
		margin-top: 20px;
	}
}


/*common.css*/
.pro1-txt a,
.entry a,
.artic_content a {
	color: #bfecff !important;
	font-weight: bold;
}

.pro1-txt a:hover,
.entry a:hover,
.artic_content a:hover {
	color: #bfecff !important;
	text-decoration: underline !important;
}

.news_next a:hover {
	color: #bfecff !important;
}

.artic_content a u {
	text-decoration: none;
}


.sitemap-logo-boxs #cont h1 a img {
	max-width: 10% !important;

}

.sitemap-logo-boxs #cont h2 {
	background: #bfecff;
}

.mobile-head-item .main-content-wrap .content-wrap .head-search-form:nth-child(2) {
	display: none;
}

.mobile-head-item .main-content-wrap .content-wrap .change-language-cont:nth-child(2) {
	display: none;
}



```plaintext
.change-language-cont li{width:33.333333%;}
.change-language-cont{display: flex;flex-wrap: wrap; display: none;}
.language--img{background: url(img/leg.jpg)no-repeat center center;display: inline-block;width: 18px;height: 12px;margin-right: 6px;}
.language-en{background-position: 0 -218px;}
.language-af{background-position: 0 -1px;}
.language-sq{background-position: 0 -940px;}
.language-am{background-position: 0 -9px;}
.language-be{background-position: 0 -48px;}
.language-eu{background-position: 0 -252px;}
.language-az{background-position: 0 -36px;}
.language-hy{background-position: 0 -456px;}
.language-ar{background-position: 0 -24px;}
.language-am{background-position: 0 -12px;}
.language-fy{background-position: 0px -300px;}
.language-fr{background-position: 0px -288px;}
.language-fi{background-position: 0px -276px;}
.language-et{background-position: 0px -240px;}
.language-eo{background-position: 0px -192px;}
.language-en{background-position: 0 -216px;}
.language-da{background-position: 0px -168px;}
.language-cs{background-position: 0px -144px;}
.language-hr{background-position: 0px -420px;}
.language-co{background-position: 0px -132px;}
.language-ceb{background-position: 0px -108px;}
.language-ca{background-position: 0px -96px;}
.language-bg{background-position: 0 -448px;}
.language-bs{background-position: 0 -84px;}
.language-bn{background-position: 0 -72px;}
.language-be{background-position: 0 -48px;}
.language-is{background-position: 0px -492px;}
.language-sm{background-position: 0px -972px;}
.language-ro{background-position: 0px -888px;}
.language-pa{background-position: 0px -840px;}
.language-pt{background-position: 0px -876px;}
.language-pl{background-position: 0px -852px;}
.language-fa{background-position: 0px -264px;}
.language-ps{background-position: 0px -264px;}
.language-or{background-position: 0px -827px;}
.language-no{background-position: 0px -780px;}
.language-ne{background-position: 0px -792px;}
.language-my{background-position: 0px -768px;}
.language-mn{background-position: 0px -720px;}
.language-mr{background-position: 0px -732px;}
.language-mi{background-position: 0px -684px;}
.language-mt{background-position: 0px -756px;}
.language-ml{background-position: 0px -708px;}
.language-ms{background-position: 0px -744px;}
.language-mg{background-position: 0px -672px;}
.language-mk{background-position: 0px -696px;}
.language-lb{background-position: 0px -624px;}
.language-lt{background-position: 0px -648px;}
.language-lv{background-position: 0px -660px;}
.language-la{background-position: 0px -613px;}
.language-lo{background-position: 0px -636px;}
.language-ky{background-position: 0px -600px;}
.language-ku{background-position: 0px -120px;}
.language-ko{background-position: 0px -588px;}
.language-rw{background-position: 0px -912px;}
.language-km{background-position: 0px -564px;}
.language-kk{background-position: 0px -552px;}
.language-kn{background-position: 0px -576px;}
.language-jv{background-position: 0px -528px;}
.language-ja{background-position: 0px -516px;}
.language-it{background-position: 0px -504px;}
.language-ga{background-position: 0px -312px;}
.language-id{background-position: 0px -467px;}
.language-ig{background-position: 0px -480px;}
.language-hu{background-position: 0px -443px;}
.language-hmn{background-position: 0px -408px;}
.language-hi{background-position: 0px -397px;}
.language-he{background-position: 0px -384px;}
.language-haw{background-position: 0px -300px;}
.language-ha{background-position: 0px -1079px;}
.language-ht{background-position: 0px -432px;}
.language-gu{background-position: 0px -348px;}
.language-el{background-position: 0px -204px;}
.language-de{background-position: 0px -180px;}
.language-ka{background-position: 0px -540px;}
.language-gl{background-position: 0px -336px;}
.language-ru{background-position: 0px -900px;}
.language-gd{background-position: 0px -324px;}
.language-sr{background-position: 0px -1006px;}
.language-st{background-position: 0px -1017px;}
.language-sn{background-position: 0px -984px;}
.language-sd{background-position: 0px -984px;}
.language-si{background-position: 0px -1271px;}
.language-sk{background-position: 0px -1223px;}
.language-sl{background-position: 0px -960px;}
.language-so{background-position: 0px -994px;}
.language-es{background-position: 0px -227px;}
.language-su{background-position: 0px -1031px;}
.language-sw{background-position: 0px -1055px;}
.language-sv{background-position: 0px -1043px;}
.language-tl{background-position: 0px -1115px;}
.language-tg{background-position: 0px -1091px;}
.language-ta{background-position: 0px -1067px;}
.language-tt{background-position: 0px -1151px;}
.language-te{background-position: 0px -1079px;}
.language-th{background-position: 0px -1103px;}
.language-tr{background-position: 0px -1138px;}
.language-tk{background-position: 0px -1115px;}
.language-uk{background-position: 0px -1175px;}
.language-ur{background-position: 0px -1187px;}
.language-ug{background-position: 0px -1163px;}
.language-uz{background-position: 0px -1175px;}
.language-vi{background-position: 0px -1211px;}
.language-cy{background-position: 0px -156px;}
.language-xh{background-position: 0px -1223px;}
.language-yi{background-position: 0px -1235px;}
.language-yo{background-position: 0px -1247px;}
.language-zu{background-position: 0px -1259px;}
.language-zh{background-position: 0px -1282px;}
.language-zh-TW{background-position: 0px -1282px;}
```


.prisna-wp-translate-seo>.lang-more{
	display: none;
}


.language-flag span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
}
@media (max-width: 951px){
.change-language-cont ul li {
    width: 46%;
}
.fix_kf{
	display: none;
}
}
.foot-items .gm-sep .fadeInRightA :hover .foot-cont{
	display: none;
}
.foot-item-list.isShow img.down-arrow:hover{
	transform: rotate(-90deg);
}

.change-language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    display: none;
}

.main .items_list .gm-sep iframe{
	width: 100%;
    height: 457px !important;
    object-fit: cover;
}


.pagination ul .active span{
	background: rgba(0, 177, 255);
	color: #fff;
}

@media only screen and (max-width: 950px) {
	.change-language-cont{display: flex;flex-wrap: wrap; display: flex;}
	.change-empty{
		display: none;
	}
}



#sji{
	display: none
}

@media only screen and (max-width: 950px) {
	#sji{
		display: inline;
	}

	#diannao{
		display: none;
	}
}