@charset "utf-8";
/* 娴锋姤 */
.banner {z-index:1; position:relative;overflow: hidden;}
.flexsliderbb {position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides {position:relative;}
.flex-control-nav {position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li {display:inline-block;width:20px;height:2px;margin:0 5px;*display:inline;zoom:1;position: relative; }
.flex-control-nav a {opacity: 0.5; display:inline-block;width:20px;height: 2px;overflow:hidden;background-color: #283643;cursor:pointer; text-indent: -99em;}
.flex-control-nav .flex-active {background-color: #e03e52;opacity: 1;}
.flex-direction-nav {position:absolute;z-index:3;width:100%;top:45%;display: none;}
.flex-direction-nav li a {display:block;width:58px;height:77px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev {left:50%;margin-left:-600px; background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next {right:50%;margin-right:-600px; background:url(../images/next.png)center center no-repeat;}
.flex-direction-nav li{}


.page-banner {
    min-width: 1200px;
    height: 650px;
    background: url(../images/other_banner.jpg) center no-repeat;
}
.page-banner-about{
	background: url(../images/other_banner2.jpg) center no-repeat;
}
.page-banner-news{
	background: url(../images/other_banner3.jpg) center no-repeat;
}
.page-banner-conuse{
	background: url(../images/other_banner4.jpg) center no-repeat;
}
.news_page_bg{background-color: #f2f2f2;}
.page-con {
    padding-top: 40px;
    margin-bottom: 40px;
}
.left-part {
	width: 250px;
	float: left;
}
.right-part {

}
.left-part-item {
	width: 100%;
	padding-bottom: 15px;
}
.left-part-item .item-tit {
	height: 60px;
	line-height: 60px;
	text-indent: 30px;
	font-size: 16px;
	background: -webkit-linear-gradient(bottom, #ca0b0b, #4a4947); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #ca0b0b, #4a4947); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #ca0b0b, #4a4947); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #ca0b0b, #4a4947); /* 标准的语法 */
}
.left-part-item .item-tit a {
	display: block;
	color: #fff;
	/*background: url(../images/left_ico.gif) no-repeat 25px center;*/
}
.left-part-item .nav-list li{
	width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-indent: 30px;
    font-size: 15px;
    background-color: #fafafa;
}
.left-part-item .nav-list li.son a {
    padding-left: 20px;
} 
.left-part-item .nav-list li a {
	width: 100%;
    height: 40px;
    display: block;
    /*background: url(../images/left_off.gif) no-repeat;*/
	color: #4a4947;
    font-weight: bold;
    border: 1px solid #4a4947;
    border-top: 0;
}
.left-part-item .contact {
	background: #f4f4f4;
	line-height: 22px;
	padding: 15px 5px;
}
.left-part-item .contact .pic img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.left-part-item .contact dt {
    font-size: 14px;
    font-weight: bold;
}
.left-part-item .contact dd {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 6px;
}



.right-part .right-part-tit{
	box-sizing: content-box;
	height: 28px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    /*padding-top: 10px;*/
    overflow: hidden;
}
.right-part .right-part-tit .tit-name{
    position: relative;
	width: 220px;
    height: 24px;
    line-height: 24px;
    text-indent: 12px;
    font-size: 16px;
    color: #262626;
}
.right-part .right-part-tit .tit-name:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #4a4947;
}
.right-part .right-part-tit .fr {
	width: 560px;
    text-align: right;
    padding-top: 4px;
}
.right-part .right-part-tit .position{
	font-size: 12px;
}
.right-part .proClass-desc p{
    font-size: 14px;
    line-height: 1.5;
    color: #777;
}
.right-part .pic-list {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.right-part .pic-list:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.right-part .pic-list li {
	width: 24%;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 0 3px rgba(212,212,212,0.8);
    position: relative;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.right-part .pic-list li:nth-child(4n){
	margin-right: 0px;
}
.right-part .pic-list li:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    top: -2px;
}
.right-part .pic-list a {
    display: block;
    padding: 10px 2px;
}
.right-part .pic-list .pic {

}
.right-part .pic-list .pic img {
   width: 100%;
}
.right-part .pic-list .txt {
	padding: 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-part .pic-list li a:hover {
	color: #0068b0;
}
.right-part .pic-list.case-Pic li:nth-child(2n) {
    margin-right: 0;
}
.right-part .pic-list.case-Pic li{
    width: 470px;
    margin-right: 20px;
}
.right-part .pic-list.case-Pic a{
    padding: 10px;
}
.right-part .pic-list.case-Pic .pic{
    width: 450px;
    height: 200px;
}
.right-part .pic-list.case-Pic .pic img {
    max-width: 450px;
    max-height: 200px;
}

/* 产品详情 */
.right-part .product-introduce .pro-images{
    padding: 10px;
    border: 1px solid #ededed;
    display: inline-block;
    text-align: center;
}
.right-part .product-introduce .pro-images img {
    max-width: 100%;
}
.right-part .product-introduce .pro-tit {
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #ededed;
    color: #333;
}
.right-part .product-introduce .product-type{
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
}
.right-part .product-introduce .pro-show{
    text-align: center;
    padding-bottom: 20px;
}
.right-part .product-introduce .pro-show img {
    max-width: 100%;
    height: auto !important;
}

/* 文章详情 */
.right-part .news-show .news_tit {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
}
@media (max-width: 479px) {.right-part .news-show .news_tit {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}}
.right-part .news-show .news_mes {
	margin-top: 14px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    border: 1px dotted #ccc;
    border-width: 1px 0;
}
.right-part .news-show .news_con {
    padding: 14px 10px;
	line-height: 30px;
    font-size: 16px;
    text-align: justify;
    background-color: #fff;
}
.right-part .news-show .news_con  img{ max-width: 1200px; 

  width:expression(this.width > 1200 ? "1200px" : this.width);
  height:auto; margin-bottom:10px; margin-top:10px;}
   .proconner img{ max-width: 1600px; 

  width:expression(this.width > 1600 ? "1600px" : this.width);
  height:auto; }
  
  @media (max-width: 479px) {.right-part .news-show .news_con  img{width:100%; margin-bottom:5px;}}
/*在线留言*/

.form_box {padding: 10px 0; }

.form_box form label {display: block;margin-bottom: 15px;color: #333;overflow: hidden;font-size: 14px;}

.form_box form label input { width: 100%; line-height: 45px; height: 45px; border: 1px solid #e0e0e0; color: #aaa; padding-left: 15px;}

.form_box form .btner button {display: block;width: 100%;background-color: #333;color: #FFF;height: 45px;line-height: 45px;text-align: center;font-size: 14px;margin-top: 90px;margin-bottom:20px;border: none;}


.form_box form label textarea{ width: 100%; line-height: 30px;  border: 1px solid #e0e0e0; color: #aaa; padding-left: 15px;}

.form_box p{

	color: #666666;

	font-size: 14px;

	

}
.pro_oes{width:100%;height:120px;line-height:120px;background-color: #283643;}
.pro_oes span{ font-size:20px; padding-left:10%;color:#fff}

/* 页码 */
.pagelist {
	margin: 0px 0;
	text-align: center;
	 padding-bottom: 40px;
}
.pagelist li {
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-size: 14px;
}
.pagelist li a{
	padding: 0 10px;
	font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    text-align: center;

    color: #787878;
}
.pagelist li a{
	display: block;
	color: #787878;
}
.pagelist li a:hover {
	background: -webkit-linear-gradient(bottom, #4a4947, #4a4947); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #4a4947, #4a4947); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #4a4947, #4a4947); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #4a4947, #4a4947); /* 标准的语法 */
    color: #fff;
}
.pagelist li.active a{
	
	background: -webkit-linear-gradient(bottom, #4a4947, #4a4947); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #4a4947, #4a4947); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #4a4947, #4a4947); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #4a4947, #4a4947); /* 标准的语法 */
	color: #fff;
}

/* 上下篇 */
.prevnext {
	width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 0;
    /*margin: 15px 0 0;*/
    background: #fff;
    font-size: 14px;
}
.prevnext .fr {
	text-align: right;
}

@media (max-width: 479px) {
    .prevnext{width: 94%;
    height: 85px;
    line-height: 40px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 0;
    /*margin: 15px 0 0;*/
    background: #fff;
    font-size: 14px;}
    
    .prevnext .fr {
	text-align: left; float: left;
}
    
}
.right-part .news-list.ss-result li h6+div {
    overflow: hidden;
}
.right-part .news-list.ss-result li h6+div span {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: left;
}
.right-part .news-list.ss-result li h6+div span a {
    color: inherit;
}
.conme{
    padding-left: 19%;
    line-height: 25px;
    letter-spacing: 2px;
}
.productfont{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    width: 400px;
    margin-left: 30px;
    padding-left: 30px;
    border: 1px solid #ededed;
    height: 612px;
    vertical-align: top;
    padding-top: 10px;
    font-weight: 100;
	line-height: 25px;
}
.suoluotu{
	text-align: center;
}
.productfont{
    
}
.product-son{
	display: none;
}
.left-part .left-part-item .product-son li{
    display: inline-block;

}
.left-part .left-part-item .product-son li a{
	padding-left: 15px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.product-son li a span{
	font-weight: bold;
	font-size: 20px;
	    padding-right: 5px;
}
.left-part-item .nav-list li.cur{
	background-color: #4a4947;
	color: #FFF;
}
.left-part-item .nav-list li.cur a{
	color: #706e6e;
}
.left-part .left-part-item .product-son li:hover{
	background-color:#4a4947 ;
}
.proSmallImage{
   display: none;
}


.pro-show img.cur{
	display:inline-block;
}
.online_images{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
}
/*联系我们*/
.map1 {
    width: 478px;
    height: 480px;
    border: 1px solid #eee;
    overflow: hidden;
    display: inline-block;
    color: #FFF;
    font-size: 25px;
    font-weight: 100;
}
.map1 h2 {
    height: 105px;
    padding-top: 25px;
    background: #4a4947;
    overflow: hidden;
    padding-left: 36px;
    margin-bottom: 22px;
}
.map1 h2 em {
    display: block;
    font: 12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
}

.map1 dd {
    font: 15px "Microsoft Yahei";
    line-height: 55px;
    color: #333;
    background: url(../images/icon11.gif) no-repeat 22px center;
    padding-left: 80px;
    margin-top: 10px;
    text-align: left;
    font-weight: 100;
}
.map1 dd:nth-of-type(2){
	background: url(../images/icon21.gif) no-repeat 22px center;
	
}
.map1 dd font{
	    display: block;
    font: 20px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.map1 dd:nth-of-type(3){
	background: url(../images/icon31.gif) no-repeat 22px center;
}
/*通用左侧*/
.chanpinfenlei{
    width: 100%;
    text-align: center;
    font-size: 20px;
    height: 56px;
    letter-spacing: 10px;
    font-weight: 1000;
    background: url(../images/bj-in-nav.png) center;
    color: #FFF;
    line-height: 56px;
    
}
.contact .nav-list p{
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 10px;   
	color: #9f050c;
	text-align: left;
	color: #4a4947;
}
.contact .nav-list p:nth-of-type(1){
	text-align: left;
    font-size: 18px;
    padding-top: 15px;
    padding-left: 0;
    font-weight: bold;
}
.contact .nav-list p a{
	
}
.contact .nav-list p.newsNeiye{
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    padding-left: 18px;
    border-bottom: 1px dashed;
    margin-top: 15px;
    background: url(../images/icoNews.png) no-repeat 5px 9px;
    padding-top: 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
    width: 100%;
}
.contact .nav-list p.newsNeiye:hover{
	color: #ffa200;	
}
.keyWorldSreach{
    font-size: 12px;
    color: #4a4947;
    line-height: 36px;
    width: 48.6%;
    display: inline-block;
    text-align: center;
    height: 36px;
    overflow: hidden;
}
.wrap{
	
}
.wrap .xiangsichanpin{
    height: 56px;
    background: url(../images/bj-in-nav.png) left center no-repeat;
    line-height: 56px;
    width: 234px;
    text-align: center;
    color: #fbf3bc;
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
.wrap .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap .list li{
    width: 23%;
    text-align: center;
    border: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 45px;
    overflow: hidden;
    position: relative;
}
.wrap .list li a{
	
}
.wrap .list li a img{
	width: 100%;
    padding: 5px;
}
.wrap .list li .txt{
    margin: 15px 0;
    color: #333;
    width: 100%;
}
.wrap .list li:hover .moreproducts{
	bottom: 10px;
	transition: 0.8s;
}
.wrap .list li .moreproducts{
    font-size: 14px;
    display: block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #4a4947;
    color: #FFF;
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition: 0.8s;
}

.canpincanshu{
	font-size: 20px;
	font-weight: bold;
	color: #4a4947;
	margin-bottom: 15px;
}
.productfont p{
	line-height: 25px;
}
.news-list-box{
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    padding-top: 40px;
}
.news-list-box h6{
	font-size: 20px;
    padding-bottom: 15px;
}
.news-list-box p{
	    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
}
.news-list li{
    cursor: pointer;
    border-bottom: 1px dotted #4a4947;
    margin-bottom: 40px;
}
.news-list li:hover{
	color: #4a4947;
}
.news-list li img{
    width: 200px;
    margin-bottom: 15px;
}
#aboutUsHtml{
	background: url(../images/bj-aboutTitleImages.jpg) no-repeat center top;
	padding-top: 30px;
    padding-bottom: 35px;
}
.aboutUsHtml{
    padding: 50px 35px;
    background: #fff;
    -moz-box-shadow:0px 5px 5px #999; -webkit-box-shadow:0px 5px 5px #999; box-shadow:0px 5px 5px #999;
}
#aboutUsHtml h3 {
    display: block;
    color: #064b87;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    line-height: 45px;
}
.product-type{
		width: 150px;
		height: 50px;
		line-height: 50px;
		background-color: #4a4947;
		text-align: center;
		color: #FFF !important;
		border-radius: 9px;
		font-weight: bold;
	}
#aboutUsHtml h3 font{
	float: right;
	font-size: 12px;
	color: #aaa;
}
#aboutUsHtml h6{
	padding-bottom: 15px;
    font-size: 36px;
    color: #e4e6ea;
    text-transform: capitalize;
    line-height: 40px;
    font-family: "AvantGardeITCbyBT-Medium",Arial;
}
#aboutUsHtml p{
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    line-height: 2.2em;
    text-indent: 36px;
}
.content-boxs{
	display: flex;
	margin-top: 50px;
}
.price-box{
	padding-top: 15px;
}
.row-price{
	flex: 1;
    background-color: #151419;
    border-right: 1px solid #aaa;	
}
.content-boxs .row-price .price-box p#totalPrice,.content-boxs .row-price .price-box p#totalOrder,.content-boxs .row-price .price-box p#monthsPrice{
    text-align: center;
    line-height: 55px;
    display: block;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    text-indent: 0px;
}
.content-boxs .row-price .price-box h5{
    display: block;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding-bottom: 35px;
}
.nav-list2-title{
	text-align: center;
	line-height: 50px;
}
.nav-list2-title li{ 
display: inline-block;
padding: 0 20px;
}
.nav-list2-title li.cur{
	background-color: #FFF;
}
.nav-list2-title li a{
	
} 
.womendefuwu{
	background: url(../images/bj-womendefuwu.png) no-repeat center;
	height: 904px;
}
.icoList{
	display: flex;
	padding-top: 140px;
}
.icoList li{
	flex: 1;
	padding: 0 25px;
	text-align: center;
}
.icoList li img{
	
}
.icoList li font{
	display: block;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
	padding-top: 15px;
}
.dingzhishengchanshebei{
	text-align: center;
    padding-top: 100px;
}
.dingzhishengchanshebei font{
	color:#FFFFFF;
	font-size:30px;
}
.dingzhishengchanshebei p{
	font-size:14px !important;
	line-height:2;
	color: #FFF;
}
.dingzhishengchanshebeiImageBox{
	display: flex;
	margin-top: 35px;
}
.dingzhishengchanshebeiImageBox li{
	flex: 1;
}
.CompanyShiLi{
	
}
.CompanyShiLi font{
    color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.CompanyShiLiList{
	
}
.CompanyShiLiList li{
	display: inline-block;
	width: 50%;
	float: left;
	margin-top: 35px;
	padding: 15px;
	height: 156px;
}
.CompanyShiLiList li:nth-of-type(1),.CompanyShiLiList li:nth-of-type(4),.CompanyShiLiList li:nth-of-type(5),.CompanyShiLiList li:nth-of-type(8){
	background-color: #ca0b0b;
	color: #FFF;
}
.CompanyShiLiList li:nth-of-type(1) h4,.CompanyShiLiList li:nth-of-type(4) h4,.CompanyShiLiList li:nth-of-type(5) h4,.CompanyShiLiList li:nth-of-type(8) h4{
	color: #FFF;
}

.CompanyShiLiList li h4{
	text-align: center;
	color: #ca0b0b;
}
#aboutUsHtml .CompanyShiLiList li p{
	text-indent: 0 ;
	padding: 0 30px;
	font-size: 16px;
}
.CompanyShiLiList font{
	color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 50px;
}
.productBox{
	height: 100px;
}
#proStInner{
	background: url(../images/xiala_bg.png) repeat-x left bottom;
	width: 100%;
}
.ul-pro-in{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    padding-bottom: 5px;
    height: 115px;
    padding-top: 45px;
}
.ul-pro-in li{
    color: #909090;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3px;
    display: block;
    width: 130px;
    text-align: center;
    font-family: monospace;
}
.ul-pro-in li a{
	display: inline-block;
	padding-bottom: 10px;
}
.ul-pro-in li.cur a,.ul-pro-in li:hover a{
	
}
#pro-pro-color{
	background-color: #f2f2f2;
}    
#pro-pro-img{
	padding-bottom: 60px;
	padding-top: 40px;
}
#pro-pro-img img{
	width: 100%;
}
.pic-list-pro{
	width: 1360px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pic-list-pro li{
    width: 32%;
    text-align: center;
    margin-bottom: 35px;
    border: 1px solid #eee;
    font-family: monospace;
	transition: 1s all; 
}
.pic-list-pro li a p{
    display: block;
    color: #5c5c5c;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #FFF;
    border-top: 1px solid #eee;
    line-height: 55px;
    width: 100%;
    
}
.pic-list-pro li a img{
	width: 100%;
}
.pic-list-pro li:hover{
	-moz-box-shadow:0px 0px 8px #ddd; 
	-webkit-box-shadow:0px 0px 8px #ddd; 
	box-shadow:0px 0px 8px #ddd;
	transition: 0.5s all;
	transform: translateY(-10px);
}
.pic-list-pro li:hover p{
	color: #4a4947;
    font-weight: 1000;
}
.prottt{
	line-height: 45px;
}
.productDataBoX{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proImgBOX{
    overflow: hidden;
    position: relative;
}
.proImgBOX img{
	width: 100%;
	display: none;
}

.proImgBOX-father{
	position: relative;
	width: 60%;
}
.proImgBOX:hover img{
	transform:scale(1.15);
	transition: all 0.8s;
}
.proFONTBOX{
    width: 38%;
    background-color: #FFF;
    font-weight: 100;
}
.proFONTBOX h6{
    text-align: center;
    line-height: 70px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 25px;
}
.proFONTBOX h6 b{
    color: #4a4947;
    font-family: serif;
}
.proFONTBOX p{
    line-height: 35px;
    padding-left: 35px;
    font-size: 16px;
    color: #666;
}
.proFONTBOX a{
    display: block;
    width: 270px;
    margin: 0 auto;
    margin-top: 25px;
    background-color: #4a4947;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    border-radius: 25px;
    color: #FFF;
}
.pro_form_box{
	width: 1200px;
	margin: 0 auto;
}
.pro_form_box table{
	width: 1200px;
}
.pro_form_box table tbody{
	width: 100%;
	
}
.pro_form_box table tbody td{
    flex: 1;
    text-align: center;
    line-height: 50px;
    font-size: 12px
}
.xiangsichanpin{
    height: 56px;
    background: url(../images/bj-in-nav.png) left center no-repeat;
    line-height: 56px;
    width: 234px;
    text-align: center;
    color: #fbf3bc;
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.smallproImgBOX{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.smallproImgBOX img{
    width: 75px !important;
    height: auto !important;
    opacity: 0.5;
    border: 1px solid #aaa;
    margin: 0 10px;
}

.smallproImgBOX img.cur{
	opacity: 1;
}
.proImgBOX img.cur{
	display: block;
}
.biaogeChanp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro_form_box table tbody td:nth-of-type(1),.pro_form_box table tbody td:nth-of-type(3),.pro_form_box table tbody td:nth-of-type(5){
	background-color: #f5f5f5;
}
.newsInnerTitleNav{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px auto;
    max-width: 1400px;
}
.prosInnerTitleNav{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px auto;
    max-width: 1400px;
}
.prosInnerTitleNav li{
	width: 14%;
	line-height: 61px;
	line-height: 61px;
	text-align: center;
    color: #4c4c4c;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
}
.prosInnerTitleNav li:nth-last-child(1){
	border: none;
}
.prosInnerTitleNav li:hover,.prosInnerTitleNav li.cur{
	background-color: #4a4947;
	color: #FFF;
}
.newsInnerTitleNav li{
	width: 16%;
	line-height: 61px;
	line-height: 61px;
	text-align: center;
    color: #4c4c4c;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
}
.newsInnerTitleNav li:nth-last-child(1){
	border: none;
}
.newsInnerTitleNav li:hover,.newsInnerTitleNav li.cur{
	background-color: #4a4947;
	color: #FFF;
}
.news-list-nav li{
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.news-list-nav li a h6{
    padding-bottom: 15px;
    font-size: 20px;
    color: #565656;
    margin: 0;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    padding-top: 45px;
    font-weight: 100;
}
.news-list-nav li a h6 .date{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    padding-top: 5px;
    padding-right: 15px;
}
.news-list-nav li a p{
    font-size: 16px;
    line-height: 2;
    color: #999999;
    font-weight: 100;
}
.news-list-nav li:hover{
	box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
	cursor: pointer;
}
.news-list-nav li a span{
	display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 35px;
}
.news-list-nav li:hover a span{
    color: #fff;
    background-color: #4a4947;
}
.news-list-nav li:hover a h6{
	color:  #000;
}
.pro_form_box table tbody td:nth-of-type(4){
	flex: 1.5;
}
.page-con-case{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.page-con-case li{
	width: 32%;
	position: relative;
	margin-bottom: 23px;
	overflow: hidden;
}
.page-con-case li p{
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	transition: 1s all;
}
.page-con-cases{
	margin-top: 45px; padding-bottom:45px;
}
.page-con-case li:hover p{
	height: 100%;
	line-height: 200px;
	transition: 1s all;
	background: url(../images/ico15.png) no-repeat center;
	background-color: rgba(0,0,0,0.5);
	background-size: 25px;
}
.caseBoxSwiper{
	width: 930px;
	margin: 0 auto;
    position: relative;
    padding-bottom: 35px;
}
.caseNameBoxH{
	text-align: center;
    font-size: 18px;
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 15px;
    color: #999;
}
.swiper-pagination-bullet{
	margin-left: 10px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../images/iconext.png) no-repeat center;
    right: -60px;
    left: auto;
    width: 68px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   	background: url(../images/iconext2.png) no-repeat center;
    left: -60px;
    right: auto;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #4a4947;
}
.swiper-pagination{
	width: 100%;
}
.ul-pro-in li{
	position: relative;
}
.ulksgjin{
    position: absolute;
    width: 170px;
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    left: 0;
    top: 65px;
    padding-top: 15px;
    padding-bottom: 10px;
    display: none;
}
.ulksgjin li{
	color: #FFF;
	font-size: 14px;
    width: 100%;
line-height: 30px;
}
.ul-pro-in li:hover .ulksgjin{
	display: block;
}
.product_inner_ce{
	width: 15vw;
	background-color: #4a4947;
	color: #c4a765;
	padding-left: 48px;
	padding-top: 70px; float:left
}

.logo_produ{
	display: block;
	margin-bottom: 70px;
}

.product_inner_List_info img{
	width: 50% !important;
	height: auto !important;
}
.prosdjk{
	margin-top: 45px;
}
.prosdjk img{
	width: 100% !important;
	height: auto !important;
	
}
.news_inner_bx{
	width: 25%;
}
.news_inner_bx_fo{
	width: 70%;
}
#weizhi{
    border-bottom: 1px solid #cdcdcd;
}
#weizhi h5{
	width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #626262;
    padding: 1.5% 0; 
}
.company_info{
	background-color: #FFF;
	padding: 20px 15px;
	width: 67%;
	padding-right: 0;
}
.company_info h2{
	margin-bottom: 8px;
    font-size: 24px;
    font-family: "MySourceHanSansCN_B";
    color: #000;
    font-weight: bold;
}
.company_info p{
	color: #999;
    font-weight: 100;
    line-height: 30px;
    padding-bottom: 7px;
    font-size: 14px
}
.eq_box_const{
	background-color: #FFF;
	padding: 15px 20px;
	text-align: center;
}
.eq_box_const p{
	text-align: center;
    font-size: 24px;
    font-family: "MySourceHanSansCN_B";
    color: #000;
    padding-bottom: 10px;
}
.cont_comp{
	background-color: #FFF;
}
.cont_comp p{
	color: #999;
    font-weight: 100;
    line-height: 30px;
    padding-bottom: 7px;
}
.leavingmassage h6{

    font-size: 20px;

    color: #666666;

    line-height: 100%;

    padding-top: 10px;

    padding-bottom: 15px;

}

.leavingmassage p{

	color: #666666;

	font-weight: 100;

	padding-bottom: 25px;

}

.leavingmassage{

	background-color: #f7f7f7;

    padding: 35px 25px;

    width: 590px;

    text-align: center;

}
@media (max-width: 479px) {.company_info_com{

	width: 100%;

	background-color: #FFF;

	padding-bottom: 20px;

	text-align: center;

	border: 1px solid #f7f7f7;

}
.leavingmassage{

	background-color: #f7f7f7;

    padding: 35px 25px;

    width: 100%;

    text-align: center;

}
}

.produ_nav_index{
	padding-top: 150px;
}
.produ_nav_index_list h6{
	color: #333333;
	font-size: 48px;
	padding-bottom: 40px;
}
.produ_nav_index_info{
	padding-bottom: 35px;
}
.produ_nav_index_info p{
	color: #666666;
	font-weight: 100;
	line-height: 2;
}
.produ_nav_index_info a{
	width: 210px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	font-weight: 100;
	border: 1px solid #000000;
	color: #000000;
}
.produ_nav_index_info a:hover{
	border: 1px solid #931e20;
	color: #fff;
	background-color: #931e20;
}
.produ_nav_index_img{
	overflow: hidden;
	margin-bottom: 115px;
}
.produ_nav_index_img img{
	transition: 1s all;
	cursor: pointer;
}
.produ_nav_index_img:hover img{
	transform:scale(1.1);
	transition: 1s all;
}
.line_olink{
	
}
.line_olink{
	display: none;
	padding-left: 15px;
	
}
.product_inner_ce ul li .line_olink a{
	font-size: 14px;
	color: #dad2d2;
}
.product_inner_ce ul li .line_olink a:hover{
	color: #FFF;
	text-underline: ;
}
.sell_dress{
    border: 1px solid #aaa;
    text-align: center;
    line-height: 45px;
    width: 450px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: none;
}
.sell_dress h6{
	background-color: #2160a6;
    color: #FFF;
    font-size: 25px;
    line-height: 60px;
}
.sell_dress li{
	border-bottom: 1px #aaa dotted;
    font-size: 14px;
}
.sell_dress.cur{
	display: block;
}
.fenxiaodajh{
	max-width: 1800px;
	margin: 0 auto;
	width: 90%;
}
#map_container{
	/*width: 750px;*/
}
.cont-top-1 {
    text-align: center;  padding-top:0px; padding-bottom: 2.9375rem;
}

.cont-top-1 h2 {
    font-size: 2.125rem;
    margin-bottom: 0.8375rem;
    font-weight: 200;
}

.cont-top-1er {
    text-align: center;  padding-top:0px;padding-bottom:50px;
}

.cont-top-1er h2 {
    font-size: 3.125rem;
    margin-bottom: 1.9375rem;
    font-weight: 200;
}




.alcon{background-color: #f5f5f5; padding:30px 100px 30px 100px;line-height:30px; font-size:14px;}
.alconleft{ float:left; width:50%;}
.alconright{ float:left; width:50%;}

.company_info_com{

	width: 590px;

	background-color: #FFF;

	padding-bottom: 20px;

	text-align: center;

	border: 1px solid #f7f7f7;

}

.company_info_com h6{

	height: 80px;

	background-color: #464646;

	color: #FFF;

	line-height: 80px;

	font-size: 20px;

	font-weight: bold;

	text-align: center;

}

.company_dre{

	text-align: center;

	padding-top: 40px;

	padding-bottom: 20px;

}

.company_dre p{

	color: #666666;

	font-size: 16px;

	padding-bottom: 25px;

}
.pinpaijianjie_lfet{

	width: 470px;

}

.pinpai_right{

	width: 620px;

}

.pinpaijianjie_lfet p{

	    font-size: 16px;

    font-weight: 100;

    line-height: 3;

    padding-top: 35px;

}

.gonsgasd{

	padding-top: 65px;

	padding-bottom: 50px;

}

.com_bot{

	padding-bottom: 40px;

	padding-top: 20px;

}

.com_bot_le{

	width: 100%;

}

.com_bot_le p{

	padding-bottom: 0px;

	font-weight: 100;

	color: #666666;

	font-weight: 100;

	font-size: 16px;

	line-height: 3.5;text-indent:2em;

}

.com_rig_le{

	width: 506px;

}

#askdjl{

	background: url(../images/asdlkd.png) no-repeat right center;

	height: 600px;

	margin-top: 138px;

}
.foasdn{

	width: 420px;

}

.foasdn p{

	color: #5d5d5d;

    padding-bottom: 40px;

    font-weight: 100;

    font-size: 14px;

}

.foasdn a{

	display: block;

	padding-bottom: 70px;

}

.dasjk{

	width: 550px;

}

.kljkl{

	width: 420px;

	padding-top: 71px;

}

.kljkl p{

	padding-bottom: 45px;

	color: #5d5d5d;

	font-size: 16px;

}
#askdjl{

	background: url(../images/asdlkd.jpg) no-repeat right center;

	height: 600px;

	margin-top: 78px;

}
.prott{width:100%;height:50px; margin-top:60px; margin-bottom:30px;}
.prott span{height:50px;font-size:30px;border-bottom: 1px solid #939393;padding-bottom: 10px}
.prott a{ float:right;width:70px;height:30px;line-height:30px; text-align:center;border: 1px solid #6d6d6d;border-radius:10px; }
.prott a:hover{color:#fff;background-color: #666;}

.nyolsd{width:100%;height:80px;line-height:30px; position:absolute; z-index:11; top:300px; font-size:16px;color:#fff;letter-spacing:5px; text-align:center}
.nyolsd h2{ font-size:40px; color:#fff; display:inherit;letter-spacing:10px; line-height:50px; padding-bottom:10px;}

.nybanner{width:100%; position:relative}
.nybanner img{width:100%}

.brand_1_mid ul li{ padding:0 1.38125vw;
display:inline-block; background-position:left center; background-repeat:no-repeat; background-image:url(../images/img2.png);}
.brand_1_mid ul li a{
display:inline-block; position:relative; padding:1.05em 0; font-size:1.05em; color:#000;}
.brand_1_mid ul li a:after{ width:0;
content:''; position:absolute; left:0; bottom:0; height:2px; background-color:#e60012;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.brand_1_mid ul li a:hover:after,.brand_1_mid ul li a.on:after{
width:100%;}
.brand_1_mid{
text-align:center}
.brand_1{
border-bottom:1px #d1d1d1 solid;}
.brand_1_mid ul li:nth-child(1){
background-image:none}

/*联系我们样式*/
.m2lxul1{}
.m2lxul1 li {
    text-align: center;
    float: left;
    width: 33.33%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.02vw;
    padding-bottom: 3.02vw;
     margin-top: 3.02vw;
    position: relative;
    display: block;
}

.m2lxul1 li span {
    display: inline-block;
    height: 72px;
    width: 72px;
    position: relative;
}

.m2lxul1 li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.m2lxul1 li p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.m2lxul1 li:after {
    content: "";
    background: #E6E6E6;
    height: 120px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.m2lxul1 li:nth-child(3n)::after {
    content: "";
    background: #E6E6E6;
    height: 0px;
    width: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.ty_ttda{margin:0 auto; text-align:center;font-weight:bold; font-size:35px; display:inherit; height:60px;line-height:60px;letter-spacing:0px; margin-top:10px;}
.tyttline {
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .ty_line {
    display: inline-block;
    width: 140px;
    height: 1px;
    background: #d0d4d9;
  }
  .ty_txt {
    color: #333;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin: 0px 30px ; font-weight:500;
  }
  
  .tyline_l{width:80px;height:2px;background: #4192e4;margin:0 auto; margin-top:10px; margin-bottom:30px; display: block;}
  
  
  
  #about .about-intro {
  margin-top: 80px;
  padding-bottom: 80px;
}

#about .about-intro .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 40px;
}

#about .about-intro .left-intro {
  width: 46%;
}

#about .about-intro .left-intro .info {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  margin-top: 35px;
  height:450px;
  overflow-y: auto;
  padding-right: 2%;
}
#about .about-intro .left-intro .info p{text-indent:28px}
#about .about-intro .left-intro .info::-webkit-scrollbar{
  width: 4px;
  height:6px;
  background-color: #ccc;
}
#about .about-intro .left-intro .info::-webkit-scrollbar-track {
  background-color: #ccc;
}
#about .about-intro .left-intro .info::-webkit-scrollbar-thumb {
  background-color: #333;
}
#about .about-intro .right-pic {
  width: 50%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#about .about-intro .right-pic img {
  width: 100%;
  opacity: 0;
}

#about .about-intro .right-pic .bg {
  width: 96%;
  position: absolute;
  top: 60px!important;
  right: -40px;
  background-color: #f3f3f3;
  z-index: -1;
}

#about .about-intro .right-pic .bg img {
  width: 100%;
  opacity: 0;
}

#about .brand-story {
  width: 81%;
  max-width: 1740px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
}

#about .brand-story .left-pic {
  max-width: 51%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

#about .brand-story .left-pic img {
  /* width: 100%; */
  height: 100%;
  opacity: 0;
}

#about .brand-story .left-pic .bg {
  position: absolute;
  background-color: #f3f3f3;
  /* width: 62%; */
  height: 90%;
  top: 5%;
  right: -10%;
  z-index: -1;
}

#about .brand-story .left-pic .bg img {
  opacity: 0;
  width: 100%;
}

#about .brand-story .right-info {
  width: 45%;
  margin-left: auto;
}

#about .brand-story .right-info .com-title {
  text-align: right;
  position: relative;
}

#about .brand-story .right-info .com-title:before {
  content: '';
  width: 280px;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 30px;
  left: 130px;
}

#about .brand-story .right-info .desc {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  text-align: right;
  margin-top: 50px;
}.com-title {
  display: block;
}

.com-title .en {
  font-size: 52px;
  line-height: 56px;
  color: #333;
  font-family: 'Din';
}

.com-title .cn {
  font-size: 36px;
  line-height: 36px;
  margin-top: 10px;
}

.joinus_con{ text-align:center;line-height:35px; margin-top:80px; margin-bottom:80px;}
.join04 {
        padding: 0px 0 0;
        margin-bottom: 60px;
    }
    
    .join04_01 {
        background: #f1f2f6;
        width: 100%;
        margin: 0px 0 0px;
        height: auto;margin-bottom:0px;
    }
    
    .join04 dl dt {
        width: 50%;
        line-height: 0;
        float: left;
        height: auto;
        overflow: hidden;
    }
    
    .join04 dl dt img {
        width: 100%;
        display: block;
    }
    
    .join04 dl dd {
        width: 36%;
        float: left;
        padding: 6.5rem 0 0 3%;
    }
    
    .join04 dl dd h5 {
        font-family: "Microsoft YaHei UI";
        color: #e9eaee;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .join04 dl dd h5 span {
        font: 65px "Microsoft YaHei UI";
        font-weight: bold;
    }
    
    .join04 dl dd h5 em {
        display: block;
        font-style: normal;
        font-size: 30px;
        position: relative;
        margin-top: -30px;
        color: #333;
        height: 55px;
        
    }
    
    .join04 dl dd h5 i {
        font-style: normal;
        display: block;
        font-size: 22px;
        color: #000;
        margin-top: 20px;width:50px;height:2px;
        margin-bottom: 20px;background-color: #000; 
    }
    
    .join04 dl dd p {
        font-size: 14px;
        color: #000;
        line-height:30px;
    }
    
    .join04_02 {
        background: #f1f2f6;margin-bottom:15px;
    }
    
    .join04_02 dl dt {
        float: right;
    }
    
    .join04_02 dl dd {
        padding-left: 10%;
    }
	
.service-box {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/55.jpg");
  padding-top: 9%;
}

.service-box .text-box {
  color: #fff;
  text-align: center;
}

.service-box .text-box .tops .t1 {
  font-size: 36px;
  line-height: 36px;
}

.service-box .text-box .tops .t1 span {
  font-size: 68px;
  line-height: 36px;
  font-family: 'Din';
  font-style: italic;
  display: inline-block;
  margin: 0 10px 0 0;
}

.service-box .text-box .tops .t2 {
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 20px;
}

.service-box .text-box .desc {
  margin-top: 10px;
}

.service-box .text-box .desc .cn {
  font-size: 24px;
  line-height: 40px;
}

.service-box .text-box .desc .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.page-position {
    
    height: 60px;
    background: url(../images/ny_weizhi_bg.jpg) no-repeat center left;
    line-height: 60px;
    font-size: 14px;
    padding-left: 26px;
    color: #5a5a5a;
}

.page-position a {
    color: #5a5a5a;
}
.video_mj{height:600px;}

@media (max-width: 479px) {
    .video_mj{width:100%;height:auto;}
    .page-position {
    
    height: 60px;
    background: url(../images/ny_weizhi_bg.jpg) no-repeat center left;
    line-height: 60px;
    font-size: 12px;
    padding-left: 26px;
    color: #5a5a5a;
}

.page-position a {
    color: #5a5a5a;font-size: 12px;
}}

 .fuwu_con{ line-height:35px; margin-top:50px; margin-bottom:80px;}
 
 
 .news{
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 0px;
}
.time_box{
	width: 25%;
	text-align: center;
	border-right: 1px solid #aaa;
}
.time_box h6{
	color: #313131;
	font-size: 48px;
}
.time_box p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;
}
.news_fon_info{
	width: 70%;
	
}
.news_fon_info p{
	color: #999999;
	font-size: 14px;
	line-height:25px;
}
.news_fon_info h4{
	color: #222222;height:30px;line-height:30px;font-weight: 600;font-size: 16px; overflow: hidden;
}
.news_font{
	background-color: #FFF;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 5%;
}
.news ul li a em{
	display: block;
	color: #999999;
	background: url(../images/ico03s.png) no-repeat  120px 12px;
	background-color: #FFF;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 40px;
}


.news ul li{
	width: 32%; margin-bottom:30px;  float:left; margin-right:2% ;
}
.news ul li:nth-child(3n+3){
margin-right:0% ;}
.newstp{height:300px; overflow:hidden}
.newstp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.news ul li:hover .newstp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
.news ul li:hover .news_font,.news ul li:hover em{background-color: #f9f9fa;}
.moreNews{
	display: block;
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 14px;
	text-align: center;
	border: 1px solid #999999;
	line-height: 50px;
	border-radius: 25px;
	width: 205px;
}
.moreNews:hover{background-color: #333333;color:#fff}
@media (max-width: 479px) {
    .news ul li{
	width: 100%; margin-bottom:30px;  float:left; margin-right:0% ;
}
.news ul li:nth-child(3n+3){
margin-right:0% ;}
.newstp{height:auto; overflow:hidden}
    
    
    
}
.product_inner_ce{
	width: 320px;
	background-color: #313131;
	color: #c4a765;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 40px; float:left;
}
.product_inner_ce h4{ font-size:25px;color:#fff; font-weight:400;line-height:60px;}
.product_inner_ce p{width:50px;height:2px;background-color: #e03e52; margin-bottom:30px;}
.logo_produ{
	display: block;
	margin-bottom: 70px;
}
.product_inner_ce ul li a{
	display: block;
	padding-left: 15px;
	line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    background: url(../images/lm.png?4521100)#464646 no-repeat  right center;
}
.product_inner_ce ul li a.djfhaj{
	background: url(../images/lms.png?4521100)#5a5a5a no-repeat  right center;color: #fff;
    font-size: 16px; font-weight: 600;
}
.product_inner_ce ul li{
	margin-bottom: 10px;
}
.product_inner_ce ul li a:hover{
 color: #fff;
}
.product_inner_List{
	
	width:calc(100% - 320px);
	background: url(../images/bj.jpg);float:right;

}
.product_inner_List .product_inner_List_item{
	justify-content: flex-start;margin-top: 1.5%;
}
.product_inner_List_item li{
    width: 23%;
    overflow: hidden;
    margin-left: 1.5%;
     text-align: center;
     background-color: #fff; margin-bottom: 1.5%;transition: transform 0.3s, box-shadow 0.3s; /* 平滑过渡效果 */
}


.product_inner_List_item li:hover {
    transform: scale(1.1); /* 鼠标经过时放大 */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* 添加阴影效果 */
}
.product_inner_List_item li:nth-of-type(4n+1){
	margin-left: 1.5%;
}
.product_inner_List h5{
	padding-top: 65px;
	padding-bottom: 20px;
	font-weight: 100;
}
.product_inner_List h4{
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 50px;
}
.product_inner_List_item li span{ display:block;color:#e03e52; font-size:16px; margin-top:10px;}
.product_inner_List_item li dd{ display:block;color:#000; font-size:14px; margin-top:10px; margin-bottom: 25px;}
.product_inner_List_item li p{
    font-family: "graphik-regular";
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem;
    
    color: #656865;
   
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
   
    background: url(../images/ico100.png) no-repeat 94% center;
}
.product_inner_List_item li:hover p{
	
	background: url(../images/ico101.png) no-repeat 94% center;
}
.product_inner_List_item li:hover img{
	
}
.product_inner_List_item li img{
	transition: 1s all;
}
.product_inner_List_item_box{
   
	overflow: hidden;
}
.product_inner_ce .leics{line-height:30px; height:auto;margin-top:0px; margin-bottom:30px;color:#ffffff; font-size:14px;}
.product_inner_ce .leics a{ padding-left:5px; padding-right:5px ;color:#ffffff; font-size:14px;}
.product_inner_ce .leics span{ margin-top:20px; font-weight:bold; display:block}
.product_inner_ce .label-success{color:#ffffff;background-color: #e03e52;}

@media screen and (max-width: 1600px){
	.logo_produ img{
		width: 200px;
	}
	.product_inner_ce{
		padding-left: 35px;
	}
}
@media screen and (max-width: 1300px){
	.product_inner_ce{
		width: 24vw;
	}
	.product_inner_List{
		width: 75vw;
		padding: 0 2vw;
	}
}
.product_inner_List_info img{
	width: 50% !important;
	height: auto !important;
}
.tit-ty-1 {
    text-align: center;  padding-top:25px;
}

.tit-ty-1 h2 {
    font-size:30px;
    margin-bottom: 10px;
    font-weight: 200;
}

.tit-ty-1>div {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 200;
    color: #666;
}
.tit-ty-1>span{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #666;    margin-bottom: 35px;}

.about_jj{max-width: 830px;width: 95%; margin:0 auto;height:auto; margin-top:0px;}
.about_jj_left{width:250px;height:350px;background-color: #e03e52; float:left; padding:30px;color:#fff; font-size:30px;line-height:40px;}
.about_jj_right{ width:580px;float:left;line-height:25px; font-size:14px;}
.about_jj_right img{ margin-bottom:40px;}

@media (max-width: 479px) {.about_jj_left{width:100%;height:auto;background-color: #e03e52; float:left; padding:30px;color:#fff; font-size:30px;line-height:40px;}
.about_jj_right{ width:100%;float:left;line-height:25px; font-size:14px;}}



.brand_history2{padding: 5% 0 5%;background-color: #2c353c;color:#fff; margin-top:0px;}

			.brand_history2 .ab_his{position: relative;}

			.brand_history2 .title{position: absolute;width: 100%;height: 100%;left: 0;bottom:-15px;color: #ca0f1f;writing-mode: vertical-lr;}

			.brand_history2 .title h2{display: inline-block;margin-bottom: 25px;font-size:32px;font-weight: bold;letter-spacing: 3px;vertical-align: bottom;}

			.brand_history2 .title h3{display: inline-block;font-size: 89px;text-transform: uppercase;font-weight: normal;transform: rotateZ(180deg);transform-origin:center;vertical-align: bottom;color: #eab7b9;font-family: bbi;line-height: 69px;}

			.brand_history2 .ab_his .img_part{padding: 0 200px 0 0px;width: 46.5%;box-sizing: border-box; }

			.brand_history2 .ab_his .img_part img{width: 100%;}

			.brand_history2 .ab_his .txt_part{padding-left: 200px;width: 43.5%;box-sizing: border-box;}

			.brand_history2 .ab_his .txt_part .time_head{display: inline-block;font-size: 83px;font-weight: bold;padding: 0px 36px 0px 11px;color: #fff;font-style: italic;font-family: arial;}

			.brand_history2 .ab_his .txt_part .content{padding: 1% 10% 2%;height: calc(100% - 139px);height: -webkit-calc(100% - 139px);color: #a5a5a5;box-sizing: border-box;}

			.brand_history2 .ab_his .txt_part .content p{font-size: 16px;line-height: 2.5;}

			.brand_history2 .ab_his .txt_part .content p.cn{margin-bottom: 11%;}

			.brand_history2 .ab_his .txt_part .content p.en{font-size: 15px;}

			.brand_history2 .ab_his .swiper-container-horizontal>.swiper-pagination-bullets,.brand_history2 .ab_his .swiper-pagination-custom,.brand_history2 .ab_his .swiper-pagination-fraction{width: 43.5%;bottom: 0px;}

			.brand_history2 .ab_his .swiper-pagination-bullet{opacity: .8;background: #999;}

			.brand_history2 .ab_his .swiper-pagination-bullet-active{background: #ca0f1f;}

			.brand_history2 .ab_his .slide_box{width: 100%;top: 150px;z-index: 3;}

			.brand_history2 .ab_his .swiper-button-prev,.brand_history2 .ab_his .swiper-button-next{height: 70px;width: 100%;}

			.brand_history2 .ab_his .swiper-button-prev{width: 158px;background:url(../images/icon_03.png)no-repeat;margin-top:0;top:0;left: 0;background-size:35px;background-position: center right 30%;background-color:#e03e52;}

			.brand_history2 .ab_his .swiper-button-next{width: 158px;background:url(../images/icon_04.png)no-repeat;margin-top:0;top:0;right:0;background-size:35px;background-position: center right 30%;background-color:#e03e52;}

			.brand_history2 .ab_his .swiper-button-prev:hover,.brand_history2 .ab_his .swiper-button-next:hover{background-color:#b10d213;filter:brightness(1.5)}

			@media only screen and (max-width:1700px){

				.brand_history2 .title h3{font-size: 60px;line-height: 55px;}

			}

			@media only screen and (max-width:1400px){

				.brand_history2 .title h3{font-size: 42px;line-height: 45px;}

			}

			@media only screen and (max-width:1200px){

				.brand_history2 .ab_his .txt_part .time_head{font-size: 40px;}

				.brand_history2 .ab_his .txt_part .content{padding: 5% 6% 40px;height: calc(100% - 77px);height: -webkit-calc(100% - 77px);min-height: 400px;}

				.brand_history2 .ab_his .slide_box{width: 100px;}

				.brand_history2 .ab_his .swiper-button-prev,.brand_history2 .ab_his .swiper-button-next{height: 39px;}

			}

			@media only screen and (max-width:990px){

				.brand_history2 .title{position: initial;transform: rotateZ(0);height: initial;writing-mode:initial}

				.brand_history2 .title h2{font-size: 25px;}

				.brand_history2 .title h3{font-size: 40px;transform: rotateZ(0deg);}

				.brand_history2 .title h2,.brand_history2 .title h3{vertical-align: baseline;}

				.brand_history2 .swiper-container{background: #2c353c;}

				.brand_history2 .ab_his .img_part{padding: 0;width: 100%;}

				.brand_history2 .ab_his .txt_part{margin-top: -77px;width: 100%;padding-left: 0;}

				.brand_history2 .ab_his .txt_part .content{height: auto;min-height: auto;}

				.brand_history2 .ab_his .swiper-container-horizontal>.swiper-pagination-bullets,.brand_history2 .ab_his .swiper-pagination-custom,.brand_history2 .ab_his .swiper-pagination-fraction{width: calc(100% - 120px);width: -webkit-calc(100% - 120px);left: auto;right: 120px;bottom: 14px;}

				.brand_history2 .ab_his .swiper-pagination{text-align: right;}

				.brand_history2 .ab_his .slide_box{top: initial;bottom: 0;width: 100px;display: flex;flex-wrap: wrap;justify-content: space-between;}

				.brand_history2 .ab_his .swiper-button-prev,.brand_history2 .ab_his .swiper-button-next{display: inline-block;width: 50%;background-size: 30px;background-position: center;}

				.brand_history2 .ab_his .txt_part .content p.cn{margin-bottom: 20px;}

			}

			@media only screen and (max-width:768px){

				.brand_history2 .ab_his .txt_part .content p{line-height: 28px;}

			}

			@media only screen and (max-width:480px){

				.brand_history2{padding: 0 0 30px;}

				.brand_history2 .title h2{font-size: 20px;}

				.brand_history2 .title h3{font-size: 30px;}

				.brand_history2 .ab_his .txt_part{margin-top: -44px;}

				.brand_history2 .ab_his .txt_part .time_head{padding: 8px 16px 8px 8px;font-size: 24px;}

				.brand_history2 .ab_his .txt_part .content{padding: 4% 3% 40px;height: auto;}

				.brand_history2 .ab_his .txt_part .content p{font-size: 14px;line-height: 24px;}

				.brand_history2 .title h2{font-size: 20px;}

				.brand_history2 .title h3{font-size: 22px;transform: rotateZ(0deg);line-height: normal;}

			}

.brand_culture2{padding: 0px 0 5%;width: 100%;height: 688px;position: relative; margin-bottom:40px; }

			.brand_culture2 .bg_img{position: absolute;width:calc(100% - 760px);height: 100%;top: 0;right: 0;z-index: 1;overflow: hidden;}

			.brand_culture2 .bg_img .img img{width: 100%;max-width: initial;height: 100%;}

			.brand_culture2 .cul_bg .por{width: 760px;height: 688px;background: #ca101f;}

			.brand_culture2 .title{position: absolute;width: 100%;height: 100%;left: -55px;bottom:0px;color: #fff;text-align: center;writing-mode: vertical-lr;}

			.brand_culture2 .title h2{display: inline-block;margin-bottom: 10px;font-size:32px;font-weight: bold;letter-spacing: 3px;vertical-align: baseline;}

			.brand_culture2 .title h3{display: inline-block;font-size: 32px;text-transform: uppercase;font-family: cocogoose;font-weight: normal;transform: rotateZ(180deg);transform-origin:center;vertical-align: middle;}

			.brand_culture2 .content_wrap{position: absolute;top: 0;right: 0;padding: 15.8% 10% 2% 9.5%;width: 576px;height: 688px;background: #3d1e20;box-sizing: border-box;z-index: 2;transition: all .3s;}

			.brand_culture2 .content_wrap .content{color: #fff;}

			.brand_culture2 .content_wrap .content .tit{margin-bottom: 20px;font-size: 24px;font-weight: bold;}

			.brand_culture2 .content_wrap .content .wrap{max-height: 300px;overflow: hidden;}

			.brand_culture2 .content_wrap .content .con{font-size: 16px;line-height: 30px;text-align: left;}

			.brand_culture2 .content_wrap .content .txt_center{margin-top: 14%;}

			.brand_culture2 .content_wrap .content .more{display: inline-block;font-size: 14px;padding: 13px 20px;background-color:transparent;border-radius: 30px;border: 1px solid #fff;color:#fff}

			.brand_culture2 .content_wrap .content .more i{display: inline-block;margin-left: 20px;vertical-align: bottom;width: 25px;height: 10px;background:url(../images/lmright.png)no-repeat center right;background-size: cover;}

			.brand_culture2 .content_wrap .change{position: absolute;/* width: 210px; height: 20px;*/width: auto;height: auto;right: 50%;bottom: 9%;text-align: center;z-index: 2;transform: translateX(50%);display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;}

			.brand_culture2 .content_wrap .change .swiper-pagination{margin: 0 10px;width: auto;/* ;left: 50%; */transform: initial;position: initial;}

			.brand_culture2 .content_wrap .change .swiper-pagination-bullet{width: 5px;height: 5px;margin: 0 12px;background: #bfbfbf;opacity: 1;border-radius: 50%;}

			.brand_culture2 .content_wrap .change .swiper-pagination-bullet-active{background:#fff;}

			.brand_culture2 .content_wrap .change .swiper-button-prev{position: initial;margin-top:5px;background: url(../images/icon_03.png)no-repeat center;width: 37px;height: 37px;top: 16px;left:0;background-size:100%}

			.brand_culture2 .content_wrap .change .swiper-button-next{position: initial;margin-top:5px;background: url(../images/icon_04.png)no-repeat center;width: 37px;height: 37px;top: 16px;right:0;background-size:100%}

			.brand_culture2 .content_wrap .change .swiper-button-prev:hover,.brand_culture2 .content_wrap .change .swiper-button-next:hover{filter:brightness(12)}

			.brand_culture2 .content_wrap:after{content:"";position: absolute;left: 100%;top: 0;width: 93px;height: 100%;background: rgba(191,0,0,0.8);z-index: 3;}

			@media only screen and (max-width:1920px){

				.brand_culture2 .bg_img .img img{width: auto;}

			}

			@media only screen and (max-width:1440px){

				.brand_culture2 .cul_bg .por{width: 50%;}

				.brand_culture2 .content_wrap{left: 60px;width: calc(100% - 60px);transform: initial;}

				.brand_culture2 .bg_img{width: 50%;}

			}

			@media only screen and (max-width:1080px){

			}

			@media only screen and (max-width:768px){

				.brand_culture2{height: auto;}

				.brand_culture2 .cul_bg .por{width: 100%;height: auto;}

				.brand_culture2 .title{left: -47px;}

				.brand_culture2 .title h2{font-size: 25px;}

				.brand_culture2 .title h3{display: none;}

				.brand_culture2 .content_wrap{padding: 6% 4%;position: relative;height: auto;}

				.brand_culture2 .content_wrap:after{content: initial;}

				.brand_culture2 .content_wrap .content .con{line-height: 28px;}

				.brand_culture2 .content_wrap .content .txt_center{margin-top: 50px;}

				.brand_culture2 .bg_img{position: initial;width: 100%;}

				.brand_culture2 .content_wrap .change{margin-top: 30px;position: initial;transform: initial;}

				/* .brand_culture2 .content_wrap .change .swiper-pagination{top: 50%;transform: translate(-50%,-50%);}

				.brand_culture2 .content_wrap .change{position: relative;right: initial;margin: 20px auto 0;height: 37px;transform: initial;}

				.brand_culture2 .content_wrap .change .swiper-button-prev,.brand_culture2 .content_wrap .change .swiper-button-next{top: 50%;margin:0;transform: translateY(-50%);} */

				.brand_culture2 .bg_img{height: auto;}

				.brand_culture2 .bg_img .img img{width: 100%;}

			}

			@media only screen and (max-width:680px){

				.brand_culture2 .title{left: auto;right: 102%;width: auto;}

				.brand_culture2 .content_wrap{width: 90%;left: 10%}

				.brand_culture2 .content_wrap .content .wrap{max-height: 225px;}

			}

			@media only screen and (max-width:480px){

				.brand_culture2{padding: 0 0 30px;}

				.brand_culture2 .title h2{font-size: 20px;}

				.brand_culture2 .title h3{font-size: 22px;}

				.brand_culture2 .content_wrap .content .tit{font-size: 20px;}

				.brand_culture2 .content_wrap .content .more{padding: 7px 15px;}

				.brand_culture2 .content_wrap .content .more i{margin-left: 10px;}

				.brand_culture2 .content_wrap .content .more i{width: 20px;}

				.brand_culture2 .content_wrap .content .con{font-size: 14px;line-height: 26px;}

				.brand_culture2 .content_wrap .change .swiper-button-prev,.brand_culture2 .content_wrap .change .swiper-button-next{width: 30px;height: 30px;}

				.brand_culture2 .content_wrap .change .swiper-pagination-bullet{margin: 0 6px;}

			}
.pro_leicon{width:100%;height:auto;margin: 0 auto; margin-bottom:20px;background-color: #f6f6f6;}
.pro_leicon .wzx{width:80%;height:60px;line-height:60px;margin: 0 auto; font-size:12px; }
.pro_leicon .nyer{width:100%;height:300px;margin: 0 auto; }
.pro_leicon .nyer_left{width:0%; float:left;}
.pro_leicon .nyer_left img{width:100%}
.pro_leicon .nyer_right{width:30%; margin-left:50%; padding-top:60px;}
.pro_leicon .nyer_right h2{ font-size:30px;line-height:50px; font-weight:500; margin-bottom:20px;}
.pro_leicon .nyer_right p{line-height:30px;}
@media (max-width: 479px) {
    
    .pro_leicon .nyer{width:100%;height:auto;margin: 0 auto; }
.pro_leicon .nyer_left{width:0%; float:left;}
.pro_leicon .nyer_left img{width:100%}
.pro_leicon .nyer_right{width:100%; margin: 0 auto;padding-top:20px;padding-bottom:20px; background-color: rgba(255, 255, 255, 0.6); padding-left:3%; padding-right:3%; }
.pro_leicon .nyer_right h2{ font-size:20px;line-height:50px; font-weight:500; margin-bottom:0px;}
.pro_leicon .nyer_right p{line-height:25px;font-size:12px;}
    
}

.moblm{width:100%;height:60px;line-height:60px; overflow-x: auto; /* 水平方向出现滚动条 */
    white-space: nowrap; /* 防止内容换行，使所有内容在一行显示 */  background-color: #f6f6f6;border-bottom: 1px solid #e1e1e1;}
.moblm a{ padding-left:15px; padding-right:15px;border-right: 3px solid #e1e1e1;}
.moblm .oplkms{color:#e03e52}





.pro_leicon .bg_01{background-color: #f0f5f8;}
.pro_leicon .bg_02{background-color: #fff8f0;}
.pro_leicon .bg_03{background-color: #c0f3ef;}
.pro_leicon .bg_04{background-color: #dadada;}
.pro_leicon .bg_05{background-color: #d9cdc3;}
.pro_leicon .bg_06{background-color: #bbe0fc;}
.pro_leicon .bg_07{background-color: #eefdcf;}
.pro_leicon .bg_08{background-color: #eecffd;}
.pro_leicon .bg_09{background-color: #fdcfde;}
.newscon {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #808080;
    padding-bottom: 3.64vw;
    text-align: left;
    max-width: 1500px;
    width:95%;
}
.newsconprol {
    width: calc(55% - 2px);
    display: block;
    float: left;
    border: 0px solid #eee;
}
.newsconpror {
    width: 42%;
    display: block;
    float: right;
    margin-left: 3%;
    box-sizing: border-box;
    text-align: left;
    margin-top: 20px;
    background:url(../images/show_probg.png);
    padding-left: 20px;
}
@media (max-width: 479px) {
    
    .newsconprol {
    width: calc(100% - 0px);
    display: block;
    float: left;
    border: 0px solid #eee;
}
.newsconpror {
    width: 100%;
    display: block;
    float: right;
    margin-left: 0%;
    box-sizing: border-box;
    text-align: left;
    margin-top: 20px;
    background:url(../images/show_probg.png);
    padding-left: 20px;
}
    
}
.newsconpror .text {
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
}
.newsconpror .text em {
    line-height: 80px;
    font-size: 30px;
    color: #e03e52; margin-bottom:20px;
}
.newsconpror .text .intro i {
    padding: 20px 0;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    display: flex; font-style: normal;
}
.newsconpror .text .intro .introp {
    padding: 15px 0;
    line-height: 35px;
    font-size: 16px;
}
.newsconpror .text .inmodel {
    padding: 0px 0px 30px 0px;
    line-height: 30px;
    font-size: 16px;
}
.btn_a a {
    display: inline-block;
    margin-right: 8px;
    margin-top: 10px;
    padding: 0 20px;
    line-height: 35px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}
.containered {
    width: 100%;
    margin-top: 0px;
}
.contitle {
    padding: 20px 0;
    background-color: #f4f4f4;
    text-align: center;
    color: #333;font-size: 18px;
}
.contitle .en {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.proconner{
    margin:0px auto;
}

.proconner img{
    display: block;
    margin: 0 auto;
      max-width: 1600px; 
  height:auto; 
  width:expression(this.width > 1600 ? "1600px" : this.width);
}
  @media (max-width: 479px) {.proconner  img{width:100%; margin-bottom:5px;}}
.cpsms{width:100%;height:auto;padding:40px 0px 40px 0px;background-color: #333f48;color:#fff;line-height:50px; text-align:center}
.cpsms a{border: 2px solid #5c656d; padding:10px 20px 10px 20px;color:#fff;border-radius:30px; font-size:14px; margin-right:20px;}
.cpsms a:hover{border: 4px solid #5b6c78; padding:10px 20px 10px 20px;color:#fff;border-radius:30px;}
.cpsms i{width:12px;height:19px;background: url(../images/cpsms_bg.png) no-repeat center center; margin-left:10px;display: inline-table}

@keyframes fadeIn {
  from { opacity: 0; } /* 初始状态，完全透明 */
  to { opacity: 1; } /* 结束状态，完全不透明 */
}
@keyframes fadeout {
  from { opacity: 1; } /* 初始状态，完全透明 */
  to { opacity: 0; } /* 结束状态，完全不透明 */
}
.show_pro_tt{width:100%;height:80px;line-height:60px;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf; padding:10px 5% 10px 5%; font-size:12px;color:#ced1d4;position: fixed;
  top: 40;
  left: 0; z-index:2;background-color: #fff; opacity: 0; /* 初始状态，完全透明 */
  }
 
.show_pro_tt .vimg{width:60px;height:60px;border: 1px solid #dfdfdf; margin-right:20px; text-align:center; float:left; overflow:hidden}
.show_pro_tt .vimg img{width:100%}
.show_pro_tt h2{ font-size:18px;color:#e03e52; margin-right:20px;float:left;}

@media (max-width: 479px) {
  .show_pro_tt{width:100%;height:60px;line-height:40px;overflow: hidden;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf; padding:10px 3% 10px 3%; font-size:12px;color:#ced1d4;position: fixed;
  top: 40;
  left: 0; z-index:2;background-color: #fff; opacity: 0; /* 初始状态，完全透明 */
  }
 
.show_pro_tt .vimg{width:40px;height:40px;border: 1px solid #dfdfdf; margin-right:10px; text-align:center; float:left; overflow:hidden}
.show_pro_tt .vimg img{width:100%}
.show_pro_tt h2{ font-size:16px;color:#e03e52; margin-right:10px;float:left;}  
    
    
}

.box{  opacity: 1; /* 初始状态，完全透明 */
  animation: fadeIn 1s ease-in-out forwards; /* 应用动画，持续2秒，结束后保持在结束状态 */}
.boxs{  opacity: 0; /* 初始状态，完全透明 */
  animation: fadeout 1s ease-in-out forwards; /* 应用动画，持续2秒，结束后保持在结束状态 */}

.hero {
      position: relative;
      width: 100%;
      
     
    }
.olkms_left{top: 30%;
      left: 5%;}
.olkms_right{top: 30%;
      right: 5%;}
    .hero-content {
      position: absolute;
      
      max-width: 300px;
      color: #fff;
    }

    .hero-content h1 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .hero-content h1 span {
      font-weight: bold;
    }

    .red-line {
      width: 50px;
      height: 3px;
      background-color: #ff0000;
      margin: 10px 0 20px;
    }

    .hero-content p {
      font-size: 16px;
      line-height: 1.6;
    }
	#MagnifierWrap2{position: relative;width:100%; margin-top:30px;}

		.MagnifierMain{position: relative;width: calc(100% - 100px);height: 500px; float:right; text-align:center;}
		.MagnifierMain img{
  max-height: 500px; 
 
  height:expression(this.height >500 ? "500px" : this.height);} 
		.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}

		.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center; }
		.MagnifierImg{position: absolute;top:0; left: 0;}

		.spec-items{position: relative;width: 80px;height:400px;overflow: hidden;margin: 0 auto;float:left}
		.spec-items ul{width: 500%;position: absolute;top: 0px;left: 0;}
		.spec-items ul *{
			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		}
		.spec-items li{
			width: 80px;height:60px;line-height:60px;overflow: hidden;border: 1px solid #e2e2e2;cursor: pointer; margin-bottom:6px;
			
		}
		.spec-items li.on{border:1px solid #e03e52;}
		.spec-items li img{width: 100%; } 
		span.spe_leftBtn{display: block;width: 80px;height: 20px;line-height: 20px;text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;margin-bottom:10px;}
		span.spe_rightBtn{position: absolute;top:426px;display: block;width: 80px;height: 20px;line-height: 20px;text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
		span.on{background-color: #ccc;color: #999;cursor: pointer;} 
		span.spe_leftBtn{background: url(../images/foot.png)#f9f9f9 center no-repeat;}
		span.spe_rightBtn{background: url(../images/top.png?40140)#f9f9f9 center no-repeat;}		
			
			@media (max-width: 479px) {
    .product_inner_ce{ display:none}
    .product_inner_List{
	
	width:calc(100% - 1px);
	background: url(../images/bj.jpg);float:right;

}
 .product_inner_List_item li{
    width: 49%;
    overflow: hidden;
    margin-left: 2%;
     text-align: center;
     background-color: #fff; margin-bottom: 1.5%;transition: transform 0.3s, box-shadow 0.3s; /* 平滑过渡效果 */
}   
    .product_inner_List_item li:nth-of-type(2n+1){
	margin-left: 0%;
}
    .product_inner_List_item li:nth-of-type(4n+1){
	margin-left: 0%;
} 
}