body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #151a2d;

	outline: none;
}

a:hover {
	text-decoration: none;
	color: #333;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

/**/

.header {
	line-height: 80px;
	z-index: 99;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: none;
	color: #dc0124;
}
.dropdown-menu>li>a{
	line-height: 45px;
}
.header .search {
	font-weight: bold;
	margin-left: 30px;
	float: right;
}

.header .search .input-group .form-control,
.header .search .btn {
	background: none;
	border: none;
	color: #c2c2c2;
}

.header .search .input-group-btn {
	line-height: 25px;
}

.header .navbar-default .navbar-nav>li>a {
	color: #333;
	font-weight: bold;
	padding: 0 30px;
	line-height: 80px;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>:hover>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	color: #dc0124;
	background: none;
}

.header .navbar-default .navbar-nav>.active>a::after,
.header .navbar-default .navbar-nav>:hover>a::after,
.header .navbar-default .navbar-nav>.active>a:focus::after,
.header .navbar-default .navbar-nav>.active>a:hover::after,
.navbar-default .navbar-nav>.open>a::after, .navbar-default .navbar-nav>.open>a:focus::after, .navbar-default .navbar-nav>.open>a:hover::after{
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	background: #dc0124;
	bottom: 15px;
	left: 10px;
	right: 10px;
}

.header .btn {
	background: none;
	padding: 0;
	font-size: 12px;
}

.dropdown-menu {
	min-width: 100%;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background: #eeeeee;
}

.header .navbar-nav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.navbar-default {
	margin: 0;
	background: none;
	border: none;
}

.footer .a {
	padding: 50px 0;
	background: #f7f7f7;
}

.footer .a h4 {
	font-weight: bold;
	font-size: 18px;
}

.footer .a li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer .a li a {
	line-height: 32px;
	color: #666;
}

.footer .a .share {
	margin: 30px 0 10px;
}

.footer .a .share a {
	display: inline-block;
	margin-right: 5px;
}

.footer .a b {
	font-size: 32px;
}

.footer .a p {
	color: #666;
	margin: 10px 0 0;
}

.footer .b {
	text-align: center;
	color: #fff;
	padding: 15px 0;
	background: #000;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 108px;
	height: 108px;
	background: none;
	color: #fff;
	text-align: center;
	line-height: 108px;
	font-size: 72px;
}

.banner .swiper-button-next {
	right: 0;
}

.banner .swiper-button-prev {
	left: 0;
}

.homepage .title {
	font-weight: bold;
	border-left: 5px solid #de0020;
	padding-left: 10px;
	font-size: 40px;
	line-height: 35px;
}

.homepage .b {
	padding: 78px 0;
}

.homepage .b img {
	max-width: 100%;
}

.homepage .b h2 {
	font-size: 40px;
	margin-bottom: 30px;
}

.homepage .b p {
	line-height: 24px;
	color: #666666;
	font-size: 18px;
	margin: 20px 0 0;
}

.homepage .b .first {
	padding-top: 50px;
}

.homepage .more {
	background: #d71730;
	color: #fff;
	border-radius: 40px;
	font-weight: bold;
	padding: 8px 30px;
	margin-top: 30px;
}

.homepage .c {
	background: #fdf2ef;
	padding: 78px 0 220px;
}

.homepage .c h2 {
	font-size: 40px;
	margin-top: 0;
}

.homepage .c .nav-tabs {
	border: none;
	text-align: center;
	font-size: 24px;
	display: flex;
}

.homepage .c .nav-tabs>li {
	flex: 1;
}

.homepage .c .nav-tabs>li>a {
	display: inline-block;
	border: none;
	padding: 10px 0;
	border-bottom: 3px solid transparent;
}

.homepage .c .nav-tabs>li.active>a,
.homepage .c .nav-tabs>li>a:hover,
.homepage .c .nav-tabs>li.active>a:focus,
.homepage .c .nav-tabs>li.active>a:hover {
	color: #d71730;
	background: none;
	border-bottom: 3px solid #d71730;
}

.homepage .c .tab-content {
	margin-top: 50px;
}

.homepage .c h4 {
	font-size: 40px;
}

.homepage .c p {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin: 60px 60px 20px 0;
}

.homepage .c img {
	max-width: 100%;
}

.homepage .d {
	position: relative;
	margin-top: -150px;
}

.homepage .d .flex {
	background: #d71730;
	color: #fff;
}

.homepage .d .box {
	padding: 20px;
}

.homepage .d h2 {
	font-size: 30px;
}

.homepage .d h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.homepage .d p {
	font-size: 18px;
	line-height: 32px;
}

.homepage .d .more {
	color: #d71730;
	background: #fff;
}

.homepage .e {
	padding: 78px 0;
}

.homepage .e .box,
.homepage .f .box {
	text-align: center;
	margin-top: 40px;
}

.homepage .e .box,
.homepage .f .box,
.homepage .g .box {
	position: relative;
}



.homepage .e .pic {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	height: 288px;
	overflow: hidden;
}

.homepage .e_1 .pic {
	height: 307px;
	overflow: hidden;
}

.homepage .e img,
.homepage .f img {
	width: 100%;
}

.homepage .e p,
.homepage .f p {
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homepage .e .box .swiper-button-next,
.homepage .f .box .swiper-button-next {
	right: -70px;
}

.homepage .e .box .swiper-button-prev,
.homepage .f .box .swiper-button-prev {
	left: -70px;
}

.homepage .e .box .swiper-button-next,
.homepage .e .box .swiper-button-prev,
.homepage .f .box .swiper-button-next,
.homepage .f .box .swiper-button-prev {
	background: none;
	font-size: 72px;
	color: #ccc;
	margin-top: -80px;
}

.homepage .e .box .swiper-button-next:hover,
.homepage .e .box .swiper-button-prev:hover,
.homepage .f .box .swiper-button-next:hover,
.homepage .f .box .swiper-button-prev:hover {
	color: #ea8d9a;
}

.homepage .f {
	background: #fdf2ef;
	padding: 78px 0;
}

.homepage .f .pic {
	margin-bottom: 20px;
	height: 292px;
	overflow: hidden;
}

/**/

.totop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
}

/**/
.breadcrumb {
	background: none;
	padding: 15px 0;
	margin: 0;
}

.banner_info {
	background: url(../images/2_02.jpg) center no-repeat;
	background-size: cover;
	height: 400px;
	padding-top: 120px;
}

.banner_info b {
	font-size: 48px;
	color: #d90225;
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	padding: 40px 120px;
}

.aboutus_1 .title {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin: 0 0 40px;
	background: url(../images/2_04.jpg) center no-repeat;
}

.aboutus_1 .a_1 .box {
	padding-top: 20px;
	font-size: 16px;
}

.aboutus_1 .a_1 p {
	line-height: 30px;
	text-indent: 2em;
}

.aboutus .a .box img {
	max-width: 100%;
}

.aboutus .a .box {
	position: relative;
}

.aboutus .a .box p {
	width: 300px;
	padding: 30px 50px;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	background: #000;
	position: absolute;
	right: 0;
	top: 60%;
}

.aboutus .a .flex {
	padding-bottom: 30px;
}

.aboutus .a .flex img {
	margin-right: 20px;
}

.aboutus .a .flex p {
	margin: 0;
	line-height: 18px;
	text-indent: 2em;
}


.aboutus .a .flex dd.on {
	height: auto;
}

.aboutus .a .flex dt {
	font-size: 20px;
	font-weight: bold;
}

.aboutus .a .flex .btn {
	background: #333333;
	color: #fff;
	border-radius: 0;
	font-size: 18px;
	padding: 5px 20px;
	margin-top: 20px;
}

.aboutus .b {
	padding-bottom: 60px;
}

.aboutus .b img {
	width: 100%;

}

.aboutus .b .flex_item {
	padding-right: 20px;
	height: 181px;
	overflow: hidden;
}

.aboutus .b h2 {
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
}

.aboutus .b h4 {
	font-weight: bold;
	font-size: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

.aboutus .b p {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 4px solid #d71730;
	text-transform: uppercase;
	margin: 15px 0;
}

/**/
.Product_detail img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.Product_detail .hd {
	text-align: center;
	border-bottom: 1px solid #eee;
}

.Product_detail .hd h1 {
	font-weight: bold;
	padding: 10px 0;
	font-size: 40px;
}

.Product_detail .bd {
	padding: 20px 0 50px;
}

.Product_detail .bd .table>tbody>tr>td {
	border: none;
	font-size: 18px;
}

/**/
.banner7 {
	background: #f0f0f0;
}

.tabtitle {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.tabtitle li {
	flex: 1;
	text-align: center;
	font-size: 16px;
	padding: 0 8px;
}

.tabtitle li a {
	display: block;
	text-transform: uppercase;
	background: #f0f0f0;
	line-height: 50px;
}

.tabtitle li.on a,
.tabtitle li:hover a {
	background: #d71730;
	color: #fff;
}

.pagination {
	margin: 40px 0;
}

.pagination>li>a,
.pagination>li>span {
	margin: 0 3px;
	color: #666;
	padding: 8px 15px;
	border: 1px solid #eee;
	border-radius: 3px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #d71730;
	border: 1px solid #d71730;
}

.Product_center .row {
	text-align: center;
}

.Product_center .row h4 {
	font-size: 18px;
	overflow: hidden;
	margin: 20px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Product_center .row .btn {
	font-size: 18px;
	background: #d71730;
	color: #fff;
	padding: 15px 50px;
}

.Product_center .row p {
	font-size: 18px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Product_center .row .pic {
	margin-top: 30px;
	border: 1px solid #eee;
	height: 277px;
	overflow: hidden;
}

.Product_center .row img {
	width: 100%;
}

/**/
.Suppliers {
	padding-bottom: 60px;
}

.Suppliers .pic {
	border: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 15px;
	height: 286px;
	overflow: hidden;
}

.Suppliers .pic img {
	width: 100%;
}

.Suppliers .row {
	text-align: center;
	font-size: 18px;
}

.Suppliers .row p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Suppliers h2 {
	text-align: center;
	font-weight: bold;
	background: url(../images/2_04.jpg) center no-repeat;
	background-size: 706px auto;
	font-size: 40px;
	margin: 60px 0 0;
}

.Suppliers .mt30 {
	margin-top: 30px;
}

.Suppliers .mt30 img {
	max-width: 100%;
}

.Suppliers .ft {
	margin-bottom: 50px;
	font-size: 18px;
	word-wrap: break-word;
}

.Suppliers .ft a {
	color: #1839ff;
}

/**/
.Certifications h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.Certifications .bd {
	padding: 30px 0;
	font-size: 16px;
}

.Certifications .bd p {
	line-height: 32px;
	margin: 20px 0;
}

.Certifications img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.Certifications .bd h4 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

/**/
.FAQs {
	padding-bottom: 50px;
}

.FAQs .left {
	border: 1px solid #ddd;
}

.FAQs .left h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #000000;
	margin: 0;
	line-height: 108px;
}

.FAQs .left li {
	border-top: 1px solid #ddd;
	line-height: 78px;
	position: relative;
}

.FAQs .left li a {
	display: block;
	padding: 0 100px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.FAQs .left li:hover a,
.FAQs .left li.on a {
	background: #cccccc;
}

.FAQs .left li::after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	border-color: #333;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 15px;

}

.FAQs .right {
	border: 1px solid #ddd;
	padding: 30px;
}

.FAQs .right h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}

.FAQs .right .bd img {
	max-width: 100%;
	display: block;
	margin: 15px auto;
}

.FAQs .right .bd p {
	font-size: 15px;
	margin-top: 15px;
}

/**/
.aboutus_1 .a dl dt {
	font-size: 40px;
}

.aboutus_1 .a dl p {
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
}

.aboutus_1 .a .btn {
	background: #333333;
	color: #fff;
	border-radius: 0;
	font-size: 18px;
	padding: 5px 20px;
	margin-top: 20px;
}

.aboutus_1 .a dd {
	overflow: hidden;
	height: 432px;
}

.aboutus_1 .a dd.on {
	height: auto;
}

.aboutus_1 .b {
	padding: 80px 0 50px;

}

.aboutus_1 .b .swiper-container {
	min-height: 525px;
}

.aboutus_1 .b h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.aboutus_1 .b .swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #666;
}

.aboutus_1 .b .bd {
	position: absolute;
	left: 50%;
	width: 1000px;
	text-align: center;
	top: 120px;
	display: none;
}

.aboutus_1 .b .swiper-slide-active .bd {
	display: block;
}

.aboutus_1 .b .swiper-slide h4 span {
	display: inline-block;
	padding: 5px 20px;
}

.aboutus_1 .b .swiper-slide i {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #333;
	border-radius: 50%;
	background: #fff;
	position: relative;
	z-index: 99;
	margin: 8px 0;
}

.aboutus_1 .b .swiper-slide-active i {
	background: url(../images/2_09.png) center no-repeat;
	width: 30px;
	height: 30px;
	border: none;
	margin: 0;

}

.aboutus_1 .b .swiper-slide-active h4 span {
	background: #000000;
	color: #fff;
}

.aboutus_1 .b .swiper-slide p {
	margin-top: 15px;
}

.aboutus_1 .b .swiper-slide::after {
	content: '';
	display: block;
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0;
	top: 15px;
	right: 0;
}

.aboutus_1 .b .swiper-button-next,
.aboutus_1 .b .swiper-button-prev {
	background: #000;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	color: #fff;
	top: 0;
	margin: 0;
}

.aboutus_1 .b .swiper-button-next {
	right: 0;
}

.aboutus_1 .b .swiper-button-prev {
	left: 0;
}

.aboutus_1 .b img {
	max-width: 682px;
	max-height: 330px;
}

.aboutus_1 .c img {
	max-width: 100%;
	display: block;
	margin: 30px auto;
}

.breadcrumb>li+li:before {
	content: '>';
	color: #ccc;
}

/**/
.proitem .a {
	padding: 20px 0 60px;
}

.proitem .a img {
	max-width: 100%;
}

.proitem .a h1,
.proitem .a h4 {
	font-weight: bold;
	font-size: 24px;
}

.proitem .a h4 {
	padding-bottom: 10px;
	margin-top: 40px;
	border-bottom: 4px solid #d71730;
}

.proitem .a li {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 40px;
}

/**/
.sckz img {
	max-width: 100%;
}

.sckz .title {
	font-weight: bold;
	color: #fff;
	font-size: 40px;
	background: #359a34;
	padding: 15px 30px;
}

.sckz .a .flex {
	padding-top: 60px;
	font-size: 18px;
}

.sckz .a .flex dd {
	line-height: 40px;
}

.sckz .a dl {
	padding: 30px;
}

.sckz .a dt {
	font-weight: bold;
	color: #d71730;
	border-bottom: 2px dashed #d71730;
	padding-bottom: 10px;
	font-size: 24px;
	margin-bottom: 20px;
}

.sckz .b {
	margin-top: 50px;
}

.sckz .b p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 0 50px;
}

.sckz .b img {
	margin-top: 15px;
}








@media screen and (min-width:981px) and (max-width:1200px) {
	.header .navbar-default .navbar-nav>li>a {
		padding: 0 20px;
	}


}

@media screen and (min-width:769px) and (max-width:980px) {
	.contentus .container {
		width: 760px;
	}

	.logo img {
		width: 110px;
	}

	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
	}


}

@media (max-width:768px) {
	.header {
		line-height: 50px;
		padding: 0 15px;
	}
	.header .navbar-nav{
		position: static;
		transform: translate(0,0);
	}
	.header .navbar-default .navbar-nav>.active>a::after, .header .navbar-default .navbar-nav>:hover>a::after, .header .navbar-default .navbar-nav>.active>a:focus::after, .header .navbar-default .navbar-nav>.active>a:hover::after{
		bottom: 0;
	}

	.navbar-collapse {
		float: none;
	}

	.header .navbar-default .navbar-nav>li>a {
		line-height: 40px;
		padding: 0 10px;
	}

	.header .search {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
	}

	.navbar-nav .open .dropdown-menu {
		background: #eeeeee;
	}

	.navbar-toggle {
		margin-right: 0;
	}

	.logo img {
		width: 110px;
	}

	.homepage .e .box .swiper-button-next,
	.homepage .f .box .swiper-button-next {
		right: 0;
	}

	.homepage .e .box .swiper-button-prev,
	.homepage .f .box .swiper-button-prev {
		left: 0;
	}

	.homepage .d .flex {
		display: block;
	}

	.homepage .c .nav-tabs {
		font-size: 14px;
	}

	.homepage .c h2,
	.homepage .d h2 {
		font-size: 24px;
	}

	.homepage .c .tab-content {
		margin-top: 20px;
	}

	.homepage .c img {
		margin-top: 15px;
	}

	.homepage .c h4,
	.homepage .d h3 {
		font-size: 18px;
	}

	.homepage .c p {
		font-size: 14px;
		line-height: 24px;
		margin: 10px 0;
	}

	.homepage .d .box {
		float: none;
		width: auto;
		padding: 20px;
	}

	.homepage .d p {
		font-size: 14px;
	}

	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	.homepage .b {
		padding: 20px 0;
	}

	.homepage .b p {
		padding: 0;
		font-size: 14px;
		left: 24px;
	}

	.homepage .b h2,
	.homepage .e h2 {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.aboutus .a .box p {
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutus .b h2,
	.aboutus_1 .a dl dt {
		font-size: 24px;
	}

	.aboutus .b h4 {
		font-size: 18px;
	}

	.aboutus .b p {
		font-size: 14px;
	}

	.aboutus_1 .b .bd {
		left: 0;
		width: 100%;
	}

	.aboutus_1 .b .swiper-container {
		min-height: 370px;
	}

	.aboutus_1 .b h2 {
		font-size: 20px;
	}

	.aboutus_1 .a dl p {
		margin-top: 0;
	}

	.aboutus_1 .b {
		padding: 20px 0;
	}

	.homepage .e .pic {
		height: 259px;
	}

	.homepage .f .pic {
		height: 347px;
	}

	.homepage .e_1 .pic {
		height: 458px;
	}

	.tabtitle {
		display: block;
	}

	.Product_center .row .pic {
		height: 158px;
	}

	.Product_center .row h4 {
		font-size: 16px;
	}

	.Product_center .row p {
		font-size: 14px;
	}

	.Suppliers .pic {
		height: 117px;
	}

	.aboutus .b .flex_item {
		height: 101px;
	}

	.aboutus .a .flex dt {
		font-size: 16px;
	}

	.aboutus .a .flex dd,
	.aboutus_1 .a dl p {
		font-size: 12px;
	}

	.banner_info b {
		padding: 15px 40px;
		font-size: 24px;
	}

	.banner_info {
		height: 200px;
		padding-top: 70px;
	}

	.aboutus_1 .title {
		font-size: 25px;
	}
	.aboutus .b{
		padding-bottom: 30px;
	}

	.footer ul {
		display: none;
	}

	.footer .a {
		padding: 20px 0;
	}

	.footer .a h4 {
		font-size: 15px;
		margin-top: 15px;
		position: relative;
	}

	.footer .a h4::after {
		content: " ";
		display: inline-block;
		height: 6px;
		width: 6px;
		border-width: 1px 1px 0 0;
		border-color: #999;
		border-style: solid;
		-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
		transform: matrix(.71, .71, -.71, .71, 0, 0);
		position: absolute;
		top: 50%;
		margin-top: -3px;
		right: 2px;
	}
	.sckz .title,.Suppliers h2,.homepage .title{
		font-size: 20px;
	}
	.Suppliers h2{
		margin-top: 20px;
		background-size: auto;
	}
	.sckz .a .flex{
		display: block;
		padding-top: 15px;
		font-size: 14px;
	}
	.sckz .b p{
		font-size: 14px;
		padding: 15px 0;
	}
	.Certifications .bd,.Suppliers .row,.proitem .a li{
		font-size: 14px;
	}
	.sckz .a dl{
		padding: 20px 0 0;
	}
	.sckz .a .flex dd{
		line-height: 24px;
	}
	.sckz .a dt{
		font-size: 18px;
	}
	.Product_center .row .btn{
		font-size: 14px;
		padding: 10px 20px;
	}
	.proitem .a h1, .proitem .a h4{
		font-size: 18px;
	}
	.homepage .b .first{
		padding-top: 0;
	}
	.homepage .title{
		line-height: 20px;
	}
	.homepage .more{
		margin-top: 15px;
	}
	.homepage .c,.homepage .e,.homepage .f{
		padding: 30px 0;
	}
	.homepage .d{
		margin: 0;
	}
}
