* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "webfont";
	font-display: swap;
	src: url('webfont.eot');
	/* IE9 */
	src: url('webfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('webfont.woff2') format('woff2'),
		url('webfont.woff') format('woff'),
		/* chrome、firefox */
		url('webfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('webfont.svg#webfont') format('svg');
	/* iOS 4.1- */
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
	width: 55px;
}
body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #444;
	font-family: "webfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.h-section {
	width: 94%;
	max-width: 1680px;
	margin: auto;
}

.section {
	width: 85%;
	max-width: 1444px;
	margin: auto;

}

.white {
	background: #fff;
}

.grey {
	background: #fafafc;
}

.mian-position {
	width: 100%;
	position: fixed;
	z-index: 99999;
	transition: top 0.4s;
	border-top: 1px solid #762c1c;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
	top: 0;
	background: #fff;
}

.top-header {
	width: 100%;
	background: #4d4d4d;
	padding: 15px 0;
	font-size: 15px;
	line-height: 32px;
	overflow: hidden;
}

.search {
	width: 30%;
	max-width: 180px;
	overflow: hidden;
	background: #565656;
	border-radius: 30px;
}

.search input.username {
	width: 80%;
	border: 0;
	color: #878787;
	height: 32px;
	padding: 0 10px;
	background: #565656;
	float: left;
}

.search input.da_button {
	width: 20%;
	border: 0;
	height: 32px;
	float: left;
	background: #565656 url(../search.png) no-repeat center center;
}

.top-header .header-a {
	color: #d1d1d1;
}

.top-header .header-a a {
	display: inline-block;
	color: #d1d1d1;
}

/*header*/

.header {
	width: 100%;
	background: #fff;
	position: relative;
}

.header .section {
	position: relative;
}

.header .logo {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 21px 0;
}

.header .logo img {
	max-width: 100%;
	display: block;
}



.header .menu {
	width: 85%;
	float: right;
}

.header .menu ul {
	float: right;
}

.header .menu ul li {
	float: left;
	margin-left: 75px;
	position: relative;
}

.header .menu ul li a {
	display: block;
	font-size: 17px;
	position: relative;
	line-height: 89px;
	color: #1f1f1f;
}

.header .menu ul li:nth-child(2):after {
	width: 8px;
	height: 5px;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top:43px;
	background: url(../menu-span.png);
}

.header .menu ul li:nth-child(2) {
	padding-right: 15px;
}

.header .menu ul li a:hover {
	color: #000;
}

.header .menu ul li a.on {
	color: #000;
}

.header .menu li a.on,
.header .menu li a:hover {
	color: #000
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 200px;
	left: 0;
	padding: 20px 30px;
	top: 89px;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
}

.header .menu li .drop li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header .menu li .drop li a {
	padding: 0;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}

.header .menu li .drop li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;

}

.header .menu li .drop li a:hover:before {
	width: 100%;
}


.header .menu li .drop li::after {
	display: none;
}

.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 100%;
	width: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	height: 60px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 100%;
	width: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	height: 60px;
}

.hide {
	top: -152px;
}



.banner-container {
	width: 100%;
	position: relative;
	display: flex; 
	justify-content: center;
	align-items: center;
	height: 420px;
	overflow: hidden;
	margin-top: 152px;
}

.main-about {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 30px 0;
}


.main-about h3 {
	font-size: 31px;
	color: #142c45;
	margin-bottom: 40px;
}

.main-about p {
	font-size: 18px;
	line-height: 40px;
	color: #2a2a2a;
	text-indent: 2em;
}

/*banner*/
.banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 420px;
	overflow: hidden;
	margin-top: 152px;
	overflow: hidden;
}
.banner img{width: 100%;}



.title {
	overflow: hidden;
	font-size: 32px;
	color: #181818;
	padding: 80px 0;
	font-weight: bold;
	text-align: center;
}


/*产品中心*/
.main-product {
	position: relative;
}

.main-product .mySwiper1,
.main-product .mySwiper2 {
	height: 890px;
	position: relative;
}

.main-product h2 {
	font-size: 27px;
	color: #303030;
	padding: 55px 0;
	font-weight: bold;
	text-align: left;
}

.main-product .button-box {
	text-align: center;
	overflow: hidden;
	padding: 60px 0;
}

.main-product a {
	background: #fff;
	display: block;
	border: 1px solid #ebebeb;
	position: relative;
}

.main-product img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-product h4 {
	transition: 0.4s;
	font-size: 16px;
	display: block;
	width: 90%;
	position: absolute;
	left: 5%;
	line-height: 50px;
	background: rgba(0, 82, 155, 0.8);
	top: 50%;
	margin-top: -25px;
	opacity: 0;
}

.main-product a:hover img {
	transform: scale(1.3, 1.3);
}

/*about*/
.about-box {
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
}

.about-box .ab-l {
	width: 53%;
	float: left;
	font-size: 19px;
	line-height: 40px;
	color: #5a5a5a;
}

.about-box .ab-l h3 {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 40px;
	color: #2b2b2b;
}

.about-box .ab-l h5 {
	font-size: 19px;
	font-weight: bold;
	color: #272727;
}


.about-box .ab-l p {
	padding-bottom: 30px;
}

.about-box .ab-r {
	width: 38%;
	float: right;
	overflow: hidden;
	line-height: 25px;
	color: #444;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-box .ab-r img {}

.vision-txt {
	overflow: hidden;
}

.vision-txt h3 {
	font-size: 27px;
	color: #2b2b2b;
	font-weight: bold;
	line-height: 40px;
	margin: 0 2% 55px 2%;
}

.vision-txt span {
	font-size: 22px;
	margin-left: 13%;
	font-weight: 300;
	color: #5a5a5a;
}

.vision-txt ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.vision-txt ul li {
	width: 29.33%;
	background: #f5f5f5;
	text-align: center;
	margin: 25px 2%;
	padding: 35px 20px;
}


.vision-txt ul li img {
	max-width: 100%;
	margin: 20px auto;
}

.vision-txt ul li h4 {
	font-size: 27px;
	font-weight: bold;
	color: #666666;
}





.main-box {
	overflow: hidden;
}


.main-box h3 {
	font-size: 27px;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
}

.main-box h2 {
	font-size: 32px;
	font-weight: bold;
	color: #2b2b2b;
	text-align: center;
	margin-bottom: 10px;
}

.main-box p {
	font-size: 22px;
	color: #4e4e4e;
	position: relative;
	line-height: 45px;
}

.quality-txt {
	overflow: hidden;
	margin-bottom: 90px;
}

.quality-fl {
	width: 48%;
	float: left;
}

.quality-fl p {
	line-height: 50px;
}

.quality-fr {
	width: 48%;
	float: right;
}

.quality-fr img {
	width: 100%;
}

.padding60 {
	padding: 90px 0;
}

.padding-top60 {
	padding-top: 90px;
}

.padding-bottom60 {
	padding-bottom: 90px;
}

.scnl-memo {
	padding: 90px 0;
	max-width: 94%;
}

.main-ul {
	overflow: hidden;
}

.yanfa-memo02 {
	padding-top: 50px;
}

.main-ul ul {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}

.main-ul ul.w33 li {
	width: 31.333%;
	margin: 15px 1%;
}

.main-ul ul.w33 li a {
	display: block;
}

.main-ul ul.w25 li {
	width: 23%;
	margin: 15px 1%;
}

.main-ul ul.w25 li a {
	display: block;
}

.main-ul ul.w20 {
	margin-top: 50px;
}

.main-ul ul.w20 li {
	width: 18%;
	margin: 35px 1%;
}

.main-ul ul.w20 li a {
	display: block;
}

.main-ul ul.w50 li {
	width: 48%;
	margin: 45px 1% 0 1%;
}

.main-ul ul.w50 li a {
	display: block;
	width: 100%;

}

.main-ul ul.w100 li {
	width: 100%;
	margin: 0 1%;
}

.main-ul ul.w100 li a {
	display: block;
	overflow: hidden;
}

.main-ul ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-ul ul li h4 {
	background: #959292;
	line-height: 44px;
	font-size: 15px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
}

.main-ul ul li h5 {
	line-height: 44px;
	font-size: 27px;
	padding: 20px 0;
	color: #1b1b1b;
}

.main-ul ul li a:hover img {
	transform: scale(1.2, 1.2);
}


.main-memo {
	width: 99%;
	margin: 0 1%;
	overflow: hidden;
}

.yanfa-memo h3 {
	margin-bottom: 10px;
}

.yanfa-memo {
	margin-bottom: 40px;
}

.main-memo p {
	font-size: 20px;
	line-height: 40px;
}

.quality-memo p {
	padding-left: 20px;
}

.quality-memo p:before {
	content: '';
	display: block;
	width: 6px;
	height: 5px;
	background: #142c45;
	position: absolute;
	left: 0;
	top: 19px;
}


.product-num-box {
	width: 100%;
	margin-bottom: 90px;
}

.product-num-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

.product-num-item {
	background: #fff;
	overflow: hidden;
	padding: 18px 10px;
	text-align: center;
	position: relative;
	display: inline-block;
	width: 32%;
	font-size: 16px;
	color: #000;
}

.product-num-item:after {
	width: 1px;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #e5e5e5;
}

.product-num-item:last-child:after {
	display: none;
}

.product-num-item img {
	margin: 12px auto;
	max-width: 100%;
}

.product-num-nub {
	display: inline-block;
	vertical-align: top;
	font-size: 97px;
	font-weight: bold;
	line-height: 120px;
	color: #142c44;
	font-family: Arial;
}

.product-num-nubb {
	display: inline-block;
	vertical-align: top;
	font-size: 97px;
	height: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #142c44;
	font-family: Arial;
}

.product-num-inf {
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 22px;
	color: #777777;
	line-height: 30px;
}

.product-num-wan {
	display: inline-block;
	font-size: 30px;
	margin-top: 50px;
	color: #252525;
}



.culture-box {
	width: 100%;
	overflow: hidden;
}

.culture-box .title {
	padding: 60px 0;
	color: #2b2b2b;
}

.culture-z {
	padding: 50px 0;
}

.culture-b {
	padding-top: 45px;
}

.culture-box h2 {
	font-size: 28px;
	font-weight: bold;
	color: #2b2b2b;
	text-align: center;
	margin-bottom: 40px;
}

/*sustainable*/
.sustainable-box {
	width: 100%;
	overflow: hidden;
}

.sustainable-dl {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.sustainable-dl .section {
	max-width: 1444px;
}

.sustainable-dl dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.sustainable-dl dl dt {
	width: 46%;
	margin: 0 1%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}



.sustainable-dl dl dd {
	width: 50%;
	margin: 0 1%;
	color: #2b2b2b;
	padding: 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.sustainable-icon {
	margin: 20px 0 90px 0;
}

.sustainable-dl dl dd h3 {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.sustainable-dl dl dd p {
	font-size: 22px;
	position: relative;
	color: #202020;
	line-height: 35px;
}

.sustainable-dl dl dd img {
	max-width: 100%;
	margin: 0 auto;
}

.sustainable-dl dl dt.pc {
	display: block;
}

.sustainable-dl dl dt.mp {
	display: none;
}



/*联系我们*/

.contact-txt {
	overflow: hidden;
	padding: 130px 0 110px 0;
}

.contact-txt h1 {
	font-size: 54px;
	color: #181818;
	font-weight: bold;
}

.contact-txt h2 {
	font-size: 23px;
	color: #5454543
}

.contact-txt h3 {
	font-size: 20px;
	padding: 30px 0 60px 0;
	max-width: 300px;
	color: #545455;
}

.contact-txt p {
	font-size: 16px;
	line-height: 30px;
	color: #7b7b7b;
}


.contact-map {
	overflow: hidden;
	padding: 80px 0 10px 0;
}

.contact-map img {
	width: 100%;
	margin: 25px 0;
}

.contact-map h4 {
	font-size: 54px;
	color: #181818;
	font-weight: bold;
}

#allmap {
	height: 375px;
	border: 0;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}



.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	margin-right: 3px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages {
	background: #365ed0;
	color: #fff;
}



.footer {
	width: 100%;
	color: #6f6f6f;
	background: #f3f4f7;
	overflow: hidden;
	font-size: 14px;
	padding: 125px 0;
	text-align: center;
	margin-top: 70px;
}

.footer a {
	color: #6f6f6f;
}

#main {
	max-width: 850px;
	margin: 0 auto;
	height: 650px;
}

#yb {
	max-width: 1050px;
	height: 980px;
	margin: 0 auto;
}




@media (max-width:1600px) {

	.main-product .mySwiper1,
	.main-product .mySwiper2 {
		height: 800px;
	}

}

@media (max-width:1500px) {

	.main-product .mySwiper1,
	.main-product .mySwiper2 {
		height: 750px;
	}

}

@media (max-width:1400px) {
	.header .menu ul li {
		margin-left: 55px;
	}

	.main-product .mySwiper1,
	.main-product .mySwiper2 {
		height: 690px;
	}

	.product-num-nub {
		font-size: 70px;
	}

	.product-num-wan {
		font-size: 26px;
	}

	.product-num-inf {
		font-size: 20px
	}
}

@media (max-width:1300px) {

	.main-product .mySwiper1,
	.main-product .mySwiper2 {
		height: 650px;
	}

}

@media (max-width:1200px) {
	.header .menu ul li {
		margin-left: 38px;
	}

	.product-num-wan {
		font-size: 22px;
	}

	.product-num-nub {
		font-size: 55px;
	}

	.product-num-inf {
		font-size: 18px
	}

	.main-product .mySwiper1,
	.main-product .mySwiper2 {
		height: 575px;
	}
}

@media (max-width:1100px) {

	.main-product .mySwiper1,
	.main-product .mySwiper2 {
		height: 490px;

	}
}

@media (max-width:999px) {

	.main-product .mySwiper1,
	.main-product .mySwiper2 {
		height: auto;

	}

	.top-header {
		padding: 8px 0;
		font-size: 12px;
		line-height: 22px;
	}

	.h-section {
		width: 100%;
		padding: 0 20px;
	}

	.search input.username,
	.search input.da_button {
		height: 22px;
	}

	.header {
		z-index: 9999;
		background: #fff;
	}

	.header .section {
		width: 100%;
	}

	.header .logo {
		width: 40%;
		padding: 13px 0;
	}

	.header .logo a {
		display: block;
		width: 100%;
	}

	.header .logo img {
		height: 34px;
		float: left;
	}

	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 60px;
		background: #fff;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		width: 100%;
	}

	.header .menu ul li {
		width: 100%;
		margin: 0;
		padding: 0 30px;
		border-bottom: 1px solid #eee;
	}

	.header .menu ul li:nth-child(2) {
		padding: 0 30px;
	}

	.header .menu ul li a {
		padding: 0;
		display: inline-block;
		line-height: 50px;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin-bottom: 10px;
		background: #fafafc;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		border: none;
	}

	.banner-container {
		
		margin-top: 99px;

	}



	.banner {

		margin-top: 99px;
	}



	.ab-ban {
		background: url("../ab-ban.jpg") no-repeat center;
		background-size: auto 100%;
	}

	.cp-ban {
		background: url("../cp-ban.jpg") no-repeat center;
		background-size: auto 100%;
	}

	.cn-ban {
		background: url("../cn-ban.jpg") no-repeat center;
		background-size: auto 100%;
	}

	.yanfa-ban {
		background: url("../yanfa-ban.jpg") no-repeat center;
		background-size: auto 100%;
	}

	.scnl-ban {
		background: url("../scnl-ban.jpg") no-repeat center;
		background-size: auto 100%;
	}

	.quality-ban {
		background: url("../quality-ban.jpg") no-repeat center;
		background-size: auto 100%;
	}

	.vision-ban {
		background: url("../vision-ban.jpg") no-repeat center;
		background-size: auto 100%;
	}


	.news-ban {
		background: url("../news-ban.jpg") no-repeat center;
		background-size: auto 100%;
	}

	.sustainable-ban {
		background: url("../sustainable-ban.jpg") no-repeat center;
		background-size: auto 100%;
	}

	.main-about {
		padding: 13% 0 4% 0;
	}

	.main-about h3 {
		font-size: 28px;
		margin-bottom: 35px;
	}

	.main-about p {
		font-size: 16px;
		line-height: 35px;
	}

	.footer {
		font-size: 13px;
		padding: 15% 0;
		margin-top: 40px;
	}

	.title {
		font-size: 28px;
		padding: 60px 0;
	}

	.about-box .ab-l {

		font-size: 17px;
		line-height: 32px;
	}

	.about-box .ab-l p {
		padding-bottom: 22px;
	}

	.about-box .ab-l h3 {
		font-size: 24px;
	}

	.about-box .ab-l h5 {
		font-size: 18px;
	}

	.main-box h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.main-memo p {
		font-size: 18px;
		line-height: 35px;
	}

	.quality-memo p:before {
		top: 14px;
	}

	.padding-bottom60 {
		padding-bottom: 70px;
	}

	.padding-top60 {
		padding-top: 70px;
	}

	.yanfa-memo {
		margin-bottom: 30px;
	}

	.product-num-wan {
		font-size: 20px;
	}

	.product-num-nub {
		font-size: 45px;
	}

	.product-num-inf {
		font-size: 16px
	}

	.padding60 {
		padding: 70px 0;
	}

	.yanfa-memo02 {
		padding-top: 35px;
	}

	.main-box h2 {
		font-size: 26px;
	}

	.scnl-memo {
		padding: 70px 0;
	}

	.product-num-box {
		margin-bottom: 60px;
	}

	.main-ul ul li h5 {
		line-height: 38px;
		font-size: 24px;
		padding: 15px 0;
	}

	.quality-txt {
		margin-bottom: 60px;
	}

	.main-box p {
		font-size: 18px;
	}

	.quality-fl p {
		line-height: 38px;
	}

	.sustainable-dl dl dt {
		width: 100%;
	}

	.sustainable-dl dl dt img {
		width: 100%;
	}

	.sustainable-dl dl dd {
		width: 100%;
	}

	.sustainable-dl dl dt.mp {
		display: block;
	}

	.sustainable-dl dl dt.pc {
		display: none;
	}

	.sustainable-dl dl dd h3 {
		font-size: 24px;
	}

	.sustainable-icon {
		margin: 15px 0 60px 0;
	}

	.sustainable-dl dl dd p {
		font-size: 18px;

		line-height: 28px
	}

	.contact-txt {
		padding: 90px 0 60px 0;
	}

	.contact-txt h1,
	.contact-map h4 {
		font-size: 44px;
	}

	.contact-txt h2 {
		font-size: 20px;
	}

	.contact-txt h3 {
		font-size: 18px;
		padding: 20px 0 40px 0;
	}

	.contact-txt p {
		font-size: 15px;
	}

	.contact-map {
		padding: 60px 0 10px 0;
	}

	#allmap {
		height: 285px;
	}

	.vision-txt ul li {
		width: 48%;
		margin: 15px 1%;
	}

	.main-ul ul.w25 li {
		width: 48%;
		margin: 8px 1%;
	}

	.main-ul ul.w33 li {
		width: 48%;
		margin: 8px 1%;
	}

	.vision-txt h3 {
		margin: 0 2% 40px 2%;
		font-size: 22px;
	}

	.vision-txt span {
		font-size: 18px;
		margin-left: 8%;
	}

	.vision-txt ul li h4 {
		font-size: 22px;
	}

	.vision-txt ul li img {
		max-width: 70px;
	}

	.header .menu ul li:nth-child(2):after {
		left: 140px;
		right: auto;
			top:23px;
	}

}





@media (max-width:658px) {
	.title {
		font-size: 25px;
		padding: 40px 0;
	}

	.vision-txt h3 {
		margin: 0 2% 20px 2%;
		font-size: 18px;
	}

	.vision-txt span {
		font-size: 15px;
		margin-left: 8%;
	}

	.vision-txt ul li h4 {
		font-size: 18px;
	}

	.vision-txt ul li img {
		max-width: 50px;
	}

	.section {
		width: 76%;
	}

	#allmap {
		height: 200px;
	}

	.contact-txt {
		padding: 50px 0 30px 0;
	}

	.contact-txt h1,
	.contact-map h4 {
		font-size: 30px;
	}

	.contact-txt h2 {
		font-size: 18px;
	}

	.contact-txt h3 {
		font-size: 16px;
		padding: 15px 0 40px 0;
	}

	.contact-txt p {
		font-size: 14px;
	}

	.contact-map {
		padding: 30px 0 6px 0;
	}

	.sustainable-dl dl dd h3 {
		font-size: 20px;
	}

	.sustainable-icon {
		margin: 10px 0 40px 0;
	}

	.sustainable-dl dl dd p {
		font-size: 16px;

		line-height: 25px
	}

	.quality-txt {
		margin-bottom: 40px;
	}

	.main-box p {
		font-size: 16px;
	}

	.quality-fl p {
		line-height: 30px;
	}


	.main-ul ul li h5 {
		line-height: 30px;
		font-size: 16px;
		padding: 10px 0;
	}

	.product-num-box {
		margin-bottom: 40px;
	}

	.scnl-memo {
		padding: 40px 0;
	}

	.main-box h2 {
		font-size: 22px;
	}

	.main-about-num .section {
		width: 100%;
	}

	.yanfa-memo02 {
		padding-top: 25px;
	}

	.padding60 {
		padding: 40px 0;
	}

	.padding-top60 {
		padding-top: 40px;
	}

	.main-ul ul.w20 {
		margin-top: 30px;
	}

	.product-num-wan {
		font-size: 16px;
		margin-top: 22px;
	}

	.product-num-item {
		width: auto;
		padding: 0 20px;
	}

	.product-num-nub {
		font-size: 35px;
		line-height: 60px;
	}

	.product-num-inf {
		font-size: 14px
	}

	.yanfa-memo {
		margin-bottom: 20px;
	}

	.padding-bottom60 {
		padding-bottom: 40px;
	}

	.main-box h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.main-memo p {
		font-size: 16px;
		line-height: 30px;
	}

	.quality-memo p:before {
		top: 12px;
	}

	.about-box .ab-l {
		width: 100%;
		font-size: 15px;
		line-height: 28px;
	}

	.about-box .ab-l h3 {
		font-size: 20px;
	}

	.about-box .ab-l p {
		padding-bottom: 16px;
	}

	.about-box .ab-l h5 {
		font-size: 17px;
	}

	.about-box .ab-r {
		width: 100%;
		margin-top: 20px;
	}

	.about-box .ab-r img {
		width: 100%;
	}

	.m_menu,
	.m_menu_k {

		right: 5px;

	}

	.h-section {

		padding: 0 10px;
	}

	.vision-txt ul li {
		width: 98%;
		margin: 15px 1%;
	}

	.main-ul ul.w25 li {
		width: 98%;
		margin: 8px 1%;
	}

	.main-ul ul.w33 li {
		width: 98%;
		margin: 8px 1%;
	}

	.main-ul ul.w50 li {
		width: 98%;
		margin: 35px 1% 0 1%;
	}

	.quality-fl {
		width: 100%;
	}

	.quality-fr {
		width: 100%;
		margin-top: 20px;
	}

	.main-ul ul.w20 li {
		width: 31.333%;
		margin: 15px 1%;
	}

	.search {
		width: 40%;
	}

	.main-about {
		padding: 11% 0 2% 0;
	}

	.main-about h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.main-about p {
		font-size: 15px;
		line-height: 28px;
	}

	.footer {
		font-size: 12px;
		padding: 8% 0;
		margin-top: 30px;
	}

	.banner-container {
		
	}


	#main {
		max-width: 550px;
		margin: 0 auto;
		height: 450px;
	}

	#yb {
		max-width: 550px;
		height: 550px;
		margin: 0 auto;
	}



}
