@charset "utf-8";
.page-banner {
    min-width: 1200px;
    height: 500px;
    background: url(../images/bannerin.png) center no-repeat;
}
.banner_img{
	background: url(../images/bannerin01.jpg) center no-repeat;
}
.page-banner-product{
	background: url(../images/bannerin02.jpg) center no-repeat;
}
.page-banner-about{
	background: url(../images/bannerin03.jpg) center no-repeat;
}
.page-banner-about2{
	background: url(../images/bannerin04.jpg) center no-repeat;
}
.page-bannercon{
	background: url(../images/bannerin05.jpg) center no-repeat;
}
.page-banner-news{
	background: url(../images/bannerin06.jpg) center no-repeat;
}
.page-bannercon{
	background: url(../images/bannerin07.jpg) center no-repeat;
}
.page-con {
    margin-top: 40px;
    margin-bottom: 40px;
}
.left-part {
	width: 250px;
	float: left;
}
.right-part {
	width: 930px;
	float: right;
}
.left-part-item {
	width: 100%;
	padding-bottom: 15px;
}
.left-part-item .item-tit {
    height: 90px;
    line-height: 90px;
    font-size: 25px;
    background-color: #f2c625;
    text-align: center;
}
.left-part-item .item-tit a {
	display: block;
	color: #fff;
	position: relative;
}
.left-part-item .item-tit a:after{
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 5px;
    content: "";
    background-color: #FFF;
    left: 0;
}
.left-part-item .nav-list li{
	width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}
.left-part-item .nav-list li.son a {
    padding-left: 20px;
} 
.left-part-item .nav-list li a {
    width: 100%;
    height: 50px;
    display: block;
    color: #666;
    background-color: #d4d4d4;
    line-height: 50px;
    padding-left: 75px;
}
.left-part-item .nav-list li a:hover{
	background-color: #f2c625;
}
.left-part-item .contact {
	background: #f4f4f4;
	line-height: 22px;
	padding: 0px 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;
}
.all_rese_por{
	width: 240px;
    overflow: hidden;
}
.all_rese_por li{
    text-align: center;
    padding-top: 25px;
    overflow: hidden;
}
.all_rese_por li a img{
	width: 195px;
	transition: 1s all;
}
.all_rese_por li a p{
	line-height: 46px;
	color: #333;
}
.all_rese_por li:hover a img{
	 transform: scale(1.05);
	transition: 1s all;
}
.right-part .right-part-tit{
	box-sizing: content-box;
	height: 28px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    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: flex-start;
    flex-wrap: wrap;
}
.right-part .pic-list:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.right-part .pic-list li {
	width: 32%;
    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;
    margin-bottom: 15px;
    margin-left: 1.5%;
}

.right-part .pic-list li:nth-child(3n + 1){
	margin-left: 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: 22px;
    font-weight: bold;
    padding-top: 20px;
}
.right-part .news-show .news_mes {
	margin-top: 14px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    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: 14px;
    text-align: justify;
    background-color: #fff;
}
.keymore{MARGIN: 0px auto;margin-top:10px;}
.keymore a{height:30px;line-height:30px; font-size:12px;margin-right:10px; margin-bottom:10px;color:#666;background:#eff5fb;border-radius:5px; text-align:center; padding:0px 10px 0px 10px}
.keymore a:hover{height:30px;line-height:30px;font-size:12px; margin-right:10px; margin-bottom:10px;color:#666;background:#eff5fb;border-radius:5px; text-align:center; padding:0px 10px 0px 10px}
/*在线留言*/
.form_box {padding: 10px 0; }
.form_box form label {display: block;margin: 10px auto;color: #333;line-height: 30px;overflow: hidden;font-size: 14px;}
.form_box form label span {display: block;height: 30px;width: 70px;text-align: left;font-size: 14px;float: left;}
.form_box form label input { width: 100%; line-height: 26px; float: right; padding: 2px 4px; border: 1px solid #4a4947; border-radius: 4px;}
.form_box form label textarea {width: 100%; float: right;font-size: 14px;padding:4px;line-height: 20px; border: 1px solid #4a4947; border-radius: 4px;}
.form_box form .btn {margin: 20px auto;text-align: center;width: 580px;}
.form_box form .btn input {display: inline-block;margin:0 20px;font-size: 14px; width: 140px;height: 30px;border: none;border-radius: 2px;cursor: pointer;}


/* 页码 */
.pagelist {
	margin: 20px 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: 35px;
    line-height: 35px;
    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 a,.left-part-item .nav-list li:hover a{
	background-color: #f2c625;
	color: #FFF;
}
.left-part-item .nav-list li.cur a,.left-part-item .nav-list li:hover a{
	color: #fff;
}
.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: 50px;
	margin-bottom: 10px;
}
/*联系我们*/
.map1 {
    width: 478px;
    height: 500px;
    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 p {
    font: 15px "Microsoft Yahei";
    line-height: 55px;
    color: #333;
    background: url(../images/icon11.gif) no-repeat 22px center;
    padding-left: 80px;
    margin-top: 0px;
    text-align: left;
    font-weight: 100;
}
.map1 p:nth-of-type(2){
	background: url(../images/icon21.gif) no-repeat 22px center;
	
}
.map1 p font{
	    display: block;
    font: 20px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.map1 p:nth-of-type(3){
	background: url(../images/icon31.gif) no-repeat 22px center;
}
/*通用左侧*/
.chanpinfenlei{
    background-color: #f2c625;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    
}
.pro-show table{
width: 100% !important;
    font-weight: 100;
    font-size: 13px;
    line-height: 4;
    margin-bottom: 45px;
}
.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;
    padding-top: 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
    width: 100%;
}
.contact .nav-list p.newsNeiye:hover{
	color: #f2c625;	
}
.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%;
	margin-bottom: 40px;
}
.ul-pro-in{
max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 5px;
    height: 115px;
    padding-top: 45px;
    width: 100%;
}
.ul-pro-in li{
    color: #909090;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3px;
    display: block;
	padding: 0 15px;
    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: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pic-list-pro li{
    width: 23%;
    text-align: center;
    margin-bottom: 35px;
    border: 1px solid #eee;
    font-family: monospace;
	transition: 1s all;
	margin-left: 2.5%;
}
.pic-list-pro li:nth-of-type(4n + 1){
	margin-left: 0;
}
.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;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	 margin-top: 40px;
}
.proImgBOX{
    width: 600px;
    border: 1px solid #ddd;
    overflow: hidden;
   position: relative;
}
.proImgBOX img{
	width: 100%;
	display: none;
}

.proImgBOX-father{
	position: relative;
}
.proImgBOX:hover img{
	transform:scale(1.15);
	transition: all 0.8s;
}
.proFONTBOX{
	width: 500px;
	border: 1px solid #ddd;
}
.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 #111;
}

.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;
}
.newsInnerTitleNav li{
	width: 180px;
	line-height: 61px;
	line-height: 61px;
	text-align: center;
    color: #4c4c4c;
    border-right: 1px solid #dedede;
}
.newsInnerTitleNav li:nth-of-type(1){
	border-left: 1px solid #dedede;
}
	

.newsInnerTitleNav li:hover,.newsInnerTitleNav li.cur{
	background-color: #f2c625;
	color: #FFF;
}
.newsInnerTitleNav li a{
	display: block;
}
.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  h6{
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}
.news-list-nav li  h6 .date{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    padding-top: 5px;
    padding-right: 15px;
}
.news-list-nav li  p{
    font-size: 14px;
    line-height: 2;
    color: #999999;
}
.news-list-nav li:hover{
	box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
	cursor: pointer;
}
.news-list-nav li  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  span{
    color: #fff;
    background-color: #f2c625;
	border: 1px solid #f2c625;
}
.news-list-nav li:hover  h6{
	color:  #4a4947;
}
.pro_form_box table tbody td:nth-of-type(4){
	flex: 1.5;
}
.page-con-case{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
}
.page-con-case li{
	width: 23%;
	position: relative;
	margin-bottom: 23px;
	overflow: hidden;
	margin-left: 2.5%;
}
.page-con-case li:nth-of-type(4n + 1){
	margin-left: 0;
}
.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;
}
.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;
}
.zizhufuwu {
    display: block;
    font-size: 30px;
    margin-top: 30px;
    color: #666;
    font-weight: normal;
    text-align: center;
    line-height: 106px;
}
.zizhuUl{
	display: flex;
	justify-content: space-between;
	flex-flow:row wrap;
}
.zizhuUl li{
	width: 280px;
	height: 277px;
	background-color: #FFF;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position-y: 50px;
	background-position-x: center;
	text-align: center;
	cursor: pointer;
}
.zizhuUl li:nth-of-type(1){
	background-image:url(../images/selfservice_icon1.png) ;
	
}
.zizhuUl li:nth-of-type(2){
	background-image:url(../images/selfservice_icon2.png) ;
}
.zizhuUl li:nth-of-type(3){
	background-image:url(../images/selfservice_icon4.png) ;
	
}
.zizhuUl li:nth-of-type(4){
	background-image:url(../images/selfservice_icon6.png) ;
}
.zizhuUl li:nth-of-type(5){
	background-image:url(../images/selfservice_icon7.png) ;
}
.zizhuUl li:nth-of-type(6){
	background-image:url(../images/selfservice_icon8.png) ;
}
.zizhuUl li:nth-of-type(7){
	background-image:url(../images/selfservice_icon9.png) ;
}
.zizhuUl li:nth-of-type(8){
	background-image:url(../images/selfservice_icon0.png) ;
}
.zizhuUl li h3{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    opacity: .87;
    padding-top: 140px;
    padding-bottom: 15px;
}
.zizhuUl li span{
    display: block;
    color: #757575;
    font-size: 14px;
    line-height: 14px;
}
.zizhuUl li:hover{
	transform: translateY(-20px);
	transition: all 1s;
	
}
.zizhuUl li:hover h3,.zizhuUl li:hover span{
	color: #01458e;
	transition: all 1s;
}
.fuwuzhongxin{
	display: flex;
}
.fuwuzhongxin li{
	flex: 1;
	background-color: #FFF;
}
.fuwuzhongxin li img{
	width: 100%;
}
.fuwuzhongxin li p{
    color: #000;
    font-size: 16px;
    opacity: .6;
    text-align: center;
}
.fuwuzhongxinIco{
	display: flex;
	margin-top: 50px;
}
.fuwuzhongxinIco li{
	flex: 1;
	height: 60px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	text-align: center;
    padding-top: 40px;
}
.fuwuzhongxinIco li:nth-of-type(1){
	background-image: url(../images/serviceCenter_icon1.png);
}
.fuwuzhongxinIco li:nth-of-type(2){
	background-image: url(../images/serviceCenter_icon2.png);
}
.fuwuzhongxinIco li:nth-of-type(3){
	background-image: url(../images/serviceCenter_icon4.png);
}
.fuwuzhongxinIco li:nth-of-type(4){
	background-image: url(../images/serviceCenter_icon5.png);
}
.fuwuzhongxin li img.eq{
width: 156px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.jishuzhichi{
	display: flex;
	justify-content: space-between;
	flex-flow:row wrap;
}
.jishuzhichi li{
	background-color: #066c86;
	width: 48%;
	padding: 30px;
	color: #FFF;
	margin-bottom: 35px;
}
.jishuzhichi li h6{
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    
}
.jishuzhichi li p{
	font-size: 14px;
	line-height: 25px;
	text-indent: 24px;
}
.jishuzhichi li:nth-of-type(2),.jishuzhichi li:nth-of-type(3),.jishuzhichi li:nth-of-type(6){
	background-color: #FFF;
	color: #066c86;
}
.jishuzhichi li:hover{
	cursor: pointer;
	transform: translateY(-20px);
	transition: 1s;
	font-weight: bold;
}
/*公司简介*/
.company_inner{
	width: 90%;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 3%;
}
.company_inner .img_c{
	width: 50%;
	background-color: #FFF;
}
.company_inner .font_c b{
	color: #004556;
}
.tit_innn{
	text-align: center;
	font-size: 30px;
	margin-top: 95px;
	margin-bottom: 48px;
}
.tit_innn h4:before,.tit_innn h4:after{
	width: 2px;
	background-color: #2059aa;
	height: 30px;
	display: inline-block;
	content: "";
	
	margin-left: 15px;
	margin-right: 15px;
	
}
.company_inner .font_c{
	background-color: #FFF;
	width: 50%;
	padding-left: 3%;
	padding-top: 2.5%;
}
.company_inner .font_c h3{
    font-size: 30px;
    color: #004556;
    font-weight: bold;
    padding-bottom: 10px;
}
.company_inner .font_c h3:nth-last-of-type(1){
	padding-bottom: 20px;
}
.company_inner .font_c p{
	font-size: 16px;
	line-height: 36px;
	text-indent: 32px;
	padding-right: 35px;
	padding-top: 15px;
}
@media screen and (max-width: 1825px){
	.company_inner .font_c h3:nth-last-of-type(1){
		/*display: none;*/
	}
}
@media screen and (max-width: 1670px){
	.company_inner .font_c p{
		font-size: 14px;
		line-height: 30px;
	}
	.company_inner .font_c h3{
		font-size: 20px;
	}
}
@media screen and (max-width: 1600px){
	.company_inner{
		width: 95%;
	}
}
@media screen and (max-width: 1400px){
	.company_inner .font_c p{
		line-height: 28px;
	}
}
@media screen and (max-width: 1360px){
	.company_inner .font_c h3:nth-last-of-type(1) {
    padding-bottom: 0px;
    display: none;
}
.company_inner .font_c p {
    padding-top: 5px;
    line-height: 28px;
}
}
.company_inner li.renzheng{
	width: 19%;
}
.bgcolor-3 {
    text-align: center;
}
.pro_res_list a{
    border: 1px solid #eee;
    margin-bottom: 25px;
    padding: 20px;
    transition: 0.5s all; 
}
.pro_res_list a:hover{
	transition: 0.5s all; 
	border: 1px solid #f2c625;
}
.pro_res_list a .pic_box{
	width: 35%;
	text-align: center;
}
.pro_res_list a .font_bx_pro{
	width: 60%;
}
.pro_res_list a .font_bx_pro h5.txt{
	background: url(../images/20181101051006438.png) repeat-x left bottom;
    color: #0069b6;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 46px;
    margin-top: 15px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 10px;
}
.pro_res_list a .font_bx_pro p{
    line-height: 35px;
    color: #777;
}
.pro_res_list a .font_bx_pro em{
    float: right;
    width: 125px;
    height: 38px;
    display: inline-block;
    border: 1px solid #aaa;
    font-size: 14px;
    text-align: center;
    color: #888;
    line-height: 38px;
    transition: 0.5s all; 
}
.pro_res_list a:hover .font_bx_pro em{
	border: 1px solid #f2c625;
	background-color: #f2c625;
	color: #FFF;
	transition: 0.5s all; 
}
.about_mo_down{
	display: none;
}
.news_img_b{
	width: 35%;
	max-height:300px;
	text-align: center;
	overflow:hidden;
}
.news_img_b img{width:100%;}

.news_font_box2{
	width: 60%;
}
.mori_sow{
	display: none;
	padding-left: 15px;
	background-color: #F5F5F5;
}
.mori_sow a{
	font-size: 14px;
	background-color: #F5F5F5 !important;
}
.left-part-item .nav-list li.cur .mori_sow a, .left-part-item .nav-list li:hover .mori_sow a{
	background-color: #ececec;
	color: #666;
}
.nav-list li:hover .mori_sow{
	display: block;
}
.nav-list li.cur .mori_sow{
	display: block;
}
.left-part-item .nav-list li:hover .mori_sow a{
	
}
.pdbox{
	width: 48%;
}
.pdbox img{
	width: 100% !important;
	height: auto !important;
}
.pd_font{
	width: 48%;
	line-height: 26px;
}
.cl_lad{
    padding-bottom: 25px;
    padding-top: 15px;
}
#about_nac_box{
    border-bottom: 1px solid #d0d0d0;
	box-shadow: 0  5px 10px rgba(0,0,0,0.1);
}
.about_nac_box{
	width: 90%;
	margin: 0 auto;
}

.about_nac_box .position{
    line-height: 60px;
    font-size: 15px;
    color: #999;
    background: url(../img/ico30.png) no-repeat left center;
    background-size: 20px;
    padding-left: 25px;
}
/*壁挂炉加盟 潜力市场无限商机*/
.join_us_i{
	
}
.o_ji{
	text-align: center;
	font-size: 30px;
	color: #000;
	margin-top: 50px;
}
.o_ji h6{
	font-weight: bold;
}
.o_ji p{
	color: rgb(238, 123, 0);
	font-weight: 100;
    margin-bottom: 25px;
    margin-top: 10px;

}

.jo_das{
	width: 664px;
	background-color: #FFF;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
}
.jo_das p{
	color: 000;
	display: block;
	padding-bottom: 8px;
	font-size: 18px
}
.jo_das font{
	display: block;
	color: #6c6060;
	font-size: 14px;
	font-weight: 100;
	line-height: 25px;
	margin-bottom: 20px;
}
.jo_das font:nth-last-of-type(1){
	margin-bottom: 0;
}
.jio_ming{
	margin-bottom: 35px;
}
.wuxingji{
	
}
.pic-list{
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 48px;
   	justify-content: flex-start;
}
.pic-list li{
	width: 19%;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    padding-bottom: 25px;
    margin-left: 1%;
	box-shadow: 0  5px 10px rgba(0,0,0,0.1);
}
.pic-list li:nth-of-type(5n+1){
	margin-left: 0;
}
.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;border: 1px solid #f8e089;
}