﻿@charset "utf-8";
.page-banner {
    min-width: 1200px;
    height: 460px;
    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;
}
.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: 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: 14px;
    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;
    color: #575757;
    font-weight: bold;
    border: 1px solid #c7dcff;
    border-top: 0;
}
.left-part-item .nav-list li a:hover,.left-part-item .nav-list li.cur a{
	/*background: url(../images/left_on.gif) no-repeat;
    color: #fff;*/
    /*border-left: 4px solid #3cb96e;*/
    background-color: #0053dc;
    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: 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: #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;
}
.right-part .pic-list:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.right-part .pic-list li {
	width: 232px;
    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: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 {
    display: table-cell;
    width: 228px;
    height: 172px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    /*overflow: hidden;*/
}
.right-part .pic-list .pic img {
	/*width: 100%;*/
    max-width: 228px;
    max-height: 172px;
}
.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: #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{
    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: 580px;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 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;
}
.conster-us{
    font-size: 15px;
    line-height: 30px;
    border: 1px #333 dashed;
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: none;
    border-right: none ;
}
.dangqian{
	line-height: 53px;
	font-size: 14px;
	margin-bottom: 50px;
}
.conster-us img{
	
}
/*联系我们*/
.dianhua{
	margin-top: 30px;
}
.dianhua img{

}

.dianhua .font-inner{
	display: inline-block;
    vertical-align: top;
}
.dianhua .font-inner h6{
	color: #666;
	font-size: 25px;

	
}
.dianhua .font-inner p{
	line-height: 35px;

	color: #666666;
	font-size: 13px;
}
.new-list-all{
	
}
