
.top{
	background: #000;
	line-height: 24px;
	padding:0.4% 0;
}
.top_share a{
	margin-left: 8px;
}
.top_share a i{
	font-size: 1.8rem;
	color: #000;
	background: #c7c7c7;
	border-radius: 50%;
	padding:2px 3px;
}

.welcome{
	float: left;
	color: #b8b8b8;
	padding-left: 5.5%;
}
.top_share{
	float: right;
	padding-right: 4%;
}
.attention{
	position: relative;
}
.attention_qrcode{
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2%; 
	display: none;
	margin: 100% 0;
	z-index: 999999
}
.snimg{
	display:none;
	padding-top:3%;
}
.attention_qrcode img{
	width: 100px;
	height: 100px;
	margin-top: 0 auto;
}
.attention_qrcode p{
	text-align: center;
	font-size: 1.2rem;
	color: #666;
	line-height: 1.5;
}
.attention_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.logo_nav{
	width: 92%;
	margin:0 auto;
	padding:1.5% 0;
}
.logo{
	float: left;
	width: 17%;
}
.logo img{
	width: 130%;
}
.hot_line{
	float: right;
	font-size: 22px;
	color: #333;
}
.hot_line i{
	font-size: 2.3rem;
	padding-right: 5px;
}
.menu_list{
	display: none;
}
nav{
	width: 56%;
	float: left;
	padding-left: 8%;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
nav a{
	font-size: 14px;
	color: #333;
	text-align: center;
	float: left;
	display: block;
	line-height: 40px;
	position: relative;
}
nav a.nav_01{
	color: #921b88;
}

.nav a:before{
    content: "";
    width: 0;
    height: 3px;
    background: #921b88;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .8s;
}
.nav a:hover:before{
    left: 0%;
    width: 100%;
}
.banner img{
	width: 100%;
}
.video_move{
	max-width:1680px;
	margin:0 auto;
	padding-top:2%;
}
.video_move video{
	margin-top:2%;
	width:100%;
}
.in_about{
	background: url("../images/in_about.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	padding:3% 0 0%;
}
.in_about_tit h3{
	font-size: 28px;
	color:#333;
	font-weight: bold;
}
.in_about_tit p{
	font-size: 14px;
	color: #bebebe;
	text-transform:uppercase;
}
.in_about_center{
	width: 1200px;
	width:100%;
	margin:0 auto;
}
.in_about_tit{
	width:1200px;
	margin:0 auto;
	padding-bottom: 2.2%;
}
.in_about_text{
	width:1200px;
	margin:0 auto;
	position: relative;
	padding-top:600px;
}
.in_about_banner{
	background:url(../images/about_bannerre.jpg) no-repeat center top;
	width:100%;
	
}
.in_about_banner a{
	display:block;
}
.in_about_text p{
	font-size: 15px;
	color: #5f5f5f;
	width: 50%;
	padding:5% 3%;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.in_about_text a{
	color: #fff;
	text-transform:uppercase;
	width: 200px;
	line-height: 30px;
	background: #bdbdbd;
	display: block;
	text-align: center;
	margin-left: 34px;
	-o-transition:ease .5s;
	-ms-transition:ease .5s;
	-moz-transition:ease .5s;
	-webkit-transition:ease .5s;
	transition:ease .5s;
}
.in_about_text a:hover{
	background: #000;
}
.in_about_text .about_video a{
	width: auto;
	line-height: normal;
	margin-left:0;
}
.about_video{
	position: absolute;
	right:30px;
	/*top:-66px;*/
	top:387px;
	border:4px solid #eee;
	z-index:99999;
}
.in_clubanner{
	font-size:0;
	position:relative;
}
.in_clubanner_font{
	position:absolute;
	top:25%;
	left:0;
	width:100%;
	line-height:3;
	font-size:7rem;
	color:#88197d;
	font-weight:bold;
	text-shadow:2px 2px 3px #fff;
	text-align:center;
	
}
.in_clubanner img{
	max-width:100%;
}
.in_clubanner a{
	width:50%;
	display:inline-block;
	*zoom:1;
	*display:inline;
	vertical-align:middle;
}
.in_products{
	background: url("../images/in_products_bg.jpg") 0 0 repeat;
}
.in_products_center{
	width: 1200px;
	padding:3% 0 3%;
	margin:0 auto;
}
.in_products_tit{
	text-align: center;
}
.in_products_tit h3{
	font-size: 28px;
	color: #000;
	font-weight: bold;
}
.in_products_tit p{
	font-size: 14px;
	color: #bebebe;
	text-transform:uppercase;
}
.in_products_tab_nav{
	padding: 2.5% 0;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.in_products_tab_nav a{
	width: 112px;
	text-align: center;
	border:1px solid #e2e2e2;
	line-height: 38px;
	display: block;
	margin:0 8px;
	font-size: 14px;
	color: #000;
	background: #fff;
}
.in_products_tab_content li{
	float: left;
	background: #fff;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:3px solid #eee;
	margin:0 0 20px 16px;
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
	width: 23%;
	/* height:227px;
	overflow:hidden; */
}
.in_products_tab_content li a{
	display:block;
	height:inherit;
}
.in_products_tab_content li figure{
	
	height:227px;
}
.in_products_tab_content_recommend li{
	width: 31%;
}

.in_products_tab_content li:hover{
	-moz-box-shadow:4px 2px 5px #999; -webkit-box-shadow:4px 2px 5px #999; box-shadow:4px 2px 5px #999;
	transform:translate(1px, -10px) ;
-ms-transform:translate(1px, -10px) ;
-webkit-transform:translate(1px, -10px) ;
-moz-transform:translate(1px, -10px) ;
-o-transform:translate(1px, -10px) ;
border-bottom: 3px solid#000;
}
.in_products_tab_content li a img{
	
	width: 100%;
	height:inherit;
object-fit: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.in_products_tab_content li a p{
	font-size: 15px;
	color: #000;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_products_tab_content li a span{
	font-size: 13px;
	color: #dd2727;
}
.in_products_tab_content li a figcaption{
	/*padding:22px 26px 27px;*/
	padding:5% 6% 1%;
}
.in_products_tab a.more{
	text-transform: uppercase;
	background: #bdbdbd;
	text-align: center;
	width: 200px;
	line-height: 30px;
	color: #fff;
	margin:0 auto;
	display: block;
	margin-top: 2%;
	-o-transition:ease .5s;
	-ms-transition:ease .5s;
	-moz-transition:ease .5s;
	-webkit-transition:ease .5s;
	transition:ease .5s;
	font-size: 1.4rem;
}
.in_products_tab a.more:hover{
	background: #000;
}
.in_products_tab_nav a.sub_01{
	background: #000;
	color: #fff;
}
.in_products_tab_content ul{
	display: none;
	-webkit-justify-content: center;
	justify-content: center;
}
.in_products_tab_content ul:first-child{
	display: block;
	-webkit-justify-content: center;
	justify-content: center;
}
.products_fication{
	background:url("../images/products_fication.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.products_fication_tit{
	text-align: center;
	padding-bottom: 4%;
}
.products_fication_tit h3{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
}
.products_fication_tit p{
	font-size: 26px;
	color: #ccc;
}
.products_fication_center{
	width: 1200px;
	margin:0 auto;
	position: relative;
	padding:4% 0;
}
.in_advantage_move{
	position: absolute;
	right:58px;
	top:0;
	background: #fff;
	padding:16px 10px;
	text-align: center;
}
.in_advantage_move p{
	font-size: 15px;
	color: #76015f;
	padding:15px 0 9px;
}

.products_fication_list{
	border: 1px dashed #606365;
}
.products_fication_list ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.products_fication_list ul li{
	width: 20%;
	text-align: center;
	padding:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border-left: 1px dashed #606365;
}
.products_fication_list ul li:first-child{
	border-bottom: 1px dashed #606365;
}
.products_fication_list ul li:nth-child(2){
	border-bottom: 1px dashed #606365;
}
.products_fication_list ul li:nth-child(3){
	border-bottom: 1px dashed #606365;
}
.products_fication_list ul li:nth-child(4){
	border-bottom: 1px dashed #606365;
}
.products_fication_list ul li:nth-child(5){
	border-bottom: 1px dashed #606365;
}
.products_fication_list ul li div{
	padding:8% 6%;
}
.products_fication_list ul li i{
	font-size: 3.8rem;
	color: #a1a0a1;
}
.products_fication_list ul li h3{
	font-size: 16px;
	color: #fff;
	padding:12px 0 15px;
}
.products_fication_list ul li p{
	color: #bcbdbe;
}
.products_fication_list ul li:hover div{
	background: #921b88;
}
.products_fication_list ul li:hover i{
	color: #fff;
}
.products_fication_list ul li:hover p{
	color: #fff;
}
.in_adventage{
	padding:6% 0 3%;
	background:url("../images/advantage.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.in_adventage_center{
	width: 1360px;
	margin:0 auto;
	position: relative;
}
.advantage_banner{
	width: 1200px;
	margin:0 auto;
}
.in_adventage_tit{
	text-align: center;
	padding-bottom: 3%;
}
.in_adventage_tit h3{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	padding-bottom: 7px;
}
.in_adventage_tit p{
	font-size: 15px;
	color: #000;
}
.advantage_banner a{
	display: block;
	background: #bdbdbd;
	text-align: center;
	width: 200px;
	line-height: 30px;
	color: #fff;
	text-transform:uppercase;
	margin:3.5% auto 0;
	-o-transition:ease .5s;
	-ms-transition:ease .5s;
	-moz-transition:ease .5s;
	-webkit-transition:ease .5s;
	transition:ease .5s;
}
/*.advantage_banner a:hover{
	background: #000;
}*/
.advantage_banner .swiper-button-prev{
	background:url("../images/left.png") center top no-repeat;
}
.advantage_banner .swiper-button-next{
	background:url("../images/right.png") center top no-repeat;
}
.in_club{
	background: url("../images/in_club_bg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:7.5% 0;
}
.in_club_tit{
	text-align: center;
	padding-bottom: 2%;
}
.in_club_tit h3{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 1.5%;
}
.in_club_tit p{
	font-size: 26px;
	color: #ccc;
}
.in_club_content{
	width: 28%;
	padding-left: 4%;
	margin:0 auto;
}
.in_club_content ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.in_club_content ul li{
	color: #fff;
	font-size: 16px;
	width: 33%;
	padding-top: 5%;
}
.in_club_content ul li i{
	padding-right: 8px;
}
.in_news{
	background: #f6f6f6;
	padding:4% 0 3%;
}
.in_news_center{
	width: 1200px;
	margin:0 auto;
}
.in_news_pic{
	float: left;
	width: 45%;
	height:160px;
	overflow: hidden;
}
.in_news_pic img{
	width: 100%;
	overflow: hidden;
}
.in_news_text{
	float: right;
	width: 50%;
}
.in_news_content ul li{
	width: 48.5%;
	background: #fff;
	padding:2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin:8px;
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
}
.in_news_content ul li:hover{
	-ms-transform: translate(1px, -10px);
	-webkit-transform: translate(1px, -10px);
	-moz-transform: translate(1px, -10px);
	-o-transform: translate(1px, -10px);
	transform: translate(1px, -10px);
}
.in_news_text span{
	color: #8d8d8d;
}
.in_news_text h3{
	font-size: 16px;
	color: #000;
	margin:3% 0 6%;
	overflow:hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.in_news_text p{
	font-size: 13px;
	color: #757575;
	line-height: 22px;
	margin-bottom: 7%;
	height:41px;
	 overflow : hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
}
.in_news a.more{
	display: block;
	width: 200px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #8d8d8d;
	margin:0 auto;
	margin-top: 2%;
	text-transform:uppercase;
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
}
.in_news a.more:hover{
	background: #000;
}
.in_active{
	background: #fff;
}
.in_active_content ul li{
	border:1px solid #e5e5e5;
}
.footer_nav{
	background: #333333;
}
.footer_nav_center{
	width: 1200px;
	margin:0 auto;
	padding:2% 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_nav_center ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.footer_nav_center ul li a{
	display: block;
	font-size: 15px;
	color: #e0e0e0;
	line-height: 30px;
	-o-transition:ease .5s;
	-ms-transition:ease .5s;
	-moz-transition:ease .5s;
	-webkit-transition:ease .5s;
	transition:ease .5s;
}
.footer_nav_center ul li a:hover{
	color: #888;
}
.footer_nav_center ul li h3{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.copy{
	text-align: center;
	background: #000;
	color: #959595;
	line-height: 60px;
}
.copy a{
	color: #959595;
}
.copy_stat{
	float: right;
}
.public_move{
	position: fixed;
	right:25px;
	top:30%;
	background: #333;
	border-radius: 0.5rem;
	width: 92px;
	text-align: center;
	z-index: 9;
}
.public_move a{
	display: block;
	line-height: 73px;
	border-top: 1px solid #858585;
    transition: all .4s cubic-bezier(.35, .45, .55, 1);
    margin-top: -1px;
    -o-transition:ease .3s;
	-ms-transition:ease .3s;
	-moz-transition:ease .3s;
	-webkit-transition:ease .3s;
	transition:ease .3s;
	width: 92px;
	float: right;
}
.public_move a:first-child{
	border-top: 0;
}
.public_move a i{
	font-size:30px;
	color: #fff;
}
.public_move a:hover{
	width: 216px;
	background: #000;
}

/*about*/
.public_brand{
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}
.public_brand_center{
	width: 1200px;
	margin:0 auto;
}
.public_brand_center_left{
	float: left;
	line-height: 68px;
}
.public_brand_center_left a{
	font-size: 14px;
	color: #999;
	
}
.public_brand_center_left span{
	font-size: 14px;
	color: #999;
}
.search{
	float: right;
	padding:17px 0;
}
.search input{
	width: 363px;
	line-height: 31px;
	font-size: 14px;
	color: #666;
	padding:2px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.search button{
	float: right;
	width: 35px;
	text-align: center;
	background: #919191;
	display: block;
	line-height: 34px;
	cursor: pointer;
}
.search button i{
	color: #fff;
}
.about_info{
	width: 1200px;
	margin:0 auto 4%;
	position: relative;
}
.about_tit{
	text-align: center;
	padding:4% 0 4.5%;
}
.about_tit h3{
	font-size: 30px;
	line-height: 48px;
	padding-bottom: 3%;
}
.public_sidenav{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 43px;
	position: relative;
}
.public_sidenav ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.public_sidenav li a.olist{
	display: block;
	font-size: 15px;
	color: #666;
	text-align: center;
	padding:0 25px;
	border-right: 1px solid #eee;
}
.public_sidenav li:first-child{
	border-left: 1px solid #eee;
}
.public_sidenav li.public_nav1{
	background: #000;
}
.public_sidenav li.public_nav1 a.olist{
	color: #fff;
}
.public_sidenav2{
	display: none;
}
.public_sidenav ul li dl{
	position: absolute;
	left:0;
	top:44px;
	background: #f5f5f5;
	width: 100%;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.public_sidenav ul li dl dd{
	
}
.public_sidenav ul li dl dd a{
	border-left: 0;
	font-size: 13px;
	color: #666;
	padding: 0 15px;
}
.public_sidenav ul li dl dd a:hover{
	color: #921b88;
}
.about_pic{
	float: left;
	width: 21%;
	height: 178px;
	overflow: hidden;
	border:1px solid #eee;
}
.about_pic img{
	width: 100%;
}
.about_text{
	float: right;
	width: 72%;
	padding-right: 3%;
}
.about_list ul li{
	border:1px solid #eee;
	padding:33px;
	margin-bottom: 20px;
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
}
.about_list ul li:hover{
	-ms-transform:translate(1px, -5px) ;
	-webkit-transform:translate(1px, -5px) ;
	-moz-transform:translate(1px, -5px) ;
	-o-transform:translate(1px, -5px) ;
	transform:translate(1px, -5px) ;
}
.about_text span{
	color: #8d8d8d;
	text-transform:uppercase;
}
.about_text h3{
	font-size: 16px;
	color: #000;
	padding:2% 0 2.7%;
}
.about_text p{
	font-size: 13px;
	color: #757575;
	line-height: 24px;
	margin-bottom: 3%;
	overflow : hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
}
.about_detail{
	width: 1200px;
	margin:0 auto;
	padding:5% 0 50px;
}
.about_detail_tit{
	text-align: center;
}
.about_detail_tit h3{
	font-size: 30px;
	color: #000;
}
.about_time{
	margin:3.5% 0;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding:10px 0;
	line-height: 28px
}
.about_time span{
	padding:0 5px;
	color: #8d8d8d;
	font-size: 13px;
}
.about_time a{
	margin:0 2px;
}
.about_time a i{
	font-size: 2.2rem;
}
.about_time a:hover{
	color: #000;
}
.about_infoside{
	padding:0 7%;
}
.about_infoside p{
	font-size: 15px;
	color: #444;
	line-height: 36px;
}
.about_infoside img{
	padding:20px 0;
	max-width: 100%;
}
.about_next{
	margin-top: 4.5%;
	padding:2% 7% 0;
	border-top: 1px solid #eee;
}
.next_left{
	float: left;
}
.next_left a{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 34px
}
.next_left a:hover{
	color: #333;
}
.about_more{
	float: right;
}
.about_more a{
	display: block;
	font-size: 15px;
	color: #666;
	width: 90px;
	line-height: 45px;
	text-align: center;
	border-radius: 2rem;
	border:1px solid #ccc;
}
.join_info{
	padding:0 7% 4%;
	font-size: 15px;
    color: #444;
    line-height: 36px;
}
.join_info p{
    font-size: 15px;
    color: #444;
    line-height: 36px;
}
.join_info img{
	max-width: 100%;
}


.preview{width:50%; height:485px; float: left;}
/* smallImg */
.smallImg{position:relative;  margin-top:1px;padding:0; width:474px; overflow:hidden;float:left;}
.scrollbutton{width:13px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/d_08.png) no-repeat; margin-top:35px;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/d_09.png) no-repeat; margin-left:459px; margin-top:-85px;}

#imageMenu {height:120px; width:445px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:120px; width:111px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:98px; height:98px;cursor:pointer;margin:4px 8px; border:1px solid #eee;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:98px; height:98px; border:1px solid #959595!important;}
/* bigImg */
.bigImg{position:relative; float:left; width:370px; height:370px; overflow:hidden;margin-left: 50px;}
.bigImg #midimg{width:370px; height:370px;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}
.pro_all{
	background: #fafafa;
}
.pro_all_center{
	width: 1200px;
	margin:0 auto;
}
.products_detail{

}
.max_protext{
	float: right;
	width: 50%;
}
.max_protext1{
	border-bottom: 1px solid #eee;
	padding-bottom: 5%;
}
.max_protext1 h3{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 4%;
}
.max_protext1 p{
	font-size: 16px;
	color: #8d8d8d;
	padding-bottom: 2.5%;
}
.max_protext1 p span{
	color: #dd2727;
	font-size: 24px;
}
.prodetail_center{
	padding:45px 35px;
	background: #fff;
	position: relative;
}
.max_protext2{
	padding:7% 0;
	border-bottom: 1px solid #eee;
}
.max_protext2 a{
	float: left;
	border:1px solid #eee;
	margin:0 20px 0 0;
	width: 40%;
	text-align: center;
}
.max_protext3{
	padding-top: 5%;
}
.max_protext3 span{
	color: #999;
	float: left;
	display: block;
	line-height: 28px;
}
.max_protext3 .bdsharebuttonbox{
	float: left;
}
.max_protext3 a{
	/*margin:0 3px;*/
}
.max_protext3 a i{
	font-size: 2.4rem;
}
.max_protext3 a i:hover{
	color: #000;
}
.pro_maxinfo{
	background: #fff;
	margin-top: 15px;
	padding:2% 3%;
}
.pro_maxinfo_tit{
	position: relative;
}
.pro_maxinfo_tit h3{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	line-height: 45px;
}
.pro_maxinfo_tit h3:after{
	content: "";
	position: absolute;
	left:0;
	top:45px;
	width: 75px;
	height: 3px;
	background: #921b88;
}
.pro_maxinfo_text{
	padding:3% 0 10px;
}
.pro_maxinfo_text p{
	font-size: 15px;
	color: #666;
	line-height: 36px
}
.pro_maxinfo_text object{
	height:500px;
}
.common_products{
	padding-bottom: 15px;
}
.common_products_tit{
	background: #fff;
	position: relative;
	margin:15px 0 ;
}
.common_products_tit h3{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding:2.6% 0 1.5% 2.5%;
}
.common_products_tit h3:after{
	content: "";
	position: absolute;
	left:30px;
	top:75px;
	width: 125px;
	height: 3px;
	background: #921b88;
}
.common_products_list ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.common_products_list ul li{
	background: #fff;
}
.contact_address_top{
	text-align: center;
}
.contact_address_top h3{
	font-size: 30px;
	color: #921b88;
}
.contact_address_top p{
	font-size: 14px;
	color: #666;
	padding:20px 0 10px;
}
.contact_address_top span{
	color: #666;
	font-size: 44px;
	display: block;
	padding-bottom: 28px;
}
.contact_address_list{
	margin-top: 20px;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
}
.contact_address_list ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.contact_address_list ul li{
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 25%;
	line-height: 24px;
	padding:2.3% 0;
	border-left: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
.map{
	margin-top: 20px;
}
#map{
	width: 100%;
	height: 480px;
}
.public_banner img{
	width: 100%;
}
.menu{
	display: none;
}
.max_pic_phone{
	display: none;
}
.contact_address_list ul li{
	font-size: 14px;
}
.in_about_bag{
	background:rgba(0,0,0,.7);
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
	display: none;
}
.in_about_bag i{
	font-size: 3rem;
	color: #fff;
	top:11%;
	position: absolute;
	cursor: pointer;
}
.in_about_bag img{
	width: 800px;
	margin-top: 10%;
}
#leftsead_phone{
	display: none;
}

/* leftsead */
#leftsead{width:131px;height:143px;position:fixed;top:258px;right:0px;z-index: 9999;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:131px;height:73px;}
#leftsead li img{float:right;}
#leftsead li a{height:73px;float:right;display:block;min-width:92px;max-width:92px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-216px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:190px;top:2px;}
#leftsead li:nth-child(2) a{
	border-top: 1px solid #858585;
	border-bottom: 1px solid #858585;
}


.public_ewmjump{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	z-index: 99999;
	display: none;
}
.public_ewmjump_center{
	background: #fff;
	border-radius: 0.5rem;
	width: 37%;
	margin:2% auto 0;
	padding:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.public_ewmjump_center .public_ewmjump_center_title{
	font-size:16px;
	color:#666;
	padding-left:3%;
	line-height:2;
	padding-top:3%;
}
.public_ewmjump_center .public_ewmjump_center_tel{
	font-size:18px;
	color:#88197d;
	font-weight:bold;
	padding-left:3%;
		line-height:2;
}
.public_ewmjump_center .public_ewmjump_center_tel a{
	color:#921b88;
}
.public_ewmjump_center img.ewmjump3{
	width: 100%;
	border-top: 1px solid #ccc;
	padding:40px 0 0;
	margin-top: 40px;
}
.public_ewmjump_center img.ewmjump2{
	float: right;
	width: 44%;
}
.public_ewmjump_center img.ewmjump{
	float: left;
	width: 50%;
}
.public_ewmjump_center i.closein{
	position: absolute;
	right:-7%;
	top:0;
	font-size: 3rem;
	color: #fff;
	cursor: pointer;
}
.public_phonenum{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	z-index: 99999;
	display: none;
}
.public_phonenum_center{
	width: 50%;
	margin:12% auto 0;
	width: 500px;
	/*height: 285px;*/
	border-radius: 0.5rem;
	background:#fff url(../images/jump_tel.png) no-repeat right top;
	-webkit-background-size: cover;
	background-size: cover;
}
.public_phonenum_center span{
	display: block;
	padding:3%;
	font-size: 18px;
	color:#000;
	font-weight: bold;
	
	width: 45%;
	color: #000000;
    display: inline-block;
    padding: 6px 3%;
    vertical-align: top;
}
.public_phonenum_center a.telmore{
	font-size: 14px;
	display: block;
	border-radius: 0.5rem;
	margin-right: 5%;
	font-size: 15px;
	background:#921b88;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	width: 55%;
	
}
.public_phonenum_center a.tel{
	padding:3% 0;
	font-size: 30px;
	color:#921b88;
	font-weight: bold;
	background: none;
}
.public_phonenum_center p{
	padding-left: 3%;
	font-size: 16px;
	color:#666;
	padding-top: 5px;
	color:#000;
}
.ccc{
	background: #921b88;
}
.products_fication_list ul li .ccc i{
	color:#fff;
}
.products_fication_list ul li .ccc p{
	color:#fff;
}
.in_max_prandpic{
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	text-align: center;
	display: none;
	z-index: 999;
}
.in_max_prandpic_center{
	position: relative;
	width:50%;
	margin:7% auto;
}
.closed{
	position: absolute;
	right:-40px;
	top:0;
}
.closed i{
	font-size: 3rem;
	color: #fff;
	cursor: pointer;
}
.in_max_prandpic_center img{
	width: 100%;
}
.max_brand{
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	text-align: center;
	display: none;
	z-index: 9999;
}
.max_brand_center{
	position: relative;
	width:40%;
	margin:7% auto;
}
.closed{
	position: absolute;
	right:-40px;
	top:0;
}
.closed i{
	font-size: 3rem;
	color: #fff;
	cursor: pointer;
}
.max_brand_center img{
	width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.in_clubanner .in_clubanner_font a{
	color:#87197c;
	-webkit-transition:ease-in-out .3s;
	transition:ease-in-out .3s;
}
.in_clubanner .in_clubanner_font a:hover{
	text-shadow:0px 0px 0px #fff;
	color:#fff;
	background:rgba(135,25,124,.7);
	border-radius:15px;
}
.formlist{
    width: 620px;
    margin: 0 auto;
}
.formlist h3{
    font-size: 16px;
    font-weight: bold;
    line-height:3;
    padding-top: 3%;
}
.formlist select{
    width: 199px;
    height: 40px;
    font-size: 14px;
    padding-left: 2%;
    line-height:40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#666;
    border:1px solid #dcdcdc;
}
.formlist select.select2{
    width: 360px;
}
.formlist input{
    width: 620px;
    height: 40px;
    line-height:40px;
    font-size: 14px;
    color:#666;
    border:1px solid #dcdcdc;
    padding-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.formlist input.input3{
	width: 190px;
	height: 40px;
	line-height:40px;
	font-size: 14px;
	color:#666;
	border:1px solid #dcdcdc;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 3%;
}
.formlist textarea{
    width: 620px;
    height: 260px;
    line-height:30px;
    padding:1% 2%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border:1px solid #dcdcdc;
	margin-bottom: 4%;
}
.formlist button{
	width: 216px;
	height: 40px;
	background: #921b88;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	color:#fff;
}
.about_time .bdsharebuttonbox{
	display: inline-block;
	vertical-align: middle;

}
.about_time .bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{
	margin:0 6px 0 0;
}
.zhichi table{
	width: 700px;
}
.zhichi table td{
	padding: 10px 25px; 
}
.pbleft{
	position:fixed;
	left:0;
	top:30%;
	z-index:9;
}


@media only screen and (max-width : 1440px){
	.logo{
		padding-top:.3%;
	}
	.max_brand_center{
	    margin: 14% auto;
	}
}

@media only screen and (max-width : 1390px){
	.in_adventage_center{
		width: 100%;
	}
}

@media only screen and (max-width : 1366px){
	.max_brand_center{
		width: 50%;
	}
}


/*20210629*/
.inpro_listone{
	padding:3% 0;
}
.inpro_listone .in_products_tit h3{
	font-size:34px;
}
.inpro_list ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.inpro_list li{
	margin-top:35px;
	width:48.5%;
	background:#fff;
	border:1px solid #fff;
	box-shadow:0 1px 10px rgba(0,0,0,.2);
	transition:ease-in-out .3s;
}
.inpro_list li a{
	display:block;
	display:flex;
	align-items: center;
	padding:18px 25px 11px;
}
.inpro_list li figcaption{
	text-align:center;
	flex:1 1 auto;
}
.inpro_list li figcaption h3{
	font-size:24px;
	padding-bottom:30px;
	color:#666;
	transition:ease-in-out .3s;
}
.inpro_list li figcaption p{
	position:relative;
	width:140px;
	height:45px;
	line-height:45px;
	border:1px solid #dcdcdc;
	border-radius:25px;
	margin:0 auto;
	transition:ease-in-out .3s;
	color:#999;
	font-size:14px;
}
.inpro_list li figcaption p:after{
	position:absolute;
	content:'';
	top:22px;
	z-index:2;
	right:-10px;
	height:1px;
	width:40px;
	background:#dcdcdc;
	transition:ease-in-out .3s;
}
.inpro_list li:hover{
	border:1px solid #771e6e;
}
.inpro_list li:hover figcaption h3{
	color:#771e6e;
}
.inpro_list li:hover figcaption p{
	background:#771e6e;
	border:1px solid #771e6e;
	color:#fff;
}
.inpro_list li:hover figcaption p:after{
	background:#fff;
}
.inpro_list2 ul{
	display:flex;
	justify-content: space-between;
	padding-top:30px;
}
.inpro_list2 li{
	width:330px;
	background:#fff;
	padding-top:27px;
	padding-bottom:40px;
	border-bottom:2px solid #fff;
	box-shadow:0 1px 10px rgba(0,0,0,.2);
	transition:ease-in-out .3s;
}
.inpro_list2 li figure{
	
}
.inpro_list2 li figure img{
	max-width:100%;
}
.inpro_list2 li h3{
	font-size:24px;
	color:#000;
	text-align:center;
	padding:30px 0 20px;
	transition:ease-in-out .3s;
}
.inpro_list2 li i{
	display:block;
	background:url(../images/addicon.jpg) no-repeat center top;
	width:26px;
	height:26px;
	text-align:center;
	margin:0 auto;
	transition:ease-in-out .3s;
}
.inpro_list2 li:hover{
	border-bottom:2px solid #771e6e;
}
.inpro_list2 li:hover h3{
	color:#771e6e;
}
.inpro_list2 li:hover i{
	background:url(../images/addhovericon.jpg) no-repeat center top;
}