@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: 20px;
   padding-bottom: 20px;
}
.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: 35px;
    font-size: 16px;
    text-align: justify;
    background-color: #fff;
}
.right-part .news-show .news_con img{max-width:1400px;max-width:100%;display:block;margin:0 auto;text-align:center; margin-top:10px;margin-bottom:10px}

.right-part .news-show .news_con p{text-indent: 2em;}
/*在线留言*/

.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 .btn button {display: block;width: 40%;margin:0 auto;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:nth-of-type(4),.form_box form label:nth-of-type(3){

	display: inline-block;

	width: 48%;

}

.form_box form label:nth-of-type(3){

	float: left;

}

.form_box form label:nth-of-type(4){

	float: right;

}

.form_box p{

	color: #666666;

	font-size: 14px;

	

}


/* 页码 */
.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;
}

#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: 19vw;
	background-color: #4a4947;
	color: #c4a765;
	padding-left: 48px;
	padding-top: 70px;
}
.logo_produ{
	display: block;
	margin-bottom: 70px;
}
.product_inner_ce ul li a{
	display: block;
	line-height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}
.product_inner_ce ul li a.djfhaj{
	color: #2160a6;
    font-size: 20px;
}
.product_inner_ce ul li{
	margin-bottom: 30px;
}
.product_inner_ce ul li a:hover{
	color: #2160a6;
}
.product_inner_List{
	width: 79vw;
	background: url(../images/bj.jpg);
	padding-right: 5vw;
	padding-left: 5vw;
}
.product_inner_List .product_inner_List_item{
	justify-content: flex-start;
}
.product_inner_List_item li{
    width: 23%;
    overflow: hidden;
    margin-left: 2.5%;
}
.product_inner_List_item li:nth-of-type(4n+1){
	margin-left: 0;
}
.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: #999;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 10px;
    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.2);
	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{
		width: 75vw;
		padding: 0 2vw;
	}
}
.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: 0px 0px;

    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: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: left;

	padding: 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.58125vw;
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.25em 0; font-size:1.025em; color:#333;}
.brand_1_mid ul li a:after{ width:0;
content:''; position:absolute; left:0; bottom:0; height:2px; background-color:#3979a5;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 {
    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;
}
.fuwu_con{ line-height:35px; margin-top:50px; margin-bottom:80px;}
.fuwu_con img{ margin-bottom:10px;}

.page-news{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-top: 35px;
}
.news-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-list li{
    width: 48%;
    margin-bottom: 35px;
    border: 1px solid #eee;
    padding: 1%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FFF;
    border-radius: 7px;
}
.news-list li:hover{border: 1px solid #3979a5;background-color: #f9f9f9;-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;}

.newsINBOX{
	width: 35%;overflow:hidden
}
.newsINBOX 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-list li:hover .newsINBOX  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-list-box{
	width: 60%;
    background: url(../images/ico88.png) no-repeat left 110px;
    padding-left: 6px;
}
.news-list li .news-list-box h6{
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 20px;
    font-weight: bold;
}
.news-list li .news-list-box p{
	font-size: 13px;
	color: #999;
	line-height: 26px;
}
.news-list li .news-list-box p a{
    padding-top: 8px;
    display: block;
}
.pagelist{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 15px;
}
.prodFull{
	width: 100%;
	background-color: #f5f5f5
}


.space{
	background-color: #fbfbfb;
}
.tit-space{
	color: #333333;
	text-align: center;
}
.tit-space p{
	padding-top: 10px;
	color: #666666;
	font-size: 14px;
}
.tit-space h6{
	
	font-size: 24px;
	padding-top: 100px;
}
.space-main{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.leavingBox{
	width: 700px;
	height: 400px;
	background: url(../images/bj-company.png) no-repeat center;
	padding-left: 70px;
	padding-top: 35px;
}
.leavingBox h6:before{
	width: 5px;
	height: 28px;
	display: inline-block;
	content: "";
	background-color: #b52d2d;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}
.leavingBox h6{
	color: #FFF;
	font-size: 24px;
	vertical-align: top;
	position: relative;
	padding-left: 15px;
	padding-bottom: 39px;
}
.leavingBox h6 font{
	font-size: 28px;
	padding-right: 5px;
	display: inline-block;
}
.leavingBox h6 a{
	color: #999999;
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
}
.leavingBox h6 em{
	
}
.space-main img{
	
}
.leaveBox{
	
}
.leaveBox form{
	
}
.leaveBox form label{
	
}
.leaveBox form label input{
	height: 48px;
	color: #666666;
	font-size: 14px;
	padding-left: 40px;
	border: 1px solid #666666;
	margin-bottom: 20px;
}
.leaveBox form label input#dr_title{
	width: 270px;
	background: url(../images/ico08.png) no-repeat 10px center;
	
}
.leaveBox form label input#dr_author{
	background: url(../images/ico09.png) no-repeat 10px center;
	width: 270px;
	margin-left:30px;
}
.leaveBox form label input#dr_sheng{
	background: url(../images/ico10.png) no-repeat 10px center;
	width: 270px;
}
.leaveBox form label input#dr_chengshi{
	width: 270px;
	background: url(../images/ico10.png) no-repeat 10px center;
	margin-left: 30px;
}

.leaveBox form p{
	color: #FFF;
	font-size: 14px;
	margin-top: 33px;
}
.leaveBox form p font{
	color: #b52d2d;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 1525px){
	.space-main img{
		max-width: 50%;
		
	}
	.leavingBox{
		width: 50%;
	}
	.space-main{
		padding: 0 2%;
	}
	
}
@media screen and (max-width: 1450px){
.leaveBox form label input{
		width: 45% !important;
	}
	.btn{
		width: 95%;
	}
	.btn input{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	.space-main img{
		display: none;
	}
	.leavingBox{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.tit-space h6 {
	    font-size: 18px;
	    padding-top: 20px;
	}
	.tit-space p {
	    padding-top: 1px;
	    color: #666666;
	    font-size: 14px;
	}
	.space-main{
		margin-top: 10px;
	}
}
@media screen and (max-width: 500px){
	.leavingBox{
		padding-left: 30px;
	}
	.leaveBox form label input{
		width: 90% !important;
		margin-left: 0 !important;
		height: 30px;
		line-height: 30px;
	}
	.btn,.btn input{
		height: 35px;
		line-height: 35px;
		width: 90%;
	}
	.leaveBox form p{
		margin-top: 13px;
	}
	.tit-space{
	   	display: none;
	}
	.space-main{
		margin-top: 20px;
		margin-bottom: 0;
	}
	.leaveBox form p font{
		font-size: 14px;
		padding: 0;
	}
}
.showImg{
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	height: 100%;
	position: fixed;
	justify-content: center;
	align-items: center;
	display: none;
	top: 0;
	left: 0;
}
.showImg.cur{
	
	
}
.showImg img{
	max-width: 500px;
}

.ptab{
    max-width: 1278px;
    width:96%;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 0px 0px 50px 0px;    clear: both;
}
.ptab .title{
    font-size: 26px;
    text-align: center;
    color: black;
}
.ptab .en{
    font-size: 12px;
    color: #aeaeae;
    line-height: 2;
}

.ptab-select{
    color: #3ab3be !important;
}
.ptab-select:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: -15px;
    top: 25px;
    height: 10px;
    width: 10px;
    background-size: cover;
    background-image: url(./images/sj-red.png) !important;
}

.ptab>ul{
    display: inline-block;
    margin-top: 40px;
}
.ptab .radio{
    margin-top: 25px;
}
.ptab>ul>li{
    float: left;
    font-size: 15px;
    position: relative;
    width: 171.42px;
}
@media (max-width: 479px) {
  .ptab>ul>li{
    float: left;
    font-size: 15px;
    position: relative;
    width: 50%; margin-bottom: 20px;
}  
}
.ptab>ul>li>.one{
    font-size: 14px;
    color: #737373;
}
.ptab>ul>li>.two{
     font-size: 12px;
     color: #a3a3a3;
     margin-top: 5px;
}
.ptab>ul>li>a{
    display: block;
    color: black;
    position: relative;
}

.ptab>ul>li>a:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: -15px;
    top: 25px;
    height: 10px;
    width: 10px;
    background-image: url(./images/dsj.png);
    background-size: cover;
}
.ptab>ul>li>ul{ 
  position: absolute;
  min-width: 90px;
  background-color: white;
  text-align: center;
  padding: 10px 0;
  top: 58px;
  display: none;
  border: 1px solid #eeeeee;
}
.ptab>ul>li>ul:after{
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #eeeeee;
    border-right: 0;
    border-bottom: 0;
    
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.ptab>ul>li>ul>li{
    line-height: 35px;
    font-size: 14px;

}
.ptab>ul>li>ul>li>a{
    color: black;
    display: block;
}

 /* 核心容器：2行2列网格布局 */
        .fields-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr); margin-bottom: 50px;
            gap: 30px; /* 卡片之间的间距 */
        }
        /* 单个领域卡片样式 */
        .field-card {
            display: grid;
            grid-template-columns: 3fr 4fr; /* 图片:文字 比例 */
            background-color: #f5f5f5; /* 卡片浅灰背景 */
        }
        /* 卡片图片样式：铺满、固定比例 */
        .field-img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 保证图片不变形 */
        }
        /* 文字内容容器：内边距、垂直排版 */
        .field-content {
            padding: 25px 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        /* 标题样式：深灰、加粗 */
        .field-title {
            font-size: 18px;
            color: #333333;
            font-weight: 600;
            margin-bottom: 12px;
        }
        /* 描述文字样式：浅灰、常规字号 */
        .field-desc {
            font-size: 14px;
            color: #888888;
            line-height: 1.5;
        }
        /* 响应式适配：小屏幕变为1列 */
        @media (max-width: 768px) {
            .fields-container {
                grid-template-columns: 1fr;
            }
            .field-card {
                grid-template-columns: 1fr; /* 图片在上，文字在下 */
            }
            .field-img {
                height: 200px; /* 小屏幕固定图片高度 */
            }
        }
		
		
		