@charset "utf-8";
/* CSS Document */
html,body,body{margin:0;padding:0;border:0;}
body{
	color:#333;
	font:14px "Microsoft YaHei",微软雅黑,arial,sans-serif;
	
	}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}
a{text-decoration:none;outline:none;color: #333;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';border: none;}
img{border:none;background:none;border-style: none; }
dl,dd,dt{margin: 0;padding: 0;}
ul,ol,li{list-style-type:none;padding: 0;margin: 0;list-style: none;}
.clearfix:{clear: both;}
h1,h2,h3,h4{margin: 0;padding:0;}
p{
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'FontAwesome';
     src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
     src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
/*内页banner*/
.n-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}  
.n-banner a {
	display: block;
} 
.n-banner a > img {
    width: 100%;
    vertical-align: top;
}
/*内页*/
.page_content_bg{
	width: 100%;
}
.page_content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
/*左侧*/
.n_left {
	float: left;
	width: 227px;
}

.n_left h4 {
	margin-top: 20px;
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	background: #076ce0;
	text-indent: 36px;
	line-height: 40px;
	height: 40px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.n_left div {
	background: #eee;
	padding-bottom: 25px;
}

.n_left ul {
	padding: 0px 10px;
	border-bottom: 2px solid #076ce0;
}

.n_left ul li {
	line-height: 40px;
	font-size: 14px;
	padding-left: 25px;
	border-bottom: 1px dotted #ccc;
}

.n_left ul li a {
	color: #666;display: block;
	    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.n_left ul li a:hover {
	color: #076ce0;
}

#n_left_news li {
	width: 192px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 15px;
}

/*右边*/
/*内页当前位置*/
.currentlocation{
	width: 100%;
	background: #f7f7f7;
	height: 40px;
	-moz-box-shadow: 0px 2px 11px rgba(203, 203, 203, 0.52);
    -webkit-box-shadow: 0px 2px 11px rgba(203, 203, 203, 0.52);
    box-shadow: 0px 2px 4px rgba(203, 203, 203, 0.52);
    margin-bottom: 30px;
}
.currentl{
	width: 1200px;
	margin: 0 auto;
    height: 40px;
    font-size: 12px;
    color: #999;
    line-height: 40px;
    overflow: hidden;
}
.current_gps{
    display: block;
    float: left;
}
.current_gps i.fa-home{
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    left: 10px;
    color: #076ce0;
    vertical-align: top;
    font-style: normal;
}
.current_gps i.fa-home:before{
        content: "\f015";
}
.neipage_hot_ss{
    float: right;
}

.current_gps >a{
	font-size: 12px;
    color: #999;
    line-height: 40px;
}
.n_right {
	float: right;
	width: 923px;
}
.location {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.location h4 {
	text-align: center;
	width: auto;
	float: left;
	font-weight: bold;
	line-height: 40px;
	font-size: 18px;
	border-bottom: 3px solid #076ce0;
	color: #333;
}
.hot_ss form button.page_button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    color: #076ce0;
}
/*关于我们内容*/
.about_info {
	padding: 20px;
	font-size: 15px;
	color: #333;
	line-height: 26px;
}
/*--------------------------------------------------新闻列表页---------------------------*/
/*新闻列表页*/
.c4_list{
	margin-bottom: 40px;
}
.c4_list ul > li.c4_list_time{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin: 15px 0;
}
.c4_list ul > li.c4_list_time div.c4_t_l{
	height: 70px;
	background: #076ce0;
	border-radius: 4px;	
	width: 80px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
    margin-right: 14px;
}
.c4_list ul > li.c4_list_time div.c4_t_l > h1{
	font-size: 30px;
	color: #fff;
}
.c4_list ul > li.c4_list_time div.c4_t_l > h2{
	height: 1px;
	background: #fff;
	margin-top: 5px;
    margin-bottom: 2px;
}
.c4_list ul > li.c4_list_time div.c4_t_l >span{
	font-size: 12px;
	color: #fff;
	
}
.c4_list ul > li.c4_list_time div.c4_con{
	display: inline-block;
	width: 740px;
	padding: 0 10px;
	height: 70px;
}
.c4_list ul > li.c4_list_time div.c4_con >a{
	display: block;
}
.c4_list ul > li.c4_list_time div.c4_con >a>h3{
	font-size: 18px;
	color: #333;
    margin-bottom: 6px;font-weight: normal;
}
.c4_list ul > li.c4_list_time div.c4_con >a>div{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.c4_list ul > li.c4_list_time:hover div.c4_con {
	background: #eee;
}
/*第二种新闻列表样式*/
.c4_list ul > li.c4_img{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
    margin: 15px 0;
}
.c4_list ul > li.c4_img >span{
	width: 160px;
	height: 120px;
	text-align: center;
	display: table-cell;
    float: left;
    margin-right: 20px;
}
.c4_list ul > li.c4_img >span >a{
	display: block;
}
.c4_list ul > li.c4_img >span >a>img{
	max-width: 160px;
	max-height: 120px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}
.c4_list ul > li.c4_img .c4_img_cont{
	float: left;
	width: 740px;
}
.c4_list ul > li.c4_img .c4_img_cont > h3{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;font-weight: normal;
}
.c4_list ul > li.c4_img .c4_img_cont > h3 >a{
	font-size: 18px;
	color: #333;
    display: block;
	margin-bottom: 6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.c4_list ul > li.c4_img .c4_img_cont > h3 >a:hover{
	color: #076ce0;
}
.c4_list ul > li.c4_img .c4_img_cont div.icon_t_e .icon_time,.icon_eye {
	display: inline-block;
	font-size: 12px;
	color: #999;
}
.c4_list ul > li.c4_img .c4_img_cont div.icon_t_e .icon_time{
	background: url(../img/time.png)no-repeat  center left;
    padding-left: 22px;
    line-height: 14px;
    margin-right: 20px;
}
.c4_list ul > li.c4_img .c4_img_cont div.icon_t_e .icon_eye{
	background: url(../img/eye.png)no-repeat  center left;
    padding-left: 25px;
    line-height: 14px;
}
.c4_list ul > li.c4_img .c4_img_cont .c4_neirong{
	font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.c4_list ul > li.c4_img .c4_img_cont .c4_neirong >a{
	display: block;
}
.c4_list ul > li.c4_img .c4_img_cont .c4_neirong:hover >a{
	color: #076ce0;
}
/*===================新闻详情页=============*/
.c3_pro_detail h2.c4_title_info{
	font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px;
}

.c3_pro_detail .c4_flzdf{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
}
.c3_pro_detail .c4_flzdf > ul >li{
	line-height: 26px;
    text-align: center;
    font-weight: normal;
    color: #808080;
    display: inline-block;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    padding: 10px 0;
    margin: 0 5px;
}
/*产品详情页详情*/
.c3_page-related {
	margin-top: 20px;
}
.c3_page-related > h2{
	border-bottom: 2px solid #076ce0;
    font-size: 16px;
    padding-bottom: 5px;
    color: #666;
}
.c3_page-related_con{
	margin-top: 20px;
	padding: 10px;
	line-height: 30px;
}
.c3_page-tag {
	height: auto;
    line-height: 30px;
    color: #999;
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    margin: 15px 0;
}
.c3_shangxia{
	overflow: hidden;
}
.c3_shangxia > p.shangyipian{
	float: left;
}
.c3_shangxia >p.xiayipian{
	float: right;
}
.c3_shangxia > p.shangyipian:hover >a{
	color: #076ce0;
	text-decoration: underline;
}
.c3_shangxia > p.xiayipian:hover >a{
	color: #076ce0;
	text-decoration: underline;
}
.c3_shangxia{
    color: #999;
    font-size: 12px;
	line-height: 20px;
    margin: 20px 0;
}

/*新闻产品相关*/
.c4_four_related .c4_related_xgcp{
	margin-top: 20px;
}
.c4_four_related .c4_related_xgcp >h3{
	border-bottom: 2px solid #076ce0;
    font-size: 16px;
    padding-bottom: 5px;
    color: #333;
}
.c4_four_related .c4_related_xgcp >ul.xiangguanchanpin{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgcp{
	text-align: center;
	margin-top: 20px;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgcp > div{
	max-width: 180px;
	max-height: 135px;
	margin: 0 8px;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgcp > div > a>img{
	width: 100%;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgcp >h3>a{
	font-size: 12px;
	color: #333;    display: block;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.c4_four_related .c4_related_xgcp > ul >li.c4_xgcp >h3>a:hover{
	color: #00599e;
	text-decoration: underline;
}
.c4_four_related .c4_related_xgcp > ul.xiangguanxinwen{
	display: flex;display: -webkit-flex;
	flex-wrap:wrap;justify-content: space-between;
}
.c4_four_related .c4_related_xgcp > ul.xiangguanxinwen:after {content: "";width: 26%; }
.c4_four_related .c4_related_xgcp > ul >li.c4_xgxw{
    margin-top: 15px;
    width: 26%;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgxw >a{
	font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #eee;
    padding-bottom: 8px;
    display: block;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgxw >a:hover{
	color: #00599e;
	text-decoration: underline;
}
/*列表页简介*/
.intro {
	margin-top: 10px;
	padding: 10px;
	background: #fafafa;
	line-height: 26px;
	font-size: 14px;
}
/*详情页摘要*/
.detail_excerpt{
	background:#e8e8e8 ;  ;
	font-size: 12px;
	color: #333;
	padding: 10px 20px;
	line-height: 20px;
    margin: 10px 0 30px 0;
}
.detail_excerpt1{
	border: 1px solid #e5e5e5;
	font-size: 12px;
	color: #333;
	padding: 10px 20px;
	line-height: 20px;
    margin: 30px 0;
    background: #ececec;
}
/*产品列*/
.product {
	
}

.product ul {
	overflow: hidden;
	padding-top: 20px;
}

.product ul li {
	float: left;
	margin: 10px 12px;
}

.product ul li a {
	display: block;
	padding: 1px;
	background: #eee;
	font-size: 14px;
	color: #333;
	width: 280px;
	height: 240px;
}
.product ul li a > div{
	
}
.product ul li a > div>img{
	width: 280px;
	height: 210px;
}
.product ul li a:hover {
	color: #fff;
	background: #076ce0;
}

.product ul li a p {
	text-align: center;
	line-height: 30px;
}
/*产品详情图片*/
.c3_p_box{
	width: 400px;
	height: 300px;
	display: inline-block;
	margin-right: 60px;
	line-height: 300px;
}
.c3_p_box >img{
	    display: block;
	max-width: 400px;
	max-height: 300px;
}
.c3_p_xq{
	width: 325px;
	display: inline-block;
	text-align: center;
}
.c3_p_xq > h1{
	font-size: 18px;
	color: #333;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px;
}
.c3_p_xq > h2{
	height: 1px;
	background: #cccccc;
    margin-bottom: 40px;
    
}
.c3_p_xq  >ul > li{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	border-bottom: 1px dashed #eee;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 2px;
}
.c3_p_xq  >ul > li >a{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.c3_p_xq  >ul > li:nth-last-child(1){
	border: none;
}
.c3_p_xq  >ul >a{
	display: inline-block;
    width: 112px;
    height: 40px;
    background: #076ce0;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 32px;
}
/*内页留言*/
.message{
	width: 555px;
	height: auto;
	overflow: hidden;
	    margin-top: 40px;
}
.message div{
	margin:5px 0;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family: "微软雅黑";
}
.message div input[type="text"]{
	width: 550px;
	height: 45px;
	background: #f1f1f1;
	padding-left: 15px;
	line-height: 45px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	border: none;
}
.message div textarea{
	width: 550px;
	height: 200px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	line-height: 45px;
	background: #f1f1f1;
	border: none;
	padding-left: 15px;
}
.message div input[type="submit"]{
	width: 555px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #076ce0;
	color: #fff;
	cursor: pointer;
	border: none;
}
.ts_code{
	width: 423px !important;
	float: left;
}
.message div img{
	height: 45px;
}
/*下载中心*/
.download_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.download_list:after{
	content: "";
	width: 185px;
}
.download_list dl{
	background: rgba(22,146,124,.5);
	width: 185px;height: 262px;
	border-radius: 6px;
	text-align: center;
	margin-top: 20px;
}
.download_list dl dt{
	padding-top: 18px;
}
.download_list dl dt > a{
	line-height: 0;display: block;
}
.download_list dl dt > a>img{
	width: 150px;
	height: 200px;
}
.download_list dl dd{
	width: 100%;
	margin-top: 15px;
}
.download_list dl dd > a{
	font-size: 16px;
	color: #16927C;
	width: 80%;display: block;
	margin: 0 auto;
	overflow: hidden;text-overflow: ellipsis;
	white-space: pre;
}
/*下载详情*/
.download_img{
	margin-top: 20px;
}
.download_img >img{
	max-width: 400px;height: auto;
}
/*搜索页面*/
.newsli ul{
	
}
.newsli ul li {
	border-bottom: 1px dashed #ccc;
}

.newsli ul li  {
	font-weight: normal;
	display: block;
	
	text-indent: 10px;
	margin: 5px 0;
}

.newsli ul li  a {
	color: #4d4d4d;line-height: 30px;
	font-size: 14px;
	display: block;
	width: 85%;overflow: hidden;text-overflow: ellipsis;
	white-space: pre;
}

.newsli ul li a:hover {
	color: #076ce0;
	
}

/*分页样式*/

.page {
	margin-top: 20px;
}

#pagination {
	height: 40px;
	padding: 20px 10px;
}

#pagination li {
	padding: 0;
	line-height: none;
	height: auto;
	border-bottom: 0;
	background: none;
	float: left;
	margin: 0;
	border-radius: 0 !important;
}

#pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	border-radius: 6px;
	width: auto;
}

#pagination .disabled a,
#pagination .ellipsis a {
	border: 1px solid #ddd;
	color: #ddd;
	cursor: not-allowed;
}

#pagination .disabled a:hover,
#pagination .ellipsis a:hover {
	border: 1px solid #ddd;
	color: #ddd
}

#pagination a:hover {
	color: #076ce0;
	border: 1px #076ce0 solid;
}

#pagination a.cur {
	border: none;
	background: #df1600;
	color: #fff;
}

#pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

#pagination p.paginationRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

#pagination p.paginationRemark b {
	color: red;
}

#pagination p.paginationEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

#pagination .active a {
	background: #076ce0;
	color: #fff
}