@charset "utf-8";
.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;
}
.page-con {
    margin-top: 40px;
    margin-bottom: 40px;background: #fff;
}
 @media (max-width: 479px) {
     .page-con {
    margin-top: 0px;
    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;
}
.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:1500px;width:100%}
/*在线留言*/

 @media (max-width: 479px) {.right-part .news-show .news_tit {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}}

/* 页码 */
.pagelist {
	margin: 0px 0;
	text-align: center;
}
.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.thisclass {
	padding: 0 10px;
	height: 30px;
    line-height: 30px;
	border: 1px solid #4a4947;
	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;
}

.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;
}

.logo_produ{
	display: block;
	margin-bottom: 70px;
}
.product_inner_ce{
	width: 300px;
	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);

	
}
.full-width_pro{width:100%}
.product_inner_List .product_inner_List_item{
	justify-content: flex-start;
}
.product_inner_List_item li{
    width: calc(25% - 5px);
    overflow: hidden;
    margin-right: 5px;background-color: #fff; margin-bottom: 5px; padding: 0px 20px 20px 20px;
    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+4){
    width:25%;
	margin-right: 0px;
}
 @media (max-width: 479px) {
     .product_inner_List{
	width:calc(100% - 0px);

	
}
     .product_inner_List_item li{
    width: calc(50% - 5px);
    overflow: hidden;
    margin-right: 5px;background-color: #fff; margin-bottom: 5px; padding: 0px 20px 20px 20px;
}
.product_inner_List_item li:nth-of-type(4n+4){
    width:50%;
	margin-right: 0px;
}
.product_inner_List_item li:nth-of-type(2n+2){
    width:50%;
	margin-right: 0px;
}     
     
 }



.product_inner_List h5{
	padding-top: 85px;
	padding-bottom: 20px;
	font-weight: 100;
}
.product_inner_List h4{
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 50px;
}
.product_inner_List_item li p{
    font-weight: 100;
    color: #535f68;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 0px;
    line-height: 35px;
    background: url(../images/ico100.png) no-repeat 94% center;
}
.product_inner_List_item li:hover p{
	color: #c4a765;
	background: url(../images/ico101.png) no-repeat 94% center;
}
.product_inner_List_item li:hover img{
	transform:scale(1);
	transition: 1s all;
}
.product_inner_List_item li img{
	transition: 1s all;
}
.product_inner_List_item_box{
	overflow: hidden;
}
@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_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: 30px;

    color: #666666;

    line-height: 100%;

    padding-top: 40px;

    padding-bottom: 25px;

}

.leavingmassage p{

	color: #666666;

	font-weight: 100;

	padding-bottom: 45px;

}

.leavingmassage{

	background-color: #f7f7f7;

    padding: 35px 25px;

    width: 590px;

    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:65px;
}

.cont-top-1 h2 {
    font-size: 3.125rem;
    margin-bottom: 1.9375rem;
    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: 120px;

	background-color: #464646;

	color: #FFF;

	line-height: 120px;

	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 3.28125vw;
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.65em 0; font-size:1.125em; 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;
        margin-top: 20px;
    }
    
    .join04_01 {
        background: #f1f2f6;
        width: 100%;
        margin: 0px 0 0px;
        height: auto;
    }
    
    .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: .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: 34px;
        position: relative;
        margin-top: -30px;
        color: #000;
        height: 45px;
        font-weight: bold;
    }
    
    .join04 dl dd h5 i {
        font-style: normal;
        display: block;
        font-size: 22px;
        color: #000;
        margin-top: 5px;
        margin-bottom: 40px;
    }
    
    .join04 dl dd p {
        font-size: 14px;
        color: #000;
        line-height:25px;
    }
    
    .join04_02 {
        background: #f1f2f6;
    }
    
    .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 {
    float: right;
    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;
}

.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;}
.box{  opacity: 1; /* 初始状态，完全透明 */
  animation: fadeIn 1s ease-in-out forwards; /* 应用动画，持续2秒，结束后保持在结束状态 */}
.boxs{  opacity: 0; /* 初始状态，完全透明 */
  animation: fadeout 1s ease-in-out forwards; /* 应用动画，持续2秒，结束后保持在结束状态 */}
.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}
.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;
}
 .newsconprol .pc{ display:block}    
 .newsconprol .mob{ display:none}   
 @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: 0px;
}
 .newsconprol .pc{ display:none}    
 .newsconprol .mob{ display:block}   
 }
.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_ny{
    margin:0px auto;line-height:35px;
}

.proconner_ny img{
    display: block;
    margin: 0 auto;
      max-width: 1200px; 
  height:auto; 
  width:expression(this.width > 1200 ? "1200px" : this.width);
}
 @media (max-width: 479px) {.proconner_ny img{width:100%}}

.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; /* 初始状态，完全透明 */
  }
  
  .banner_ny {width:100%;height:100vh;z-index:1; position:relative;overflow: hidden;}
  @media (max-width: 479px) {.banner_ny {width:100%;height:auto;z-index:1; position:relative;overflow: hidden;}}
  
  .banner_ny::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色层 */
  z-index: -1; /* 确保它在内容之下 */
}
 
.banner_ny_txt{width:100%;font-size:20px; text-align:left; color:#fff; position:absolute; z-index:52452;line-height:70px;margin-top:330px; margin-left:5%;}
.banner_ny_txt span{font-size:55px; display:inherit}
.banner_ny_txt button {width:60px;height:60px; margin-top:30px ; display: block;
background: url(../images/pro_down.png) no-repeat center center; 
 border-radius: 50%; 
line-height:30px;
      cursor: pointer;border: 1px solid #fff; transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
.banner_ny_txt button:hover {
      background: url(../images/pro_down.png)#919d9d no-repeat center center; 
    }
    
   .news{
	
	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: 100%;
	
}
.news_fon_info p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;line-height:25px;
}
.news_fon_info h4{
	color: #222222;line-height:30px;font-weight: 600;font-size: 16px;
}
.news_font{
	
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 5%;
}
.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:200px; overflow:hidden;border-radius: 10px;}
.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.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);}
 @media (max-width: 479px) {
     .news ul li{
	width: 100%; margin-bottom:20px;  float:left; margin-right:0% ;
}
.news ul li:nth-child(2n+2){
margin-right:0% ;}
.newstp{height:auto; overflow:hidden;border-radius: 10px;}
     
 }    
    
    
.tit-ty-1 {
    text-align: center;  padding-top:70px; padding-bottom:20px;
}

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

.tit-ty-1>div {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 200;
    color: #666;
    line-height:25px;
}
.tit-ty-1>span{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #666;  margin-top:20px;  margin-bottom: 35px;}
#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;}	
    
    
    /* 容器样式：让内容水平居中，弹性布局排列 */
    .container_lx01 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 70px ; /* 图片与文字间距 */
      max-width: 1200px; /* 限制最大宽度，适配不同屏幕 */
      width:92%;
      margin: 0px auto; /* 居中容器 */
      padding: 0 0px; /* 两侧留白 */ margin-bottom: 50px;cursor: pointer;
    }
 @media (max-width: 479px) {.container_lx01 { gap: 0px ; margin-bottom: 0px;/* 图片与文字间距 */}}
    /* 左侧图片样式 */
    .left-img_lx01 {
      width: 40%; /* 占容器宽度的40% */
      border-radius: 20px; /* 圆角效果 */
      overflow: hidden; /* 避免图片超出圆角 */transition: transform 1s ease;
    }
    .left-img_lx01 img {
      width: 100%; /* 图片铺满容器 */
      display: block; /* 消除底部间隙 */
    }
.container_lx01:hover .left-img_lx01{transform: translateY(-20px);}
    /* 右侧内容区域样式 */
    .right-content_lx01 {
      width: 50%; /* 占容器宽度的50% */
    }
    .right-content_lx01 h2 {
      font-size: 28px; /* 标题字号 */
      font-weight: 700; /* 标题加粗 */
      margin-bottom: 20px; /* 与下方间距 */
    }
    .right-content_lx01 p {
      font-size: 16px; /* 正文字号 */
      line-height: 1.6; /* 行高，增强可读性 */
      margin-bottom: 30px; /* 与按钮间距 */
    }
    .right-content_lx01 .consult-btn {
      padding: 12px 50px; /* 按钮内边距 */
      background-color: #828d8d; /* 按钮背景色 */
      color: #fff; /* 按钮文字色 */
      border: none; /* 去掉默认边框 */
      border-radius: 6px; /* 按钮圆角 */
      cursor: pointer; /* 鼠标悬停显示手型 */
      font-size: 16px; /* 按钮文字大小 */
      transition: background-color 0.3s ease; /*  hover 过渡效果 */
    }
    .right-content_lx01 .consult-btn:hover {
      background-color: #656d6d; /*  hover 时加深颜色 */
    }
.right-content_lx01 .pc{ display: block}
.right-content_lx01 .mob{ display: none}
.eq_box_show{
	position: absolute; margin-top:0px;
	display: none; z-index: 12058232;
}
.right-content_lx01:hover .eq_box_show{
    display: block;
  
}
.eq_box_show img{
	display: block;
	padding-top:0px;
	width:150px
}

    /* 响应式适配：屏幕较小时调整布局 */
    @media (max-width: 768px) {
      .container_lx01 {
        flex-direction: column; /* 改为垂直排列 */
      }
      .left-img_lx01,
      .right-content_lx01 {
        width: 100%; /* 各占满容器宽度 */
        margin-bottom: 30px; /* 垂直方向间距 */
      }
      .right-content_lx01 .mob{ display: block}
.right-content_lx01 .pc{ display: none}
.right-content_lx01:hover .eq_box_show{
    display: none;
  
}
      
    }
        /* 主体容器：控制内容居中与间距 */
    .support-section {
      display: flex; /* 启用弹性布局 */
      align-items: center; /* 垂直方向居中 */
      justify-content: center; /* 水平方向居中（可选，按需调整） */
      padding: 60px 20px; /* 上下内边距，左右留白 */
      max-width: 1200px; /* 限制最大宽度，让内容更规整 */
      width:92%;
      margin: 0 auto; /* 水平居中 */
      gap: 40px; /* 元素间间距（弹性布局下有效） */cursor: pointer;
    }
     .support-section .mob{ display:none}
     .support-section .pc{ display:block}
 @media (max-width: 479px) {
     .support-section {gap: 40px;  padding: 20px 0px 20px 0px; /* 上下内边距，左右留白 */}
     .support-section .mob{ display:block}
     .support-section .pc{ display:none}
 }
    /* 左侧文字内容区域 */
    .support-text {
      flex: 1; /* 让文字区域占满剩余空间 */
      min-width: 300px; /* 最小宽度，避免过窄 */
    }
    .support-text h2 {
      font-size: 28px; /* 标题字号 */
      font-weight: 700; /* 标题加粗 */
      color: #000; /* 标题颜色加深 */
      margin-bottom: 20px; /* 与正文间距 */
    }
    .support-text p {
      font-size: 16px; /* 正文字号 */
      line-height: 1.6; /* 行高，提升可读性 */
      margin-bottom: 20px; /* 段落间间距 */
    }
    .support-text .phone-number {
      font-size: 18px; /* 电话号字号加大 */
      font-weight: 600; /* 电话号加粗 */
      color: #000; /* 电话号颜色加深 */
      margin-bottom: 10px; /* 与下方间距 */
    }

    /* 右侧图片区域 */
    .support-img {
      flex: 1; /* 让图片区域占满剩余空间 */
      display: flex;
      justify-content: flex-end; /* 图片靠右（如果需要） */transition: transform 1s ease;
    }
    .support-img img {
      width: 80%; /* 图片占容器宽度的80% */
      border-radius: 30px; /* 大圆角，贴近设计图效果 */
      object-fit: cover; /* 保持图片比例并覆盖容器 */
    }
.support-section:hover .support-img{transform: translateY(-20px);}
    /* 响应式适配：小屏幕下改为垂直排列 */
    @media (max-width: 768px) {
      .support-section {
        flex-direction: column; /* 垂直排列 */
        align-items: flex-start; /* 文字左对齐（按需调整） */
      }
      .support-img {
        justify-content: flex-start; /* 图片靠左 */
        margin-top: 20px; /* 与文字间距 */
      }
      .support-img img {
        width: 100%; /* 图片占满宽度 */
      }
    }
 /* 主体容器：控制布局与间距 */
    .brand-section {
      display: flex; /* 弹性布局 */
      align-items: center; /* 垂直居中 */
      justify-content: center; /* 水平居中（可选，按需调整） */
      padding: 60px 20px; /* 上下内边距，左右留白 */
      max-width: 1400px; /* 限制最大宽度 */
      margin: 0 auto; /* 水平居中 */
      gap: 40px; /* 元素间间距 */
      background: url(../images/sec-bg-aboutUs3.jpg) no-repeat center;
    }

    /* 左侧品牌文案区域 */
    .brand-content {
      flex: 1; /* 占满剩余空间 */
      max-width: 600px; /* 限制文案最大宽度，避免过宽 */
    }
    .brand-content .logo-area {
      display: flex;
      align-items: center;
      margin-bottom: 40px; /* 与正文间距 */
    }
    .brand-content .logo {
      font-size: 48px; /* 品牌logo字号 */
      font-weight: 700;
      color: #333;
      margin-right: 20px; /* 与文字间距 */
    }
    .brand-content .slogan {
      font-size: 30px; /* 标语字号 */
      color: #666;
      line-height:50px;
    }
     @media (max-width: 479px) {
         
         .brand-content .logo-area {
      display: block;
      
      margin-bottom: 40px; /* 与正文间距 */
    }
         .brand-content .logo{width:100%; display: block}}
    .brand-content p {
      font-size: 18px; /* 正文字号 */
      margin-bottom: 20px; /* 段落间距 */
      line-height:35px;
    }

    /* 右侧产品图片区域 */
    .brand-products {
      flex: 1; /* 占满剩余空间 */
      display: flex;
      justify-content: flex-end; /* 图片靠右（可选） */
    }
    .brand-products img {
      width: 80%; /* 图片占容器宽度的80% */
      height: auto; /* 保持宽高比 */
      border: none;border-radius: 30px; 
    }

    /* 响应式适配：小屏幕垂直排列 */
    @media (max-width: 992px) {
      .brand-section {
        flex-direction: column; /* 改为垂直布局 */
        align-items: flex-start; /* 文字左对齐 */
      }
      .brand-products {
        justify-content: flex-start; /* 图片靠左 */
        margin-top: 40px; /* 与文案间距 */
        width: 100%; /* 占满宽度 */
      }
      .brand-products img {
        width: 100%; /* 图片占满宽度 */
      }
    }
    
    .aboutconers{width:100%;height:auto; padding-bottom:80px;background:url(../images/news02_banner.jpg?5240) no-repeat center 100px;
		    background-attachment: fixed;}
.aboutconer{max-width:1500px;width: 95%; margin:0 auto;line-height:40px;background-color:#fafafa;}
.aboutconny{max-width:1300px;width: 95%; margin:0 auto; padding-bottom:80px;}
.aboutconny p{text-indent: 2em;}



  /* 容器：限制宽度 + 居中 */
    .timeline-container {
      max-width: 1200px;
      margin: 0 auto;
      position: relative; /* 给时间轴做定位基准 */
    }

    /* 时间轴中线 */
    .timeline-line {
      width: 2px;
      background: #eee;
      position: absolute;
      top: 0; 
      bottom: 0; 
      left: 50%; 
      transform: translateX(-50%); /* 水平居中 */
      z-index: 1; /* 保证线在内容下层 */
    }

    /* 单个时间节点布局：用 grid 实现左右排版 */
    .timeline-item {
      display: grid;
      grid-template-columns: 1fr 1fr; /* 左右各占一半 */
      gap: 40px; 
      align-items: center;
      margin-bottom: 120px; /* 节点间距 */
      position: relative; /* 给圆点做定位 */
      z-index: 2; /* 内容层在上 */ cursor: pointer;
    }

    /* 时间节点圆点 */
    .timeline-item::before {
      content: "";
      width: 16px; 
      height: 16px; 
      background: #fff;
      border: 2px solid #ccc;
      border-radius: 50%;
      position: absolute;
      top: 50%; 
      left: 50%; 
      transform: translate(-50%, -50%);
      z-index: 3; /* 圆点在上层 */
    }

    /* 左侧内容：标题 + 图片组合 */
    .item-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-right:10% ;transition: transform 1s ease;
    }
     .timeline-item .mob{ display:none}
      .timeline-item .pc{ display:block}
     @media (max-width: 479px) {.item-left {
   margin-left:40px ;
    }
       .timeline-item .mob{ display:block}
      .timeline-item .pc{ display:none}   
         
     }
     .timeline-item:hover .item-left{transform: translateY(-20px);}
      
     .item-left h3 {
      font-size: 40px; 
 
      color: #3e4b55;
      margin-bottom: 16px;
    }
    .item-left p {
      font-size: 18px;
      color: #666;
      line-height: 35px;
    }
    .item-left .img-group {
      display: flex;
      gap: 20px; 
      align-items: flex-end; /* 图片底部对齐 */transition: transform 1s ease;
    }
    .item-left .img-group img {
      max-width: 100%; 
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    .item-left .img-group img:first-child {
      width:100%; /* 小图尺寸 */
    }

    /* 右侧内容：年份 + 描述 */
    .item-right {
      display: flex;
      flex-direction: column;
      align-items: flex-start; padding-left:10% ;transition: transform 1s ease;
    }
    
    .item-right h3 {
      font-size:40px; 
  
      color: #3e4b55;
      margin-bottom: 16px;
    }
    .item-right p {
      font-size: 18px;
      color: #666;
      line-height: 35px;
    }
.item-right .img-group {
      display: flex;
      gap: 20px; 
      align-items: flex-end; /* 图片底部对齐 */transition: transform 1s ease;
    }
    .item-right .img-group img {
      max-width: 100%; 
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    .item-right .img-group img:first-child {
      width:100%; /* 小图尺寸 */
    }
    
    /* 响应式适配：小屏幕改为垂直排版 */
    @media (max-width: 992px) {
         .item-right .img-group img {
      max-width: 90%; 
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
      .timeline-line {
        left: 20px; /* 线靠左 */
        transform: none;
      }
      .timeline-item {
        grid-template-columns: 1fr; /* 单列布局 */
        gap: 20px;
      }
      .timeline-item::before {
        left: 12px; /* 圆点靠左 */
        transform: translate(0, -50%);
      }
      .item-left,
      .item-right {
        order: 2; /* 让右侧内容在垂直排版时居上 */
      }
      .item-left .img-group {
        flex-wrap: wrap; /* 小屏幕允许换行 */
      }
    }
    .timeline-item:hover .img-group{transform: translateY(-20px);}
    
  .sltp_con{width:100%;height:auto; margin-top:5px;}
.sltp_con li{width:calc(50% - 2.5px);overflow: hidden;height:700px; margin-right:5px; float:left;position:relative;} 
.sltp_con li:nth-of-type(2){margin-right:0px;}
.sltp_bj{width:100%;height:700px;position:absolute; z-index:524;background-color: rgba(0, 0, 0, 0.2); }
.sltp_banner_txt{width:100%;font-size:18px; color:#e8e8e8; position:absolute; z-index:52452;line-height:50px;text-align:center;bottom:20px; transition: transform 1s ease;}
.sltp_banner_txt span{font-size:35px; display:inherit;}
.sltp_banner_txt button { 
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 0; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
.sltp_bj:hover .sltp_banner_txt button{opacity: 1;}
.sltp_bj:hover .sltp_banner_txt{transform: translateY(-20px);}

 @media (max-width: 479px) {
     
     .sltp_con li{width:calc(100% - 0px);overflow: hidden;height:400px; margin-right:5px; float:left;position:relative;margin-bottom: 5px;} 
.sltp_con li:nth-of-type(2){margin-right:0px;}
.sltp_bj{width:100%;height:400px;position:absolute; z-index:524;background-color: rgba(0, 0, 0, 0.2); }
.sltp_banner_txt{width:100%;font-size:18px; color:#e8e8e8; position:absolute; z-index:52452;line-height:50px;text-align:center;bottom:20px; transition: transform 1s ease;}
.sltp_banner_txt span{font-size:30px; display:inherit;}
.sltp_banner_txt button { 
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 1; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
.sltp_bj:hover .sltp_banner_txt button{opacity: 1;}
.sltp_bj:hover .sltp_banner_txt{transform: translateY(-20px);}}

 .parallax-section_er {
		width:calc(50% - 2.5px);
            height: 750px;
            position: relative;
            overflow: hidden;
            margin: 0px 0; margin-top:5px ; float: left;
            
        }
        .olsmewx{ margin-left:5px; float:right;}
       .parallax-section_er .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1200px; /* 更高的背景图片 */
            
            /* 初始位置：显示中间部分 */
            transform: translateY(-150px);
            will-change: transform;
            transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
.parallax-section_er .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
             background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.25) 70%, transparent 100%);
            pointer-events: none;
        }
        
       .parallax-section_er .content {
            position: absolute;
            bottom:80px; 
            left: 0;
            width: 100%;
            
            color: white; text-align: center;
            opacity: 0;
            transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1);
            transform: translateZ(0);
        }
        
      .parallax-section_er  .content h2 {
            font-size:35px; 
            margin-bottom: 20px;transition: transform 1s ease;
         
           
        }
        
      .parallax-section_er  .content p {
            font-size:18px; color:#e8e8e8;
            line-height: 1.8;transition: transform 1s ease;
        }
        
      .parallax-section_er  .lokmsa button {  position:absolute;bottom:40px;  margin-left:40% ;
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer; z-index: 258966310;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 0; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
	.parallax-section_er:hover  .lokmsa button{opacity: 1;}
.parallax-section_er .lokmsa button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
        
        .parallax-section_er:hover .content h2{transform: translateY(-20px);}
         .parallax-section_er:hover .content p{transform: translateY(-20px);}
         @media (max-width: 479px) {
            .parallax-section {
		width:calc(100% - 0px);
            height: 350px;
            position: relative;
            overflow: hidden;
            margin: 0px 0; margin-top:5px ; float: left;
            
        }
        
        .olsmewx{ margin-left:0px; float:right;}
            .parallax-section .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
             background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.25) 70%, transparent 100%);
            pointer-events: none;
        }
             .parallax-section .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 500px; /* 更高的背景图片 */
            
            /* 初始位置：显示中间部分 */
            transform: translateY(-150px);
            will-change: transform;
            transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        .parallax-section .content {
            position: absolute;
            bottom:70px; 
            left: 0;
            width: 100%;
            
            color: white; text-align: center;
            opacity: 0;
            transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1);
            transform: translateZ(0);
        }
        
      .parallax-section  .content h2 {
            font-size:25px; 
            margin-bottom: 10px;transition: transform 1s ease;
         
           
        }
        
      .parallax-section  .content p {
            font-size:14px; color:#e8e8e8;
            line-height: 1.8;transition: transform 1s ease;
        }
        
      .parallax-section  .lokmsa button {  position:absolute;bottom:20px;  margin-left:32% ;
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer; z-index: 258966310;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 1; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
	.parallax-section:hover  .lokmsa button{opacity: 1;}
.parallax-section .lokmsa button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
        
        
        
        }
         
         
          @media (max-width: 479px) {
            .parallax-section_er {
		width:calc(100% - 0px);
            height: 350px;
            position: relative;
            overflow: hidden;
            margin: 0px 0; margin-top:5px ; float: left;
            
        }
        
        .olsmewx{ margin-left:0px; float:right;}
            
             .parallax-section_er .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 500px; /* 更高的背景图片 */
            
            /* 初始位置：显示中间部分 */
            transform: translateY(-150px);
            will-change: transform;
            transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        .parallax-section_er .content {
            position: absolute;
            bottom:70px; 
            left: 0;
            width: 100%;
            
            color: white; text-align: center;
            opacity: 0;
            transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1);
            transform: translateZ(0);
        }
        
      .parallax-section_er  .content h2 {
            font-size:25px; 
            margin-bottom: 10px;transition: transform 1s ease;
         
           
        }
        
      .parallax-section_er  .content p {
            font-size:14px; color:#e8e8e8;
            line-height: 1.8;transition: transform 1s ease;
        }
        
      .parallax-section_er  .lokmsa button {  position:absolute;bottom:20px;  margin-left:32% ;
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer; z-index: 258966310;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 1; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
	.parallax-section_er:hover  .lokmsa button{opacity: 1;}
.parallax-section_er .lokmsa button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
        
        
        
        }
        
       .olknsttee {opacity: 0.5; }
        
        /* 产品参数表整体样式 */
.product-table {
  width: 100%; /* 表格宽度占满容器 */
  border-collapse: collapse; /* 合并边框，使表格更紧凑 */
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 16px;
  color: #333;
}

/* 表格单元格样式 */
.product-table td {
  border: 1px solid #ddd; /* 单元格边框 */
  padding: 8px; /* 单元格内边距 */
  vertical-align: top; /* 内容顶部对齐 */
}

/* 可根据需要，为不同区域的单元格添加特殊样式，比如第一列加粗等
.product-table td:first-child {
  font-weight: bold;
}
*/

.moblm{width:100%;height:65px;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}
@media (max-width: 479px) {
    .product_inner_ce{ display:none}
    
}

/* 滚动条的整体部分 */
::-webkit-scrollbar {
    width: 6px; /* 滚动条的宽度 */
    height: 2px; /* 滚动条的高度 */
}
 
/* 滚动条的轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 轨道的颜色 */
}
 
/* 滚动条上的滑块 */
::-webkit-scrollbar-thumb {
    background: #888; /* 滑块的颜色 */
    border-radius: 10px; /* 滑块的圆角 */
}
 
/* 滑块在鼠标悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块在悬停时的颜色 */
}