@charset "utf-8";
html {
	font-size: 100px;
}
.main {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.top110 {
	margin-top: 110px;
}
.ti {
	display: none;
}
.hing {
	display: none;
}
#a-pro {
	position: absolute;
	top: 0px;
	left: 0;
}
.backToTop {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 100px;
	_bottom: "auto";
	filter: Alpha(opacity=170);
	background: url(/images/arrow-top.png) no-repeat center center;
	cursor: pointer;
	z-index: 99;
}
.search-results {
	min-height: 300px;
}
.search-results {
	min-height: 300px;
	padding-bottom: 50px;
}
.search-results .main .cont {
	margin-bottom: 50px;
}
.search-results .main .cont ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search-results .main .cont ul li {
	float: left;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #9a9797;
}
.header {
	width: 100%;
	background: url(head-bg.png) no-repeat center;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header .main .logo {
	float: left;
	width: 178px;
}
.header .main .logo .pic a img {
	width: 100%;
	height: auto;
}
.header.flow {
	height: 64px;
	background: #333;
}
.header.flow .main .logo {
	height: 64px;
	width: auto;
}
.header.flow .main .logo .pic {
	height: 100%;
	width: auto;
}
.header.flow .main .logo .pic a img {
	height: 100%;
	width: auto;
}
.header.flow .main .nav>ul>li {
	height: 64px;
	line-height: 64px;
	position: relative;
}
.header.flow .main .nav>ul>li.search {
	padding: 16px 0;
}
.header.flow .main .nav>ul>li .drop {
	top: 64px;
	background: #333;
}
.header .main .nav {
	float: right;
}
.header .main .nav>ul>li {
	float: left;
	height: 110px;
	line-height: 110px;
	margin-left: 30px;
	position: relative;
}
.header .main .nav>ul>li .drop {
	width: 190px;
	position: absolute;
	top: 110px;
	left: -14px;
	overflow: hidden;
	border: 3px solid #ffb84c;
	background: url(head-bg.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.header .main .nav>ul>li .drop li {
	height: 20px;
	line-height: 20px;
	padding: 8px;
	text-align: left;
}
.header .main .nav>ul>li .drop li:hover {
	background: #ffb84c;
}
.header .main .nav>ul>li .drop li:hover>a {
	color: #000;
}
.header .main .nav>ul>li .drop a {
	color: #fff;
	display: inline-block;
	width: 100%;
}
.header .main .nav>ul>li.nav-pro:hover .drop {
	display: block;
}
.header .main .nav>ul>li.nav-about:hover .drop {
	display: block;
}
.header .main .nav>ul>li.nav-news:hover .drop {
	display: block;
}
.header .main .nav>ul>li.nav-case:hover .drop {
	display: block;
}
.header .main .nav>ul>li:hover {
	background: #ffb84c;
}
.header .main .nav>ul>li:hover>a {
	color: #000;
}
.header .main .nav>ul>li>a {
	color: #fff;
	font-family: "Arial";
	font-size: 20px;
	padding: 20px 15px;
}
.header .main .nav>ul>li.active {
	background: #ffb84c;
}
.header .main .nav>ul>li.active>a {
	color: #000;
}
.header .main .nav>ul>li.search {
	width: 75px;
	height: 28px;
	border: none;
	padding: 39px 0;
	background: none!important;
}
.header .main .nav>ul>li.search .box {
	float: right;
	position: relative;
	width: 0px;
	overflow: visible !important;
}
.header .main .nav>ul>li.search .box .text {
	transition: all 0.5s;
	display: none;
	background: #000;
	color: #ffb84c;
	position: relative;
	height: 35px;
	padding: 5px 33px 5px 10px;
	border: 1px solid #ffb84c;
	float: right;
	z-index: 8;
	border-radius: 19px;
	box-sizing: border-box;
}
.header .main .nav>ul>li.search .box .btn, .header .main .nav>ul>li.search .box .sub {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 22px;
	height: 22px;
	background: url(/images/search.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 1px 0;
	cursor: pointer;
	z-index: 9;
}
.header .main .nav ul li.language {
	padding: 39px 0;
	height: 28px;
	line-height: 35px;
	background: none!important;
	width: 93px;
}
.header .main .nav ul li.language>div>em {
	position: absolute;
	top: 12px;
	right: 9px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #fff;
}
.header .main .nav ul li.language>div {
	color: #fff;
	border: 1px solid #fff;
	position: relative;
	line-height: 28px;
	padding: 0px 28px 0 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.header .main .nav ul li.language>div>i {
	background: url(/images/en.png) no-repeat center center;
	width: 24px;
	height: 16px;
	display: inline-block;
	padding-right: 10px;
}
.header .main .nav ul li.language>ul {
	display: none;
	width: 100%;
	background: url(/images/head-bg.png) no-repeat center;
	background-size: 100% 100%;
}
.header .main .nav ul li.language>ul>li {
}
.header .main .nav ul li.language>ul>li>a {
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.header .main .nav ul li.language>ul>li:nth-child(2)>a>i {
	background: url(/images/en.png) no-repeat center center;
	width: 24px;
	height: 16px;
	display: inline-block;
	padding-right: 10px;
}
.header .main .nav ul li.language>ul>li:nth-child(1)>a>i {
	background: url(/images/cn.png) no-repeat center center;
	width: 24px;
	height: 16px;
	display: inline-block;
	padding-right: 10px;
}
.header.flow .main .nav ul li.language {
	padding: 16px 0;
}
.header.flow .main .nav ul li.language>ul {
	background: #333;
}
.slidebox {
	width: 100%;
	margin: auto 0;
	position: relative;
	overflow: hidden;
}
.header .main .nav>ul>li.search .box .sub {
	display: none;
}
.slidebox .slideshow {
	width: 100%;
	margin: 0 auto;
}
.slidebox .slideshow ul {
	position: relative;
	overflow: hidden;
}
.slidebox .slideshow ul li {
	float: left;
}
.slidebox .slideshow ul li a img {
	width: 100%;
	height: auto;
}
.slidebox .slidelist {
	position: absolute;
	left: 50%;
	bottom: 5%;
}
.slidebox .slidelist ul {
	margin-left: -50%;
}
.slidebox .slidelist ul li {
	float: left;
	margin-right: 8px;
	background: #ffb84c;
	width: 18px;
	height: 18px;
	border: 2px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.slidebox .slidelist ul li.active {
	border: 2px solid #fff;
}
.main>h2 {
	font-family: "Arial";
	font-size: 48px;
	color: #000;
	padding: 100px 0 30px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.main>.line {
	width: 60px;
	height: 3px;
	background: #ffb84c;
	margin: -1.5px auto 40px;
}
.pro-box {
	position: relative;
}
.pro-box .categories {
	margin-bottom: 50px;
	overflow: hidden;
}
.pro-box .categories ul {
	width: 1450px;
}
.pro-box .categories ul li {
	width: 140px;
	background: url(/images/pro-bg.jpg) no-repeat center;
	position: relative;
	margin-bottom: 10px;
	float: left;
	margin-right: 17px;
}
.pro-box .categories ul li a img {
	width: 100%;
	height: auto;
}
.pro-box .categories ul li a .yarn {
	position: absolute;
	top: 0;
	left: 0;
}
.pro-box .categories ul li.active a .yarn {
	display: none;
}
.pro-box .categories ul li.active a h3 {
	color: #ffb84c;
}
.pro-box .categories ul li:hover a .yarn {
	display: none;
}
.pro-box .categories ul li:hover a h3 {
	color: #ffb84c;
}
.pro-box .categories ul li a h3 {
	color: #000;
	padding: 0 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	word-wrap: break-word;
	line-height: normal;
	font-family: "Arial";
	font-size: 14px;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}
.pro-box .cate-details {
	overflow: hidden;
	width: 100%!important;
}
.pro-box .cate-details>ul {
	overflow: hidden;
}
.pro-box .cate-details>ul>li {
	float: left;
	background: url(/images/cate-bg.jpg) no-repeat center;
	height: 500px;
	padding: 65px 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pro-box .cate-details>ul>li .intro {
	width: 325px;
	height: 370px;
	float: left;
	padding: 95px 0px 0 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pro-box .cate-details>ul>li .intro h4 {
	color: #ffb84c;
	font-family: "Arial";
	font-size: 30px;
	word-wrap: break-word;
	line-height: 34px;
}
.pro-box .cate-details>ul>li .intro p {
	color: #666;
	font-family: "Arial";
	font-size: 16px;
	margin: 10px 0 45px;
}
.pro-box .cate-details>ul>li .intro a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 94px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	font-family: "Arial";
	color: #000;
	background: #ffb84c;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	transition: all .7s;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 1px 0px #000;
	-moz-box-shadow: 0px 1px 0px #000;
	-ms-box-shadow: 0px 1px 0px #000;
	-o-box-shadow: 0px 1px 0px #000;
	box-shadow: 0px 1px 0px #000;
}
.linear {
	position: relative;
}
.linear:after {
	background: #fff;
	content: "";
	height: 80px;
	left: -80px;
	opacity: 0.5;
	position: absolute;
	top: -20px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 20px;
	z-index: 0;
}
.linear:hover:after {
	left: 100px;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.pro-box .cate-details .pro-ul {
	float: right;
}
.pro-box .cate-details .pro-ul>div {
	width: 300px;
	background: #fff;
	float: left;
	margin-left: 30px;
	position: relative;
}
.pro-box .cate-details .pro-ul>div img {
	width: 100%;
	height: auto;
}
.pro-box .cate-details .pro-ul>div>h5 {
	text-align: center;
	font-family: "Arial";
	font-size: 18px;
	color: #000;
	height: 103px;
	line-height: 103px;
	margin: 0;
}
.pro-box .cate-details .pro-ul>div .title-hover {
	transition: all 0.5s;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 4px solid #ffb84c;
	height: 103px;
	line-height: 103px;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	opacity: 0;
}
.pro-box .cate-details .pro-ul>div .title-hover h5 {
	float: left;
	font-family: "Arial";
	font-size: 18px;
	color: #ffb84c;
}
.pro-box .cate-details .pro-ul>div .title-hover a {
	float: right;
	font-family: "Arial";
	font-size: 14px;
	color: #ffb84c;
	text-decoration: underline;
	font-style: italic;
}
.pro-box .cate-details .pro-ul>div:hover >h5 {
	opacity: 0;
}
.pro-box .cate-details .pro-ul>div:hover .title-hover {
	opacity: 1;
}
.pro-box .item-btn {
	position: absolute;
	top: 67%;
	width: 35px;
	height: 90px;
	cursor: pointer;
}
.pro-box .prev {
	background: url(/images/left.png) no-repeat center;
	left: -65px;
}
.pro-box .prev:hover {
	background: url(/images/left-h.png) no-repeat center;
	left: -65px;
}
.pro-box .next {
	background: url(/images/right.png) no-repeat center;
	right: -65px;
}
.pro-box .next:hover {
	background: url(/images/right-h.png) no-repeat center;
	right: -65px;
}
.about-box {
	width: 100%;
	overflow: hidden;
}
.about-box>div {
	float: left;
	text-align: center;
}
.about-box .ab-left {
	width: 46.25%;
}
.about-box .ab-left img {
	width: 100%;
	height: auto;
}
.about-box .ab-center {
	width: 28.75%;
	height: 9.31rem;
	background: url(/images/about-02.jpg) no-repeat center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.about-box .ab-right {
	width: 25%;
}
.about-box .ab-right img {
	width: 100%;
	height: auto;
}
.about-box .ab-center h2 {
	font-family: "Arial";
	font-size: 48px;
	color: #000;
	padding: 250px 0 30px;
	text-align: center;/*font-weight: bold;*/
}
.about-box .ab-center p {
	font-family: "Arial";
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-bottom: 60px;
}
.about-box .ab-center a {
	font-family: "Arial";
	font-size: 16px;
	color: #000;
	text-align: center;
	display: inline-block;
	border: 1px solid #000;
	width: 140px;
	height: 38px;
	line-height: 38px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	transition: all .7s;
}
.about-box .ab-center a:hover {
	background: #000;
	color: #ffb84c;
}
.case-box .case {
	margin-bottom: 100px;
}
.case-box .case ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case-box .case ul li {
	width: 455px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.case-box .case ul li a img {
	width: 100%;
}
.case-box .case ul li a p {
	width: 100%;
	height: 70px;
	color: #000;
	background: #ffb84c;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-family: "Arial";
	text-align: center;
	line-height: 70px;
	position: absolute;
	bottom: -80px;
	left: 0;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-box .case ul li:hover a p {
	bottom: 0;
}
/*公共底部*/

.hidden {
	display: none;
}
.footer {
	background-color: #333333;
}
.footer .footer-mail {
	padding: 46px 0 48px 0;
	border-bottom: 1px solid #111111;
}
.footer .footer-mail .main {
	overflow: hidden;
}
.footer .footer-mail .text {
	float: left;
	width: 446px;
}
.footer .footer-mail .text h3 {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-family: "Arial";
}
.footer .footer-mail .text p {
	font-size: 16px;
	line-height: 20px;
	color: #b7b7b7;
	font-family: "Arial";
}
.footer .footer-mail .mail {
	float: right;
	width: 918px;
	height: 38px;
}
.footer .footer-mail .mail form {
	font-size: 0;
}
.footer .footer-mail .mail .box {
	display: inline-block;
	width: 83.22%;
	margin-right: 0.871%;
	font-size: 0;
}
.footer .footer-mail .mail .box input {
	padding-left: 0.871%;
	width: 49.31%;
	height: 38px;
	font-size: 12px;
	color: #fff;
	font-family: "Arial";
	border: 1px solid #434343;
	background-color: #1b1b1b;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.footer .footer-mail .mail .box input:first-child {
	margin-right: 1.307%;
}
.footer .footer-mail .mail .sub {
	transition: all 0.5s;
	width: 15.9%;
	height: 38px;
	font-size: 14px;
	color: #000000;
	background-color: #ffb84c;
	text-align: center;
	line-height: 38px;
	font-family: "Arial";
	cursor: pointer;
}
.footer .footer-info {
	padding: 72px 0 70px 0;
	overflow: hidden;
}
.footer .footer-info h3 {
	margin-bottom: 42px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-family: "Arial";
}
.footer .footer-info .product {
	float: left;
	margin-right: 44px;
	width: 440px;
}
.footer .footer-info .product ul {
	width: 100%;
	overflow: hidden;
}
.footer .footer-info .product ul li {
	float: left;
	margin-bottom: 10px;
	width: 50%;
	font-size: 14px;
	font-family: "Arial";
}
.footer .footer-info .product ul li a {
	color: #cccccc;
}
.footer .footer-info .product ul li a:hover {
	color: #ffb84c;
}
.footer .footer-info .follow {
	float: left;
	margin-right: 112px;
	width: 180px;
}
.footer .footer-info .follow ul {
	overflow: hidden;
}
.footer .footer-info .follow ul li {
	float: left;
	width: 22px;
	height: 22px;
}
.footer .footer-info .follow ul li>a {
	display: block;
	background: url(/images/icon/all-icon.png) no-repeat;
}
.footer .footer-info .follow ul li {
	margin-right: 24px;
}
.footer .footer-info .follow ul li.facebook {
	margin-right: 10px
}
.footer .footer-info .follow ul li.facebook>a {
	background-position: 0 0;
}
.footer .footer-info .follow ul li.skype>a {
	background-position: -20px 0;
}
.footer .footer-info .follow ul li.google>a {
	background-position: -50px 0;
}
.footer .footer-info .follow ul li.linkedin>a {
	background-position: -80px 0;
}
.footer .footer-info .follow ul li.twitter>a {
	background-position: -20px 0;
}
.footer .footer-info .follow ul li.pinterest>a {
	background-position: -113px 0;
}
.footer .footer-info .follow ul li.facebook>a:hover {
	background-position: 0 -22px;
}
.footer .footer-info .follow ul li.skype>a:hover {
	background-position: -20px -22px;
}
.footer .footer-info .follow ul li.google>a:hover {
	background-position: -50px -22px;
}
.footer .footer-info .follow ul li.linkedin>a:hover {
	background-position: -80px -22px;
}
.footer .footer-info .follow ul li.twitter>a:hover {
	background-position: -20px -22px;
}
.footer .footer-info .follow ul li.pinterest>a:hover {
	background-position: -113px -22px;
}
.footer .footer-info .about {
	width: 160px;
	float: left;
}
.footer .footer-info .about ul li {
	margin-bottom: 14px;
	font-size: 14px;
	font-family: "Arial";
}
.footer .footer-info .about ul li a {
	color: #ccc;
}
.footer .footer-info .about ul li a:hover {
	color: #ffb84c;
}
.footer .footer-info .contact {
	width: 330px;
	float: right;
}
.footer .footer-info .contact p {
	position: relative;
	margin-bottom: 12px;
	font-size: 14px;
	color: #ccc;
	font-family: "Arial";
}
.footer .footer-info .contact p>a {
	color: #ccc;
}
.footer .footer-info .contact p>a:hover {
	color: #ffb84c;
}
.footer .footer-info .contact p>i {
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 20px;
	background: url(/images/icon/all-icon.png) no-repeat;
}
.footer .footer-info .contact p.mail>i {
	background-position: 0 -59px;
}
.footer .footer-info .contact p.tel>i {
	background-position: -22px -61px;
}
.footer .footer-info .contact p.add>i {
	background-position: -43px -63px;
}
.footer .footer-info .contact p.phone>i {
	background-position: -62px -63px;
}
.footer .footer-info .contact p.skype>i {
	background-position: -82px -63px;
}
.footer .footer-info .contact p.whatsapp>i {
	background-position: -102px -63px;
}
.footer .footer-info .contact p.wechat>i {
	background-position: -123px -63px;
}
/*版权信息*/

.copy-right {
	padding: 20px 0 15px 0;
	background-color: #ffb84c;
}
.copy-right p {
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-family: "Arial";
}
/*详情页*/

.bread {
	background: #ebebeb;
	padding: 17px 0;
}
.bread .main a {
	color: #1f1a17;
	font-family: "Arial";
}
.bread .main span {
	color: #1f1a17;
	font-family: "Arial";
}
.bread .main a:last-child {
	color: #ffb84c;
}
.main-products {
	width: 100%;
	background: #f7f7f7;
	padding: 50px 0 100px;
}
.main-products .products {
	overflow: hidden;
}
.main-products .products .slide-pic {
	width: 650px;
	float: left;
	overflow: hidden;
}
.main-products .products .slide-pic ul li img {
	width: 100%;
	height: auto;
}
.main-products .products .slide-pic ul li {
}
.main-products .products .details {
	float: right;
	width: 666px;
	margin-right: 0px;
	position: relative;
	height: 600px;
	box-sizing: border-box;
}
.main-products .products .details .title {
	font-size: 48px;
	line-height: 50px;
	color: #ffb84c;
	font-family: "Arial";
}
.main-products .products .details .categories {
	font-size: 36px;
	line-height: 50px;
	color: #000;
	font-family: "Arial";
	margin-left: 10px!important;
}
.main-products .products .details table {
	border: 1px solid #e3e3e3;
	margin: 15px 0 10px;
}
.main-products .products .details tr td {
	border: 1px solid #e3e3e3;
	padding: 10px 0;
}
.main-products .products .details tr td:first-child {
	background: #eee;
	width: 190px;
	text-align: center;
	color: #000;
	font-family: "Arial";
}
.main-products .products .details tr td:last-child {
	background: #fff;
	width: 300px;
	padding-left: 10px;
	color: #666;
	text-align: left;
	font-family: "Arial";
}
.main-products .products .details .inquire {
	transition: all .7s;
	border: 1px solid #ffb84c;
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ffb84c;
	color: #fff;
	font-size: 20px;
	font-family: "Arial";
}
.main-products .products .details .inquire:hover {
	color: #ffb84c;
	border: 1px solid #ffb84c;
	background: #fff;
}
.main-products .products .details .dot-box {
	position: absolute;
	bottom: 0;
	left: 0;
}
.main-products .products .details .slide-dot {
	position: relative;
	width: 505px!important;
	overflow: hidden;
}
.main-products .products .details .slide-dot ul {
}
.main-products .products .details .slide-dot ul li {
	width: 116px;
	float: left;
	border: 1px solid #e5e5e5;
	margin-right: 11px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-products .products .details .slide-dot ul li.active {
	border: 1px solid #ffb84c;
	cursor: pointer;
}
.main-products .products .details .slide-dot ul li img {
	width: 100%;
	height: auto;
}
.main-products .products .details .item-btn {
	position: absolute;
	top: 50px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
.main-products .products .details .prev {
	background: url(/images/arrow-prev.png) no-repeat center;
	left: -50px;
}
.main-products .products .details .next {
	background: url(/images/arrow-next.png) no-repeat center;
	right: -40px;
}
.main-products .products .extra {
	padding: 50px 0 0;
	clear: both;
}
.main-products .products .extra h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.main-products .products .extra ol {
	padding: 0 0 0 20px;
}
.main-products .products .extra ol li {
	list-style-type: decimal;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
.main-products .products .show {
	padding: 60px 0 30px;
	clear: both;
}
.main-products .products .show h2 {
	line-height: 50px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 36px;
	font-family: "OpenSans-Bold";
	text-align: center;
	text-transform: uppercase;
}
.main-products .products .show h2 span {
	color: #ffb84c;
}
.main-products .products .show h3 {
	line-height: 20px;
	font-size: 22px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 4px solid #ffb84c;
	color: #ffb84c;
	font-family: "OpenSans-Semibold";
}
.main-products .products .show p {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "OpenSans-Light";
}
.main-products .products .show .box {
	margin-bottom: 30px;
}
.main-products .products .show .desc .row {
	overflow: hidden;
	width: 102.857%;
	margin-bottom: 30px;
}
.main-products .products .show .desc .piece {
	float: left;
	width: 47.222%;
	margin-right: 2.778%;
}
.main-products .products .show .desc .piece img {
	width: 100%;
	height: auto;
}
.main-products .products .show .desc .text {
	padding-top: 70px;
}
.main-products .products .show .desc table {
	width: 100%;
	margin-bottom: 30px;
}
.main-products .products .show .desc table th, .main-products .products .show .desc table td {
	line-height: 25px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	border: 1px solid #dcdcdc;
}
.main-products .products .show .desc table th {
	width: 11%;
}
.main-products .products .show .desc table td {
	width: 22.3333%;
}
.main-products .products .show .detail {
	overflow: hidden;
}
.main-products .products .show .detail ul {
	width: 102.857%;
}
.main-products .products .show .detail li {
	float: left;
	width: 30.555%;
	margin-right: 2.778%;
}
.main-products .products .show .detail li img {
	width: 100%;
	height: auto;
}
.main-products .products .show .oth {
	overflow: hidden;
	width: 102.857%;
}
.main-products .products .show .oth .half {
	float: left;
	width: 47.222%;
	margin-right: 2.778%;
}
.main-products .products .show .oth .half img {
	width: 100%;
	height: auto;
}
.related-products {
	background: #fff;
}
.related-products .main h3 {
	font-size: 36px;
	color: #ffb84c;
	font-family: "Arial";
	font-weight: 500;
	text-align: center;
	margin: 60px 0 50px;
}
.related-products .main ul {
	overflow: hidden;
	display: flex;
	display: -webit-flex;
	justify-content: space-between;
	margin-bottom: 110px;
}
.related-products .main ul li {
	border: 1px solid #dcdcdc;
	float: left;
	width: 260px;
}
.related-products .main ul li:hover {
	border: 1px solid #ffb84c;
}
.related-products .main ul li a img {
	width: 100%;
	height: auto;
}
.related-products .main ul li a p {
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	color: #000;
	font-family: "Arial";
	font-weight: bold;
}
.related-products .main ul li:hover a p {
	background: #ffb84c;
}
.arc-form {
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	display: none;
}
.arc-form.on {
	display: block;
}
.con-box {
	width: 440px;
	padding: 30px;
	margin-top: 40px;
	margin: 60px auto 0px auto;
	background-color: #FFF;
	position: relative;
}
.con-box h3 {
	text-align: center;
	padding: 5px 0px 20px 0px;
	color: #ffb84c;
}
.con-box input[type='text'] {
	font-family: "Arial";
	color: #000;
	display: block;
	width: 100%;
	border: 1px solid #ffb84c;
	height: 20px;
	padding: 10px 0px;
	text-indent: 4px;
	margin-bottom: 8px;
}
.con-box textarea {
	font-family: "Arial";
	color: #000;
	display: block;
	width: 100%;
	padding: 4px;
	border: 1px solid #ffb84c;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.con-box form .submit {
	display: block;
	width: 118px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 30px auto 0px auto;
	background-color: #fff;
	color: #ffb84c;
	border: 1px solid #ffb84c;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.con-box form .submit:hover {
	border: 1px solid #ffb84c;
	color: #FFF;
	background-color: #ffb84c;
}
.con-box .close {
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #ffb84c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ffb84c;
}
/*About us*/

.other-banner img {
	width: 100%;
	height: auto;
}
.main-about {
	padding: 64px 0 90px 0;
	background-color: #f7f7f7;
}
.main .btn-class {
	display: none;
	position: fixed;
	left: 0;
	top: 100px;
	width: 37px;
	height: 225px;
	background: url(/images/icon/side-bar.png) no-repeat;
	cursor: pointer;
	z-index: 99;
}
.main-about .main .btn-class {
	background: url(/images/icon/side-about.png) no-repeat;
}
.list-news .main .btn-class {
	background: url(/images/icon/side-news.png) no-repeat;
}
.list-case .main .btn-class {
	background: url(/images/icon/side-case.png) no-repeat;
}
.main .classify {
	float: left;
	width: 310px;
}
.main .classify .title {
	display: none;
	position: relative;
	height: 50px;
	font-size: 18px;
	color: #fff;
	font-family: "Arial";
	text-align: center;
	line-height: 50px;
	background-color: #000;
}
.main .classify .title>em {
	position: absolute;
	top: -15px;
	right: 5px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/images/icon/close.png);
	cursor: pointer;
}
.main .classify ul {
	padding-bottom: 116px;
	background-color: #fff;
}
.main .classify ul li {
	padding: 0 24px;
	line-height: 61px;
	font-size: 18px;
	position: relative;
}
.main .classify ul li a {
	padding-left: 14px;
	display: block;
	height: 60px;
	color: #000;
	border-bottom: 1px solid #eeeeee;
	font-family: "Arial";
}
.main .classify ul li a:hover {
	color: #ffb84c;
}
.main .classify ul li i {
	display: none;
	position: absolute;
	top: 24px;
	right: 15px;
	width: 8px;
	height: 14px;
	background: url(/images/icon/arrow.png) no-repeat;
}
.main .classify ul li.active {
	background-color: #ffb84c;
}
.main .classify ul li.active a {
	color: #000!important;
	border-bottom: 1px solid #ffb84c;
	font-family: "Arial";
}
.main .classify ul li.active i {
	display: block;
}
.main .content {
	float: right;
	width: 1030px;
}
.main-about .main .content .profile>img {
	width: 100%;
	height: auto;
}
.main-about .main .content .profile>h3 {
	font-size: 30px;
	font-family: "Arial";
	color: #ffb84c;
	margin: 50px 0 40px;
	text-align: left!important;
	border: none!important;
	padding: 0!important;
}
.main-about .main .content .profile>p {
	font-size: 18px;
	font-family: "Arial";
	color: #000;
	margin-bottom: 40px;
}
.main-about .main .content .profile ul {
	margin-top: 40px;
	overflow: hidden;
	width: 1100px;
}
.main-about .main .content .profile ul li {
	float: left;
	width: 340px;
	margin-right: 5px;
}
.main-about .main .content .profile ul li h4 {
	padding: 2px 0;
	font-size: 26px;
	font-family: "Arial";
	color: #ffb84c;
	margin-bottom: 40px;
}
.main-about .main .content .profile ul li p {
	font-size: 18px;
	font-family: "Arial";
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main-about .main .content .profile ul li img {
	width: 100%;
	height: auto;
}
.main-about .main .content>div> h3 {
	font-size: 24px;
	font-family: "Arial";
	color: #000;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 15px;
}
.main-about .main .content>div> .line {
	width: 50px;
	height: 3px;
	margin: -2px auto 40px;
	background: #ffb84c;
}
.main-about .main .content .certificate ul {
	overflow: hidden;
	width: 1100px;
}
.main-about .main .content .certificate ul li {
	float: left;
	margin-right: 33px;
	width: 232px;
	margin-bottom: 25px;
	cursor: pointer;
}
.main-about .main .content .certificate ul li .frame {
	width: 232px;
	height: 321px;
	position: relative;
	overflow: hidden;
}
.main-about .main .content .certificate ul li .frame .cre-img {
	z-index: 97;
	position: absolute;
	top: 14px;
	left: 15px;
}
.main-about .main .content .certificate ul li .frame .frame-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
}
.main-about .main .content .certificate ul li h4 {
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	font-family: "Arial";
	color: #000;
	text-align: center;
	height: 46px;
	line-height: 46px;
	width: 257px;
	background: url(/images/about/shadow.png) no-repeat center;
}
.main-about .main .content .history {
	position: relative;
}
.main-about .main .content .history .axis {
	width: 1px;
	height: 1150px;
	background: #dcdcdc;
	margin-left: 10px;
	position: relative;
}
.main-about .main .content .history .axis img {
	position: absolute;
	top: -10px;
	left: -9px;
}
.main-about .main .content .history .his-box {
	width: 100%;
	position: absolute;
	top: 150px;
	left: 5px;
}
.main-about .main .content .history .his-box ul li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 25px;
}
.main-about .main .content .history .his-box ul li .event {
	background: #fff;
	padding: 20px 20px 20px 45px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 100%;
}
.main-about .main .content .history .his-box ul li .event .date {
	width: 104px;
	height: 94px;
	padding-right: 10px;
	background: url(/images/about/date.png) no-repeat center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.main-about .main .content .history .his-box ul li .event .date span:nth-child(1) {
	color: #fff;
	font-size: 18px;
	font-family: "Arial";
}
.main-about .main .content .history .his-box ul li .event .date span:nth-child(3) {
	color: #000;
	font-size: 18px;
	font-family: "Arial";
}
.main-about .main .content .history .his-box ul li .event .date em {
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 5px;
}
.main-about .main .content .history .his-box ul li .event p {
	font-size: 18px;
	font-family: "Arial";
	color: #000;
	margin-left: 20px;
}
.main-about .main .content .equipment ul {
	width: 105%;
	overflow: hidden;
}
.main-about .main .content .equipment ul li {
	width: 330px;
	float: left;
	margin: 0 18px 18px 0;
}
.main-about .main .content .equipment ul li img {
	width: 100%;
	height: auto;
}
.main-about .main .content .equipment ul li p {
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
	font-family: "Arial";
	color: #000;
}
.main-about .main .content .equipment .test {
	margin-top: 60px;
}
.main-about .main .content .faq ul li {
	border-left: 5px solid #ffb84c;
	padding: 25px 0 30px 35px;
	background: #fff;
	margin-bottom: 20px;
}
.main-about .main .content .faq ul li h4 {
	font-size: 18px;
	font-family: "Arial";
	color: #000;
}
.main-about .main .content .faq ul li p {
	font-size: 16px;
	font-family: "Arial";
	color: #000;
	margin-top: 15px;
	padding-left: 16px;
}
/*新闻*/

.list-news {
	padding: 64px 0 90px 0;
	background-color: #f7f7f7;
}
.list-news .main .content>div> h3 {
	font-size: 24px;
	font-family: "Arial";
	color: #000;
	padding: 0px 0 15px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}
.list-news .main .content>div> .line {
	width: 50px;
	height: 3px;
	margin: -2px auto 40px;
	background: #ffb84c;
}
.list-news .main .content>div> ul {
	overflow: hidden;
}
.list-news .main .content>div> ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.list-news-img {
	float: left;
	width: 400px;
}
.list-news-img img {
	width: 100%;
	height: auto;
}
.list-news-text {
	width: 460px;
	float: right;
	padding: 20px 70px 0 0;
}
.list-news-text>h3 {
	font-size: 24px;
	color: #000;
	line-height: 30px;
}
.list-news-text>span {
	font-size: 14px;
	line-height: 30px;
}
.list-news-text>p {
	font-size: 16px;
	line-height: 25px;
	color: #414141;
	padding-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.list-news-text>a {
	display: block;
	width: 100px;
	height: 34px;
	border-radius: 34px;
	background-color: #ffb84c;
	color: #000;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	font-family: 'Arial regular';
	margin-top: 56px;
	transition: color .3s linear;
}
/*新闻内页*/

.main-news {
	padding: 50px 0;
	background-color: #f7f7f7;
}
.main-news .main-width {
	overflow: hidden;
}
.main-news .info {
	float: left;
	width: 300px;
	padding-top: 10px;
}
.main-news .info p {
	font-size: 16px;
	font-family: "Arial";
}
.main-news .info .time {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.main-news .content {
	float: right;
	width: 1050px;
}
.main-news .content h1 {
	line-height: 40px;
	margin-bottom: 15px;
	text-align: center;
}
.main-news .content p {
	margin-bottom: 20px;
	font-size: 16px;
	font-family: "Arial";
	text-align: center;
}
.main-news .content .img img {
	width: 100%;
	height: auto;
}

/*媒体查询*/

@media only screen and (max-width: 1555px) {
.about-box .ab-center {
	height: 9.4rem;
}
.pro-box .item-btn {
	display: none;
}
}
 @media only screen and (max-width: 1430px) {
.main {
	width: 1300px;
}
.header .main .nav>ul>li {
	margin-left: 20px;
}
.about-box .ab-center h2 {
	font-size: 40px;
	padding: 225px 0 30px;
}
.about-box .ab-center p {
	font-size: 14px;
	margin-bottom: 40px;
}
.case-box .case ul li {
	width: 425px;
}
.footer .footer-mail .mail {
	width: 780px;
}
.footer .footer-info .product {
	margin-right: 30px;
}
.footer .footer-info .follow {
	margin-right: 80px;
}
.main-products .products .details {
	width: 582px;
}
.main-products .products .details .title {
	font-size: 40px;
}
.main-products .products .details .categories {
	font-size: 28px;
}
.related-products .main ul li {
	width: 250px;
}
.main-about .main .content {
	width: 930px;
}
.main-about .main .content .profile ul {
	width: 100%;
}
.main-about .main .content .profile ul li {
	width: 100%;
	margin-bottom: 25px;
}
.main-about .main .content .profile ul li:nth-child(2) {
	width: 348px;
	margin-right: 20px;
}
.main-about .main .content .profile ul li:nth-child(3) {
	width: 348px;
}
.main-about .main .content .certificate ul {
	width: 112%;
}
.main-about .main .content .certificate ul li {
	margin-right: 115px;
}
.main-about .main .content .equipment ul li {
	width: 300px;
}
.list-news .main .content {
	width: 930px;
}
.list-news-text {
	padding: 20px 0px 0 0;
}
.pro-box .cate-details .pro-ul>div {
	width: 280px;
	margin-left: 15px;
}
.pro-box .cate-details>ul>li {
	width: 1300px!important;
}
.pro-box .categories ul {
	width: 1350px!important;
}
.pro-box .categories ul li {
	margin-right: 30px;
}
.main-news .info {
	width: 200px;
}
}
 @media only screen and (max-width: 1330px) {
.main {
	width: 1200px;
}
.header .main .nav>ul>li {
	margin-left: 10px;
}
.about-box .ab-center h2 {
	font-size: 34px;
	padding: 200px 0 20px;
}
.about-box .ab-center p {
	margin-bottom: 30px;
}
.about-box .ab-center a {
	width: 120px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.case-box .case ul li {
	width: 392px;
	margin-bottom: 12px;
}
.footer .footer-mail .mail {
	width: 700px;
}
.footer .footer-info .product {
	width: 420px;
	margin-right: 10px;
}
.footer .footer-info .follow {
	margin-right: 50px;
}
.main-products .products .details {
	width: 483px;
}
.main-products .products .details .categories {
	font-size: 24px;
}
.main-products .products .details .slide-dot {
	width: 400px!important;
}
.main-products .products .details .slide-dot ul li {
	margin-right: 23px;
}
.main-products .products .show .desc .text {
	padding-top: 20px;
}
.related-products .main ul li {
	width: 230px;
}
.main-about .main .content {
	width: 830px;
}
.classify ul li {
	font-size: 16px;
}
.main-about .main .content .certificate ul li {
	margin-right: 66px;
}
.main-about .main .content .equipment ul li {
	width: 265px;
}
.list-news .main .content {
	width: 830px;
}
.list-news-img {
	width: 300px;
}
.list-news-text {
	padding: 0px 0px 0 0;
	width: 500px;
}
.list-news-text>p {
	padding-top: 0;
}
.list-news-text>a {
	margin-top: 54px;
}
.pro-box .cate-details .pro-ul>div {
	width: 240px;
}
.pro-box .cate-details>ul>li {
	width: 1200px!important;
}
.pro-box .categories ul {
	width: 1350px!important;
}
.pro-box .categories ul li {
	margin-right: 48px;
}
.main-news .content {
	width: 950px;
}
}
 @media only screen and (max-width: 1230px) {
.main {
	width: 1100px;
}
.header .main .nav>ul>li>a {
	font-size: 18px;
}
.about-box .ab-center p {
	margin-bottom: 30px;
}
.about-box .ab-center h2 {
	padding: 130px 0 10px;
}
.case-box .case ul li {
	width: 358px;
}
.main>h2 {
	font-size: 40px;
}
.footer .footer-mail .text h3 {
	font-size: 16px;
}
.footer .footer-mail .text p {
	font-size: 14px;
}
.footer .footer-mail .mail {
	width: 640px;
}
.footer .footer-info .product {
	width: 400px;
}
.footer .footer-info .follow {
	width: 170px;
	margin-right: 30px;
}
.main-products .products .details {
	margin-right: 0px;
	width: 384px;
}
.main-products .products .details .title {
	font-size: 26px;
}
.main-products .products .details .categories {
	font-size: 18px;
}
.main-products .products .details .slide-dot {
	width: 268px!important;
}
.main-products .products .details .slide-dot ul li {
	margin-right: 32px;
}
.main-products .products .show p {
	font-size: 16px;
	margin-bottom: 5px;
}
.related-products .main ul li {
	width: 210px;
}
.main-about .main .content {
	width: 730px;
}
.main-about .main .content .certificate ul li {
	margin-right: 16px;
}
.main-about .main .content .history .his-box ul li .event p {
	width: 440px;
}
.main-about .main .content .equipment ul li {
	width: 231px;
}
.list-news .main .content {
	width: 730px;
}
.list-news-text {
	padding: 0px 0px 0 0;
	width: 400px;
}
.pro-box .cate-details>ul>li {
	height: 384px;
	padding: 55px 40px;
}
.pro-box .cate-details>ul>li .intro {
	padding: 55px 0px 0 0px;
	height: auto;
}
.pro-box .cate-details>ul>li .intro h4 {
	font-size: 26px;
}
.pro-box .cate-details>ul>li .intro p {
	font-size: 14px;
	margin: 10px 0 25px;
}
.pro-box .cate-details>ul>li .intro a {
	width: 86px;
	height: 32px;
	line-height: 32px
}
.pro-box .cate-details .pro-ul>div {
	width: 200px;
}
.pro-box .cate-details .pro-ul>div>h5 {
	font-size: 16px;
	height: 86px;
	line-height: 86px;
}
.pro-box .cate-details .pro-ul>div .title-hover {
	height: 86px;
	line-height: 86px;
	padding: 0px 20px;
}
.pro-box .cate-details .pro-ul>div .title-hover h5 {
	font-size: 16px;
}
.pro-box .cate-details .pro-ul>div .title-hover a {
	font-size: 12px;
}
.pro-box .cate-details>ul>li {
	width: 1100px!important;
}
.pro-box .categories ul {
	width: 1250px!important;
}
.pro-box .categories ul li {
	margin-right: 28px;
}
.main-news .content {
	width: 900px;
}
}
 @media only screen and (max-width: 1130px) {
.main {
	width: 1000px;
}
.pro-box .cate-details>ul>li {
	width: 1000px!important;
}
.header .main .nav>ul>li {
	margin-left: 0px;
}
.about-box .ab-center h2 {
	font-size: 40px;
}
.about-box .ab-center a {
	width: 120px;
	height: 32px;
	line-height: 32px;
}
.about-box .ab-center h2 {
	padding: 80px 0 10px;
}
.about-box .ab-center p {
	margin-bottom: 10px;
}
.case-box .case ul li {
	width: 328px;
}
.case-box .case ul li a p {
	font-size: 12px;
	line-height: 50px;
	height: 50px;
}
.footer .footer-mail .mail {
	width: 550px;
}
.footer .footer-info .product {
	margin-right: 50px;
}
.footer .footer-info .follow {
	margin-right: 80px;
}
.footer .footer-info .contact {
	float: left;
}
.main-products .products .slide-pic {
	width: 550px;
}
.main-products .products .details {
	height: 511px;
}
.main-products .products .details table {
	margin: 15px 0;
}
.main-products .products .details tr td {
	padding: 5px 0;
}
.related-products .main ul li {
	width: 190px;
}
.main-about .main .content {
	width: 630px;
}
.main-about .main .content .faq ul li {
	padding: 15px 0 20px 35px;
}
.main-about .main .content .profile ul li:nth-child(2) {
	width: 280px;
}
.main-about .main .content .profile ul li:nth-child(3) {
	width: 280px;
	float: right;
}
.main-about .main .content .certificate ul {
	width: 130%;
}
.main-about .main .content .certificate ul li {
	margin-right: 164px;
}
.main-about .main .content .history .his-box ul li .event p {
	width: 400px;
}
.main-about .main .content .equipment ul li {
	width: 306px;
}
.list-news .main .content {
	width: 630px;
}
.list-news-text {
	padding: 0;
	width: 300px;
}
.list-news-text>h3 {
	font-size: 22px;
}
.list-news-text>span {
	font-size: 14px;
}
.list-news-text>p {
	font-size: 14px;
}
.pro-box .cate-details>ul>li .intro {
	width: 280px;
}
.pro-box .cate-details .pro-ul>div {
	margin-left: 10px;
}
.pro-box .categories ul {
	width: 1150px!important;
}
.pro-box .categories ul li {
	margin-right: 50px;
}
.main-news .info {
	display: none;
}
.main-news .content {
	margin: 0 auto;
	float: none;
}
}
 @media only screen and (max-width: 1030px) {
.main {
	width: 930px;
}
.pro-box .cate-details>ul>li {
	width: 930px!important;
}
.header .main .nav>ul>li>a {
	font-size: 18px;
}
.about-box .ab-center h2 {
	font-size: 30px;
	padding: 50px 0 10px;
}
.about-box .ab-center p {
	font-size: 12px;
}
.case-box .case ul li {
	width: 305px;
	margin-bottom: 8px;
}
.footer .footer-mail .mail {
	width: 500px;
}
.main-products .products .slide-pic {
	width: 500px;
}
.main-products .products .details .title {
	font-size: 26px;
}
.main-products .products .details .categories {
	font-size: 18px;
}
.related-products .main ul li {
	width: 170px;
}
.main-about .main .content {
	width: 530px;
}
.main-about .main .content .faq ul li h4 {
	font-size: 16px;
}
.main-about .main .content .faq ul li p {
	font-size: 16px;
}
.main-about .main .content .profile ul li:nth-child(2) {
	width: 250px;
}
.main-about .main .content .profile ul li:nth-child(3) {
	width: 250px;
	float: right;
}
.main-about .main .content .certificate ul li {
	margin-right: 64px;
}
.main-about .main .content .history .his-box ul li .event p {
	width: 250px;
}
.main-about .main .content .equipment ul li {
	width: 258px;
}
.list-news .main .content {
	width: 530px;
}
.list-news-text>h3 {
	font-size: 16px;
	line-height: normal;
}
.list-news-text>span {
	font-size: 12px;
}
.list-news-text>p {
	font-size: 12px;
}
.list-news-text>a {
	margin-top: 5px;
	width: 80px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
}
.list-news-img {
	width: 200px;
}
.pro-box .cate-details>ul>li .intro {
	width: 240px;
	padding: 40px 0px 0 0px;
}
.pro-box .cate-details .pro-ul>div {
	width: 180px;
}
.pro-box .categories ul {
	width: 1050px!important;
}
.pro-box .categories ul li {
	margin-right: 96px;
}
.case-box .case ul li a p {
	position: inherit;
}
}
 @media only screen and (max-width: 980px) {
.main {
	width: 18rem;
}
.header .main .nav ul li.language {
	position: fixed;
	top: 12px;
	padding: 0!important;
	right: 2.1rem;
	width: 96px!important;
	border-bottom: none;
}
.header .main .nav ul li.language>ul>li>a {
	height: 30px;
}
.header .main .nav ul li.language>ul {
	background: #333;
}
.pro-box .cate-details>ul>li {
	width: 18rem!important;
	height: 7.76rem;
	padding: 1.12rem 0.51rem;
}
.pro-box .cate-details>ul>li .intro {
	width: 4.85rem;
	padding: 0.81rem 0 0 0;
}
.pro-box .cate-details>ul>li .intro h4 {
	font-size: 0.52rem;
	line-height: 0.7rem;
}
.pro-box .cate-details>ul>li .intro p {
	font-size: 12px;
	margin: 0.22rem 0 0.5rem;
	line-height: 0.52rem;
}
.pro-box .cate-details .pro-ul>div {
	width: 3.75rem;
	margin-left: 0.2rem;
}
.pro-box .cate-details .pro-ul>div>h5 {
	font-size: 0.3rem;
	height: 1.5rem;
	line-height: 1.5rem;
}
.pro-box .cate-details .pro-ul>div .title-hover {
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0px 0.4rem;
}
.pro-box .cate-details .pro-ul>div .title-hover h5 {
	font-size: 0.3rem;
}
.pro-box .cate-details .pro-ul>div .title-hover a {
	font-size: 0.2rem;
}
.pro-box .cate-details>ul>li .intro a {
	width: 1.75rem;
	height: 0.65rem;
	line-height: 0.65rem;
	font-size: 0.3rem;
}
.header {
	height: 54px;
}
.header .main .logo {
	width: 100%;
	z-index: 999;
}
.header .main .logo .pic {
	float: left;
}
.header .main .logo .pic a img {
	width: auto;
	height: 54px;
}
.header .main .logo .phone-menu {
	background: url(/images/menu.png) no-repeat center;
	width: 48px;
	height: 48px;
	float: right;
	margin-top: 3px;
}
.header.active .main .logo .phone-menu {
	background: url(/images/close.png) no-repeat center;
}
.header .main .nav {
	float: none;
	transition: all 0.5s;
	position: absolute;
	top: -454px;
	left: 0;
	width: 100%;
	background: url(/images/head-bg.png) no-repeat center;
	background-size: 100% 100%;
}
.header.active .nav {
	top: 54px;
}
.header .main .nav>ul>li {
	width: 100%!important;
	height: 54px!important;
	line-height: 54px!important;
	padding: 0px 1rem!important;
	border-bottom: 1px solid #ffb84c;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.header .main .nav>ul>li.search form {
	margin-top: 8px;
}
.header .main .nav>ul>li.search .box .text {
	background: rgba(0, 0, 0, 0.27);
	width: 100%;
	height: 38px;
}
.header .main .nav>ul>li.search .box .btn, .header .main .nav>ul>li.search .box .sub {
	top: 6px;
}
.about-box .ab-center a {
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}
.header .main .nav>ul>li>a {
	padding: 0;
}
.header .main .nav>ul>li .drop {
	display: none!important;
}
.about-box .ab-center p {
	line-height: 22px;
}
.case-box .case ul li {
	width: 290px;
}
.footer .footer-mail .text {
	float: none;
	width: 18rem;
	text-align: center;
}
.footer .footer-mail .text p {
	margin-top: 12px;
}
.footer .footer-mail .mail {
	float: none;
	margin-top: 20px;
	width: 18rem;
}
.footer .footer-mail .mail .box {
	width: 14.876rem;
	margin-left: 0.1rem;
	margin-right: 0.156rem;
}
.footer .footer-mail .mail .box input {
	width: 7.335rem;
	padding-left: 0.156rem;
}
.footer .footer-mail .mail .box input:first-child {
	margin-right: 0.194rem;
}
.footer .footer-mail .mail .sub {
	width: 2.7rem;
}
.footer .footer-info .product {
	width: 8.7rem;
	margin-right: 0.3rem;
}
.footer .footer-info .follow {
	width: 4.35rem;
	height: 190px;
	margin-right: 0.3rem;
}
.footer .footer-info .about {
	width: 4.35rem;
	margin-right: 0;
}
.case-box .case ul li {
	width: 8.9rem;
	margin-bottom: 0.2rem;
}
.top110 {
	margin-top: 54px;
}
.bread {
	padding: 0.3rem 0;
}
.main-products {
	padding: 1rem 0;
}
.main-products .products .slide-pic {
	width: 11rem;
	margin: 0 auto;
	float: none;
}
.main-products .products .details {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	padding-top: 3rem;
}
.main-products .products .details table {
	margin: 20px auto;
}
.main-products .products .details .dot-box {
	position: absolute;
	top: 0;
	left: 4.6rem;
	bottom: inherit;
}
.main-products .products .details .slide-dot {
	width: 8.8rem!important;
}
.main-products .products .details .next {
	right: -50px;
}
.main-products .products .details .slide-dot ul li {
margin-right: .8rem;
	width: 2.4rem;
}
.main-products .products .details .item-btn {
	top: 1rem;
}
.main-products .products .details {
	height: inherit;
}
.main-products .products .details tr td {
padding: .4rem 0;
}
.main-products .products .details tr td:first-child {
	width: 6rem;
	font-size: 0.3rem;
}
.main-products .products .details tr td:last-child {
	width: 8rem;
	font-size: 0.3rem;
}
.main-products .products .details .title {
	font-size: 0.8rem;
}
.main-products .products .details .categories {
	font-size: 0.55rem;
	margin-left: 0.3rem;
}
.main-products .products .show .desc .row {
	width: 100%;
}
.main-products .products .show .desc .piece {
	width: 100%;
	margin-bottom: 20px;
}
.bread .main .main-width a {
	font-size: 0.3rem;
}
.related-products .main ul li a p {
	font-size: 0.3rem;
	padding: 0.15rem 0;
}
.related-products .main h3 {
	font-size: 0.7rem;
	margin: 1rem 0 0.9rem;
}
.related-products .main ul {
	margin-bottom: 1rem;
}
.arc-form .con-box {
	width: 94%;
	padding: 2%;
}
/*.main-about*/ .main .btn-class {
	display: block;
}
/*.main-about*/ .main .classify {
	float: none;
	position: fixed;
	top: 90px;
	left: -240px;
	width: 240px;
	z-index: 100;
}
/*.main-about*/ .main .classify .title {
	display: block;
}
/*.main-about*/ .main .classify ul {
	padding-bottom: 70px;
}
/*.main-about*/ .main .classify ul li {
	padding: 0 0;
	font-size: 14px;
	line-height: 41px;
}
/*.main-about*/ .main .classify ul li i {
	top: 14px;
	right: 14px;
}
/*.main-about*/ .main .classify ul li a {
	height: 40px
}
.main-about {
	padding: 0.6rem 0;
}
.main-about .main .content {
	width: 18rem;
	margin: 0 auto;
	float: none;
}
.main-about .main .content .faq ul li h4 {
	font-size: 0.38rem;
}
.main-about .main .content .faq ul li p {
	font-size: 0.38rem;
}
.main-about .main .content .profile>h3 {
	margin: 1rem 0;
	font-size: 0.85rem;
}
.main-about .main .content .profile>p {
	font-size: 0.43rem;
	margin-bottom: 0.6rem;
}
.main-about .main .content .profile ul {
	margin-top: 1.2rem;
}
.main-about .main .content .profile ul li h4 {
	font-size: 0.69rem;
	padding: 0.1rem 0;
	margin-bottom: 1.2rem;
}
.main-about .main .content .profile ul li p {
	font-size: 0.43rem;
}
.main-about .main .content .profile ul li:nth-child(2) {
	width: 8.4rem;
	margin-right: 0.87rem;
}
.main-about .main .content .profile ul li:nth-child(3) {
	width: 8.4rem;
	float: right;
}
.main-about .main .content .certificate ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-about .main .content .certificate ul li {
	margin-right: 0px;
}
.main-about .main .content .history .his-box ul li .event p {
	width: 80%;
	font-size: 0.41rem;
}
.main-about .main .content>div> h3 {
	font-size: 0.48rem;
}
.main-about .main .content .history .his-box ul li {
	margin-bottom: 0.5rem;
}
.main-about .main .content .history .his-box ul li .event {
	padding: 0.4rem 0.4rem 0.4rem 0.8rem;
}
.main-about .main .content .history .his-box ul li .event .date {
	width: 2.11rem;
	height: 1.91rem;
	-webkit-background-size: contain;
	background-size: contain;
}
.main-about .main .content .history .his-box ul li .event .date span:nth-child(1) {
	font-size: 0.41rem;
}
.main-about .main .content .history .his-box ul li .event .date span:nth-child(3) {
	font-size: 0.41rem;
}
.main-about .main .content .history .his-box ul li .event .date em {
	width: 1.4rem;
	margin: 0.1px;
}
.main-about .main .content .history .his-box {
	top: 3.58rem;
}
.main-about .main .content .equipment ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.main-about .main .content .equipment ul li {
	margin: 0px;
	margin-bottom: 10px;
	width: 5.85rem;
	margin-bottom: 0.2rem;
}
.main-about .main .content .equipment .test {
	margin-top: 1.3rem;
}
.main-about .main .content .equipment ul li p {
	font-size: 0.35rem;
}
.list-news .main .content {
	width: 18rem;
}
.list-news-img {
	width: 9rem;
}
.list-news-text {
	width: 8.4rem;
}
.list-news-text>h3 {
	font-size: 0.65rem;
}
.list-news-text>span {
	font-size: 0.35rem;
}
.list-news-text>p {
	font-size: 0.4rem;
	margin: 0.5rem 0 0.9rem;
	line-height: 0.65rem;
}
.pro-box .categories ul {
	width: 20rem!important;
}
.pro-box .categories ul li {
	margin-right: 1.48rem;
	width: 3.385rem;
}
.pro-box .categories ul li a h3 {
	font-size: 0.3rem;
}
.header .main .nav>ul>li>a {
	display: inline-block;
	width: 100%;
}
.main-news .content {
	width: 18rem;
}
.main-news {
	padding: 34px 0 50px;
}
.main-news .content h1 {
	margin-bottom: 0.1rem;
	font-size: 0.66rem;
	line-height: normal;
}
.main-news .content p {
	font-size: 0.3rem;
}
.header {
	background: #333;
}
.other-banner {
	margin-top: 54px;
}
.m-Top {
	margin-top: 54px;
}
.index-main {
	margin-top: 54px;
}
}
 @media only screen and (max-width: 930px) {
.case-box .case ul li a p {
	font-size: 14px;
}
.about-box .ab-center h2 {
	padding: 20px 0 10px;
}
}
 @media only screen and (max-width: 850px) {
.about-box .ab-center {
	padding: 0 10px;
}
.about-box .ab-center h2 {
	font-size: 24px;
	padding: 10px 0;
}
.footer .footer-info .product {
	width: 12rem;
	margin-right: 0.3rem;
	margin-bottom: 20px;
}
.footer .footer-info .follow {
	width: 5.7rem;
	margin-right: 0;
	margin-bottom: 20px;
}
.footer .footer-info .about {
	float: right;
	width: 5.7rem;
}
.footer .footer-info .contact {
	width: 12rem;
	margin-right: 0.3rem;
}
.main-products .products .show .oth {
	width: 100%;
}
.main-products .products .show .oth .half {
	width: 100%;
	margin: 0 0 30px;
}
}
 @media only screen and (max-width: 768px) {
.about-box>div {
	width: 100%!important;
}
.about-box .ab-left {
	display: none;
}
.about-box .ab-center {
	height: initial;
}
.about-box .ab-center h2 {
	font-size: 42px;
	padding: 40px 0;
}
.about-box .ab-center p {
	line-height: 25px;
	font-size: 18px;
	margin-bottom: 50px;
}
.about-box .ab-center a {
	font-size: 16px;
	width: 140px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 30px;
}
.about-box .ab-right {
	display: flex;
	display: -webkit-flex;
}
.about-box .ab-right img {
	width: 50%;
}
.main-about .main .content .history .axis {
	height: 1000px;
}
.main-about .main .content .equipment ul li {
	width: 8.8rem;
	margin-bottom: 0.35rem;
}
}
 @media only screen and (max-width:680px) {
.footer .footer-mail {
	padding: 26px 0 28px 0;
}
.footer .footer-mail .text h3 {
	font-size: 14px;
}
.footer .footer-mail .text p {
	font-size: 12px;
}
.footer .footer-mail .mail {
	height: auto;
}
.footer .footer-mail .mail .box {
	display: block;
	width: 18rem;
}
.footer .footer-mail .mail .box input {
	width: 18rem;
}
.footer .footer-mail .mail .sub {
	display: block;
	margin: 10px auto 0 auto;
	width: 200px;
}
.footer .footer-mail .mail .box input:first-child {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer .footer-info {
	padding: 32px 0 30px 0;
}
.footer .footer-info h3 {
	margin-bottom: 22px;
}
.footer .footer-info .product {
	width: 18rem;
	margin-right: 0;
}
.footer .footer-info .follow {
	float: right;
	width: 8.75rem;
}
.footer .footer-info .about {
	float: left;
	margin-right: 0.3rem;
	width: 8.75rem;
}
.footer .footer-info .contact {
	width: 18rem;
	margin-right: 0;
}
.main-news .content p img {
	width: 100%;
	height: auto;
}
.header .main .nav ul li.language {
	right: 3rem;
}
}
 @media only screen and (max-width: 630px) {
.about-box .ab-center {
	padding: 0 20px;
}
.about-box .ab-center h2 {
	font-size: 40px;
}
.about-box .ab-center p {
	font-size: 16px;
	margin-bottom: 40px;
}
.about-box .ab-right {
	justify-content: center;
	flex-wrap: wrap;
}
.about-box .ab-right img {
	width: 100%;
	margin-top: 0px;
}
/*.about-box .ab-right img{width: auto;margin-top: 20px;}*/

.case-box .case ul li {
	width: 100%;
}
.case-box .case ul li a p {
	line-height: 70px;
	height: 70px;
	font-size: 18px;
}
.main-about .main .content .history .axis {
	height: 800px;
}
}
 @media only screen and (max-width: 560px) {
.main>h2 {
	padding: 40px 0 30px;
}
.main-about .main .content .history .his-box ul li .event .date {
	width: 84px;
	height: 94px;
}
.main-about .main .content .history .his-box ul li .event .date em {
	width: 36px;
}
.main-about .main .content .history .axis {
	height: 1000px;
}
}
 @media only screen and (max-width: 530px) {
.case-box .case ul li a p {
	line-height: 60px;
	height: 60px;
	font-size: 16px;
}
.main-products .products .details .item-btn {
	top: 0.8rem;
}
}
 @media only screen and (max-width: 500px) {
.main-about .main .content .certificate ul {
	justify-content: center;
}
.list-news-text>p {
	margin: 0.3rem 0 0.8rem;
}
}
 @media only screen and (max-width: 450px) {
.footer .footer-info .product ul li {
	font-size: 12px;
}
.footer .footer-info .follow {
	height: 186px;
}
.footer .footer-info .follow ul li {
	margin-right: 10px;
}
.footer .footer-info .follow ul li:first-child {
	margin-right: 2px;
}
.footer .footer-info .about ul li {
	font-size: 12px;
}
.footer .footer-info .contact p {
	font-size: 12px;
}
.case-box .case ul li a p {
	line-height: 50px;
	height: 50px;
	font-size: 14px;
}
.main-about .main .content .history .axis {
	height: 900px;
}
.main-about .main .content .equipment ul {
	justify-content: center;
}
.main-about .main .content .equipment ul li {
	width: 330px;
	margin-bottom: 10px;
}
.pro-box .cate-details>ul>li {
	height: auto;
	padding: 0.9rem 0.51rem;
}
.pro-box .cate-details>ul>li .intro {
	width: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.pro-box .cate-details>ul>li .intro h4 {
	font-size: 1rem;
	line-height: 1.4rem;
}
.pro-box .cate-details>ul>li .intro a {
	width: 2.75rem;
	height: 1.0rem;
	line-height: 1.0rem;
}
.pro-box .cate-details .pro-ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.pro-box .cate-details .pro-ul>div {
	width: 5.5rem;
	margin-left: 0rem;
	margin-top: 0.7rem;
}
}
 @media only screen and (max-width: 414px) {
.main-products .products .details .slide-dot ul li {
	width: 2.39rem;
margin-right: .81rem;
}
.header .main .nav ul li.language {
	right: 3.5rem;
}
.search-results .main .cont ul {
	justify-content: center;
}
.main-products .products .show .detail ul {
	width: 100%;
}
.main-products .products .show .detail li {
	width: 100%;
	margin: 0 0 10px;
}
}
 @media only screen and (max-width: 375px) {
.case-box .case ul li a p {
	line-height: 40px;
	height: 40px;
	font-size: 12px;
}
.list-news-text>a {
	width: 70px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
}
}
