input,
textarea,
select,
button,
area,
body {
	font-family: Nunito Sans;
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2') format('woff2'),
		url('iconfont.woff') format('woff'),
		url('iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.section {
	width: 82%;
	max-width: 1360px;
	margin: auto;
}

.header {
	width: 100%;
	position: relative;
	transition: 0.5s;
	background: #ffffff;
	z-index: 20;
}

.header .section {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.header .logo {
	float: left;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 100px;
	display: block;
}

.header .logo a img {
	width: 100%;
}

.header .menu {
	width: 68%;
	float: right;
	margin-right: 50px;
}

.header .menu ul {
	width: 100%;
	display: flex;
}

.header .menu ul li.n-li {
	width: 14.285%;
	border-right: 1px solid #fff;
	text-align: center;
	position: relative;
}

.header .menu ul li a.menu-a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #333333;
	padding: 0 5px;
	line-height: 80px;
	font-family: 'Nunito Sans';
	text-transform: uppercase;
}

.header .menu ul li.on .menu-a,
.header .menu ul li:hover .menu-a {
	background: #d12c20;
	color: #ffffff;
}

.header .menu li .drop {
	background: #c41c10;
	position: absolute;
	width: 250px;
	left: 0;
	padding: 10px 0;
	top: 100%;
	display: none;
	z-index: 20;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
}

.header .menu li .drop li {
	display: block;
	text-align: left;
	width: 100%;
}

.header .menu li .drop li a {
	display: block;
	color: #fff;
	padding: 5px 10px;
	line-height: 30px;
	font-size: 15px;
}

.header .menu li .drop li a:hover {
	background: #96140b;
}

.search_icon {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	color: #b72633;
	font-size: 22px;
	transition: 0.4s;
}

.search_icon:hover {
	background: #b72633;
	color: #fff;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 20px;
	position: absolute;
	right: 22px;
	top: 0;
	height: 52px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 20px;
	height: 2px;
	background: #545454;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-1px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(1px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.img-box {
	overflow: hidden;
}

.img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.cases-list dl:hover .img-box img,
.all_product-item .list a:hover .img-box img,
.product-item:hover .img-box img,
.img-box:hover img {
	transform: scale(1.15, 1.15);
}

.white-color {
	color: #fff;
}

.all-title em {
	font-size: 20px;
	font-family: Nunito Sans;
	font-weight: 300;
	font-style: italic;
}

.all-title h2 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 5px 0 25px 0;
}

.all-title .memo {
	font-size: 16px;
	line-height: 27px;
	color: #333;
}

.all-more {
	display: inline-block;
	z-index: 10;
	position: relative;
	font-size: 12px;
	padding: 14px 45px;
	transition: 0.3s linear;
}

.all-more:hover {
	background: #b62634;
	color: #fff;
	transform: translateY(-5px);
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.85);
}

.search-box .searchform {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 93%;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 60px;
	background: #b62634;
}

.searchform form .search_input::placeholder {
	color: #fff;
}

.searchform form .submit {
	width: 7%;
	line-height: 60px;
	border: none;
	outline: none;
	background: #b62634;
	background-image: url(../search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.searchform .close {
	position: absolute;
	top: 25px;
	font-size: 20px;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #b62634;
	color: #fff;
	cursor: pointer;
	background: #b62634;
	border-radius: 50%;
	transition: 0.3s linear;
}

.searchform .close:hover {
	box-shadow: 0 0 10px #ccc;
}

/**/
.banner-swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}

.swiper-slide-txt h1 {
	font-size: 2.8vw;
	width: 70%;
	font-weight: 600;
	animation-delay: 0.3s;
}

.swiper-slide-txt .txt {
	font-size: 18px;
	line-height: 32px;
	margin: 32px 0;
	width: 50%;
	font-weight: 300;
	animation-delay: 0.6s;
}

.swiper-slide-txt a {
	display: inline-block;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0 10px;
	max-width: 185px;
	line-height: 50px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	animation-delay: 0.9s;
	background-color: rgb(209, 44, 32);
}

.swiper-slide-active span,
.swiper-slide-active h1,
.swiper-slide-active .txt,
.swiper-slide-active .swiper-slide-txt a {
	animation-name: fadeInUp;
}

.index-banner-img {
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper-pagination {
	text-align: center;
	position: absolute;
	bottom: 5%;
}

.swiper-pagination span {
	margin: 0 5px;
	width: 60px;
	height: 5px;
	transition: 0.4s;
	background: #b62634;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.product-class-section {
	width: 100%;
	margin: 70px 0;
}

.product-class-section-le {
	width: 33.33333333333333%;
}

.product-class-section-lm {
	width: 33.33333333333333%;
}

.product-class-section-lr {
	width: 33.33333333333333%;
}

.product-class-section-columns {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.product-class-section-first {
	background-color: #fff;
}

.product-class-section-first .content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 15%;
	z-index: 10;
}

.index-news .all-title em,
.product-list .all-title em,
.product-class-section-first .all-title em {
	color: #d12c20;
}

.product-class-section-first .content a {
	color: #fff;
	background-color: #d12c20;
}

.product-class-section-columns a.p-link {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 34px;
	display: block;
	z-index: 10;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.7em;
	text-align: center;
}

.product-class-section-columns a.p-link:hover {
	text-decoration: underline;
}

.soultion-item {
	width: 100%;
	padding: 65px 0 45px 0;
	background-color: #d12c20;
	color: #fff;
	position: relative;
	z-index: 10;
}

.soultion-item .txt {
	font-size: 16px;
	line-height: 27px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
}

.advantage-list {
	width: 100%;
	height: 560px;
	overflow: hidden;
	background-image: url(../advantage-bj.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	position: relative;
	z-index: 10;
}

.advantage-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.advantage-list ul li {
	width: 23%;
	margin: 0 1%;
	color: #fff;
	cursor: pointer;
}

.advantage-list ul li i {
	font-size: 24px;
	color: #ec3528;
	font-weight: 400;
	font-style: normal;
}

.advantage-list ul li h3 {
	font-size: 26px;
	color: #fff;
	margin: 10px 0 20px 0;
	font-weight: 400;
}

.advantage-list ul li .txt {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
}

.advantage-list ul li img {
	max-width: 100%;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.advantage-list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.product-section {
	width: 100%;
	position: relative;
	padding: 60px 0;
	z-index: 10;
}

.product-section .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-item {
	overflow: hidden;
	width: calc(33.33% - (2 * 20px / 3));
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DEDCDC;
	position: relative;
	transition: 0.3s linear;
}

.product-item .img-box {
	max-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-item:nth-child(3n) {
	margin-right: 0;
}

.product-item .content {
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-right: 60px;
	border-top: 1px solid #DEDCDC;
	position: relative;
}

.product-item i {
	display: flex;
	align-items: center;
	font-size: 28px;
	width: 45px;
	height: 45px;
	color: #d12c20;
	border: 1px solid #d12c20;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.product-item span {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	font-style: normal;
}

.product-item h3 {
	font-size: 20px;
	color: #d12c20;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 10px 0 20px 0;
	font-weight: 400;
}

.product-item .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	font-weight: 300;
}

.product-item:hover i {
	color: #fff;
	background: #d12c20;
}

.product-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 15px #ddd;
}

.service-support-item {
	width: 100%;
	padding: 65px 0 35px 0;
	background-color: #d12c20;
	background-image: url(../service.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 10;
}

.service-support-item .content {
	margin: 60px 0;
	width: 80%;
}

.service-support-item .txt {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
	line-height: 27px;
}

/*index-news */
.index-news {
	width: 100%;
	overflow: hidden;
	padding: 120px 0 60px 0;
	position: relative;
	z-index: 10;
}

.index-news .content {
	display: flex;
	flex-wrap: wrap;
}

.news-le {
	width: 50%;
}

.Article_Container_link {
	position: relative;
	display: block;
}

.news-le .Article_Container {
	position: absolute;
	padding: 26px 26px;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.news-time {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}

.news-time i {
	color: #d12c20;
	font-size: 15px;
	margin-right: 5px;
	font-style: normal;
}

.Article_Container_title {
	font-size: 22px;
	margin: 20px 0;
	font-weight: 700;
}

.news-more {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #d12c20;
	outline: none;
	font-style: normal;
}

.news-more i {
	color: #d12c20;
	font-size: 15px;
	margin-left: 5px;
	font-style: normal;
}

.Article_Container_link .news-time,
.Article_Container_link .Article_Container_title {
	color: #fff;
}

.news-lr {
	width: 48%;
	margin-left: 2%;
	display: flex;
}

.news-lr a {
	width: 48%;
	margin: 0 1%;
	border: 1px solid #f2f2f2;
	transition: all 0.5s;
	box-sizing: border-box;
}

.news-lr a .top {
	width: 100%;
	padding: 26px 20px;
	overflow: hidden;
}

.news-lr a .Article_Container_title {
	margin-top: 60px;
}

.news-lr a .bottom {
	width: 100%;
	padding: 30px 20px;
	overflow: hidden;
	border-top: 1px solid #f2f2f2;
}

.news-lr a .txt {
	word-break: break-word;
	font-size: 16px;
	color: #878787;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 77px;
}

.news-lr a:hover {
	border: 1px solid #d12c20;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	font-family: "SourceHanSansCN-Regular";
}

.inner-banner-img {
	width: 100%;
	height: 338px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-content h2 {
	font-size: 2.5vw;
	font-weight: bold;
	position: relative;
}

.main-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-top: 15px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.main-nav a {
	display: inline-block;
	position: relative;
	color: #fff;
}

.main-nav a:hover {
	color: #0e61cf;
}

.main-nav i {
	font-style: normal;
	margin: 0 5px;
	display: inline-block;
}

/*inner-about */
.inner-about {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 70px 0;
}

.inner-about .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-left {
	width: 48%;
	overflow: hidden;
}

.about-right {
	width: 46%;
}

.about-img {
	width: 100%;
	overflow: hidden;
}

.about-img img {
	width: 100%;
}

.about-txt {
	font-family: 'Nunito Sans';
	font-size: 16px;
	color: #545454;
	font-weight: 300;
	line-height: 28px;
}

.inner-culture {
	width: 100%;
	position: relative;
	padding: 60px 0;
	overflow: hidden;
	background: #f4f4f4;
}

.culture-list {
	width: 100%;
	overflow: hidden;
}

.culture-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.culture-list ul li {
	display: block;
	width: 31%;
	margin: 15px 0;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
	padding: 30px 30px;
}

.culture-list ul li .img {
	width: 50px;
	overflow: hidden;
	position: relative;
}

.culture-list ul li img {
	width: 100%;
}

.culture-list ul li .box {
	position: relative;
	z-index: 20;
}

.culture-list ul li h4 {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	margin: 25px 0;
}

.culture-list ul li .txt {
	font-family: 'Nunito Sans';
	font-size: 16px;
	color: #545454;
	font-weight: 300;
}

.inner-workshop {
	width: 100%;
	position: relative;
	padding: 60px 0;
	overflow: hidden;
}

.workshop-list {
	width: 100%;
	overflow: hidden;
}

.workshop-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.workshop-list ul li {
	display: block;
	width: 23%;
	margin: 10px 1%;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

.workshop-list ul li img {
	width: 100%;
}

.inner-honor {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background-image: url(../honor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.honor-slide {
	padding: 2px 10px;
	background: #f2f2f2;
	border: 2px solid #dedede;
}

.honor-mySwiper .swiper-slide {
	transform: scale(0.8);
}

.honor-mySwiper .swiper-slide-active {
	transform: scale(1);
}

.honor-next,
.honor-prev {
	width: 56px;
	line-height: 56px;
	height: 56px;
	top: 50%;
	margin-top: -28px;
	border-radius: 50%;
	border: 1px solid #e4e4e4;
	background: #fff;
}

.honor-next {
	right: 30%;
}

.honor-prev {
	left: 30%;
}

.honor-next:after,
.honor-prev:after {
	font-size: 18px;
	color: #000;
}

.honor-next:hover,
.honor-prev:hover {
	background: #222222;
	border: 1px solid #222222;
}

.honor-next:hover:after,
.honor-prev:hover:after {
	color: #fff;
}

.work-class {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.work-class a {
	color: #000;
	width: 25%;
	margin: 10px 0;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	padding: 10px 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #eeeeee;
}

.all_product-item .list a:hover,
.work-class a.choose,
.work-class a.on,
.work-class a:hover {
	color: #fff;
	background: #d12c20;
}

.all_product-item {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.all_product-item .list {
	display: flex;
	flex-wrap: wrap;
}

.all_product-item .list a {
	overflow: hidden;
	width: calc(25% - (3 * 15px / 4));
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px 5px;
	position: relative;
	background-color: #f6f6f6;
}

.all_product-item .list a:nth-child(4n) {
	margin-right: 0;
}

.all_product-item .list a h4 {
	text-align: center;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 15px 5px;
}

.detail-img {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 30px 0;
}

.detail-img dl {
	width: 100%;
	overflow: hidden;
}

.detail-img dl dt {
	width: 38%;
	float: left;
	position: relative;
}

.detail-img dl dt img {
	width: 100%;
}

.detail-img dl dd {
	width: 60%;
	float: right;
}

.detail-img dl dd h3 {
	font-size: 28px;
	color: #000;
	font-family: Nunito Sans;
	font-weight: bold;
	margin: 10px 0;
}

.detail-img dl dd .content {
	font-size: 16px;
	line-height: 28px;
	margin-top: 40px;
	font-weight: 300;
	color: #666;
}

.big-imgswiper {
	border: 1px solid #dddddd;
}

.small-imgswiper .product-detail-img {
	border: 2px solid #dddddd;
	transition: all 0.3s linear;
	margin-top: 15px;
	position: relative;
}

.small-imgswiper .product-detail-img::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	opacity: 0;
	border-color: transparent transparent #d12c20 transparent;
}

.small-imgswiper .swiper-slide-thumb-active .product-detail-img {
	border: 2px solid #d12c20;
}

.small-imgswiper .swiper-slide-thumb-active .product-detail-img::after {
	opacity: 1;
}

.detail_intro {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background: #ffffff;
}

.news-detail .section,
.detail_intro .section {
	padding: 70px 40px;
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.detail_intro h3 {
	font-size: 30px;
	color: #222;
	font-weight: bold;
	margin-bottom: 35px;
}

.detail_intro .body {
	font-size: 16px;
	font-weight: 300;
	color: #545454;
	font-family: Nunito Sans;
}

.detail_intro .table-box {
	overflow: auto;
}

.detail_intro table,
.detail_intro .table-box table {
	width: 100%;
	background: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-collapse: collapse;
}

.detail_intro table tr:first-child,
.detail_intro .table-box table tr:first-child {
	background-color: #d12c20 !important;
	color: #fff;
	font-size: 20px;
}

.detail_intro table tr:first-child th,
.detail_intro .table-box table tr:first-child th {
	padding: 5px 10px;
	line-height: 24px;
}

.detail_intro table td,
.detail_intro .table-box table td {
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	line-height: 24px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.cases-item {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.cases-list {
	width: 100%;
	margin-top: 90px;
	overflow: hidden;
}

.cases-list dl {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	background: #fff;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
}

.cases-list dl dt {
	width: 60%;
	overflow: hidden;
	position: relative;
}

.cases-list dl dt .img-box {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cases-list dl dt .img-box img {
	height: 100%;
}

.cases-list dl dd {
	width: 40%;
	padding: 60px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #2a2a2a;
}

.cases-list dl dd h4 {
	font-size: 30px;
	margin-bottom: 25px;
	font-weight: bold;
}

.cases-list dl dd .txt {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.cases-list dl:nth-child(even) {
	flex-direction: row-reverse;
}

.inner-news {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.news-news a {
	display: block;
	width: 100%;
	padding: 10px;
	transition: 0.3s;
	color: #222222;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.news-news a .content {
	padding-left: 100px;
	position: relative;
	display: flex;
}

.news-date {
	width: 100px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s;
}

.news-date i {
	font-style: normal;
	display: block;
	font-size: 3.7vw;
	line-height: 1.5;
}

.news-date span {
	display: block;
	font-size: 18px
}

.news-img {
	width: 380px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.news-img img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.news-txt {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 520px;
}

.news-txt h4 {
	font-size: 20px;
	margin: 30px 0 15px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-news .news-txt .txt {
	height: 72px;
	font-size: 14px;
	line-height: 24px;
	margin: 12px 0 25px;
	transition: all .5s;
	-webkit-transition: all .5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	opacity: 0.7;
}

.news-txt em {
	width: 140px;
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.news-news a:hover {
	background: #d12c20;
	color: #ffffff;
}

.news-news a:hover .icon img {
	opacity: 1;
	filter: none;
}

.news-detail {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0;
	color: #000;
}

.news-detail h1 {
	font-size: 24px;
	letter-spacing: 0;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-family: Nunito Sans;
}

.news-detail .three {
	color: #333;
	font-family: Nunito Sans;
	font-weight: 300;
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}

.news-detail .goBack {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	width: 195px;
	margin: 15px auto;
	text-align: center;
	border-radius: 5px;
	background: #d12c20;
}

.news-detail .goBack:hover {
	box-shadow: 0 0 10px #ddd;
}

.news-detail .news-intro {
	font-family: Nunito Sans;
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	color: #454545;
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.detail_Down ul {
	display: flex;
	justify-content: space-between;
}

.detail_Down ul li {
	width: 42%;
	background-color: #efefef;
	line-height: 22px;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 300;
}

.detail_Down ul li a {
	color: #545454;
}

.detail_Down ul li a:hover {
	color: #d12c20;
}

.inner-QA {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0;
	color: #000;
}

.field_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
}

.field_item {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	background: #ffffff;
	padding-top: 20px;
}

.field_item_title {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
	padding-bottom: 10px;
	color: #333333;
	position: relative;
	padding-right: 40px;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.field_item_title::before {
	display: block;
	content: '';
	width: 5px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 10%;
	background-color: #d12c20;
}

.field_item_title h3 {
	font-weight: bold;
	position: relative;
	font-size: 24px;
	padding-left: 20px;
	font-family: 'SourceHanSansCN-Bold';
}

.field_item_title span {
	display: block;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	transition: 0.3s linear;
}

.field_item_title span::after {
	display: block;
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	right: 0;
	top: 3px;
	background-size: 100%;
	background-image: url(../plus.png);
}

.field_item.active .field_item_title span {
	transform: rotate(180deg);
}

.field_item_content {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}

.field_item_content .content {
	padding: 20px 20px;
	font-size: 17px;
	font-weight: 300;
	border-radius: 10px;
	color: #555555;
	background: #eeeeee;
}

.field_item_content .content h4 {
	font-size: 21px;
	padding: 10px 0;
	font-family: 'SourceHanSansCN-Bold';
	font-weight: bold;
}

.field_item_content img {
	max-width: 100%;
}

.field_item.active .field_item_content {
	display: block;
}

.contact-item {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	position: relative;
	z-index: 10;
}

.contact-item .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-le {
	width: 50%;
}

.contact-lr {
	width: 45%;
}

.contact-ul {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}

.contact-ul ul {
	width: 100%;
	overflow: hidden;
}

.contact-ul ul li {
	width: 100%;
	position: relative;
	padding-left: 105px;
	color: #000;
	margin-bottom: 30px;
}

.contact-ul ul li i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	background-color: #d12c20;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-ul ul li i img {
	width: 50%;
}

.contact-ul ul li .content {
	overflow: hidden;
}

.contact-ul ul li h3 {
	font-size: 26px;
	color: #d12c20;
	margin-bottom: 10px;
	font-weight: bolder;
}

.contact-ul ul li .txt {
	font-family: Nunito Sans;
	font-size: 16px;
	color: #545454;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.7em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.inner-form {
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
	padding: 70px 0;
	position: relative;
}

.form-form {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.form-form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	margin: 8px 0;
	position: relative;
}

.form-form ul li.email,
.form-form ul li.name,
.form-form ul li.tel {
	width: 49%;
}

.form-form ul li.content {
	width: 100%;
}

.form-form ul li.button_li {
	width: 50%;
	margin: 8px 25%;
}

.form-form ul li input {
	line-height: 50px;
	display: block;
	width: 100%;
	font-size: 15px;
	padding: 0 15px;
	color: #000;
	font-weight: 300;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
}

.form-form ul li textarea {
	width: 100%;
	display: block;
	height: 100px;
	font-size: 15px;
	padding: 0 15px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #7d7d7d;
}

.form-form ul li textarea::placeholder {
	color: #7d7d7d;
}

.form-form ul li .button {
	width: 100%;
	background: #d12c20;
	border-radius: 1;
	display: block;
	color: #ffffff;
	border: 0;
	line-height: 55px;
	font-size: 15px;
	padding: 0 15px;
}

.qt-pagination {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #868686;
	margin-top: 50px;
}

.qt-pagination a {
	margin: 0 5px;
	min-width: 30px;
	line-height: 30px;
	padding: 0 2px;
	display: block;
	color: #898989;
	border: 1px solid #c9caca;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background-color: #d12c20;
	border: 1px solid #d12c20;
	color: #fff;
}

.cd-top {
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgb(0, 0, 0, 0.24);
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	left: 50%;
	margin-top: -27.5px;
	margin-left: -27.5px;
	cursor: pointer;
}

.cd-top img {
	margin: auto;
	max-width: 100%;
}

.cd-top:hover {
	background: #daae4e;
}

.cd-top:hover img {
	filter: brightness(100);
}

.footer_box {
	width: 100%;
	background-color: #222;
	color: #fff;
	position: relative;
	z-index: 10;
}

.foot-box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0 60px 0;
}

.navigation-menu {
	width: 38%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 48px;
}

.foot-social-form h3,
.navigation-menu h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0.25rem;
}

.navigation-menu ul li {
	width: 100%;
	line-height: 1.7;
	font-size: 16px;
	margin: 6px 0;
}

.navigation-menu ul li a {
	color: rgba(255, 255, 255, 0.7);
}

.navigation-menu ul li a:hover {
	color: #d12c20;
}

.foot-contact {
	width: 32%;
	padding: 0 28px;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
}

.foot-contact img {
	width: 32%;
	margin: 10px auto;
}

.foot-contact .content {
	overflow: hidden;
	margin-top: 40px;
}

.foot-contact .content p {
	text-align: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	margin: 15px 0;
}

.foot-social-form {
	width: 30%;
	padding-left: 48px;
}

.foot-social {
	width: 100%;
	display: flex;
	margin-top: 45px;
}

.iconclass {
	position: relative;
	margin-right: 15px;
}

.foot-social span.iconfont {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 15px;
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	transition: 0.3s linear;
	cursor: pointer;
}

.foot-social span.wechat-iconfont {
	font-size: 15px;
}

.foot-social span.dy-iconfont {
	font-size: 15px;
}

.foot-social span.sp-iconfont {
	font-size: 15px;
}

.foot-social .iconfont:hover {
	background: #d12c20;
	color: #ffffff;
}

.icon_img {
	display: none;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 2px 2px;
	position: absolute;
	z-index: 10;
	bottom: 120%;
	left: 50%;
	margin-left: -60px;
}

.icon_img img {
	width: 100%;
}

.icon_img::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.foot-Support {
	display: flex;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

.foot-copyright {
	width: 100%;
	padding: 35px 0;
	overflow: hidden;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 10;
	background-color: #222222;
}

.foot-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.foot-copyright a {
	color: #fff;
}

.foot-copyright a:hover {
	opacity: 0.7;
}

.foot-copyright #risk-click {
	margin-left: 8px;
	padding: 0 5px;
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	border-radius: 5px;
	color: #b62634;
	transition: 0.3s;
}

@media (max-width:1420px) {
	.header .menu {
		width: 72%;
	}

	.header .menu ul li a.menu-a {
		font-size: 15px;
	}
}

@media (max-width:1300px) {
	.header .menu {
		width: 76%;
	}

	.all-title h2 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.header {
		z-index: 9999;
		background: #fff;
		height: 52px;
		position: fixed;
		left: 0;
		top: 0;
	}

	.header .section {
		width: 100%;
		padding: 0 22px;
	}

	.header .logo a {
		width: 64px;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 52px;
		background: #f5f5f5;
		width: 100%;
		display: none;
		z-index: 999;
		float: none;
		margin: 0;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li.n-li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #ddd;
	}

	.header .menu ul li.n-li:nth-child(2):after {
		width: 10px;
		height: 6px;
		content: '';
		display: block;
		position: absolute;
		right: 22px;
		top: 24px;
		background-image: url(../menu-span.png);
		background-size: 100%;
		transition: 0.3s;
	}

	.header .menu ul li.on:after {
		transform: rotate(180deg);
	}

	.header .menu ul li.n-li a.menu-a {
		padding: 0;
		margin-left: 22px;
		display: inline-block;
		line-height: 50px;
		color: #222;
	}

	.header .menu ul li.on .menu-a,
	.header .menu ul li:hover .menu-a {
		background: none;
		color: #222;
	}

	.fixnav a.menu-a,
	.inner-header a.menu-a {
		color: #222 !important;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		display: block;
		text-align: center;
	}

	.header .logo {
		height: 52px;
	}

	.search_icon {
		display: none;
	}

	.banner-swiper,
	.banner {
		margin-top: 52px;
	}

	.product-class-section-lm,
	.product-class-section-lr,
	.product-class-section-le {
		width: 100%;
	}

	.product-class-section-first .img-box {
		display: none;
	}

	.product-class-section-first .content {
		position: static;
		margin-bottom: 30px;
	}

	.advantage-list {
		height: auto;
		padding: 30px 0;
	}

	.advantage-list ul li {
		width: 98%;
		margin: 40px 1%;
		color: #fff;
		cursor: pointer;
	}

	.contact-le,
	.contact-lr,
	.about-left,
	.about-right,
	.news-le,
	.news-lr {
		width: 100%;
		margin: 20px 0;
	}

	.index-news {
		padding: 60px 0;
	}

	.work-class a {
		font-size: 16px;
	}

	.product-item {
		width: calc(50% - (1* 10px / 2));
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.product-item:nth-child(2n) {
		margin-right: 0;
	}

	.product-item:nth-child(3n) {
		margin-right: auto;
	}

	.all_product-item .list a {
		overflow: hidden;
		width: calc(50% - (1* 10px / 2));
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 5px 5px;
		position: relative;
		background-color: #f6f6f6;
	}

	.all_product-item .list a:nth-child(2n) {
		margin-right: 0;
	}

	.workshop-list ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.culture-list ul li {
		display: block;
		padding: 10px 10px;
	}

	.cases-list dl dt,
	.cases-list dl dd {
		width: 100%;
	}

	.cases-list dl dt .img-box {
		position: static;
		height: auto;
	}

	.cases-list dl dt img {
		width: 100%;
		height: auto;
	}

	.foot-box {
		padding: 40px 0;
	}

	.foot-social-form {
		display: none;
	}

	.navigation-menu,
	.foot-contact {
		padding: 0;
		width: 100%;
		margin: 15px 0;
	}

	.form-form ul li.email,
	.form-form ul li.name,
	.form-form ul li.tel {
		width: 100%;
	}

	.foot-contact {
		border-left: 0;
		border-right: 0;
	}

	.navigation_contlis {
		width: 100%;
		margin: 0;
	}

	.navigation_contlis ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.navigation_contlis h3 {
		font-weight: normal;
	}

	.navigation_contlis h3 {
		line-height: 50px;
		margin: 0;
		font-size: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		position: relative;
	}

	.navigation_contlis h3::after {
		background-image: url(../sanjiao.png) !important;
	}

	.navigation_contlis h3::after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		opacity: 0.6;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -5px;
		background-image: url(../sanjiao-h.png);
		background-size: 100%;
	}

	.navigation_contlis ul li a {
		color: #000;
		font-size: 15px;
	}

	.foot-contact img {
		width: 20%;
	}

	.detail-img dl dt,
	.detail-img dl dd {
		width: 100%;
		margin: 20px 0;
	}
}

@media (max-width:856px) {
	.swiper-slide-txt h1 {
		font-size: 26px;
		width: 100%;
	}

	.swiper-slide-txt .txt {
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		margin: 16px 0;
	}

	.swiper-pagination span {
		margin: 0 3px;
		width: 30px;
		height: 3px;
	}

	.index-banner-img {
		height: 480px;
	}

	.index-banner-img img {
		display: none;
	}

	.service-support-item .content {
		margin: 30px 0;
		width: 100%;
	}

	.work-class a {
		font-size: 15px;
	}

	.detail-img dl dd h3 {
		font-size: 22px;
	}

	.detail-img dl dd .content {
		font-size: 15px;
		line-height: 22px;
		margin-top: 20px;
	}

	.swiper-slide-txt a {
		max-width: 160px;
		line-height: 42px;
		font-size: 15px;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {
	.news-news a .content {
		padding-left: 0;
		flex-wrap: wrap;
	}

	.news-txt em {
		width: 140px;
		padding: 8px 10px;
		font-size: 14px;
	}

	.news-txt h4 {
		font-size: 18px;
		margin: 10px 0;
	}

	.news-date {
		width: 100%;
		position: static;
	}

	.news-img {
		width: 100%;
		margin-top: 15px;
	}

	.news-txt {
		position: static;
	}
}

@media (max-width:658px) {
	.news-lr a:nth-child(2) {
		display: none;
	}

	.news-lr a {
		width: 100%;
		margin: 0;
	}

	.header .section {
		padding: 0 14px;
	}

	.m_menu {
		right: 14px;
	}

	.section {
		width: 92%;
	}

	.swiper-slide-txt h1 {
		font-size: 22px;
		width: 100%;
	}

	.swiper-slide-txt .txt {
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0;
	}

	.swiper-slide-txt a {
		max-width: 120px;
		line-height: 32px;
		font-size: 13px;
	}

	.index-banner-img {
		height: 360px;
	}

	.all-title em {
		font-size: 16px;
	}

	.all-title h2 {
		font-size: 25px;
	}

	.all-more {
		font-size: 12px;
		padding: 9px 29px;
	}

	.product-class-section-columns a.p-link {
		font-size: 17px;
		bottom: 18px;
	}

	.all-title .memo,
	.field_item_content .content,
	.news-detail .news-intro,
	.cases-list dl dd .txt,
	.culture-list ul li .txt,
	.about-txt,
	.service-support-item .txt,
	.advantage-list ul li .txt,
	.soultion-item .txt {
		font-size: 14px;
		line-height: 24px;
	}

	.advantage-list ul li h3 {
		font-size: 22px;
		margin: 10px 0;
	}

	.all_product-item .list a,
	.product-item {
		width: 100%;
		margin: 10px 0;
	}

	.navigation_contlis h3,
	.Article_Container_title {
		font-size: 18px;
	}

	.news-detail .three,
	.foot-copyright,
	.news-time,
	.news-more {
		font-size: 13px;
	}

	.foot-copyright {
		text-align: center;
		padding: 20px 0;
	}

	.foot-box {
		padding: 40px 0 0 0;
	}

	.foot-contact .content {
		margin-top: 14px;
	}

	.banner-content h2 {
		font-size: 20px;
	}

	.main-nav {
		margin-top: 8px;
		font-size: 13px;
	}

	.work-class a {
		width: 50%;
		margin: 0;
		border-bottom: 1px solid #fff;
	}

	.inner-banner-img {
		height: 200px;
	}

	.news-detail h1,
	.detail-img dl dd h3 {
		font-size: 20px;
	}

	.detail-img dl dd .content {
		font-size: 14px;
		line-height: 22px;
	}

	.news-detail .section,
	.detail_intro .section {
		padding: 30px 20px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

	.detail_Down ul li {
		width: 48%;
		line-height: 22px;
		padding: 5px;
		font-size: 13px;
	}

	.detail_intro h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.detail_intro .body {
		font-size: 14px;
	}

	.detail_intro table td,
	.detail_intro .table-box table td {
		font-size: 14px;
	}

	.detail_intro table tr:first-child,
	.detail_intro .table-box table tr:first-child {
		font-size: 17px;
	}

	.culture-list ul li {
		width: 100%;
	}

	.culture-list ul li h4 {
		font-size: 22px;
		margin: 10px 0;
	}

	.honor-next,
	.honor-prev {
		width: 36px;
		line-height: 36px;
		height: 36px;
		margin-top: -18px;
	}

	.cases-list {
		margin-top: 40px;
	}

	.cases-list dl dd {
		padding: 30px;
	}

	.cases-list dl dd h4 {
		font-size: 22px;
	}

	.news-detail .goBack {
		font-size: 13px;
		line-height: 40px;
		width: 160px;
	}

	.field_item_title h3 {
		font-size: 18px;
	}

	.contact-ul ul li i {
		width: 50px;
		height: 50px;
		top: 0;
	}

	.contact-ul ul li {
		padding-left: 66px;
		margin-bottom: 15px;
	}

	.contact-ul ul li h3 {
		font-size: 22px;
	}

	.all_product-item .list a h4,
	.contact-ul ul li .txt {
		font-size: 14px;
	}

	.contact-ul {
		margin-top: 30px;
	}

	.product-item i {
		font-size: 19px;
		width: 32px;
		height: 32px;
		right: 10px;
		bottom: 15px;
	}

	.product-item .content {
		padding-right: 42px;
	}
}