/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;font-family:' '; color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
input,textarea{
	outline: none;
}

.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
p {
font-family:normal !important;
font-size:14px !important;
}
p span {
    font-family: normal !important;
    font-size: 14px !important;
}
@media only screen and (min-width: 1200px){
	.wapper{
		width: 1080px;
		margin: 0 auto;
	}
}

/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    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;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.headerbox{
	background-color: #2c69a8;
	min-height: 30px;
}
.headerbox .header{
	display: flex;
	justify-content: space-between;
}
.headerbox .header .menu ul{
	display: flex;
	padding-left: 10px;
	border-left: 1px solid rgba(255,255,255,.2);
}
.headerbox .header .menu ul li{
	box-sizing: border-box;
	line-height: 30px;
}
.headerbox .header .menu ul li a{
	color: white;
	padding: 0 10px;
	position: relative;
}
.headerbox .header .menu ul li a:after{
	content: "";
	position: absolute;
	width: 1px;
	background-color: rgba(255,255,255,.2);
	height: 15px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.wish a{
	color: rgba(255,255,255,.8);
	line-height: 30px;
	position: relative;
}
.wish a:hover{
	color: #fff;
}
.wish a i{
	padding-left: 5px;
}
.wish a em{
	position: absolute;
	top: -4px;
	right: -10px;
	height: 13px;
	font-size: 10px;
	line-height: 13px;
	min-width: 13px;
	font-style: normal;
	background-color: #d26e4b;
	box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 30%);
	border-radius: 99px;
	text-align: center;
}


.topbox{
	width: 100%;
	margin: 0 auto;
	height: 90px;
}
.topbox .top{
	height: 90px;
	display: flex;
	align-items: center;
}
.topbox .top .line{
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
}
.topbox .top .line:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}
.topbox .top .search{flex: 1;position: relative;padding-right: 193px;box-sizing: border-box;}
.topbox .top .search input{
	width: 170%;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 99px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	box-sizing: border-box;
}
.topbox .top .search button{
	position: absolute;
	right: 34px;
	top: 3px;
	background-color: transparent;
	color: #777777;
	font-size: 18px;
}
.topbox .top .time{
	color: rgba(102,102,102,.85);
	font-size: 13px;
	margin-right: 30px;
	font-weight: 700;
}
.topbox .top i{
	font-weight: 700;
}
.topbox .top .phone{
	color: rgba(102,102,102,.85);
	font-size: 13px;
	margin-right: 30px;
	font-weight: 700;
}
.topbox .top .message{
	color: rgba(102,102,102,.85);
	font-size: 13px;
	font-weight: 700;
}

.out_top{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	border: 2px solid #ddd;
	color: #ddd;
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 28px;
	z-index: 10000;
}


/* banner */
.bannerbox{
	width: 100%;
}
.bannerbox .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a{
	display: block;
	font-size: 0;
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a img{
	width: 100%;
}


.bannerbox .mySwiper1 .prev_btn{
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 30px;
	cursor: pointer;
	width: 36px;height: 36px;border: 2px solid #fff;border-radius: 100%;display: flex;justify-content: center;background: none;font-size: 24px;color: #fff;box-sizing: border-box;align-items: center;
	opacity: 0;
	transition: all .3s;
}
.bannerbox .mySwiper1 .prev_btn:hover{
	background-color: #446084;
	border: 2px solid #446084;
}
.bannerbox .mySwiper1 .next_btn{
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 30px;
	cursor: pointer;
	width: 36px;height: 36px;border: 2px solid #fff;border-radius: 100%;display: flex;justify-content: center;background: none;font-size: 24px;color: #fff;box-sizing: border-box;align-items: center;
	opacity: 0;
	transition: all .3s;
}
.bannerbox .mySwiper1 .next_btn:hover{
	background-color: #446084;
	border: 2px solid #446084;
}
.bannerbox .mySwiper1:hover .prev_btn{
	opacity: 1;
}
.bannerbox .mySwiper1:hover .next_btn{
	opacity: 1;
}

.bannerbox .mySwiper1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 7px;
	height: 7px;
	border: 3px solid #fff;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
    overflow: hidden;
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	background-color: white;
	opacity: 1;
}












/* footer */
.footerbox{
	padding: 30px 0;
	box-sizing: border-box;
	color: #f1f1f1;
	background-color: #777;
}
.footerbox .footer{
	width: 100%;
	margin: 0 auto;
}
.footerbox .footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerbox .footer h3{
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 30px;
}
.footerbox .footer h3:after{
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: rgba(255,255,255,.3);
	content: "";
	left: 0;
	bottom: 0;
	
}
.footerbox .footer .footer_left{
	width: 33.33%;
}
.footerbox .footer .footer_left p span{

	font-size: 48px;
}
.footerbox .footer p{
	color: #f1f1f1;
	font-size: 14px;
	margin-bottom: 20px;
}
.footerbox .footer .footer_right{
	width: 33.33%;
}
.footerbox .footer .footer_right input{
	width: 100%;
	border: 1px solid #ddd;
	background-color: rgba(255,255,255,.2);
	height: 38px;
	margin-bottom: 15px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 99px;
	color: white;
}
.footerbox .footer .footer_right input::placeholder{
	color: white;
}
.footerbox .footer .footer_right .footer_btn{
	background-color: #446084;
	color: white;
	width: 105px;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.8;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
}
.footerbox .footer .footer_right .footer_btn:hover{
	opacity: 1;
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.footer_bottombox{
	background-color: #5b5b5b;
	color: rgba(255,255,255,.5);
	padding: 10px 0 15px;
	box-sizing: border-box;
}
.footer_bottom{
	position: relative;
	text-align: center;
}
.footer_bottom .b_menu{
	width: 100%;
	margin-bottom: 10px;
}
.footer_bottom .b_menu ul{
	display: flex;
	justify-content: center;
}
.footer_bottom .b_menu ul li{
	margin-right: 15px;	
}
.footer_bottom .b_menu ul li:last-child{
	margin-right: 0;
}

.footer_bottom .b_menu ul li a{
	color: rgba(255,255,255,.5);
}
.footer_bottom .b_menu ul li a:hover{
	color: #f1f1f1;
}
.footer_bottom p a{
	color: rgba(255,255,255,.5);
	font-weight: bold;
}
.footer_bottom a:hover{
	color: #f1f1f1;
}


.header_sjbox{
	display: none;
}
/* 手机头部 */
.black_bg{
	display:none;
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:120;
	background:rgba(0,0,0,0.5);
}
.sj_top{
	width: 100%;
	margin: 0 auto;
	display: flex;
	background-color: #ea130e;
	align-items: center;
	justify-content: center;
}
.sj_top .wish{
	margin-right: 10px;
}
.sj_top  .time{
	color: #fff;
	font-size: 13px;
	margin-left: 10px;
	font-weight: 700;
}
.sj_top  i{
	font-weight: 700;
}
.sj_top .phone{
	color: #fff;
	font-size: 13px;
	margin-left: 10px;
	font-weight: 700;
}
.sj_top .message{
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.header_sj{
	display: flex;
	align-items: center;
}
.logo{
	flex: 1;
	/*display: flex;*/
    float:left;
	justify-content: center;
}
.header_sj .search_sjbox{
	width: 50px;
	position: relative;
	cursor: pointer;
}
.header_sj .search_sjbox .search_sj{
	opacity: 0;
	position: absolute;
	left: -270px;
	top: 35px;
	z-index: 9999;
	min-width: 260px;
	padding: 20px;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	background-color: #fff;
	transition: opacity .25s;
}
.header_sj .search_sjbox:hover .search_sj{
	opacity: 1;
}

.header_sj .search_sjbox .search_sj input{
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 99px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	position: relative;
	box-sizing: border-box;
}
.header_sj .search_sjbox .search_sj button{
	position: absolute;
	right: 34px;
	top: 25px;
	background-color: transparent;
	color: #777777;
	font-size: 15px;
	cursor: pointer;
}

/* 横杠 */

.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;}
.sp_nav span{display:block;background:#000000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.menu_sj{
	position:fixed;z-index:9999;background:rgba(255,255,255,.95);width:50%;height:100%;font-size:14px;line-height:40px;top:0;left:-50%;overflow:auto;overflow-x:hidden;transition:left ease 0.35s;padding: 30px 0;box-sizing: border-box;
}

.menu_inner ul li{position:relative;line-height:45px;font-size:16px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.menu_inner ul li .ej{display: flex;align-items: center;justify-content: center;}
.menu_inner i{
	width: 30px;
    height: 30px;
	line-height: 30px;
	font-size: 20px;
	margin-right: 10px;
	float: right;
	text-align: center;
    color: #666;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.menu_inner .ej.sjj_nav_i_se i{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color:black;
}
.menu_inner>ul >li:last-child{border-bottom:0px #ddd solid;}
.menu_inner ul li ul{display:none}
.menu_inner ul li a{color:rgba(102,102,102,.85);width:100%;padding: 0 20px;display: block;box-sizing: border-box;font-weight: 700;}
.menu_inner ul li{
	border-top: 1px solid #ececec;
	position: relative;
}
.menu_inner ul li:hover a{
	color: #000;
}
.menu_inner ul li:hover{
	background-color: rgba(0,0,0,.05);
}
.menu_inner ul li ul li a{color:rgba(102,102,102,.85);display:block;text-align:left;}
.menu_inner ul li ul li>ul{margin-left:10px;}
.menu_inner ul li ul li{border-top: none;}
.menu_inner ul li ul li a{padding: 0 30px;}
.menu_inner ul li em{padding-right: 10px;}
.menu_sj .serch_menu{
	width: 90%;
    margin: 0 auto;
	padding-bottom: 20px;
	box-sizing: border-box;
	position: relative;
}

.menu_sj .serch_menu input{
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 99px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	box-sizing: border-box;
}
.menu_sj .serch_menu button{
	position: absolute;
	right: 18px;
	top: 8px;
	background-color: transparent;
	color: #777777;
	font-size: 15px;
}
.close{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.close img{
	filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);
}
.menu_inner ul li:hover .send{
	opacity: 1;
}
.menu_inner ul li .send{
	position: absolute;
	opacity: 0;
	left: 11px;
	top: -22px;
	background-color: #000;
	color: white;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
.menu_inner ul li .send p{
	line-height: normal;
}

.menu_inner ul li:hover .me_sj{
	opacity: 1;
}
.menu_inner ul li .me_sj{
	position: absolute;
	opacity: 0;
	left: 11px;
	top: -22px;
	background-color: #000;
	color: white;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
.menu_inner ul li .me_sj p{
	line-height: normal;
}




/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 450px;
}
.inbannerbox .inbanner{
	width: 100%;
	position: absolute;
	height: auto;
	top:50%;
	transform: translateY(-50%);
}
.inbannerbox .inbanner h2{
	width: 100%;
	font-size: 50px;
	font-weight: 900;
	line-height: 1;
	color: white;
	margin-bottom: 20px;
}
.inbannerbox .inbanner p{
	width: 100%;
	font-size: 16px;
	color: #b7b7b7;
}
.inbannerbox .inbanner p a{
	font-size: 16px;
	color: #b7b7b7;
}
.inbannerbox .inbanner p a:hover{
	color: #FF7900;
}


.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .wapper{
	max-width: 1320px;
}
.insidebox .wapper .inside{
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}





/* contact */
.contactbox{
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 100px 0;
	box-sizing: border-box;
}
.contactbox .contact{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactbox .contact .contact_left{
	width: 49%;
}
.contact .title{
	color: #555;
	font-size: 20px;
	box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: 2px solid #ececec;
	width: 100%;
	margin-bottom: 20px;
}
.contact .title span{
	border-bottom: 2px solid rgba(0,0,0,.1);
	padding-bottom: 10px;
	box-sizing: border-box;
}
.contactbox .contact .contact_left ul li{
	border-top: 1px solid #ddd;
	
}

.contactbox .contact .contact_left ul li .top_title{
	font-size: 18px;
	color: #777;
	padding: 20px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.contactbox .contact .contact_left ul li .top_title:hover{
	color: #000;
	cursor: pointer;
}
.contactbox .contact .contact_left ul li.open{
	border-color: #446084;	
}
.contactbox .contact .contact_left ul li.open .top_title{
	color: #446084;
    font-weight: bold;
	background-color: rgba(0,0,0,.03);
}

.contactbox .contact .contact_left ul li .top_title i{box-sizing: border-box;transition: all .3s;margin-right: 10px;font-size: 30px;}

.contactbox .contact .contact_left ul li.open .top_title i{
	transform: rotate(-180deg);
}
.down_box{
	padding: 16px 36px;
	box-sizing: border-box;
	display: none;
}
.down_box p{
	font-size: 16px;
	color: #777;
	line-height: 20px;
	margin-bottom: 20px;
}
.down_box p a{
	color: #334862;
}
.down_box p strong{
	font-weight: bold;
}

.contactbox .contact .contact_right{
	width: 49%;
}
.contactbox .contact .contact_right p{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.contactbox .contact .contact_right .radiobox{
	width: 100%;
	margin-bottom: 20px;
}
.radiobox ul{display: flex;}

.radiobox ul li{
	margin-right: 25px;
}
.radiobox ul li:last-child{margin-right: 0;}
.radiobox ul li input{
	height: auto !important;
	width: auto !important;
	line-height: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}
.radiobox ul li label{
	font-weight: bold;
	color: #333;
	font-size: 16px;
	padding-left: 15px;
	box-sizing: border-box;
}

.contactbox .contact .contact_right input{
	width: 100%;
	box-sizing: border-box;
    border: 1px solid #ddd;
	padding: 0 12px;
	height: 38px;
	line-height: 38px;
	background-color: rgba(0,0,0,.03);
	border-color: rgba(0,0,0,.09);
	border-radius: 99px;
	margin-bottom: 15px;
}

.contactbox .contact .contact_right textarea{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 12px;
	padding-top: 10px;
	background-color: rgba(0,0,0,.03);
	border-color: rgba(0,0,0,.09);
	border-radius: 15px;
	margin-bottom: 15px;
}

.contactbox .contact .contact_right .check_box{
	display: flex;
}
.contactbox .contact .contact_right .check_box .check{
	height: auto;
	width: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
.contactbox .contact .contact_right .check_box span{
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}



.contactbox .contact .contact_right .footer_btn{
	background-color: #446084;
	color: white;
	width: 105px;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.8;
	margin-top: 20px;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
}
.contactbox .contact .contact_right .footer_btn:hover{
	opacity: 1;
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.contactbox .contact .contact_right h1{
	color: #777;
	font-size: 20px;
	margin: 30px 0;
	text-align: center;
}




/* wishlist */
.wishbox{
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.wishbox .wish{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}
.wishbox .wish h1{
	color: #555;
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: 700;
}
.wishbox .wish tr{width: 100%;}
.wishbox .wish td a{
	display: block;
	color: #334862;
	font-size: 14px;
}
.wishbox .wish td a img{
	max-width: 100%;
	width: auto;
}
.wishbox .wish td i{
	width: 30px;
	height: 30px;
	border: 2px solid #ddd;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	color: #ddd;
}


.sharbox{
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	color: #999;
	font-size: 14px;
	align-items: center;
}
.sharbox span{
	color: #999;
	font-size: 14px;
	margin-right: 10px;
}
.sharbox a{
	width: 30px;
	height: 30px;
	border: 2px solid #ddd;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	color: #999;
	display: block;
	margin-right: 10px;
}
.sharbox a i{
	padding: 0;
}
.sharbox a:last-child{
	margin-right: 0;
}

.wish_input{
	border: 1px solid #ddd;
	height: 39px;
	padding: 0 10px;
	width: 450px;
	box-sizing: border-box;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	margin-bottom: 20px;
}

.wish_desc p{
	font-size: 12px;
	color: #999;
}


/* product */
.productbox{
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.productbox .product{
	padding: 30px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.productbox .product .pro_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.productbox .product .pro_top .s_menu{
	display: flex;
	color: rgba(102,102,102,.7);
	font-size: 18px;
}
.productbox .product .pro_top .s_menu a{
	color: rgba(102,102,102,.7);
	padding-right: 5px;
}
.productbox .product .pro_top .s_menu a:hover{
	color: #111;
}
.productbox .product .pro_top .s_menu span{
	color: #111;
	font-weight: 700;
	padding: 0 5px;
	box-sizing: border-box;
}

.left_list_btn{
	display: none;
	align-items: center;
	justify-content: center;
}

.selectbox{
	display: flex;
	align-items: center;
}
.selectbox p{
	color: #777;
	font-size: 16px;
	padding-right: 15px;
	box-sizing: border-box;
}
.selectbox select{
	box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    background-color: #fff;
	padding:0 10px;
	height: 39px;
	line-height: 39px;
	box-sizing: border-box;
}


.pro_content{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
	box-sizing: border-box;
}
.pro_content .pro_left{
	width: 20%;
}
.pro_content .pro_right{
	width: 76%;
}

.pro_content .pro_left h3{
	font-size: 16px;
	color: #777;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
}
.pro_content .pro_left h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: rgba(0,0,0,.1);
}
.left_list{
	width: 100%;
}
.left_list ul li{
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.left_list ul li a{
	color: #334862;
}
.left_list ul li a:hover{
	color: #000;
}


.pro_right ul{
	display: flex;
	flex-wrap: wrap;
}
.pro_right ul li{
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}
.pro_right ul li:nth-child(3n){
	margin-right: 0;
}
.pro_right ul li .pro_item{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
.pro_item .imgbox{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.pro_item .imgbox img{
	width: 100%;
	transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
}
.pro_item .imgbox .hover{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
	transform: scale(1) translateZ(0) translateY(0) !important;
}
.pro_item .imgbox .hover img{
	width: 100%;
	opacity: 0;
	object-fit: cover;
}
.pro_right ul li:hover .pro_item .imgbox .hover img{
	opacity: 1 !important;
}
.pro_right ul li:hover .pro_item .imgbox img{
	opacity: 0;
}
.pro_right ul li:hover .pro_item{
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.new{
	position: absolute;
	left: -5px;
	top: 10%;
	width: 50px;
	height: 50px;
    display:none;
	background-color: #446084;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 50px;
	border-radius: 50%;
}
.text{
	position: absolute;
	opacity: 0;
	left: 0;
	bottom: 0;
	padding: 10px;
	text-align: center;
	background-color: #446084;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: white;
	width: 100%;
	transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
	transform: translateY(100%) translateZ(0);
}
.pro_right ul li:hover .text{
	opacity: 1;
	transform: scale(1) translateZ(0) translateY(0) !important;
}


.pro_btn{
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	border-radius: 50%;
	border: 2px solid silver;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: white;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
	cursor: pointer;
}
.pro_btn i{
	color: silver;
	font-size: 18px;
}
.pro_right ul li:hover .pro_btn{
	opacity: 1;
}
.pro_btn:hover{
	background-color: #b20000;
	border-color: #b20000;
}
.pro_btn:hover i{
	color: white;
}
.pro_item .textbox{
	padding: 10px;
}
.pro_item .textbox span{
	color: #777;
	font-size: 12px;
	text-transform: uppercase;
}
.pro_item .textbox p{
	color: #334862;
	font-size: 14px;
	margin: 5px 0;
}
.pro_item .textbox i{
	font-style: normal;
	color: #111;
	font-size: 14.4px;
}




/* 产品详情 */
.pro_detail1box{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}
.pro_detail1box .prodetail1{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.pro_detail1box .prodetail1 .pd1_left{
	width: 49%;
	position: relative;
}
.pro_detail1box .prodetail1 .pd1_right{
	width: 49%;
}


.pd1_left .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pd1_left .swiper-slide {
  background-size: cover;
  background-position: center;
}

.pd1_left .swiper_box {
  height: 80%;
  width: 100%;
}

.pd1_left .swiper_tab {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.pd1_left .swiper_tab .swiper-slide {
  width: 25%;
  opacity: 0.4;
}

.pd1_left .swiper_tab .swiper-slide-thumb-active {
  opacity: 1;
}

.pd1_left .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.pd_new{
    display:none;
	position: absolute;
	left: -5px;
	top: 10%;
	width: 60px;
	height: 60px;
	background-color: #446084;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 60px;
	border-radius: 50%;
	z-index: 99;
}


.swiper_box .box_prev{
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 30px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	background: none;
	font-size: 40px;
	color: #111;
	box-sizing: border-box;
	align-items: center;
	opacity: 0;
	transition: all .3s;
}

.swiper_box .box_next{
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 30px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	background: none;
	font-size: 40px;
	color: #111;
	box-sizing: border-box;
	align-items: center;
	opacity: 0;
	transition: all .3s;
}

.swiper_box:hover .box_prev{
	opacity: 1;
}
.swiper_box:hover .box_next{
	opacity: 1;
}

.pd_btn{
	z-index: 99;
	opacity: 0;
}
.swiper_box:hover .pd_btn{
	opacity: 1;
}

.swiper_tab .swiper-slide img{
	border: 1px solid #ddd;
}


.swiper_tab .tab_prev{
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 10px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	background: none;
	font-size: 40px;
	color: #111;
	box-sizing: border-box;
	align-items: center;
	opacity: 0;
	transition: all .3s;
}

.swiper_tab .tab_next{
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 10px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	background: none;
	font-size: 40px;
	color: #111;
	box-sizing: border-box;
	align-items: center;
	opacity: 0;
	transition: all .3s;
}

.swiper_tab:hover .tab_prev{
	opacity: 1;
}
.swiper_tab:hover .tab_next{
	opacity: 1;
}

/* 放大镜 */
#fangda_btn{
	position: absolute;
	left: 15px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid silver;
	border-radius: 50%;
	z-index: 99;
	cursor: pointer;
}

.zoom {
	display:inline-block;
	position:relative;
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }


.pd1_right .pd_s_menu{
	width: 100%;
	color: rgba(102,102,102,.7);
	margin-bottom: 10px;
}
.pd1_right .pd_s_menu a{
	color: rgba(102,102,102,.7);
	font-size: 14px;
	text-transform: uppercase;
}
.pd1_right .pd_s_menu a:hover{
	color: #334862;
}
.pd1_right h1{
	position: relative;
	color: #555;
	font-size: 21px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-weight: 700;
}
.pd1_right h1:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background-color: rgba(102,102,102,.7);
	left: 0;
	bottom: 0;
}
.pd1_right span{
	display: block;
	color: #111;
	font-size: 24px;
	font-weight: bold;
	margin: 12px 0;
}
.pd1_right p{
	font-size: 16px;
	color: #777;
	margin-bottom: 20px;
}
.pd1_right .pd_table{
	width: 100%;
	margin-bottom: 20px;
}
.pd1_right .pd_table table{
	width: 100%;
	border-collapse: collapse;
}
.pd1_right .pd_table thead{
	width: 100%;
}
.pd1_right .pd_table thead tr th{
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color: #777;
}
.pd1_right .pd_table thead tr th:first-child{
	text-align: left;
}

.pd1_right .pd_table td{
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.pd1_right .pd_table tr td{
	width: 33.33%;
}
.pd1_right .pd_table td:first-child{
	text-align: left;
}
.pd1_right .pd_table tbody tr:first-child{
	background-color: #eee;
}
.pd1_right .pd_table tbody tr td{
	font-size: 14px;
	color: #666;
}
.pd1_right .pd_table tbody tr td:nth-child(2n){
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.pd1_right .inquiry_btn{
	color: white;
	background-color: #2c69a8;
	font-weight: 700;
	text-align: left;
	padding: 10px 15px;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	margin-bottom: 10px;
}
.pd1_right .inquiry_btn:hover{
	background-color: rgb(180,50,50);
}

.inquiry_box{
	display: none;
	padding: 10px 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.inquiry_box p{
	font-weight: 16px;
	color: #333;
}
.inquiry_box input{
	width: 100%;
	box-sizing: border-box;
    border: 1px solid #ddd;
	padding: 0 12px;
	height: 38px;
	line-height: 38px;
	background-color: rgba(0,0,0,.03);
	border-color: rgba(0,0,0,.09);
	border-radius: 99px;
	margin-bottom: 15px;
}

.inquiry_box textarea{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 12px;
	padding-top: 10px;
	background-color: rgba(0,0,0,.03);
	border-color: rgba(0,0,0,.09);
	border-radius: 15px;
	margin-bottom: 15px;
}
.inquiry_box .footer_btn{
	background-color: #446084;
	color: white;
	width: 105px;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.8;
	margin-top: 20px;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
}
.inquiry_box .footer_btn:hover{
	opacity: 1;
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}


.other{
	font-size: 13px;
	color: #777;
	padding: 5px;
	box-sizing: border-box;
	border-top: 1px dotted #ddd;
}
.other p{
	font-size: 13px;
	color: #777;
	margin-bottom: 10px;
}
.other a{
	font-size: 13px;
	color: #111;
}

.pd_share{
	display: flex;
	padding: 0 5px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.pd_share a{
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border: 2px solid #ccc;
	color: #ccc;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
}
.pd_share a i{
	font-size: 16px;
}

.prodetail2box{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.prodetail2box .prodetail2{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #ececec;
	padding: 30px 0;
	box-sizing: border-box;
}
.prodetail2 .pd_tab{
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #ececec;
}
.prodetail2 .pd_tab ul{display: flex;flex-wrap: wrap;}
.prodetail2 .pd_tab ul li{
	margin-right: 16px;
	padding: 10px 0;
	box-sizing: border-box;
	border-top: 3px solid transparent;
	cursor: pointer;
}
.prodetail2 .pd_tab ul li span{
	font-size: 14px;
	color: #111;
}
.prodetail2 .pd_tab ul li:last-child{
	margin-right: 0px;
}
.prodetail2 .pd_tab ul li.on{
	border-top: 3px solid #446084;
	color: rgba(17,17,17,.85);
	font-weight: 700;
}
.prodetail2 .pd_box ul li{
	display: none;
}
.prodetail2 .pd_box ul li.on{
	display: block;
}
.prodetail2 .pd_box ul li .pd_item{
	padding-top: 16px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #777;
	box-sizing: border-box;
}
.prodetail2 .pd_box ul li .pd2_table{
	width: 100%;
}
.pd2_table table{
	width: 100%;
	border-collapse: collapse;
}
.pd2_table table tr td{
	width: 50%;
	text-align: left;
	color: #777;
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.pd2_table table tr td a{
	color: #334862;
}


.prodetail3box{
	width: 100%;
	margin: 0 auto;
}
.prodetail3{
	position: relative;
	width: 100%;
}
.prodetail3 h3{
	font-size: 20px;
	color: #555;
	padding: 15px 0;
	margin-bottom: 10px;
}


.pd_img .swiper-wrapper .swiper-slide .pro_item{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
.pd_img .swiper-wrapper .swiper-slide .pro_item h3{
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0;
}
.pd_img .swiper-wrapper .swiper-slide:hover .pro_item .imgbox .hover img{
	opacity: 1 !important;
}
.pd_img .swiper-wrapper .swiper-slide:hover .pro_item .imgbox img{
	opacity: 0;
}
.pd_img .swiper-wrapper .swiper-slide:hover .pro_item{
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}


.prodetail3 .swiper-wrapper .swiper-slide:hover .text{
	opacity: 1;
	transform: scale(1) translateZ(0) translateY(0) !important;
}

.pd_img .swiper-wrapper .swiper-slide:hover .pro_btn{
	opacity: 1;
}

.pd_img .pd_prev{
	position: absolute;
	top: 0%;
	z-index: 9;
	left: 0px;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 -150px 15px 0 rgb(0 0 0 / 30%);
	width: 30px;height: 100%;display: flex;justify-content: center;font-size: 24px;color: #111;box-sizing: border-box;align-items: center;
	opacity: 0;
	transition: all .3s;
}

.pd_img .pd_next{
	position: absolute;
	top: 0%;
	z-index: 9;
	right: 0px;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 -150px 15px 0 rgb(0 0 0 / 30%);
	width: 30px;height: 100%;display: flex;justify-content: center;font-size: 24px;color: #111;box-sizing: border-box;align-items: center;
	opacity: 0;
	transition: all .3s;
}

.pd_img:hover .pd_prev{
	opacity: 1;
}
.pd_img:hover .pd_next{
	opacity: 1;
}














@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.topbox{
		display: none;
	}
	.header_sjbox{ display:block;}
	.footerbox .footer .footer_left{
		width: 100%;
	}
	.footerbox .footer .footer_right{
		width: 100%;
	}
	.contactbox .contact .contact_left{
		width: 100%;
	}
	.contactbox .contact .contact_right{
		width: 100%;
	}
	.left_list_btn{width: 100%;display: block;justify-content: center;display: flex;align-items: center;margin-bottom: 10px;cursor: pointer;}
	.left_list_btn span{
		color: #777;
		font-size: 16px;
		padding-left: 5px;
	}
	.pro_content .pro_left{
		position: fixed;
		z-index: 9999;
		background: rgba(255,255,255,.95);
		width: 50%;
		height: 100%;
		font-size: 14px;
		line-height: 40px;
		top: 0;
		left: -50%;
		overflow: auto;
		overflow-x: hidden;
		transition: left ease 0.35s;
		padding: 30px 20px;
		box-sizing: border-box;
		overflow-y: scroll;
	}
	.pro_content .pro_right{
		width: 100%;
	}
	.productbox .product .pro_top .s_menu {width: 100%;justify-content: center;margin-bottom: 10px;}
	.selectbox p {display: none;}
	.selectbox {justify-content: center;width: 100%;}
	.pro_detail1box .prodetail1 .pd1_left {
	    width: 100%;
	}
	.pro_detail1box .prodetail1 .pd1_right {
	    width: 100%;
	}
	
}


@media only screen and (max-width: 680px) {
	.wish_input{width: 100%;}
	.sharbox span{display: none;}
	.sharbox{justify-content: center;}
	.pro_right ul li {
	    width: 46%;
	}
	.pro_right ul li:nth-child(3n){
		margin-right: 2%;
	}
	.pro_right ul li:nth-child(2n){
		margin-right: 0;
	}
	.prodetail2 .pd_tab ul li{
		width: 100%;
		margin: 0;
	}
}
