body {
	background: #ffffff;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

input,
textarea,
select,
button,
area {
	font-family: "Microsoft YaHei";
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
}

.heade-section,
.section {
	width: 94%;
	max-width: 1425px;
	margin: 0 auto;
}

/*header*/
.header {
	width: 100%;
	background: #fff;
}

.heade-section {
	padding: 35px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.logo-txt {
	display: flex;
	flex-wrap: wrap;
}

.header .logo-img {
	max-width: 180px;
}

.header .logo-img img {
	max-width: 100%;
}

.logo-content {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #eee;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logo-content span {
	display: block;
	color: #777777;
	font-size: 16px;
	line-height: 25px;
}

.header-philosophy {
	color: #df8b45;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-tel {
	padding-left: 55px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 115px;
}

.header-tel:before {
	content: '';
	width: 43px;
	height: 40px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	margin-top: -20px;
	background-image: url(../icon01.png);
	background-size: 100%;
}

.header-tel span {
	display: block;
	color: #777777;
	font-size: 16px;
	line-height: 25px;
}

.lang-icon {
	right: 0;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	position: absolute;
	display: inline-block;
}

.lang-icon a.en-link {
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding-right: 20px;
	position: relative;
}

.lang-icon a.en-link::before {
	content: '';
	display: block;
	width: 12px;
	height: 7px;
	position: absolute;
	right: 0;
	z-index: 20;
	top: 50%;
	margin-top: -3.5px;
	background-image: url(../icon01-1.png);
}

.lang-icon a.en-link:hover {
	color: #df8b45;
}

.lang-icon .lang-link {
	visibility: hidden;
	width: 100px;
	background-color: #df8b45;
	text-align: center;
	padding: 10px 10px;
	border-radius: 8px;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	transition: opacity 1s;
}

.lang-icon .lang-link a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.lang-icon:hover .lang-link {
	visibility: visible;
	opacity: 1;
}

.header .menu {
	width: 100%;
	background: #2b2b2b;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.header .menu ul li {
	position: relative;
	width: 14.28%;
}

.header .menu ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 64px;
	padding: 0 5px;
	color: #fff;
}

.header .menu ul li a:hover,
.header .menu ul li.on a {
	background: #df8b45;
	color: #fff;
}

.header .menu li a.on,
.header .menu li a:hover {
	color: #df8b45;
}

.header .menu li .drop {
	background: url("../drop.png");
	overflow: hidden;
	position: absolute;
	width: 750px;
	left: 0;
	top: 45px;
	display: none;
	z-index: 9999999;
}

.header .menu li .drop ul {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}

.header .menu li .drop li {
	width: 33.3333%;
	float: left;
}

.header .menu li .drop li a {
	display: block;
	background: url(../dian.jpg) no-repeat 0 21px;
	text-align: left;
	padding-left: 15px;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 4%;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #df8b45;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-4px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.h60 {
	width: 100%;
	height: 60px;
	display: none;
}

.more {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.more a {
	display: inline-block;
	color: #666666;
	font-size: 16px;
	padding: 13px 40px;
	border-radius: 10px;
	border: 1px solid #a0a0a0;
}

.more a:hover {
	background: #df8b45;
	color: #fff;
}

.index-title {
	overflow: hidden;
}

.index-title span {
	display: inline-block;
	position: relative;
	line-height: 45px;
	background: #df8b45;
	color: #fff;
	margin-left: 22px;
	padding: 0 15px;
	font-weight: bold;
}

.index-title span:before {
	content: '';
	width: 3px;
	height: 100%;
	left: -9px;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 0;
	background: #e28943;
}

.index-title span::after {
	content: '';
	width: 6px;
	height: 100%;
	left: -22px;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 0;
	background: #e28943;
}

.index-title p {
	color: #777777;
}

.white-color {
	color: #fff;
}

.main-more {
	overflow: hidden;
}

.main-more a {
	background: #df8b45;
	color: #fff;
	width: 180px;
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	margin-top: 35px;
	position: relative;
	overflow: hidden;
}

.main-more a:hover {
	background: #d36910;
}

/**/
.banner-swiper {
	width: 100%;
	overflow: hidden;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
}

.swiper-slide-txt h1 {
	font-size: 4.2vw;
	color: #df8b45;
	font-weight: bold;
	animation-delay: 0.3s;
}

.swiper-slide-txt h2 {
	font-size: 24px;
	color: #000;
	margin-top: 25px;
	animation-delay: 0.6s;
}

.swiper-slide-txt .txt {
	font-size: 16px;
	color: #555555;
	width: 70%;
	max-width: 420px;
	margin-top: 15px;
	line-height: 32px;
	animation-delay: 0.9s;
}

.swiper-slide-txt a {
	background: #df8b45;
	color: #fff;
	width: 130px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 45px;
	font-size: 14px;
	margin-top: 35px;
	position: relative;
	overflow: hidden;
	animation-delay: 1s;
}

.swiper-slide-active a,
.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .txt {
	animation-name: fadeInUp;
}

.index-banner-img {
	padding-top: 39.58%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}

.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}

.product-button {
	width: 92px;
	height: 42px;
	position: relative;
	z-index: 10;
	margin-left: 10%;
}

.button-next,
.button-prev {
	width: 42px;
	line-height: 42px;
	height: 42px;
	top: 50%;
	margin-top: -21px;
	background: #fff;
	border-radius: 50%;
}

.button-next {
	right: 0;
}

.button-prev {
	left: 0
}

.button-next:after,
.button-prev:after {
	font-size: 18px;
	color: #333;
}

.button-next:hover:after,
.button-prev:hover:after {
	color: #fff;
}

.button-next:hover,
.button-prev:hover {
	background: #df8b45;
}

.about-pagination,
.banner-pagination {
	position: absolute;
	bottom: 15px;
}

.work-pagination {
	margin-top: 20px;
}

.button-pagination {
	text-align: center;
	transition: 0.4s;
}

.button-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: 0.4s;
	background: #ddd;
}

.button-pagination .swiper-pagination-bullet-active {
	border-radius: 8px;
	background: #df8b45;
}

.section-Container {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	z-index: 10;
	padding: 80px 0;
}

.product-section-Container {
	padding: 80px 0;
	background-color: #fafafa;
}

.about-section-Container {
	background-image: url(../about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.service-ul {
	width: 100%;
	overflow: hidden;
}

.service-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-ul ul li {
	margin: 15px 0;
	position: relative;
	background: #fafafa;
	padding: 20px 20px;
	border-radius: 10px;
	color: #333;
	cursor: pointer;
	transition: 0.3s;
}

.service-ul ul li .content {
	position: relative;
}

.service-ul ul li h3 {
	margin: 15px 0 10px 0;
	font-size: 25px;
	line-height: 30px;
}

.service-ul ul li .content .txt {
	font-size: 15px;
	line-height: 28px;
	color: #777;
}

.dz-ul ul li .img img {
	max-width: 70px;
}

.sh-ul ul li .img img {
	max-width: 100%;
}

.dz-ul ul li {
	width: 24%;
}

.dz-ul ul li:hover {
	background-color: #df8b45;
	color: #fff;
}

.dz-ul ul li:hover .content .txt {
	color: #fff;
}

.dz-ul ul li:hover .img img {
	filter: brightness(100);
}

.sh-ul ul li {
	width: 31%;
	text-align: center;
}

.sh-ul ul li .img {
	border-radius: 10px;
	overflow: hidden;
}

.product_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.product_list a {
	width: 32%;
	margin: 15px 0;
	display: block;
}

.product_list a:nth-child(3n-1) {
	margin: 15px 2%;
}

.product_list .box {
	height: 285px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	overflow: hidden;
}

.product_list .box img {
	width: 94%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.product-txt {
	padding: 20px 0;
	position: relative;
}

.product-txt h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
}

.product_list a:hover .box img {
	transform: scale(1.2, 1.2);
}

.about-txt {
	width: 50%;
	float: right;
	overflow: hidden;
}

.about-txt .txt {
	line-height: 30px;
	color: #333;
}

.about-txt .txt img {
	width: 100%;
}

.news-list {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-list a {
	width: 31%;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 25px 0;
}

.news-list a .box {
	overflow: hidden;
}

.news-list a img {
	width: 100%;
	transition: 0.7s ease;
}

.news-list a h2 {
	width: 100%;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 15px;
}

.news-list a .content {
	padding: 25px 30px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.news-list a .txt {
	width: 100%;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 10px;
}

.news-list a h3 {
	line-height: 50px;
	font-size: 16px;
	padding-right: 50px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #666;
	opacity: 0;
	transition: 0.6s;
}

.news-list a h3:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 16px;
	right: 0;
	top: 50%;
	margin-top: -8px;
	background-image: url(../icon02.jpg);
}

.news-list a:hover h3 {
	opacity: 1;
}

.news-list a:hover img {
	transform: scale(1.15, 1.15);
}

.news-list a:hover .content {
	border-left: 1px solid #df8b45;
	border-right: 1px solid #df8b45;
	border-bottom: 1px solid #df8b45;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
}

.inner-banner-img {
	width: 100%;
	height: 370px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-section-Container {
	background-image: url(../about-section-Container.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about-img {
	width: 48%;
	float: left;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.num-box {
	width: 100%;
	overflow: hidden;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	width: 30%;
	margin-left: 3%;
}

.num-box ul li .counter {
	font-size: 40px;
	font-weight: 600;
	color: #db7f33;
}

.num-box ul li .num {
	width: 100%;
	overflow: hidden;
	color: #db7f33;
}

.num-box ul li em {
	font-style: normal;
	font-size: 18px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.num-box ul li span {
	font-size: 20px;
	margin-top: 4px;
	color: #5f5f5f;
	display: block;
	position: relative;
}

.cultrue-section-Container {
	background: #fafafa;
}

.inner-honor {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background: #fff;
}

.honor-slide {
	padding: 5px 5px;
	background: #f2f2f2;
	border: 5px solid #dedede;
}

.honor-Swiper {
	padding: 0 60px;
	position: relative;
}

.honor-next,
.honor-prev {
	border: 1px solid #ddd;
}

.index-partner {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 50px 0;
	background-image: url(../partner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.index-partner ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.index-partner ul li {
	background-color: #fff;
	width: 15.066%;
	margin: 20px 0.8%;
	padding: 5px 5px;
	border-radius: 15px;
}

.index-partner ul li img {
	margin: 0 auto;
	max-width: 100%;
}

.work-slide {
	display: block;
}

.work-slide .box {
	overflow: hidden;
}

.work-slide .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.work-slide:hover .box img {
	transform: scale(1.2, 1.2);
}

.detail-content {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.detail-content .section {
	max-width: 1200px;
}

.detail-content dl {
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 60px;
}

.detail-content dl dt {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dddddd;
}

.detail-content dl dt img {
	width: 100%;
}

.detail-content dl dd {
	width: 51%;
	margin-left: 4%;
}

.detail-content dl dd h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
	color: #333;
}

.detail-content dl dd .box {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	position: relative;
	margin-bottom: 20px;
}

.detail-content dl dd a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 190px;
	height: 45px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	background: #df8b45;
	border-radius: 8px;
}

.detail-content dl dd a:hover {
	margin-left: 15px;
}

.detail-content dl dd a:hover {
	background: #df8b45;
}

.detail-content dl dd a i {
	max-width: 20px;
	margin-right: 10px;
}

.detail-content dl dd a i img {
	max-width: 100%;
}

.detail-intro_title {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eaeaea;
}

.detail-intro_title span {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 14px 40px;
	background: #fff;
	border-right: 1px solid #eaeaea;
	border-top: 5px solid #df8b45;
}

.detail-intro {
	width: 100%;
	overflow: hidden;
	padding: 55px 0;
	color: #333;
	font-size: 16px;
	line-height: 35px;
}

.detail-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.detail-intro table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.detail-intro table td {
	text-align: center;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
}

.detail-intro table td.table-c {
	color: #171839;
	font-weight: bold;
}

.NewsQuery a {
	display: block;
	padding: 45px 0;
	border-bottom: 1px solid #f0f0f0;
}

.NewsQuery a h5 {
	font-size: 15px;
}

.NewsQuery a .txt {
	color: #666;
}

.NewsQuery a:hover h2 {
	color: #df8b45;
}

.news-detail {
	overflow: hidden;
	padding: 60px 0;
	color: #333;
}

.news-detail .news-title {
	overflow: hidden;
	padding: 10px 0;
}

.news-detail .news-title h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 15px 0;
}

.news-detail .news-title .three {
	color: #999;
	font-size: 15px;
	text-align: left;
}

.news-detail .news-intro {
	font-size: 16px;
	line-height: 35px;
	overflow: hidden;
	color: #454545;
	padding: 30px 0;
	border-top: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.t_button {
	margin-top: 55px;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #0762cb;
	display: inline-block;
	cursor: pointer;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #df8b45;
}

/*inner-contact */
#mapDiv {
	overflow: hidden;
	width: 100%;
	height: 370px;
}

#mapDiv img {
	display: inline-block;
}

.contactbox {
	overflow: hidden;
}

.form-form {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.form-form ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-form ul li {
	overflow: hidden;
	margin: 8px 0;
	position: relative;
}

.form-form ul li h5 {
	font-size: 16px;
	margin-bottom: 10px;
}

.form-form ul li.name,
.form-form ul li.tel,
.form-form ul li.address {
	width: 31.33%;
}

.form-form ul li.content,
.form-form ul li.button_li {
	width: 100%;
}

.form-form ul li.button_li {
	margin-top: 30px;
}

.form-form ul li input {
	line-height: 55px;
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	color: #000;
	font-weight: 300;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	position: relative;
	border-radius: 0;
}

.form-form ul li textarea {
	width: 100%;
	height: 105px;
	padding: 8px 10px;
	font-size: 16px;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	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%;
	max-width: 235px;
	font-size: 16px;
	outline: none;
	color: #fff;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #df8b45;
	border: 1px solid #df8b45;
}

.form-form input::placeholder {
	color: #828282;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 60px 0;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #868686;
}

.qt-pagination a {
	margin: 0 5px;
	font-size: 15px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	color: #868686;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #df8b45;
	color: #fff;
}

.footer {
	width: 100%;
	overflow: hidden;
	background-color: #1e1e1e;
	position: relative;
	z-index: 10;
}

.footer_box {
	width: 100%;
	overflow: hidden;
	color: #555;
	position: relative;
	z-index: 10;
	padding: 60px 0;
}

.foot-logo {
	width: 100%;
	overflow: hidden;
}

.foot-logo img {
	max-width: 150px;
}

.foot-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #393939;
	padding: 20px 0;
	margin-top: 30px;
}

.foot-menu a {
	display: inline-block;
	font-size: 14px;
	position: relative;
	color: #999;
	margin-right: 40px;
	font-weight: 500;
}

.foot-menu a:hover {
	color: #fff;
}

.footer-contact {
	width: 100%;
	margin-top: 45px;
}

.footer-contact ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-contact ul li {
	display: inline-block;
	font-size: 14px;
	position: relative;
	color: #999;
	font-weight: 500;
}

.foot-Support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

.foot-copyright {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	line-height: 25px;
	color: #999;
	font-size: 13px;
	position: relative;
	z-index: 10;
	background: #292929;
}

.foot-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-copyright a {
	color: #999;
}

.foot-copyright a:hover {
	opacity: 0.1;
}

.cd-top {
	display: inline-block;
	height: 44px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

.box-customer {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 9999;
}

.box-customer .imgbox {
	width: 100%;
	background: #df8b45;
	margin: 2px 0;
}

.box-customer .imgbox a .left {
	padding: 10px 0;
	width: 62px;
}

.box-customer .imgbox a {
	text-align: center;
}

.box-customer .imgbox a .left .img {
	margin: 0 0 10px 0;
}

.box-customer .imgbox a .left .img img {
	margin: auto;
}

.box-customer .imgbox a .left .text {
	font-size: 13px;
	color: #ffffff;
}

.box-customer .imgbox1 {
	position: relative;
	width: 207px;
	right: -145px;
	top: 0;
	transition: 0.5s;
}

.box-customer .imgbox1:hover {
	right: 0;
}

.box-customer .imgbox1 a .right {
	font-size: 14px;
	color: #fff;
	width: 145px;
}

.box-customer .imgbox1 a .right p {
	box-sizing: border-box;
	padding: 0 20px 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #fff;
}

.box-customer .imgbox2 {
	position: absolute;
	width: 82px;
	right: -20px;
	transition: 0.5s;
	top: 75px;
}

.box-customer .imgbox2:hover {
	right: 0;
}

.box-customer .imgbox3 {
	position: absolute;
	width: 82px;
	right: -20px;
	transition: 0.5s;
	top: 150px;
}

.box-customer .imgbox3 a {
	position: relative;
}

.box-customer .imgbox3 a .twoimg {
	position: absolute;
	left: -120px;
	top: -20%;
	transition: 0.8px;
	opacity: 0;
}

.box-customer .imgbox3:hover {
	right: 0;
}

.box-customer .imgbox3:hover a .twoimg {
	opacity: 1;
}

.box-customer .imgbox4 {
	position: absolute;
	width: 82px;
	right: -20px;
	transition: 0.5s;
	top: 225px;
}

.box-customer .imgbox4:hover {
	right: 0;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width:1400px) {
	.header-philosophy {
		font-size: 24px;
	}

	.logo-content {
		margin-left: 10px;
		padding-left: 10px;
	}

	.header-tel {
		padding-left: 50px;
		margin-right: 105px;
	}

	.header-tel:before {
		content: '';
		width: 38px;
		height: 36px;
		margin-top: -18px;
	}

	.header-tel span {
		font-size: 14px;
		line-height: 20px;
	}

	.header .menu ul li a {
		font-size: 17px;
		line-height: 60px;
	}

	.header .logo-img {
		max-width: 160px;
	}

	.logo-content span {
		font-size: 14px;
		line-height: 22px;
	}

	.num-box ul li .counter {
		font-size: 32px;
	}

	.num-box ul li span,
	.product-txt h2 {
		font-size: 17px;
	}

	.service-ul ul li h3 {
		font-size: 22px;
	}
}

@media (max-width:1199px) {
	.header-philosophy {
		display: none;
	}

	.header .logo-img {
		max-width: 145px;
	}

	.heade-section {
		padding: 24px 0;
	}

	.about-img,
	.about-txt {
		width: 100%;
		float: none;
		margin: 15px 0;
	}

	.service-ul ul li h3 {
		font-size: 20px;
	}

	.service-ul ul li .content .txt {
		font-size: 15px;
		line-height: 24px;
	}

	.inner-banner-img {
		width: 100%;
		height: auto;
		padding-top: 20.5%;
	}

	.header .menu ul li a {
		font-size: 16px;
		line-height: 50px;
	}

	.section-Container {
		padding: 40px 0;
	}
}

@media (max-width:658px) {
	.header .menu ul li {
		position: relative;
		width: 25%;
		border-bottom: 1px solid #393939;
		border-right: 1px solid #393939;
	}

	.num-box ul li .counter {
		font-size: 28px;
	}

	.num-box ul li em {
		font-size: 13px;
		margin-left: 5px;
	}

	.num-box ul li span {
		font-size: 14px;
	}

	.num-box ul li {
		width: 33.3%;
		margin-left: 0;
	}

	.index-title span {
		line-height: 36px;
	}

	.main-more a {
		width: 145px;
		line-height: 38px;
		font-size: 16px;
		margin-top: 25px;
	}

	.section {
		width: 100%;
		padding: 0 20px;
	}

	.header .menu ul li a {
		font-size: 16px;
		line-height: 42px;
	}

	.header .logo-img {
		max-width: 125px;
	}

	.logo-content span {
		font-size: 12px;
		line-height: 17px;
	}

	.heade-section {
		width: 100%;
		padding: 20px 20px;
	}

	.menu .section {
		padding: 0;
	}

	.header-tel {
		display: none;
	}

	.lang-icon {
		right: 20px;
	}

	.footer_box {
		padding: 30px 0;
	}

	.foot-menu {
		border-bottom: 1px solid #393939;
		padding: 10px 0;
		margin-top: 15px;
	}

	.footer-contact {
		width: 100%;
		margin-top: 20px;
	}

	.footer-contact ul li {
		width: 100%;
		display: block;
	}

	.foot-logo img {
		max-width: 110px;
	}

	.foot-copyright {
		padding: 10px 0;
		line-height: 20px;
		font-size: 12px;
	}

	.foot-Support .img {
		width: 46px;
		display: flex;
	}

	.product_list a {
		width: 100%;
		margin: 8px 0;
	}

	.product_list .box {
		height: auto;
	}

	.service-ul ul li,
	.product_list a:nth-child(3n-1) {
		margin: 8px 0;
	}

	.dz-ul ul li {
		width: 48%;
	}

	.news-list a,
	.sh-ul ul li {
		width: 100%;
	}

	.service-ul ul li {
		padding: 10px 10px;
	}

	.dz-ul ul li .img img {
		max-width: 40px;
	}

	.news-list a h3 {
		line-height: 50px;
		font-size: 16px;
		padding-right: 50px;
		opacity: 1;
	}

	.news-list a .content {
		padding: 15px 10px;
	}

	.service-ul ul li .content .txt {
		font-size: 14px;
		line-height: 22px;
	}

	.service-ul ul li h3 {
		font-size: 18px;
		margin: 10px 0 5px 0;
	}

	.inner-banner-img {
		width: 100%;
		height: 180px;
		padding-top: 0;
	}

	.index-partner ul li {
		background-color: #fff;
		width: 18.066%;
		margin: 9px 0.8%;
		padding: 5px 5px;
		border-radius: 5px;
	}

	.button-pagination span {
		margin: 0 3px;
		width: 6px;
		height: 6px;
	}

	.about-txt .txt {
		line-height: 26px;
		color: #333;
	}

	.detail-content dl dt,
	.detail-content dl dd {
		width: 100%;
		margin: 15px 0;
	}

	.news-detail .news-intro,
	.detail-intro {
		font-size: 15px;
		line-height: 26px;
	}

	.detail-content dl dd .box {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.news-detail .news-title h1 {
		font-size: 22px;
		font-weight: bold;
		margin: 10px 0;
	}

	#mapDiv {
		overflow: hidden;
		width: 100%;
		height: 220px;
	}

	.form-form ul li.name,
	.form-form ul li.tel,
	.form-form ul li.address {
		width: 100%;
	}

	.form-form ul li h5 {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.form-form ul li input {
		line-height: 45px;
		width: 100%;
		font-size: 14px;
		padding: 0 5px;
	}

	.box-customer {
		top: auto;
		bottom: 15%;
	}

	.box-customer .imgbox a .left .img img {
		margin: auto;
		max-width: 22px;
	}

	.box-customer .imgbox a .left .text {
		display: none;
	}

	.box-customer .imgbox a .left .img {
		margin: 0;
	}

	.box-customer .imgbox a .left {
		padding: 5px 0;
		width: 40px;
	}

	.box-customer .imgbox1 {
		width: 185px;
	}

	.box-customer .imgbox2 {
		width: 60px;
		right: -20px;
		top: 33px;
	}

	.box-customer .imgbox3 {
		width: 60px;
		top: 66px;
	}

	.box-customer .imgbox4 {
		position: absolute;
		width: 60px;
		top: 99px;
	}
}