html,
body {
	position: relative;
	height: 100%;
}

.container {
	max-width: 1400px;
}

.collapse:not(.show) {
	display: none;
}

.swiper-btn {
	background: #db1516;
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 16px;
}

.swiper-btn:after {
	font-size: 16px;
}

/*header PC*/



.headervue {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}


.header-navbar {
	padding: 0;
	width: 100%;
}

.navbar-con {
	display: flex;
	flex-basis: auto;
	height: 100%;
}

.headervue .iconfont {
	position: relative;
	top: 0.02rem;
	font-size: 0.2rem;
}

.headervue .item>a {
	display: flex;
	height: 100%;
	margin: 0 36px;
	cursor: pointer;
	white-space: nowrap;
	align-items: center;
	color: #ffffff;
}

.headervue .item a:hover,
.headervue .item.show>a {
	color: #db1516;
	text-decoration: none;
	font-weight: bold;
}

.headervue .header-wrap {
	color: #ffffff;
	width: 100%;
	height: 120px;
	display: flex;
}

.headervue .header-wrap .headerbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 90%;
	max-width: none;
}

.headervue .header-wrap .header-logo {
	height: 72px;
	display: flex;
	align-items: center;
	margin-right: 28px;
}

.headervue .header-wrap .header-logo .logo-img-w {
	display: block;
}

.headervue .header-wrap .header-logo .logo-img {
	display: none;
}

.headervue .header-wrap .header-right {
	display: flex;
	align-items: center;
	color: #999999;
	margin-right: 20px;
}

.headervue .header-wrap .header-right .langImg img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 10px !important;
	height: 6px !important;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.headerbox-nav {
	margin-right: 20px;
}

.headervue .header-wrap .header-right .nav-tel {
	font-size: 22px;
	font-family: 'Impact';
}

.headervue .header-wrap .header-right .nav-tel a {
	color: #ffffff;
}

.headervue .header-wrap .header-right .nav-tel a i {
	display: none;
}

.headervue .header-wrap .header-right .nav-tel a:hover {
	text-decoration: none;
	color: #db1516;
}

.headervue .header-wrap .header-right .lang {
	position: relative;
	cursor: pointer;
	display: flex;
	height: 100%;
	font-size: 16px;
	align-items: center;
	margin-left: 50px;
}

.headervue .header-wrap .header-right .lang>a {
	color: #ffffff;
	position: relative;
	display: block;
	width: 50px;
	padding: 5px 10px;
}

.headervue .header-wrap .header-right .lang>a span {
	position: relative;
	z-index: 1;
}

.headervue .header-wrap .header-right .lang>a:hover {
	text-decoration: none;
	font-weight: bold;
}

.headervue .header-wrap .header-right .lang>a:after {
	content: "";
	position: absolute;
	background: #db1516;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skew(-20deg);
}

.headervue .dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 200px;
	background: rgba(255, 255, 255, 0.95);
	/* font-size: 0.14rem; */
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	border-radius: 0;
	padding: 10px 0;
	margin-left: -100px;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display: block;
	z-index: -1;
	visibility: hidden;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.headervue .dropdown .show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 10;
}

.headervue .dropdown-menu a {
	text-align: center;
	color: #333333;
	padding: 6px 15px;
}

.headervue .dropdown-menu a:hover {
	color: #db1516;
	background-color: unset;
}


.headervue .hotpro-wrap {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	/*min-height: 70vh;*/
	z-index: 1000;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.95);
	opacity: 0;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display: block;
	z-index: -1;
	visibility: hidden;
}

.headervue .hotpro-wrap.show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 10;
}

.hotpro-content {
	height: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 90%;
	max-width: none;
}

.hotpro-container {
	width: 100%;
}

.hotpro-swiper {
	overflow: hidden;
	position: relative;
}

.pro-item a:hover {
	color: #db1516;
	text-decoration: none;
}

.pro-item a .pro-img {
	background: #e9e9e9;
	overflow: hidden;
}

.pro-item a:hover .pro-img {
	background: #e5e5e5;
}

.pro-item a .pro-img img {
	transition: all 0.3s;
}

.pro-item a:hover .pro-img img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.pro-item a .pro-name {
	padding: 10px;
	text-align: center;
}

.pro-item a:hover .pro-name {
	font-weight: bold;
}

.minified {
	background: rgba(255, 255, 255, 0.6);
}

.headervue.minified .header-wrap {
	height: 90px;
}

.headervue.minified .hotpro-wrap {
	top: 90px;
}

.headervue.minified .header-wrap .header-logo .logo-img-w {
	display: none;
}

.headervue.minified .header-wrap .header-logo .logo-img {
	display: block;
}

.headervue.minified .item>a,
.headervue.minified .header-wrap .header-right .nav-tel a {
	color: #333333;
}

#header_vue {
	display: block;
}

#ph-nav {
	display: none;
}

.navbar-collapse .dropdown.show a.nav-link {
	border: none;
	background: rgba(0, 0, 0, 0.2);
}

.navbar-collapse .dropdown-menu {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0;
}

.navbar-collapse .dropdown-menu a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.navbar-collapse .dropdown-menu a:hover {
	background: none;
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 0, 0, 0.2);
}

.header-navbar-m {
	background: #ffffff;
}

.header-navbar-m .header-logo img {
	height: 36px;
}

.header-navbar-m .navbar-con .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851,51,51, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-navbar-m .navbar-con .nav-tel {
	margin-right: 15px;
}

.header-navbar-m .navbar-con .nav-tel a {
	color: #333333;
}


.header-navbar-m .navbar-con .lang>a {
	color: #333333;
}

.header-navbar-m .navbar-con .lang .dropdown-menu {
	right: 0;
	left: auto;
}

.header-navbar-m .navbar-con {
	align-items: center;
}

.header-navbar-m .navbar-con .lang .dropdown-menu {
	position: absolute;
	color: #666 !important;
	top: 48px;
	max-height: 10.6rem;
	width: 100px;
	min-width: unset;
	background-color: #333333;
	z-index: 100;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	border-radius: 4px;
	padding: 5px 0;
	margin-left: -50px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu a {
	text-align: center;
	color: #ffffff;
	padding: 6px 15px;
	font-size: 14px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu a:hover {
	color: #db1516;
	background-color: unset;
}

#banner {
	position: relative;
}

#banner {
	position: relative;
}

#banner .swiper-slide {
	position: relative;
}

#banner .banner-nav {
	position: absolute;
	right: 2%;
	top: 50%;
	z-index: 9999;
	margin-top: -60px;
}

#banner .banner-nav ul li {
	list-style: none;
}

#circle {
	stroke-dasharray: 80, 80;
	stroke-dashoffset: 80;
}

.banner-nav ul li {}

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	line-height: 26px;
}

.banner-nav ul li a b {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-left: -3px;
	opacity: 0.5;
}

.banner-nav ul li.active a b {
	background: #e60012;
	opacity: 1;
}


#index-pro {
	background: url(../images/pro-bg.jpg) no-repeat;
	background-size: cover;

}

.index-pro-container {
	padding-top: 120px;
	padding-bottom: 140px;
}

.index-pro-title {
	display: flex;
	justify-content: space-between;

}

.index-pro-title-con span.en {
	font-size: 80px;
	font-weight: bold;
	opacity: 0.12;
}

.index-pro-title-con h2 {
	position: relative;
	margin-left: 34px;
	padding-left: 100px;
	text-transform: uppercase;
	color: #111111;
	font-weight: bold;
}

.index-pro-title-con h2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 76px;
	height: 3px;
	background: #db1516;
}

.index-pro-serise {
	align-content: flex-end;
}

.index-pro-serise ul li {
	display: inline-block;
	margin-left: 36px;
	margin-bottom: 5px;
}

.index-pro-serise ul li a {
	position: relative;
	padding-left: 36px;
	font-size: 18px;
	cursor: pointer;
}

.index-pro-serise ul li a:hover {
	text-decoration: none;
}

.index-pro-serise ul li a:before {
	content: "";
	position: absolute;
	background: #dddddd;
	display: block;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	transform: skew(-20deg);
}

.index-pro-serise ul li a:hover:before,
.index-pro-serise ul li.on a:before {
	background: #db1516;
}

.index-pro-con {
	margin-top: 36px;
}

.index-pro-list {
	display: flex;
	justify-content: space-between;
}

.index-pro-left {
	width: 50%;
}


.index-pro-img {
	width: 48%;
}

.index-pro-serise-name {
	position: relative;
	padding-left: 56px;
	margin-bottom: 26px;
	margin-top: 36px;
}

.index-pro-serise-name::before {
	content: "";
	position: absolute;
	background: #db1516;
	display: block;
	left: 0;
	top: 8px;
	width: 26px;
	height: 26px;
	transform: skew(-20deg);
}

.index-pro-serise-name h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #111111;
}

.container-more-btn {
	margin-top: 36px;
}

.container-more-btn a {
	display: block;
	width: 190px;
	padding: 10px 15px;
	background: #db1516;
	color: #ffffff;
	text-align: center;
}

.container-more-btn a:hover {
	text-decoration: none;
	background: #c91313;
}

.index-pro-swiper {
	width: 100%;
}


.index-pro-swiper .swiper-slide .pro-item {
	width: 86%;
	border-radius: 7px;
	margin: 10px 0 10px 4%;
}

#index-about {
	padding-top: 120px;
	padding-bottom: 120px;
}

.index-about-container {
	display: flex;
	justify-content: space-between;
}

.index-about-img {
	width: 46%
}

.index-about-title {
	margin-top: 36px;
	margin-bottom: 20px;
}

.index-about-title span {
	color: #db1516;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.index-about-title h2 {
	font-weight: bold;
}

.index-about-p {
	width: 50%;
}

.index-news-con {
	margin-top: 36px;
}

.index-news-contain {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #eeeeee;
}

.index-news-item {
	width: 50%;
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
}

.index-news-item a {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	position: relative;
	padding: 10px 50px;
	border-right: 1px solid #eeeeee;
	font-weight: bold;
}

.index-news-item a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #db1516;
	position: absolute;
	top: 22px;
	left: 26px;
}

.index-news-item a:hover {
	text-decoration: none;
}

.index-news-item a span.news-name {
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-item a span.news-time {
	color: #727272;
	font-weight: normal;
}

.index-news-item:nth-child(2n) a {
	border-right: none;
}

#index-case {
	position: relative;
}

.case-wrapper .swiper-slide {
	height: 800px;
	background-size: cover;
	background-position: center;
}

.index-case-con {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/case-bg.png) right bottom no-repeat;
	background-size: cover;
	z-index: 1;
}

.index-case-container {
	color: #ffffff;
}

.index-case-title span {
	color: #ffffff;
}

.index-case-conner {
	max-width: 700px;
	padding-top: 10%;
}

.index-case-ul {
	margin-top: 60px;
}

.index-case-ul ul li {
	display: inline-block;
	width: 38%;
	margin-right: 10%;
	margin-top: 26px;
}

.index-case-ul ul li a {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	position: relative;

}

.index-case-ul ul li a:after {
	position: absolute;
	bottom: -1px;
	content: "";
	display: block;
	left: 0;
	height: 3px;
	width: 0;
	background: #db1516;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.index-case-ul ul li.active a:after,
.index-case-ul ul li a:hover:after {
	width: 100%;
}

#foot {
	background: #eeeeee;
}

#foot a:hover {
	text-decoration: none;
}

.foot-nav {
	display: flex;
	padding-top: 70px;
	padding-bottom: 70px;
}

.foot-col-3 {
	width: 26%;
}

.foot-col-9 {
	width: 74%;
}

.foot-nav-con {
	display: flex;
	justify-content: space-between;
}

.foot-nav-item {
	padding-right: 30px;
}

.foot-nav-item .foot-nav-title {
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	margin-bottom: 10px;
}

.foot-nav-item .foot-nav-ul ul li {
	list-style: none;
}

.foot-link ul li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.foot-link ul li a {
	display: block;
	width: 45px;
	height: 45px;
	background: #ffffff;
	padding: 8px;
	font-size: 26px;
	color: #333333;
	text-align: center;
}

.foot-link ul li a:hover {
	background: #db1516;
	color: #ffffff;
}

.foot-contact {
	display: flex;
}

.foot-copyright {
	display: flex;
	margin-top: 60px;
	border-top: 1px solid #dedede;
	padding-top: 30px;
	padding-bottom: 30px;
}

.foot-copyright-con {
	display: flex;
	justify-content: space-between;
}

#allmap,
.banner-img {
	width: 100%;
	height: 680px;
	position: relative;
}

.banner-img {
	background-position: 70% center;
}

.contact_sign {
	display: block;
	width: 80px;
	height: 80px;
	background: #e60012;
	position: relative;
}

.contact_sign:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #e60012;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.contact_sign:hover {
	text-decoration: none;
}

.contact_sign .btn {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact_sign .btn .icon-dh {
	width: 30px;
}

#banner {
	position: relative;
}

.banner-title {
	position: absolute;
	top: 45%;
	left: 5%;
}

.banner-title h1 {
	color: #ffffff;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
	text-transform: uppercase;
}

.banner-title h1::before {
	content: "";
	position: absolute;
	background: #db1516;
	display: block;
	left: 0;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	transform: skew(-20deg);
}

.contain-bread {
	position: absolute;
	bottom: 0;
	left: 5%;
}

.contain-bread .breadcrumb {
	background: none;
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
	padding-left: 50px;
	padding-right: 0;

}

.contain-bread .breadcrumb-item a {
	color: #ffffff;
}

.contain-bread .breadcrumb-item a:hover {
	text-decoration: none;
	color: #db1516;
}

.contain-bread .breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	color: #ffffff;
}

.contain-bread .breadcrumb-item.active {
	color: #ffffff;
}

.contain-contain {
	padding-top: 120px;
	padding-bottom: 200px;

}

.contain-title {
	margin-bottom: 36px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.contain-title h2 {
	font-weight: bold;
	color: #111111;
}

.contact-feedback {
	padding-top: 80px;
}

.feedback-form .form-control {
	font-size: 16px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 5px 15px;
	height: 50px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: .5rem center;
	background-size: .5rem;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 3px;
	transition: all .3s;
}

.feedback-form .form-textarea {
	height: auto;
	padding-left: 15px;
	display: block;
}

.feedback-form .form-control-input .form-control:focus,
.feedback-form .form-control-input .form-textarea:focus {
	color: #ffffff;
	background-color: #dddddd;
	border-color: #dddddd;
	outline: 0;
	box-shadow: none;
}

.feedback-form .form-control-input .form-control:focus::-webkit-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-webkit-input-placeholder {
	/* WebKit browsers 适配谷歌 */
	color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus:-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 适配火狐 */
	color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus::-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ 适配火狐 */
	color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus:-ms-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-ms-input-placeholder {
	/* Internet Explorer 10+  适配ie*/
	color: #ffffff;
}

.feedback-form .form-yzm{
	display:flex;
	justify-content: space-between;
}

.feedback-form .form-yzm .form-control{
	width: calc(100% - 230px);
}

.feedback-form .form-yzm img{
	width: 200px;
	height: 54px;
}

.feedback-submit {
	background: #db1516;
	color: #ffffff;
	border-radius: 0px;
	width: 100%;
	height: 46px;
}

.feedback-submit:hover {
	color: #ffffff;
	background-color: #c91313;
}

.news-item {
	margin-bottom: 30px;
}

.news-item a {
	display: flex;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}

.news-item a:after {
	position: absolute;
	content: "";
	bottom: -1px;
	content: "";
	display: block;
	left: 0;
	height: 3px;
	width: 0;
	background: #db1516;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.news-item a:hover:after {
	width: 100%;
}

.news-item a:hover {
	text-decoration: none;
}

.news-item a .news-img {
	width: 30%;
	overflow: hidden;
}

.news-item a .news-right {
	width: 70%;
}

.news-item a .news-img img {
	width: 100%;
	transition: all 0.3s ease-out;
}

.news-item a:hover .news-img img {
	transform: scale(1.1);
}

.news-item a .news-name {
	font-size: 20px;
	color: #111111;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

.news-item a:hover .news-name {
	color: #db1516;
}

.news-item a .news-right {
	padding: 0 30px;
}

.news-item a .news-jj {
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item a .news-time {
	margin-bottom: 12px;
	color: #999999;
	font-family: 'Impact';
}

.news-con-title {
	text-align: center;
	color: #111111;
	font-size: 30px;
	margin-bottom: 20px;
}

.news-share {
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-conner {
	margin-top: 15px;
}

.factory-list,
.news-list,
.products-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: -15px;
	margin-right: -15px;
}

.factory-item,
.pro-items {
	width: 33.3%;
	padding: 0 15px 30px;
}

.factory-item a {
	color: #333333;
}

.factory-item a:hover {
	text-decoration: none;
	color: #db1516;
}

.factory-item a .factory-img img {
	width: 100%;
}

.factory-item a .factory-name {
	padding: 15px 0 0;
	text-align: center;
}

.factory-item a:hover .factory-name {
	font-weight: bold;
}

.pro-view-con {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pro-view-left {
	width: 60%;
	padding-right: 30px;
}

.pro-view-right {
	width: 40%;
	padding-left: 20px;
}

.pro-view-name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pro-view-name h1 {
	font-size: 26px;
	font-weight: bold;
}


.pro-view-inquiry-btn {
	margin-top: 60px;
	max-width: 166px;
}

.pro-view-inquiry-btn a {
	display: block;
	background: #db1516;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 46px;
	font-size: 18px;
	padding: 8px;
}

.pro-view-inquiry-btn a:hover {
	text-decoration: none;
	font-weight: bold;
	background: #c91313;
}

.pro-view-img {
	display: flex;
	flex-direction: row-reverse;
}

.pro-view-imgb {
	width: calc(100% - 150px);
	max-width: 610px;
	margin: auto;
}

.pro-view-imgs {
	width: 150px;
}

.pro-view-btn {
	display: none;
}

.pro-view-btn {
	position: absolute;
	font-size: 36px;
	width: 100%;
	text-align: center;
	top: 50%;
	z-index: 10;
	margin-top: -18px;
}

.pro-view-btn .pro-btn-prev {
	left: 5%;
	position: absolute;
}

.pro-view-btn .pro-btn-next {
	right: 5%;
	position: absolute;
}

.pro-imgb {
	text-align: center;
	cursor: zoom-in;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pro-imgb {
	position: relative;
}

.pro-view-imgs-con {
	max-width: 117px;
	margin: auto;
	padding-top: 36px;
	padding-bottom: 36px;
	position: relative;
}

.pro-view-imgs-con .pro-imgs-btn {
	position: absolute;
	font-size: 36px;
	width: 100%;
	text-align: center;
}

.pro-imgs-btn-prev {
	top: 0;
}

.pro-imgs-btn-next {
	bottom: 0;
}

.swiper-pro-imgs {
	height: 600px;
	overflow: hidden;
}

.swiper-pro-imgs .swiper-slide {
	border: 1px solid #d4d4d4;
}

.swiper-pro-imgs .swiper-slide.active {
	border: 2px solid #db1516;
}

.swiper-pro-imgs .swiper-slide .pro-imgs-con {
	vertical-align: middle;
	cursor: pointer;
}

.swiper-pro-imgs .swiper-slide .pro-imgs {
	height: 100%;
	text-align: center;
}

.swiper-pro-imgs .swiper-slide .pro-imgs img {
	height: 100%;
	width: auto;
	margin: auto;
}

.pro-imgs-btn.wrapper-btn-disabled {
	opacity: 0.5;
}

.pro-view-details {
	margin-top: 90px;
}

.pro-view-details-title {
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	margin-bottom: 24px;
}

.pro-view-details-con {
	overflow: hidden;
}

.app-item {
	background: #255599;
	margin-bottom: 24px;
	color: #ffffff;
	display: flex;
}

.app-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.app-item .app-img {
	width: 70%;
}

.app-item .app-right {
	padding: 60px 30px;
	width: 30%;
	position: relative;
	z-index: 1;
}

.app-item .app-right::before {
	content: "";
	position: absolute;
	left: -80px;
	top: 0;
	height: 100%;
	display: block;
	background: #255599;
	width: 100%;
	transform: skew(-20deg);
	z-index: -1;
}

.app-item:nth-child(2n) .app-right::before {
	left: auto;
	right: -80px;
}

.app-item .app-right .app-name {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media screen and (max-width:1500px) {
	.headervue .item>a {
		margin: 0 20px;
	}

	.headervue .header-wrap .header-right .lang {
		margin-left: 30px;
	}

}

@media screen and (max-width: 1200px) {
	.headervue .header-wrap .header-right .nav-tel a span {
		display: none;
	}

	.headervue .header-wrap .header-right .nav-tel a i {
		display: block;
	}

	.headervue .header-wrap .header-logo {
		height: 50px;
	}

	.headervue .header-wrap .header-logo img {
		height: 50px;
	}

	.index-pro-title-con span.en {
		font-size: 60px;
	}
}

@media screen and (max-width: 992px) {
	#header_vue {
		display: none;
	}

	#ph-nav {
		display: block;
	}

	.index-pro-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.index-pro-list {
		flex-direction: column;
	}

	.index-pro-left {
		width: 100%;
	}

	.index-pro-img {
		width: 100%;
		margin-top: 30px;
	}

	.index-pro-title-con span.en {
		font-size: 50px;
	}

	.index-pro-serise-name {
		margin-top: 0px;
	}

	.index-about-container {
		flex-direction: column;
	}

	#index-about {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.index-about-img {
		width: 100%;
	}

	.index-about-p {
		width: 100%;
	}

	.index-news-item {
		width: 100%;
	}

	.case-wrapper .swiper-slide {
		height: 600px;
	}

	.foot-nav {
		flex-direction: column;
	}

	.foot-col-3,
	.foot-col-9 {
		width: 100%;
	}

	.foot-logo {
		text-align: center;
	}

	.foot-nav-con {
		flex-direction: column;
		display: none;
	}

	.foot-nav-item {
		margin-top: 20px;
	}

	.foot-nav-item .foot-nav-ul {
		border-bottom: 1px solid #dedede;
		padding-bottom: 10px;
	}

	.foot-nav-item .foot-nav-ul ul li {
		display: inline-block;
		margin-right: 15px;
	}

	.foot-contact {
		flex-direction: column;
		text-align: center;
	}

	.foot-contact-con {
		margin-top: 26px;
	}

	.foot-copyright {
		flex-direction: column;
		text-align: center;
	}

	.foot-copyright-con {
		flex-direction: column;
	}

	.contain-contain {
		padding-top: 60px;
		padding-bottom: 90px;
	}

	.news-item a {
		flex-direction: column;
	}

	.news-item a .news-img {
		width: 100%;
	}

	.news-item a .news-right {
		padding: 30px 15px;
	}

	#allmap,
	.banner-img {
		height: 480px;
	}

	.factory-item,
	.pro-items {
		width: 50%;
	}

	.contain-title {
		flex-direction: column;
	}

	.pro-view-con {
		flex-direction: column;
	}

	.pro-view-left,
	.pro-view-right {
		width: 100%;
	}

	.pro-view-left {
		max-width: 800px;
		margin: auto;
		padding-right: 0;
	}

	.pro-view-right {
		margin-top: 36px;
		padding-left: 0;
	}

	.pro-view-imgs {
		display: none;
	}

	.pro-view-imgb {
		width: 100%;
	}

	.pro-view-btn {
		display: block;
	}

	.app-item {
		flex-direction: column !important;
	}

	.app-item .app-img {
		width: 100%;
	}

	.app-item .app-right {
		width: 100%;
	}

	.app-item .app-right::before {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	.index-pro-title-con span.en {
		font-size: 36px;
	}

	.index-pro-title-con h2 {
		margin-left: 0;
	}

	.index-pro-title {
		flex-direction: column;
	}

	.index-pro-serise {
		margin-top: 20px;
	}

	.index-pro-serise ul li {
		margin-left: 0;
		margin-right: 36px;
	}

	.index-case-ul ul li {
		width: 100%;
		margin-right: 0;
	}

	.factory-item,
	.pro-items {
		width: 100%;
	}
}