/* 英文默认字体 */

@font-face {
	font-family: 'Oswald-Regular';
	src: url('../fonts/Oswald-Regular.ttf')
}

@font-face {
	font-family: 'impact';
	src: url('../fonts/impact.ttf')
}

@font-face {
	font-family: 'tahoma';
	src: url('../fonts/tahoma.ttf')
}

@font-face {
	font-family: 'poppins';
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: 'Oswald-Regular', 'impact', 'tahoma', 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-1200 {
	margin: 0 auto;
	width: 1200px;
}

.this-1400 {
	margin: 0 auto;
	width: 1400px;
}

.this-1680 {
	margin: 0 auto;
	width: 1680px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	height: 77px;
	background-color: #000;
	padding-left: 13%;
	padding-right: 13%;
}

.dw {
	position: relative;
}

#header .logo {
	height: 49px;
	margin-top: 14px;
	margin-bottom: 14px;
	float: left;
	margin-right: 60px;
}

#header .logo img {
	height: 49px;
}

/* 搜索 */
#header_search {
	position: relative;
	left: 234px;
	width: calc(100% - 328px);
	height: 45px;
	top: 16px;
	display: none;
}

#header_search_icon {
	cursor: pointer;
	position: absolute;
	top: 28px;
	right: 110px;
	transition: all 0.3s;
}

#header_search_icon i {
	color: #fff;
	font-size: 20px;
}

/* 搜索展开 */
#header_search_tx {
	position: absolute;
	width: 100%;
	transition: all 0.3s;
}

#header_search form {
	position: relative;
	width: 100%;
}

#header_search_tx input {
	height: 25px;
	padding: 10px 60px 10px 20px;
	width: calc(100% - 80px);
	background-color: #333;
	color: #fff;
	font-size: 16px;
	outline: none;
	line-height: 22px;
	font-family: '微软雅黑';
}

#header_search_tx button {
	position: absolute;
	top: 6px;
	color: #f60;
	right: 10px;
	font-size: 20px;
	background: none;
	border: 0;
	cursor: pointer;
}


#header_search_tx button i {
	color: #f60;
}

#nav {
	float: left;
	margin-top: 29px;
}

#nav a {
	float: left;
	font-size: .875rem;
	font-weight: 700;
	color: #fff;
	margin-right: 36px;
	transition: all 0.3s;
	font-family: '微软雅黑';
	text-transform: uppercase;
}

#nav a:hover,
#nav a.active {
	color: #f60;
}

#nav a:last-child {
	margin-right: 0px;
}

#nav a i {
	margin-left: 10px;
}

.languages {
	float: right;
	position: relative;
}

.languages>a {
	display: block;
	background: #000;
	height: 77px;
	line-height: 77px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.languages>a>span {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	/* 500-600 比微软雅黑 bold 细 */
	transition: all 0.3s;
}

.languages span {
	float: left;
	text-align: right;
	transition: all 0.3s;
	font-size: 16px;
	text-transform: uppercase;
}

.languages a img {
	height: 22px;
	width: 36px;
	margin-left: 16px;
}

.languages .yy {
	display: none;
	position: absolute;
	z-index: 999;
	min-width: max-content;
	top: 77px;
	left: -85px;
}

.languages:hover .yy {
	display: block;
}

.languages .yy a {
	display: block;
	transition: all 0.3s;
	background-color: rgb(37 37 37 / 80%);
	height: 22px;
	transition: all 0.3s;
	line-height: 22px;
	padding: 14px 10px;
}

.languages .yy a span {
	float: left;
	width: 130px;
	color: #fff;
	text-align: right;
	transition: all 0.3s;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	/* 500-600 比微软雅黑 bold 细 */
	text-transform: uppercase;
}

.languages .yy a:hover {
	background: #000;
}

.languages .yy a img {
	float: left;
}

.languages .yy a:hover span {
	color: #fff;
}

#home .one {
	background-color: #000;
	padding: 62px 6%;
}

.one_list {
	background-color: #f60;
	color: #000;
	text-align: center;
	padding: 90px 20px;
	width: calc(100% - 40px);
	display: block;
	transition: all 0.3s;
	margin-bottom: 24px;
}

.one_list span {
	display: block;
	margin-bottom: 28px;
	/* font-weight: bold; */
	font-size: 26px;
	/* text-transform: uppercase; */
}

.one_list a {
	border: 2px solid #000;
	padding: 9px 44px;
	transition: all 0.3s;
	box-sizing: border-box;
}


.one_list a:hover {
	background-color: #000;
	color: #fff;
}

.one_k {
	width: calc(50% - 12px);
	margin-right: 24px;
	position: relative;
	transition: all 0.3s;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.one_k:nth-of-type(2) {
	margin-right: 0;
}

.one_list_img {
	height: 262px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

.one_k .one_list_zi {
	font-size: 28px;
	width: 100%;
	color: #fff;
	transition: all 0.3s;
	z-index: 9999;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}

.zhezhao {
	opacity: 0;
	width: 100%;
	height: -webkit-fill-available;
	transition: all 0.3s;
	position: absolute;
}

.one_k:hover .zhezhao {
	background-color: rgba(255, 102, 0, 0.6) !important;
	transition: all 0.3s;
	opacity: 1;
}

.one_k:hover .one_list_img {
	opacity: 1;
	display: block;
}

.one_two {
	float: left;
	position: relative;
}

.two_list_img {
	height: 550px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.two_list_zi {
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	z-index: 999;
	text-align: center;
	position: absolute;
	transition: all 0.3s;
}

.zhezhao_two {
	opacity: 0;
	width: 100%;
	/* height: 550px; */
	height: -webkit-fill-available;
	transition: all 0.3s;
	position: absolute;
}

.one_two:hover .zhezhao_two {
	background-color: rgba(255, 102, 0, 0.6) !important;
	transition: all 0.3s;
	opacity: 1;
}

.one_threes {
	margin-right: 24px;
	float: left;
	color: #fff;
	width: calc(33.33% - 16px);
}

.one_threes>a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.one_threes:nth-of-type(3) {
	margin-right: 0;
}

.four_k {
	width: calc(50% - 12px);
	margin-right: 24px;
	display: block;
	position: relative;
	transition: all 0.3s;
	float: left;
}

.zhezhao_four {
	opacity: 0;
	width: 100%;
	height: -webkit-fill-available;
	transition: all 0.3s;
	position: absolute;
}

.four_k:hover .zhezhao_four {
	background-color: rgba(255, 102, 0, 0.6) !important;
	transition: all 0.3s;
	opacity: 1;
}

.five_k:hover .zhezhao_four {
	background-color: rgba(255, 102, 0, 0.6) !important;
	transition: all 0.3s;
	opacity: 1;
}

.five_k {
	width: calc(50% - 12px);
	display: block;
	position: relative;
	transition: all 0.3s;
	float: left;
}

.four_k_img,
.five_k_img {
	height: 550px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

.four_k .four_k_zi {
	font-size: 28px;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 999;
	transition: all 0.3s;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.five_k {
	position: relative;
	transition: all 0.3s;
}

.five_k .five_k_zi {
	font-size: 28px;
	width: 100%;
	color: #fff;
	transition: all 0.3s;
	text-align: center;
	z-index: 999;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

#home .two {
	padding: 50px 0;
	background-color: #fff;
}

.s_bt_one {
	font-size: 50px;
	color: #000;
	text-align: center;
	font-family: 'impact';
	display: block;
	width: 100%;
	text-transform: uppercase;
}

.two_list {
	margin-top: 40px;
	display: block;
	width: 90%;
}

.two_list li {
	border: 2px solid #e7e7e7;
	text-align: center;
	padding: 20px;
	border-radius: 14px;
	display: block;
	box-sizing: border-box;
	float: left;
	transition: all 0.3s;
	margin-left: 12px;
	width: calc(100% - 24px);
}

.two_list li .two_list_img {
	width: 100%;
	height: 0;
	padding-top: 58%;
	background-size: contain;
	margin-bottom: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

.two_list li:hover {
	border: 2px solid #f60;
}

.two_list li .two_list_bt {
	font-size: 20px;
	color: #000;
}

#home .three {
	min-height: 980px;
	padding: 80px 0;
	color: #fff;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#home .three_image {
	padding-top: 39%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;

}

.s_bt_two {
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-family: 'impact';
	display: block;
	width: 100%;
	text-transform: uppercase;
}

a.s_bt_more {
	display: block;
	text-align: center;
	margin: auto;
	color: #fff;
	background-color: #f60;
	font-size: 14px;
	width: 148px;
	height: 36px;
	line-height: 36px;
	margin-top: 66px;
	margin-bottom: 66px;
	border-radius: 4px;
}

.three_nr {
	margin-top: 10px;
	display: inline-block;
	position: absolute;
	left: 44.5%;
	right: 0;
	top: 306px;
	z-index: 999;
}

.three_nr p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	font-family: 'tahoma';
}

.three_nr strong {
	font-family: 'tahoma';
}

.three_nr p span {
	font-family: 'tahoma';
}

.three_nr p:nth-of-type(2) {
	margin-left: 15px;
}

.three_nr p:nth-of-type(3) {
	margin-left: 30px;
}

.three_nr p:nth-of-type(4) {
	margin-left: 46px;
}

.three_nr p:nth-of-type(5) {
	margin-left: 60px;
}

.three_nr p:nth-of-type(6) {
	margin-left: 74px;
}

#home .four {
	padding: 70px 0;
	background-color: #202528;
	border-top: 6px solid #f60;
	border-bottom: 3px solid #fff;
}

.four_kuan {
	width: 89%;
	padding-left: 6%;
	padding-right: 5%;
}

.four_list {
	margin-top: 70px;
}

.four_list li .four_img {
	width: 100%;
	height: 0;
	padding-top: 140%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#footer {
	padding-top: 48px;
	background-color: #000;
	color: #fff;
	padding-left: 13%;
	padding-right: 13%;
}

#footer a {
	color: #fff;
	transition: all 0.3s;
}

#footer a:hover {
	color: #f60;
}

#footer p {
	margin: 0;
}

.f_one {
	float: left;
	margin-right: 70px;
}

.f_one img {
	height: 56px;
}

.f_two {
	float: left;
	width: 200px;
}

.f_two .f_title {
	margin-bottom: 16px;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3e3e3e;
	font-family: 'impact';
	text-transform: uppercase;
}

.f_two .f_list_bt a {
	font-size: 16px;
	font-family: 'tahoma';
}

.f_two_nr p {
	font-family: 'tahoma';
	font-size: 16px;
	line-height: 30px;
}

.f_three {
	width: 500px;
}

.f_four {
	float: right;
	width: 140px;
}

.f_four .f_title {
	margin-bottom: 16px;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3e3e3e;
	font-family: 'impact';
	text-transform: uppercase;
}

#footer .bq {
	margin-top: 40px;
	text-align: center;
	border-top: 1px solid #3e3e3e;
}

#footer a {
	font-family: 'tahoma';
}

#footer .bq p {
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	font-family: 'tahoma';
}

#footer .bq p a {
	color: #fff;
	transition: all 0.3s;
	font-family: 'tahoma';
}

#footer .bq p a:hover {
	color: #f60;
}

.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 500px;
}

.main_hei {
	background-color: #000;
	color: #fff;
}

.main_huang {
	border-bottom: 3px solid #fff;
}

.about {
	padding: 60px 0 100px 0;
	padding-left: 13%;
	padding-right: 13%;
}

.about_bt {
	font-size: 50px;
	font-family: 'impact';
	text-transform: uppercase;
	margin-bottom: 40px;
}

.about_x {
    display: none;
	width: 314px;
	height: 1px;
	background-color: #fff;
	margin: 24px 0;
}

.about_nr p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 30px;
	font-family: 'tahoma';
}

.about_nr p strong {
	font-family: 'tahoma';
}

#main .products .products_left {
	/* width: 300px; */
	width: 20%;
	float: left;
	margin-bottom: 40px;
	/* margin-right: 20px; */
	margin-right: 2%;
}

#main .products .products_left .title {
	line-height: 50px;
	background-color: #000;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#main .products .products_left .list li {
	display: block;
}

#main .products .products_left .list li .parent {
	height: 47px;
	background-color: #F6F6F6;
}

#main .products .products_left .list li .parent a {
	float: left;
	width: calc(100% - 50px);
	box-sizing: border-box;
	margin: 0;
	transition: all 0.3s;
	line-height: 46px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .products .products_left .list li .parent a:hover {
	background-color: #f60;
	transition: all 0.3s;
	color: #fff;
}

#main .products .products_left .list li .parent span {
	float: right;
	width: 50px;
	text-align: center;
	line-height: 46px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	font-size: 25px;
	box-sizing: border-box;
	transition: all 0.3s;
	user-select: none;
}

#main .products .products_left .list li .parent span:hover {
	background-color: #f60;
}

#main .products .products_left .list li .son {
	display: none;
	width: 100%;
}

#main .products .products_left .list li .son a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
	background-color: #F6F6F6;
}

#main .products .products_left .list li .son a:hover {
	background-color: #f60;
	color: #fff;
}

.left-active {
	background-color: #f60 !important;
	color: #fff !important;
}

.pro_right {
	float: left;
	/* width: calc(100% - 320px); */
	width: 78%;
}

.pro_right>ul li {
	/* border: 2px solid #e7e7e7; */
	text-align: center;
	padding: 10px;
	display: block;
	float: left;
	transition: all 0.3s;
	margin-right: 10px;
	margin-bottom: 20px;
	width: calc(33.33% - 27px);
}

.pro_right li:nth-of-type(3n) {
	margin-right: 0;
}

.pro_right li .pro_right_img {
	width: 100%;
	height: 0;
	padding-top: 70%;
	background-size: contain;
	margin-bottom: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

.pro_right li:hover .pro_right_bt {
	color: #f60;
}

.pro_right li .pro_right_bt {
	font-size: 20px;
	color: #000;
	transition: all 0.3s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#main .products-view .img {
	width: 500px;
	margin-right: 50px;
	float: left;
}

.pro_view {
	float: left;
	width: calc(100% - 550px);
}

#main .products-view .img>a {
	display: block;
	width: 100%;
	padding-top: 100%;
	border: 1px solid #f1f2f4;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view .img .list li {
	width: calc(16.66% - 9px);
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid #f1f2f4;
	box-sizing: border-box;
}

#main .products-view .img .list li:nth-of-type(6n) {
	margin-right: 0;
}

#main .products-view .img .list li.active {
	border: 1px solid #f60;
}

#main .products-view .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.pro_views {
	margin-top: 50px;
}

.products-view .bt {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

.products-view .hh {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.products-view .size,
.pro_views .size {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}

.products-view .size span,
.pro_views .size span {
	font-weight: bold;
}


#main .pro_views .details_bq {
	font-size: initial;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 15px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}

#main .pro_views .details {
	color: #999;
	font-size: 16px;
}

#main .pro_views .icon {
	margin-top: 36px;
}

#main .pro_views .icon img {
	max-height: 40px;
	margin-right: 10px;
}

.pro_views_two {
	margin-top: 40px;
	margin-bottom: 30px;
	display: flex;
}

#main .pro_views a.pdf_an {
	text-align: center;
	padding: 0 26px;
	font-weight: bold;
	display: block;
	line-height: 42px;
	color: #000;
	transition: all 0.3s;
	margin-right: 14px;
	height: 42px;
	background-color: #f60;
}

#main .products-view a:hover.pdf_an {
	color: #fff;
}

.news_list li {
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all 0.3s;
	background-color: #fff;
	float: left;
	box-shadow: 0px 0px 10px #dbdbdb;
}

.news_list li:hover {
	box-shadow: 0px 0px 24px #bebebe;
}

.news_list li:nth-of-type(4n) {
	margin-right: 0;
}

.news_list li .news_img {
	width: 100%;
	height: 0;
	padding-top: 64%;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.news_list li .news_nr {
	padding: 30px 30px 20px 30px;
}

.news_list li .news_bt {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	transition: all 0.3s;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list li .news_bt:hover {
	color: #f60;
}

.news_list li .news_jj {
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	height: 88px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	margin-bottom: 20px;
}

.news_list li a.news_an {
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 104px;
	height: 38px;
	line-height: 38px;
	border-radius: 4px;
	display: block;
	background-color: #f60;
}

.news_view_bt {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	margin-bottom: 30px;
}

.news_view_nr p {
	margin: 0;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.contact_l {
	float: left;
	width: 50%;
}

.contact_bt {
	font-size: 30px;
}

.contact_r {
	float: right;
	width: 48%;
}

.about_one {
	margin-bottom: 40px;
}

.zhengshu li {
	width: calc(16.6% - 16px);
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.zhengshu li .zhengshu_img {
	width: 100%;
	height: 0;
	padding-top: 140%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.zhengshu li:nth-of-type(6n) {
	margin-right: 0;
}

#nav-m {
	display: none;
}

.f_four_m {
	display: none;
}

.f_heb {
	float: left;
	width: 260px;
}

#language-m {
	display: none;
}

.m_hei {
	display: none;
}

.f_list_bt {
	margin-bottom: 10px;
}

.pro_view_color {
	display: block;
}

.pro_view_color p img {
	margin-right: 7px;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	border: 1px solid #999;
	padding: 3px;
	cursor: pointer;
	box-sizing: border-box;
}

.pro_view_color p img:hover {
	border: 2px solid #000;
	padding: 2px;
}

/* 手机版 */
@media screen and (min-width:750px) and (max-width:1199px) {
	#main .products-view .img {
		width: 50% !important;
		margin-right: 20px;
		float: left;
	}

	.pro_view {
		float: left;
		width: calc(50% - 20px);
	}

	.pro_views {
		margin-top: 0;
	}

}

@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-140 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-168 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	/* 头部 */
	.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;
		z-index: 999;
		/*font-size: 0;*/
		width: 100%;
		/* background-color: #f60; */
	}

	#nav-m .logo {
		height: 50px;
		float: left;
	}

	#nav-m .logo img {
		height: 38px;
		margin-left: 10px;
		margin-top: 6px;
	}

	#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;
	}

	.m_hei {
		height: 50px;
		background-color: #000;
		position: relative;
		display: block;
	}

	.m_hei .menu {
		position: absolute;
		right: 17px;
		top: 14px;
		width: 12px;
		padding: 4px 10px;
		border: 1px solid #fff;
		border-radius: 3px;
	}

	.m_hei .menu span {
		display: block;
		width: 100%;
		margin-bottom: 4px;
		height: 2px;
		background-color: #fff;
	}

	.m_hei .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}

	.m_hei .list {
		position: fixed;
		left: 100%;
		width: calc(90% - 60px);
		top: 0;
		height: 100vh;
	}

	.m_hei .list a {
		padding-left: 10px;
		position: relative;
	}

	.m_hei .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;
		text-transform: uppercase;
	}

	.m_hei .list .title {
		border-bottom: 1px solid #DEDEDF;
	}

	.m_hei .list .title a {
		width: calc(100% - 60px);
		border-right: 1px solid #DEDEDF;
		border-bottom: 0;
	}

	.m_hei .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;
	}

	.m_hei .list li .children {
		background-color: #FAFAFA;
		display: none;
	}

	.m_hei .list .language a {
		float: left;
		width: 50%;
	}

	.m_hei .list .language a:nth-of-type(2n) {
		border-left: 1px solid #DEDEDF;
	}

	/* 语言切换 */
	.languages_m {
		float: right;
		position: relative;
		width: 70px;
		margin-right: 50px;
		margin-top: 15px;
	}

	.languages_m>a {
		display: block;
		height: 20px;
		line-height: 20px;
	}

	.languages_m span {
		color: #fff;
		float: left;
		font-size: 16px;
	}

	.languages_m a img {
		height: 20px;
		float: left;
		width: 32px;
		margin-left: 10px;
	}

	.languages_m .yy {
		display: none;
		position: absolute;
		z-index: 999;
		min-width: 146px;
		left: -80px;
		top: 35px;
	}

	.languages_m:hover .yy {
		display: block;
	}

	.languages_m .yy a {
		display: block;
		transition: all 0.3s;
		/* background: #f0aa00; */
		background-color: rgb(37 37 37 / 80%);
		height: 20px;
		line-height: 20px;
		padding: 10px;
	}

	.languages_m .yy a span {
		float: left;
		width: 86px;
		text-align: right;
		color: #fff;
	}

	.languages_m .yy a:hover span {
		color: #fff;
	}

	.languages_m .yy a img {
		float: left;
		max-width: 32px;
	}

	.languages_m .yy a:hover {
		background: #000;
		color: #fff;
	}

	/* 搜索 */
	.m_hei .list .search_m {
		font-size: 0;
		display: block;
		padding: 20px;
	}

	.m_hei .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;
	}

	.m_hei .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: 20px 0;
	}

	.one_threes {
		margin-right: 0;
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.one_list span {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.one_list {
		padding: 20px;
		margin-bottom: 10px;
	}

	.one_k .one_list_zi {
		font-size: 20px;
	}

	.one_list a {
		padding: 6px 0;
		margin: auto;
		text-align: center;
		width: 212px;
		display: block;
	}

	.one_list_img {
		height: 160px;
	}

	.one_list_one {
		margin-bottom: 10px;
	}

	.two_list_img {
		height: 210px;
	}

	.four_k {
		width: 50%;
		margin-right: 10px;
	}

	.four_k_img,
	.five_k_img {
		height: 210px;
	}

	.four_k .four_k_zi {
		font-size: 18px;
	}

	.five_k .five_k_zi {
		font-size: 18px;
	}

	.two_list_zi {
		font-size: 18px;
	}

	.one_k {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.five_k {
		width: calc(50% - 10px);
	}

	.one_two {
		float: left !important;
		width: calc(50% - 5px) !important;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.one_three {
		margin-right: 0 !important;
		float: left !important;
		width: calc(50% - 5px) !important;
		margin-bottom: 0;
	}

	#home .two {
		padding: 20px 0;
	}

	.s_bt_one {
		font-size: 28px;
	}

	.two_list {
		margin-top: 20px;
	}

	.two_list li .two_list_img {
		padding-top: 100%;
		margin-bottom: 10px;
	}

	.two_list li {
		padding: 6px;
		margin-left: 5px;
		width: calc(100% - 10px);
	}

	.two_list li .two_list_bt {
		font-size: 13px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#home .three {
		min-height: 250px;
		padding: 30px 0;
		position: unset;
	}

	.s_bt_two {
		font-size: 28px;
	}

	a.s_bt_more {
		margin-top: 20px;
		margin-bottom: 0;
		font-size: 12px;
		width: 110px;
		height: 30px;
		line-height: 30px;
	}

	.three_nr {
		width: 100%;
		right: 0px;
		top: 198px;
		position: unset;
		margin-top: 18px;
	}

	.three_nr p {
		font-size: 14px;
		line-height: 22px;
		font-family: 'tahoma';
	}

	.three_nr p:nth-of-type(2) {
		margin-left: 0;
	}

	.three_nr p:nth-of-type(3) {
		margin-left: 0;
	}

	.three_nr p:nth-of-type(4) {
		margin-left: 0;
	}

	.three_nr p:nth-of-type(5) {
		margin-left: 0;
	}

	.three_nr p:nth-of-type(6) {
		margin-left: 0;
	}

	#home .three_image {
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
		position: unset;
		width: 100%;
		margin-top: 20px;
	}

	#home .four {
		padding: 30px 0;
		border-top: 3px solid #f60;
		border-bottom: 1px solid #fff;
	}

	.four_list {
		margin-top: 30px;
	}

	#footer {
		padding-top: 20px;
		padding-left: 0%;
		padding-right: 0%;
	}

	.f_two .f_title {
		margin-bottom: 10px;
	}

	.f_one {
		float: none;
		margin-right: 0;
		margin-bottom: 14px;
	}

	.f_one img {
		height: 40px;
	}

	.f_two {
		width: 50%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.f_two .f_list_bt a {
		font-size: 14px;
		line-height: 24px;
	}

	.f_two_nr p {
		font-size: 12px;
		line-height: 18px;
	}

	.f_heb {
		width: 100%;
		float: left;
	}

	.f_three {
		width: 100%;
	}

	.f_four {
		float: none;
		width: 100%;
		display: none;
	}

	.f_four_er {
		width: 140px;
	}

	.f_four_m {
		display: block;
		width: 44%;
		float: right;
	}

	.banner {
		height: 130px;
	}

	.about {
		padding: 30px 0;
	}

	.about_bt {
		font-size: 22px;
    margin-bottom: 10px;
	}

	.about_x {
		width: 150px;
		margin: 10px 0 20px 0;
	}

	.zhengshu li {
		width: calc(25% - 8px);
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
	}

	.zhengshu li:nth-of-type(4n) {
		margin-right: 0;
	}

	.zhengshu li:nth-of-type(6) {
		margin-right: 10px;
	}

	.about_one {
		margin-bottom: 20px;
	}

	.about_nr p {
		font-size: 13px;
		margin-bottom: 10px;
		line-height: 20px;
	}

	#main .products .products_left {
		display: none;
	}

	.pro_right {
		float: none;
		width: 100%;
	}

	/* .pro_right>ul li {
		padding: 10px;
		width: calc(50% - 25px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.pro_right>ul li:nth-of-type(3) {
		margin-right: 10px;
	}

	.pro_right>ul li:nth-of-type(2n) {
		margin-right: 0;
	} */

	.pro_right>ul li .pro_right_bt {
		font-size: 16px;
	}

	#main .products-view .img {
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}

	.pro_view {
		float: none;
		width: 100%;
	}

	.news_list li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.news_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.news_list li .news_nr {
		padding: 14px;
	}

	.news_list li .news_bt {
		font-size: 16px;
		margin-bottom: 10px;
		height: 40px;
		line-height: 20px;
	}

	.news_list li a.news_an {
		font-size: 14px;
		width: 100px;
		height: 34px;
		line-height: 34px;
	}

	.news_view_bt {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.news_view_nr p {
		margin: 0;
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 24px;
	}

	.contact_l {
		float: none;
		width: 100%;
	}

	.contact_l .contact_nr p {
		font-size: 14px;
	}

	.contact_r {
		float: none;
		width: 100%;
	}

	#footer .bq {
		margin-top: 0;
	}

	.four_kuan {
		padding-left: 3%;
		padding-right: 3%;
		margin: 0;
		width: 94%;
	}

	#footer .bq {
		padding: 10px 0;
	}

	#footer .bq p {
		line-height: 20px;
	}

	.pro_views_two {
		display: block;
	}

	#main .pro_views a.pdf_an {
		line-height: 42px;
		padding: 0px;
		float: left;
		font-size: 15px;
		margin-bottom: 10px;
		width: calc(50% - 5px);
	}

	#around {
		width: calc(50% - 9px) !important;
		float: left;
		font-size: 15px !important;
		min-width: unset !important;
	}

}

@media screen and (min-width:1201px) and (max-width:1399px) {
	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1400 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1680 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}


	.one_list span {
		font-size: 24px;
	}

	#home .three {
		min-height: 800px;
	}

	.three_nr {
		width: auto;
	}

	.three_nr p {
		font-size: 12px;
		line-height: 20px;
	}

	.three_nr p:nth-of-type(2) {
		margin-left: 1.5%;
	}

	.three_nr p:nth-of-type(3) {
		margin-left: 2.8%;
	}

	.three_nr p:nth-of-type(4) {
		margin-left: 4%;
	}

	.three_nr p:nth-of-type(5) {
		margin-left: 5.3%;
	}

	.three_nr p:nth-of-type(6) {
		margin-left: 6.4%;
	}

	.f_one {
		margin-right: 40px;
	}

	.f_two {
		margin-right: 60px;
	}

	.f_heb {
		width: 250px;
	}

	.f_two .f_list_bt a {
		font-size: 12px;
		line-height: 25px;
	}

	.f_two_nr p {
		line-height: 25px;
		font-size: 12px;
	}

	.f_three {
		width: calc(100% - 682px);
		margin-right: 50px;
	}

	.header_search {
		width: 150px;
		margin-right: 14px;
		padding: 0 10px;
		margin-left: 14px;
	}

	.header_search input {
		width: 120px;
	}

	#home .four {
		border-top: 4px solid #f60;
		border-bottom: 2px solid #fff;
	}

	#main .products-view .img {
		width: 340px;
	}

	.pro_view {
		float: left;
		width: calc(100% - 390px);
	}

	#main .products .products_left {
		width: 25%;
	}

	.pro_right {
		width: 73%;
	}

	.two_list_zi,
	.one_list span,
	.one_k .one_list_zi,
	.four_k .four_k_zi,
	.five_k .five_k_zi {
		font-size: 18px;
	}

	.four_k_img,
	.five_k_img,
	.two_list_img {
		height: 400px;
	}

	.one_list_img {
		height: 188px;
	}

	.one_list {
		padding: 56px 20px;
	}

	.one_list a {
		font-size: 14px;
	}
	
	
	.banner {
		height: 300px;
	}

}

@media screen and (min-width:1400px) and (max-width:1600px) {
	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1400 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1680 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.three_nr {
		width: auto;
		left: 44%;
	}

	.three_nr p {
		font-size: 14px;
		line-height: 27px;
	}

	#home .three_image {
		background-size: cover;
	}

	.f_one {
		margin-right: 30px;
	}

	.f_heb {
		width: 270px;
	}

	.f_three {
		width: 370px;
	}

	.header_search {
		width: 160px;
		margin-right: 20px;
		margin-left: 20px;
	}

	.header_search input {
		width: 130px;
	}

	#home .three {
		min-height: 838px;
	}

	#main .products-view .img {
		width: 340px;
	}

	.pro_view {
		float: left;
		width: calc(100% - 490px);
	}

	.two_list_zi,
	.one_list span,
	.one_k .one_list_zi,
	.four_k .four_k_zi,
	.five_k .five_k_zi {
		font-size: 18px;
	}

	.four_k_img,
	.five_k_img,
	.two_list_img {
		height: 400px;
	}

	.one_list_img {
		height: 188px;
	}

	.one_list {
		padding: 56px 20px;
	}

	.one_list a {
		font-size: 14px;
	}

}

@media screen and (min-width:2100px) and (max-width:2560px) {
	.three_nr {
		width: 1040px;
		left: 44.5%;
	}

	.three_nr p {
		line-height: 42px;
	}

	.three_nr p:nth-of-type(3) {
		margin-left: 32px;
	}

	.three_nr p:nth-of-type(4) {
		margin-left: 50px;
	}

	.three_nr p:nth-of-type(5) {
		margin-left: 70px;
	}

	.three_nr p:nth-of-type(6) {
		margin-left: 90px;
	}

}

@media screen and (min-width:2561px) and (max-width:3000px) {
	.three_nr {
		width: max-content;
	}

	.three_nr p {
		font-size: 22px;
		line-height: 48px;
	}

	.three_nr p:nth-of-type(2) {
		margin-left: 18px;
	}

	.three_nr p:nth-of-type(3) {
		margin-left: 40px;
	}

	.three_nr p:nth-of-type(4) {
		margin-left: 62px;
	}

	.three_nr p:nth-of-type(5) {
		margin-left: 88px;
	}

	.three_nr p:nth-of-type(6) {
		margin-left: 110px;
	}
}

@media screen and (min-width:3001px) and (max-width:3500px) {
	.three_nr {
		width: max-content;
		top: 370px;
	}

	.three_nr p {
		font-size: 26px;
		line-height: 54px;
	}

	.three_nr p:nth-of-type(2) {
		margin-left: 24px;
	}

	.three_nr p:nth-of-type(3) {
		margin-left: 54px;
	}

	.three_nr p:nth-of-type(4) {
		margin-left: 80px;
	}

	.three_nr p:nth-of-type(5) {
		margin-left: 106px;
	}

	.three_nr p:nth-of-type(6) {
		margin-left: 134px;
	}

	.languages span {
		font-size: 30px;
	}

	.languages .yy a span {
		width: 200px;
		font-size: 30px;
	}

	.languages .yy {
		width: 240px;
		left: -172px;
	}

	.languages .yy a {
		height: 25px;
		line-height: 25px;
		padding: 20px 10px;
	}

	.languages a img {
		height: 25px;
		width: 42px;
	}

	#nav {
		margin-top: 18px;
	}

	#nav a {
		font-size: 30px;
		margin-right: 80px;
	}

	#header_search {
		width: calc(100% - 317px);
	}

	#header_search_icon {
		right: 126px;
		top: 23px;
	}

	#header_search_tx input {
		font-size: 24px;
	}

	#header_search_icon i {
		color: #fff;
		font-size: 30px;
	}

	#header_search_tx button {
		font-size: 30px;
		top: 0;
	}
}


@media screen and (min-width:3501px) and (max-width:3799px) {
	.three_nr {
		width: max-content;
	}

	.three_nr p {
		font-size: 26px;
		line-height: 60px;
	}

	.three_nr p:nth-of-type(2) {
		margin-left: 24px;
	}

	.three_nr p:nth-of-type(3) {
		margin-left: 54px;
	}

	.three_nr p:nth-of-type(4) {
		margin-left: 80px;
	}

	.three_nr p:nth-of-type(5) {
		margin-left: 106px;
	}

	.three_nr p:nth-of-type(6) {
		margin-left: 134px;
	}

	.languages span {
		font-size: 30px;
	}

	.languages .yy a span {
		width: 200px;
		font-size: 30px;
	}

	.languages .yy {
		width: 240px;
		left: -172px;
	}

	.languages .yy a {
		height: 25px;
		line-height: 25px;
		padding: 20px 10px;
	}

	.languages a img {
		height: 25px;
		width: 42px;
	}

	#nav {
		margin-top: 18px;
	}

	#nav a {
		font-size: 30px;
		margin-right: 80px;
	}

	#header_search {
		width: calc(100% - 317px);
	}

	#header_search_icon {
		right: 126px;
		top: 23px;
	}

	#header_search_tx input {
		font-size: 24px;
	}

	#header_search_icon i {
		color: #fff;
		font-size: 30px;
	}

	#header_search_tx button {
		font-size: 30px;
		top: 0;
	}
}

@media screen and (min-width:3800px) and (max-width:4200px) {
	.three_nr {
		width: max-content;
	}

	.three_nr p {
		font-size: 26px;
		line-height: 64px;
	}

	.three_nr p:nth-of-type(2) {
		margin-left: 30px;
	}

	.three_nr p:nth-of-type(3) {
		margin-left: 62px;
	}

	.three_nr p:nth-of-type(4) {
		margin-left: 90px;
	}

	.three_nr p:nth-of-type(5) {
		margin-left: 126px;
	}

	.three_nr p:nth-of-type(6) {
		margin-left: 156px;
	}

	.languages span {
		font-size: 30px;
	}

	.languages .yy a span {
		width: 200px;
		font-size: 30px;
	}

	.languages .yy {
		width: 240px;
		left: -172px;
	}

	.languages .yy a {
		height: 25px;
		line-height: 25px;
		padding: 20px 10px;
	}

	.languages a img {
		height: 25px;
		width: 42px;
	}

	#nav {
		margin-top: 18px;
	}

	#nav a {
		font-size: 30px;
		margin-right: 80px;
	}

	#header_search {
		width: calc(100% - 317px);
	}

	#header_search_icon {
		right: 126px;
		top: 23px;
	}

	#header_search_tx input {
		font-size: 24px;
	}

	#header_search_icon i {
		color: #fff;
		font-size: 30px;
	}

	#header_search_tx button {
		font-size: 30px;
		top: 0;
	}
}

@media screen and (min-width:4201px) {
	.three_nr {
		width: max-content;
	}

	.three_nr p {
		font-size: 26px;
		line-height: 60px;
	}

	.three_nr p:nth-of-type(2) {
		margin-left: 30px;
	}

	.three_nr p:nth-of-type(3) {
		margin-left: 62px;
	}

	.three_nr p:nth-of-type(4) {
		margin-left: 90px;
	}

	.three_nr p:nth-of-type(5) {
		margin-left: 126px;
	}

	.three_nr p:nth-of-type(6) {
		margin-left: 156px;
	}

	.languages span {
		font-size: 30px;
	}

	.languages .yy a span {
		width: 200px;
		font-size: 30px;
	}

	.languages .yy {
		width: 240px;
		left: -172px;
	}

	.languages .yy a {
		height: 25px;
		line-height: 25px;
		padding: 20px 10px;
	}

	.languages a img {
		height: 25px;
		width: 42px;
	}

	#nav {
		margin-top: 18px;
	}

	#nav a {
		font-size: 30px;
		margin-right: 80px;
	}

	#header_search {
		width: calc(100% - 317px);
	}

	#header_search_icon {
		right: 126px;
		top: 23px;
	}

	#header_search_tx input {
		font-size: 24px;
	}

	#header_search_icon i {
		color: #fff;
		font-size: 30px;
	}

	#header_search_tx button {
		font-size: 30px;
		top: 0;
	}
}

@media screen and (min-width:3000px) {
	#header {
		height: 100px;
	}

	#header .logo img {
		height: 70px;
	}

	#header .logo {
		height: 70px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-right: 80px;
	}

	#nav {
		margin-top: 35px;
	}

	#nav a {
		font-size: 22px;
	}

	.languages span {
		font-size: 22px;
	}

	.languages .yy a span {
		font-size: 22px;
	}

	#header_search_icon {
		right: 126px;
		top: 36px;
	}

	#header_search {
		left: 330px;
		width: calc(100% - 440px);
		height: 45px;
		top: 27px;
		display: none;
	}

	.languages>a {
		height: 100px;
		line-height: 100px;
	}

	.languages .yy {
		top: 100px;
	}

	a.s_bt_more {
		font-size: 24px;
		width: 220px;
		height: 54px;
		line-height: 54px;
		margin-top: 59px;
		margin-bottom: 80px;
		border-radius: 4px;
	}

	.about_nr p {
		font-size: 26px;
		line-height: 44px;
	}

	#main .products .products_left .title {
		line-height: 76px;
		font-size: 36px;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}

	#main .products .products_left .list li .parent a {
		font-size: 24px;
		line-height: 74px;
	}

	#main .products .products_left .list li .parent {
		height: 74px;
	}

	.pro_right li .pro_right_bt {
		font-size: 26px;
	}

	.two_list li .two_list_bt {
		font-size: 28px;
	}

	.f_two .f_title {
		font-size: 32px;
		margin-bottom: 26px;
		padding-bottom: 20px;
	}

	.f_two .f_list_bt a {
		font-size: 24px;
	}

	.f_two_nr p {
		font-size: 24px;
		line-height: 36px;
	}

	.f_heb {
		width: 520px;
	}

	.f_two {
		width: 400px;
	}

	.f_one img {
		height: 70px;
	}

	.f_four {
		width: 210px;
	}

	.f_four .f_title {
		font-size: 32px;
		margin-bottom: 26px;
		padding-bottom: 20px;
	}

	.f_three {
		width: 1000px;
	}

	#footer .bq p {
		line-height: 56px;
		font-size: 24px;
	}

	.about_bt {
		font-size: 70px;
		margin-bottom: 16px;
	}

	.about_x {
		width: 480px;
		margin: 36px 0;
	}

	#main .products-view .img {
		width: 900px;
		margin-right: 100px;
	}

	.pro_view {
		width: calc(100% - 1000px);
	}

	.banner {
		height: 830px;
	}

	.products-view .bt {
		font-size: 46px;
		margin-bottom: 30px;
	}

	.products-view .size,
	.pro_views .size {
		font-size: 26px;
	}

	#around p {
		line-height: 30px !important;
		font-size: 24px !important;
	}

	#main .pro_views .details_bq {
		font-size: 30px;
		border-top: 4px solid #000;
		border-bottom: 4px solid #000;
	}

	#main .pro_views .details {
		font-size: 26px;
	}

	#main .pro_views .icon img {
		height: 60px;
		margin-right: 14px;
	}

	#main .pro_views a.pdf_an {
		padding: 0 36px;
		line-height: 64px;
		font-size: 24px;
		height: 64px;
		float: left;
	}

	#around {
		padding: 0 36px !important;
		line-height: 64px !important;
		font-size: 24px !important;
		height: 64px !important;
	}

	.online-message>.title {
		font-size: 32px !important;
	}

	.online-message .content label {
		font-size: 24px !important;
		width: 150px !important;
	}

	.online-message .content>div>span {
		margin-left: 170px !important;
		font-size: 24px !important;
	}

	.online-message .content>div textarea {
		font-size: 24px !important;
	}

	.online-message .content>div input {
		height: 50px !important;
		font-size: 18px !important;
	}

	.online-message .content>div img {
		height: 50px !important;
	}

	.online-message .content>div button {
		line-height: 44px !important;
		width: 100px !important;
		font-size: 24px !important;
	}

	.online-message {
		margin-top: 50px !important;
	}

	.news_list li .news_bt {
		font-size: 36px;
		margin-bottom: 40px;
		height: 100px;
		line-height: 50px;
	}

	.news_list li .news_nr {
		padding: 50px 50px 40px 50px;
	}

	.news_list li .news_jj {
		font-size: 24px;
		height: 150px;
		line-height: 38px;
		margin-bottom: 26px;
	}

	.news_list li a.news_an {
		font-size: 26px;
		width: 176px;
		height: 60px;
		line-height: 60px;
		border-radius: 6px;
		;
	}

	#page {
		font-size: 20px !important;
	}

	#page li {
		min-width: 44px !important;
		height: 44px !important;
		line-height: 44px !important;
		margin-left: -2px !important;
	}

	.news_view_bt {
		font-size: 40px;
		line-height: 40px;
	}

	.news_view_nr p {
		font-size: 26px;
		line-height: 40px;
	}

	.contact_nr p {
		font-size: 28px;
	}

	#container {
		height: 500px;
	}

	.one_list span {
		font-size: 40px;
	}

	.one_list a {
		border: 3px solid #000;
		font-size: 24px;
	}

	.one_k .one_list_zi {
		font-size: 40px;
	}

	.two_list_zi {
		font-size: 40px;
	}

	.four_k .four_k_zi {
		font-size: 40px;
	}

	.five_k .five_k_zi {
		font-size: 40px;
	}

	.s_bt_two {
		font-size: 70px;
	}

	.s_bt_one {
		font-size: 70px;
	}

	.three_nr {
		width: max-content;
		top: 370px;
	}

	.pro_view_color p img {
		width: 54px;
		height: 54px;
		padding: 4px;
	}

	.pro_view_color p img:hover {
		border: 4px solid #000;
		padding: 2px;
	}

	.one_list {
		padding: 128px 20px;
		height: 158px;
	}

	.one_list_img {
		height: 413px;
	}

	.two_list_img {
		height: 850px;
	}

	.four_k_img,
	.five_k_img {
		height: 850px;
	}
}