/* 英文默认字体 */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: Arial, Helvetica, sans-serif, 'Poppins';
}

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;
}

/* 表格初始化 */

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: #fff;
}

#header .logo {
	height: 33px;
	margin: 32.5px 0;
}

#header .h_r {
	margin-top: 40px;
}

#nav {
	float: left;
}

#nav a {
	float: left;
	font-size: 18px;
	color: #000;
	margin-right: 80px;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 2px solid #fff;
	transition: all 0.3s;
}

#nav a.active,
#nav a:hover {
	color: #0d5449;
	border-bottom: 2px solid #0d5449;
}

.search a {
	color: #999;
	font-size: 20px
}

#home .one {
	padding: 70px 0;
}


#home .one_bt {
	width: max-content;
	text-transform: uppercase;
	margin: auto;
	margin-bottom: 80px;
}

#home .one_bt .xian {
	width: 74px;
	height: 2px;
	background-color: #0d5449;
	float: left;
	margin-top: 17px;
}

#home .one_bt .z {
	margin: 0 10px;
	font-weight: bold;
	float: left;
	font-size: 36px;
	text-align: center;
	line-height: 36px;
}

#home .one .one_list .one_nr {
	float: left;
	width: 33%;
	margin: auto;
	text-align: center;
}

#home .one .one_list .one_nr .one_nr_img {
	margin: auto;
	margin-bottom: 40px;
}

#home .one .one_list .one_nr .one_nr_img {
	max-width: 60px;
	max-height: 60px;
}

.one_nr_bt {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.one_nr_jj {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

#home .two {
	padding: 100px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#home .two_bt span {
	color: #fff;
	font-size: 16px;
	display: block;
}

#home .two_bt span:nth-of-type(1) {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

#home .two_bt span:nth-of-type(2) {
	width: 126px;
	height: 2px;
	margin: 20px 0;
	background-color: #fff;
}

#home .two_list {
	margin-top: 100px;
	position: relative;
}

#home .two_list li .mask {
	overflow: hidden;
	transition: all 0.3s;
	background-repeat: no-repeat;
}

#home .two_list li:hover .two_list_img {
	transform: scale(1.05);
}

#home .two_list li .two_list_img {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: cover;
	transition: all 0.3s;
	background-color: #fff;
}

#home .two_list li .two_list_nr {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 20px;
	color: #000;
	width: calc(100% - 40px);
	transition: all 0.3s;
}

#home .two_list li .two_list_bt {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.3s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}

#home .two_list li:hover .two_list_bt,
#home .two_list li:hover .two_list_jt i {
	color: #0d5449;
}

#home .two_list li .two_list_more {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

#home .two_list li .two_list_jt {
	text-align: right;
}

#home .two_list li .two_list_jt i {
	color: #ccc;
	font-size: 30px;
	transition: all 0.3s;
}

#home .three {
	padding: 40px 0 120px 0;
	background-repeat: no-repeat;
	margin-top: 70px;
}

.three_l {
	float: left;
	width: 700px;
}

#home .three_bt span {
	color: #666;
	font-size: 16px;
	display: block;
}

#home .three_bt span:nth-of-type(1) {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

#home .three_bt span:nth-of-type(2) {
	width: 126px;
	height: 2px;
	margin: 12px 0;
	background-color: #0d5449;
}

.three_nr {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin: 50px 0 34px 0;
}

a.three_more {
	color: #fff;
}

.three_more {
	background-color: #0d5449;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

.three_r {
    float: left;
    width: calc(100% - 750px);
    margin-left: 50px;
    margin-top: 100px;
}

.three_r_z {
	float: left;
	margin-top: 40px;
}

.three_r_y {
	float: left;
	margin-top: 16px;
}

.three_r_y .three_one {
	padding: 26px 14px 20px 14px;
}

.three_r_y .three_one:nth-of-type(2) {
	padding: 26px 6px 20px 6px;
}

.three_one {
	float: left;
width: calc(25% - 22px);
	border: 1px solid #0d5449;
	margin-right: 20px;
	/*margin-bottom: 20px;*/
	/*max-width: 200px;*/
	height: 200px;
	/*width: 200px;*/
	max-height: 200px;
	padding: 40px 14px 20px 14px;
	box-sizing: border-box;
}

.three_one:nth-of-type(4) {
    margin-right: 0;
    
}

.three_one span:nth-of-type(1) {
	font-size: 18px;
	color: #0d5449;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}

.three_one span:nth-of-type(2) {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	text-align: center;
	display: block;
}

.four {
	/*padding: 100px 0;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#home .s_four_bt span {
	color: #000;
	font-size: 16px;
	display: block;
	text-align: center;
}

#home .s_four_bt span:nth-of-type(1) {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
}

#home .s_four_bt span:nth-of-type(2) {
	width: 126px;
	height: 2px;
	margin: auto;
	background-color: #000;
}

#home .s_four_bt span:nth-of-type(3) {
	margin-top: 30px;
	font-size: 30px;
}

.five {
	margin: 80px 0;
}

.pro li {
	float: left;
	width: calc(25% - 51px);
	margin-right: 20px;
	padding: 18px;
	margin-bottom: 20px;
	transition: all 0.3s;
	background-color: #7a9994;
	position: relative;
}

.pro li:nth-of-type(4n) {
	margin-right: 0;
}

.pro li .img {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	transition: all 0.3s;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

.pro li .mask {
	overflow: hidden;
	transition: all 0.3s;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	background-repeat: no-repeat;
}

.pro li:hover .img {
	transform: scale(1.05);
}

.pro li .bt {
	line-height: 30px;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	height: 60px;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	width: calc(100% - 20px);
}

.pro li:hover {
	color: #fff;
	background-color: #0d5449;
}

.six {
	/*padding: 110px 0;*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.seven {
	padding: 70px 0;
}

.seven_s {
	width: 100%;
	display: block;
	margin-bottom: 28px;
}

.seven .seven_one {
	float: left;
	width: calc(50% - 15px);
	margin-right: 28px;
	position: relative;
}

.seven_s .seven_one:nth-of-type(2) {
	margin-right: 0;
}

.seven_one .seven_one_img {
	padding-top: 58%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

.seven .seven_one a .seven_one_nr {
	transition: all 0.3s;
	position: absolute;
	width: calc(100% - 60px);
	color: #fff;
	height: 80%;
	display: none;
	padding: 80px 30px 0 30px;
	transform: translate(0%, -100%);
}

.seven .seven_one a:hover .seven_one_nr {
	transition: all 0.3s;
	display: block;
	background: rgba(13, 84, 73, 0.8);
}

.seven_one_nr .seven_one_bt {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}

.seven_one_nr .seven_one_jj {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 70px;
}

.seven_one_nr .seven_one_more {
	background-color: #fff;
	text-align: center;
	color: #0d5449;
	font-size: 14px;
	border-radius: 4px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: block;
}

.seven_x {
	width: 100%;
	display: block;

}

.seven_x .seven_one {
	float: left;
	width: calc(33% - 15px);
	margin-right: 28px;
	position: relative;
}

.seven_x .seven_one:nth-of-type(3) {
	margin-right: 0;
}

.seven_x .seven_one .seven_one_img {
	padding-top: 89%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

#home .eight {
	background-color: #fafafa;
	padding: 80px 0;
}

.eight_list li .eight_list_img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 150%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	color: #fff;
	padding-top: 80px;
	padding-bottom: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/f_bj.jpg);
}

#footer p {
	margin: 0;
}

#footer a {
	color: #fff;
	transition: all 0.3s;
}

#footer a:hover {
	color: #0d5449;
}

.footer_three {
	float: left;
	width: calc(100% - 200px);
}

.footer_fx {
	border-bottom: 1px solid #545454;
	padding-bottom: 20px;
	max-width: 54%;

}

.footer_fx_bt {
	font-size: 24px;
	margin-right: 70px;
	float: left;
}

.footer_fx_tb {
	float: left;
}

.footer_fx_tb img {
	float: left;
	max-width: 28px;
	max-height: 28px;
	margin-right: 30px;
	line-height: 38px;
}

.footer_nr {
	font-size: 16px;
	line-height: 30px;
}

.footer_nr_bt {
	margin: 30px 0;
	font-size: 24px;
	line-height: 30px;
}

.footer_four {
	float: right;
	width: 150px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

#footer .footer_two {
	border-top: 1px solid #545454;
	padding-top: 24px;
	text-align: center;
	font-size: 14px;
	margin-top: 40px;
}

#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_l {
	float: left;
}

#main .link .link_l a {
	float: left;
	height: 100px;
	font-size: 20px;
	display: block;
	color: #000;
	align-items: center;
	margin-right: 60px;
	font-weight: bold;
	line-height: 100px;
	transition: all 0.3s;
}

#main .link .link_l a:hover,
#main .link .link_l a.active {
	color: #0d5449;
}

#main .link .link_r {
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 100px;
}

#main .link .link_r i {
	font-size: 18px;
	color: #666;
	margin-right: 10px;
}

#main .link .link_r a {
	color: #666;
	font-size: 14px;
}

.about {
	margin: 40px 0;
}

.a_title {
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 40px;
	margin-top: 40px;
	display: block;
}

.a_hf {
	min-height: 105px;
	display-radio: 1;
	background-fill-value: background-image;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../images/a_hf.jpg);
	margin-top: 100px;
}

.a_nr {
	margin-bottom: 60px;
}

#main .about .zs_list li {
	float: left;
	width: calc(20% - 18px);
	margin-right: 20px;
	margin-bottom: 20px;
}

#main .about .zs_list li:nth-of-type(5n) {
	margin-right: 0;
}

#main .about .zs_list li .zs_list_img {
	width: 100%;
	height: 0;
	transition: all 0.3s;
	padding-top: 150%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


#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: #0d5449;
	text-transform: uppercase;
	margin-bottom: 1px;
}

#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: #0d5449;
}

#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 .products-view .title {
	float: left;
	margin-right: 40px;
}

#main .products-view>.title .img {
	width: 450px;
	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 #d9d9d9;
}

#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 #d9d9d9;
	box-sizing: border-box;
}

#main .products-view>.title .img .list li.active {
	border: 1px solid #1060a5;
}

#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>.title>p {
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}

#main .products .pro_right .products-view .pro {
	margin-top: 20px;
}

#main .products-view .details {
	float: left;
	width: calc(100% - 490px);
}

#main .products-view .details .bt {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

#main .products-view .details .bt_info {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#main .main_right .nrs {
	border-top: 1px solid #ccc;
	margin-top: 40px;
	padding-top: 40px;
}

#main .news .news_list .news_one {
	padding-bottom: 60px;
	margin-bottom: 60px;
	display: block;
	border-bottom: 1px solid #ececec;
}

#main .news .news_list .news_one .news_one_l {
	float: left;
	width: 620px;
	height: 340px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 86px;
}

.news_one_r {
	width: calc(100% - 706px);
	padding-top: 50px;
	float: left;
}

.news_list a .news_one_r .news_bt {
	font-size: 30px;
	color: #333;
	margin-bottom: 46px;
	transition: all 0.3s;
}

.news_list a:hover .news_one_r .news_bt {
	color: #0d5449;
}

.news_one_r .news_jj {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list a .news_one_r .news_more {
	text-align: center;
	font-size: 16px;
	width: 146px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	color: #fff;
	background-color: #999;
	transition: all 0.3s;
}

.news_list a:hover .news_one_r .news_more {
	background-color: #0d5449;
}

.news_two {
	padding-bottom: 50px;
	margin-bottom: 50px;
	display: block;
	border-bottom: 1px solid #ececec;
}

.news_two:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px solid #ececec;
}

.news_two .news_two_l {
	float: left;
	width: 300px;
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 86px;
}

.news_two .news_two_r {
	width: calc(100% - 610px);
	padding-top: 20px;
	float: left;
}

.news_list a .news_two_r .news_bt {
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
	transition: all 0.3s;
}

.news_list a:hover .news_two_r .news_bt {
	color: #0d5449;
}

.news_list .news_two_r .news_jj {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list a .news_two_more {
	font-size: 16px;
	width: 146px;
	line-height: 166px;
	color: #666;
	transition: all 0.3s;
	float: right;
}

.news_list a:hover .news_two_more {
	color: #0d5449;
}

.news_view .news_title {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.news_view .news_nr {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.s_sp{
    margin-top: 70px;
}

/* 搜索 */
#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: #0d5449;
	line-height: 40px;
	border: 0px;
	border-radius: 3px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}

#main .search input {
	width: 60%;
	font-size: 14px;
}

#main .search button {
	font-size: 14px;
}

.contact .contact_l {
	float: left;
	width: 50%;
}

.contact .contact_r {
	float: left;
	width: 50%;
}


#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);
	}

	/* 头部 */
	.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: 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 #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 {
		padding: 30px 0;
	}

	#home .one_bt {
		margin-bottom: 30px;
	}

	#home .one_bt .z {
		font-size: 20px;
	}

	#home .one_bt .xian {
		width: 40px;
	}

	#home .one .one_list .one_nr .one_nr_img {
		max-width: 30px;
		max-height: 30px;
	}

	#home .one .one_list .one_nr .one_nr_img {
		margin-bottom: 10px;
	}

	.one_nr_bt {
		font-size: 16px;
		line-height: 24px;
		height: 72px;
	}

	.one_nr_jj {
		font-size: 14px;
		color: #333;
		line-height: 20px;
	}

	#home .two {
		padding: 30px 0;
	}

	#home .two_bt span:nth-of-type(1) {
		font-size: 20px;
	}

	#home .two_bt span:nth-of-type(2) {
		width: 80px;
	}

	#home .two_bt span {
		font-size: 14px;
	}

	.owl-theme .owl-nav {
		top: -74px !important;
		right: 5px;
		left: 124px;
	}

	.owl-theme .owl-nav [class*='owl-'] {
		left: -60px;
	}

	#home .two_list li .two_list_nr {
		font-size: 14px;
		padding: 10px;
		width: calc(100% - 20px);
	}

	#home .two_list li .two_list_bt {
		font-size: 16px;
	}

	#home .two_list li .two_list_more {
		font-size: 14px;
		margin-bottom: 0px;
	}

	#home .two_list li .two_list_jt i {
		font-size: 20px;
	}

	#home .three {
		padding: 20px 0 30px 0;
		margin-top: 30px;
	}

	.three_l {
		float: none;
		width: 100%;
	}

	#home .three_bt span:nth-of-type(1) {
		font-size: 20px;
	}

	#home .three_bt span:nth-of-type(2) {
		width: 80px;
	}

	#home .three_bt span {
		font-size: 14px;
	}

	.three_nr {
		font-size: 14px;
		margin: 30px 0;
	}

	.three_more {
		font-size: 14px;
		width: 100px;
		height: 40px;
		line-height: 40px;
	}

	.three_r {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.three_r_z {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.three_one {
		border: 1px solid #0d5449;
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc(50% - 5px);
		height: auto;
		max-width: 200px;
		max-height: none;
		padding: 40px 14px 20px 14px;
		box-sizing: border-box;
    min-height: 199px;
	}
	
	.three_one:nth-of-type(2n) {
		margin-right: 0;
	}

	.four {
		padding: 0;
	}

	#home .s_four_bt span:nth-of-type(1) {
		font-size: 20px;
	}

	#home .s_four_bt span:nth-of-type(2) {
		width: 100px;
		height: 2px;
	}

	#home .s_four_bt span:nth-of-type(3) {
		margin-top: 16px;
		font-size: 16px;
	}

	.five {
		margin: 30px 0;
	}

	.pro li {
		float: left;
		width: calc(50% - 25px);
		margin-right: 10px;
		padding: 10px;
		margin-bottom: 10px;
	}

	.pro li:nth-of-type(2n) {
		margin-right: 0;
	}

	.pro li .bt {
		margin-top: 14px;
		font-size: 14px;
	}

	.six {
		/*padding: 30px 0;*/
	}

	.seven {
		padding: 30px 0;
	}

	.seven .seven_one {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.seven_one_nr .seven_one_bt {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.seven_one_nr .seven_one_jj {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 14px;
	}

	.seven_one .seven_one_img {
		padding-top: 70%;
	}

	.seven .seven_one a .seven_one_nr {
		width: calc(100% - 60px);
		height: 76%;
		padding: 30px;
	}

	.seven_x .seven_one .seven_one_img {
		padding-top: 73%;
	}

	.seven_s {
		margin-bottom: 10px;
	}

	.seven_x .seven_one a .seven_one_nr {
		height: 77%;
	}

	#home .eight {
		padding: 30px 0;
	}

	#footer {
		padding-top: 30px;
		padding-bottom: 24px;
	}

	.footer_three {
		float: none;
		width: 100%;
	}

	.footer_four {
		float: none;
		width: 150px;
		margin-top: 20px;
	}

	.footer_fx {
		max-width: 100%;
		padding-bottom: 10px;
	}

	.footer_fx_bt {
		font-size: 18px;
		margin-right: 20px;
	}

	.footer_fx_tb img {
		max-width: 20px;
		max-height: 20px;
		margin-right: 10px;
		line-height: 20px;
	}

	.footer_nr_bt {
		margin: 10px 0;
		font-size: 18px;
		line-height: 20px;
	}

	#footer .footer_two {
		padding-top: 10px;
		font-size: 12px;
		margin-top: 10px;
	}

	#main .banner {
		height: 100px;
	}

	#main .link {
		display: none;
	}

	.about {
		margin: 20px 0;
	}

	#main .main_right {
		float: none;
		width: 100%;
	}

	#main .products-view .title {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	#main .products-view>.title .img {
		float: none;
		width: 100%;
	}

	#main .products-view .details {
		float: none;
		width: 100%;
	}

	#main .products-view .details .bt {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#main .main_right .nrs {
		margin-top: 20px;
		padding-top: 20px;
	}

	.a_title {
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.a_hf {
		min-height: 105px;
		margin-top: 30px;
	}

	#main .about .zs_list li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#main .about .zs_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	#main .about .zs_list li:nth-of-type(5) {
		margin-right: 10px;
	}

	.a_nr {
		margin-bottom: 20px;
	}

	#main .news .news_list .news_one {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#main .news .news_list .news_one .news_one_l {
		float: left;
		width: 100%;
		height: 250px;
		margin-right: 0;
	}

	.news_one_r {
		width: 100%;
		padding-top: 10px;
		float: left;
	}

	.news_list a .news_one_r .news_bt {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.news_one_r .news_jj {
		font-size: 14px;
		margin-bottom: 14px;
		line-height: 20px;
	}

	.news_list a .news_one_r .news_more {
		font-size: 14px;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.news_two .news_two_l {
		height: 220px;
		margin-right: 0;
		width: 100%;
	}

	.news_two .news_two_r {
		width: 100%;
		padding-top: 20px;
	}

	.news_list a .news_two_r .news_bt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news_list .news_two_r .news_jj {
		font-size: 14px;
		color: #666;
		margin-bottom: 0;
		line-height: 30px;
	}

	.news_list a .news_two_more {
		font-size: 14px;
		width: 100%;
		line-height: 30px;
	}

	.news_two {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.news_view .news_title {
		font-size: 16px;
	}

	.contact .contact_l {
		float: none;
		width: 100%;
	}

	.contact .contact_l strong {
		font-size: 20px;
	}

	.contact .contact_r {
		float: none;
		width: 100%;
	}
	
	.s_sp{
		margin-top: 40px;
	}
}

@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);
	}
}