.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ro90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ro270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

html{
	color: #333;
}

/*search*/
.search-shade{
	position: fixed;
	z-index: 99999;
	background-color: rgba(0,0,0,0.8);
	left: 0;
	height: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.search-block{
	position: fixed;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}

.search-block h1{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}

.search-block input{
	width: 475px;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	background-color: transparent;
}

.search-block a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #308393;
	border-radius: 50%;
	margin: 0 auto;
}

.search-block i{
	font-size: 18px;
	color: #fff;
}

.search-block>div{
	background-color: #fff;
	padding: 0 15px;
	border-radius: 30px;
}

/*top nav*/
.top-nav-blank{
	height: 0px;
}

.header{
	height: 80px;
	width: 100%;
	background-color: #9F3E21;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.top-nav{
	height: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	margin: 0 5px;
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	height: 100%;
	position: relative;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;
	-ms-flex-align:center;
	-moz-align-items:center; 
	align-items:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.top-nav .nav-block a::after{
	opacity: 0;
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #9F3E21;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #FF9900;
}

.top-nav .nav-block a:hover::after,
.top-nav .nav-block .active a::after{
	opacity: 1;
}

.index-lang{
	overflow: hidden;
	text-align: center;
	color: #1f439a;
	font-size: 16px;
	font-weight: bold;
}

.index-lang a{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-right: 25px;
}

.index-lang a:hover{
	color: #1f439a;
}

.index-lang i{
	display: inline-block;
	color: #1f439a;
	font-size: 20px;
	font-weight: normal;
	vertical-align: middle;
	margin-top: -4px;
}

.menu,.menu_down{
	display: none;
}

.top-nav-sub-bg{
	position: absolute;
	z-index: 99;
	left: 0;
	top: 80px;
	width: 100%;
	background-color: rgba(127,127,127,0.35);
	display: none;
}

.top-nav .nav-block li:hover .top-nav-sub-bg{
	display: block;
}

.top-nav-sub{
	max-width: 1600px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.top-nav .top-nav-sub a{
	display: inline-block;
	text-align: center;
	padding: 0 20px;
}

.top-nav-sub i{
	font-size: 24px;
	color: #fff;
}

.top-nav-sub img{
	height: 60px;
}

.top-nav-sub p{
	font-size: 13px;
	color: #FFF;
	margin-top: 0px;
}

.top-nav-sub a.active i,
.top-nav-sub a.active p,
.top-nav-sub a:hover i,
.top-nav-sub a:hover p{
	color: #FF9900;
}

/* index banner */
.index-banner img{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

.index-banner .swiper-pagination{
	bottom: 30px !important;
}

/*index product nav*/
.index-product-nav-bg{
	position: relative;
	z-index: 50;
	background-color: #9F3E21;
}

.index-product-nav{
	max-width: 1520px;
	margin: 0 auto;
	background-color: #9F3E21;
	display: flex;
	flex-wrap: wrap;
	transform: translateY(0px);
}

.index-product-nav .left-cont{
	width: 440px;
	background-color: #451A0E;
	padding: 50px 40px;
	flex-shrink: 0;
}

.index-product-nav .left-cont h2{
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}

.index-product-nav .left-cont p{
	font-size: 14px;
	color: #ccc;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-bottom: 10px;
}

.index-product-nav .left-cont a{
	display: block;
	width: 144px;
	line-height: 34px;
	text-align: center;
	color: #999;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 18px;
	transition: all 0.3s;
}

.index-product-nav .left-cont a:hover{
	color: #9F3E21;
	border-color: #9F3E21;
}

.index-product-nav .right-cont{
	flex: 1;
}

.index-product-nav .right-cont ul{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	position: relative;
}

.index-product-nav .right-cont ul::before{
	display: block;
	content: "";
	width: 100%;
	background-color: #8C3419;
	position: absolute;
	left: 0;
	top: 50%;
}

.index-product-nav .right-cont li{
	width: 20%;
	height: 140px;
	padding: 20px;
	min-height: 50%;
	border-right: 1px solid #8C3419;
}


.index-product-nav .right-cont li a{
	display: flex;
	height: 100%;
	align-items: center;
}

.index-product-nav .right-cont li img{
	width: 75px;
	height: 75px;
	object-fit: contain;
	flex-shrink: 0;
}

.index-product-nav .right-cont li p{
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
}

.index-product-nav .right-cont li:hover p{
	color: #FF9900;
}

/* index product */
.index-product{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-product .box{
	background-color: #eee;
	width: 49%;
	text-align: center;
	padding: 40px 20px 0px;
	margin-bottom: 20px;
}

.index-product .big-box{
	width: 100%;
}

.index-product .box.active{
	background-color: #08141D;
}
.index-product .box:nth-child(2){
	background-color: #08141D;
}

.index-product .box:nth-child(5){
	background-color: #08141D;
}

.index-product .box h2{
	font-size: 48px;
	color: #000;
	margin-bottom: 10px;
}

.index-product .box h3{
	color: #333;
	font-size: 32px;
	margin-bottom: 10px;
}

.index-product .box h4{
	font-size: 22px;
	color: #999;
	margin-bottom: 15px;
}

.index-product .box.active h2,
.index-product .box.active h3,
.index-product .box.active h4{
	color: #fff;
}
.index-product .box:nth-child(2) h2,
.index-product .box:nth-child(2) h3,
.index-product .box:nth-child(2) h4{
	color: #fff;
}
.index-product .box:nth-child(5) h2,
.index-product .box:nth-child(5) h3,
.index-product .box:nth-child(5) h4{
	color: #fff;
}


.index-product .box .a-box{}

.index-product .box a{
	display: inline-block;
	margin: 0 10px;
	color: #9F3E21;
	transition: all 0.3s;
}

.index-product .box a:hover{
	text-shadow: 1px 1px 3px #9F3E21;
}

.index-product .box.active a:hover{
	text-shadow: 1px 1px 3px #ccc;
}

.index-product .box .imgbox{
	margin-top: 40px;
}

.index-product .box .imgbox img{
	transition: all 0.3s;
}

.index-product .box:hover .imgbox img{
	transform: translateX(10px);
}

/*footer list*/
.footer{
	position: relative;
	padding-top: 0px;
}

.footer-border{
	position: absolute;
	z-index: 6;
	width: 100%;
	height: 27px;
	left: 0;
	top: 0px;
}

.footer-border img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-list-bg{
	background-color: #9F3E21;
	position: relative;
	z-index: 5;
}

.footer-list{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.footer-list li{
	position: relative;
}

.footer-list li .share{
	position: absolute;
	left: 25%;
	bottom: 25%;
	display:flex;
	align-items: flex-end;
}
.footer-list li .share a{
	margin-right:10px;
}
.footer-list li .share a::before{
	display:none;
}

.footer-list li h2{
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
	padding-top: 15px;
}

.footer-list a,
.footer-list p{
	display: block;
	font-size: 15px;
	color: #fff;
}

.footer-list p{
	color: #fff;
}

.footer-list p::before,
.footer-list a::before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-right: 8px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

.footer-list a:hover{
	color: #FF9900;
}

.footer-list i{}

.footer-list a+a,
.footer-list p+p{ 
	margin-top: 12px;
}

.footer-list li+li{
	padding-left: 2%;
}

.footer-list li .flex-display{
	margin-top: 35px;
}

.footer-list li .infobox{
	margin-left: 20px;
	text-align: center;
}

.footer-list li .qrbox img{
	width: 112px;
	height: 112px;
}

.footer-list li .infobox h4{
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}

.copyall{
	position: relative;
	z-index: 4;
	background-color: #000;
}

.copy{
	color: #fff;
}

.copy a{
	color: #fff;
}

.copy a:hover{
	color: #ccc;
}

.global-side-nav{
	position: fixed;
	z-index: 99;
	right: 0;
	top: 50%;
	transform: translateX(100%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;

}

.global-side-nav a{
	display: flex;
	margin-bottom: 1px;
	transform: translateX(-70px);
	transition: all 0.3s;
}

.global-side-nav a:hover{
	transform: translateX(-100%);
}

.global-side-nav span,
.global-side-nav i{
	display: block;
	width: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #9F3E21;
	font-size: 12px;
}

.global-side-nav i{
	font-size: 30px;
}

.global-side-nav b{
	display: block;
	padding: 0 20px;
	line-height: 70px;
	background-color: #061117;
	color: #fff;
	font-size: 16px;
}

.layer-shade{
	position: fixed;
	z-index: 190;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	display: none;
}

.message-block{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 880px;
	padding: 50px;
	background-color: #fff;
	border-radius: 20px;
}

.message-block h2{
	text-align: center;
	color: #9F3E21;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

.message-block .form-block button{
	margin: 0 auto;
	background-color: #9F3E21;
}

/*other public*/
.other-banner,
.other-banner2{
	position: relative;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.other-banner2 img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

/****/
.other-block{
	
}

.other-right-block{
	width: 74%;
}

.products-left-menu{
	width: 26%;
	line-height: 1.5;
}

.products-left-menu h2{
	line-height: 120px;
	padding: 0 25px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background-position: center;
	background-size: cover
}

.products-left-nav{
	display: block;
}

.products-left-nav>div{
	padding: 0 20px 0 40px;
	height: 120px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 1px solid #fff;
	background-color: #000;
}

.products-left-nav div{
	font-size: 18px;
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	/* background-color: #eee; */
}

.products-left-nav>div i{
	font-size: 16px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.products-left-nav>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.products-left-nav>div b{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid #01af84;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin-right: 10px;
}

.products-left-nav>div .imgbox{
	width: 72px;
	height: 72px;
	margin-right: 20px;
}

.products-left-nav>div img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* filter: invert(100%) hue-rotate(180deg) saturate(5); */
}

a.products-left-nav>div:hover,
a.products-left-nav.active>div{
	/* background-color: #eee; */
	border-bottom: 1px solid #fff;
}

.products-left-nav>div:hover .flex-flex1,
.products-left-nav.active>div .flex-flex1,
.products-left-nav>div:hover i,
.products-left-nav.active>div i{
	color: #9F3E21;
}

.products-left-nav>div:hover b,
.products-left-nav.active>div b{
	border-left-color: #fff;
}

.products-left-nav.active>div i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.products-left-nav ul{
	background-color: #fff;
	display: none;
}

.products-left-nav li{
	padding: 0 20px 0 30px;
	font-size: 16px;
	color: #666;
}

.products-left-nav li:hover,
.products-left-nav li.active{
	background-color: #f0f8f8;
}

.products-left-nav li:hover .flex-flex1,
.products-left-nav li.active .flex-flex1{
	color: #6db6bd;
}

.products-left-nav li+li{
	border-top: 1px dashed #ccc;
}

.products-left-nav li a{
	height: 46px;
	display:-webkit-flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-moz-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}

.products-left-nav li span{
	display: block;
	width: 10px;
	height: 1px;
	background-color: #999;
	margin-right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav li:hover span,
.products-left-nav li.active span{
	background-color: #fd9314;
}

.products-left-nav li .flex-flex1{
	overflow: hidden;
	font-size: 14px;
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav dl{
	display: none;
}

.products-left-nav dt{
	border-top: 1px dotted #ccc;
}

.products-left-nav dt a{
	display: block;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.products-left-nav dt a:hover{
	color: #fd9314;
}

/* products */
.product-block{
	padding: 60px;
}

.product-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
	background-color: #bbb;
	transition: all 0.3s;
}

.product-block li:hover{
	box-shadow: 5px 5px 5px #999;
}

.product-block li:nth-of-type(3n){
	margin-right: 0;
}

.product-block li::before{
	display: block;
	content: "";
	width: 90%;
	height: 4px;
	background-color: #9F3E21;
	position: absolute;
	left: 0;
	top: -4px;
}

.product-block li a{
	display: block;
	position: relative;
	padding: 20px;
}

.product-block li .textbox{
	margin-bottom: 20px;
}

.product-block li h2{
	font-size: 28px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.product-block li h4{
	font-size: 12px;
	color: #fff;
}

.product-block li .imgbox{
	height: 300px;
}

.product-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-block li .show-product-msg{
	padding: 0;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.product-block li i{
	color: #fff;
	font-size: 34px;
	transition: all 0.3s;
}

.product-block li .show-product-msg:hover i{
	color: #eee;
}

/*product detail*/
.product-detail-top{
	background-color: #000;
	padding: 100px 20px 90px;
}

.product-detail-top-block{
	max-width: 1500px;
	margin: 0 auto;
}

.PD-local{
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 40px;
}

.PD-local a{
	font-size: 14px;
	color: #fff;
}

.PD-local a.active,
.PD-local a:hover{
	text-decoration: underline;
}

.PD-flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.PD-flex .imgbox{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.PD-flex .gallery-top{
	flex: 1;
	margin-left: 20px;
}

.PD-flex .gallery-top .swiper-slide{
	height: 420px;
}

.PD-flex .gallery-top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.PD-flex .gallery-thumbs{
	flex-shrink: 0;
	width: 120px;
	height: 480px;
}
.PD-flex .swiper-wrapper{
	padding:30px 0
}

.PD-flex .gallery-thumbs .swiper-slide{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 150px;
	position: relative;
	background-color: #777;
	cursor: pointer;
	padding: 10px;
}

.PD-flex .gallery-thumbs .swiper-slide::before{
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.PD-flex .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{
	display: block;
}

.PD-flex .gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.PD-flex .swiper-button-prev,
.PD-flex .swiper-button-next{
	top: auto;
	opacity: 1 !important;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #999;
	text-align: center;
	margin: 0;
}

.PD-flex .swiper-button-prev:hover,
.PD-flex .swiper-button-next:hover{
	background-color: #016a7d;
}

.PD-flex .swiper-button-prev i,
.PD-flex .swiper-button-next i{
	font-size: 26px;
	color: #fff;
}

.PD-flex .swiper-button-prev::after,
.PD-flex .swiper-button-next::after{
	display: none;
}

.PD-flex .swiper-button-prev{
	left: 0;
	top: 0;
}

.PD-flex .swiper-button-next{
	right: 0;
	bottom: 0;
}

.PD-flex .infobox{
	width: 50%;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
}

.PD-flex .infobox .title{
	margin-bottom: 20px;
}

.PD-flex .infobox .title>div{
	color: #fff;
	font-size: 42px;
	display: none;
}

.PD-flex .infobox .title>div.active{
	display: block;
}

.PD-flex .infobox .editbox{
	flex: 1;
	font-size: 16px;
	line-height: 2;
	color: #ccc;
	margin-bottom: 40px;
}

.PD-flex .show-PD-msg{
	display: block;
	width: 220px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border: 2px solid #9F3E21;
	border-radius: 30px;
}

.product-detail-top-block .PD-tags{
	display: flex;
	justify-content: flex-end;
	padding: 30px 5%;
}

.product-detail-top-block .PD-tags a{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

.product-detail-top-block .PD-tags i{
	font-size: 16px;
}

.product-detail-top-block .PD-tags a.active,
.product-detail-top-block .PD-tags a:hover{
	color: #9F3E21;
}

.detail-pro{
	width: 100%;
	background-color: #e8e9eb;
}

.detail-pro .bg{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 0 10px;
}

.detail-pro .bg .image{
	padding: 35px 0;
}

.product-detail{
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 0 10px;
}

.product-detail .adv-list{
	background-color: #ededf0;
	padding: 35px 0;
	margin-top: -80px;
	margin-bottom: 30px;
}

.product-detail .adv-list ul{
	display: flex;
	align-items: center;
}

.product-detail .adv-list li{
	flex: 1;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.product-detail .adv-list li img{
	display: inline-block;
	margin-top: -2px;
	margin-right: 10px;
	vertical-align: middle;
}

.product-detail .PD-tags{
	display: flex;
	background-color: #999;
	margin-bottom: 30px;
}

.product-detail .PD-tags a{
	display: block;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1px;
}

.product-detail .PD-tags a.active,
.product-detail .PD-tags a:hover{
	text-decoration: underline;
	background-color: #9F3E21;
}

.product-detail .editbox{
	display: none;
}

.product-detail .editbox.active{
	display: block;
}

.PD-download{
	text-align: right;
	padding-top: 40px;
	float: right;
}

.PD-download a{

	display: block;
	font-size: 17px;
	color: #9F3E21;
	font-weight: bold;
	padding-left:30px;
	background: url(../prodown_ico.jpg) no-repeat left center;
}

.PD-download a:hover{
	text-decoration: underline;
}

.PD-download i{
	font-size: 22px;
	color: #999;
}

/**/
.other-nav-bg{
	background-color: #fff;
	box-shadow: 0 0 5px #888;
	position: relative;
	z-index: 20;
}

.other-nav{
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	background-color: #fff;
}

.other-nav ul{
	border-left: 1px solid #e5e5e5;
}

.other-nav li{
	text-align: center;
	border-right: 1px solid #e5e5e5;
}

.other-nav li:hover,
.other-nav li.active{
	background-color: #9F3E21;
	border-color: #fff;
}

.other-nav li a{
	min-width: 140px;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
	height: 60px;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;  
	-moz-align-items:center; 
	align-items:center; 
	-ms-flex-align:center;
}

.other-nav li:hover a,
.other-nav li.active a{
	color: #fff;
}

.other-nav span{
	display: block;
	width: 100%;
	line-height: 1.3;
	text-transform:capitalize
}


.other-local{
	color: #999;
	font-size: 15px;
}

.other-local img{
	padding: 22px 0;
	vertical-align: top;
}

.other-local b{
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	margin-top: -2px;
	border-left: 4px solid #ccc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.other-local a{
	line-height: 60px;
	color: #999;
	font-size: 15px;
}

.other-local a:hover,
.other-local a:last-child{
	color: #9F3E21;
}


/*support*/
.support-agent-fancy-bg{
	background-color: #eee;
}

.support-agent-fancy{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.support-agent-fancy .title{
	margin-bottom: 60px;
	text-align: center;
}

.support-agent-fancy .title h2{
	color: #9F3E21;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}

.support-agent-fancy .title h4{
	color: #999;
	font-size: 18px;
}

.fancy-block{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.fancy-block .imgbox{
	width: 64%;
	margin-right: 2%;
}

.fancy-block ul{
	width: 34%;
}

.fancy-block li{
	display: flex;
	padding: 0 30px;
	border-bottom: 1px solid #cad1d7;
	font-size: 15px;
	color: #666;
	align-items: center;
	height: 70px;
}

.fancy-block li img{
	margin-right: 10px;
}

.support-agent-adv-bg{
	background-color: #f5f5f5;
}

.support-agent-adv{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.support-agent-adv .title{
	color: #9F3E21;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.support-agent-adv .tags{
	border-bottom: 1px solid #cad1d7;
	text-align: center;
}

.support-agent-adv .tags a{
	display: inline-block;
	padding: 0 10px 30px;
	position: relative;
	color: #666;
	font-size: 17px;
}


.support-agent-adv .tags a::after{
	display: none;
	content: "";
	width: 100%;
	height: 4px;
	background-color: #9F3E21;
	position: absolute;
	left: 0;
	bottom: 0;
}

.support-agent-adv .tags a:hover::after,
.support-agent-adv .tags a.active::after{
	display: block;
}

.support-agent-adv .tags span{
	color: #ccc;
	font-size: 17px;
	display: inline-block;
	margin: 0 20px;
}
.support-agent-adv .tags span:last-child{
	display: none;
}
.support-agent-adv .adv-boxc{
	
	margin-top: 30px;
}
.support-agent-adv .advantage_tab aside{
	display: none;
}
.support-agent-adv .advantage_tab aside:first-child{
	display: block;
}
.support-agent-adv .adv-boxc .atitle{
	color: #777;
	font-size: 17px;
	text-align: center;
	padding: 0 80px;
	margin-bottom: 30px;
}

.support-agent-adv .adv-boxc .a-flex{
	display: flex;
	/* align-items: center; */
	flex-wrap: wrap;
}

.support-agent-adv .adv-boxc .imgbox{
	width: 49%;
	margin-right: 4%;
}

.support-agent-adv .adv-boxc ul{
	width: 47%;
}

.support-agent-adv .adv-boxc li+li{
	margin-top: 20px;
}

.support-agent-adv .adv-boxc a{
	display: block;
	text-decoration: underline;
}

.support-agent-adv .adv-boxc h3{
	font-size: 17px;
	color: #444;
	background: url(../prodown_ico.jpg) no-repeat left center;
	padding-left:25px;
}

.support-agent-adv .adv-boxc a:hover h3{
	color: #9F3E21;
}

.support-agent-adv .adv-boxc p{
	font-size: 17px;
	color: #444;
}

.support-agent-gift{
	padding: 60px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.support-agent-gift .title{
	margin-bottom: 20px;
	text-align: center;
}

.support-agent-gift .title h2{
	font-size: 48px;
	color: #9F3E21;
	font-weight: bold;
}

.support-agent-gift .title h4{
	color: #666;
	font-size: 16px;
}

.support-agent-gift ul{
	display: flex;
	flex-wrap: wrap;
}

.support-agent-gift li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom:30px;
}

.support-agent-gift li:nth-of-type(4n){
	margin-right: 0;
}

.support-agent-gift li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.support-agent-join-bg{
	background-color: #f5f5f5;
}

.support-agent-join{
	padding: 60px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.support-agent-join .title{
	font-size: 48px;
	color: #9F3E21;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.support-agent-join .j-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.support-agent-join .textbox{
	width: 43%;
	margin-right: 5%;
}

.support-agent-join .textbox h2{
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.support-agent-join .textbox p{
	color: #444;
	font-size: 17px;
	margin-bottom: 15px;
}

.support-agent-join .textbox .tr{
	text-align: right;
}

.support-agent-join .textbox a{
	color: #000;
	font-size: 17px;
	text-decoration: underline;
}

.support-agent-join .textbox a:hover{
	color: #9F3E21;
}

.support-agent-join .form-block{
	width: 52%;
}
.support-agent-join .form-block form{
	width: 100%;
}

.support-agent-join .form-block h2{
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 100%;
}

.support-agent-join .form-block button{
	width: 100%;
	background-color: #9F3E21;
}

.about-index{
	width: 100%;
	background-color: #eee;
}

.about-index .block{
	max-width: 1500px;
	margin: 0 auto;
	padding: 60px 0;
}

.about-index .block .title{
	margin-bottom: 30px;
	color: #9F3E21;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

.about-index .block .indexbox{
	width: 100%;
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-right: 3%;
}

/**/
.about-abo-block{
	max-width: 1500px;
	margin: 0 auto;
	padding: 60px 0;
}

.about-abo-block .title{
	margin-bottom: 30px;
	color: #9F3E21;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

.about-abo-block .editbox{
	width: 60%;
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-right: 3%;
}

.about-abo-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.about-abo-block .imgbox{
	width: 37%;
}

.about-abo-block .imgbox img,
.about-abo-block .imgbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/**/
.about-honor-bg{
	background-color: #efefef;
}

.about-honor-block{
	padding: 70px 0;
	max-width: 1500px;
	margin: 0 auto;
}

.about-honor-block .title{
	color: #9F3E21;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.about-honor-block .swiper-container{
	padding-bottom: 50px;
}

.about-honor-block .swiper-slide{
	background-color: #fff;
	padding: 10px;
}

.about-honor-block .swiper-slide:hover{
	box-shadow: 0 0 5px #888;
}

.about-honor-block .swiper-slide a{
	display: block;
	height: 100%;
}

.about-honor-block .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* message */
.form-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-block .full-div,
.form-block .half-div,
.form-block .onethird-div,
.form-block .quater-div{
	margin-bottom: 20px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
	position: relative;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 49%;
}

.form-block .onethird-div{
	width: 32%;
}

.form-block .quater-div{
	width: 24%;
}

.form-block input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
}

.form-block textarea{
	width: 100%;
	height: 200px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #428a7b;
	resize: none;
}

.form-block select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
	cursor: pointer;
}

.form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #ec1010;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block img{
	max-height: 44px;
	vertical-align: bottom;
}


/*contact us*/
.contact-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.contact-block .title{
	text-align: center;
	margin-bottom: 35px;
	font-size: 48px;
	color: #9F3E21;
	font-weight: bold;
}

.contact-block ul{
	border: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
}

.contact-block li{
	padding: 35px 5%;
	flex: 1;
}

.contact-block li+li{
	border-left: 1px solid #eee;
}

.contact-block li h4{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-block li p{
	font-size: 18px;
	color: #666;
	display: flex;
	align-items: center;
}

.contact-block li p+p{
	margin-top: 20px;
}

.contact-block li p::before{
	display: block;
	content: "";
	border-left: 6px solid #aaa;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 10px;
}

.contact-message-bg{
	background-color: #eee;
}

.contact-message-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.contact-message-block .title{
	text-align: center;
	margin-bottom: 35px;
	font-size: 48px;
	color: #9F3E21;
	font-weight: bold;
}

.contact-message-block button{
	margin: 0 auto;
	background-color: #9F3E21;
}

.product-detail .editbox table{
		width: 100%!important;
	    border-width: 1px 0px 0px 1px!important;
}
.product-detail .editbox td{
	   border-width: 1px!important;
	   padding:1px;
}



