@charset 'utf-8';
* {margin: 0px;padding: 0px;box-sizing: border-box;font-family: "Arial",sans-serif;}
html{font-size: 62.5%;height: 100px}
body {margin: 0px;padding: 0px;font-size: 16px;font-size:1.6rem;max-width: 1920px;margin: 0 auto;}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0px;padding: 0px;}
h1, h2, h3, h4, h5{line-height: 1;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea {outline: 0;resize: none;border: none;border: 0;margin: 0;padding: 0;}
select {border: 0;}
input {margin: 0;padding: 0;border: none;}
table, table td {border-collapse: collapse;}
img {max-width: 100%;vertical-align: middle;object-fit: cover;}
i{font-style: normal;}
.clearfix:after {content: "";height: 0;visibility: hidden;display: block;clear: both;}
.clearfix {zoom: 1;}
.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.last{margin-right:0px !important;}
.div1352{width:1352px;margin: 0px auto;}
.div1310{width: 1310px;margin: 0px auto;}
.div1226{width: 1226px; margin: 0 auto;}
.div1200{width:1200px; margin:0px auto;}
.div1600{width:1600px; margin:0px auto;}
.div1215{width:1215px; margin:0px auto;}
.div1004{width:1004px; margin: 0px auto;}
.div850{width: 850px;margin: 0 auto;}
.div600{width:600px; margin:0px auto;}
.div920{width:920px; margin:0px auto;}
.w9375{width: 93.75%;margin: 0 auto;}
.w80{width: 80%;margin: 0 auto;}
.w6875{width: 68.75%;margin: 0 auto;}
.w9062{width: 90.62%;margin: 0 auto;}
.banner{ position:relative; z-index:1; width:100%; text-align:center;}
.wrap {width: 100%;_zoom: 1;position: relative;overflow: hidden;}
.line_1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.line_2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line_3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line_4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
input::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #515151;}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #515151;}
input::placeholder {font-size: 14px;color: #515151;}
textarea::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #515151;}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #515151;}
textarea::placeholder {font-size: 14px;color: #515151;}
::-webkit-scrollbar {
	width: 0;
}
.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.header_top{
	max-width: 1920px;
	margin: auto;
	position: fixed;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	-o-transition: transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease,-webkit-transform .6s ease;
}
.header_top_holder{
	position: relative;
	height: 100%;
	z-index: 20;
	background-color: #000300;
}
.header_top.header_appear{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.header_top_holder .w9375{
	height: 100%;
}
.header_top_box{
	height: 100%;
	position: relative;
}
.header_top_nav{
	height: 100%;
}
.header_top_nav>ul{
	height: 100%;
	align-items: center;
	justify-content: center;
}
.header_top_nav>ul>li{
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 23px;
}
.header_top_nav>ul>li>a{
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 1px;
	color: #ffffff;
}
.header_top_nav>ul>li>a .item_outer{
	position: relative;
	display: block;
}
.header_top_nav>ul>li>a .item_outer:after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	background-color: currentColor;
	left: 0;
	bottom: 0;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}
.header_top_nav>ul>li.cur>a .item_outer:after{
	width: 100%;
}
.header_top_nav>ul>li:hover>a .item_outer:after{
	width: 100%;
}
.header_top_search{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header_top_language{
	text-align: center;
}
.header_top_language span{
	font-size: 20px;
	color: #ffffff;
}
.header_top_language span a{
	font-size: 20px;
	letter-spacing: 2px;
	color: #ffffff;
}
.header_top_inp{
	margin-top: 8px;
	width: 123px;
	height: 32px;
	border-radius: 15px;
	background-color: #efeef2;
	overflow: hidden;
	padding: 0 15px;
	display: none;
}
.header_top_inp>form{
	display: flex;
	height: 100%;
	align-items: center;
}
.header_top_inp input[type=text]{
	background-color: #efeef2;
	width: calc(100% - 17px);
	height: 100%;
}
.header_top_inp input[type=submit]{
	background: url(../images/search.png) no-repeat center;
	width: 17px;
	height: 19px;
}
.header_menu_holder{
	height: 100%;
	padding-top: 15px;
}

.header_menu_holder .w9375{
	height: 100%;
}
.header_menu_logo{
	display: flex;
	justify-content: center;
	text-align: center;
}
.header_menu_logo h1{
	text-align: center;
	color: #e52585;
	font-size: 32px;
}
.header_menu_box{
	position: relative;
}
.header_menu_nav{
	height: 62px;
}
.header_menu_nav>ul{
	height: 100%;
	align-items: center;
	justify-content: center;
}
.header_menu_nav>ul>li{
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 23px;
}
.header_menu_nav>ul>li>a{
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 1px;
	color: #000000;
}
.header_menu_nav>ul>li>a .item_outer{
	position: relative;
	display: block;
}
.header_menu_nav>ul>li>a .item_outer:after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	background-color: currentColor;
	left: 0;
	bottom: 0;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}
.header_menu_nav>ul>li.cur>a .item_outer:after{
	width: 100%;
}
.header_menu_nav>ul>li:hover>a .item_outer:after{
	width: 100%;
}
.header_menu_search{
	position: absolute;
	right: 0;
	top: 10%;
	transform: translateY(-50%);
}
.header_menu_language{
	text-align: center;
}
.header_menu_language span{
	font-size: 20px;
	color: #000000;
}
.header_menu_language span a{
	font-size: 20px;
	letter-spacing: 2px;
	color: #000000;
}
.header_menu_inp{
	margin-top: 8px;
	width: 123px;
	height: 32px;
	border-radius: 15px;
	background-color: #efeef2;
	overflow: hidden;
	padding: 0 15px;
}
.header_menu_inp>form{
	display: flex;
	height: 100%;
	align-items: center;
}
.header_menu_inp input[type=text]{
	background-color: #efeef2;
	width: calc(100% - 17px);
	height: 100%;
}
.header_menu_inp input[type=submit]{
	background: url(../images/search.png) no-repeat center;
	width: 17px;
	height: 19px;
}
.header_mobile{
	display: none;
	position: relative;
	border-bottom: 1px solid #cbcbcb;
	background-color: #ffffff;
}
.header_mobile_active{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	z-index: 104;
}
.header_mobile_content{
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: space-between;
}
.header_mobile_logo{
	height: 50px;
}
.header_mobile_logo img{
	max-height: 100%;
}

.menu{
	width: 36px;
	height: 24px;
	position: relative;
}
.menu span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #2e2e2e;
	border-radius: 2px;
	position: absolute;
	top: 0;
	transition: 0.3s;
}
.menu span:nth-child(1){
	top: 0;
}
.menu span:nth-child(2){
	top: 10px;
}
.menu span:nth-child(3){
	top: 20px;
}
.menu.active span:nth-child(1){
	opacity: 0;
}
.menu.active span{
	top: 50%;
}
.menu.active span:nth-child(2) {
	transform: translateY(-50%) rotate(45deg);
}
.menu.active span:nth-child(3) {
	transform: translateY(-50%) rotate(-45deg);
}

.header_mobile_menu_nav{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #ffffff;
	z-index: 13;
	display: none;
	padding-bottom: 20px;
}
.header_mobile_menu_ul>li>a{
	display: block;
	padding: 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #4f4e4e;
	line-height: 23px;
	font-weight: 400;
	cursor: pointer;
}
.header_mobile_menu_ul>li>a>span{
	position: relative;
	/*display: block;*/
}
.header_mobile_menu_ul>li>a>span:after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	background-color: currentColor;
	left: 0;
	bottom: 1px;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	bottom: -2px;
}
.header_mobile_menu_ul>li.cur>a>span:after{
	width: 100%;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 77px;
	height: 76px;
	background-size: 77px 76px;
}
.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/prev.png);
	left: 72px;
}
.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/next.png);
	right: 72px;
}

.index_title{
	text-align: center;
}
.index_title h2{
	font-size: 54px;
	letter-spacing: 1px;
	color: #000000;
}
.part1{
	padding-top: 80px;
	background-color: #f5eff3;
	padding-bottom: 27px;
}
.part1_content{
	margin-top: 45px;
}
.part1_list{
	display: flex;
	flex-wrap: wrap;
}
.part1_item{
	width: 24.6%;
	margin: 0 0.2%;
}
.part1_box{
	position: relative;
}
.part1_img{
	border-radius: 13px;
	overflow: hidden;
}
.part1_text{
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	width: 53%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
	padding: 35px 0;
}
.part1_text p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #262424;
	text-transform: uppercase;
}
.part1_mask{
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
	background-color: #ffffff;
	text-align: center;
	clip-path: inset(100% 0 0 0);
	-webkit-clip-path: inset(100% 0 0 0);
	-webkit-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
	border-radius: 13px;
}
.part1_mask_con{
	position: relative;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	/*height: auto;*/
}
.part1_mask_text{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
/*.part1_item:hover .part1_mask{
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}*/
.part1_mask_text h2{
	font-size: 20px;
	letter-spacing: 1px;
	color: #262424;
	margin-bottom: 5px;
}
.part1_mask_text p{
	font-size: 16px;
	color: #838383;
}

.part2{
	padding-top: 160px;
}
.part2_content{
	justify-content: space-between;
}
.part2_left{
	width: 46%;
	padding-top: 40px;
}
.part2_title h2{
	font-size: 54px;
	letter-spacing: 5px;
	color: #000000;
}
.part2_text_list{
	margin-top: 90px;
}
.part2_text_item{
	margin-bottom: 40px;
}
.part2_text_item h3{
	font-size: 44px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 5px;
}
.part2_text_item p{
	font-size: 26px;
	letter-spacing: 1px;
	color: #010101;
	line-height: 1.5;
}
.part2_more{
	width: 247px;
	height: 36px;
	background-color: #000200;
	border-radius: 17px;
	line-height: 36px;
	text-align: center;
}
.part2_more a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.part2_right{
	width: 53%;
}
.part2_rimg{
	overflow: hidden;
	border-radius: 13px;
}

.part3{
	padding-top: 150px;
	padding-bottom: 30px;
}
.part3_list{
	margin-top: 60px;
}
.part3_box{
	justify-content: space-between;
}
.part3_item{
	width: 24%;
}
.part3_item_title h2{
	text-align: center;
	font-size: 34px;
	letter-spacing: 2px;
	color: #000000;
}
.part3_item_con{
	margin-top: 20px;
}
.part3_item_bgimg{
	position: relative;
	border-radius: 13px;
	overflow: hidden;
}
.part3_item_bgimg>img{
	width: 100%;
}
.part3_item_mask{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	padding-top: 56px;
}
.part3_item_mask1{
	background-color: rgba(218,161,180,0.92);
}
.part3_item_mask2{
	background-color: rgba(233,186,162,0.92);
}
.part3_item_mask3{
	background-color: rgba(134,101,100,0.92);
}
.part3_item_mask4{
	background-color: rgba(245,177,191,0.92);
}
.part3_item_mask_box{
	text-align: center;
}
.part3_item_text{
	margin-top: 35px;
}
.part3_item_text p{
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #ffffff;
}

.part4{
	padding-top: 170px;
	background-color: #efefef;
	padding-bottom: 160px;
}
.part4_content{
	margin-top: 45px;
	justify-content: space-between;
}
.part4_left{
	width: 52%;
	padding-top: 30px;
}
.part4_right{
	width: 44%;
}
.part4_litem{
	width: 50%;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 39px; 
}
.part4_limg{
	width: 72px;
}
.part4_ltext{
	width: calc(100% - 92px);
}
.part4_ltext p{
	line-height: 1.4;
	font-size: 19px;
	color: #000000;
}
.part4_ritem{
	margin-bottom: 10px;
}
.part4_input input{
	width: 100%;
	height: 48px;
	padding-left: 18px;
	background-color: #fff;
	font-size: 14px;
	color: #b7b7b7;
}
.part4_textarea textarea{
	width: 100%;
	background-color: #fff;
	padding: 18px;
	height: 82px;
	font-size: 14px;
	color: #b7b7b7;
}
.part4_btn input{
	width: 237px;
	height: 34px;
	background-color: #000000;
	border-radius: 17px;
	border: solid 2px #000200;
	font-size: 19px;
	letter-spacing: 2px;
	color: #ffffff;
	cursor: pointer;
}

/*footer*/
.footer{
	background-color: #000000;
	padding-top: 70px;
}
.footer_content{
	justify-content: space-between;
}
.footer_left{
	width: calc(77% - 35px);
}
.footer_ltit h2{
	font-size: 24px;
	letter-spacing: 2px;
	color: #ffffff;
}
.footer_nav{
	justify-content: space-between;
}
.footer_litem{
	/*width: 21%;*/
}
.footer_litem:last-child{
	width: 37%;
}
.footer_litem>ul{
	margin-top: 45px;
}
.footer_litem>ul>li>a{
	font-size: 16px;
	line-height: 2.3;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: capitalize;
}
.footer_contact{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.footer_contact_img{
	width: 30px;
}
.footer_contact_text{
	width: calc(100% - 45px);
}
.footer_contact_text{
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	line-height: 30px;
}
.footer_contact:last-child .footer_contact_text{
	line-height: 1.5;
}

.footer_right{
	width: 23%;
	min-width: 320px;
}
.footer_ritem{
	margin-bottom: 13px;
}
.footer_input input{
	border: 1px solid #4f4f4f;
	background-color: transparent;
	width: 100%;
	height: 40px;
	padding-left: 19px;
	font-size: 14px;
	color: #515151;
}
.footer_textarea input{
	border: 1px solid #4f4f4f;
	background-color: #ffffff;
	width: 100%;
	height: 40px;
	padding-left: 19px;
	font-size: 14px;
	color: #000000;
}
.footer_textarea input::placeholder {
	font-size: 14px;
	color: #000000;
}
.footer_btn{
	text-align: right;
}
.footer_btn input{
	width: 99px;
	height: 28px;
	border-radius: 14px;
	border: solid 2px #ffffff;
	background-color: transparent;
	font-size: 15px;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
}
.footer_rshare{
	margin-top: 25px;
	text-align: right;
}
.footer_rshare_link p,.footer_rshare_link p span{
	font-size: 24px;
	letter-spacing: 2px;
	color: #ffffff;
}
.footer_rshare_link p a{
	display: inline-block;
	margin-right: 25px;
}
.footer_rshare_link p a:last-child{
	margin-right: 0;
}

.copyright{
	margin-top: 45px;
	border-top: 1px solid #ffffff;
	text-align: center;
	padding: 15px 0;
}
.copyright p{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5
}
.copyright p a{
	font-size: 16px;
	color: #ffffff;
}

.kf_content{
	position: fixed;
	top: 80%;
	right: 0;
	width: 60px;
	/*background-color: #e7e7e7;*/
	z-index: 99;
	/*padding: 1px 0 1px 1px;*/
}
.kf_box{
	/*width: 177px;*/
}
.kf_item{
	background-color: #ffffff;
	height: 78px;
	text-align: center;
	padding-top: 16px;
	transition: all 0.5s;
	transform: translateX(0);
	width: 277px;
	display: flex;
	border-bottom: 1px solid #e7e7e7;
}
.kf_item:last-child{
	border-bottom: 0px solid #e7e7e7;
}
.kf_item>a{
	display: block;
	width: 60px;
}
.kf_itext{
	width: 200px;
	padding-top: 14px;
	text-align: center;
}
.kf_itext p{
	font-size: 16px;
	color: #424242;
}
.kf_text{
	margin-top: 10px;
}
.kf_text p{
	font-size: 16px;
	color: #424242;
}
.kf_item_black{
	background-color: #000000;
}
.kf_item_black .kf_text p{
	font-size: 12px;
	color: #ffffff;
}
.kf_item_hover:hover{
	transform: translateX(-200px);
}

/*product*/
.product{
	margin-top: 2%;
	padding-top: 65px;
}
.product_title h2{
	font-size: 41px;
	letter-spacing: 1px;
	color: #000000;
}
.product_box{
	justify-content: space-between;
	margin-top: 4%;
	padding-bottom: 6%;
}
.product_left{
	width: 27%;
	padding-top: 20px;
}
.product_llist>ul>li{
	margin-bottom: 25px;
}
.product_llist>ul>li>a{
	display: block;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	text-transform: uppercase;
}
.product_llist>ul>li.cur>a{
	color: #e7348d;
}
.product_llist>ul>li>ul{
	display: none;
}
/*.product_llist>ul>li.cur>ul{
	display: block;
}*/
.product_llist>ul>li>ul>li>a{
	padding-left: 16px;
	font-size: 25px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 1.5;
}
.product_llist>ul>li>ul>li>a:hover{
	color: #e7348d;
}
.product_llist>ul>li>ul>li.cur>a{
	color: #e7348d;
}
.product_search{
	margin-top: 110px;
}
.product_search_title h2{
	font-size: 41px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.product_inp{
	margin-top: 15px;
	border: solid 1px #d4d4d4;
}
.product_inp input[type=text]{
	width: calc(100% - 34px);
	height: 34px;
	font-size: 17px;
	color: #cfcece;
	padding-left: 20px;
}
.product_inp input[type=submit]{
	background: url(../images/pro_search.png) no-repeat center;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.product_right{
	width: 70%;
}
.product_right_top{
	justify-content: space-between;
}
.product_rt_lt>p{
	font-size: 21px;
	color: #000000;
}
.product_sort_box{
	position: relative;
	width: 275px;
}
.product_sort_box span.product_sort{
	font-size: 21px;
	color: #000000;
	position: relative;
	display: block;
	width: 100%;
	/*padding-right: 90px;*/
	cursor: pointer;
	padding-left: 20px;
	user-select: none;
	text-transform: uppercase;
}
.product_sort_box span.product_sort:after{
	content: "";
	background: url(../images/sort.png) no-repeat center;
	width: 14px;
	height: 5px;
	position: absolute;
	right: 0;
	top: 8px;
}
.product_sort_result{
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	top: 100%;
	left: 0;
	z-index: 9;
	padding: 20px 0 20px 20px;
	padding-left: 20px;
	display: none;
	/*box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.5);*/
}
.product_sort_result>ul>li>a{
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
	cursor: pointer;
}

.product_right_ul {
	margin-top: 20px;
	width: 100%;
}

.product_right_ul > li {
	width: 30%;
	margin-right: 5%;
	border: 1px solid #d4d4d4;
	background-color: #ffffff;
	padding-bottom: 25px;
	margin-bottom: 5%;
}

.product_right_ul > li:nth-child(3n) {
	margin-right: 0;
}

.product_img {
	text-align: center;
	padding: 15px 0;
}

.procuct_con {
	text-align: center;
}

.procuct_con > a {
	font-size: 23px;
	letter-spacing: 0px;
	color: #000000;
	display: block;
}

.procuct_con > span {
	font-size: 14px;
	letter-spacing: 0px;
	color: #bebcbc;
	display: block;
	padding: 12px 0;
}

.procuct_con_show {
	width: 70px;
	height: 18px;
	line-height: 18px;
	margin: 0 auto;
	text-align: center;
	background-color: #f3f2f2;
	border-radius: 9px;
	border: solid 1px #aaaaaa;
}

.procuct_con_show > a {
	display: block;
	font-size: 12px;
	letter-spacing: 0px;
	color: #000000;
}

.product_tc_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0b0b0b;
	top: 0;
	left: 0;
	z-index: 105;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.product_tc_con {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 110;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.product_tc_con_swi {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.product_tc_con_swi_zong {
	position: relative;
    display: inline-block;
    vertical-align: middle;
	text-align: center;
    z-index: 1045;
	width: 100%;
	height: 100%;
	/* transition: all 3s;
	transform: rotateY(360deg); */
	perspective: 2000px;
}

.product_tc_con_swi .product_list {
	position: absolute;
	width: 90%;
	left: 50%;
	top: 50%;
	max-width: 1248px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	max-height: 640px;
	/* height: 615px; */
	padding: 10px;
	transition: all .5s ease-in-out;
    transform-style: preserve-3d;
	transform: translate(-50%,-50%) rotateY(-60deg);
}

.product_tc_con_swi_prev {
	overflow: visible;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 12%;
}

.product_tc_con_swi_next {
	overflow: visible;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12%;
}

.product_list_left {
	width: 65%;
}

.product_list_left_l {
	width: 18%;
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 70px 0;
}

.product_list_left_l .gallery-thumbs {
	/*height: 435px;*/
	height: 480px;
}

.product_list_left_l .swiper-wrapper {
	text-align: center;
}

.product_list_left_l .swiper-wrapper .swiper-slide {
	opacity: 0.4;
	background-color: #fff;
}

.product_list_left_l .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	background: none;
	opacity: 1;
}


.product_list_left_l .swiper-button-prev {
	background-image: url(../images/pro6.png);
	height: 9px;
	width: 24px;
	background-size: 100% 100%;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
}

.product_list_left_l .swiper-button-next {
	background-image: url(../images/pro7.png);
	height: 9px;
	width: 24px;
	background-size: 100% 100%;
	top: auto;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.product_list_left_r {
	width: 80%;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.slide-img{
	position: relative;
}
.product_list_left_r span.fangda{
	content: "";
	cursor: pointer;
	display: block;
	position: absolute;
	background: url(../images/fangda.png) no-repeat center;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.product_list_right {
	width: 32%;
}

.product_list_right_con {
	padding-top: 15px;
	text-align: left;
}

.product_list_right_con > span {
	font-size: 41px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}

.product_list_right_con_f_body {
	margin-top: 8%;
}

.product_list_right_con_f_body > p {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000000;
}
.product_list_right_con_f_body_l > p{
	max-height: 320px;
	overflow-y: scroll;
}

.product_list_right_con_a {
	margin-top: 20%;
	width: 145px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background-color: #000000;
}

.product_list_right_con_a > a {
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	color: #ffffff;
}

/*product*/

/* product_show */

.pro_show {
	margin-top: 2%;
	padding-top: 65px;
}

.pro_show_box1 {
	margin-top: 5%;
}

.media_sp {
	width: 100%;
	position: relative;
}

.media_sp video {
	outline: none;
	object-fit: fill;
	height: 590px;
	/* height: 347px; */
}

.media_sp .con {
	background: url(../images/pro_show2.png) no-repeat;
	background-size: 100% 100%;
	width: 138px;
	height: 138px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 0;
	z-index: 11;
	transform: translate(-50%, -50%);
}

.pro_show_box2 {
	width: 100%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.pro_show_box2_ul {
	margin-top: 2%;
}

.pro_show_box2_ul > li {
	width: 22.5%;
	border: solid 1px #d4d4d4;
	padding-bottom: 25px;
	margin-right: 2.5%;
}

.pro_show_box2_ul > li:last-child {
	margin-right: 0;
}



/* end product_show */

/* contact */
.contact_box1 {
	padding-top: 5%;
}

.contact_box1_tit {
	text-align: center;
}

.contact_box1_tit > span {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}

.contact_box1_tit > p {
	font-size: 22px;
	letter-spacing: 0px;
	color: #000000;
	margin-top: 1%;
}

.contact_box1_ul {
	padding-top: 5%;
}

.contact_box1_ul > li {
	width: 25%;
	text-align: center;
}

.contact_box1_ul_con {
	margin-top: 10%;
}

.contact_box1_ul_con > span {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
}

.contact_box1_ul_con > p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 3%;
}

.mess-box {
	justify-content: space-between;
}

.contact_box1_message {
	width: 60%;
	margin: 7% auto 0;
}

.mess-box .mess-inp {
	width: 49%;
	height: 50px;
	line-height: 50px;
	background-color: #e8e8ed;
	margin-bottom: 20px;
}

.mess-box .mess-inp input {
	width: 100%;
	height: 100%;
	background: none;
	font-size: 17px;
	letter-spacing: 0px;
	color: #bfbebe;
	padding-left: 17px;
}

.mess-box .mess-inp.wid100 {
	width: 100%;
}

.mess-box textarea {
	width: 100%;
	background-color: #e8e8ed;
	height: 150px;
	padding-top: 19px;
	padding-left: 17px;
}

.mess-btn {
	width: 237px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #000000;
	border-radius: 17px;
	border: solid 2px #000200;
	margin: 45px auto 0;
}

.mess-btn button {
	width: 100%;
	height: 100%;
	background: none;
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #ffffff;
	border: 0;
}

.con_map {
	padding-top: 7%;
	margin-bottom: 8%;
}

#dituContent {
	height: 778px;
}

/* end contact */

/* join */

.join {
	padding: 4% 0;
	width: 100%;
}

.join_box ul li {
	width: 100%;
	border-bottom: 1px dashed #535353;
	padding: 15px 0;
}

.join_box ul li span {
	font-size: 25px;
	letter-spacing: 1px;
	color: #000000;
	width: 70%;
}

.join_box ul li h6 {
	font-size: 25px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: normal;
	width: 15%;
	/* text-align: center; */
}

.join_box ul li p {
	font-size: 25px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: normal;
	width: 15%;
	text-align: right;
}

.join_box ul li:hover span {
	color: #e7348d;
}

/* end join */

.join_show span {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000000;
}

.join_show_ul > li {
	margin-top: 4%;
}

/*.join_show_ul_tit > span {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
}*/
.join_show_ul_tit{
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 2;
	color: #000000;
	margin-top: 15px;
}
/*.join_show_ul_tit   p {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #000000;
}*/

.join_show_a {
	width: 237px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #000000;
	border-radius: 17px;
	border: solid 2px #000200;
	margin-top: 4%;
}

.join_show_a > a {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	display: block;
}

/* news */
.news {
	padding-top: 60px;
	margin-top: 1%;
	width: 100%;
	margin-bottom: 6%;
}

.news_dao_ul li a,
.news_dao_ul li span {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 4px;
	color: #000000;
	text-transform: uppercase;
}

.news_dao_ul li.cur a {
	border-bottom: 2px solid #000000;
}

.news_dao_ul li:hover a {
	border-bottom: 2px solid #000000;
}

.news_dao_ul2 {
	margin-top: 3%;
	justify-content: space-between;
}

.news_dao_ul2 > li {
	width: 47.5%;
}

.news_dao_ul2 > li .news_dao_ul3.mar_top33 {
	margin-top: 33%;
}

.news_dao_ul3 > li {
	margin-bottom: 35px;
}

.news_dao_ul3 > li:last-child {
	margin-bottom: 0;
}

.news_dao_ul2 > li.mar_top10 {
	margin-top: 16%;
}

.news_dao_ul2 > li.mar_top-10 {
	margin-top: -16%;
}

.news_dao_ul2_f_body {
	justify-content: space-between;
	margin-top: 10px;
	align-items: center;
}

.news_dao_ul2_f_body_s {
	width: 86%;
}

.news_dao_ul2_f_body_s > span {
	font-size: 15px;
	letter-spacing: 1px;
	color: #969595;
}

.news_dao_ul2_f_body_wb {
	width: 14%;
}

.news_dao_ul2_f_body_wb > li {
	width: 32%;
	margin-right: 2%;
}

.news_dao_ul2_f_body_wb > li:last-child {
	margin-right: 0;
}

.news_dao_ul2_tit {
	justify-content: space-between;
	margin-top: 20px;
	align-items: flex-end;
}

.news_dao_ul2_tit > a {
	font-size: 15px;
	letter-spacing: 0px;
	color: #4a4949;
	width: 8%;
	display: block
}

.news_dao_ul2_tit > span {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	width: 92%;
	display: block
}

/* 分页导航 */
.pages > ul {
	display: flex;
	justify-content: center;
	margin-top: 5%;
	flex-flow: wrap;
}

.pages > ul > li > a {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 5px;
	color: #4a4949;
	display: block;
}

.pages > ul > li {
	margin-right: 19px;
}

.pages > ul > li:hover > a {
	color: #e7348d;
}

.pages > ul > li.current > a {
	color: #e7348d;
}

/* end news */

/* news_zl */
.news_zl_ul {
	margin-top: 8%;
	width: 100%;
}

.news_zl_ul > li {
	margin-top: 35px;
}

.news_zl_ul_tit > span {
	font-size: 26px;
	letter-spacing: 0px;
	color: #000000;
}

.news_zl_ul_tit > a {
	font-size: 13px;
	letter-spacing: 0px;
	color: #4a4949;
	display: block;
	margin-top: 10px;
}

.news_zl_ul_img {
	margin-top: 10px;
}

/* end news_zl */

/* news_show */

.news_show_tit {
	margin-top: 4%;
	text-align: center;
}

.news_show_tit > span {
	font-size: 42px;
	letter-spacing: 0px;
	color: #000000;
}

.news_show_img {
	margin-top: 30px;
}

.news_show_con {
	margin-top: 13px;
	font-size: 16px;
	color: #000000;
	line-height: 2;
}

/*.news_show_con > span {
	font-size: 38px;
	letter-spacing: 0px;
	color: #000000;
}*/

.news_show_con_ul {
	margin-top: 3%;
}

.news_show_con_ul > li {
	margin-top: 3%;
}

.news_show_con_ul > li > span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
}

.news_show_con_ul > li > p {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 28px;
	color: #000000;
}

.news_show_con_wb {
	margin-top: 8%;
	justify-content: flex-end;
}

.news_show_con_wb > li {
	margin-right: 10px;
}

.news_show_con_wb > li:last-child {
	margin-right: 0;
}

.news_show_bot {
	background-color: #fef2f2;
	width: 100%;
	margin-top: 3%;
	padding: 20px 17px;
}

.news_show_bot_left img {
	width: 135px;
	height: 135px;
}

.news_show_bot_left span {
	font-size: 21px;
	letter-spacing: 1px;
	color: #000000;
	margin-left: 10px;
}

.news_show_bot_right img {
	width: 135px;
	height: 135px;
}

.news_show_bot_right span {
	font-size: 21px;
	letter-spacing: 1px;
	color: #000000;
	margin-right: 10px;
}

/* end news_show */

/* about */

.about {
	margin-top: 1%;
	padding-top: 60px;
}

.about .part3 {
	margin-top: 2%;
	padding: 0;
}

.about_tit {
	text-align: center;
}

.about_tit > span {
	font-size: 58px;
	font-weight: bold;
	color: #000000;
}

.about_key {
	text-align: center;
	margin-top: 2%;
}

.about_key > h2 {
	font-size: 54px;
	letter-spacing: 2px;
	color: #000000;
}

.about_key > p {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
	line-height: 35px;
	margin-top: 10px;
}

.about .index_title {
	margin-top: 2%;
}

.about_box2 {
	margin-top: 6%;
	background-color: #efefef;
	padding: 6% 0;
}

.about_box2_ul {
	margin-top: 2%;
}

.about_box2_ul > li {
	width: 32%;
	margin-right: 2%;
}

.about_box2_ul > li img {
	border-radius: 12px;
}

.about_box2_ul > li:last-child {
	margin-right: 0;
}

.about_box2_tit {
	padding: 3% 0;
	margin-top: 0;
}

.about_box2_tit > p {
	margin-top: 0;
}

.about_box2_ul2 {
	justify-content: space-between;
}

.about_box2_ul2 > li {
	width: 24.5%;
	text-align: center;
	position: relative;
}

.about_box2_ul2_zong {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about_box2_ul2_img {
	padding: 10% 0;
}

.about_box2_ul2_con > span {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
}

.about_box2_ul2_con > p {
	font-size: 27px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;
	padding: 0 10%;
	margin-top: 6%;
}

.about_box3 {
	width: 100%;
	margin-top: 6%;
}

.about_box3_swi .swiper-slide {
	width: 657px;
}

.about_box3_f_body {
	/*width: 80%;
	margin: 0 auto;*/
	text-align: center;
	padding-top: 2%;
	padding-bottom: 3%;
}

.about_box3_f_body > p {
	font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    line-height: 35px;
}

/* html *, html :after, html :before {
	box-sizing: inherit;
} */

.container {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}
/* .bg-default {
	background: hsl(0deg, 0%, 94%);
} */
/* .bg-default, .bg-white {
	padding-top: 40px;
	padding-bottom: 40px;
} */
.overflow-hidden {
	overflow: hidden;
}
.heading {
    margin: 0;
    line-height: 1.15;
    font-weight: 700;
}
.text-center {
    text-align: center;
}
.CarouselCards .ComponentTitle {
	font-size: 2.8125rem;
}
.Carousel {
    opacity: 0;
}
.container .slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.Carousel {
    position: relative;
}
.Carousel {
    margin-left: -10px;
    margin-right: -10px;
}
.Carousel.slick-initialized {
    opacity: 1;
}
button {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    color: hsl(0deg, 0%, 0%);
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
/* .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 60px;
    background: hsla(0deg, 0%, 0%, .33);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 1;
    transition: opacity .3s;
} */
.slick-prev {
	background: url(../images/prev.png) no-repeat;
	width: 59px;
	height: 59px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	z-index: 1;
	transition: opacity .3s;
	background-size: 59px 59px;
}

.slick-next {
	background: url(../images/next.png) no-repeat;
	width: 59px;
	height: 59px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	z-index: 1;
	transition: opacity .3s;
	background-size: 59px 59px;
}

.slick-arrow.slick-prev {
    left: 25px;
}
.slick-arrow.slick-disabled {
    opacity: 0;
}
.Carousel .slick-arrow {
    width: 59px;
    height: 59px;
}
.CarouselCards .slick-arrow {
    top: 50%;
}
.Carousel button.slick-disabled {
    visibility: hidden;
}
/* .slick-arrow:before {
    content: "";
    width: 10px;
    height: 10px;
    border-color: hsl(0deg, 0%, 0%);
    border-style: solid;
    border-width: 2px 2px 0 0;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
} */
/* .slick-arrow.slick-prev:before {
    transform: rotate(-135deg) translate(-2px, 2px);
    transform-origin: center;
} */
.Carousel .slick-arrow:before {
    width: 14px;
    height: 14px;
}
.slick-arrow.slick-next {
    right: 25px;
}
.Carousel .slick-arrow.slick-next {
    right: 25px;
}
/* .slick-arrow.slick-next:before {
    transform: rotate(45deg) translate(-2px, 2px);
    transform-origin: center;
} */
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0);
}
.Carousel .slick-list {
    overflow: visible;
}
.Carousel[data-width=partial] .slick-list {
    width: 93%;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 300ms;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
	width: 707px;
}
.slick-initialized .slick-slide {
    display: block;
}
.Carousel .slick-slide {
    transition: opacity .3s;
}
.Carousel .slick-slide:not(.slick-active) {
    opacity: .5;
}
.EditorialBox {
    position: relative;
}
.Carousel .Carousel__Item {
    padding: 0 10px;
}
/* .Carousel .Carousel__Item {
    padding: 15px;
} */
figure {
    margin: 0;
}
[data-component=LinkHandler] {
    cursor: pointer;
}
picture {
    display: block;
}

.EditorialBox--Double picture {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.default-radius {
    border-radius: 10px;
}
img.lazyloaded {
    transition: opacity .5s;
    opacity: 1;
}
img.fluid {
    width: 100%;
}
.slick-slide img {
    display: block;
}
.EditorialBox--Double picture img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.EditorialBox--Double figcaption {
    position: relative;
    padding: 15px 15px 15px 24px;
}
.EditorialBox.WithImage2 figcaption {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
}
.EditorialBox.WithImage2 figcaption {
    padding-bottom: 0;
}
.EditorialBox--Double picture:after {
    content: "";
    display: block;
    padding-bottom: 81.78%;
}
.EditorialBox--Double picture:after {
    position: relative;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}
.slick-active .EditorialBox--Double picture:after {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.EditorialBox--Double picture:after {
    padding-bottom: 57.6%;
}


.EditorialBox__CaptionWrapper {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.EditorialBox--Double__Title {
    position: absolute;
    bottom: 100%;
    left: 24px;
    right: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}
.EditorialBox.WithImage2 .EditorialBox--Double__Title {
    width: calc(50% - 24px);
}
.EditorialBox--Double p {
    margin: 15px 0 0;
    grid-column-start: 1;
}
.EditorialBox figcaption .EditorialBox--Double__Title p {
    font-size: 1.4375rem;
}
.mt-1 {
    margin-top: 8px!important;
}
.EditorialBox--Double__Title span {
    text-transform: uppercase;
    font-size: .6875rem;
}
strong {
    font-weight: 700;
}
.Button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    line-height: 1rem;
    font-size: .75rem;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    white-space: nowrap;
    background-color: hsl(0deg, 0%, 0%);
    color: #ffffff;
    font-weight: 700;
    padding: 0 2.3em;
    border-radius: 100px;
    overflow: hidden;
    transition: all .2s ease-out;
    min-height: 32px;
}
.Button[data-type=text-icon], .Button[data-type=text] {
    background-color: initial;
    color: hsl(0deg, 0%, 0%);
    padding: 1rem 0;
}
.Button[data-type=text] {
    text-transform: uppercase;
}
.Button[data-type=text-icon], .Button[data-type=text] {
    background-color: initial;
}
.EditorialBox--Double figcaption .Button {
    justify-content: flex-end;
}
.EditorialBox.WithImage2 figcaption .Button {
    align-self: start;
    justify-self: self-end;
}
.EditorialBox.WithImage2 figcaption .Button {
    padding-bottom: 0;
    border-radius: 0;
}
.Button[data-type=text] svg {
    stroke: hsl(0deg, 0%, 0%);
    stroke-width: 3px;
}
.EditorialBox.WithImage2 figcaption .EditorialBox__ImgSecondary {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: calc(50% - 30px);
}
.EditorialBox.WithImage2 figcaption .EditorialBox__ImgSecondary picture img {
    width: 100%;
    position: relative;
    top: auto;
    transform: none;
}
.EditorialBox.WithImage2 figcaption .EditorialBox__ImgSecondary picture:after{
	display: none;
}

.about_box4 {
	margin-top: 6%;
	padding-bottom: 6%;
}

.about_box4_ul {
	justify-content: space-between;
}

.about_box4_ul > li {
	width: 24.5%;
	margin-top: 3%;
}

.about_box4_ul > li > p {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	margin-bottom: 10px;
}

.about1 {
	margin-bottom: 5%;
}

.about2 {
	margin-top: 0;
	background-color: #ffffff;
	padding-top: 2%;
}
/* end about */



.product_show_tc_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	/*background: #0b0b0b;*/
	background-color: rgba(11,11,11,0.8);
	top: 0;
	left: 0;
	z-index: 105;
	/*opacity: 0;*/
	display: none;
	transition: all .5s ease-in-out;
}

.product_show_tc_con {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 110;
	top: 0;
	left: 0;
	/*opacity: 0;*/
	display: none;
	transition: all .5s ease-in-out;
}

.product_show_tc_con_swi {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.product_show_tc_con_swi_zong {
	position: relative;
    display: inline-block;
    vertical-align: middle;
	text-align: center;
    z-index: 1045;
	width: 100%;
	height: 100%;
	/* transition: all 3s;
	transform: rotateY(360deg); */
	perspective: 2000px;
}
.product_show_list{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 auto;
	/*max-width: 650px;*/
	background-color: #fff;
	/* height: 615px; */
	/*padding: 10px;*/
	transition: all .5s ease-in-out;
	transform-style: preserve-3d;
	transform: translate(-50%,-50%);
	padding-bottom: 40px;
}
.product_show_list .swiper-button-prev,.product_show_list .swiper-button-next{
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
}
.product_show_list .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/prev.png);
}
.product_show_list .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/next.png);
}
.ny_dao{
	margin-bottom: 20px;
}
.ny_dao p{
	color: #000;
	font-size: 16px;
}
.ny_dao p span{
	font-family: "黑体"
}
.ny_dao p a{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}