.warp {
	margin: 0 auto;
	width: 1360px;
}

body {
	position: relative;
	width: 100%;
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1430px;
	}
}


/**/

header {
	position: relative;
	width: 100%;
	height: 100px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.header-top {
	padding-right: 6%;
	background: #121212;
	width: 100%;
	height: 30px;
	line-height: 30px;
		display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #fff;
}

.header-nav {
	width: 100%;
	height: 70px;
	background: #fff;
	padding-right:6%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-nav.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.header-top .top-cont {
	padding: 0 20px;
	border-left: 1px solid #666;
}
.header-top .top-cont a{
	color:#fff;
}
.lang {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-left: 1px solid #666;
	padding-left: 20px;
	cursor: pointer;
}

.lang>div span {
	display: inline-block;
	padding: 0 8px;
}

.lang .lang_box {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background: #fff;
	width: 130px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #eaeaea;
	z-index: 9;
	border-bottom: none;
}

.lang .lang_box li {
	border-bottom: 1px solid #eaeaea;
}

.lang .lang_box a {
	display: flex;
	padding: 8px 10px;
	align-items: center;
	justify-content: flex-start;
}

.lang .lang_box a img {
	width: 22px;
	margin-right: 8px;
}

.lang:hover .lang_box {
	display: block;
}

.lang .lang_box a:hover {
	background: #d61318;
	color: #fff;
}

.header_logo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding-left: 5%;
	background: #d61318;
}

.header_logo a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding-right: 10px;
	align-items: center;
	justify-content: center;
}

.header_logo.active a img {
	height: auto;
	transition: all 0.3s;
}

.header_logo a:before {
	position: absolute;
	content: "";
	left: 100%;
	top: 0;
	bottom: 0;
	border-top: 100px solid transparent;
	border-left: 100px solid #d61318;
}

.header_logo.active {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	z-index: 99999999999;
}

.header_logo.active a:before {
	border-top: 70px solid transparent;
	border-left: 70px solid #d61318;
}

.header_logo.active a img {
	height: 42px;
	transition: all 0.3s;
}


.header-nav .navbar {
	padding: 0;
}

.header-nav .navbar li.nav-item {
	margin-left: 26px;
}

.header-nav .navbar .nav-item a.nav-link {
	display: flex;
	font-family: 'Barlow-ExtraBoldItalic';
	font-size: 18px;
	color: #000;
	padding: 0;
	height: 70px;
	align-items: center;
	flex-direction: row;
}

.header-nav .navbar .nav-item a.nav-link i {
	margin-left: 5px;
}


/**/

.dropdown .dropdown-menu {
	left: 50%;
	margin-top: 0;
	transform: translateX(-50%);
	border: 1px solid #eaeaea;
	text-align: center;
}

.dropdown.active a.nav-link,
a.nav-link:hover {
	color: #d61318!important;
}

.dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 15px;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-item:hover {
	background: #D61318;
	color: #fff;
}

.dropdown .dropdown-menu li:last-child .dropdown-item {
	border-bottom: none;
}


/**/

.mobile_header {
	display: none;
	width: 100%;
	height: 50px;
}

.mobile_header_box {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.mobile_header_box.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 88888;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.mobile_header .header_logo a:before {
	border-left: 50px solid #d61318;
	border-top: 50px solid transparent;
}

.mobile_header .header_logo {
	position: absolute!important;
}

.moblie_title_right {
	display: block;
	float: right;
	width: 50px;
	margin-left: 20px;
	height: 50px;
	text-align: center;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 68%;
	margin-top: -10px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}


/**/

.mobile_header_list {
	display: none;
	position: fixed;
	top: 50px;
	z-index: 999999999;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	border-top: 1px solid #eaeaea;
	height: 100vh;
}

.mobile_header_list .card {
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea!important;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	padding-left: 20px;
	width: calc(100% - 40px);
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #111;
	margin: 6px 20px 6px 0;
}

.mobile_header_list .btn:focus {
	outline: none;
	box-shadow: none;
}

.mobile_header_list input:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
}

.mobile_header_list input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #fff !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff !important;
}

.mobile_header_list .card h5 img {
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.25rem;
}

.mobile_header_list .card h5 img:nth-child(2) {
	display: none;
}

.mobile_header_list .card h5 {
	line-height: 50px;
	font-size: 16px;
	padding-left: 15px;
	color: #333;
	position: relative;
	cursor: pointer;
	width: 90%;
	margin: auto;
}

.mobile_header_list .card h5 .btn {
	float: right;
	margin-top: 0.4rem;
	color: #ffffff;
	margin-right: 3%;
}

.mobile_header_list .card h5::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -0.06rem;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}


.mobile_header_list .card.nodropdown h5::after {
	border-bottom: none;
	border-right: none
}

.mobile_menu_title.active h5::after {
	-webkit-transform: translate3d(0, 0px, 0) rotate(-135deg);
	transform: translate3d(0, 0px, 0) rotate(-135deg);
}

.mobile_header_list .card:first-child h5::after {
	width: 0;
	height: 0;
}

.card-body{
	background: #f8f8f8;
}
.card-body li{
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}
.card-body li:last-child{
	margin-bottom: 0;
}
/**/

.banner-wrapper .swiper-slide,
.banner-wrapper.swiper-container {
	width: 100%;
	height: 100%;
}
.banner-wrapper .swiper-slide a{
	display:block;
		width: 100%!important;
}
.banner-wrapper .swiper-slide img {
	width: 100%!important;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
	background: rgba(0, 0, 0, 0.3);
}

.banner-img {
	width: 100%;
}

#banner-img {
	display: flex;
	position: relative;
	max-height: 82vh;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	align-items: center;
	justify-content: center;
}

.banner-wrapper {
	overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	width: 50px!important;
	font-size: 30px;
	color: #fff!important;
}

.banner-wrapper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}


/**/

.cate_type {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 888;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}

.cate-wrapper {
	width: 100%;
}

.cate_type .type {
	display: flex;
	width: 100%;
	padding: 15px;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}

.cate_type .type img {
	width: 30%;
	max-width:100px;
	margin-right: 5px;
}

.cate_type .type p {
	font-family: "Barlow-BlackItalic";
	color: #000;
	font-size: 20px;
}

.cate_type .swiper-slide {
	background: #fff;
}

.cate_type .type2 p {
	font-size: 16px;
}


/**/

.warrpbox {
	padding: 80px 0;
}

.title_index {
	margin-bottom: 30px;
	text-align: center;
}

.title_index p {
	font-size: 16px;
	color: #D61318;
	margin-bottom: 10px;
}

.title_index h1 {
	font-family: 'Barlow-BlackItalic';
	color: #000;
	text-transform: uppercase;
}


/**/

.product .container {
	max-width: inherit;
	width: 100%;
}

.product_list {
	display: flex;
	padding: 0 6%;
	flex-wrap: wrap;
}

.product_list li {
	position: relative;
	margin: 15px;
	width: calc(33.3333% - 30px);
	border:1px solid #eee;
}

.img_box {
	overflow: hidden;
}

.img_box img {
	width: 100%;
	transform: scale(1.0);
	transition: all 0.5s;
}

.img_box:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.pro_name {
	position: absolute;
	padding: 20px;
	top: 5%;
	left: 5%;
	right: 5%;
	z-index: 1;
}

.pro_name h3 {
	font-family: 'Barlow-ExtraBoldItalic';
	color: #333;
	font-size: 20px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出的内容 */
}

.text-tx2 .ten-left,
.text-tx2 .ten-right {
	background: #176fb7;
}

.text-tx {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #000;
	cursor: pointer;
}

.text-tx span {
	display: inline-block;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.text-tx .ten-left {
	margin-top: -1px;
	background: #000;
	width: 0;
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 0;
}

.text-tx .wenzi {
	font-size: 16px;
}

.text-tx .ten-right {
	background: #000;
	width: calc(45px - 1px);
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 1;
	margin-left: 15px;
}

.text-tx:hover .ten-left,
.product_list li:hover .ten-left,
.news-wrapper .swiper-slide:hover .ten-left,
.news_main li:hover .ten-left{
	width: calc(45px - 16px);
	opacity: 1;
	margin-right: 15px;
}

.text-tx:hover .ten-right,
.product_list li:hover .ten-right,
.news-wrapper .swiper-slide:hover .ten-right,
.news_main li:hover .ten-right{
	width: 0;
	opacity: 0;
}


/**/

.why_bj {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	background: url(../images/bj2.jpg) no-repeat center fixed;
	background-size: cover;
}

.why_bj .title_index {
	text-align: left;
}

.why_bj .title_index h1 {
	color: #fff;
}

.why_bj .container {
	position: relative;
}

.why_bj img {
	position: relative;
	z-index: 0;
}

.bj-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 30%;
	background: #121212;
	z-index: 0;
}

.quan1 {
	position: absolute;
	top: -407px;
	right: 50%;
	margin-right: -700px;
}

.quan1 img {
	-webkit-animation: rotate360 28s linear 0s infinite;
	animation: rotate360 28s linear 0s infinite;
}

@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate360 {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate360 {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}

@keyframes rotate360 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.quan2 {
	position: absolute;
	bottom: 80px;
	left: -250px;
}

.about-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-text .left {
	max-width: 50%;
	color: #fff;
}

.about-text .left em,
.advantagebox .swiper-slide p>em {
	font-weight: bold;
	font-family: 'Barlow-BlackItalic';
	color: #D61318;
	font-size: 18px;
	text-transform: uppercase;
}

.about-text .more {
	display: block;
	border: 1px solid #eaeaea;
	padding: 10px;
	opacity: 0.6;
}

.about-text .more:hover {
	opacity: 1;
}

.about-text .more .wenzi,
.about-text .more .ten-jiantou i {
	color: #fff;
}

.about-text .more .ten-left,
.about-text .more .ten-right {
	background: #fff;
}

.advantagebox {
	margin-top: 50px;
}

.advantagebox .swiper-slide {
	background: #fff;
	padding: 3%;
	min-height: 390px;
}

.advantagebox .swiper-slide img {
	width: 60px;
}

.advantagebox .swiper-slide h6 {
	font-weight: bold;
	color: #D61318;
	font-size: 20px;
	margin: 50px 0;
	font-family: 'Barlow-ExtraBoldItalic';
}

.advantagebox .swiper-slide li {
	display: flex;
	margin-bottom: 5px;
	align-items: flex-start;
	justify-content: flex-start;
}

.advantagebox .swiper-slide li em {
	height: 25px;
	line-height: 25px;
	margin-right: 18px;
	color: #D61318;
}

.advantagebox .swiper-slide li:nth-child(2n) em {
	color: #ffbc09;
}


/**/

.client {
	padding-top: 0!important;
	background: url(../images/bj2.jpg) no-repeat center fixed;
	background-size: cover;
}

.client-wrapper .swiper-slide ul {
	display: flex;
	flex-wrap: wrap;
}

.client-wrapper li {
	display: flex;
	width: calc(16.6666% - 1px);
	margin: 0.5px;
	padding: 8px;
	background: #fff;
	align-items: center;
	justify-content: center;
}


/**/

.news-wrapper {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
	overflow: hidden;
}

.news-wrapper .swiper-pagination {
	left: 0;
	right: 0;
	bottom: 0;
}

.news-wrapper .swiper-pagination-bullet {
	margin: 0 3px;
	width: 12px;
	height: 12px;
}

.news-wrapper .swiper-pagination-bullet-active {
	background: #D61318;
}

.news-wrapper a {
	display: block;
	width: 100%;
}

.news-wrapper .type_time {
	margin: 20px 0;
}

.news-wrapper .type_time span {
	font-family: 'Barlow-ExtraBoldItalic';
	color: #D61318;
}

.news-wrapper h5 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-wrapper p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-wrapper .text-tx {
	margin-top: 20px;
	float: left;
	padding: 12px 15px;
	width: auto;
	border: 1px solid #EAEAEA;
}

.news-wrapper .text-tx .ten-left,
.news-wrapper .text-tx .ten-right {
	background: #D61318;
}

.news-wrapper .text-tx .wenzi {
	color: #666;
}

.news-wrapper .ten-jiantou i {
	color: #D61318;
}

.news-wrapper .swiper-slide:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.news-wrapper .text_box {
	padding: 0 25px;
}


/**/

footer {
	background: #121212;
}

.footer_box {
	padding:70px 0;
}

.footer_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_bottom {
	padding: 10px 0;
	color: #fff;
	line-height: 30px;
	border-top: 1px solid #333;
}

.footer_bottom .container {
	display: flex;
	align-items: center;
	height: 50px;
	justify-content: space-between;
}
.footer_bottom .container a{
	color: #fff;
}
.shop_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shop_box a{
	padding:8px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	border: 1px solid #333;
	margin: 0 5px;
}
.shop_box img{
	width: 30px;
	margin-right: 8px;
}
.shop_box a:hover{
	background: #D61318;
}
.linkbtn{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.linkbtn li{
	margin: 0 10px;
	font-size: 22px;
}
.linkbtn img{
	width: 22px;
	height: 22px;
}
.linkbtn li a{
	color: #fff;
	opacity: 0.5;
}
.linkbtn li a:hover{
	opacity: 1;
}
.footer_nav{
	display: flex;
	margin-top:30px;
	flex-wrap: wrap;
	justify-content: space-around;
}
.footer_nav .nav_item{
	width: 20%;
	margin-top: 30px;
}
.footer_nav .nav_item a{
	display: block;
	color: #fff;
	opacity: 0.6;
}
.footer_nav .nav_item h3{
	margin-bottom: 40px;
}
.footer_nav .nav_item h3 a{
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	opacity: 1;
	font-family:'Barlow-ExtraBoldItalic';
}
.footer_nav .nav_item h3 i{
	color: #D61318;
	font-size: 18px;
	margin-left: 5px;
}

.footer_nav .nav_item:last-child{
	width: auto!important;
}
/**/
#banner-ny{
	display: flex;
	height:550px;
	width: 100%;
	align-items: center;
}
#banner-ny h3{
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-family:'Barlow-BlackItalic';
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.ny_title{
	text-align: center;
	margin-bottom: 40px;
	font-family:'Barlow-BlackItalic';
	color: #000;
}
.ny_title h2{
	font-size: 36px;
}
.about_text_ny em{
	font-family:'Barlow-BlackItalic';
	color: #D61318;
	font-size: 20px;
}
/**/
.dh{
	width: 100%;
		border-bottom: 1px solid #EAEAEA;
}
.dh .container{
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	min-height: 63px;
    align-items: center;
    justify-content: space-between;
}
.dh .container .dh_right{
	margin-left: -10px;
}
.dh .container .dh_right a{
	margin: 0 10px;
}

.about_company .container .about-info{
	display: flex;
    align-items: center;
}
.about_company .container .about-info>div{
	width: calc(90% - 300px);
}
.about_company .container .about-info>img{
	margin-right:10%;
	width: 300px;
	margin-bottom: 160px;
}


.hz-box {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;border: 1px solid #eaeaea;
}
				
.hz-box img{
	max-width:50%;
}

.feedback-jion{
	padding: 30px;
}
.hz-box .text .text-info{
	padding: 30px 30px 15px;
	
}
.hz-box .text h3{
	font-family:'Barlow-BlackItalic';
	color: #D61318;
	margin-bottom: 30px;
}
.feedback-jion input{
	width: 100%;
	border: 1px solid #eaeaea;
	background: #f8f8f8;
	height: 50px;
	border-radius: 0;
}

.feedback-jion textarea{
	width: 100%;
}
.feedback-jion .feedback-submit {
    background: #000;
    color: #ffffff;
    border-radius: 0;
    width: 100%;
    height: 51px;
    border-radius: 3px;
}
/**/
.culture{
	display: flex;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
.culture li{
	display: flex;
	margin: 15px;
	width: calc(33.3333% - 30px);
	align-items: center;
    justify-content: flex-start;
}
.culture li i{
	display: flex;
	width: 80px;
	height: 80px;
	background: #D61318;
	border-radius: 50%;
	margin-right: 20px;
	    align-items: center;
    justify-content: center;
}
.culture li i img{
	width: 50%;
}
.culture li h3{
	font-family: 'Barlow-BlackItalic';
	color: #000;
}
/**/
.cooperSwiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px!important;
}

.cooperSwiper ul {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}

.cooperSwiper li {
	margin: 10px;
	background: #fff;
	width: calc(20% - 20px);
	background: #fff;
	border-radius: 10px;
}

.cooperSwiper li .img_box {
	display: flex;
	height: 130px;
	padding: 20px;
	align-items: center;
	justify-content: center;
}

.cooperSwiper li .img_box img {
	width: auto;
	max-height: 100%!important;
}

.cooperSwiper li p {
	padding: 10px;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 1px solid #eaeaea;
}
.cooperSwiper .swiper-pagination-bullet {
	width: 16px;
	height: 7px;
	margin: 0 5px;
	border-radius: 7px;
}

.cooperSwiper .swiper-pagination-bullet-active {
	width: 23px;
	background: #D61318;
}
.cooperSwiper .swiper-pagination{
	left: 0;
	right: 0;
}
/**/
.container-nav-container{
	overflow: hidden;
}
#contain-nav {
	margin: 0 0 30px;
}

#contain-nav .swiper-slide{
	width: auto!important;
	min-width: 180px;
	text-align: center;
	line-height: 48px;
	height: 50px;
	margin-right: 20px;
	border: 1px solid #eaeaea;
}

#contain-nav .swiper-slide a{
	display: block;
	width: 100%;
	background: #fff;
	padding: 0 10px;
}
#contain-nav .swiper-slide a.active,
#contain-nav .swiper-slide:hover a{
	background:#D61318;
	color: #fff;
	text-align: center;
}
/**/
.news_main{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	    flex-wrap: wrap;
}

.news_main li{
	margin: 15px;
	width: calc(33.3333% - 30px);
	border: 1px solid #eaeaea;
}


.news_main .text_box {
    padding: 0 25px;
}

.news_main .type_time {
	margin: 20px 0;
}

.news-wrapper .type_time span {
	font-family: 'Barlow-ExtraBoldItalic';
	color: #D61318;
}

.news_main  h5 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_main  p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_main .text-tx {
	margin-top: 20px;
	float: left;
	width: auto;
	margin-bottom: 20px;
}

.news_main .text-tx .ten-left,
.news_main .text-tx .ten-right {
	background: #D61318;
}

.news_main .text-tx .wenzi {
	color: #666;
}

.news_main .ten-jiantou i {
	color: #D61318;
}

.news_main li:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.news_main .text_box {
	padding: 0 25px;
}

/**/
.competence li{
	margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    border-radius: 10px;
}
.competence li i{
	font-style: normal;
	color: #D61318;
	margin-right: 10px;
}
.competence li .text{
	display: flex;
	flex-wrap: wrap;
	max-width: 60%;
}
.competence li p{
	display: flex;
	width:calc(50% - 20px);
	padding: 15px;
	margin: 10px;
	background: #f8f9fc;
}

.competence li h2{
	font-size: 22px;
	color: #D61318;
	font-family:'Barlow-BlackItalic';
}
/**/
.quality{
	display: flex;
	flex-flow: wrap;
}
.quality li{
	display: flex;
	margin: 15px;
	width: calc(50% - 30px);
	border: 1px solid #eaeaea;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
	flex-direction: column;
}
.quality li .text{
	display: flex;
	padding: 15px 15px 0;
	    flex-direction: column;
    justify-content: space-around;
}
.quality li .text h2{
	font-size: 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
	color: #D61318;
	font-family:'Barlow-BlackItalic';
}

/**/
.equipment{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	justify-content: center;
}
.equipment li{
	margin: 15px;
	width: calc(33.3333% - 30px);
	background: #f8f8f8;
	text-align: center;
	line-height: 30px;
	padding:20px 20px 10px;
}
.equipment li img{
	border: 1px solid #eaeaea;
}
/**/
.con{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.con li{
	margin: 15px;
	width: calc(50% - 30px);
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
}
.con li h3{
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	color:  #D61318;
	background: #f8f8f8;
	padding: 15px;
	font-size: 20px;
	font-family:'Barlow-ExtraBoldItalic';
}
.con li h3 em{
	margin-right: 10px;
}
.con li .text{
	padding: 15px;
}

.continfo li{
	width:calc(33.333% - 30px);
}
#mapbox{
	width: 100%;
}
/**/
#feedback {
	margin-top: 40px;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

#feedback .form-control {
	background: none;
	border: none;
	border-bottom: 1px solid #333;
	border-radius: 0;
	height: 3.25rem;
	padding: .375rem 1.2rem;
}

#feedback .form-control:focus {
	box-shadow: none;
	border: 1px solid #3c482b;
}

#feedback .form-group {
	padding: 0.3rem 0.8rem;
}

#feedback .form-textarea {
	width: 100%;
	padding: 1rem 1.2rem;
	background: none;
	border-radius: 3px;
	height: 8rem;
	border: none;
	border-bottom: 1px solid #333;
	border-radius: 0;
}

#feedback .feedback-submit {
	margin-top: 1.3rem;
	width: 100%;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1b1b1b;
	color: #fff;
}
#mapContainer {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}
/**/
.service_ul {
	display: flex;
	width: calc(100% - 400px);
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.service_ul li{
	margin: 15px;
	width: calc(33.3333% - 30px);
	background: #F8F9FC;
	padding: 30px;
	text-align: center;
	border-radius: 10px;
}
.service_ul li img{
	width: 50px;
	height: 50px;
	margin-bottom: 60px;
}
.service_ul li:last-child img{
	width: auto;
	height: 50px;
}
.contact_fw {
    display: flex;
    justify-content: space-between;
}
.contact_fw .hour{
	display: flex;
	margin-right: 40px;
	padding: 30px;
	border: 1px solid #D61318;
	border-right: 0;
	flex-direction: column;
    justify-content: center;
}
.contact_fw .hour p{
	font-size: 20px;
	font-family:'Barlow-BlackItalic';
	color: #000;
}
.contact_fw .hour .ph{
	color: #D61318;
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-family:'Barlow-BlackItalic';
}
.area_box{
	margin-top: 60px;
}
.area_box.container{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.area_box.container img{
	width: calc(100% - 400px);
}
.area_box ul.area li{
	display: flex;
	padding: 20px;
	background: #fff;
	margin: 20px 0;
	border-radius:8px;
	border:1px solid #eaeaea;
	border-bottom: 3px solid #ddd;
	    align-items: center;
}

.area_box ul.area li i{
	color: #D61318;
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
}
/**/
.procenter{
	padding: 40px 0;
	min-height:800px;
}
.pro-type-mobile{
width: 100%;
display: flex;
align-items: center;
    justify-content: center;
    line-height: 30px;
    padding: 15px 5px;
    background:#eeeeee;
    font-family:'Barlow-ExtraBoldItalic';
}
.left-nav {
	position: sticky;
	float: left;
	top: 80px;
	width: 20%;
	padding: 0 30px;
	
}
.pro-type-nav {
	display: flex;
	text-align: left;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #000;
	cursor:pointer;
}
.pro-type-nav a{
	display:block;
	width:100%;
}
.pro-type-nav:hover{
	border-bottom: 2px solid #D61318;
}
.pro-type-nav img{
	width: 35px;
	margin-right: 10px;
}
.pro-type-nav>div{
	display: flex;
	align-items: center;
}
.left-nav li {
	padding: 15px 15px;
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA;
}

.left-nav li:last-child {
	border: none;
}
.procenter .product_list_box{
	float: right;
	
	width:80%;
	margin-top: -15px;
}
.procenter .product_list_box .product_list{
	padding: 0;
}
.pro-type ul{
	display: none;
}
.pro-type.cur ul{
	display: block;
	border-bottom: 2px solid #000;
}
.pro-type.cur .pro-type-nav{
	border-bottom: 1px solid #eaeaea;
}
.close-pro{
	display: none;
}
/**/
.news_link {
	margin: 2rem 0;
	border-top: 1px solid #eaeaea;
	padding-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_link i {
	margin-right: 8px;
}

.news_link a {
	margin-right: 10px;
}
.news_view .container>h3 {
	text-align: center;
}

.page_tb {
	margin-top:2rem;
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_tb a {
	color: #999;
}

.page_tb i {
	margin: 0 0.7rem;
}

.page_tb a:hover,
.news_link a.more_cen:hover {
	color: #3c482b;
}

.news_details {
	min-height: 500px;
}
/**/
.pro-view-container {
	display: flex;
	justify-content: space-between;
}

.pro-view-container .pro-img {
	text-align: center;
}

.pro-view-container .pro-view-left {
	display: flex;
	width: 60%;
	margin-right: 30px;
	border: 1px solid #ddd;
	align-items: center;
	justify-content: center;
}

.pro-view-img {
	width: 100%;
	position: relative;
}

.gallery-pro .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.gallery-pro .swiper-slide img {
	width: 100%;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	left: 0;
	margin-top: -12px;
}

.swipers-btn.swiper-button-disabled {
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-protwo {
	height: auto;
}

.gallery-protwo .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.pro-view-container .pro-view-right {
	width: 40%;
}
.pro-view-container .pro-view-right .flex{
	display: flex;
	    flex-direction: column;
}
.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #000;
}

.pro-view-jj {
	position: relative;
	border-top: 1px solid #eaeaea;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
}

.product-view .product_details {
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.product-view .product_details h2 {
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.headline {
	margin-bottom: 30px;
}

.headline h2 {
	font-size: 1.6rem;
}

.pro-view-jj .swipers-btn {
	width: 30px;
	background: #f5f5f5;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-jj .swipers-btn:hover {
	background: #D61318;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro-view-right .text-box img {
	max-width: 100%;
}


.gallery-protwo, .gallery-pro{
	overflow: hidden;
}
.gallery-protwo .swiper-slide.swiper-slide-thumb-active{
	border-color: #D61318;
	opacity: 1;
}
/**/
.ny_title2{
	
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	padding-top: 30px;
	border-top: 1px solid #eaeaea;
}
.ny_title2 h2{
	font-size: 24px;
}
.other .product_list{
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}

/**/
@media (max-width:1400px) {
	.pro_name h3 {
		font-size: 18px;
	}
}

@media (max-width:1200px) {
	.procenter .product_list_box{
		width: 70%;
	}
	.left-nav {
	width: 30%;
	}
	.pro_name{
		padding:10px;
	}
	.contact_fw {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	}
	.contact_fw .hour{
		border-bottom: 0;
		margin-right: 0;
		border-right:1px solid #D61318;
		    align-items: center;
	}
	.area_box.container {
    flex-direction: column;
	}
	.service_ul{
		width: calc(100% + 30px);
	}
	.service_ul li{
		width: calc(100% - 30px);
	}
	.about_company .container .about-info>img{
		right: 5%;
	}
	.area_box.container img {
    width: 100%;
	}
	.area_box .area{
		width: 100%;
	}
	.cooperSwiper li p{
		line-height: 20px;
	}
	.culture li h3{
		font-size: 18px;
	}
	.culture li i{
		width: 60px;
		height: 60px;
	}
	.news_main li{
		width: calc(50% - 30px);
	}
	.footer_nav {
    justify-content: flex-start;
	}
	.footer_top>img{
		width: 220px;
	}
	.footer_nav .nav_item{
		width: 33.3333%;
	}
	.product_list {
		padding: 0;
	}
	.product .container {
		max-width: intrinsic!important;
	}
	.header_logo img {
		width: 223px;
	}
	.product_list li {
		width: calc(50% - 30px);
	}
	header .header_logo a:before {
		border-left: 80px solid #d61318;
	}
	.header-nav .navbar li.nav-item {
		margin-left: 20px;
	}
	.lang {
		padding-left: 10px;
	}
	.header-top .top-cont {
		padding: 0 10px;
	}
	.hz-box img{
		width: 100%;
		max-width: 100%;
	}
	.hz-box {
    justify-content: space-between;
    flex-direction: column;
	}
	.feedback-jion{
		padding-top: 0;
	}
}

@media (max-width:991px) {
		.procenter .product_list_box{
		width: 100%;
	}
	.pro-view-container .pro-view-right .flex{
	display: flex;
	flex-direction: column-reverse;
	}
	.pro-view-jj{
		border-top: 0;
		margin-top: -30px;
	}
	.headline h2{
		font-size:18px;
	}
	.pro-view-container .pro-view-left{
	max-width: 100%;
	margin-right: 0;	
	margin-bottom: 30px;
	}
	.pro-view-container .pro-view-right{
		width: 100%;
	}
	.pro-view-container {
    justify-content: space-between;
    flex-direction: column;
	}
	.pro-type-mobile{
		background: #D61318;
		color: #fff;
	}
	.pro_name{
		padding: 10px 0;
	}
	.left-nav{
		width: 100%;
		padding: 0 10px;
		margin-bottom: 30px;
		z-index: 222;
		top: 50px;
		
	}
	.left-nav .pro-nav-box{
	display: none;
	transform: translateY(-50%);
	transition: all 0.3s; 
	}
	
	.left-nav.cur .pro-nav-box{
		display: block;
		transform: translateY(0);
		transition: all 0.3s; 
		background: #fff;
	}
	.procenter .product_list{
	width:100%;
	}
	.con {
    flex-direction: column;
	}
	.con li{
		width: calc(100% - 30px)!important;
	}
	#feedback .form-row {
    flex-direction: column;
    width: 100%;
    max-width: initial;
	}
	#feedback .form-group{
		width: 100%;
		max-width: initial;
	}
	.quality li{
		width: calc(100% - 30px);
	}
	.equipment li{
		padding: 10px 10px 5px;
		width: calc(50% - 30px);
	}
	.competence li {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
	}
	.competence li h2{
		margin-bottom: 30px;
	}
	.competence li .text{
		width: 100%;
		max-width: 100%;
	}
	.about_company .container .about-info>img{
		display: none;
	}
	.about_company .container .about-info>div{
		width: 100%;
	}
	.cooperSwiper li{
		width: calc(33.333% - 20px);
	}
	.news_main li{
		width: calc(100% - 30px);
	}
	.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
	}
	.shop_box{
		margin: 30px 0;
	}
	.client-wrapper li {
		width: calc(25% - 1px);
	}
	.footer_nav{
		display: none;
	}
	.mobile_header {
		display: block;
	}
	.header {
		display: none;
	}
	.header_logo img {
		width: 170px;
	}
	.product_list li {
		margin: 10px;
		width: calc(50% - 20px);
	}
	.title_index h1 {
		font-size: 30px;
	}
}

@media (max-width:768px) {
	.dh .container{
		min-height: 40px;
	}
	.equipment li{
		padding: 10px 10px 5px;
		width: calc(100% - 30px);
	}
	.competence li p{
		width: calc(100% - 20px);
	}
	.culture li {
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
	}	
	.culture li i{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.cooperSwiper ul{
		margin-left: -2px;
		margin-right: -2px;
	}
	.cooperSwiper li{
		margin: 2px;
		width: calc(33.333% - 4px);
	}
	.about-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
	}
	.about-text .left{
		max-width: 100%;
		margin-bottom: 20px;
	}
	.advantagebox .swiper-slide {
		padding: 30px;
		min-height: 330px;
	}
	.title_index h1 {
		font-size: 28px;
	}
	.product_list li {
		width: calc(100% - 20px);
	}
	.banner-wrapper {
		margin-bottom: -30px;
	}
	#banner-img .swiper-button-next,
	#banner-img .swiper-button-prev {
		display: none;
	}
	.cate_type {
		width: 100%;
	}
	#banner-img {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.cate_type {
		position: initial;
		background: #f8f8f8;
	}
	.cate_type .swiper-slide {
		border: 1px solid #eaeaea;
	}
	.cate_type .type p {
		font-size: 14px;
	}
	#banner-ny{
		height: 240px;
	}
	#banner-ny h3{
		font-size: 28px;
	}
	.warrpbox{
		padding: 40px 0;
	}
	.ny_title h2{
		font-size: 20px;
	}
	.shop_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
	}
	.shop_box a{
		margin: 5px 0;
	}
	.footer_box{
		padding: 30px 0;
	}
	.footer_bottom .container {
  	height: auto;
    justify-content: space-between;
    flex-direction: column;
	}
}

@media (max-width:568px) {
	
}