/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/OPEN-SANS-2.woff2')
}

* {
	font-family: 微软雅黑, 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-1600 {
	margin: 0 auto;
	width: 1600px;
}

.this-1750 {
	margin: 0 auto;
	width: 1750px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	height: 100px;
	background: rgba(0, 0, 0, 0.3) !important;
}

#header .logo {
	height: 58px;
	margin-top: 21px;
}

#nav {
	float: left;
}

#nav a {
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 0 34px;
	margin-right: 24px;
	line-height: 100px;
	transition: all 0.3s;
}

#nav a.active,
#nav a:hover {
	background: #9a0e79 !important;
}

.search a {
	margin-right: 36px;
	margin-top: 40px;
	display: block;
}

.search a i {
	color: #fff;
}

.yy {
	float: right;
	margin-top: 42px;
	color: #fff;
}

.yy i {
	color: #fff;
	margin-right: 6px;
}

.yy a {
	color: #fff;
	font-size: 16px;
}


#home .video .body video {
	width: 100%;
}

#home .one {
	margin-bottom: 60px;
}

#home .one .bt {
	padding-top: 76px;
	text-align: center;
	font-size: 24px;
}

#home .one .sp {
	text-align: center;
}

#home .one .sp .img {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}


#home .two .img_l {
	width: 34%;
	float: left;
	height: 910px;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}


#home .two .img_r {
	width: 54%;
	height: 700px;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin-top: 100px;
}

#home .three {
	background-color: #fafafa;
	padding: 90px 0;
}

#home .s_bt {
	text-align: center;
}

#home .s_bt span {
	display: block;
	color: #000;
	font-size: 36px;
	font-weight: bold;
}

#home .s_bt span:nth-of-type(2) {
	color: #666;
	font-size: 22px;
	margin: 20px 0 74px 0;
	font-weight: 500;
}

#home .three .three_list li {
	float: left;
	position: relative;
}

#home .three .three_list li .three_title:hover {
	background-color: rgba(47, 0, 36, 0.5);
}

#home .three .three_list li a .img {
	width: 300px;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

#home .three .three_list li a .three_title {
	width: 100%;
	height: 54.5%;
	text-align: center;
	padding-top: 71%;
	color: #fff;
	transform: translate(0%, -100%);
	position: absolute;
	display: none;
}

#home .three .three_list li:hover a .three_title {
	display: block;
}

#home .three .three_list li a .three_title span:nth-of-type(1) {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}

#home .three .three_list li a .three_title span:nth-of-type(2) {
	height: 2px;
	width: 36px;
	margin: auto;
	display: block;
	background-color: #fff;
}

.four {
	margin: 100px 0;
}

.four .four_l {
	float: left;
	width: calc(100% - 600px);
}

.four .four_l a {
	float: left;
	width: calc(50% - 20px);
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
}





.four .four_l a .title {
	position: absolute;
	width: 100%;
	height: 75%;
	text-align: center;
	padding-top: 19%;
	color: #fff;
	transform: translate(0%, -100%);
}

.four .four_l a .title span {
	font-size: 24px;
	display: block;
	margin-bottom: 50px;
}

.four .four_l a .title span:nth-of-type(2) {
	border: 1px solid #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	border-radius: 50px;
	margin: auto;
}


.four .four_l a .img {
	width: 100%;
	padding-top: 76%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}


.four .four_r a {
	float: left;
	width: 600px;
	height: 600px;
	position: relative;
}

.four .title {
	background: rgba(0, 0, 0, 0.4);
}

.four a:hover .title {
	background-color: rgba(154, 14, 121, 0.4);
}

.four .four_r a .img {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

.four .four_r a .title {
	position: absolute;
	width: 100%;
	height: 58%;
	text-align: center;
	padding-top: 42%;
	color: #fff;
	transform: translate(0%, -100%);
}

.four .four_r a .title span {
	font-size: 24px;
	display: block;
	margin-bottom: 50px;
}

.four .four_r a .title span:nth-of-type(2) {
	border: 1px solid #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	border-radius: 50px;
	margin: auto;
}

.five {
	padding: 80px 0;
	background-image: url(../images/bj.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.five_nr a {
	float: left;
	width: calc(20% - 20px);
	margin-right: 25px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #fff;
}

.five_nr a .img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 139%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.five_nr a:nth-of-type(5) {
	margin-right: 0;
}

.six {
	padding: 100px 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
}

.six .six_nr {
	color: #fff;
}

.six .six_nr span {
	font-size: 36px;
	font-weight: bold;
	display: block;
	margin-bottom: 26px;
}

.six_bt {
	width: max-content;
	margin: auto;
}

.six .six_nr .six_x {
	float: left;
	width: 58px;
	height: 1px;
	background-color: #fff;
	margin-top: 20px;
}

.six .six_nr .six_zi {
	font-size: 30px;
	float: left;
	margin: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.seven {
	padding: 90px 0;
}

.seven_list .img {
	float: left;
	margin-bottom: 10px;
	width: 135px;
}

.seven_list .img img {
	transition: all 0.3s;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 4px 4px 6px #e3e3e3;
}

#footer {
	padding: 80px 0;
	background-color: #666;
	color: #fff;
}

#footer a {
	color: #fff;
}

.footer_l {
	float: left;
	width: 750px;
}

.footer_l .f_logo {
	margin-bottom: 48px;
	display: block;
}


.footer_nr {
	font-size: 16px;
}

#footer p {
	margin: 0;
}

.footer_bq {
	margin-top: 40px;
	font-size: 14px;
}

.footer_r {
	float: right;
	width: calc(100% - 750px);
}

.footer_r li {
	float: left;
	width: 25%;
    height: 72px;
}

.footer_r a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding-bottom: 10px;
}

.footer_r li a:hover {
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#main>.banner {
	height: 500px;
	background-size: cover;
	background-attachment: initial;
	background-position: center;
}


#main>.link {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-bottom: 2px solid #f9f9f9;
}

#main>.link .left {
	float: left;
	color: #999;
	font-size: 14px;
}

#main>.link .left i {
	font-size: 18px;
	color: #666;
	margin-right: 10px;
}

#main>.link .left a {
	color: #666;
	font-size: 14px;
}

#main>.link .series {
	float: right;
}

#main>.link .series a {
	float: left;
	height: 60px;
	font-size: 15px;
	display: block;
	color: #777;
	align-items: center;
	margin: 0 42px;
}

#main .link .series a:hover,
#main .link .series a.active {
	color: #9a0e79;
}

#main .link .series a.active {
	border-bottom: 2px solid #9a0e79;
}

#main .about {
	padding: 40px 0;
}

.about_title {
	font-size: 36px;
	line-height: 60px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

#main .zs a {
	float: left;
	width: calc(20% - 20px);
	margin-right: 25px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 25px;
}

#main .zs a .img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 139%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#main .zs a:nth-of-type(5) {
	margin-right: 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: #9a0e79;
	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: #9a0e79;
}

#main .main_left .list .more .title a {
	width: calc(100% - 60px);
	float: left;
	border-left: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
    height: 100px;
    padding-top: 13px;
}

#main .main_left .list a {
	width: 100%;
	display: block;
	color: #333;
	box-sizing: border-box;
	/* line-height: 50px; */
	border-bottom: 1px solid #eee;
	font-size: 14px;
	padding: 16px 24px;
}

#main .main_left .more .title {
	width: 100%;
	display: block;
    height: 100px;
	color: #333;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

#main .main_left .list>a {
	font-weight: bold;
	font-size: 16px;
}

#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;
}


.pro_list li {
	float: left;
	width: calc(25% - 30px);
	margin-right: 40px;
}

.pro_list li:nth-of-type(4n) {
	margin-right: 0;
}

.pro_list li .img {
	padding-top: 84%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	transition: all 0.3s;
}

.pro_list li:hover .img {
	border: 1px solid #9a0e79;
}

.pro_list li .bt {
	font-size: 16px;
	margin: 10px 0;
	color: #000;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s;
}

.pro_list li .xh {
	font-size: 14px;
	margin: 10px 0;
	color: #666;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s;
}

.pro_list li:hover .bt {
	color: #9a0e79;
}

#main .products-view>.title .img {
	width: 500px;
	margin: auto;
}


#main .products-view>.title .img>a {
	display: block;
	width: 100%;
	padding-top: 78%;
	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 #9a0e79;
}

#main .products-view>.title .img .list a {
	display: block;
	width: 100%;
	padding-top: 78%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#main .products-view .bt {
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

#main .products-view  .xh {
	font-size: 16px;
	margin-bottom: 20px;
	color: #666;
	text-align: center;
}

#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;
}


.news li {
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 22px;
	margin-bottom: 50px;
}

.news_l {
	float: left;
	width: calc(100% - 700px);
}

.news_l .date {
	color: #e70001;
	display: block;
	font-size: 18px;
	margin: 24px 0;
}

.news_l .title {
	color: #000;
	display: block;
	font-size: 30px;
	margin: 24px 0;
	font-weight: bold;
}

.news_l .xian {
	position: relative;
}

.news_l .xian span:first-child {
	position: absolute;
	top: 0px;
	height: 2px;
	width: 12%;
	background-color: #9a0e79;
}

.news_l .xian span:first-child+span {
	position: absolute;
	top: 0px;
	height: 2px;
	width: 0%;
	transition: width 0.5s;
	background-color: #9a0e79;
}

.news li:hover .xian span:first-child+span {
	width: 100%;
}

.news_l .jj {
	color: #444;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 50px;
}

.news_l .an {
	background-color: #ccc;
	font-size: 14px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	margin: 60px 0 40px 0;
	width: 100px;
	display: block;
}

li:hover .news_l .an {
	background-color: #9a0e79;
}

.news_r {
	float: right;
	width: 600px;
	margin-left: 60px;
	background-size: cover;
	height: 335px;
	border-radius: 8px;
}

.news_view .title {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

.news_view .line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
}


.contact_l {
	width: 830px;
	margin-right: 100px;
	float: left;
	margin-bottom: 80px;
}

.contact_r {
	width: calc(100% - 930px);
	float: right;

}

.contact_bt {
	margin-bottom: 34px;
}

.contact_bt span {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.contact_bt span:last-child {
	background-color: #9a0e79;
	height: 3px;
	width: 140px;
}

.contact_bd {
	float: left;
	width: 50%;
	margin-right: 30px;
}

.contact_dt {
	float: right;
	width: calc(50% - 30px);
}

/* 搜索 */
#main .search {
	text-align: center;
	padding-bottom: 40px;
	width: 100%;
}

#main .search 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 button {
	background-color: #9a0e79;
	line-height: 40px;
	border: 0px;
	border-radius: 3px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1400 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1600 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1750 {
		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;
		position: relative;
		z-index: 999;
		font-size: 0;
		width: 100%;
	}

	#nav-m .logo {
		height: 50px;
		float: left;
	}

	#nav-m .logo img {
		height: 30px;
		margin-left: 10px;
		margin-top: 10px;
	}

	#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 #333;
		border-radius: 3px;
	}

	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #333;
	}

	#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 .bt {
		padding: 30px 0 0 0;
		font-size: 18px;
	}

	#home .two .img_l {
		width: 98%;
		float: none;
		height: 564px
	}

	#home .two .img_r {
		width: 100%;
		float: none;
		margin-top: 20px;
		height: auto;
	}

	#home .two .img_r video {
		width: 100% !important;
		height: auto !important;
	}

	#home .three {
		padding: 20px 0;
	}

	#home .s_bt span {
		font-size: 22px;
	}

	#home .s_bt span:nth-of-type(2) {
		font-size: 16px;
		margin: 10px 0;
	}

	#home .three .three_list li a .img {
		width: 183px;
		height: 250px;
	}

	.four {
		margin: 20px 0;
	}

	.four .four_l {
		float: none;
		width: 100%;
	}

	.four .four_r a {
		float: none;
		width: 100%;
		height: 600px;
	}

	.four .four_l a {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.four .four_l a:nth-of-type(2n) {
		margin-right: 0;
	}

	.four .four_l a .title span {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.four .four_l a .title span:nth-of-type(2) {
		width: 24px;
		height: 24px;
		font-size: 16px;
		line-height: 24px;
	}

	.four .four_r a .title span {
		font-size: 24px;
		display: block;
		margin-bottom: 20px;
	}

	.four .four_r a .title span:nth-of-type(2) {
		width: 24px;
		height: 24px;
		font-size: 16px;
		line-height: 24px;
	}

	.five {
		padding: 24px 0;
		background-size: cover;
	}

	.six {
		padding: 20px 0;
	}

	.six .six_nr span {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.six .six_nr .six_zi {
		font-size: 16px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.six .six_nr .six_x {
		margin-top: 10px;
	}

	.five_nr a {
		float: left;
		width: calc(33.33% - 7px);
		margin-right: 10px;
		margin-top: 10px;
	}

	.five_nr a:nth-of-type(3n) {
		margin-right: 0;
	}

	.seven {
		padding: 20px 0;
	}

	.seven_list .img {
		width: 110px;
	}

	#footer {
		padding: 20px 0;
	}

	.footer_l {
		float: none;
		width: 100%;
	}

	.footer_r {
		float: none;
		width: 100%;
	}

	.footer_l .f_logo {
		margin-bottom: 20px;
		height: 70px;
	}

	.footer_bq {
		margin-top: 16px;
	}

	.footer_r {
		margin-top: 20px;
	}

	.footer_r li {
		width: 50%;
	}

	.footer_r a {
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 4px;
	}

	#main>.banner {
		height: 98px;
	}

	#main>.link .series {
		display: none;
	}

	#main .about {
		padding: 20px 0;
	}

	.about_title {
		font-size: 24px;
		line-height: 24px;
	}

	#main .main_right {
		float: none;
		width: 100%;
	}

	.pro_list li {
		float: left;
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.pro_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	#main>.link {
		width: 100%;
		height: auto;
		line-height: 30px;
		background: #fff;
		border-bottom: 2px solid #f9f9f9;
	}
	
	#main>.link>.this-1400>.xs {
		display: block!important;
	}

	#main>.link .left {
		/* display: none; */
		width: calc(100% - 54px);
		padding: 14px 0;
	}


	#main .products-view>.title .img {
		width: 100%;
	}

	#main .products-view .bt {
		font-size: 20px;
		margin: 20px 0;
	}

	#main .products-view .details_bq {
		font-size: 16px;
	}



	.news li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.news_l {
		float: none;
		width: 100%;
	}

	.news_l .title {
		font-size: 18px;
		margin: 14px 0;
	}

	.news_l .jj {
		font-size: 14px;
		margin-top: 30px;
	}

	.news_l .an {
		background-color: #ccc;
		font-size: 14px;
		padding: 0 10px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		color: #fff;
		border-radius: 4px;
		margin: 20px 0 20px 0;
		width: 100px;
		display: block;
	}

	.news_r {
		float: none;
		width: 100%;
		margin-left: 0;
		background-size: cover;
		height: 230px;
		display: block;
		border-radius: 8px;
	}

	.news li {
		margin-bottom: 24px;
	}

	.news_view .title {
		font-size: 20px;
	}

	.news_view .line {
		margin-bottom: 20px;
	}

	.contact_l {
		width: 100%;
		height: auto;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}

	.contact_r {
		width: 100%;
		float: none;
	}

	.contact_bt {
		margin-bottom: 20px;
	}

	.contact_bt span {
		font-size: 22px;
	}

	.contact_bt span:last-child {
		width: 100px;
	}

	.contact_bd {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 20px;
	}

	.contact_dt {
		width: 100%;
		float: none;
	}


	#main .search input {
		width: 60%;
		font-size: 14px;
	}

	#main .search button {
		font-size: 14px;
	}

	#home .three .three_list li a .three_title span:nth-of-type(1) {
		font-size: 16px;
	}

	.seven_list .img img {
		height: 51px;
	}

	#home .one {
		margin-bottom: 0;
	}
}

@media screen and (min-width:1201px) and (max-width:1749px) {
	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1400 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1600 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	.this-1750 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	#nav a {
		margin-right: 12px;
	}
}