﻿@charset "utf-8";
.page-banner {
    min-width: 1200px;
    height: 400px;
    background: url(../images/other_banner.jpg) center no-repeat;
}
.page-banner.en{
    background: url(../images/other_banner_en.jpg) center no-repeat;
} 
.page-con {
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 30px;
}
.left-part {
	width: 220px;
	float: left;
}
.right-part {
	width: 960px;
	float: right;
}
.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, #062a68, #0057e6); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #062a68, #0057e6); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #062a68, #0057e6); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #062a68, #0057e6); /* 标准的语法 */
}
.left-part-item .item-tit a {
	display: block;
	color: #fff;
	background-color: #e12c06;
	
}
.left-part-item .nav-list li{
	width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-indent: 30px;
    font-size: 14px;
    background-color: #FFF;
}
.left-part-item .nav-list li.son a {
    padding-left: 20px;
} 
.left-part-item .nav-list li a {
	width: 100%;
    height: 60px;
    display: block;
    color: #575757;
    font-weight: bold;
    border: 1px solid #eee;
    border-top: 0;
}
.left-part-item .nav-list li a:hover,.left-part-item .nav-list li.cur a{
    background-color: #ddd;
    color: #fff;
}
.left-part-item .contact {
	background: #f4f4f4;
	line-height: 22px;
	padding: 15px 10px;
}
.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;
}
.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: #00276a;
}
.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 .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: 14px;
    color: #000;
}
.right-part .news-list li h6 a:hover {
    color: #014cc9;
}
.right-part .news-list li h6+div {
    line-height: 22px;
    font-size: 12px;
}
.right-part .news-list li h6+div .news-link {
	color: #da251c;
}

/* 图片(产品)列表 */
.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: 32%;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    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: 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;
    font-size: 20px;
}
.right-part .pic-list li a:hover {
	color: #e6222a;
}

/* 产品详情 */
.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{
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
}
.right-part .product-introduce .pro-show{
    
    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 {padding: 10px 0; margin-top: 25px;}
.form_box form label {display: block;margin: 10px auto;color: #333;line-height: 30px;width: 100%;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 #0050d4; border-radius: 4px;}
.form_box form label textarea {width: 100%; float: right;font-size: 14px;padding:4px;line-height: 20px; border: 1px solid #0050d4; 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 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 span.page-status{
	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   a{
 	color: #787878;
}
.pagelist 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 a.page-num-current {
	padding: 0 10px;
	height: 30px;
    line-height: 30px;
	border: 1px solid #007cc2;
	background: -webkit-linear-gradient(bottom, #007cc2, #007cc2); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #007cc2, #007cc2); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #007cc2, #007cc2); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #007cc2, #007cc2); /* 标准的语法 */
	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 .ss-tit {
    font-size: 16px;
    color: #333;
    text-align: center;
}*/
.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;
}
.wtn{
	position: relative;	
}
.wtn img{
	width: 100%;
	margin-bottom: 60px;
}
.wtn p{
	position: absolute;
    bottom: 120px;
    left: 160px;
    font-size: 22px;
    color: #FFF;
    text-align: left;
    line-height: 60px;
}
.wtn h3{
	position: absolute;
    bottom: 120px;
    left: 770px;
     font-size: 22px;
    color: #FFF;
    text-align: left;
    line-height: 60px;
}
.imagesbox-contact{
	margin-bottom: 40px;
}
.imagesbox-contact ul{
	
}

.imagesbox-contact ul li{
	display: inline-block;
    width: 19%;
}
.imagesbox-contact ul li p{
	padding-top: 20px;
	color: #ff0000;
}
.leavingmassage{
	text-align: center;
	margin-top: 90px;
}
.prodss{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.prodss .prod{
	flex: 1;
    border: 1px solid #ddd;
}
.prodss{
	margin-bottom: 45px;
}
.prodfont{
flex: 1;
    text-align: left;
    padding-left: 45px;
    margin-left: 35px;
    border: 1px solid #ddd;
}
.videoInnerBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.videoInnerBox .videoStares{
	width: 48%;
	margin-bottom: 50px;
}
.videoInnerBox .videoStares iframe{
	width: 100%;
	height: 380px;
}
.newsInnerTitleNav{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0;
}
.newsInnerTitleNav li{
	width: 230px;
	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{
	background-color: #e6222a;
	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: 18px;
    color: #565656;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}
.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: 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 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: #e6222a;
    background: url(../images/bjNav.png) repeat center;
}
.news-list-nav li:hover a h6{
	color:  #e6222a;
}
.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;
}
.newsInnerTitleNav li.cur{
	background-color: #e6222a;
	color: #FFF;
}
.wrap .list li .moreproducts{
    font-size: 14px;
    display: block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #e6222a;
    color: #FFF;
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition: 0.8s;
}/*联系我们*/
.map1 {
    width: 478px;
    height: 480px;
    border: 1px solid #eee;
    overflow: hidden;
    display: inline-block;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
}
.map1 h2 {
    height: 105px;
    padding-top: 25px;
    overflow: hidden;
    padding-left: 36px;
    margin-bottom: 22px;
    background-color: #0066ba;
}
.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;
}
.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;
}


.pro-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-list li{
	width: 580px;
	background-color: #FFF;
	margin-bottom: 25px;
    border: 1px solid #ddd;
    padding-bottom: 25px;
}
.pro-list li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-list li a .pic{
    width: 60%;
    margin: 0 auto;
}
.font_pro{
width: 100%;
    padding-right: 15px;
    padding: 0 30px;
}
.font_pro p{
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
    color: #007cc2;
}
.font_pro font{
	line-height: 25px;
    font-size: 12px;
    color: #aaa;
}
.font_pro font b{
	color: #007cc2;
}
.sma_pro_box{
	border-top: 1px solid #aaa;
}

.prodss .prod img{
	display: none;
}
.prodss .prod img.cur{
	display: block;
}
.prodss .prod .sma_pro_box img{
    width: 80px !important;
    height: auto !important;
    display: inline-block;
}.preview .small-pic-list li:nth-of-type(1){
	display: none !important;
}
.comp_fop{
	line-height: 35px;
	text-indent: 32px;
	font-weight: 100;
	padding-bottom: 15px;
}
.yahuan_com_tit{
	text-align: center;
    font-size: 30px;
    padding-bottom: 15px;
}
.yahuan_com_tit2{
	text-align: center;
	padding-bottom: 15px;
}
.yahuan_com_tit3{
	text-align: center;
	display: block;
	font-size: 20px;
    padding-bottom: 25px;
    color: rgb(229, 0, 18);
}
