@charset "utf-8";
.page-banner {
    min-width: 1200px;
    height: 350px;
    background: url(../images/other_banner.jpg) center no-repeat;
}
.page-banner.en{
    background: url(../images/other_banner_en.html) center no-repeat;
} 
.page-con {
    margin-top: 70px;
    margin-bottom: 20px;
    min-height: 780px;
}
.left-part {
	width: 234px;
	float: left;
	background-color: #f7d18a;
	/*background: url(../images/bj-lianxi.png) center no-repeat;*/
}
.myfoleng{
	width: 1200px;
	margin: 0 auto;
}
.nav-in{
	height:40px !important;
}
.myfoleng  li{
	width: 111px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    display: inline-block;
}
.myfoleng input{
	display: inline-block;
    float: right;
    margin-top: 7px;
}
.myfoleng button{
	display: inline-block;
    float: right;
    margin-top: 7px;
}
.right-part {
	width: 940px;
    float: right;
    margin-left: 20px;
}
.left-part-item {
	width: 100%;
	padding-bottom: 10px;
	background: url(../images/lianxi-min.html);
}
.nav-b{
	    background: url(../images/lianxi-bottom.html);
	    z-index: 100;
}
.left-part-item:nth-of-type(1){
	background: url(../images/bj-lianxi.html) no-repeat;
}
.left-part-item .item-tit {
	line-height: 60px;
	text-indent: 30px;
	font-size: 16px;
	
}
.left-part-item .item-tit a {
	display: block;
	color: #88091a;
	background: url(../images/navlist.html) no-repeat 0px center;
	font-size: 19px;
}
.left-part-item:nth-of-type(1) .item-tit a{
    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;
}
.left-part-item .nav-list li{
	width: 97%;
    height: 60px;
    line-height: 40px;
    overflow: hidden;
    text-indent: 30px;
    font-size: 14px;
    margin-left: 4px;
    margin-bottom: 10px;
}

.left-part-item .nav-list li.son a {
    padding-left: 20px;
} 
.left-part-item .nav-list li a {
    width: 100%;
    height: 42px;
    display: block;
    color: #88091a;
    font-size: 16px;
    margin-top: 10px;
    line-height: 42px;
}

.left-part-item .nav-list li a:hover,.left-part-item .nav-list li.cur a{
 	color: #FFF;
    transform: scale(1.1);

}
.left-part-item .contact {
    line-height: 22px;
    color: #F4EDB0 !important;
    width: 234px;
    background: url(../images/lianxi-min.html);
	
}
.left-part-item .contact .pic img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    display: none;
}
.left-part-item .contact dt {
    font-size: 15px;
    font-weight: bold;
}
.left-part-item .contact dd {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 6px;
}
.left-part-item .contact dd b {
    display: inline-block;
    margin-right: 10px;
}


.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: #800818;
}
.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;
}
.left-part-item .nav-list li:hover{
    background-color: #ffa200 !important;
}
/* 文章列表 */
.right-part .news-list {
	overflow: hidden;
}
.right-part .news-list li{
	padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.right-part .news-list li h6 {
    margin: 10px 0;
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
.right-part .news-list li h6 a{
    font-weight: bold;
    font-size: 16px;
    color: #700005;
}
.right-part .news-list li h6 a:hover {
    color: #014cc9;
}
.right-part .news-list li h6+div {
    line-height: 25px;
    font-size: 14px;
    color: #423413;
}
.right-part .news-list li h6+div .news-link {
	color: #fec749;
}

/* 图片(产品)列表 */
.right-part .pic-list {
    margin-top: 15px;
}
.right-part .pic-list:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.right-part .pic-list li {
	width: 302px;
    margin-left: 10px;
    float: left;
    margin-bottom: 25px;
    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:hover {
	-webkit-box-shadow: 0px 4px 4px #9f050c;
        box-shadow: 0px 4px 4px #9f050c;
    top: -2px;
}
.right-part .pic-list a {
    display: block;
    padding: 10px 2px;
}
.right-part .pic-list .pic {
    display: table-cell;
    width: 280px;
    text-align: center;
    vertical-align: middle;
}
.right-part .pic-list .pic img {
	
    width: 280px;
    max-height: 370px;
    margin-left: 8px;
}
.right-part .pic-list .txt {
	padding: 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9f050c;
}
.right-part .pic-list li a:hover {
	color: #0052d8;
}

/* 产品详情 */
.right-part .product-introduce .pro-images{
    width: 100%;
    padding: 10px;
    /*margin-bottom: 16px;*/
    border: 1px solid #ededed;
    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{
    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;
}
.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: 24px;
    font-size: 12px;
    line-height: 24px;
    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: 24px;
    font-size: 14px;
    text-align: justify;
    background-color: #fff;
}
/*在线留言*/
.form_box {}
.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 #700005; border-radius: 4px;}
.form_box form label textarea {width: 100%; float: right;font-size: 14px;padding:4px;line-height: 20px; border: 1px solid #700005; border-radius: 4px;}
.form_box form .btn {margin: 20px auto;text-align: center;}
.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;
    background: -webkit-linear-gradient(bottom, #fcfcfc, #f5f5f5); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #fcfcfc, #f5f5f5); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #fcfcfc, #f5f5f5); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #fcfcfc, #f5f5f5); /* 标准的语法 */
    color: #787878;
}
.pagelist li a{
	display: block;
	color: #787878;
}
.pagelist li a:hover {
	background: -webkit-linear-gradient(bottom, #606060, #3c3c3c); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #606060, #3c3c3c); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #606060, #3c3c3c); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #606060, #3c3c3c); /* 标准的语法 */
    color: #fff;
}
.pagelist li.thisclass {
	padding: 0 10px;
	height: 30px;
    line-height: 30px;
	border: 1px solid #c61e25;
	background: -webkit-linear-gradient(bottom, #da2d37, #c61e25); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #da2d37, #c61e25); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #da2d37, #c61e25); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #da2d37, #c61e25); /* 标准的语法 */
	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;
}
/*通用左侧*/
.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;
}
.contact .nav-list p:nth-of-type(1){
	text-align: center;
    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: 15px;
    color: #9f050c;
    line-height: 36px;
    padding: 0 15px;
}
.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{
	
}
.wrap .list li{
	display: inline-block;
    width: 23%;
    text-align: center;
    border: 1px solid #9f050c;
    padding-bottom: 20px;
    margin-left: 1%;
}
.wrap .list li:nth-of-type(1){
margin-left: 0;	
}
.wrap .list li a{
	
}
.wrap .list li a img{
	width: 100%;
    padding: 5px;
}
.wrap .list li .txt{
    margin: 15px 0;
    color: #9f050c;
}
.wrap .list li .moreproducts{
    font-size: 14px;
    background-color: #fbf3bc;
    display: inline-block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #9f050c;
}
.wrap .list li:hover .moreproducts{
	background-color: #9f050c;
	color: #fbf3bc;
}
/*联系我们*/
.map1 {
    width: 478px;
    height: 480px;
    border: 1px solid #eee;
    overflow: hidden;
    display: inline-block;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
        background-color: #FFF;
}
.map1 h2 {
    height: 105px;
    padding-top: 25px;
    background-color: #9f050c;
    overflow: hidden;
    padding-left: 36px;
    margin-bottom: 22px;
    color: #fbf3bc;
}
.map1 h2 em {
    display: block;
    font: 12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fbf3bc;
    line-height: 24px;
}

.map1 dd {
    font: 15px "Microsoft Yahei";
    line-height: 25px;
    color: #333;
    background: url(../images/icon11.gif) no-repeat 22px center;
    padding-left: 80px;
    margin-top: 60px;
}
.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;
}
.online_images{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 75px;
}
/*产品中心修改*/
#about_7{
    background: url(../images/bj-zhongguojie-nei.png) 15px center no-repeat;
    padding-left: 35px;
    background-size: 40px;
}

    
#about_8{
	background: url(../images/bj-denglong-nei.png) 15px center no-repeat;
    padding-left: 35px;
    background-size: 40px;
}
#about_9{
	background: url(../images/bj-zhongguomeng-nei.png) 15px center no-repeat;
    padding-left: 35px;
    background-size: 40px;
}
#about_10{
	background: url(../images/bj-zaoxing-nei.png) 15px center no-repeat;
    padding-left: 35px;
    background-size: 40px;
}
#about_11{
	background: url(../images/bj-zhongguojie-nei.png) 15px center no-repeat;
    padding-left: 35px;
    background-size: 40px;
}
#about_7:hover{
	background-color: #ffa200;
}
#about_8:hover{
	background-color: #ffa200;
}
#about_9:hover{
	background-color: #ffa200;
}
#about_10:hover{
	background-color: #ffa200;
}
#about_11:hover{
	background-color: #ffa200;
}