body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:  "Microsoft YaHei", "Arial", "MicrosoftYaHei-Bold";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

input,
button {
	background: none;
	outline: none;
	border: none;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.dis-n {
	display: none;
}

.dis-b {
	display: block;
}

.confix::after,
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.w-1400 {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.header {
	z-index: 9;
	height: 100px;
	width: 100%;
	transition: 0.5s all;
	position: relative;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.header:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.header .logo {
	float: left;
	margin-top: 15px;
}

.header .logo img {
	height: 100%;
}

.header .nav-right {
	float: right;
}

.header .hl-nav {
	float: left;
	width: max-content;
}

.header .hl-nav>li {
	position: relative;
	float: left;
	padding: 0 20px;
	color: #4D4D4D;
	line-height: 100px;
	font-size: 16px;
}

.header .hl-nav>li a {
	position: relative;
}

.header .hl-nav>li.active,
.header .hl-nav>li:hover {
	color: #E2221F;
}

.header .hl-nav>li i {
	display: block;
	background: #E2221F;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header .hl-nav>li:hover i,
.hl-nav>li.active i {
	opacity: 1;
}

.hl-subnav {
	width: 200px;
	background: #ffffff;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: calc(50% - 100px);
	top: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	z-index: 44;
}

.hl-subnav ol {
	padding: 0;
}

.hl-subnav ol li {
	line-height: 50px;
	width: 100%;
	margin: 0 !important;
}

.hl-subnav a {
	transition: .5s;
	padding: 0 10px;
	box-sizing: border-box;
	color: #333 !important;
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 14px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.hl-subnav a:hover {
	background: #e9e9e9;
	color: rgb(0, 0, 0) !important;
}

.hl-nav>li:hover .hl-subnav {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.search-box {
	float: right;
	width: 190px;
	margin-top: 33px;
	margin-left: 15px;
}

.search-box .srch {
	float: left;
	box-sizing: border-box;
	width: 140px;
	line-height: 30px;
	padding: 0 0 0 10px;
	border: 1px solid #ccc;
}

.search-box .srch-sub {
	float: left;
	width: 45px;
	height: 32px;
	line-height: 32px;
	background-color: #e1231f;
	color: #fff;
	cursor: pointer;
}

.search-box .srch-sub:hover {
	background-color: #e15717;
}

.nav-right .tel {
	float: right;
	line-height: 95px;
}

.nav-right .tel .tel-num {
	font-size: 20px;
	font-weight: bold;
	color: #E1221E;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.nav-right .tel .tel-num span {
	display: block;
	line-height: 30px;
}

.nav-right .tel i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.nav-right .tel i img {
	display: block;
}

.nav-right .tel .wec {
	position: relative;
}

.nav-right .tel .wec .wechat-img {
	position: absolute;
	top: 55px;
	right: 0;
	z-index: 99;
	height: 120px;
	max-width: 120px;
	display: none;
}

/*********************** banner  *****************/

.swiper-container-banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide a img {
	width: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	z-index: 10;
	position: absolute;
	text-align: center;
}

.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 20px;
	background: #fff;
	opacity: 1;
	transition: .3s;
	margin: 0 2px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.banner .swiper-pagination-bullet-active {
	width: 30px;
}

/********************* 关于 ******************/

.about {
	padding: 150px 0;
}

.about .w-1400 {
	display: flex;
	justify-content: space-between;
}

.about .about-l,
.about .about-r {
	position: relative;
	width: 50%;
	box-sizing: border-box;
}

.hl-tit {
	color: #999999;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: -1px;
}

.hl-subtit {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0;
}

.about .about-l {
	padding-right: 50px;
}

.about .about-l .about-cont {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	letter-spacing: 1px;
}

.about .about-l a {
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
}

.about .about-l a:hover {
	color: #A50609;
}

.about .about-l ul {
	width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.about .about-l ul li {
	border-right: 1px solid #E3E3E3;
	text-align: center;
	width: 33%;
}

.about .about-l ul li:last-child {
	border-right: none;
}

.about .about-l ul li p {
	color: #A50609;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
}

.about .about-l ul li p span {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	margin-left: 5px;
	font-weight: 400;
	color: #333;
	vertical-align: top;
}

.about .about-l ul li div {
	font-size: 18px;
	margin-top: 5px;
}

.about .pic .about-r {
	position: relative;
	width: 100%;
}

.about .about-r .video-bg {
	position: absolute;
	top: -120px;
	width: 70%;
	left: calc(50% - 220px);
	height: 100%;
	z-index: 1;
}

.about .about-r .video-bg img {
	width: 100%;
}

.about .about-r .about-video {
	position: relative;
	z-index: 9;
}

.about .about-r .about-video video {
	width: 100%;
}

.about .about-r .about-video i {
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	cursor: pointer;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

.about .about-r .about-video i:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* 礼品中心 */

.prod {
	background-color: #F6F6F6;
	padding: 60px 0;
}

.prod .prod-l {
	box-sizing: border-box;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-right: 3%;
	background-color: #fff;
	padding: 30px;
	text-align: center;
}

.prod .prod-l .hd {
	margin-top: 20px;
}

.prod .prod-l .hd li {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	border: 1px solid #ccc;
	margin-top: 15px;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.prod .prod-l .hd li.on,
.prod .prod-l .hd li:hover {
	color: #fff;
	background-color: #A50609;
	border: 1px solid #A50609;
}

.prod-r {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 76%;
}

.prod-r .prod-det .prod-det-l {
	width: 34%;
	float: left;
	height: 480px;
	background-color: #A50609;
	padding: 30px 40px;
	box-sizing: border-box;
}

.prod-det-l .prod-tit {
	font-size: 30px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.prod-det-l .prod-tip {
	padding: 10px;
	margin: 15px 0 30px;
	text-align: center;
	color: #333;
	font-size: 18px;
	background-color: #fff;
}

.prod-det-l .prod-cont {
	font-size: 16px;
	line-height: 34px;
	color: #fff;
}

.prod-det-l a {
	border: 1px solid #fff;
	padding: 5px 0px;
	text-align: center;
	width: 110px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.prod-det-l a:hover {
	background-color: #fff;
	color: #A50609;
}

.prod-det .prod-det-r {
	width: 63%;
	height: 480px;
	float: right;
	overflow: hidden;
}

.prod-det .prod-det-r:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.prod-det .prod-det-r img {
	width: 100%;
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
}

.prod-list {
	margin-top: 20px;
	height: 220px;
}

.prod-list ul {
	display: flex;
	justify-content: left;
}

.prod-list ul li {
	width: 23.5%;
	margin-right: 2%;
}

.prod-list ul li:last-child {
	margin-right: 0;
}

.prod-list ul li .prod-list-img {
	height: 170px;
	overflow: hidden;
}

.prod-list ul li .prod-list-img img {
	width: 100%;
	display: block;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
}

.prod-list ul li .prod-list-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.prod-list ul li p {
	padding: 0 10px;
	background-color: #A50609;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prod-list ul li.on {
	border: 1px solid #a5070a;
	box-sizing: border-box;
}

/******************* 生产规模 ****************/

.scale {
	width: 100%;
}

.scale .swiper-container-scale {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.scale .swiper-container-scale .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.scale .swiper-container-scale .swiper-slide>div {
	width: 50%;
	height: 630px;
}

.swiper-container-scale .scale-l {
	overflow: hidden;
}

.swiper-container-scale .scale-l img {
	height: 100%;
}

.swiper-container-scale .scale-r {
	box-sizing: border-box;
	padding: 50px 40px;
	background-color: #ECECEC;
}

.scale-r .scale-tit {
	color: #999;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
}

.scale-r .scale-tit span {
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	letter-spacing: -1px;
	vertical-align: bottom;
}

.scale-r .scale-subtit {
	font-size: 36px;
	color: #A50609;
	font-weight: bold;
	margin: 30px 0;
}

.scale-r .scale-cont {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	width: 80%;
}

.scale-r a {
	margin-top: 30px;
	height: 48px;
	line-height: 48px;
	width: 160px;
	background-color: #A50609;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.scale-r a:hover {
	background-color: #e1221e;
}

.scale .swiper-button-next {
	width: 128px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 0;
	background: #333333 url("../images/next.png")no-repeat;
	background-position: center;
}

.scale .swiper-button-prev {
	width: 128px;
	height: 64px;
	top: auto;
	bottom: 0;
	left: calc(50% - 128px);
	background: #A50609 url("../images/prev.png")no-repeat;
	background-position: center;
}

.scale .swiper-button-prev:hover {
	background: #e1221e url("../images/prev.png")no-repeat;
	background-position: center;
}

.scale .swiper-button-next:hover {
	background: #686868 url("../images/next.png")no-repeat;
	background-position: center;
}

.scale .swiper-button-next::after,
.scale .swiper-button-prev::after {
	content: "";
}

.scale .swiper-button-next,
.scale .swiper-button-prev {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}

/***************** 生产服务 ******************/

.scfw {
	padding: 50px 0 30px;
}

.scfw .scfw-tit {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}

.scfw-list {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.scfw-list li {
	width: 18%;
	padding-bottom: 20px;
	background-color: #F5F5F5;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
}

.scfw-list li:hover {
	box-shadow: 0 5px 16px 0px #ccc;
}

.scfw-list li i {
	display: block;
	margin: 30px 0 15px;
}

.scfw-list li i img {
	display: block;
	margin: 0 auto;
}

.scfw-list li .scfw-list-tit {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.scfw-list li span {
	display: block;
	height: 2px;
	width: 46px;
	margin: 15px auto;
	background-color: #A50609;
}

.scfw-list li .scfw-cont {
	font-size: 16px;
	padding: 0 30px;
	text-align: center;
	color: #7E7E7E;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.swiper-container-scfw {
	width: 100%;
	padding-bottom: 90px;
	overflow: hidden;
}

.swiper-container-scfw .swiper-slide {
	border: 1px solid #eee;
	width: 20%;
	box-sizing: border-box;
}

.swiper-container-scfw .swiper-slide img {
	width: 100%;
}

.swiper-container-scfw .swiper-button-next,
.swiper-container-scfw .swiper-button-prev {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.swiper-container-scfw .swiper-button-next {
	background-color: #A50609;
	left: calc(50% + 10px);
	top: auto;
	bottom: 5px;
}

.swiper-container-scfw .swiper-button-prev {
	background-color: #000;
	left: calc(50% - 70px);
	top: auto;
	bottom: 5px;
}

.swiper-container-scfw .swiper-button-next:after,
.swiper-container-scfw .swiper-button-prev:after {
	font-size: 24px;
}

/************** 新闻 **********/

.news {
	padding: 40px 0 70px;
	background-color: #F5F5F5;
}

.news .w-1400 {
	display: flex;
	justify-content: space-between;
}

.news .news-list {
	width: 33%;
	background: rgba(255, 255, 255, 0.1);
	margin-top: 30px;
	box-sizing: border-box;
	padding: 0 12px;
}

.news .news-list:last-child {
	margin-right: 0;
}

.news .news-list .news-det {
	background-color: #fff;
	padding: 10px;
}

.news .news-list .new-title {
	display: block;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 30px 0px;
	text-align: left;
}

.news .news-list .new-title a {
	float: right;
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
}

.news .news-list .question li {
	margin-bottom: 20px;
	height: 76px;
	background-color: rgba(255, 255, 255, 0.5);
}

.news .news-list .question li:hover {
	background-color: rgba(255, 255, 255, .65);
}

.news .news-list .question li a {
	display: block;
	height: 100%;
	width: 100%;
}

.news .news-list .question li .date {
	width: 76px;
	height: 76px;
	background: #AA211B;
	float: left;
	color: #FFF;
}

.news .news-list .question li .date .month {
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

.news .news-list .question li .date .year {
	font-size: 14px;
}

.news .news-list .question li .question-title {
	margin: 0px 10px 0 100px;
	text-align: left;
	line-height: 76px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-list .pic {
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
}

.news .news-list .pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.news .news-list .pic img {
	height: 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.news .news-list .dynamic-title {
	margin-top: 20px;
	line-height: 22px;
	height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-align: left;
}

.news .news-list .dynamic-title p {
	width: 70%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-list .dynamic-title span {
	font-size: 14px;
	font-weight: 300;
	float: right;
	text-align: right;
	width: 30%;
}

.news .news-list .dynamic-date {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	opacity: 0.4;
	text-align: left;
	margin-top: 15px;
}

.news .news-list .dynamic-detail {
	width: 100%;
	height: 40px;
	font-size: 14px;
	margin-top: 16px;
	color: #6D6D6D;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}

.news .news-list .dynamic-list {
	margin-top: 21px;
}

.news .news-list .dynamic-list li {
	height: 50px;
	border-top: 1px solid rgba(223, 223, 223, 0.3);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.news .news-list .dynamic-list li:hover {
	background: rgba(255, 255, 255, 0.1);
}

.news .news-list .dynamic-list li a {
	display: block;
	height: 100%;
	width: 100%;
}

.news .news-list .dynamic-list li a:hover>* {
	color: #a50609;
}

.news .news-list .dynamic-list li a span {
	width: 30%;
	font-size: 14px;
	line-height: 50px;
	text-align: right;
	color: #6D6D6D;
	float: right;
}

.news .news-list .dynamic-list li a p {
	font-size: 16px;
	line-height: 50px;
	color: #6D6D6D;
	display: inline-block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* footer */

.footer {
	background: #2E2E2E;
}

.container {
	width: 1400px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.foot-tit {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.foot-subtit {
	font-size: 20px;
	color: #fff;
	margin: 20px 0;
}

.ft_nav {
	float: left;
	width: 940px;
	position: relative;
}


.ft_nav dl {
	width: 23%;
	float: left;
	box-sizing: border-box;
	padding-left: 40px;
	height: 100%;
	min-height: 330px;
}


.ft_nav dl a {
	color: #fff;
}

.ft_nav dl dd:hover {
	opacity: 1;
}

.ft_nav dl dt {
	color: #FFFFFF;
	margin: 5px 0 10px 0;
}

.ft_nav dl dt a {
	font-size: 16px;
}

.ft_nav dl dd {
	font-size: 14px;
	line-height: 2;
	color: #FFFFFF;
	opacity: 0.6;
	margin-bottom: 8px;
}

.ft_icon {
	position: relative;
}

.ft_icon::after {
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	background: url(../images/icon-1.png) no-repeat;
	position: absolute;
	left: -47px;
	top: 0px;
}

.ft_icon5::after {
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	background: url(../images/icon-2.png) no-repeat;
	position: absolute;
	left: -47px;
	top: 0px;
}

.ft_icon9::after {
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	background: url(../images/icon-3.png) no-repeat;
	position: absolute;
	left: -47px;
	top: 0px;
}

.ft_icon2::after {
	background: url(../images/icon-2.png) no-repeat;
}

.ft_icon3::after {
	background: url(../images/icon-3.png) no-repeat;
}

.ft_icon4::after {
	background: url(../images/icon-4.png) no-repeat;
}

.ft_bq {
	height: 50px;
	line-height: 50px;
	position: relative;
}

.ft_bq span,
.ft_bq a {
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.8;
	display: inline-block;
}


.sitemap {
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	line-height: 48px;
	margin-left: 10px;
}

.sitemap a {
	display: inline-block;
	vertical-align: top;
	line-height: 49px;
}

.footer .more {
	text-align: right;
	float: right;
}

.footer .more h3 {
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	opacity: 0.8;
	margin-top: -100px;
	margin-bottom: 5px;
}

.footer .more h4 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.footer .more .call {
	background-color: #E1221E;
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 100px;
	float: right;
	margin-bottom: 50px;
}

.footer .more p {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.yqlj_box {
	position: relative;
	display: block;
	clear: both;
}

.yqlj_box p {
	display: inline-block;
}

.yqlj_box p img {
	display: block;
	margin: 0 10px;
}

.yqlj_box p span {
	text-align: center;
	display: block;
	margin-top: 5px;
}

.yqlj {
	margin-top: 20px;
	position: relative;
	width: max-content;
	float: right;
}

.yqlj span {
	display: block;
	float: right;
	height: 50px;
	line-height: 48px;
	color: rgba(255, 255, 255, .3);
	border: 1px solid rgba(255, 255, 255, .15);
	box-sizing: border-box;
	padding: 0 18px 0 50px;
	background: url(../images/link.png) no-repeat;
	background-position: 10px 18px;
	font-size: 16px;
}

.yqlj i.jt {
	height: 50px;
	width: 50px;
	margin: 0;
	background: url(../images/jt.png) no-repeat rgba(255, 255, 255, 0.1);
	background-position: center !important;
	cursor: pointer;
	transition: .3s;
	overflow: hidden;
	float: right;
}

.yqlj i.jt:hover {
	background: url(../images/jt.png) no-repeat rgba(255, 255, 255, 0.5);
}

.yqlj-list {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: 0;
	background: #333;
	text-align: center;
}

.yqlj-list a {
	display: block;
	color: rgba(255, 255, 255, .8);
	height: 30px;
	line-height: 30px;
	border: 1px solid #6e6e6e;
	border-bottom: 0;
}

.yqlj-list a:hover {
	background-color: #565656;
}

/***************** 适配 *******************/

@media screen and (max-width: 1450px) {

	.w-1400,
	.container {
		width: 1200px;
	}

	.header .hl-nav>li {
		padding: 0 15px;
	}

	.nav-right .tel .tel-num {
		display: none;
	}

	.hl-tit {
		font-size: 38px;
	}

	.about .about-l .about-cont {
		line-height: 24px;
	}

	.about .about-l a {
		margin-top: 15px;
	}

	.ft_nav {
		width: 890px;
	}
}

@media screen and (max-width: 1200px) {
	.dis-b {
		display: none !important;
	}

	.dis-n {
		display: block !important;
	}

	.w-1400,
	.container,
	.ft_nav {
		width: 90%;
		margin: 0 auto;
	}

	.container {
		padding: 0;
	}

	.header {
		height: 80px;
		background: #fff;
		box-shadow: 0 0px 48px 0 rgba(0, 0, 0, .1);
		position: relative;
		z-index: 999999;
	}

	.header .logo {
		float: left;
		height: 70px;
		margin-left: 10px;
		margin-top: 10px;
	}

	.header .logo a {
		display: block;
		height: 100%;
		line-height: 70px;
		font-size: 12px;
	}

	.header .logo a img {
		display: block;
		height: 60px;
		float: left;
		margin-right: 5px;
	}

	.search-box {
		margin-top: 25px;
		margin-right: 80px;
	}

	.pho-nav {
		width: 100%;
		height: calc(100% - 80px);
		position: fixed;
		left: 0;
		top: -100%;
		z-index: 99999;
		transition: top ease .35s;
	}

	.pho-nav.nav_show {
		top: 80px;
	}

	.pho-nav>ul {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background: #f5f5f5;
		position: relative;
		overflow-y: auto;
	}

	.pho-nav ul li {
		border-top: 1px solid #ddd;
		margin-left: 20px;
		line-height: 40px;
		font-size: 14px;
		position: relative;
	}

	.pho-nav>ul>li:first-child {
		border-top: 0 none;
	}

	.pho-nav ul li a {
		height: 44px;
		line-height: 44px;
		display: block;
		padding-right: 45px;
		color: #666;
	}

	.pho-nav ul li ul {
		display: none;
	}

	.pho-nav ul li i {
		display: block;
		width: 30px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		border-left: 1px solid #ddd;
		padding: 0 6px;
		position: absolute;
		right: 0;
		top: 9px;
	}

	.pho-nav ul li i span {
		display: block;
		height: 20px;
		width: 20px;
		margin: 2px auto 0;
		transition: all .5s;
	}

	.pho-nav ul li i span img {
		height: 100%;
		width: 100%;
	}

	.pho-nav ul li i.nav_btndown span {
		color: #ef831a;
		transform: rotate(90deg);
	}

	.sp-nav {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 15px;
		right: 10px;
		margin-top: 15px;
		z-index: 5;
	}

	.sp-nav i {
		display: block;
		background: #e1221e;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 0;
		transition: all ease .35s;
	}

	.sp-nav i:nth-of-type(1) {
		top: 0;
	}

	.sp-nav i:nth-of-type(2) {
		top: 10px;
	}

	.sp-nav i:nth-of-type(3) {
		top: 20px;
	}

	.sp-nav.sp-nav-se i:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg);
	}

	.sp-nav.sp-nav-se i:nth-of-type(2) {
		width: 0;
	}

	.sp-nav.sp-nav-se i:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg);
	}

	.swiper-container-scfw {
		padding-bottom: 50px;
	}

	.about {
		padding: 80px 0;
	}

	.about .w-1400 {
		width: 90%;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.about .about-l {
		text-align: center;
		padding-right: 0;
	}

	.about .about-l,
	.about .about-r {
		width: 100%;
	}

	.about .about-r {
		margin-top: 30px;
	}

	.prod .prod-l {
		width: 100%;
	}

	.prod .prod-l .hd {
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
	}

	.prod .prod-l .hd li {
		width: 32%;
		margin-right: 1%;
	}

	.prod-r {
		width: 100%;
		margin-top: 20px;
	}

	.prod-r .prod-det .prod-det-l {
		padding: 20px;
	}

	.prod-det-l .prod-tip {
		font-size: 16px;
	}

	.prod-det-l .prod-cont {
		line-height: 30px;
	}

	.prod-det .prod-det-r img {
		height: 100%;
		width: auto;
	}

	.swiper-container-scale .scale-r {
		padding: 30px;
	}

	.scale .swiper-container-scale .swiper-slide>div {
		height: 480px;
	}

	.scale-r .scale-subtit {
		margin: 10px 0;
	}

	.scale-r .scale-cont {
		line-height: 26px;
		width: 90%;
	}

	.scfw {
		padding: 50px 0 60px;
	}

	.scfw-list li .scfw-list-tit {
		font-size: 18px;
	}

	.swiper-container-scfw .swiper-button-next,
	.swiper-container-scfw .swiper-button-prev {
		width: 40px;
		height: 40px;
		bottom: 0;
	}

	.scale .swiper-container-scale .swiper-slide {
		flex-wrap: wrap;
	}

	.scale .swiper-container-scale .swiper-slide>div {
		width: 100%;
		height: auto;
	}

	.swiper-container-scale .scale-l img {
		width: 100%;
	}

	.scale .swiper-button-prev {
		top: 30%;
		left: 0;
	}

	.scale .swiper-button-next {
		top: 30%;
		left: auto;
		right: 0;
	}

	.scale .swiper-button-next,
	.scale .swiper-button-prev {
		width: 90px;
		height: 50px;
	}

	.scfw .scfw-tit {
		font-size: 30px;
		width: 90%;
		margin: 0 auto;
	}

	.scfw-list li {
		width: 19%;
	}

	.news .w-1400 {
		flex-wrap: wrap;
	}

	.news .news-list {
		width: 50%;
	}
}

@media screen and (max-width: 800px) {
	main{
		overflow-x: hidden;
		width: 100%;
	}
	.mright .cont-box .cont-tit span{
		display: none !important;	
	}
	.scale-r .scale-tit span{
		font-size: 22px;
	}
	.scale-r .scale-subtit{
		font-size: 28px;
	}
	.banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
	}

	.banner .swiper-pagination-bullet-active {
		width: 20px;
	}

	.about {
		padding: 40px 0;
	}

	.prod .prod-l {
		padding: 15px;
	}

	.prod .prod-l .hd li {
		width: 31.5%;
	}

	.about .about-l ul li p {
		font-size: 30px;
		line-height: 30px;
	}

	.about .about-r .about-video i {
		height: 60px;
		width: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
	}

	.about .about-r .about-video i img {
		width: 100%;
	}

	.prod-r .prod-det .prod-det-l,
	.prod-det .prod-det-r {
		width: 100%;
		height: auto;
	}

	.prod-det-l .prod-tit {
		font-size: 22px;
	}

	.prod-det-l .prod-tip {
		margin: 15px 0;
		font-size: 16px;
		width: max-content;
	}

	.prod-det .prod-det-r {
		height: auto;
		margin-top: 20px;
	}

	.prod-det .prod-det-r img {
		height: auto;
		width: 100%;
	}

	.prod-list {
		height: auto;
	}

	.prod-list ul {
		flex-wrap: wrap;
	}

	.prod-list ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	.scfw .scfw-tit {
		font-size: 16px;
	}

	.scfw-list {
		flex-wrap: wrap;
		justify-content: left;
	}

	.scfw-list li {
		margin: 0 1% 20px;
		width: 31%;
	}

	.scfw-list li .scfw-cont {
		padding: 0 10px;
	}

	.swiper-container-scfw {
		padding-bottom: 10px;
	}

	.swiper-container-scfw .swiper-button-next,
	.swiper-container-scfw .swiper-button-prev {
		display: none;
	}

	.news .news-list {
		width: 100%;
		margin-bottom: 30px;
		height: auto;
	}

	.news .news-list .pic {
		height: auto;
	}

	.news .news-list .pic img {
		width: 100%;
	}

	.prod-list ul li .prod-list-img {
		height: auto;
	}

	.ft_bq {
		padding: 10px 0;
		line-height: 30px;
		height: auto;
		text-align: center;
	}

	@media screen and (max-width: 600px) {
		.hl-tit {
			font-size: 30px;
		}

		.hl-subtit {
			font-size: 24px;
		}

		.prod {
			padding: 30px 0;
		}

		.prod .prod-l .hd {
			justify-content: center;
		}

		.prod .prod-l .hd li {
			width: 48%;
			font-size: 16px;
			height: 40px;
			line-height: 40px;
		}

		.scfw .scfw-tit {
			font-size: 18px;
		}

		.scale .swiper-button-next,
		.scale .swiper-button-prev {
			width: 70px;
			height: 40px;
		}

		.scale-r .scale-cont {
			width: 100%;
		}

		.scfw-list li {
			width: 48%;
			padding-bottom: 20px;
		}

		.swiper-container-scfw .swiper-button-next,
		.swiper-container-scfw .swiper-button-prev {
			display: none;
		}

		.swiper-container-scfw .swiper-button-prev {
			left: calc(50% - 50px);
		}

		.swiper-container-scfw .swiper-button-next {
			left: 50%;
		}

		.news {
			padding: 20px 0 30px;
		}

		.news .news-list {
			margin-top: 0px;
			padding: 0;
		}

		.news .news-list .new-title {
			padding: 0px 0px 30px;
		}

		.news .news-list .dynamic-title {
			margin-top: 10px;
		}

		.news .news-list .dynamic-title p {
			width: 70%;
		}

		.news .news-list .dynamic-title span {
			width: 30%;
		}

		.news .news-list .dynamic-list li a p {
			font-size: 14px;
		}

		.news .news-list .dynamic-list li a span {
			font-size: 12px;
		}

		.search-box {
			display: none;
		}
	}
}
