@charset "utf-8";

/*--------------------------reset main.css---------------------------*/

/* font color */
body,
html,
input,
button,
textarea,
a {
	color: #333;
}

a:hover {
	color: #e60012;
}

/* font family */
body,
html,
input,
button,
textarea {
	font-family: "SourceSansProRegular", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
.nav li {
	font-family: "SourceSansProRegular", Arial, Helvetica, sans-serif;
}

.fb {
	font-weight: bold;
}

/* clear floating */
.head-r:after,
.nav-wrap:after,
.company-synopses ul:after,
.items-content:after,
.items_list ul:after,
.owl-stage:after,
.new-item:after,
.blog-news-list:after,
.news-item-hd:after,
.featured-list:after,
.banner-list:after,
.new-product-list:after,
.head-contact:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.head-r,
.nav-wrap,
.company-synopses ul,
.items-content,
.items_list ul,
.owl-stage,
.new-item,
.blog-news-list,
.news-item-hd,
.featured-list,
.banner-list,
.new-product-list,
.head-contact {
	*zoom: 1;
}

/* layout */
.layout,
.path-bar .path-nav {
	width: auto;
	max-width: 1200px;
}

/* inquiry-pop */
.inquiry-pop-bd {
	width: 100% !important;
	height: 100% !important;
}

/* service bug */
.side_content,
.show_btn {
	position: absolute;
	right: 0;
	top: 0;
}

/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
	position: relative;
	width: 100%;
	z-index: 10000;
	background-color: #fff;
}

.head-layout {
	position: relative;
	text-align: right;
}

.change-language {
	z-index: 1;
}

.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span,
.change-language-info:hover .language-icon {
	color: inherit;
}

.head-layout .change-language-title span {
	color: #333;
}

.head-layout .logo,
.head-r {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.head-layout .logo {
	float: left;
	padding: 15px 0;
}

.head-layout .logo img {
	height: 60px;
	vertical-align: middle;
}

.head-layout .head-contact {
	float: right;
	position: absolute;
	left: 25%;
	padding-left: 0.3rem;
}

.head-layout .head-contact li {
	display: inline-block;
	float: left;
	position: relative;
	font-size: 0.14rem;
	font-weight: bold;
	margin-right: 0.15rem;
	line-height: 48px;
}

.head-layout .head-contact li,
.head-layout .head-contact li a {
	color: #666;
}

.head-layout .head-contact li:before {}

.head-layout .head-contact li.head-phone:before {
	content: "\f0e0";
}

.head-layout .head-contact li.head-email:before {
	content: "\f095";
}

.head-layout .head-contact li .val {
	padding-left: 0.05rem;
}

.head-layout .snow {
	display: none;
}

.head-r {
	display: inline-block;
	padding: 23px 0;
	vertical-align: middle;
}

.head-search {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 35px;
	text-align: left;
}

.head-search:after {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: #fff;
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -8px;
}

.head-search .head-search-form {
	padding: 0;
	overflow: hidden;
	z-index: 1;
	box-sizing: content-box;
	width: 0;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.head-search .search-ipt {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: right;
	padding: 0;
	background: none;
	border: 0;
	color: #808080;
	text-indent: 0.15rem;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.head-search .search-ipt:focus {
	background-color: #fafafa;
}

.head-search .search-ipt:focus+.search-btn {}

.head-search-form .search-btn {
	font-family: "fontawesome";
	color: #666;
}

.head-search .search-btn,
.head-search .search-toggle {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	border: none;
	font-size: 0.2rem;
	width: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background: none;
	color: #fff;
}

.head-search .search-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.head-search .search-btn {
	color: #666;
	background-color: #f2f2f2;
	font-size: 0.13rem;
}

.head-search .search-toggle:before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(./img/icons/search-btn.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.head-search-show {
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 4;
	animation: fadeIn 0.3s ease;
}

.head-search-show .head-search-form {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity1000);
	position: absolute;
	left: 0;
	top: 0;
}

.head-search-show .search-toggle {
	z-index: 3;
	background: none;
	width: 55px;
	color: #333;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.head-search-show .search-toggle:before {
	content: "\f00d";
	font-size: 0.2rem;
}

.head-search-show .search-toggle:hover {
	color: #e60012;
}

.head-search-show .search-btn {
	display: none;
}

.tasking {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

/* nav */
.nav-bar {
	display: inline-block;
	vertical-align: middle;
}

.nav-bar {
	/* *display: inline; */
}

.nav-bar .nav-wrap {
	width: auto;
	position: relative;
}

.nav-bar .nav {
	padding-left: 0;
	display: inline-block;
	font-size: 0.18rem;
}

.nav-bar .nav {
	*display: inline;
}

.nav-bar .nav,
.nav-bar .nav a {
	color: #333;
}

.nav-bar .nav li {
	position: relative;
	display: block;
	line-height: 90px;
}

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

.nav-bar .nav>li::after {
	position: absolute;
	top: 50%;
	right: -1px;
	display: block;
	content: "";
	width: 2px;
	height: 22px;
	background-color: #000;
	transform: translateY(-50%);
}

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

.nav-bar .nav>li>a {
	position: relative;
	display: inline-block;
	padding: 0 21px;
	font-weight: bold;
	text-transform: capitalize;
}

.nav-bar .nav>li>a:before {
	content: "";
	display: block;
	height: 5px;
	background-color: #e60012;
	position: absolute;
	left: 0.18rem;
	right: 0.18rem;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	bottom: -1px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-bar .nav>li>a:hover {
	color: #000;
}

.nav-bar .nav>li>a:hover:before,
.nav-bar .nav>li.li-hover>a:before,
.nav-bar .nav>li.nav-current>a:before {
	width: auto;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.nav-bar .nav:hover>li.nav-current>a:before {
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}

.nav-bar .nav li li {
	display: block;
	font-size: 0.16rem;
}

.nav-bar .nav li li a {
	color: #333;
	padding: 0;
	display: block;
	height: 0.35rem;
	line-height: 0.35rem;
	overflow: hidden;
	border-bottom: 0px dotted #3b3b3b;
}

.nav-bar .nav ul {
	width: 250px;
	position: absolute;
	top: 91px;
	left: 0;
	padding: 0.1rem;
	background: #fff;
	text-align: left;
	z-index: 999;
	box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.15);
	display: block;
	visibility: hidden;
	opacity: 0;
}

.nav-bar .nav li ul {
	-webkit-transform: translateY(8%);
	-ms-transform: translateY(8%);
	-o-transform: translateY(8%);
	transform: translateY(8%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-top: 1px solid #e60012;
}

.nav-bar .nav li ul li {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px solid #898989;
}

.nav-bar .nav li.li-hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.nav-bar .nav li.li-hover>ul:before {
	width: 100%;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.foot-item.foot-item-list li:hover {
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

/* .nav-bar .nav li li:hover {
	background-color: #f2f2f2;
} */

.nav-bar .nav li li:last-child {
	border-bottom: 0;
}

.nav-bar .nav ul li a {
	position: relative;
	z-index: 3;
	height: 90px;
	line-height: 90px;
	/* padding: 0 0.15rem; */
	text-align: center;
}

.nav-bar .nav ul li:last-child a {
	border-bottom: 0;
}

.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
	top: 0;
	left: 1.786rem;
	margin-left: 0.02rem;
}

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

.nav-bar .nav li .nav-ico {
	font-size: 0.14rem;
	margin: 0 0 0 0.05rem;
	display: inline-block;
}

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

.nav-bar .nav li li .nav-ico {
	position: absolute;
	top: 0;
	right: 0.1rem;
	line-height: 0.35rem;
}

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

.nav-bar .nav>li.li-hover>a {
	color: #000;
}

.nav-bar .nav .materials-nav-item {
	width: 134px;
}

.nav-bar .nav .application-nav-item {
	width: 162px;
}

.nav-bar .nav .faq-nav-item {
	width: 208px;
}

.nav-bar .nav .application-nav-item li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-bar .nav .application-nav-item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.nav-bar .nav .application-nav-item li img {
	width: 30px;
}


.nav-bar .nav .application-nav-item li span {
	margin-top: 5px;
}

.nav-bar .nav .application-nav-item a img:nth-child(1) {
	display: block;
}

.nav-bar .nav .application-nav-item a:hover img:nth-child(1) {
	display: none;
}

.nav-bar .nav .application-nav-item a img:nth-child(2) {
	display: none;
}

.nav-bar .nav .application-nav-item a:hover img:nth-child(2) {
	display: block;
}

.nav-bar .nav .printers-nav-item {
	position: fixed;
	width: 100%;
	top: 91px;
	left: 0;
	padding: 0.1rem;
	background: #fff;
	text-align: left;
	z-index: 999;
	box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.15);
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(8%);
	-ms-transform: translateY(8%);
	-o-transform: translateY(8%);
	transform: translateY(8%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-top: 1px solid #e60012;
}

.nav-bar .nav li.li-hover>.printers-nav-item {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.nav-bar .nav .nav-item-box {
	display: flex;
	justify-content: space-between;
}

.nav-bar .nav .nav-item-box .item-box {
	flex: 0 0 32%;
	width: 32%;
	line-height: 1.2 !important;
}

.nav-bar .nav .nav-item-box .item-box h4 {
	width: 185px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #e60012;
	border-bottom: 1px solid #e60012;
}

.nav-bar .nav .nav-item-box .item-box .item-box-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.nav-bar .nav .nav-item-box .item-box .item-box-nav .nav-list {
	flex: 0 0 50%;
	width: 50%;
}

.nav-bar .nav .nav-item-box .item-box .item-box-nav .img-box {
	flex: 0 0 40%;
	width: 40%;
}

.nav-bar .nav .nav-item-box .item-box .item-box-nav .img-box img {
	display: none;
	width: 100%;
}

.nav-bar .nav .nav-item-box .item-box .item-box-nav .img-box img.active {
	display: block;
}

.nav-bar .nav .nav-item-box .item-box .item-box-nav .nav-list a {
	display: block;
	padding: 5px 0;
	width: auto;
	line-height: 1.5;
	font-size: 16px;
}

.nav-bar .nav .nav-item-box .item-box .item-box-nav .nav-list a:hover {
	color: #e60012;
}

.nav-bar .nav .nav-item-box .item-box .item-box-nav .nav-list a span {
	position: relative;
	padding: 0 20px 0 10px;
}

.nav-bar .nav .nav-item-box .item-box .item-box-nav .nav-list a:hover span::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: '＞';
	font-size: 16px;
	color: #e60012;
	transform: translateY(-50%);
}


.change-language {
	margin-top: 0.03rem;
	margin-left: 0.25rem;
}

.head-wrapper,
.head-layout .logo img,
.nav-bar .nav li,
.fixed-nav .head-r {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sub-head-wrapper {
	background-color: #01b4b0;
}

.sub-head-wrapper .head-layout {
	position: relative;
	z-index: 2;
}

.sub-head-wrapper .snow {
	z-index: 1;
}

.fixed-nav {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.15);
}

.fixed-nav .head-layout .logo {
	padding: 15px 0;
}

.fixed-nav .head-layout .logo img {
	height: 35px;
}

.fixed-nav .nav-bar .nav li {
	line-height: 65px;
}

.fixed-nav .nav-bar .nav li ul {
	top: 65px;
}

.fixed-nav .head-r {
	padding: 11px 0;
}

/*--------------------------footer---------------------------*/
.foot-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 1.1rem 0;
	background-color: #f9f9f9;
	font-size: 0.20rem;
}

.foot-wrapper,
.foot-wrapper a {
	color: #000;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.foot-wrapper a:hover,
.foot-items .foot-item .foot-cont a:hover,
.foot-item-news .new-item a:hover {
	color: #e60012;
}

.foot-wrapper .footer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 55px;
	margin-bottom: 65px;
	border-bottom: 1px solid #646464;
}

.foot-wrapper .footer-header .left {
	display: flex;
	align-items: center;
}

.foot-wrapper .footer-header .left .footer-logo {
	max-width: 190px;
	margin-right: 20px;
}

.foot-wrapper .footer-header .friendship-link {
  position: relative;
}
.foot-wrapper .footer-header .friendship-link .top {
  position: relative;
  width: 3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.18rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #e60012;
  border-radius: 0.2rem;
  cursor: pointer;
}
.foot-wrapper .footer-header .friendship-link .top::after {
  font-family: fontawesome;
  content: "\f106";
  position: absolute;
  right: 0.18rem;
  top: 0;
  font-size: 0.14rem;
  text-indent: 0;
  transform: rotate(180deg);
}
.foot-wrapper .footer-header .friendship-link .bottom {
  display: none;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.foot-wrapper .footer-header .friendship-link:hover .bottom {
  display: block;
  width: 100%;
}
.foot-wrapper .footer-header .friendship-link .bottom a {
  display: block;
  width: 100%;
  padding-top: 0.05rem;
  font-size: 0.14rem;
  text-align: center;
}

.foot-items {
	display: flex;
	line-height: 2.3;
	padding-bottom: 20px;
	border-bottom: 1px solid #646464;
}

.foot-items .foot-item {
	position: relative;
}

.foot-items .foot-item-printer {
	width: 31%;
}

.foot-items .foot-item-material {
	width: 27.5%;
}

.foot-items .foot-item-industry {
	width: 28%;
}

.foot-items .foot-item-about {
	width: 13.5%;
}

.foot-item-contact {
	display: flex;
	align-items: flex-start;
	margin-top: 45px;
}

.foot-item-contact h2 {
	width: 20%;
	line-height: 1;
	font-size: 0.24rem;
}

.foot-item-contact .foot-cont {
	flex: 1;
}

.foot-item-contact .foot-cont .foot-contact-list {
	display: flex;
	flex-wrap: wrap;
}

.foot-item-contact .foot-cont .foot-contact-list li {
	margin-right: 20px;
}

.foot-items .foot-item .foot-tit,
.foot-items .foot-item .foot-tit a {
	color: #000;
}

.foot-items .foot-item .foot-tit {
	position: relative;
	margin: 0 0 0.15rem;
	line-height: 0.3rem;
	font-size: 0.22rem;
	color: #000;
	z-index: 2;
}

.foot-items .foot-item .foot-cont {
	line-height: 1.5;
}

.foot-items .foot-item .foot-cont,
.foot-items .foot-item .foot-cont a {
	color: #323232;
}

.foot-items .foot-item-intro {
	width: 20%;
}

.foot-items .foot-item-intro .foot-tit {
	margin-bottom: 0.2rem;
}

.foot-items .foot-item-intro .foot-tit:after {
	display: none;
}

.foot-items .foot-item-intro .contact-info {
	padding: 0.2rem 0 0;
}

.foot-contact-list li {
	position: relative;
	padding: 0 0 0.05rem 0.25rem;
	line-height: 0.22rem;
}

.foot-contact-list li:last-child {
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0;
}

.foot-list li {
	position: relative;
	padding: 0 0 0.05rem 0;
	line-height: 0.3rem;
}

.foot-contact-list li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}

.foot-contact-list li.foot_phone::before {
	background-image: url(img/shouji-01.png);
	background-size: auto 100%;
}

.foot-contact-list li.foot_email:before {
	background-image: url(img/youxiang-01.png);
	background-size: 20px 17px;
}

.foot-contact-list li.foot_skype:before {
	background-image: url(img/skype-01.png);
	background-size: 20px 20px;
}

.foot-contact-list li.foot_whatsapp:before {
	background-image: url(img/whatsapp-01.png);
	background-size: 22px 22px;
}

.foot-bar {
	border-top: 1px dashed #fff;
	padding: 0.2rem 0;
}

.foot-bar .layout {
	text-align: left;
}

.copyright {
	text-transform: uppercase;
}

.copyright,
.copyright a {
	color: #fff;
}

.copyright strong {
	font-weight: normal;
	padding-right: 0.15rem;
}

.foot-social {
	padding: 0.15rem 0 0;
}

.foot-social li {
	display: inline;
	padding: 0 0.25rem 0 0;
}

.foot-social li a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.foot-social li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.foot-social li img {
	display: inline-block;
	max-height: 40px;
	opacity: 1;
}

/* gotop */
.gotop {
	z-index: 99;
	width: 0.55rem;
	height: 0.55rem;
	line-height: 0.55rem;
	background-color: #e60012;
	box-shadow: none;
	font-size: 0.12rem;
	color: #fff;
	border-radius: 50%;
	text-transform: uppercase;
	-webkit-animation: btnUpDown 1.5s infinite ease;
	animation: btnUpDown 1.5s infinite ease;
	text-indent: -9999px;
	overflow: hidden;
	bottom: 0.1rem;
	right: 0.15rem;
}

.gotop:hover {
	opacity: 1;
	background-color: #37c7be;
}

.gotop:before {
	font-family: fontawesome;
	content: "\f106";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.3rem;
	text-indent: 0;
	text-align: center;
}

@-webkit-keyframes btnUpDown {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	50% {
		-webkit-transform: translateY(-0.05rem);
		-ms-transform: translateY(-0.05rem);
		-o-transform: translateY(-0.05rem);
		transform: translateY(-0.05rem);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes btnUpDown {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	50% {
		-webkit-transform: translateY(-0.05rem);
		-ms-transform: translateY(-0.05rem);
		-o-transform: translateY(-0.05rem);
		transform: translateY(-0.05rem);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

/* page_banner */
.page_banner {
	position: relative;
}

.page_banner>img {
	width: 100%;
}

.page_banner>h3 {
	position: absolute;
	top: 30%;
	left: 50%;
	font-size: 30px;
	color: #fff;
	text-align: center;
	transform: translateX(-50%);
}

.page_banner>.page_banner_title {
	position: absolute;
	top: 35%;
	left: 50%;
	font-size: 60px;
	color: #fff;
	text-align: center;
	transform: translateX(-50%);
}

.main_content .module-title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.main_content .module-title::after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	content: "";
	width: 160px;
	height: 6px;
	background-color: #e60012;
	transform: translateX(-50%);
}

.main_content .module-title img {
	width: 45px;
	height: auto;
	margin-right: 20px;
}

.main_content .module-title h1 {
	line-height: 1;
	font-size: 36px;
}

.faq-wrapper {
	padding: 90px 0;
}

.faq-wrapper .faq-list li {
	margin-bottom: 20px;
	background-color: #efefef;
	border-radius: 8px;
	box-shadow: 0 0 4px 4px #e9e9e9;
}

.faq-wrapper .option_head {
	position: relative;
	padding: 20px 35px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

.faq-wrapper .option_head::after {
	position: absolute;
	top: 50%;
	right: 65px;
	content: "";
	width: 12px;
	height: 12px;
	background-image: url(img/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	transform: translateY(-50%);
}

.faq-wrapper .menu_list .option_head.current::after {
	background-image: url(img/top-arrow.png);
}

.faq-wrapper .option_content {
	overflow: hidden;
	display: none;
	padding: 0 35px 20px;
	font-size: 20px;
	color: #585858;
}

.inquery-wrapper {
	padding: 70px 0;
	background-color: #ededed;
}

.inquery-wrapper .layout {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inquery-wrapper .layout h2 {
	font-size: 50px;
}

.inquery-wrapper .layout>p {
	margin: 10px 0 40px;
	font-size: 40px;
	text-align: center;
}

.inquery-wrapper .layout>a {
	padding: 0 120px;
	height: 70px;
	line-height: 70px;
	background-color: #e60012;
	font-size: 28px;
	color: #fff;
	border-radius: 35px;
}

.page_banner .page-title-wrapper {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.page_banner .fdm-title-wrapper {
	top: 50%;
}

.page_banner .contact-title {
	font-size: 60px;
	color: #fff;
	text-transform: capitalize;
}

.page_banner .fdm-title {
	font-size: 48px;
	color: #fff;
	text-transform: capitalize;
}

.page_banner .page-desc {
	max-width: 516px;
	font-size: 24px;
	color: #fff;
}

.faq_page_banner .contact-title {
	margin-right: 10%;
	text-align: right;
	color: #c4c2c3;
}

.faq_page_banner .page-title-wrapper {
	top: 40%;
}

.page_banner .materials-title {
	font-size: 48px;
	color: #fff;
	text-transform: capitalize;
}

.page_banner .materials-desc {
	max-width: 585px;
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
}

.materials-page_banner .page-title-wrapper {
	top: 45%;
}

.application_page_banner .title-wrapper {
	position: absolute;
	right: 0;
	max-width: 620px;
}

.application_page_banner .title-wrapper .contact-title {
	font-size: 50px;
}

.application_page_banner .title-wrapper .desc {
	font-size: 20px;
	color: #fff;
}

.consultation-wrapper {
	padding: 90px 0;
	text-align: center;
}

.consultation-wrapper h1 {
	font-size: 36px;
}

.consultation-wrapper>div {
	font-family: 'SourceSansProSemibold';
	margin: 25px auto 0;
	font-size: 24px;
}

.contact-wrapper {}

.contact-wrapper h3 {
	font-size: 36px;
	text-align: center;
}

.contact-wrapper .contact-info {}

.contact-wrapper .contact-info .info-box {
	padding: 25px 0 50px;
}

.contact-wrapper .contact-info .info-box h3 {
	font-size: 40px;
}

.contact-wrapper .contact-info .info-box .contact-list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	margin-top: 50px;
	font-size: 30px;
	border-bottom: 1px solid #3e3a39;
}

.contact-wrapper .contact-info .info-box .contact-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	margin-bottom: 10px;
}

.contact-wrapper .contact-info .info-box .contact-list li .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
}

.contact-wrapper .contact-info .info-box .contact-list li img {
	max-height: 48px;
	margin: 0 5px;
}

.contact-wrapper .contact-info .info-box .contact-list a {
	font-size: 30px;
	color: #3e3a39;
}

.contact-wrapper .contact-info .info-box .contact-list h6 {
	margin: 30px 0 10px;
	font-size: 30px;
}

.contact-wrapper .contact-info .info-box .contact-list li.foot_address {
	margin-top: 30px;
}

.contact-wrapper .contact-info .info-box .foot_address {
	margin-top: 50px;
	font-size: 24px;
}

.contact-wrapper .contact-info .info-box .foot_address h6 {
	margin-bottom: 20px;
	font-size: 30px;
}

/* solutions-layer */
.solutions-layer .solutions-wrapper li {
	background-color: #efefef;
}

.solutions-layer .solutions-wrapper li:hover {
	background-color: #fff;
}

.solutions-layer .solutions-wrapper li .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px 50px;
}

.solutions-layer .solutions-wrapper li .img-box img {
	width: 100%;
}

.solutions-layer .solutions-wrapper li .solution-title {
	padding-bottom: 40px;
}

.solutions-layer .solutions-wrapper li .solution-title h5 {
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
}

/* about_wrapper */
.about_wrapper {
	overflow: hidden;
	margin: 1rem 0 0.5rem;
}

.about_wrapper .img-box {
	float: left;
	width: 52.5%;
}

.about_wrapper .img-box img {
	width: 100%;
}

.about_wrapper .info-box {
	float: left;
	width: 24.5%;
	margin-left: 80px;
}

.about_wrapper .info-box h1 {
	line-height: 1.2;
	font-size: 48px;
	border-bottom: 6px solid #e60012;
}

.about_wrapper .info-box .info-text {
	margin-top: 100px;
	font-family: 'SourceSansProSemibold';
	font-size: 18px;
	text-align: justify;
}

/* achivements-layer */
.achivements-layer .achivements-wrapper img {
	width: 100%;
}

/* fdm-nav */
.fdm-nav {
	padding: 100px 0 85px;
}

.fdm-nav ul {
	display: flex;
}

.fdm-nav li {
	flex: 1;
	height: 60px;
	margin-right: 30px;
	border: 1px solid #6b6b6b;
	border-radius: 30px;
}

.fdm-nav li:last-child {
	margin-right: 0;
}

.fdm-nav a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #060000;
	text-align: center;
}

.fdm-nav li.active {
	background-color: #e60012;
	font-size: #fff;
	border: 1px solid #e60012;
}

.fdm-nav li.active a {
	color: #fff;
}

/* fdm-product-wrapper */
.fdm-product-wrapper {}

.fdm-product-wrapper .fdm-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.fdm-product-wrapper .fdm-list li {
	flex: 0 0 50%;
	width: 50%;
	padding: 0 12px;
	margin-bottom: 80px;
}

.fdm-product-wrapper .fdm-list li .img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
	background-color: #efefef;
}

.fdm-product-wrapper .fdm-list li .img-box a {
	width: 70%;
}

.fdm-product-wrapper .fdm-list li .img-box img {
	width: 100%;
}

.fdm-product-wrapper .fdm-list li figcaption {
	padding: 20px 5px 0 15px;
}

.fdm-product-wrapper .fdm-list li figcaption h5 {
	font-size: 30px;
	color: #000;
}

.fdm-product-wrapper .fdm-list li figcaption .desc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fdm-product-wrapper .fdm-list li figcaption .desc p {
	font-size: 24px;
}

.fdm-product-wrapper .fdm-list li figcaption .desc a {
	width: 90px;
	height: 24px;
	line-height: 24px;
	background-color: #e60012;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 12px;
}

.fdm-product-wrapper .more-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 158px;
	height: 50px;
	line-height: 0.8;
	margin: 0 auto;
	background-color: #efefef;
	font-size: 16px;
	color: #010101;
	border-radius: 25px;
	border: 1px solid #888888;
}

.fdm-product-wrapper .more-btn i {
	font-size: 18px;
	transform: rotateZ(90deg);
}

/* milestones-layer */
.milestones-layer .milestones-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0 10% 0 15%;
}

.milestones-layer .milestones-wrapper .info-box {
	flex: 0 0 24.5%;
	margin-top: 50px;
}

.milestones-layer .milestones-wrapper .info-box .number {
	line-height: 1;
	font-family: 'SourceSansProBold';
	font-size: 138px;
	font-weight: bold;
	background: linear-gradient(to bottom, #e10012, #7f000a);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.milestones-layer .milestones-wrapper .info-box .desc {
	font-size: 24px;
}

.milestones-layer .milestones-wrapper .map-box {
	flex: 0 0 68%;
}

.milestones-layer .milestones-wrapper .map-box img {
	width: 100%;
}

.news_wrapper .news_link {
	background-color: #ededed;
}

.news_wrapper .news_link .link-item {
	display: flex;
}

.news_wrapper .news_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	position: relative;
	padding: 30px 0;
	font-size: 26px;
}

.news_wrapper .news_link a.active {
	color: #e60012;
}

.news_wrapper .news_link a.active::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #e60012;
	transform: translateX(-50%);
}

.news_wrapper .news-swiper-area {
	margin: 0 -6px;
}

.news_wrapper .news-swiper_area {
	padding: 55px 6px;
}

.news_wrapper .news-swiper_area .news-swiper_area_swiper {
	position: relative;
	box-shadow: 0 0 4px 2px #f4f4f4;
}

.news_wrapper .news-swiper_area .swiper-pagination {
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.news_wrapper .news-swiper_area .swiper-pagination-bullet {
	width: 0.8rem;
	height: 0.08rem;
	background-color: #ededed;
	border-radius: 0.04rem;
	border: 1px solid #636363;
}

.news_wrapper .news-swiper_area .swiper-pagination-bullet-active {
	background-color: #e60012;
	border: 1px solid #e60012;
}

.news_wrapper .news-swiper {
	position: relative;
}

.news_wrapper .news-swiper .swiper-wrapper {}

.news_wrapper .news-swiper .news-item {
	display: flex;
	flex-wrap: wrap;
}

.news_wrapper .news-swiper .news-item>div {
	flex: 0 0 50%;
	width: 50%;
}

.news_wrapper .news-swiper .news-item>div img {
	width: 100%;
}

.news_wrapper .news-swiper .news-item .time {
	font-size: 18px;
	color: #585858;
}

.news_wrapper .news-swiper .news-item .title {
	margin: 20px 0 30px;
	font-size: 22px;
}

.news_wrapper .news-swiper .news-item .desc {
	font-size: 18px;
	color: #585858;
	text-align: justify;
}

.news_wrapper .news-swiper .news-item .news-info {
	padding: 45px;
	background-color: #efefef;
}

.news_wrapper .news_list_wrapper {
	margin: 50px -7px 100px;
}

.news_wrapper .news_list_wrapper .news_list {
	display: flex;
	flex-wrap: wrap;
}

.news_wrapper .news_list li {
	overflow: hidden;
	flex: 0 0 33.33%;
	position: relative;
	width: 33.33%;
	padding: 0 7px;
	margin-bottom: 40px;
}

.news_wrapper .news_list li .img-box {
	overflow: hidden;
	height: 260px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.news_wrapper .news_list li .content-box {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 50%;
	padding: 20px;
	background-color: #f9f9f9;
}

.news_wrapper .news_list li .content-box .title {
	overflow: hidden;
	margin: 15px 0 25px;
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.news_wrapper .news_list li .content-box .time {
	font-size: 16px;
	color: #585858;
}

.news_wrapper .news_list li .content-box .btn {
	width: 120px;
	height: 36px;
	line-height: 34px;
	font-size: 16px;
	color: #e60012;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 18px;
}

.news_wrapper .news_list li a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.news_wrapper .news_list_wrapper>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 158px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	background-color: #e60012;
	border-radius: 24px;
}

.news_wrapper .news_list_wrapper>a i {
	margin: 4px 0 0 10px;
	transform: rotateZ(90deg);
}

/* single_main_content */
.single_main_content {
	margin-top: -150px;
}

.single_main_content .single-news-detail {
	position: relative;
	z-index: 9;
	width: 88%;
	padding: 60px 0 30px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 4px 4px #e0dfdf;
	border-radius: 30px 30px 0 0;
}

.single_main_content .layout {
	width: 1000px;
	margin: 0 auto;
}

.single_main_content .single-news-detail .news-detail h1 {
	font-size: 24px;
}

.single_main_content .single-news-detail .news-detail span {
	display: block;
	margin: 15px 0 10px;
	font-size: 16px;
}

.single_main_content .single-news-detail .news-detail .share {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.single_main_content .single-news-detail .news-detail .share ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.single_main_content .single-news-detail .news-detail .share ul li {
	margin-left: 5px;
}

.single-news-content {
	padding: 30px 0 90px;
}

.single-news-content .news-bar {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}

.single-news-content .news-bar a {
	font-size: 18px;
}

.single-news-content .news-bar a:hover {
	color: #e60012;
}

.interested-wrapper .swiper-wrapper .swiper-slide {
	padding: 8px;
}

.interested-wrapper .swiper-wrapper .swiper-slide .slide-box {
	background-color: #f4f4f4;
	box-shadow: 0 0 4px 2px #e5e5e5;
}

.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-img {
	padding: 75px 0;
}

.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-img img {
	width: 100%;
}

.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 30px 30px;
}

.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info h6 {
	overflow: hidden;
	width: 100%;
	font-size: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info span {
	margin-bottom: 10px;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info a {
	font-size: 22px;
	color: #000;
	border-bottom: 2px solid transparent;
}

.interested-wrapper .swiper-wrapper .swiper-slide .slide-box:hover .product-info a {
	color: #e60012;
	border-bottom: 2px solid #e60012;
}

/* application_main_content */
.application_main_content {
	padding: 50px 0 100px;
}

.application_main_content .application-nav {
	display: flex;
	justify-content: space-between;
}

.application_main_content .application-nav li {
	flex: 1;
	margin-left: 15px;
}

.application_main_content .application-nav li:first-child {
	margin-left: 0;
}

.application_main_content .application-nav li.active a {
	color: #e60012;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
}

.application_main_content .application-nav li a {
	position: relative;
	display: block;
	height: 104px;
	line-height: 104px;
	font-size: 26px;
	color: #3e3a39;
	text-align: center;
	border-radius: 52px;
	border: 1px solid #656161;
}

.application_main_content .application-nav li.active a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 18px solid #e60012;
	transform: translateX(-50%);
}

.application_main_content h2 {
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
}

.application_main_content .module {
	margin-top: 80px;
}

.application_main_content .module .desc {
	font-size: 24px;
	text-align: justify;
}

.application-wrapper {
	position: relative;
}

.application-wrapper img {
	width: 100%;
}

.application-wrapper .swiper-slide-active {
	z-index: 99;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 4px 4px #dfdede;
	transform: scale(1.2) !important;
}

.application-wrapper.swiper-container-horizontal {
	padding: 80px 0;
}

.application-wrapper .swiper-slide-active {
	overflow: auto;
}

.application-wrapper .swiper-button-prev,
.application-wrapper .swiper-button-next {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;
}

.application-wrapper .swiper-button-prev::before,
.application-wrapper .swiper-button-next::before {
	color: #e60012;
}

.application-wrapper .swiper-button-prev {
	left: 25%;
}

.application-wrapper .swiper-button-next {
	right: 25%;
}

.product-content {
	display: flex;
	justify-content: space-between;
}

.product-content aside {
	flex: 0 0 26%;
	width: 26%;
}

.product-content .aside-title {
	padding: 5px 0 5px 25px;
	margin-bottom: 30px;
	background-color: #e6e6e6;
	font-size: 24px;
	color: #3e3a39;
}

.product-content .aside-nav li {
	padding: 10px 25px;
	border-bottom: 1px solid #9e9e9e;
}

.product-content .aside-nav li a {
	position: relative;
	font-size: 22px;
}

.product-content .aside-nav li a::after {
	position: absolute;
	right: -20px;
	top: 50%;
	content: '>';
	font-size: 22px;
	color: #3e3a39;
	transform: translateY(-50%);
}

.product-content .aside-nav li a:hover::after {
	color: #e60012;
}

.product-content .product-main-content {
	flex: 0 0 67.5%;
	width: 67.5%;
}

.product-content .product-main-content .product-title {
	font-size: 34px;
}

.product-content .product-main-content .product-desc {
	margin-top: 10px;
	font-size: 18px;
	text-align: justify;
}

.product-content .product-main-content .product-data {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.product-content .product-main-content .product-data li {
	display: flex;
	flex-direction: column;
	flex: 0 0 33.33%;
	margin-bottom: 20px;
	width: 33.33%;
	font-size: 18px;
}

.product-content .product-main-content .product-data li span {
	position: relative;
	padding-left: 20px;
}

.product-content .product-main-content .product-data li span:first-child {
	margin-bottom: 5px;
	color: #595757;
}

.product-content .product-main-content .product-data li span:first-child::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #e60012;
	border-radius: 50%;
	transform: translateY(-50%);
}

.product-img-wrapper {
	position: relative;
	margin-top: 30px;
	box-shadow: 0 0 4px 4px #efefef;
}

.product-img-wrapper img {
	width: 100%;
}

.product-img-wrapper li {
	padding: 30px;
	background-color: #f9f9f9;
}

.product-img-wrapper .swiper-button-prev,
.product-img-wrapper .swiper-button-next {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #e60012;
	border-radius: 50%;
	opacity: 1;
}

.product-img-wrapper .swiper-button-prev::before,
.product-img-wrapper .swiper-button-next::before {
	color: #fff;
}

.product-img-wrapper .swiper-button-prev {
	left: 5%;
}

.product-img-wrapper .swiper-button-next {
	right: 5%;
}

.product-advantages {
	margin-top: 40px;
}

.product-advantages>h3 {
	font-size: 34px;
}

.product-advantages ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 30px;
}

.product-advantages ul li {
	flex: 0 0 50%;
	width: 50%;
	padding-right: 50px;
	margin-bottom: 30px;
}

.product-advantages ul li img {
	width: 40px;
}

.product-advantages ul li h6 {
	margin: 10px 0;
	font-size: 18px;
}

.product-advantages ul li>div {
	font-size: 16px;
}

.product-advantages .table-wrap {
	margin-top: 30px;
	font-size: 16px;
}

.product-advantages .table-wrap table tr:nth-child(2n + 1) td {
	background-color: #e6e6e6;
}

.product-advantages .table-wrap table td {
	padding: 10px 15px;
	background-color: #fff;
	border: none;
}

.product-advantages .table-wrap table td {
	font-size: 16px;
}

/* .case-list */

.case-list li {
	margin-bottom: 60px;
}

.case-list li .info-box {
	padding: 20px 20px 40px;
	background-color: #e6e6e6;
}

.case-list li img {
	width: 100%;
}

.case-list li h3 {
	margin-bottom: 20px;
	font-size: 26px;
	color: #3e3a39;
	text-align: center;
}

.case-list li .data-box {
	display: flex;
}

.case-list li .data-box .data-item {
	display: flex;
	flex-direction: column;
	margin-left: 60px;
	font-size: 18px;
	color: #3e3a39;
}

.case-list li .data-box .data-item:first-child {
	margin-left: 0;
}

.case-list li .data-box .data-item span:nth-child(2) {
	font-weight: bold;
}

.case-list+a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 158px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	background-color: #e60012;
	border-radius: 24px;
}

.case-list+a i {
	margin: 4px 0 0 10px;
	transform: rotateZ(90deg);
}

.application_main_content .materials-wrapper li {
	padding: 6px;
}

.application_main_content .materials-wrapper li a {
	display: block;
	width: 100%;
	box-shadow: 0 0 4px 2px #eaeaea;
}

.application_main_content .materials-wrapper li .img-box {
	width: 100%;
}

.application_main_content .materials-wrapper li img {
	width: 100%;
}

.application_main_content .materials-wrapper li .info-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	background-color: #f4f4f4;
}

.application_main_content .materials-wrapper li .info-box h5 {
	overflow: hidden;
	margin-right: 20px;
	font-size: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.application_main_content .materials-wrapper li .info-box span {
	flex-shrink: 0;
	font-size: 16px;
	color: #e60012;
}

/* materials-nav */
.materials-nav {
	padding: 40px 0;
}

.materials-nav ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.materials-nav ul li {
	position: relative;
	padding-bottom: 6px;
	margin: 0 35px;
	border: 1px solid transparent;
}

.materials-nav ul li.active {
	border-bottom: 2px solid #e60012;
}

.materials-nav ul li a {
	padding: 5px 0;
	font-size: 20px;
}

.materials-nav ul li.active a {
	font-size: 20px;
	color: #e60012;
}

.materials-nav ul li:nth-child(-n + 2)::after {
	position: absolute;
	right: -34px;
	top: 50%;
	content: '';
	width: 2px;
	height: 24px;
	background-color: #000;
	transform: translateY(-50%);
}

/* materials-list */
.materials-list>li {
	padding: 60px 0;
}

.materials-list>li:nth-child(2n + 1) {
	background-color: #efefef;
}

.materials-list li .item-box {
	display: flex;
	align-items: center;
}

.materials-list li .item-box>div {
	flex: 0 0 50%;
	width: 50%;
}

.materials-list li .item-box>div .title {
	font-size: 34px;
	border-bottom: 1px solid #959494;
}

.materials-list li .item-box>div .desc {
	margin-top: 20px;
	font-size: 20px;
}

.materials-list li .item-box>div .data {
	margin-top: 40px;
	font-size: 20px;
}

.materials-list li .item-box>div .features {
	margin-top: 40px;
	font-size: 20px;
}

.materials-list li .item-box>div .features h6,
.materials-list li .item-box>div .applied h6 {
	font-size: 20px;
}

.materials-list li .item-box>div .applied {
	margin-top: 40px;
	font-size: 20px;
}

.materials-list li .item-box>div .download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 42px;
	margin-top: 40px;
	background-color: #e60012;
	font-size: 16px;
	color: #fff;
	border-radius: 21px;
}

.materials-list li .item-box>div .download-btn img {
	width: 12px;
	margin-right: 10px;
}

.materials-list .materials-swiper-container {
	padding-left: 50px;
}

.materials-list .materials-swiper-container .material-wrapper {
	box-shadow: 0 0 4px 4px #d6d6d6;
}

.materials-list .materials-swiper-container .material-wrapper img {
	width: 100%;
}

.materials-thumb-wrapper {
	width: 70%;
	margin: 10px auto 0;
}

.materials-thumb-wrapper img {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.materials-thumb-wrapper img {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.materials-thumb-wrapper .swiper-slide-thumb-active img {
	opacity: 1;
	border: 2px solid #0066cc;
}

/*form-area*/
.form-area p {
    overflow: hidden;
    display: block;
    height: 50px;
    background-color: #efefef;
    border: 1px solid #dedfdf;
    border-radius: 25px;
}

.form-area input {
    width: 100%;
    height: 48px;
    padding-left: 10px;
    background-color: #efefef;
    border: none;
}

.form-area .first-line, .form-area .second-line {
    display: flex;
    margin-bottom: 30px;
}

.form-area .first-line>div, .form-area .second-line>div {
    flex: 1;
    margin-left: 30px;
}

.form-area .first-line>div:first-child, .form-area .second-line>div:first-child {
    margin-left: 0;
}

.form-area .third-line {
    margin-bottom: 60px;
}

.form-area .third-line p {
    height: 210px;
}

.form-area .third-line textarea {
    width: 100%;
    padding: 10px 0 0 10px;
    background-color: #efefef;
    border: none;
}

.form-area .btn-line p {
    position: relative;
    height: auto;
    background-color: transparent;
    border: none;
}

.form-area .btn-line input {
    width: 190px;
    height: 48px;
    padding: 0 6px;
    margin: 0 auto;
    background-color: #e50012;
    font-size: 24px;
    color: #fff;
    border-radius: 24px;
}

.form-area .btn-line .wpcf7-spinner {
    position: absolute;
}

/*-------------------------------
			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;
	width: 100%;
	height: 100%;
	z-index: 1;
	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, 0.5)),
			to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left,
			rgba(0, 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, 0.5)),
			to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right,
			rgba(0, 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, 0.5)),
			to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top,
			rgba(0, 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, 0.5)),
			to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top,
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom,
			rgba(0, 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: 0;
	-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;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-next:before,
.swiper-button-prev:before {
	display: inline-block;
	-webkit-transform: scale(0.7, 1);
	-ms-transform: scale(0.7, 1);
	-o-transform: scale(0.7, 1);
	transform: scale(0.7, 1);
	vertical-align: top;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}

.swiper-container:hover .swiper-button-prev {
	left: 65px;
}

.swiper-container:hover .swiper-button-next {
	right: 65px;
}

.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: 10px;
	right: auto;
}

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

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
	content: "<";
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
	content: ">";
}

.swiper-button-lock {
	display: none;
}

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

.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(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.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(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

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

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

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

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	border: 0px solid rgba(255, 255, 255, 0);
	background-color: #ccc;
	border-radius: 50%;
	margin: 0 6px;
	background-clip: content-box;
}

.swiper-pagination-bullet-active {
	background-color: #83ccd5;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

.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: 0.2s top, 0.3s -webkit-transform;
	transition: 0.2s top, 0.3s -webkit-transform;
	-o-transition: 0.2s transform, 0.3s top;
	transition: 0.2s transform, 0.3s top;
	transition: 0.2s transform, 0.3s top, 0.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: 0.2s left, 0.3s -webkit-transform;
	transition: 0.2s left, 0.3s -webkit-transform;
	-o-transition: 0.2s transform, 0.3s left;
	transition: 0.2s transform, 0.3s left;
	transition: 0.2s transform, 0.3s left, 0.3s -webkit-transform;
}

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	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, 0.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, 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, 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, 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 {}

@-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: 0.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;
}

@media screen and (max-width: 480px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		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
                        ----------------------------------*/

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

.gd-layer {
	padding: 0.5rem 0;
}

.gd-layer,
.gd-layer a {
	color: #333;
}

.gd-layer a:hover {
	color: #e60012;
}

.gd-layer .layer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 75px;
}

.gd-layer .layer-header .header-left {
	flex: 1;
	position: relative;
	padding-left: 30px;
}

.gd-layer .layer-header .header-left::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 16px;
	height: 28px;
	background-color: #e60012;
	transform: translateY(-50%);
}

.gd-layer .layer-header .header-left h3 {
	font-size: 40px;
}

.gd-layer .layer-header .header-center {
	margin: 0 auto;
}

.gd-layer .layer-header .header-center h3 {
	position: relative;
	font-size: 40px;
	text-align: center;
}

.gd-layer .layer-header .header-center h3::before {
	position: absolute;
	left: -70px;
	top: 50%;
	content: "";
	width: 16px;
	height: 28px;
	background-color: #e60012;
	transform: translateY(-50%);
}

.gd-layer .layer-header .header-center h3::after {
	position: absolute;
	right: -70px;
	top: 50%;
	content: "";
	width: 16px;
	height: 28px;
	background-color: #e60012;
	transform: translateY(-50%);
}

.about_main_content .gd-layer .layer-header .header-center h3 {
	font-size: 48px;
}

.gd-layer .layer-header .header-right {
	display: flex;
}

.gd-layer .btn {
	position: relative;
	text-align: center;
	cursor: pointer;
}

.gd-layer .btn.active {}

.gd-layer .btn:last-child {
	padding-left: 24px;
	margin-left: 24px;
}

.gd-layer .btn i {
	padding: 0 5px 5px;
	font-size: 20px;
	border-bottom: 2px solid transparent;
}

.gd-layer .btn:last-child::before {
	position: absolute;
	top: 50%;
	left: -1px;
	content: '';
	width: 2px;
	height: 24px;
	background-color: #000;
	transform: translateY(-50%);
}

.gd-layer .btn.active i {
	color: #e60012;
	border-bottom: 2px solid #e60012;
}

.main_content {}

.index-main-content {
	padding-bottom: 0;
}

/* slides */
.rev_slider_wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.tp-leftarrow,
.tp-rightarrow {
	font-size: 0.3rem;
	background-color: #000;
	border-radius: 0%;
	float: left;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff !important;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	overflow: hidden;
	top: 50% !important;
	margin-top: -0.25rem !important;
	z-index: 99;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.tp-leftarrow:before {
	content: "\f104";
}

.tp-rightarrow:before {
	content: "\f105";
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
	border-color: #e60012;
	color: #e60012 !important;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 0.035rem;
	border-radius: 50%;
	background: none;
}

.owl-carousel .owl-controls .owl-dots .active {
	background-color: #e60012;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background-color: #e60012;
}

.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #e60012;
	color: #fff !important;
}

.tp-loader.spinner0 {
	background: url(img/loading.gif) center no-repeat;
	-webkit-background-size: auto 60%;
	background-size: auto 60%;
}

/* title */
.index-title-bar {
	margin: 0 auto 0.3rem;
	text-align: center;
	position: relative;
}

.index-title-bar .index-title {
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
	padding: 0 0.1rem;
	position: relative;
	z-index: 2;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 1.2;
}

.index-title-bar:before,
.index-title-bar:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px dashed #151515;
	position: absolute;
	left: 0;
	top: 0.1rem;
}

.index-title-bar:after {
	left: 1px;
	margin-top: -1px;
}

.index-title-bar .index-title,
.index-title-bar .index-title a {
	color: #191c21;
}

.index-title-bar .index-title a:hover {
	color: #e60012;
}

.index-title-bar .title-desc {
	display: block;
	padding: 0.1rem 0 0;
	font-size: 0.16rem;
	font-style: italic;
}

/* btn */
.learn-more-bar {
	text-align: center;
	padding: 0.4rem 0 0;
}

.gd-btn {
	background-color: #e60012;
	border: 0;
	color: #fff !important;
	font-size: 0.16rem;
	line-height: 0.45rem;
	display: inline-block;
	padding: 0 0.65rem 0 0.25rem;
	letter-spacing: 1px;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	overflow: hidden;
	position: relative;
	border-radius: 0.04rem;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.gd-btn:before,
.gd-btn:after {
	content: "";
	display: block;
	width: 0.4rem;
	height: 0.45rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #3dbfb6;
	color: #fff;
	font-family: "fontawesome";
	content: "\f105";
	font-size: 0.2rem;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 0 0.04rem 0.04rem 0;
}

.gd-btn:hover {
	background-color: #37c7be;
}

.gd-btn:after {
	opacity: 0;
	right: 0.2rem;
	z-index: 1;
}

.gd-btn:hover:after {
	opacity: 1;
	right: 0;
}

.gd-btn:hover:before {
	right: -0.3rem;
}

/* slide banner */
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected {
	width: 0.1rem;
	height: 0.1rem;
}

.tp-bullets.simplebullets .bullet {
	background-color: #000;
	border: 0.02rem solid #000;
	opacity: 0.2;
}

.tp-bullets.simplebullets .bullet.selected {
	opacity: 1;
	background-color: #e60012;
	border-color: #e60012;
}

/* printers-layer */
.printers-layer .example-machine {
	overflow: hidden;
}

.printers-layer .printer-wrapper .btn {
	margin-top: 170px;
}

.printers-layer .machine-wrapper ul {
	margin-top: 16px;
}

.printers-layer .machine-wrapper li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

.printers-layer .machine-wrapper li .other-info {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(to bottom, rgba(235, 141, 148, 0.9) 5%, rgba(158, 1, 12, 0.9) 50%, rgba(158, 1, 12, 1) 100%);
	opacity: 0;
	transition: 0.5s;
}

.printers-layer .machine-wrapper li .other-info p {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.printers-layer .machine-wrapper li .other-info span {
	position: absolute;
	left: 50%;
	bottom: 80px;
	height: 36px;
	padding: 0 12px;
	line-height: 34px;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	transform: translateX(-50%);
	border-radius: 18px;
}

.printers-layer .machine-wrapper li a:hover .other-info {
	opacity: 1;
}

.printers-layer .machine-wrapper li .img-box {
	padding: 40px 0;
}

.printers-layer .machine-wrapper li img {
	width: 100%;
	height: auto;
}

.printers-layer .machine-wrapper li .title-box {
	overflow: hidden;
	padding: 0 35px 28px;
	text-align: center;
}

.printers-layer .machine-wrapper li .title-box h4 {
	overflow: hidden;
	font-size: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.printers-layer .printers-content {
	display: none;
}

.printers-layer .printers-content:first-child {
	display: block;
}

/* materials-layer */
.materials-layer .materials-wrapper-top {
	display: flex;
	align-items: center;
}

.materials-layer .materials-wrapper-top .img-box {
	flex: 0 0 60%;
}

.materials-layer .materials-wrapper-top .img-box img {
	width: 100%;
}

.materials-layer .materials-wrapper-top .info-box {
	flex: 0 0 40%;
	padding-left: 30px;
	font-size: 22px;
}

.materials-layer .materials-wrapper-top .info-box h3 {
	margin-bottom: 30px;
	font-size: 48px;
	color: #e60012;
}

.materials-layer .materials-wrapper-top .more-btn {
	display: inline-block;
	margin-top: 80px;
	font-size: 16px;
	color: #e60012;
	border-bottom: 1px solid #e60012;
}

.materials-layer .materials-wrapper {
	margin-top: 15px;
}

.materials-layer .materials-wrapper img {
	width: 100%;
}

/* application-layer */
.application-layer .application-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.application-layer .application-wrapper li:first-child {
	flex: 0 0 57.5%;
	width: 57.5%;
}

.application-layer .application-wrapper li:nth-child(2) {
	flex: 0 0 41.33%;
	width: 41.33%;
}

.application-layer .application-wrapper li:nth-child(3) {
	flex: 0 0 41.33%;
	width: 41.33%;
}

.application-layer .application-wrapper li:nth-child(4) {
	flex: 0 0 57.5%;
	width: 57.5%;
}

.application-layer .application-wrapper li {
	margin-bottom: 12px;
}

.application-layer .application-wrapper li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.application-layer .application-wrapper li img {
	width: 100%;
	height: 100%;
}

.application-layer .application-wrapper li .info-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(to bottom, rgba(235, 141, 148, 0.2), rgba(158, 1, 12, 0.6));
	opacity: 0;
	transition: 0.5s;
}

.application-layer .application-wrapper li:hover .info-box {
	opacity: 1;
}

.application-layer .application-wrapper li .info-box h4 {
	overflow: hidden;
	position: absolute;
	left: 30px;
	bottom: 100px;
	max-width: 300px;
	font-size: 30px;
	color: #e60012;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.application-layer .application-wrapper li .info-box i {
	position: absolute;
	left: 30px;
	bottom: 35px;
	font-size: 16px;
	color: #ffffff;
	border-bottom: 1px solid #fff;
}

/* news-layer */
.news-layer .more-btn {
	display: block;
	margin: 50px auto 0;
	width: 130px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	background-color: #e60012;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 40px;
}

.news-layer .more-btn:hover {
	color: #fff;
}

.news-layer .news-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.news-layer .news-wrapper .swiper-wrapper {
	flex: 0 0 45%;
}

.news-layer .news-wrapper .swiper-wrapper li {
	background-color: #efefef;
	transition: 0.5s;
}

.news-layer .news-wrapper .swiper-wrapper li .img-box {
	overflow: hidden;
	max-height: 245px;
}

.news-layer .news-wrapper .swiper-wrapper li img {
	width: 100%;
}

.news-layer .news-wrapper .swiper-wrapper li .info-box {
	padding: 25px 20px;
}

.news-layer .news-wrapper .swiper-wrapper li:last-child {
	margin-bottom: 0;
}

.news-layer .news-wrapper .swiper-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news-layer .news-wrapper .swiper-wrapper li h3 {
	font-size: 18px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-layer .news-wrapper .swiper-wrapper li .desc {
	margin-top: 20px;
	font-size: 16px;
	color: #929292;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-layer .news-wrapper .swiper-wrapper li .other {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	font-size: 16px;
	color: #313131;
}

.news-layer .news-wrapper .swiper-wrapper li:hover {
	background-color: #e60012;
}

.news-layer .news-wrapper .swiper-wrapper li:hover h3,
.news-layer .news-wrapper .swiper-wrapper li:hover .desc,
.news-layer .news-wrapper .swiper-wrapper li:hover .other {
	color: #fff;
}

/* why-wrapper */
.why-wrapper {
	background-color: #f4f4f4;
}

.why-wrapper ul {
	padding: 36px;
}

.why-wrapper ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 36px 0 36px 10px;
	border-bottom: 1px solid #929292;
}

.why-wrapper ul li:last-child a {
	border-bottom: none;
}

.why-wrapper ul li a .img-box {
	width: 36%;
}

.why-wrapper ul li a img {
	width: 100%;
}

.why-wrapper ul li a .why-info {
	width: 58%;
}

.why-wrapper ul li a .why-info h4 {
	font-size: 24px;
	color: #e60012;
}

.why-wrapper ul li a .why-info .desc {
	margin-top: 25px;
	font-size: 20px;
	color: #000;
}

.why-wrapper ul li:nth-child(2n) a .img-box {
	order: 2;
}

/* our-layer */
.our-layer .our-wrapper {
	position: relative;
}

.our-layer .our-wrapper .our-img {
	width: 100%;
	height: auto;
}

.our-layer .our-wrapper .layout {
	position: absolute;
	width: 1200px;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.our-layer .our-wrapper .layout .our-wrapper-info {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}

.our-layer .our-wrapper .layout li {
	flex: 0 0 50%;
	margin-bottom: 20px;
}

.our-layer .our-wrapper .layout li:nth-child(2n + 1) {
	padding-right: 50px;
}

.our-layer .our-wrapper .layout li h2 {
	font-size: 68px;
	color: #fff;
}

.our-layer .our-wrapper .layout li h2 span {
	font-size: 36px;
}

.our-layer .our-wrapper .layout li {
	font-size: 18px;
	color: #fff;
}

.our-layer .album-wrapper {
	margin-top: -140px;
}

.our-layer .album-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.our-layer .album-wrapper ul li {
	flex: 0 0 33.33%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.our-layer .album-wrapper ul li img {
	width: 100%;
	box-shadow: 4px 4px 8px 0 #dddddd;
}

.our-layer .album-wrapper ul li span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	color: #8d8d8d;
	text-align: center;
}

/* form-layer */
.form-layer {
	padding: 115px 0;
	margin-top: 120px;
	background-color: #ededed;
}

.form-layer .form-header {
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 40px;
	text-align: center;
}

.form-layer .form-header h5 {
	font-family: 'SourceSansProSemibold';
	font-size: 30px;
}

.form-layer .form-header p {
	max-width: 750px;
	margin: 0 auto;
	font-size: 30px;
}

.form-layer .form-header::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 180px;
	height: 5px;
	border-radius: 5px;
	background-color: #e60012;
	transform: translateX(-50%);
}

.form-layer .form-area p {
	background-color: #fff;
}

.form-layer .form-area input {
    background-color: #fff;
}

.form-layer .form-area .third-line textarea {
    background-color: #fff;
}

.form-layer .form-area .btn-line p {
    background-color: transparent;
    text-align: center;
}

.form-layer .form-area .btn-line input {
    background-color: #e60012;
}

/* company-synopses */
.company-synopses {
	background-position: center 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
}

.company-synopses ul {
	margin: 0 -0.15rem;
}

.synopsis-item {
	width: 50%;
	position: relative;
	float: left;
	text-align: center;
	padding: 0.25rem 0.15rem;
}

.synopsis-item .item-wrap,
.synopsis-item .item-img img,
.synopsis-item .item-info,
.synopsis-item .item-info .read-more,
.synopsis-item .item-info .item-title a,
.synopsis-item:hover .item-info .read-more:before,
.synopsis-item:hover .item-info .read-more:after {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.synopsis-item .item-wrap {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.synopsis-item .item-img {
	width: 29.55%;
	display: block;
	position: relative;
	overflow: hidden;
}

.synopsis-item .item-img img {
	display: block;
	width: 100%;
	height: auto;
}

.synopsis-item .item-info {
	position: relative;
	z-index: 3;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: left;
	padding-left: 0.4rem;
}

.synopsis-item .item-info .item-title {
	position: relative;
	font-weight: bold;
	font-size: 0.26rem;
	line-height: 1.3;
	margin: 0 auto 1rem;
}

.synopsis-item .item-info .item-desc {
	display: block;
	height: 0.54rem;
	line-height: 0.18rem;
	overflow: hidden;
	margin: 0 auto 0.2rem;
	color: #666;
	font-size: 0.16rem;
}

.synopsis-item:hover .item-img {
	position: relative;
}

.synopsis-item .item-info .read-more {
	display: inline-block;
	font-size: 0.18rem;
	padding: 0.02rem 0;
	position: relative;
	font-weight: bold;
}

.synopsis-item .item-info .read-more:hover {
	padding: 0.02rem 0.08rem;
}

.synopsis-item .item-info .read-more:before,
.synopsis-item .item-info .read-more:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #e60012;
	position: absolute;
	left: 0;
}

.synopsis-item .item-info .read-more:before {
	top: 0;
}

.synopsis-item .item-info .read-more:after {
	bottom: 0;
}

.synopsis-item .item-info .read-more:hover:before,
.synopsis-item .item-info .read-more:hover:after {
	width: 100%;
}

.company-synopses .owl-carousel .owl-controls {
	height: auto;
	padding: 0.4rem 0 0;
}

.company-synopses .owl-carousel .owl-controls .owl-dots {
	position: static;
}

/* promote layer */
.promote-layer {
	padding: 1rem 0;
	background-position: center 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.promote-layer .layer-body,
.promote-layer .layer-body a {}

.promote-layer .layer-body {
	text-align: center;
}

.promote-layer .promote-detail {
	line-height: 1.1;
}

.promote-layer .promote-title {
	font-size: 0.18rem;
	margin-bottom: 0.15rem;
}

.promote-layer .promote-desc {
	font-size: 0.6rem;
	margin-bottom: 0.15rem;
}

.promote-layer .promote-detail .btn-wrap {
	padding-top: 0.15rem;
}

/* product list */
.product-items {
	position: relative;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.product-items .layout {
	position: relative;
	z-index: 2;
}

.product-items .index-title-bar {
	margin-bottom: 0.25rem;
}

.product-items .learn-more-bar {
	padding: 0.3rem 0 0;
}

.product-items .layer-body {}

.product-item {
	position: relative;
	vertical-align: top;
	width: 33.333333%;
	padding: 0.05rem 0.125rem;
	margin: 0 0 0.22rem;
	float: left;
}

.product-items .product-item,
.goods-items .product-item {
	margin: 0;
}

.product-item .item-wrap {
	position: relative;
	/*overflow: hidden;*/
	text-align: center;
}

.product-item .item-img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
}

.product-item .item-img img {
	position: relative;
	width: 100%;
	-moz-transition: 1.5s all ease;
	-o-transition: 1.5s all ease;
	-webkit-transition: 1.5s all ease;
	transition: 1.5s all ease;
}

.product-item .item-img:hover img,
.product-item:hover .item-img img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.product-item .item-img:before,
.product-item .item-img:after {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product-item .item-img img {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.product-item .item-img:hover img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.product-item .item-info {
	padding: 0.1rem 0.2rem;
}

.product-item .item-info .item-title {
	text-transform: capitalize;
	height: 0.38rem;
	line-height: 0.19rem;
	font-size: 0.15rem;
	font-weight: normal;
	overflow: hidden;
}

.product-item .item-info .item-title a {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

.product-items .product-item {
	width: 100%;
	display: none;
	padding: 0;
}

.product-items .product-item .item-info {
	padding-bottom: 0;
}

.product-items .owl-loaded .product-item {
	display: block;
}

.product-items .owl-carousel .owl-controls .owl-nav {
	position: static;
	text-align: center;
}

.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next {
	display: inline-block;
	width: 0.32rem;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	border-radius: 0;
	background-color: #f7f7f7;
	font-size: 0.3rem;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -0.45rem;
}

.product-items .owl-carousel .owl-controls .owl-prev {
	left: 0;
}

.product-items .owl-carousel .owl-controls .owl-next {
	right: 0;
	margin-right: 0;
}

.product-items .owl-carousel:hover .owl-controls .owl-prev,
.product-items .owl-carousel:hover .owl-controls .owl-next,
.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover {
	background-color: #e60012;
	color: #fff;
}

.product-items .owl-carousel .owl-controls .owl-dot {
	/*display: none;*/
}

.items_list .product-item {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.items_list .product-item:nth-child(3n + 1) {
	clear: left;
}

/* about us */
.about-us {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 0;
}

.about-us .layer-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.about-us .about-img {
	width: 46%;
	position: relative;
	background-color: rgba(255, 255, 255, 0.2);
}

.about-us .about-img .item,
.about-us .about-img .item img {
	position: relative;
	width: 100%;
}

.about-us .about-img .flex-control-nav {
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0.12rem;
}

.about-us .about-img .flex-control-paging li a {
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.2);
}

.about-us .about-img .flex-control-paging li a:hover,
.about-us .about-img .flex-control-paging li a.flex-active {
	border-color: #333;
	background: #e60012;
}

.about-us .about-img .flex-direction-nav {
	text-align: center;
	padding: 0.05rem 0 0;
	display: none;
}

.about-us .about-detail {
	font-size: 0.16rem;
	padding-left: 0.15rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-left: 0.3rem;
	text-align: left;
}

.about-us .about-detail .about-title {
	font-size: 0.6rem;
	padding-bottom: 0.25rem;
	line-height: 1.1;
	font-weight: normal;
}

.about-us .about-detail .about-title,
.about-us .about-detail .about-title a {
	color: #231f20;
}

.about-us .about-detail .about-desc {
	padding-bottom: 0.2rem;
}

.about-us .about-more {
	margin: 0.3rem 0 0;
}

.about-us .flex-direction-nav li {
	display: inline;
}

.about-us .flex-direction-nav a {
	position: static;
	margin: 0;
	display: inline-block;
	width: 0.22rem;
	height: 0.22rem;
	line-height: 0.22rem;
	font-size: 0.12rem;
	background: none;
	border-radius: 0;
}

.about-us .flex-direction-nav a:hover {
	background: #e60012;
	color: #fff;
}

/* inquiry pannel */
.inquiry-pannel {
	padding: 0.4rem 0;
	background-color: #44d5cb;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}

.inquiry-pannel .index-title-bar {
	margin-bottom: 0.3rem;
}

.inquiry-pannel .pannel-info .info-txt {
	display: inline-block;
	font-weight: normal;
	line-height: 1.3;
	font-size: 0.24rem;
}

.inquiry-pannel .pannel-info .info-txt,
.inquiry-pannel .pannel-info .info-txt a {
	color: #fff;
}

.inquiry-pannel .pannel-info .info-txt+.gd-btn {
	margin-left: 0.4rem;
}

.inquiry-pannel .gd-btn {
	vertical-align: middle;
	background-color: #fff;
	color: #333 !important;
}

.inquiry-pannel .gd-btn:before,
.inquiry-pannel .gd-btn:after {
	background-color: #f3f3f3;
	color: #333 !important;
}

/* promte banners */
.promote-banners {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0.1rem 0 0.15rem;
}

.banner-list {
	padding: 0 0.1rem;
	/*margin: 0 -1rem;*/
}

.banner-list .banner-item {
	width: 33.333333%;
	float: left;
}

.banner-list .banner-item .banner-img {
	position: relative;
	display: block;
	padding: 0.05rem;
	overflow: hidden;
}

.banner-list .banner-item .banner-img:before,
.banner-list .banner-item .banner-img:after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banner-list .banner-item .banner-img:before {
	left: 0;
}

.banner-list .banner-item .banner-img:after {
	width: 100%;
	right: 0;
}

.banner-list .banner-item .banner-img:hover:before,
.banner-list .banner-item .banner-img:hover:after {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}

.banner-list .banner-item .banner-img:hover:before {
	-webkit-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.banner-list .banner-item .banner-img,
.banner-list .banner-item .banner-img img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-list .banner-item .banner-img img {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banner-list .banner-item .banner-img:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.banner-list-2 .banner-item {
	width: 50%;
}

.banner-list-2 .banner-item .banner-img:before {
	display: none;
}

.partner-list {
	width: auto;
	padding: 0 0.5rem;
}

.partner-list .partner-item {
	display: none;
	text-align: center;
	overflow: hidden;
}

.partner-list .partner-item a {
	display: block;
	position: relative;
}

.partner-list .partner-item img {
	max-width: 100%;
	position: relative;
}

.partner-list .partner-item a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0);
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.partner-list .partner-item a:hover {
	border-color: #ccc;
}

.partner-list:hover .partner-item a:before {
	background-color: rgba(255, 255, 255, 0.3);
}

.partner-list:hover .partner-item a:hover:before {
	background-color: rgba(255, 255, 255, 0);
}

.owl-loaded .partner-item {
	display: block;
}

.partner-wrap .owl-prev:before,
.partner-wrap .owl-next:before {
	margin: 0;
}

.partner-wrap .owl-prev:hover,
.partner-wrap .owl-next:hover,
.partner-slides:hover .owl-prev,
.partner-slides:hover .owl-next {
	opacity: 1;
	color: #fff;
}

.partner-wrap .owl-prev:before {
	content: "\f104";
}

.partner-wrap .owl-next:before {
	content: "\f105";
}

.partner-list:hover .owl-prev,
.partner-list:hover .owl-next {
	opacity: 1;
}

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

.path-bar {
	position: relative;
	padding: 0.03rem 0;
	background-color: #ebebeb;
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-bottom: 0.3rem;
	text-align: left;
}

.path-bar li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0.14rem;
	text-transform: uppercase;
	font-style: italic;
	z-index: 3;
}

.path-bar li:after {
	/*content: "\f105";*/
	content: "/";
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0.06rem 0 0.1rem;
	font-size: 0.18rem;
}

.path-bar li.current a {}

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

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

.pages {
	position: relative;
	margin: 0.4rem 0 0.15rem;
}

.pages a,
.pages span.current2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	border: 1px solid #ddd;
	line-height: 25px;
	min-width: 26px;
	padding: 3px 12px;
	border-radius: 3px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background: -moz-linear-gradient(top, #fff, #f2f2f2);
	background: -ms-linear-gradient(top, #fff, #f2f2f2);
	background: -o-linear-gradient(top, #fff, #f2f2f2);
	background: linear-gradient(top, #fff, #f2f2f2);
}

.pages a.current,
.pages a:hover {
	background: #222;
	border-color: #222;
	color: #fff;
}

.pages span.current2 {
	vertical-align: middle;
}

/*----------------------------------aside---------------------------------*/

.aside {
	float: left;
	width: 18.75%;
}

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

.side-tit-bar .side-tit {
	position: relative;
	font-size: 0.18rem;
	height: 0.35rem;
	line-height: 0.35rem;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #00a3e6;
	padding: 0 0 0 0.12rem;
	font-weight: normal;
}

.side-widget {
	position: relative;
	margin: 0 0 0.2rem;
}

.side-cate {
	padding: 0.2rem 0;
}

.side-cate li {
	position: relative;
	line-height: 33px;
}

.side-cate li {
	margin: 0 0.15rem;
}

.side-cate ul {
	display: none;
}

.side-cate li a {
	position: relative;
	display: block;
	height: 0.33rem;
	line-height: 0.33rem;
	overflow: hidden;
	margin-right: 0.2rem;
}

.side-cate li .icon-cate {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
	cursor: pointer;
	color: #999;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: "\f067";
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: "\f068";
}

.side-cate li li a {
	padding-right: 0;
}

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

.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
	color: #e60012;
}

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

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

.side-product-items .items_content {}

.side_product_item {
	position: relative;
	display: block;
	width: 100%;
	/*min-height: 80px;*/
	overflow: hidden;
}

.side_product_item figure {
	position: relative;
	display: table;
	width: 100%;
	height: 0.8rem;
	overflow: hidden;
}

.side_product_item .item-img {
	position: relative;
	width: 0.65rem;
	display: table-cell;
	vertical-align: middle;
}

.side_product_item .item-img img {
	position: relative;
	width: 100%;
	border: 0px solid #eee;
}

.side_product_item figcaption {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0.15rem;
}

.side_product_item figcaption a {
	display: inline-block;
	line-height: 0.18rem;
	max-height: 0.54rem;
	overflow: hidden;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 15px;
	display: block;
	cursor: pointer;
	opacity: 0.15;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

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

.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover {
	opacity: 0.35;
}

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

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

/*----------------------------------main---------------------------------*/

.main {
	position: relative;
	width: 78.3%;
	float: right;
}

.main-tit-bar {
	padding: 0.05em 0 0.06rem;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0.12rem;
	overflow: hidden;
}

.main-tit-bar .title {
	color: #222;
	font-size: 0.22rem;
	line-height: 1.2;
	text-transform: uppercase;
	float: left;
}

.main-tit-bar .share-this {
	float: right;
	width: 55%;
	text-align: right;
}

.main-banner {
	position: relative;
	overflow: hidden;
}

.main-banner .item {
	display: none;
}

.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 {
	margin: 0.17rem 0 0.25rem;
}

.items_list {}

.items_list ul {
	margin: 0 -0.15rem;
}

.items_list .product-item {
	margin-bottom: 0;
}

.items_list .product-item .item-wrap {
	border: 1px solid #ddd;
	padding: 3px;
	outline-offset: -1px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.items_list .product-item .item-wrap:hover {
	border-color: #aaa;
	outline-offset: 0;
}

.items_list .product-item .item-info {
	padding-bottom: 0.1rem;
	position: relative;
}

.items_list .product-item .item-info .item-title a {
	display: inline-block;
	max-width: 180px;
	max-width: 80%;
	margin: 0 auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.items_list .product-item .item-img:before {
	display: none;
}

/*-------------------------------------------------------- 
                                                    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 {
	border: 1px solid #eee;
	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: 38%;
	float: left;
}

.product-view .product-image {
	position: relative;
	border: 1px solid #e5e5e5;
	background-color: #f6f6f6;
}

.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;
	padding: 1px;
	display: none;
}

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

.product-view .image-additional li img {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
}

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

.product-view .image-additional li.current img {
	border-color: #00a3e6;
	outline: 1px solid #00a3e6;
	background-color: #fff;
}

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

.image-additional .owl-carousel .owl-controls .owl-nav {
	position: static;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	margin: 0;
	font-size: 0.2rem;
	width: 0.2rem;
	height: 0.25rem;
	line-height: 0.25rem;
	text-align: center;
	top: 50%;
	margin-top: -0.125rem;
	padding: 0;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background: #e60012;
	color: #fff;
}

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

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

.product-view .image-additional .owl-loaded li {
	display: block;
}

/*product summary*/

.product-summary {
	position: relative;
	width: 58%;
	float: right;
}

.product-summary .product-meta {
	line-height: 25px;
}

.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: #13adeb;
	border: 1px solid #13adeb;
	color: #fff;
	margin: 0 20px 0.05rem 0;
}

.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.product-btn-wrap .buy:before {
	margin-right: 0.05rem;
}

.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: #13adeb;
}

.product-summary .share-this {
	margin: 0.4rem 0 0;
	text-align: right;
}

/* product detail */
.product-detail {
	position: relative;
	overflow: visible;
	padding: 0.15rem 0 0;
}

.detail-tabs {
	position: relative;
}

.detail-tabs .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	line-height: 30px;
	cursor: pointer;
	font-size: 0.16rem;
	margin: 0 0.1rem 0 0;
	padding: 0 0.18rem;
	font-weight: normal;
	border: 1px solid #e5e5e5;
}

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

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

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

/* inquiry form */
.inquiry-form-wrap .inquiry-form-title {
	background-color: #00a3e6;
	color: #fff;
	font-size: 0.16rem;
}

.inquiry-form {
	border-color: #ccc;
}

/*like product*/

.goods-may-like {
	position: relative;
	overflow: hidden;
	margin: 0.5rem 0 0;
}

.goods-title-bar {
	height: 0.32rem;
	line-height: 0.32rem;
	background-color: #00a3e6;
	padding: 0 0.15rem;
	margin: 0 auto 0.1rem;
}

.goods-title-bar .title {
	font-size: 0.16rem;
	text-transform: uppercase;
	font-weight: bold;
}

.goods-title-bar .title,
.goods-title-bar .title a {
	color: #fff;
}

.goods-may-like .goods-items {
	width: auto;
	margin: 0 -0.1rem;
}

.goods-may-like .product-item {
	width: auto;
	float: none;
	display: none;
	padding: 0 0.1rem;
}

.goods-may-like .product-item .item-wrap {
	border: 1px solid #ccc;
	padding-bottom: 0.15rem;
	padding: 3px;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav {
	width: auto;
	left: auto;
	right: 0.17rem;
	top: -0.37rem;
	color: #fff;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next {
	line-height: 0.22rem;
	font-size: 0.2rem;
	border-radius: 0;
	margin: 0;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.goods-may-like .owl-loaded .product-item {
	display: block;
}

.product-item .item-info .item-title a {
	display: inline-block;
}

/*-------------------------------------------------------- 
                                                    page: blog list
                                                                    ------------------------------------------------------*/

.blog_list {
	position: relative;
	width: 100%;
}

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

.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:after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #e60012;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-item .item-wrap {}

.blog-item .item-img {
	position: relative;
	display: block;
	max-width: 2rem;
	margin: 0 0.2rem 0 0;
	float: left;
	border: 1px solid #eee;
}

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

.blog-item .item-info {}

.blog-item .item-info .item-title {
	font-size: 0.16rem;
}

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

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

.blog-item .item-info .item-more {
	float: right;
	color: #000;
	display: inline-block;
	border: 1px solid #eee;
	padding: 0.04rem 0.15rem;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.blog-item .item-info .item-more:hover,
.blog-item:hover .item-info .item-more:hover {
	background-color: #e60012;
	border-color: #e60012;
	color: #fff;
}

.blog-item:hover:after {
	width: 100%;
}

.blog-item:hover .item-info .item-more {
	border-color: #e60012;
	color: #e60012;
}

/*-------------------------------------------------------- 
                                                    page: download list
                                                                    ------------------------------------------------------*/

.download_list {
	position: relative;
	width: 100%;
}

.download-item {
	position: relative;
	overflow: hidden;
	padding: 0.15rem 0;
	margin: 0 0 0.1rem;
	line-height: 0.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 0.1rem;
	font-size: 0.16rem;
	font-weight: bold;
}

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

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

/*-------------------------------------------------------- 
                                                    page: faq list
                                                                    ------------------------------------------------------*/

.faq_list {
	position: relative;
	width: 100%;
}

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

.faq-item:hover {
	background-color: #fafafa;
}

.faq-item .faq-title {
	position: relative;
	font-size: 0.16rem;
	line-height: 0.3rem;
	padding: 0.15rem 0;
	cursor: pointer;
}

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

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

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

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

@media only screen and (max-width: 1600px) {
	.inquery-wrapper .layout h2 {
		font-size: 36px;
	}

	.inquery-wrapper .layout>p {
		font-size: 30px;
	}

	.inquery-wrapper .layout>a {
		padding: 0 80px;
		font-size: 24px;
	}

	.faq-wrapper .option_head {
		font-size: 24px;
	}

	.faq-wrapper .option_content {
		font-size: 16px;
	}

	.application_main_content .application-nav li a {
		height: 80px;
		line-height: 80px;
	}
}

@media only screen and (max-width: 1550px) {
	.page_banner .contact-title {
		font-size: 50px;
	}

	.about_wrapper .info-box {
		width: 30%;
		margin-left: 40px;
	}

	.about_wrapper .info-box .info-text {
		margin-top: 40px;
	}

	.solutions-layer .solutions-wrapper li .solution-title h5 {
		font-size: 32px;
	}
}

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

	.side-tit-bar .side-tit {
		font-size: 0.15rem;
	}

	.application-layer .application-wrapper li .info-box h4 {
		font-size: 24px;
	}

	.page_banner .contact-title,
	.application_page_banner .title-wrapper .contact-title,
	.page_banner .materials-title {
		font-size: 44px;
	}

	.contact-wrapper .contact-info .info-box .contact-list h6,
	.contact-wrapper .contact-info .info-box .foot_address h6 {
		font-size: 24px;
	}

	.contact-wrapper .contact-info .info-box .contact-list,
	.contact-wrapper .contact-info .info-box .contact-list a,
	.contact-wrapper .contact-info .info-box .foot_address {
		font-size: 20px;
	}

	.solutions-layer .solutions-wrapper li .solution-title h5 {
		font-size: 28px;
	}

	.news_wrapper .news_link a {
		padding: 20px 0;
		font-size: 20px;
	}

	.news_wrapper .news_link a.active::after {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 15px solid #e60012;
	}

	.application_main_content .application-nav li a {
		height: 70px;
		line-height: 70px;
		font-size: 24px;
	}

	.application_main_content .materials-wrapper li .info-box h5 {
		font-size: 20px;
	}
}

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

	.layout,
	.path-bar .path-nav {
		width: 100%;
		padding-left: 0.15rem;
		padding-right: 0.15rem;
	}

	.single_main_content .single-news-detail {
		width: 98%;
	}

	.single_main_content .layout {
		width: 100%;
		padding-left: 0.15rem;
		padding-right: 0.15rem;
	}

	body {
		min-width: 100%;
	}

	.scrollsidebar,
	.bottomsidebar {
		display: none;
	}

	.nav-bar,
	.logo img {}

	.head-contact {}

	.index-title-bar .title {
		font-size: 0.33rem;
	}

	.our-layer .our-wrapper .layout li h2 {
		font-size: 48px;
	}

	.materials-layer .materials-wrapper-top .info-box h3 {
		font-size: 36px;
	}

	.materials-layer .materials-wrapper-top .info-box {
		font-size: 20px;
	}

	.materials-layer .materials-wrapper-top .more-btn {
		margin-top: 50px;
	}

	.contact-wrapper .contact-info .info-box .contact-list li img {
		max-height: 35px;
	}

	.about_wrapper .info-box h1 {
		font-size: 32px;
	}

	.about_wrapper .info-box {
		width: 40%;
	}

	.about_wrapper .info-box .info-text {
		margin-top: 20px;
	}

	.faq-wrapper .option_head {
		font-size: 20px;
	}

	.faq-wrapper .option_content {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1200px) {
	.aside {
		width: 20%;
	}

	.main {
		width: 78%;
	}

	.printers-layer .printer-wrapper .btn {
		margin-top: 50px;
	}

	.gd-layer .btn i {
		font-size: 16px;
	}

	.gd-layer .btn i {
		line-height: 40px;
	}

	.printers-layer .machine-wrapper li .title-box h4 {
		font-size: 24px;
	}

	.our-layer .our-wrapper .layout {
		flex-wrap: wrap;
		width: 100%;
	}

	.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info h6 {
		font-size: 24px;
	}

	.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info a,
	.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info span {
		font-size: 16px;
	}

	.milestones-layer .milestones-wrapper .info-box .number {
		font-size: 80px;
	}

	.milestones-layer .milestones-wrapper .info-box .desc {
		font-size: 20px;
	}

	.page_banner .fdm-title {
		font-size: 42px;
	}

	.page_banner .page-desc {
		font-size: 20px;
	}

	.fdm-nav li {
		height: 52px;
	}

	.fdm-nav a {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}

	.fdm-product-wrapper .fdm-list li figcaption h5 {
		font-size: 24px;
	}

	.fdm-product-wrapper .fdm-list li figcaption .desc p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1000px) {
	.main {
		/*width: 76%;*/
	}
}

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

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

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

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

	.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;
	}

	.head-wrapper:before {
		display: none;
	}

	.head-wrapper .mobile-body-mask {
		z-index: 90;
	}

	.lang-more {
		display: none !important;
	}

	.mobile-head-items {
		position: fixed;
		top: 0;
		left: 0;
		background: #161622;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: left;
		display: block;
		z-index: 99;
	}

	.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: #fff;
	}

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

	.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 .nav,
	.change-language,
	.head-search {
		display: none !important;
	}

	.topbar {
		display: none;
	}

	.nav-bar {
		padding: 0;
		height: auto;
	}

	.head-layout {
		height: auto;
		padding: 0.4rem 0 0.2rem;
	}

	.head-layout .logo {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
		padding: 0;
	}

	.head-layout .logo img {
		max-height: 0.5rem;
	}

	.head-layout .snow {
		display: block;
	}

	.head-r {
		display: none;
		padding-top: 0;
	}

	.head-search-form {
		position: relative;
		width: 100%;
		height: 0.35rem;
		border: 1px solid #000;
	}

	.head-search-form .search-ipt {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 0.35rem;
		background: none;
		border: none;
		padding: 0 0.1rem;
	}

	.head-search-form .search-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 0.35rem;
		height: 0.35rem;
		background: none;
		border: none;
		color: #000;
	}

	/*nav */
	.nav-bar {
		border-top: 0;
	}

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

	.nav li a {
		display: block;
	}

	.nav li a:active {
		color: #e60012;
	}

	.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: 14px;
	}

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

	.nav li ul li {
		width: auto;
		padding: 0 10px;
		font-size: 14px;
		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:active {
		background-color: #f5f5f5;
	}

	.nav li ul li:active li {
		background: none;
	}

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

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

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

	.nav .application-nav-item li img,
	.nav .nav-item-box .item-box .item-box-nav .img-box {
		display: none;
	}

	.topbar {
		height: auto;
		margin: 0;
		padding: .2rem 0 0;
		background-color: #22264b;
	}

	.topbar .topleft {
		font-style: italic;
		font-size: 0.13rem;
	}

	.head-layout .head-contact {
		float: none;
		text-align: center;
		padding: 0;
		position: static;
	}

	.head-layout .head-contact li {
		text-align: left;
		float: none;
		display: inline-block;
		margin: 0 0.2rem;
		padding: 0;
		font-size: 0.16rem;
		line-height: 2;
		position: relative;
	}

	.head-layout .head-contact li a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.head-layout .head-contact li .label {
		display: none;
	}

	.head-layout .head-contact li .val {
		display: inline-block;
		margin-left: 0.05rem;
	}

	.head-layout .head-contact li:before {
		position: static;
		font-size: 0.2rem;
		vertical-align: middle;
		line-height: 1.5;
	}

	.fixed-nav {
		position: static;
	}

	.fixed-nav .snow {
		display: none;
	}

	/* index */
	.rev_slider_wrapper {
		top: auto;
		margin-bottom: 0;
	}

	.company-synopses ul {}

	.foot-items .foot-item {
		padding: 0.15rem 0;
	}

	.foot-items {
		flex-wrap: wrap;
	}

	.foot-items .foot-item {
		width: 50%;
	}

	.foot-items .foot-item-intro {
		width: 50%;
		padding-right: 0.3rem;
	}

	.foot-items .foot-item-news {}

	.blog-news-list {
		margin: 0 -0.1rem;
	}

	.blog-news-item .news-wrap {
		margin: 0 0.1rem;
	}

	.blog-news-item .news-info {
		padding: 0.2rem;
	}

	.blog-news-item .news-item-hd .news-title {
		max-height: 0.6rem;
		line-height: 0.3rem;
		font-size: 0.2rem;
	}

	/* footer */
	.foot-items .foot-item-intro,
	.foot-items .foot-item-news,
	.foot-items .foot-item-inquiry {
		width: 50%;
		margin: 0 0 0.3rem;
	}

	.foot-items .foot-item-inquiry {
		text-align: left;
	}

	.foot-item.foot-item-news .new-item {
		margin-left: 1px;
	}

	/* 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%;
	}

	.side-product-items {
		padding-top: 0.2rem;
	}

	/* main */
	.main {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	/* product intro */
	.product-view {
		width: 50%;
		float: none;
		margin: 0 auto 0.2rem;
		border: 1px solid #eee;
	}

	.product-view br {
		display: none;
	}

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

	.product-view .image-additional li img,
	.product-view .image-additional li.current img {
		border: 0;
		outline: 0;
		vertical-align: middle;
	}

	.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-view .owl-carousel .owl-controls .owl-dots {
		bottom: 0.18rem;
	}

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

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

	/* product detail  */
	.tab-content-wrap .tab-title-bar,
	.tab-content-wrap .tab-panel-wrap {
		display: none;
	}

	.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 {}

	/* Customers Also Bought */
	.goods-may-like .owl-carousel .owl-controls {
		height: auto;
		visibility: visible;
	}

	.goods-may-like .owl-carousel .owl-controls .owl-dots {
		position: static;
		padding-top: 0.15rem;
	}

	.gd-layer .layer-header .header-left h3,
	.form-layer .form-header h3 {
		font-size: 28px;
	}

	.gd-layer .layer-header .header-center h3,
	.application_main_content h2 {
		font-size: 28px !important;
	}

	.application_main_content .module .desc {
		font-size: 18px;
	}

	.case-list li h3 {
		font-size: 22px;
	}

	.case-list li .data-box .data-item {
		font-size: 14px;
	}

	.case-list li .data-box {
		flex-wrap: wrap;
	}

	.case-list li .data-box .data-item {
		flex: 0 0 33.33%;
		width: 33.33%;
		margin-left: 0;
	}

	.form-layer .form-header p {
		font-size: 16px;
	}

	.gd-layer .layer-header .header-left::before {
		top: 50%;
		height: 24px;
	}

	.gd-layer .layer-header {
		margin-bottom: 30px;
	}

	.printers-layer .machine-wrapper li .other-info p {
		font-size: 20px;
	}

	.printers-layer .machine-wrapper li .other-info span {
		font-size: 14px;
	}

	.our-layer .album-wrapper ul li {
		flex: 0 0 50%;
	}

	.news-layer .news-wrapper {
		flex-direction: column;
	}

	.news-layer .news-wrapper .swiper-wrapper {
		flex: 0 0 100%;
	}

	.news-layer .news-wrapper .swiper-wrapper li h3 {
		font-size: 18px;
	}

	.materials-layer .materials-wrapper-top .img-box,
	.materials-layer .materials-wrapper-top .info-box {
		flex: 0 0 50%;
	}

	.materials-layer .materials-wrapper-top .info-box h3 {
		margin-bottom: 20px;
		font-size: 32px;
	}

	.materials-layer .materials-wrapper-top .info-box {
		font-size: 16px;
	}

	.materials-layer .materials-wrapper-top .more-btn {
		margin-top: 20px;
		font-size: 14px;
	}

	.application-layer .application-wrapper li .info-box h4 {
		left: 20px;
		bottom: 50px;
		font-size: 20px;
	}

	.application-layer .application-wrapper li .info-box i {
		left: 20px;
		bottom: 20px;
		font-size: 14px;
	}

	.why-wrapper ul li a .why-info {
		margin-top: 20px;
	}

	.why-wrapper ul li a .why-info h4 {
		font-size: 20px;
	}

	.why-wrapper ul li a .why-info .desc {
		font-size: 16px;
	}

	.foot-item-contact {
		flex-direction: column;
	}

	.foot-item-contact h2 {
		width: 100%;
		margin-bottom: 20px;
	}

	.about_wrapper .img-box {
		float: none;
		width: 100%;
	}

	.about_wrapper .info-box {
		float: none;
		width: 100%;
		padding: 0 20px;
		margin-left: 0;
		margin-top: 20px;
	}

	.milestones-layer .milestones-wrapper {
		flex-direction: column;
		padding: 0 5%;
	}

	.milestones-layer .milestones-wrapper .info-box {
		flex: 0 0 100%;
		width: 100%;
	}

	.milestones-layer .milestones-wrapper .map-box {
		flex: 0 0 100%;
		width: 100%;
		margin-top: 20px;
	}

	.solutions-layer .solutions-wrapper li .solution-title h5 {
		font-size: 24px;
	}

	.page_banner .fdm-title {
		font-size: 36px;
	}

	.page_banner .page-desc {
		display: none;
	}

	.news_wrapper .news_list li {
		flex: 0 0 50%;
		width: 50%;
	}

	.news_wrapper .news-swiper_area .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.news_wrapper .news-swiper .news-item .news-info {
		padding: 20px;
	}

	.news_wrapper .news-swiper .news-item .title {
		margin: 10px 0 15px;
		font-size: 18px;
	}

	.news_wrapper .news-swiper .news-item .desc {
		font-size: 16px;
	}

	.application_main_content .application-nav li a {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}

	.application_main_content .application-nav li.active a::after {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 10px solid #e60012;
	}

	.application_page_banner .title-wrapper .desc,
	.page_banner .materials-desc {
		display: none;
	}

	.application_page_banner .title-wrapper {
		left: 5%;
	}

	.application_main_content .materials-wrapper li .info-box h5 {
		font-size: 20px;
	}

	.application_main_content .materials-wrapper li .info-box span {
		font-size: 14px;
	}

	.product-content aside {
		display: none;
	}

	.product-content .product-main-content {
		flex: 0 0 100%;
		width: 100%;
	}

	.product-content .product-main-content .product-title,
	.product-advantages>h3 {
		font-size: 26px;
	}

	.product-content .product-main-content .product-data li {
		flex: 0 0 50%;
		width: 50%;
	}

	.application-wrapper.swiper-container-horizontal {
		padding: 50px 0;
	}
	
	.form-area .btn-line input {
	    font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
    .foot-wrapper .footer-header {
        flex-wrap: wrap;
    }
    
    .foot-wrapper .footer-header .friendship-link {
        margin-top: 20px;
    }
    	
	.form-area .first-line,.form-area .second-line {
	    flex-wrap: wrap;
	}
	
	.form-area .first-line>div, .form-area .second-line>div {
	    flex: 0 0 100%;
	    margin-left: 0;
	    margin-bottom: 30px;
	}
	
	.form-area .first-line>div:last-child, .form-area .second-line>div:last-child {
	    margin-bottom: 0;
	}

	.layout,
	.path-bar .path-nav {
		width: auto;
		max-width: 90%;
	}

	.head-layout {
		max-width: inherit;
	}

	.topbar .topleft,
	.topbar .top-links {
		float: none;
		display: block;
		text-align: center;
		line-height: 1.5;
	}

	/* index */
	.gd-layer {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.company-synopses {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.synopsis-item {
		width: 100%;
		/*max-width: 500px;*/
		float: none;
		margin: 0 auto;
		padding: 0.1rem 0.15rem;
	}

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

	.about-us {
		/*max-width: 500px;*/
		margin: 0 auto;
		-webkit-background-size: cover;
		background-size: cover;
		background-attachment: inherit;
		text-align: center;
	}

	.about-us .layer-body {
		display: block;
	}

	.about-us .about-hd {
		width: 100%;
	}

	.about-us .about-detail {
		padding: 0;
		width: 100%;
	}

	.about-us .about-detail .about-title {
		font-size: 0.4rem;
	}

	.about-us .about-img {
		float: none;
		width: auto;
		margin: 0 auto 0.3rem;
		padding-left: 0;
	}

	.about-us .about-img .flex-control-nav {
		display: block;
	}

	.about-us .about-img .flex-direction-nav {
		display: none;
	}

	.about-us .about-tit-ico {
		display: block;
		padding: 0;
		width: 100%;
	}

	.about-us .layer-body .about-detail {
		padding: 0.2rem 0 0;
	}

	.about-us .about-detail {
		padding-bottom: 0.4rem;
	}

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

	.product-items .product-item:nth-child(n) {
		clear: none;
	}

	.product-items .product-item:nth-child(3n + 1) {
		clear: left;
	}

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

	.product-items .owl-carousel .owl-controls {
		height: auto;
	}

	.product-items .owl-carousel .owl-controls .owl-dots {
		position: static;
		padding-top: 0.2rem;
	}

	.promote-layer {
		padding: 0.5rem 0;
		background-attachment: inherit;
	}

	.promote-layer .layer-body {
		display: block;
		text-align: center;
	}

	.promote-layer .promote-detail {
		width: 100%;
		padding-right: 0;
		display: block;
	}

	.promote-layer .promote-img {
		display: block;
		width: 100%;
		padding-top: 0.35rem;
		max-width: 100%;
		text-align: center;
	}

	.promote-layer .promote-img img {
		max-width: 60%;
	}

	.promote-layer .promote-title {
		font-size: 0.18rem;
	}

	.promote-layer .promote-desc {
		font-size: 0.4rem;
	}

	.inquiry-pannel .pannel-info .info-txt {
		display: block;
	}

	.inquiry-pannel .pannel-info .info-txt+.gd-btn {
		display: inline-block;
		margin: 0.15rem auto 0;
	}

	/* footer */
	.partner-list {
		padding: 0;
	}

	.printers-layer .layer-header {
		flex-direction: column;
	}

	.gd-layer .layer-header .header-left {
		padding-right: 30px;
	}

	.gd-layer .layer-header .header-left::after {
		position: absolute;
		right: 0;
		top: 50%;
		content: "";
		width: 16px;
		height: 24px;
		background-color: #e60012;
		transform: translateY(-50%);
	}

	.printers-layer .layer-header .header-right {
		margin-top: 20px;
	}

	.why-wrapper ul {
		padding: 0;
	}

	.why-wrapper ul li a {
		flex-direction: column;
		align-items: flex-start;
	}

	.why-wrapper ul li a .img-box,
	.why-wrapper ul li a .why-info {
		width: 100%;
	}

	.why-wrapper ul li a .why-info .desc {
		margin-top: 10px;
	}

	.why-wrapper ul li:nth-child(2n) a .img-box {
		order: 0;
	}

	.our-layer .our-wrapper .layout li {
		flex: 0 0 50%;
		font-size: 16px;
	}

	.our-layer .our-wrapper .layout {
		top: 50px;
	}

	.our-layer .our-wrapper .layout li h2 {
		font-size: 36px;
	}

	.our-layer .our-wrapper .layout li h2 span {
		font-size: 24px;
	}

	.page_banner>h3 {
		font-size: 24px;
	}

	.faq-wrapper .option_head {
		padding: 15px;
	}

	.faq-wrapper .option_head::after {
		right: 15px;
	}

	.faq-wrapper .option_content {
		padding: 0 15px 15px;
	}

	.news_wrapper .news_link {
		justify-content: flex-start;
	}

	.materials-layer .materials-wrapper-top {
		flex-direction: column;
	}

	.materials-layer .materials-wrapper-top .img-box,
	.materials-layer .materials-wrapper-top .info-box {
		flex: 0 0 100%;
	}

	.materials-layer .materials-wrapper-top .info-box {
		padding-left: 0;
		margin-top: 20px;
	}

	.contact-wrapper .contact-info .info-box .contact-list {
		flex-direction: column;
	}

	.contact-wrapper .contact-info .info-box .contact-list li {
		margin-bottom: 30px;
	}

	.contact-wrapper .contact-info .info-box .contact-list h6 {
		margin: 10px 0;
	}

	.contact-wrapper .contact-info .info-box .contact-list h6,
	.contact-wrapper .contact-info .info-box .foot_address h6 {
		font-size: 20px;
	}

	.contact-wrapper .contact-info .info-box .contact-list,
	.contact-wrapper .contact-info .info-box .contact-list a,
	.contact-wrapper .contact-info .info-box .foot_address {
		font-size: 16px;
	}

	.contact-wrapper .contact-info .info-box .contact-list li img {
		max-height: 30px;
	}

	.solutions-layer .layer-header .header-center h3::before {
		left: -20px;
	}

	.solutions-layer .layer-header .header-center h3::after {
		right: -20px;
	}

	.page_banner .fdm-title {
		font-size: 24px;
	}


	.fdm-nav {
		padding: 60px 0 20px;
	}

	.fdm-nav ul {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.fdm-nav ul li {
		flex: 0 0 45%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.fdm-product-wrapper .fdm-list li {
		flex: 0 0 100%;
		width: 100%;
	}

	.news_wrapper .news-swiper .news-item>div {
		flex: 0 0 100%;
		width: 100%;
	}

	.single_main_content {
		margin-top: 30px;
	}

	.application_main_content .application-nav li a {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	.case-list li .data-box .data-item {
		flex: 0 0 50%;
		width: 50%;
	}

	.materials-list li .item-box {
		flex-direction: column;
	}

	.materials-list li .item-box>div {
		flex: 0 0 100%;
		width: 100%;
	}

	.materials-list .materials-swiper-container {
		padding-left: 0;
		margin-top: 20px;
	}

	.application-wrapper.swiper-container-horizontal {
		padding: 30px 0;
	}
}

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

	.layout,
	.path-bar .path-nav {
		width: auto;
		max-width: inherit;
	}

	.head-layout {
		padding-bottom: 0.2rem;
	}

	.flex-direction-nav .flex-prev,
	.flex-direction-nav .flex-next {
		display: none;
	}

	.flex-control-nav li {
		margin: 0 3px;
	}

	.flex-control-paging li a {
		width: 0.1rem;
		height: 0.1rem;
	}

	.flex-control-paging li a:hover,
	.flex-control-paging li a.flex-active {
		width: 0.12rem;
		height: 0.12rem;
	}

	/* index */
	.gd-layer {
		/*padding: 5rem 0;*/
	}

	.index-title-bar {
		margin-bottom: 0.25rem;
	}

	.index-title-bar .index-title,
	.about-us .about-detail .about-title {
		font-size: 0.32rem;
	}

	.index-title-bar .tit-more {
		float: right;
	}

	.index-title-bar .title-desc {
		width: 100%;
		max-width: inherit;
	}

	.gd-btn {
		border-radius: 0.03rem;
	}

	.synopsis-item {
		width: 100%;
		float: none;
	}

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

	.synopsis-item .item-info .item-desc {
		margin-bottom: 0;
	}

	.banner-list .banner-item .banner-img {
		padding: 0.1rem 0 0;
	}

	.featured-list {
		margin: 0 -0.05rem;
	}

	.featured-item {
		width: 50%;
		padding: 0.05rem;
	}

	.product-item {
		padding: 0.05rem;
	}

	.product-items .items-content {
		margin: 0 -0.05rem;
		padding-bottom: 0;
	}

	.product-items .layer-body {
		margin: 0 -0.05rem;
	}

	.product-items .learn-more-bar {
		padding-top: 0.2rem;
	}

	.product-items .gd-btn {
		padding: 0.08rem 0.2rem;
	}

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

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

	.product-items .product-item:nth-child(n) {
		clear: none;
	}

	.product-items .product-item:nth-child(2n + 1) {
		clear: left;
	}

	.product-items .owl-carousel .owl-controls .owl-prev,
	.product-items .owl-carousel .owl-controls .owl-next {
		display: none;
	}

	.product-items .owl-carousel .owl-controls .owl-dot {
		display: inline-block;
	}

	.items_list .product-item {
		width: 50%;
		padding-top: 0.05rem;
		padding-bottom: 0.05rem;
	}

	.items_list .product-item:nth-child(n) {
		clear: none;
	}

	.items_list .product-item:nth-child(2n + 1) {
		clear: left;
	}

	.promote-banners {}

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

	.banner-list .banner-item .banner-img:before {
		display: none;
		visibility: hidden;
	}

	.promote-layer .promote-desc {
		font-size: 0.32rem;
	}

	/* footer */
	.foot-wrapper .footer-header .left {
		align-items: flex-start;
		flex-direction: column;
	}

	.foot-wrapper .footer-header {
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.foot-wrapper .footer-header .left .footer-logo {
		width: 160px;
	}

	.foot-social li img {
		width: 35px;
	}

	.foot-items {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.foot-items .foot-item-intro,
	.foot-items .foot-item-news,
	.foot-items .foot-item-inquiry {
		width: 100%;
	}

	.foot-items .foot-item .foot-tit {
		margin-bottom: 0.1rem;
	}

	.blog-news-item .news-info {
		padding-bottom: 0.3rem;
	}

	.foot-items .foot-item-inquiry .button {
		margin-top: 0.2rem;
		font-size: 0.16rem;
	}

	.copyright {
		float: none;
		font-size: 0.1rem;
	}

	.foot-social {
		font-weight: bold;
		float: none;
		text-align: left;
		padding: 0.15rem 0 0;
	}

	.foot-social li {
		padding: 0 0.15rem 0 0;
	}

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

	.foot-bar .foot-links:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.foot-bar .foot-left,
	.foot-bar .foot-r {
		width: 100%;
		float: none;
		text-align: left;
	}

	.foot-bar .foot-r {
		padding-top: 0.08rem;
	}

	/* product */
	.side_product_item {
		width: 100%;
	}

	.product-view {
		width: 100%;
		border-color: #e5e5e5;
		border-width: 1px;
	}

	.inquiry-form {
		padding: 0.2rem 0.1rem;
	}

	.inquiry-form .inquiry-form-ico {
		width: 0.6rem;
		right: 0.1rem;
		top: 0.1rem;
	}

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

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

	.goods-may-like .goods-items {
		margin: 0 -0.075rem;
	}

	.goods-may-like .owl-carousel .owl-item {
		overflow: visible;
	}

	.goods-may-like .product-item {
		overflow: visible;
	}

	.goods-may-like .product-item .item-wrap {
		position: relative;
	}

	/* download */
	.download-item .item-title {
		display: block;
		margin: 0.1rem 0;
	}

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

	.our-layer .our-wrapper .layout li {
		line-height: 1.3;
	}

	.our-layer .our-wrapper .layout {
		top: 20px;
	}

	.our-layer .our-wrapper .layout li h2 {
		font-size: 24px;
	}

	.our-layer .our-wrapper .layout li h2 span {
		font-size: 16px;
	}

	.our-layer .album-wrapper ul li {
		flex: 0 0 100%;
	}

	.page_banner>h3 {
		top: 20%;
		font-size: 20px;
	}

	.application-layer .gd-layer .application-wrapper li {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 12px;
	}

	.solutions-layer .layer-header .header-center h3::before {
		left: -10px;
	}

	.solutions-layer .layer-header .header-center h3::after {
		right: -10px;
	}

	.news_wrapper .news_list li {
		flex: 0 0 100%;
		width: 100%;
	}

	.news_wrapper .news_link .link-item {
		flex-direction: column;
	}

	.news_wrapper .news_link .link-item a {
		flex: 0 0 100%;
	}

	.news_wrapper .news-swiper .news-item {
		flex-direction: column;
	}

	.application_main_content .application-nav {
		flex-wrap: wrap;
	}

	.application_main_content .application-nav li {
		flex: 0 0 48%;
		width: 48%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.application_main_content .application-nav li:nth-child(2n) {
		margin-left: 10px;
	}

	.product-content .product-main-content .product-data li,
	.product-advantages ul li {
		flex: 0 0 100%;
		width: 100%;
	}

	.application-wrapper .swiper-button-prev {
		left: 5%;
	}

	.application-wrapper .swiper-button-next {
		right: 5%;
	}
}

@media only screen and (max-width: 375px) {
	.fdm-nav ul li {
		flex: 0 0 100%;
	}
}

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

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

@media only screen and (max-width: 950px) {
	.change-language-cont {
		top: auto !important;
		padding: 0 !important;
		width: 100% !important;
		text-align: left !important;
	}

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

	.change-language-title {
		display: none !important;
	}

	.change-language-cont ul li {
		width: 25% !important;
		margin: 0 !important;
		border: none !important;
	}

	.main_content .module-title h1 {
		font-size: 30px;
	}

	.main_content .module-title::after {
		width: 120px;
		height: 4px;
	}

	.page_banner .contact-title,
	.application_page_banner .title-wrapper .contact-title,
	.page_banner .materials-title {
		font-size: 36px;
	}

	.contact-wrapper .contact-info .info-box h3 {
		font-size: 32px;
	}

	.foot-contact-list li {
		padding-left: 0.3rem;
	}

	.foot-wrapper {
		padding: 1rem 0;
	}

	.page_banner>.page_banner_title {
		font-size: 36px;
	}

	.inquery-wrapper .layout h2 {
		font-size: 32px;
	}

	.inquery-wrapper .layout>p {
		font-size: 24px;
	}

	.inquery-wrapper .layout>a {
		height: 60px;
		line-height: 60px;
		padding: 0 60px;
		font-size: 20px;
	}

	.news_wrapper .news_list_wrapper>a {
		width: 120px;
		height: 36px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.change-language-cont ul li {
		width: 33.33333% !important;
	}

	.page_banner .contact-title,
	.contact-wrapper .contact-info .info-box h3,
	.application_page_banner .title-wrapper .contact-title,
	.page_banner .materials-title {
		font-size: 24px;
	}

	.page_banner>.page_banner_title {
		font-size: 24px;
	}

	.contact-wrapper .contact-info .info-box .foot-contact-list,
	.contact-wrapper .contact-info .info-box .foot-contact-list a {
		font-size: 16px;
	}

	.contact-wrapper {
		flex-direction: column;
	}

	.consultation-wrapper h1,
	.contact-wrapper h3 {
		font-size: 24px;
	}

	.consultation-wrapper>div {
		font-size: 16px;
	}

}

@media only screen and (max-width: 640px) {
	.change-language-cont ul li {
		width: 50% !important;
	}
}

@media only screen and (max-width: 320px) {
	.change-language-cont ul li {
		width: 50% !important;
	}
}

.none {
	display: none;
}