/* 英文默认字体 */

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Medium.ttf')
}

* {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

html,
body {
	font-size: 16px;
	background-color: #fff;
}

body,
div,
a,
li,
ul,
ol,
dl,
img,
span,
input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px !important;
}

.this-930 {
	margin: 0 auto;
	width: 930px;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

.this-1400 {
	margin: 0 auto;
	width: 1400px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	background-color: #121212;
}

#header .logo {
	height: 51px;
	margin-top: 19px;
	margin-bottom: 19px;
}

#header .h_r {
	margin-top: 19px;
}

#nav {
	float: left;
	padding-top: 10px;
}

#nav a {
	float: left;
	font-size: 18px;
	color: #fff;
	margin-right: 140px;
	padding: 0 2px 6px 2px;
}

#nav a:hover,
#nav a.active {
	color: #da2b1f;
	border-bottom: 2px solid #da2b1f;
}

#nav a:last-child {
	margin-right: 0px;
}

#nav a i {
	margin-left: 10px;
}

.header_search {
	float: right;
	width: 220px;
	height: 40px;
	padding: 0 20px;
	background: #ffffff;
	border-radius: 4px;
}

.header_search input {
	color: #999;
	width: 170px;
	line-height: 40px;
	outline: none;
}

.header_search button {
	float: right;
	color: #b2b2b2;
	font-size: 20px;
	line-height: 38px;
	background: unset;
	border: unset;
}

.nav {
	background: rgba(0, 0, 0, 0.85);
	position: absolute;
	width: 100%;
	z-index: 999;
	padding: 15px 0 12px 0;
}

#home .one {
	background-color: #fafafa;
	padding: 40px 0;
}

#home .one .one_one {
	float: left;
	text-align: center;
	padding: 28px 100px;
}

#home .one .one_one:nth-of-type(2) {
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

#home .one .one_one:nth-of-type(3) {
	padding-right: 0;
}

#home .one .one_one .one_left {
	margin-right: 20px;
	float: left;
}

#home .one .one_one .one_right {
	float: left;
	text-align: left;
}

#home .one .one_one .one_s {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	line-height: 30px;
}

#home .one .one_one .one_x {
	font-size: 18px;
	color: #666;
}

#home .two {
	padding-top: 100px;
}

#home .two .two_list {
	margin-top: 60px;
}

#home .two .two_list a {
	float: left;
	width: calc(50% - 20px);
	margin-bottom: 40px;
	margin-right: 40px;
	position: relative;
}

#home .two .two_list a:nth-of-type(2n) {
	margin-right: 0;
}

#home .two .two_list a .title {
	position: absolute;
	width: 100%;
	height: 71%;
	text-align: center;
	padding-top: 19%;
	color: #fff;
	transform: translate(0%, -100%);
}

#home .two .two_list a .title span {
	font-size: 40px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	max-width: 500px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


#home .two .two_list a .title span:nth-of-type(2) {
	width: 60px;
	height: 2px;
	margin: auto;
	background-color: #fff;
	margin-bottom: 60px;

}

#home .two .two_list a .title span:nth-of-type(3) {
	border: 1px solid #fff;
	text-align: center;
	width: 38px;
	height: 38px;
	font-size: 30px;
	line-height: 38px;
	border-radius: 50px;
	margin: auto;
}

#home .two .two_list a .img {
	width: 100%;
	padding-top: 65%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

#home .two .two_list a .title {
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.3s;
}

#home .two .two_list a:hover .title {
	background-color: rgba(213, 38, 26, 0.4);
}

#home .three {
	margin: 50px 0;
}

#home .three .three_bt {
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	line-height: 40px;
	float: left;
	margin-bottom: 50px;
	width: 100%;
}

#home .three .three_bt span {
	background-color: #da2b1f;
	width: 3px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 12px;
}

#home .three .three_nr {
	margin-top: 60px;
}

#home .three .three_nr a {
	margin-right: 24px;
	margin-bottom: 24px;
	width: calc(20% - 20px);
	float: left;
}

#home .three .three_nr a:nth-of-type(5n) {
	margin-right: 0;
}

.s_cp_img {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: cover;
}

.s_cp_xl {
	font-size: 16px;
	color: #000;
	padding: 0 10px;
	width: calc(100% - 20px);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 6px 0;
	transition: all 0.3s;
	text-align: center;
	height: 42px;
}

.s_cp_name {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	width: calc(100% - 20px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s;
}

#home .three .three_nr a:hover .s_cp_xl,
#home .three .three_nr a:hover .s_cp_name {
	color: #da2b1f;
}

#home .four_bt {
	margin-bottom: 24px;
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

#home .four_x p:nth-of-type(1) {
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	margin: auto;
}

#home .four_x p:nth-of-type(2) {
	width: 140px;
	height: 3px;
	background-color: #ff0000;
	margin-top: -2px;
}

#home .four_list {
	margin: 77px 0;
}

#home .four_list a:hover .s_cp_xl,
#home .four_list a:hover .s_cp_name {
	color: #da2b1f;
}

#home .five {
	padding: 100px 0;
	color: #fff;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home .five .five_bt {
	font-size: 36px;
	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.five_nr {
	font-size: 16px;
	line-height: 30px;
}

.five_tp {
	margin-top: 110px;
}

.six {
	/* margin: 90px 0; */
}

.six_nr {
	padding: 64px 0;
	text-align: center;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.six_nr a {
	color: #fff;
	transition: all 0.3s;
}

.six_nr a:hover {
	color: #da2b1f;
}

.six_bt {
	font-size: 30px;
	text-transform: uppercase;
	display: block;
}

.six_x {
	width: 70px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.six_jj {
	margin-bottom: 70px;
	font-size: 20px;
	line-height: 30px;
}

.six_an {
	padding: 16px 20px;
	background-color: #d5261a;
	font-size: 16px;
	display: block;
	width: 180px;
	text-align: center;
	margin: auto;
}

a:hover.six_an {
	color: #fff;
}

#footer {
	padding-top: 40px;
	color: #fff;
	background-color: #141414;
}

.footer_l {
	float: left;
	width: 250px;
	margin-top: 75px;
}

.footer_l a {
	float: left;
	color: #fff;
	display: block;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	transition: all 0.3s;
}

.footer_l a:hover {
	color: #d5261a;
}

.footer_r {
	float: left;
	width: calc(100% - 250px);
}

.footer_r .footer_bt {
	text-align: center;
	font-size: 24px;
	color: #b2b2b2;
	text-transform: uppercase;
	border-bottom: 1px solid #3e3e3e;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.footer_list a {
	float: left;
	width: 25%;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
	line-height: 30px;
	font-weight: 300;
}

.footer_list a:hover {
	color: #d5261a;
}

.footer_tb {
	margin: auto;
	margin-top: 20px;
	width: max-content;
}

.footer_tb img {
	float: left;
	max-width: 30px;
	margin-right: 30px;
	max-height: 30px;
}


.footer_bq {
	text-align: center;
	color: #ccc;
	padding: 40px 0;
}

.footer_bq a {
	color: #ccc;
	transition: all 0.3s;
}

.footer_bq a:hover {
	color: #da2b1f;
}

.footer_bq p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}

#main .banner {
	height: 500px;
	background-size: cover;
	background-attachment: initial;
	background-position: center;
}

#main .link {
	width: 100%;
	height: 100px;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}

#main .link .link_r {
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 100px;
}

#main .link .link_r i {
	font-size: 18px;
	color: #333;
	margin-right: 10px;
}

#main .link .link_r a {
	color: #333;
	font-size: 14px;
	transition: all 0.3s;
}

#main .link .link_r a:hover {
	color: #d5261a;
}

.about {
	margin: 40px 0;
}


/* 产品页面 */


#main .main_left {
	width: 280px;
	float: left;
	box-sizing: border-box;
	margin-right: 80px;
	box-shadow: 2px 2px 10px #dbdbdb;
}

#main .main_left .list .more .children {
	display: none;
}

#main .main_left .xl_title {
	line-height: 66px;
	height: 66px;
	text-align: left;
	font-size: 24px;
	color: #fff;
	padding: 0 30px;
	background-color: #d5261a;
	text-transform: uppercase;
}

#main .main_left .xl_title i {
	margin-right: 10px;
}

#main .main_left .list {
	font-size: 0;
}

#main .main_left .list .more {
	display: inline-block;
	width: 100%;
}

#main .main_left .list a:hover {
	color: #fff;
	background-color: #d5261a;
}

#main .main_left .list .more .title a {
	width: calc(100% - 60px);
	float: left;
	border-left: 0;
}

#main .main_left .list a,
#main .main_left .more .title {
	height: 54px;
	width: 100%;
	display: block;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	line-height: 54px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .main_left .list a {
	padding: 0 24px;
}

#main .main_left .list .more i {
	width: 54px;
	height: 54px;
	line-height: 54px;
	float: right;
	font-size: 25px;
	cursor: pointer;
	text-align: center;
	color: #000;
	transition: all 0.3s;
	box-sizing: border-box;
}

#main .main_right {
	float: right;
	width: calc(100% - 360px);
}

#main .main_right .pro_list li {
	margin-bottom: 20px;
}


.main_right .products a {
	margin-right: 24px;
	margin-bottom: 24px;
	width: calc(25% - 20px);
	float: left;
}

.main_right .products a:nth-of-type(4n) {
	margin-right: 0;
}

.main_right .products a:hover .s_cp_xl,
.main_right .products a:hover .s_cp_name {
	color: #da2b1f;
}


/* 产品详情页 */
#main .products-view>.title .img {
	width: 500px;
	margin: auto;
}


#main .products-view>.title .img>a {
	display: block;
	width: 100%;
	padding-top: 100%;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
}

#main .products-view>.title .img .list li:nth-of-type(4n) {
	margin-right: 0;
}

#main .products-view>.title .img .list li {
	width: calc(25% - 8px);
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

#main .products-view>.title .img .list li.active {
	border: 1px solid #d5261a;
}

#main .products-view>.title .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#main .products-view .bt {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 40px;
	float: left;
	width: calc(100% - 580px);
	text-align: left;
}

#main .products-view .details_bq {
	background-color: #f5f5f5;
	color: #000;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
}

.details {
	margin: 20px 0;
}


/* 搜索 */
#main .search {
	text-align: center;
	padding-bottom: 40px;
	width: 100%;
}

#main .search form>input {
	border: 1px solid #ccc;
	line-height: 40px;
	width: 500px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 20px;
	vertical-align: top;
	outline: none;
}

#main .search form>button {
	background-color: #d5261a;
	line-height: 40px;
	border: 0px;
	border-radius: 3px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}

.news a {
	float: left;
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	transition: all 0.3s;
	border-bottom: 1px solid #ddd;
}

.news a:hover {
	border-bottom: 1px solid #d5261a;
}

.news a:nth-of-type(3n) {
	margin-right: 0;
}

.news_img {
	width: 100%;
	height: 0;
	padding-top: 70%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s;
}

.news_bt {
	margin: 30px 0 20px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	transition: all 0.3s;
	color: #000;
}

.news_more {
	font-size: 14px;
	color: #666;
	text-align: right;
}

.news a:hover .news_bt,
.news a:hover .news_more {
	color: #d5261a;
}

.news_view .news_bt {
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}

.news_view .news_nr {
	font-size: 14px;
	color: #333;
	padding: 0 20px;
}

.contact {
	margin-bottom: 20px;
}

.contact_l {
	float: left;
	width: 50%;
}

.contact_r {
	float: left;
	width: 50%;
}

.pro .main_right .img {
	float: left;
	width: 50%;
}

.details_bq {
	margin-top: 40px;
}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {
	.this-930 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1400 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	#header,
	#nav {
		display: none;
	}

	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		width: 100%;
		background-color: #121212;
	}

	.header_search {
		display: none;
	}

	.nav {
		display: none;
	}

	#nav-m .logo {
		height: 50px;
		float: left;
	}

	#nav-m .logo img {
		height: 24px;
		margin-left: 10px;
		margin-top: 13px;
	}

	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #fff;
		border-radius: 3px;
	}

	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #fff;
	}

	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}

	#nav-m .list {
		position: fixed;
		left: 100%;
		width: calc(90% - 60px);
		top: 0;
		height: 100vh;
	}

	#nav-m .list a {
		padding-left: 10px;
		position: relative;
	}

	#nav-m .list a {
		height: 45px;
		width: 100%;
		float: left;
		font-size: 14px;
		color: #666;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #DEDEDF;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#nav-m .list .title {
		border-bottom: 1px solid #DEDEDF;
	}

	#nav-m .list .title a {
		width: calc(100% - 60px);
		border-right: 1px solid #DEDEDF;
		border-bottom: 0;
	}

	#nav-m .list li i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #666;
		transition: all 0.3s;
		box-sizing: border-box;
	}

	#nav-m .list li .children {
		background-color: #FAFAFA;
		display: none;
	}

	#nav-m .list .language a {
		float: left;
		width: 50%;
	}

	#nav-m .list .language a:nth-of-type(1) {
		border-right: 1px solid #DEDEDF;
	}

	/* 搜索 */
	#nav-m .list .search_m {
		font-size: 0;
		display: block;
		padding: 20px;
	}

	#nav-m .list .search_m input {
		width: calc(100% - 50px);
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		border: 1px solid #DEDEDF;
		font-size: 12px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	#nav-m .list .search_m button {
		width: 50px;
		line-height: 37px;
		border: 0;
		height: 37px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	#home .one {
		padding: 0;
	}

	#home .one .one_one {
		float: left;
		padding: 28px;
	}

	#home .one .one_one .one_left {
		margin-right: 10px;
	}

	#home .one .one_one {
		width: calc(100% - 56px);
	}

	#home .one .one_one .one_left img {
		height: 39px;
	}

	#home .one .one_one .one_s {
		font-size: 20px;
		line-height: 20px;
	}

	#home .one .one_one .one_x {
		font-size: 14px;
	}

	#home .one .one_one:nth-of-type(2) {
		border-top: 2px solid #e6e6e6;
		border-bottom: 2px solid #e6e6e6;
		border-left: 0px solid #e6e6e6;
		border-right: 0px solid #e6e6e6;
	}

	#home .two {
		padding-top: 20px;
	}

	#home .four_bt {
		margin-bottom: 10px;
		font-size: 20px;
	}

	#home .two .two_list {
		margin-top: 20px;
	}

	#home .two .two_list a {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	#home .two .two_list a .title span {
		font-size: 24px;
	}

	#home .two .two_list a .title span:nth-of-type(2) {
		margin-bottom: 30px;
	}

	#home .two .two_list a .title span:nth-of-type(3) {
		width: 30px;
		height: 30px;
		font-size: 30px;
		line-height: 30px;
	}

	#home .three {
		margin: 20px 0;
	}

	#home .three .three_nr {
		margin-top: 30px;
	}

	#home .three .three_nr a {
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc(50% - 5px);
	}

	#home .three .three_nr a:nth-of-type(2n) {
		margin-right: 0;
	}

	#home .three .three_nr a:nth-of-type(5) {
		margin-right: 10px;
	}

	#home .three .three_nr a:nth-of-type(15) {
		margin-right: 10px;
	}

	#home .three .three_nr a:nth-of-type(25) {
		margin-right: 10px;
	}

	#home .three .three_nr a:nth-of-type(35) {
		margin-right: 10px;
	}

	#home .four_list {
		margin: 30px 0;
	}

	#home .five {
		padding: 30px 0;
	}

	#home .five .five_bt {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.five_tp {
		margin-top: 40px;
	}

	.six {
		margin: 30px 0;
	}

	.six_nr {
		padding: 30px 0;
	}

	.six_bt {
		font-size: 26px;
	}

	.six_jj {
		margin-bottom: 30px;
	}

	.six_an {
		font-size: 14px;
		width: 140px;
	}

	.footer_l {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.footer_r {
		float: none;
		width: 100%;
	}

	.footer_r .footer_bt {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.footer_list a {
		width: 50%;
	}

	.footer_tb {
		margin: auto;
		margin-top: 20px;
		width: 100%;
	}

	.footer_tb img {
		max-width: 20px;
		margin-right: 20px;
		max-height: 20px;
	}

	.footer_bq {
		padding: 20px 0;
	}

	#main .banner {
		height: 98px;
	}

	#main .link {
		height: auto;
	}

	#main .link .link_r {
		padding: 14px 0;
		height: auto;
		line-height: 30px;
		float: left;
		width: calc(100% - 55px);
	}

	#main .main_right {
		float: none;
		width: 100%;
	}

	.main_right .products a {
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc(50% - 5px);
	}

	.main_right .products a:nth-of-type(2n) {
		margin-right: 0;
	}

	#main .products-view>.title .img {
		width: 100%;
		margin: auto;
		float: none;
	}

	#main .products-view .bt {
		font-size: 20px;
		margin: 0;
		margin-top: 20px;
		float: none;
		width: 100%;
	}

	.news a {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.news a:nth-of-type(3) {
		margin-right: 10px;
	}

	.news a:nth-of-type(2n) {
		margin-right: 0;
	}

	.news_bt {
		margin: 10px 0;
		font-size: 16px;
	}

	.about {
		margin: 30px 0;
	}


	#main .search form>input {
		width: 60%;
		font-size: 14px;
	}

	#main .search form>button {
		font-size: 14px;
		font-weight: unset;
	}

	.contact_l {
		float: none;
		width: 100%;
	}

	.contact_r {
		float: none;
		width: 100%;
	}
}

@media screen and (min-width:1201px) and (max-width:1399px) {

	.this-930 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1400 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	#home .one .one_one {
		padding: 28px 70px;
	}
}