body,
html {
	width: 100%;
	height:auto;
}

img {
	max-width: 100%;
}

.clear1 {
	display: block;
}

.clear2 {
	display: none;
}

.clear3 {
	display: none;
}
.products-serise {
	margin-top:30px;
	max-width:100%;
}
.products-serise .swiper-slide{
	width:auto;
}
.pro-serise-item a{
	display:inline-block;
	min-width:160px;
    height: 48px;
    background: #f8f8f8;
    text-align: center;
    line-height: 46px;
    border: 1px solid #eaeaea;
}
.pro-serise-item a:hover{
color:#b81c25;
}
.pro-serise-item.active a{
	background: #b81c25;
    border: 1px solid #b81c25;
	color:#fff;
}
.pro-view-ban-con {
    display: flex;
    justify-content: center;
	
}
.pro-view-container{
	width:100%;
	padding:60px;
	max-width:720px;background:#fff;
}
.gallery-thumbs {
    padding: 10px 0!important;
}
.pro-view-container .pro-back{
	margin-top:30px;
}


.pro-view-container .pro-view-left {
    width: 100%;
}
.pro-view-container .pro-view-left img{
	 width: 100%;
}
.pro-view-container .pro-view-right {
    width: 100%;
}

.pro-view-container .pro-img {
    text-align: center;
}

.pro-view-container .pro-title h1 {
    font-size: 1.625rem;
    font-weight: bolder;
    color: #111111;
    margin-bottom: 0;
}

.pro-view-container .pro-title {
    font-size: 18px;
    position: relative;
    padding-right: 66px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.pro-view-tages {
    position: absolute;
    right: 0;
    color: #333333;
    font-size: 14px;
    top: 10%;
}

.pro-view-tages ul li {
    list-style: none;
    display: inline-block;
}

.pro-view-container .pro-view-jj {
    min-height: 200px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.pro-view-container .pro-back {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}
.pro-view-container .pro-back a {
    display: inline-block;
    color: #666;
    padding: 6px 15px;
    border: 1px solid #ddd;
    width: 50%;
    text-align: center;
	background:#fff;
}

.pro-view-container .pro-back a.btn-contact {
    background: #b81c25;
    border-color: #b81c25;
    color: #ffffff;
}

.pro-view-container .pro-back a.btn-back i {
    margin-right: 10px;
}

.pro-view-container .pro-back a:hover {
    background:#b81c25;
    border-color: #b81c25;
    color: #ffffff;
    text-decoration: none;
}

.pro-view-container .pro-back a.btn-contact:hover {
    background: #b81c25;
    border-color: #b81c25;
}

.pro-view-img {
    max-width: 768px;
    margin: auto;
    position: relative;
}

.gallery-top .swiper-slide {
    text-align: center;
    background: #ffffff;
}

.gallery-thumbs {
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    border: 1px solid #cdcdcd;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #b81c25;
}

.pro-view-btns {
    display: flex;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right:-36px;
    left: -36px;
    z-index: 9;
	opacity:0;
    align-items: center;
    justify-content: space-between;
}
.pro-view-img:hover .pro-view-btns{
	opacity:1
}
.pro-view-btns .swiper-btn {
	display:block;
    position: initial;
    width: 36px;
    height: 60px;
    line-height: 52px;
    background: rgba(0,0,0,0.2);
    color: #ffffff;
    font-size: 26px;
}
.pro-view-btns .swiper-btn:hover{
	background:#b81c25;
}



/*header*/

.header-top {
	width: 100%;
	background: #17202d;
}

.logo1 {
	display: block;
}

.logo2 {
	display: none;
}

.header-top a {
	color: #fff;
}

.header-top ul {
	float: right;
	margin-bottom: 0;
}

.header-top li {
	position: relative;
	list-style: none;
	display: inline-block;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding: 10px 20px;
	float: left;
}

.header-top li:last-child {
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.header-top li i {
	margin-right: 10px;
}

.o-select {
	cursor: pointer;
}

.o-select i {
	margin-right: 0!important;
}

.o-drop-down {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	display: none;
	width: 100%;
	line-height: 25px;
	background: #fff;
	border: 1px solid #EAEAEA;
	z-index: 6;
}

li.lang:hover .o-drop-down {
	display: block;
}

li.lang:hover .o-drop-down:hover {
	background: #b81c25;
}

.o-drop-down a {
	color: #333;
	display: block;
	text-align: center;
}

li.lang:hover .o-drop-down:hover a {
	color: #fff;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 55555555;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	transition: all .3s;
}

header.active .header-top {
	display: none;
	transition: all .3s;
}

header.active .header-nav {
	background: rgba(255, 255, 255, 1);
	transition: all .3s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.active .header-nav .collapse.navbar-collapse>ul>li>a {
	color: #333;
	transition: all .3s;
}

header.active .logo1 {
	display: none;
}

header.active .logo2 {
	display: block;
}

.fupad {
	display: flex;
	outline: 0;
}

.header-nav {
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s;
}

.header-nav .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-nav .navbar {
	padding: 0;
	width: 50%;
	min-width: 600px;
}

.header-nav .navbar .nav-link {
	display: flex;
	height: 90px;
	align-items: center;
	justify-content: center;
}

.header-nav .collapse.navbar-collapse,
.header-nav .collapse.navbar-collapse ul {
	width: 100%;
	justify-content: space-between;
}

.header-nav .collapse.navbar-collapse>ul>li>a {
	color: #fff;
	transition: all .3s;
}

.header-nav .nav-item .dropdown-menu {
	margin: 0;
	left: 50%;
	margin-left: -90px;
	padding: 0;
	width: 180px;
	border-radius: 0;
	background: #fff;
	text-align: center;
	border: none;
	font-size: 14px;
	border-top: 2px solid #b81c25;
	/*transition: all 0.3s;
    transform: translateY(20px);
    opacity: 0;*/
}

.header-nav .nav-item:hover .dropdown-menu,
.header-nav .nav-item:hover i {
	display: block;
	/*transition: all 0.3s;
	 transform: translateY(0px);
	 opacity: 1;*/
}

.header-nav .nav-item .dropdown-menu li {
	list-style: none;
	line-height: 38px;
	border-bottom: 1px dashed #ddd;
}

.header-nav .nav-item .dropdown-menu li:last-child {
	border: none;
}

.header-nav .nav-item .dropdown-menu li:hover .dropdown-item {
	background: #b81c25;
	color: #fff;
}

.nav-item.pos_re {
	position: relative;
}

.nav-item.pos_re>i {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	font-size: 20px;
	bottom: 0;
	margin-bottom: -6px;
	color: #fff;
	transition: all 0.3s;
	color: #b81c25;
}


/* 手机端导航栏 */

.mobile_header {
	background: #ffffff;
	color: #333333;
	width: 100%;
	z-index: 1100;
	left: 0px;
	top: 0px;
}

.mobile_header a {
	color: #333333;
}

.mobile_header_title {
	display: flex;
	height: 60px;
	background: #ffffff;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
	justify-content: space-between;
	align-items: center;
}

.mobile_header_title img {
	display: inline-block;
	height: 40px;
}

.mobile_header_list {
	background: #1b1b1b;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	display: none;
	min-height: 100vh;
}

.mobile_header_list .card {
	background: none;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	width: calc(100% - 100px);
}

.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: #999 !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #999 !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !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: 14px;
	padding-left: 15px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #999;
	width: 90%;
	margin: auto;
	font-weight: normal;
}

.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:last-child h5::after {
	border: 0;
}

.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;
}

.mobile_header .card-body {
	background: #111111;
	padding: 15px;
}

.card-body ul {
	width: 90%;
	margin: auto;
}

.card-body ul li {
	list-style: none;
}

.card-body ul li a {
	color: #ffffff;
	font-size: 14px;
	line-height: 36px !important;
}

.moblie_title_left {
	float: left;
	padding: 10px 0 10px 25px;
}

.moblie_title_search {
	float: right;
	width: 10%;
	height: 70px;
	text-align: center;
	justify-content: center;
	padding-top: 25px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}

.moblie_title_right {
	float: right;
	width: 12%;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	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);
}


/*banner*/

.banner-wrapper .swiper-slide,
.banner-wrapper.swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	width:100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#banner .swiper-slide a{
	width:100%;
	display:block
}
.banner-wrapper .swiper-slide,
.swiper-container {
	width: 100%;
	height: 100%;
}

#banner {
	position: relative;
	width: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-slide img {
	width: 100%;
}

#banner .swiper-slide .title-tx h1 {
	font-weight: bold;
	color: #fff;
	text-align: left;
	color: #277916;
	font-size: 62px;
}

#banner .swiper-slide .title-tx p {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

#banner .swiper-slide .title-tx {
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
	background: rgba(0, 0, 0, 0.3);
}

.banner_button {
	display: flex;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}

.banner_button.button-next {
	right: 0;
}

.banner_button.button-left {
	left: 0;
}

#banner .ani-slide .title-tx {
	transform: translateY(0);
	opacity: 1;
}

#banner .swiper-pagination-bullet {
	width: 26px;
	height: 26px;
	border-radius: 0;
	transition: all 0.4s;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	opacity: 1;
}

#banner .swiper-pagination-bullet-active {
	width: 26px;
	height: 26px;
	border: 2px solid #b81c25;
	transition: all 0.4s;
	background: rgba(0, 0, 0, 0);
}

#banner .swiper-pagination {
	text-align: center;
	position: inherit;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin-left: 10px;
}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: #b81c25;
	top: 4px;
	border-radius: 50%;
	left: 4px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20%;
	left: 0;
}

.buttonbox {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	z-index: 2;
}

.banner-img {
	width: 100%;
}

#banner-img {
	position: relative;
	min-height: 720px;
	background-size: cover;
	background-position: center center;
}

#banner-img .banner-txt {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
}

#banner-img .banner-txt p {
	margin-top: 00px;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	opacity: 0.5;
}

#banner-img .banner-txt h1 {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	color: #fff;
}

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.banner-1 {
	position: relative;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
}

.banner-btn {
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 1000;
}

.banner-btns {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}

.banner-btns:hover {
	cursor: pointer;
}

.banner-btns:focus {
	outline: none;
}

.banner-btns.banner-btn-next {
	margin-right: 15px;
}


/*标题*/

.warp {
	padding: 60px 0;
}

.title {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.title h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	position: relative;
	z-index: 1;
	margin-bottom: 28px;
	line-height: 30px;
	z-index: 3;
}

.title p {
	font-size: 60px;
	line-height: 60px;
	color: rgba(0, 0, 0, 0.05);
	font-weight: bold;
	margin-bottom: -30px;
}

.title span {
	color: #666;
}


/*产品中心*/

.product-ul {
	margin-left: -15px;
	margin-right: -15px;
}

.product-ul li {
	float: left;
	list-style: none;
	width: 25%;
	padding: 15px;
	transition: all 0.3s;
}

.product-ul li a {
	display: block;
	width: 100%;
}

.product-ul li a img {
	width: 100%;
}

.img-box {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.img-box img {
	width: 100%;
	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;
}

.img-box:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	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;
}

a.more_product {
	margin: 40px auto 30px;
	display: inline-block;
	width: 140px;
	height: 38px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #eaeaea;
	line-height: 38px;
}

a.more_product:hover {
	border-color: #b81c25;
	background: #b81c25;
	color: #fff;
}


/*关于我们*/

#about_box {
	padding: 100px 0;
}

#about_box .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about_left {
	width: 48%;
}

.about_right {
	width: calc(52% - 60px);
}

.about_right .title {
	text-align: right;
}

.about-text {
	padding-top: 20px;
	color: #fff;
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	line-clamp: 10;
	-webkit-box-orient: vertical;
}

.about_right>a {
	display: flex;
	width: 150px;
	margin-top: 40px;
	border: 1px solid #fff;
	float: right;
	height: 40px;
	color: #fff;
	font-size: 14px;
	align-items: center;
	justify-content: space-around;
}

.about_right>a:hover {
	background: #b81c25;
	border-color: #b81c25;
}

.about-text p {
	margin-bottom: 15px;
	font-weight: lighter;
}

.about_left ul {
	margin-left: -10px;
	margin-right: -10px;
}

.about_left ul li {
	float: left;
	list-style: none;
	width: calc(50% - 20px);
	height: 260px;
	margin: 10px;
}

.about_left ul li:nth-child(1) {
	background: #fff;
	color: #17202d;
}

.about_left ul li:nth-child(2) {
	border: 1px solid #fff;
	color: #fff;
}

.about_left ul li:nth-child(3) {
	border: 1px solid #fff;
	color: #fff;
}

.about_left ul li:nth-child(4) {
	background: #17202d;
	color: #fff;
}

.about_left ul li {
	display: flex;
	align-items: center;
	justify-content: center;
}

#count-number {
	font-family: 'Impact';
	font-size: 50px;
}

.about_left ul li img {
	margin-right: 15px;
}

.about_left ul li h2 {
	margin-bottom: 0px;
}

.ab5 {
	display: none;
}

.ab3 {
	display: block;
}


/*新闻*/

.news-wrapper .swiper-slide {
	background: #fff;
}

.news-wrapper .swiper-slide a {
	display: block;
}

.news-txt {
	padding: 25px 30px;
}

.news-txt h2 {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-wrapper .swiper-slide a:hover h2,
.news-wrapper .swiper-slide a:hover span,
.news-wrapper .swiper-slide a:hover i {
	color: #b81c25;
}

.news-txt p {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-more {
	display: flex;
	margin-top: 15px;
	justify-content: space-between;
	align-items: center;
}

.news-more span:first-child i {
	margin-right: 5px;
	color: #17202d;
}

.news-wrapper .banner_button {
	display: none;
}

.news-wrapper:hover .banner_button {
	display: flex;
}


/**/

.contact.warp .feedback-form {
	margin-top: 60px;
}

.contact.warp .form-textarea {
	height: 120px;
}

.contact.warp .feedback-form .form-control-input .form-control,
.contact.warp .feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.contact.warp .feedback-form .form-control-input i {
	color: #fff;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input i {
	position: absolute;
	left: 15px;
	top: 18px;
	color: #b81c25;
	font-size: 22px;
}

.contact.warp .feedback-form .form-control-input .form-control,
.contact.warp .feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 45px;
	height: 57px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
	outline: 0;
}

.feedback-submit {
	background: #e92631;
	color: #ffffff;
	border-radius: 0;
	width: 300px;
	height: 51px;
	float: left;
}

.feedback-submit:hover {
	color: #fff;
}

.contact.warp .feedback-submit {
	float: right;
}


/*底部*/

footer {
	background: #17202d;
}

.footer_box {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_box .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.foot-left {
	padding: 80px 0 60px;
	display: flex;
	color: #fff;
	flex-direction: column;
	align-items: center;
}

.foot-left img {
	width: 200px;
	margin-bottom: 25px;
}

.foot-left>div>a {
	display: inline-block;
	text-align: center;
	width: 200px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	margin-bottom: 25px;
	margin-right: 10px;
}

.foot-left>div>a:hover {
	background: #b81c25;
	border-color: #b81c25;
}

.foot-left>div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.foot-left>div>p>a {
	color: #fff;
	margin: 0 10px;
}

.foot-left>div>p>a:hover {
	color: #b81c25;
}

.footer>.container {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom,
.footer-bottom a {
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
}

.footer-bottom .container {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-right {
	width: calc(100% - 260px);
	padding-left: 8%;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.foot-nav {
	padding: 80px 0 60px;
	display: flex;
	justify-content: space-between;
}

.foot-nav-item {
	padding-left: 25px;
	padding-right: 15px;
}

.foot-nav-title {
	margin-left: -25px;
	font-size: 18px;
	margin-bottom: 30px;
}

.foot-nav-con ul li {
	list-style: none;
}

.foot-nav-con ul li a {
	opacity: 0.6;
	color: #fff;
	font-size: 14px;
}

.foot-nav-con ul li a:hover {
	opacity: 1;
}

.foot-nav-con li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.foot-nav-con li em {
	font-style: normal;
	font-weight: lighter;
	font-size: 14px;
}

.foot-nav-con li h5 {
	font-weight: lighter;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 26px;
}

.foot-nav-title img {
	margin-right: 10px;
}


/*关于我们-内页*/

.container-con {
	padding: 60px 0;
}

.container-title {
	margin-bottom: 30px;
}

.container-title h1 {
	font-weight: bold;
	font-size: 30px;
}

.container-title p {
	font-size: 20px;
	font-weight: bold;
}

.about-intro-con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8f8f8;
}

.about-intro-p {
	padding: 40px;
}

.about-intro-p p {
	margin-bottom: 15px;
	text-indent: 30px;
}

.about-intro-con img {
	max-width: 50%;
}

.swiper_zs_box {
	position: relative;
}

.swiper-btn {
	display: none;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}

.swiper-btn.pro-prev {
	right: 0;
}

.swiper_zs_box:hover .swiper-btn {
	display: flex;
}

.vision {
	display: flex;
	color: #fff;
	min-height: 300px;
	flex-direction: column;
	justify-content: center;
}

.warpbox {
	padding: 60px 0;
}

.technical-box h2 {
	font-size: 22px;
}

.technical-box {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #ddd;
}

.technical-box .flex-right {
	width: 400px;
	margin-left: 40px;
}

.technical-box .flex-left {
	width: calc(100% - 400px);
}


/*新闻内页*/

.cate-type li {
	list-style: none;
	float: left;
	width: 160px;
	height: 48px;
	background: #f8f8f8;
	text-align: center;
	line-height: 46px;
	border: 1px solid #eaeaea;
}

.cate-type li:hover a {
	color: #b81c25;
}

.cate-type li.active {
	background: #b81c25;
	border: 1px solid #b81c25;
}

.cate-type li.active a,
.cate-type li.active:hover a {
	color: #fff;
}

.allcurmbs .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-contain{
	margin: 20px 0;
}
.news-contain,
.video-contain {
	margin-left: -15px;
	margin-right: -15px;
}

.news-items {
	width: 33.3%;
	float: left;
}

.news-item a {
	display: block;
	color: #333333;
	padding: 15px 15px 10px;
	background: #fff;
}

.news-item-img {
	overflow: hidden;
}

.news-item-img img {
	width:100%;
	transition: all 0.3s ease-out;
}

.news-item a:hover .news-item-img img {
	transform: scale(1.1);
}

.news-item-name {
	font-size: 16px;
	padding: 20px 3px;
	min-height: 52px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
	border-bottom: 1px solid #eaeaea;
}

.news-item-name h3 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-item-name p {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-item-time {
	    display: flex;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 3px;
    align-items: center;
    justify-content: space-between;
}

.news-item-time i {
	margin-right: 8px;
}

.news-item a:hover {
	color: #b81c25;
}

.news-view-container {
	width: 100%;
	padding: 30px 0 60px;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-share {
	padding-top: 8px;
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-con-title {
	text-align: center;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-conner {
	margin-top: 30px;
	font-size: 16px;
	color: #444;
}

.show_button {
	display: none;
	color: #fff;
	padding: 15px 30px;
	background: url(../images/anniubg.jpg) no-repeat right #2e62b7;
}


/**/

.contact-p {
	padding-left: 40px;
	min-width: 600px;
}

.contact-p td {
	padding-bottom: 10px;
}

.contact-b {
	display: flex;
}

.contact-map {
	position: relative;
	width: 100%;
	max-width: 1000px;
}

.branch i {
	display: inline-block;
	width: 36px;
	font-weight: bolder;
	color: #2179bf;
	font-style: normal;
}

.contact-a {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}

.branch {
	margin: 20px;
	width: calc(100% - 40px);
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.branch h3 {
	font-size: 20px;
	font-weight: bold;
	color: #2179bf;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.branch h4 {
	font-size: 14px;
}

.lianxi {
	display: flex;
	padding: 10px 0;
	max-width: 157px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#feedback {
	margin: 40px 0;
}

.feedback-form .form-textarea {
	height: auto;
	padding-left: 15px;
	min-height: 240px;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 45px;
	height: 57px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
}

.feedback-form .feedback-submit {
	float: right;
	background: #111;
}

.feedback-form .feedback-submit:hover {
	background: #b81c25;
}


/*产品详情*/

.mould-box {
	width: 100%;
}

.mould-box>ul {
	padding: 0 0 20px;
	margin-left: -15px;
	margin-right: -15px;
}

.mould-box>ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.mould-box>ul li {
	float: left;
	list-style: none;
	width: calc(33.3333% - 30px);
	margin: 15px;
	cursor: pointer;
}

.mould-box>ul li:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2)
}

.mould-box>ul li:hover p {
	background: #b81c25;
	color: #fff;
}

.mould-box>ul li img {
	width: 100%;
}

.mould-box>ul li p {
	background: #f5f5f5;
	text-align: center;
	line-height: 30px;
	padding: 15px;
}

.mould-box .hidden {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000000000000;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.mould-box .hidden.cur {
	display: flex;
}

.mould-box .hidden .close-gb {
	display: flex;
	margin-top: 20px;
	border: 1px solid #fff;
	color: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 25px;
	cursor: pointer;
	justify-content: center;
}

.mould-box .hidden img {
	width:auto;
	max-height: calc(100% - 64px);
}
.mould-box .hidden .swiper-container img{
	width:100%!important;
}
.mould-box .hidden .close-gb:hover {
	background: #b81c25;
	border-color: #b81c25;
}


/**/

.show_button {
	display: none;
	color: #fff;
	padding: 15px 30px;
	background: #e92631;
}

.index-pro-con .left {
	float: left;
	width: 300px;
	background: #fff;
}

.index-pro-con .right {
	float: right;
	padding-left: 15px;
	width: calc(100% - 300px);
}

.index-pro-con .left li {
	position: relative;
	margin-top: -1px;
	list-style: none;
	border: 1px solid #ddd;
	line-height: 25px;
	cursor: pointer;
}

.index-pro-con .left>li:first-child {
	margin-top: 0;
}

.index-pro-con ul.pro_left li.cur>a {
	color: #fff;
}

.index-pro-con ul.pro_left>li.cur>a {
	background: #e92631;
}

.index-pro-con ul.pro_left>li.cur>a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.index-pro-con .left>li>a {
	display: block;
	color: #444;
	padding: 15px 35px 15px 15px;
}

.index-pro-con ul.pro_left li.cur>a>i {
	display: block;
}

.index-pro-con .left li>a>i {
	position: absolute;
	display: none;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	color: #fff;
}

.pro_right .pro_item {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 20px;
}

.pro_right .pro_item a {
	display: block;
	border: 1px solid #eaeaea;
	background: #fff;
}

.pro_right .pro_item img {
	width: 100%;
}

.pro_right .pro_item p span {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.pro_right .pro_item p {
	position: relative;
	padding: 10px;
	line-height: 20px;
	margin-bottom: 0;
	font-size: 14px;
	overflow: hidden;
	color: #555;
	display: flex;
	align-items: center;
	text-align: center;
}

.pro_right p:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e92631;
	z-index: 0;
	transition: all 0.2s linear;
}

.pro_right .pro_item:hover p:before {
	top: 0;
	transition: all 0.2s linear;
}

.pro_right .pro_item:hover span {
	color: #fff;
}

@media (max-width: 1500px) {
	.about_left ul li img {
		width: 50px;
	}
	#count-number {
		font-size: 30px;
	}
	.about_left ul li {
		height: 190px;
	}
	.about-text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		line-clamp: 7;
		-webkit-box-orient: vertical;
	}
	.about-text {
		padding-top: 0;
	}
}

@media (max-width: 1360px) {
	.foot-left>img {
		margin-bottom: 0;
	}
	.about_left p {
		font-size: 12px;
	}
	.foot-left>div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.foot-left>div {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.foot-left>div>a {
		margin-bottom: 0;
	}
	.about-text p {
		font-size: 14px;
	}
	.footer_box .container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.foot-right {
		width: 100%;
		padding-left: 0;
		border-left: 0;
	}
	.foot-left {
		padding: 00px 0 40px;
		display: flex;
		width: 100%;
		color: #fff;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		padding: 0 30px;
		max-width: 80%!important;
	}
	.mobile_header {
		display: none;
	}
}

@media (max-width: 1200px) {
	#banner-img{
		min-height: 600px;
	}
	.news-item-name h3{
		font-size: 18px;
	}
	.contact-p {
		padding-left: 0;
		margin-bottom: 40px;
		width: 100%;
		min-width: initial;
	}
	.contact-p .container-title {
		display: none;
	}
	.contact-map {
		min-height: 500px;
	}
	.contact-b {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.about-intro-con {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #f8f8f8;
		flex-direction: column;
	}
	.about-intro-con img {
		width: 100%;
		max-width: initial;
	}
	.about_left ul li:nth-child(2) {
		background: #17202d;
		color: #fff;
		border: none;
	}
	.ab5 {
		display: block;
	}
	.ab3 {
		display: none;
	}
	.about_left ul li:nth-child(3) {
		border: none;
		color: #17202d;
		background: #fff;
	}
	.about_right {
		width: 100%;
	}
	.about_right .title {
		text-align: center;
	}
	#about_box .container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.about_left {
		margin-top: 40px;
		width: 100%;
	}
	.about_left ul li img {
		margin-right: 8px;
	}
	.about_left ul li {
		width: calc(25% - 20px);
		height: 150px;
	}
	.mobile_header {
		display: block;
	}
	.product-ul li {
		padding: 8px;
		transition: all 0.3s;
	}
	.product-ul {
		margin-left: -8px;
		margin-right: -8px;
		transition: all 0.3s;
	}
}

@media (max-width: 991px) {
	.clear1{
	display:none;
	}
	.clear2{
	display:block;
	}
	.pro-view-container{
		padding:15px;
		background:none;
	}
	#banner-img{
		min-height: 400px;
	}
	.news-items{
		width: 50%;
	}
	.mould-box>ul li {
		width: calc(50% - 30px);
	}
	.container-con {
		padding: 40px 0;
	}
	.container-title h1 {
		font-size: 24px;
		margin-bottom: 0;
	}
	.container-title p {
		font-size: 16px;
	}
	.foot-nav:after {
		content: '.';
		height: 0;
		clear: both;
		visibility: hidden;
		display: block;
		font-size: 0
	}
	.foot-nav-item {
		float: left;
		width: 33.333%;
	}
	.foot-nav-item:last-child {
		margin-top: 30px;
		float: left;
		width: 100%;
	}
	.foot-nav {
		display: inline-block;
	}
	.product-ul li {
		width: 50%;
	}
	.about_right>a {
		float: none;
		margin: 40px auto 0;
	}
	.about_left ul li {
		width: calc(50% - 20px);
		height: 150px;
	}
	.ab5 {
		display: none;
	}
	.ab3 {
		display: block;
	}
	.about_left ul li:nth-child(2) {
		border: 1px solid #fff;
		color: #fff;
		background: none;
	}
	.about_left ul li:nth-child(3) {
		border: 1px solid #fff;
		color: #fff;
		background: none;
	}
	.vision h2 {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.technical-box .flex-left{
	margin-bottom:20px}
	
	.technical-box .flex-left,
	.technical-box .flex-right{
		width:100%;
		margin-left:0
	}
	.technical-box{
		display: flex;
    align-items: center;
    justify-content: space-between;
	    flex-direction: column;
	}
	.pro-serise-item a{
		min-width:100px;
	}
	.mould-box>ul li {
    width: 100%;
    margin: 0;
    padding: 15px;
}
	.cate-type {
		margin-top: 30px;
	}
	.allcurmbs .container {
    display: flex;
    
    align-items: flex-start;
    flex-direction: column;
	}
	.news-items{
		width: 100%;
	}
	#banner-img {
		min-height: 300px;
	}
	.mobile_header_list .card h5,
	.card-body ul li a {
		font-weight: lighter;
	}
	.mobile_header_title img {
		height: 24px;
	}
	#about_box {
		padding: 60px 0;
	}
	.warp {
		padding: 40px 0;
	}
	.title h2 {
		font-size: 24px;
	}
	.title p {
		font-size: 40px;
	}
	.buttonbox {
		bottom: 0px;
	}
	#banner .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		border: 1px solid #fff;
		transition: all 0.4s;
		background: rgba(0, 0, 0, 0);
	}
	#banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
		top: 3px;
		left: 3px;
		width: 9px;
		height: 9px;
		background: #b81c25;
	}
	.product-ul li {
		width: 100%;
	}
	.product-ul li:nth-child(7),
	.product-ul li:nth-child(8) {
		display: none;
	}
	.footer-bottom .container {
		justify-content: space-between;
		align-items: center;
		flex-direction: column-reverse;
		text-align: center;
	}
	#banner .banner_button {
		display: none;
	}
}

@media (max-width: 680px) {
	.foot-left {
		display: none;
	}
	.about-intro-p {
		padding: 20px;
	}
}