html,
body {
	position: relative;
	height: 100%;
}

.container {
	max-width: 1400px;
}

/*header*/

.header-top {
	width: 100%;
	background: #17202db5;
}

.logo1 {
	display: block;
}

.logo2 {
	display: none;
}

.header-top a {
	color: #fff;
}

.header-top a:hover {
	text-decoration: none;
}

.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: 5px 20px;
	float: left;
	font-size: 14px;
}

.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: 555;
	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-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;
}

.warpbox {
	padding: 80px 0;
}


.title {
	position: relative;
	margin-bottom: 40px;
}

.title p {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	position: relative;
	z-index: 1;
	margin-bottom: 28px;
	line-height: 30px;
	z-index: 3;
}

.title h1 {
	font-size: 60px;
	line-height: 60px;
	color: rgba(0, 0, 0, 0.05);
	font-weight: bold;
	margin-bottom: -30px;
}

/**/
#about {
	position: relative;
	padding-top: 120px;
	padding-bottom: 200px;
}

.about-bg {
	background: url(../images/aboutbg.jpg) no-repeat bottom center;
	background-size: 100%;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

#about .container {
	position: relative;
	display: flex;
	z-index: 1;
}

#about .container .left {
	width: 50%;
	padding-right: 40px;
}

#about .container .right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.btn-more {
	display: flex;
	padding: 0 20px;
	margin-top: 40px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #b81c25;
	color: #b81c25;
	align-items: center;
	justify-content: space-between;
}

.btn-more:hover {
	background: #b81c25;
	color: #fff;
	text-decoration: none;
}

.btn-more i {
	font-size: 18px;
}

#about .container .right .video-box {
	width: 540px;
}

#about .container .right .video-box>img {
	width: 100%;
}

.ab_link {
	display: flex;
	width: 540px;
	margin-top: 15px;
}

.ab_link span {
	display: inline-block;
	width: 25px;
	height: 27px;
	border-radius: 50%;
	font-size: 20px;
}

.ab_link li:hover img {
	width: 45px;
	margin-bottom: 3px;
	transition: all 0.3s;
}

.ab_link li:hover span {
	background: rgba(255, 255, 255, 0.1)
}

.ab_link li {
	width: 33.333%;
	padding: 25px 0;
	list-style: none;
	text-align: center;
}

.ab_link li a {
	display: flex;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	flex-direction: column;
	align-items: center;
}

.ab_link li a:hover {
	text-decoration: none;
}

.ab_link li:nth-child(1) {
	background: #b81c25;
}

.ab_link li:nth-child(2) {
	background: #d11e28;
}

.ab_link li:nth-child(3) {
	background: #e71d28;
}

.ab_link li img {
	margin-bottom: 8px;
	width: 40px;
	transition: all 0.3s;
}

.video-box {
	position: relative;
}

.hiden_video_tb {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3
}

.hiden_video_tb:hover {
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3;
}


/**/
.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}

#product {
	background: url(../images/pro-bg.jpg) no-repeat center fixed;
	background-size: cover;
	position: relative;
	padding-bottom: 60px;
}

#product:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 156px;
	left: 0;
	width: 100%;
	background: url(../images/pro-circle.png) no-repeat bottom center;

}

#product .container {
	position: relative;
	z-index: 1;
}

#product .btn-more {
	border-color: #ffffff;
	margin: 90px auto 0;
	color: #ffffff;
}

#product .pro-item hr {
	border-bottom: 1px px solid #ddd;
	padding: 0;
	margin: 0;
	margin-bottom: 36px;
}

#product .pro-item h3 {
	font-weight: bold;
	font-size: 18px;
	color: #111111;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

#product .pro-item p span {
	border: 1px solid #dddddd;
	padding: 3px 5px;
	font-size: 14px;

}

.pro-view-wrapper .swiper-slide {
	background: #fff;
}

.pro-view-wrapper .swiper-btn {
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -20px;
	width: 36px;
	height: 40px;
	z-index: 3;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	font-size: 30px;
}

.pro-view-wrapper:hover .swiper-btn {
	display: flex;
}

.pro-view-wrapper .pro-next {
	right: 0;
}

.pro-view-wrapper .pro-prev {
	left: 0;
}

.pro-view-wrapper .swiper-button-disabled {
	background: #e9e9e9;
}

.pro-view-wrapper .swiper-slide .pro-item {
	padding: 15px 30px 50px;
}

.pro-view-wrapper .swiper-slide {
	position: relative;
}

.pro-view-wrapper .swiper-slide i {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 5px solid #b41212;
	color: #b41212;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	z-index: 99;
	right: 20px;
	bottom: -20px;
	font-style: normal;
	font-size: 30px;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.pro-view-wrapper .swiper-slide:hover i {
	background: #b41212;
	color: #fff;
	bottom: -10px;
	transition: all 0.3s;
}

.pro-view-wrapper .swiper-slide a:hover {
	text-decoration: none;
}

.swiper-container.pro-view-wrapper {
	/* padding-top: 30px; */
	padding-bottom: 30px;
}

#product .title,
#news .title,
.title-left ul,
.title-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title-left ul li {
	list-style: none;
	margin: 0 15px;
}

.title-left ul li a {
	position: relative;
	color: #000;
}

.title-left ul li a:hover:before,
.title-left ul li:first-child a:before {
	content: "";
	position: absolute;
	top: 30px;
	width: 100%;
	height: 4px;
	background: #b81c25;
}

.title-left ul li a:hover,
.title-left>a:hover,
.title-left ul li:first-child a {
	color: #b81c25;
	text-decoration: none;
}

.title-left>a {
	margin-left: 20px;
	font-size: 26px;
	font-weight: normal;
	color: #333;
}


/**/

/*ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»*/
#news {
	padding-bottom: 120px;
}

.news-wrapper .swiper-slide {
	background: #fff;
}

.news-wrapper .swiper-slide a {
	display: block;
	background: #f6f6f6;
}

.news-wrapper .swiper-slide a:hover {
	text-decoration: none;
}

.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;
}


/**/
#foot-contact {
	background: url(../images/foot-contact-bg.jpg) no-repeat center;
	background-size: cover;
}

#foot-contact .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	padding-top: 26px;
	padding-bottom: 26px;
}

#foot-contact .btn-more {
	border-color: #ffffff;
	color: #ffffff;
	margin: 0;
}

/*foot*/

footer {
	background: #262626;
}

.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;
	text-decoration: none;
}

.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;
	text-decoration: none
}

.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-right: 8%;
	border-right: 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;
}

#banner-img {
	position: relative;
	min-height: 680px;
	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: left;
}

#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 {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.banner-nav ul {
	display: flex;
	justify-content: center;
}

.banner-nav ul li {
	padding: 30px;
	list-style: none;
}

.banner-nav ul li a {
	color: #ffffff;
	display: block;
	position: relative;
	padding-bottom: 15px;
}

.banner-nav ul li.active a,
.banner-nav ul li a:hover {
	text-decoration: none;
	color: #b41212;
}

.banner-nav ul li a:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #b41212;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: 5px;
	opacity: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.banner-nav ul li.active a:after,
.banner-nav ul li a:hover:after {
	opacity: 1;
}

.contxt ul {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	align-items: flex-start;
	justify-content: space-between;
}

.contxt li {
	display: flex;
	font-size: 18px;
	width: 25%;
	min-height: 130px;
	list-style: none;
	padding: 20px;
	margin: 15px;
	border: 1px solid #e5e5e5;
	align-items: flex-start;
}


.contxt li em {
	float: left;
	display: block;
	font-size: 22px;
	color: #000;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	background: #f5f5f5;
}

.contxt li>div {
	float: left;
	width: calc(100% - 75px);
	margin-left: 20px;
	font-size: 16px;
}

.contxt li p.linav {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 20px;
}

.con_right {
	padding: 60px 60px;
	background: #f5f5f5;
}

.con_right>h3 {
	margin-bottom: 40px;
	position: relative;
	text-align: left;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 20px;
	height: 57px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
	outline: 0;
}

.feedback-form .form-textarea {
	padding-left: 20px;
	height: 180px;
}

.feedback-submit {
	float: right;
	background: #000;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	max-width: 300px;
	height: 51px;
}

.feedback-submit:hover {
	color: #fff;
	background: #222;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.contact_sign {
	display: block;
	width: 80px;
	height: 80px;

}

.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: 50px;
}

.news-contain {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.news-items {
	width: 33.3%;
}

.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;
	text-decoration: none;
}

.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;
}

.mould-box {
	width: 100%;
}

.mould-box>ul {
	padding: 0 0 20px;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.mould-box>ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.mould-box>ul li {
	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: #b41212;
	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;
}

#certify {
	position: relative;
	margin: 0 auto;
	border-bottom:1px solid #eeeeee;
	margin-bottom:36px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 360px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width:100%;
}


#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #b41212;
	background-color: #fff;
}

#certify .button-prev {
	left: -30px;
	background: rgba(0, 0, 0, 0.3);
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}

#certify .button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .button-next {
	right: -30px;
	background: rgba(0, 0, 0, 0.3);
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}

#certify .button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

#honor .mould-box>ul li {
	list-style: none;
	width: calc(25% - 30px);
	margin: 15px;
	cursor: pointer;
}


.products-serise{
	display: flex;
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 60px;
}

.products-serise .serise-img{
	width: 30%;
}

.products-serise .serise-right{
	width: 70%;
	padding: 15px 15px 15px 30px;
}

.products-serise .serise-right .serise-name{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
}

.storage{
	display: flex;
	padding-bottom: 60px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 60px;
}
.storage .flex {
	position:relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	width:70%;
}
.storage .left{
    display: flex;
    min-width: 160px;
    min-height: 320px;
    margin-right: 5%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	width: 20%;
	
}
.storage img{
	width: 30%;
	max-width:500px;
}
.storage .right{
margin: 0 40px 0 0;
    width: 80%;
}
.storage .right h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.view-more {
    position:absolute;
	bottom:0;
	left:0;
    display: block;
    width: 100px;
    height: 38px;
    color: #fff;
    background: #b41212;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    transition: all 0.3s;
}
.view-more:hover{
	margin-bottom:5px;
	color:#fff;
	text-decoration:none;
	transition: all 0.3s;
}
.view-more i{
	position: relative;
	z-index: 1;
	margin-left:8px;
}

.products-box {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.pro-items {
	width: 25%;
	padding: 15px;
}



.pro-items .pro-item h3 {
	font-weight: bold;
	font-size: 18px;
	color: #111111;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.pro-items .pro-item p span {
	border: 1px solid #dddddd;
	padding: 3px 5px;
	font-size: 14px;

}

.pro-items a {
	background: #fff;
	display: block;
	overflow: hidden;
}

.pro-items .pro-item {
	padding: 60px 30px 50px;
	background: #f8f8f8;
	position: relative;

}

.pro-items {
	position: relative;
}

.pro-items i {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #b41212;
	padding: 6px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	z-index: 1;
	right: 20px;
	top: -20px;
	font-style: normal;
	font-size: 30px;
	box-shadow: 0 6px 12px 0 #b412124b;
	opacity: 1;
	cursor: pointer;
	transition: all 0.3s;
}

.pro-items:hover i {
	transition: all 0.3s;
}

.pro-items a:hover {
	text-decoration: none;
}

.pro-items a img {
	transition: all 0.3s;
}

.pro-items a:hover img {
	transform: scale(1.1);
}

.pro-items a:hover i {
	width: 100%;
	height: 100%;
	border-radius: 0;
	right: 0;
	top: 0;
	transform: none;
	box-shadow: none;
	opacity: 0.9;
	transition: all 0.5s ease 0s, border-radius 0.2s ease 0.1s;
}

.pro-items a:hover i span {
	opacity: 0;
	transition: none;
}

.pro-items a .pro-item h3,
.pro-items a .pro-item p {
	position: relative;
	z-index: 2;
}

.pro-items a:hover .pro-item h3,
.pro-items a:hover .pro-item p {
	color: #ffffff;
}

.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;
	display: flex;

}

.pro-view-inquiry-btn a {
	display: block;
	background: #b41212;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 46px;
	font-size: 18px;
	padding: 8px;
	max-width: 166px;
}

.pro-view-inquiry-btn a.btn-back {
	background: #eeeeee;
	color: #333333;
	margin-left: 15px;
}

.pro-view-inquiry-btn a:hover {
	text-decoration: none;
	font-weight: bold;
	background: #b41212;
	color: #ffffff;
}

.pro-view-inquiry-btn a.btn-back:hover {
	background: #111111;
}

.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;
}

#intro {
	display: flex;
	align-items: center;
}

.container-title h1 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 30px;
}

.about-intro-con {
	display: flex;
	flex-direction: row-reverse;
}

.about-intro-p p {
	margin-bottom: 20px;
}

.about-intro-con .video-box {
	padding-left: 30px;
	margin-bottom: 30px;
	width: 50%;

}

.about-intro-con .video-box img {
	width: 100%;
}

.about-intro-con .about-intro-p {
	width: 50%;
}

#gsln {
	width: 100%;
	min-height: 680px;
	overflow: hidden;
	padding-top: 100px;
	margin: auto;
	background: url(../images/gslnbg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}

#gsln .container {
	position: relative;
}

.swiper-gsln .swiper-slide {
	display: flex;
}

.gsln-title {
	overflow: hidden;
	padding: 54px 0 0 0;
	width: 50%;
}

.gsln-title h3 {
	width: 100%;
	overflow: hidden;
	font-size: 45px;
	color: #fff;
	line-height: 55px;
	font-weight: normal;
	margin-bottom: 28px;
}

.gsln-p {
	overflow: hidden;
	padding: 0 0 0 160px;
	width: 50%;
}

.gsln-p dl {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	padding-left: 25px;
	margin-top: 32px;
	position: relative;
}

.gsln-p dl:before {
	content: "";
	width: 12px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 14px;
}

.gsln-p dl dt {
	width: 18%;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	float: left;
	line-height: 30px;
}

.gsln-p dl dd {
	width: 82%;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	float: left;
	line-height: 30px;
}

.gsln-p p {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 32px;
}

.gsln-btn {
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 295px;
	z-index: 99;
	display: flex;
}

.gsln-btn div {
	display: flex;
	width: 60px;
	height: 60px;
	background: #b41212;
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	margin-right: 15px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;

}

.gsln-btn div:hover {
	background: #111111;
}

#honor{width: 100%;
	min-height: 680px;
	overflow: hidden;
	padding-top: 100px;
	margin: auto;
	background: url(../images/rybg.jpg) no-repeat bottom right;
	background-size: cover;
	background-attachment: fixed;}

.history-list-title{ margin-bottom:90px;}
.history-list-title h1{ font-size:52px; color:#0060a3; }

.history-list-con{max-width:960px;margin:auto;}

.history-item-con{
	width:50%;
	padding-top: 10px;
	padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	}
.history-item-con .history-content{ width:80%; font-size:14px; line-height:24px; position: relative;}	


.history-item-con .point-con{
	position:absolute;
	right: -12px;
    top: 10px;
	
}
.point-dot {
    width: 24px;
    height: 24px;
    background: #b41212;
	border-radius: 50%;
}
.history-item-con .point-con .point.point-dot{

}

.history-time{ font-size:24px; color:#b41212; font-weight:bolder; margin-bottom:10px;}
.history-item-l .history-item-con{ text-align:right; float:left; border-right: 1px solid #a3a4a4;}
.history-item-r .history-item-con{ float:right; border-left: 1px solid #a3a4a4; padding-left: 10%; margin-right: 1px;}

.history-item-r .history-item-con .point-con{
	left: -12px;
	right:auto;
	
}

.service-p ul{
	padding-left: 15px;
    display: flex;
	margin-top:30px;
}
.service-p li{
	width:33%;
	margin:30px;
}
.partner{border-top:1px solid #eeeeee;margin-top:36px;padding-top:36px;}
.partner-img ul{display: flex;flex-wrap: wrap;list-style:none;margin-left:-15px;margin-right:-15px;}
.partner-img ul li {
    margin: 15px;
    border: 1px solid #EAEAEA;
    width: calc(20% - 30px);
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

@media (min-width: 1200px) {
	.mobile_header {
		display: none;
	}

}

@media (max-width: 1360px) {
	.footer_box .container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.foot-right {
		width: 100%;
		padding-right: 0;
		border-right: 0;
	}

	.foot-left {
		padding: 80px 0px 0 0;
		display: flex;
		width: 100%;
		color: #fff;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 1200px) {
	#about .container {
		flex-direction: column;
	}

	#about .container .left {
		width: 100%;
		padding-right: 0px;
	}

	#about .container .right {
		width: 100%;
		margin-top: 26px;
	}

	#about .container .right .video-box {
		width: 100%;
	}

	.ab_link {
		width: 100%;

	}

	.pro-items {
		width: 33.3%;
	}
}

@media (max-width: 991px) {

	#product .title,
	#news .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.foot-nav {
		flex-wrap: wrap;
	}

	.foot-nav-item {
		float: left;
		width: 33.333%;
		margin-bottom: 26px;
	}

	.foot-contact {
		width: 100%;
	}

	#banner-img {
		min-height: 480px;
	}

	.contxt ul {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contxt ul li {
		width: 100%;
	}

	.news-items {
		width: 50%;
	}

	.mould-box>ul li {
		width: calc(50% - 30px);
	}

	#honor .mould-box>ul li {
		width: calc(50% - 30px);
	}
	
	.pro-items {
		width: 50%;
	}

	.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;
	}

	.about-intro-con {
		flex-direction: column;
	}

	.about-intro-p p {
		margin-bottom: 10px;
	}

	.about-intro-con .video-box {
		padding-left: 0px;
		width: 100%;

	}

	.about-intro-con .about-intro-p {
		width: 100%;
	}

	.swiper-gsln .swiper-slide {
		flex-direction: column;
	}

	.gsln-title {
		width: 100%;
	}

	.gsln-p {
		padding: 0;
		width: 100%;
	}
	.gsln-btn{position: relative;top: 0;}
	
	.storage {
    display: flex;
    flex-direction: column;
 }
	.storage .left {
		min-height: initial;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
	width:100%;
	}
	.storage .flex {
		width:100%;
	}
	.view-more {
    top: -88px;
    bottom: initial;
    left: initial;
    right: 0px;
	}
	
		.history-item-l .history-item-con{ text-align:left; float:left; border-left: 1px solid #a3a4a4; border-right:0;padding-left: 10%; }
	.history-item-r .history-item-con{ float:left; border-left: 1px solid #a3a4a4; padding-left: 10%; margin-right: 0px;}
	.history-item-con .point-con {
		position: absolute;
		left: -12px;
		top: 10px;
	}
	.history-item-con{ width: 100%;}
	.history-item-con .history-content {
		width: 100%;
	}
	
	.service-p ul{
    flex-direction: column;
	}
	.service-p li{
		width:100%;
	}
	
	.partner-img ul li {
    width: calc(25% - 30px);
	}
}

@media (max-width: 680px) {
	.foot-left {
		display: none;
	}

	.news-items {
		width: 100%;
	}

	.mould-box>ul li {
		width: 100%;
	}
	
	#honor .mould-box>ul li {
		width: calc(100% - 30px);
	}
	
	.pro-items {
		width: 100%;
	}
	
	.products-serise {
		flex-direction: column;
	}

	.products-serise .serise-img{
		width: 100%;
	}

	.products-serise .serise-right{
		width: 100%;
		padding: 15px 15px 15px 15px;
	}
	.storage .flex {
    flex-direction: column;
	}
	.storage .right {
		margin: 0 0px 0 0;
		width: 100%;
	}
	.storage img {
		width: 100%;
	}
	
	.banner-nav ul {
    flex-wrap: wrap;
	}
	
	.banner-nav ul li {
    padding: 0 10px;
	}
	
	.partner-img ul li {
    width: calc(50% - 30px);
	}
}