﻿/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
/*---------- import ---------*/
@import url('layout.css');
@import url('page.css');
/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 12px Verdana,Arial,Tahoma;
	font-family: 微软雅黑 ;
}
img {
	border: none;
}
a {
	color: #256EB1;
	text-decoration: none;
	font-family: 微软雅黑 ;

}
ul {
	list-style: none;
	margin:0px auto ;
}
input, select, button {
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}
/*---------- stock ---------*/
.zdbhx{
	float: left ;
	width: 100%;
	height:10px;
	background: #0865a2;
}
.tops{
	float: left ;
	width: 100%;
	background:url('../images/top_bj.jpg') no-repeat center top ;  
}
.top_hyc{
	float: left ;
	width: 100%;
	max-height:30px;
	overflow: hidden ;
}
.top_hyc h1{margin: 0;}
.top_hy{
	float: left ;
	width:70%;
	font-size:14px;
	color: #2b2b2b;
	line-height:30px;
}
.top_wzdt{
	float: right;
	width:30%;
}
.top_wzdt ul li{
	float: left ;
	width: 25%;
	line-height:30px;
}
.top_wzdt ul li.wangzdt{
	float:  right ;
	background:url('../images/top_wzdt1.png') no-repeat left center ; 
	padding-left:23px;
}
.top_wzdt ul li a{
	font-size:14px;
	color: #2b2b2b;
}
.top_wzdt ul li.wzsy{
	float: right;
	background:url('../images/top_wzdt.png') no-repeat left center ; 
	padding-left:23px;
}
.top_wzdt ul li.zxly{
	float:  right;
	background: url('../images/top_zxly.png') no-repeat left center ; 
	padding-left:23px;
}
.top_logo{
	margin-top: 10px;
	height: 120px;
	float: left ;
	width: 100%;
}
.logo{
	float: left;
	width:50%
}
.logo img{
	width:100%;
	max-width:600px;
	overflow: hidden ;
}
.top_logoyc{
	float: right ;
	width: 42%;
}
.top_ewm{
	float: left ;
	max-width:120px;
	overflow: hidden ;
	margin-left:20px;
	margin-top:20px;
}
.top_ewm img{
	width: 100%;
}
.top_dianhua{
	float: right ;
	max-width: 343px;
	overflow: hidden ;
	margin-top:13px;
}
.top_dianhua img{
	width:100%;
}
.heads {
	width: 100%;
	background:#0865a2;
}
.navbar-brand {
	height: auto;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

.navbar-nav {
	float: left ;
	width:100%;
}
.navbar-default {
	border: none;
	background: none;
	min-height: auto;
	margin-bottom: 0;
}
ul.nav.navbar-nav li a {
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	padding: 0px 17px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 微软雅黑;
	text-align: center ;
}

ul.nav.navbar-nav li {
float: left ;
width: 14%;
text-align: center ;
}

ul.nav.navbar-nav li a:hover {
	color:#fff;
	background:#e5322d;
}
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background:#e5322d!important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

ul.nav.navbar-nav li.active a {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: none!important;
}
.daohanght{
	float: left ;
	width: 100%;
	background:#e5322d;
	height:2px;
}
/**************************************banner*****************/
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
	float: left ;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: 微软雅黑;
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: 微软雅黑;	
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}
/*****搜索*****/
.rmsss{
	float: left ;
	width: 100%;
	background:#f5f5f5;
}
.rmgjc{
	float: left ;
	width: 40%;
	line-height:72px;
	font-size:14px;
	color:#4d4d4d;
	background:url('../images/rmgjc.jpg') no-repeat left center ; 
	padding-left:30px;
}
.rmgjc a{font-size:14px;
	padding-right:10px;
	color:#4d4d4d;
}
.sousuo{
	float: right ;
	width: 22%;
	position:relative;
}
/******产品******/
.chanpins{
	float: left ;
	width: 100%;
	padding-top:60px;
	padding-bottom:30px;
}
.chanpinfl{
	float: left ;
	width: 23%;
	background:#f5f5f5;
	padding-top:14px;
}
.cpflmc{
	float: left ;
	width: 100%;
	background:url('../images/fl_logo.jpg') no-repeat 13px center ; 
	font-size: 21px;
	color: #0865a2;
	padding:10px 0px;
	padding-left:92px;
	font-weight:bold;
	line-height:20px;
}
.cpflmc span{
	font-size:10px;
	color: #828282;
	font-weight: lighter ;
	text-transform: uppercase ;
}
.cpflname{
	float: left ;
	width: 100%;
	line-height:43px;
	margin-top:15px;
	background:#0865a3 url('../images/cpfltp.jpg') no-repeat 34px center ; 
	font-size:20px;
	color: #fff;
	padding-left:70px
}
.cpflnr{
	float: left ;
	width: 100%;
}
.cpflnr ul li{
	float: left ;
	width: 100%;
	line-height:40px;
}
.cpflnr ul li a{
	padding-left:62px;
	font-size:16px;
	color: #343434;
	width:95%;
	float: left ;
}
.cpflnr ul li a:hover{
	color:#e5322d;
	background:url('../images/sbjgxs.jpg') no-repeat right center ; 
}
.cpfldh{
	float: left ;
	width: 100%;
	background:#0865a3 url('../images/fldhbq.jpg') no-repeat 17px center ;
	font-size:16px;
	color: #fff;
	padding:23px 0px 23px 72px;
}
.cpfldh span{
	font-size:25px;
	font-weight:bold;
}
.cpzsnr{
	
}
.cpzsdt{
	float:right;
	background:url('../images/cptpdt.jpg') no-repeat left top ;
	width:100%;
	padding-bottom:40px;
}
.cpzsdtp{
	float: right;
	width:29%;
}
.cpzsdtname{
	float: left;
	width:100%;
	margin-top:45px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.cpzsbtnr{
	float: left ;
	width:100%;
	padding-right:24px;
	font-size:14px;
	color:#fff;
	line-height:26px;
	margin-top:19px;
	text-indent:2em;
}
.cpzsdtgd{
	float: left ;
	width:147px;
	border:1px #fff solid;
	line-height:47px;
	text-align: center ;
	border-radius:10px;
	margin-top:48px;
}
.cpzsdtgd a{
	font-size:14px;
	color:#fff;
}
.cpzstp{
	float: left ;
	width: 100%;
	margin-top:20px;
}
.cpzstp ul li{
	float: left ;
	width:23%;
	margin-bottom:15px;
	margin-right:2%;
}
.cpzstp ul li a{
	float: left ;
	width:100%;
}
.cpzstp ul li a .cpzsimg{
	float: left ;
	width:100%;
	height:200px;
	overflow:hidden;
}
.cpzstp ul li a .cpzsimg img{
      cursor: pointer;
  transition: all 0.6s;
  width:100%;height: 100;
}
.cpzstp ul li a:hover .cpzsimg img{
	transform: scale(1.4);
}
.cpzstp ul li a  .cpzstname{
	float: left ;
	width:100%;
	line-height:45px;
	border-bottom:4px #e2e2e2 solid ;
	text-align: center ;
	font-size:16px;
	color:#0b0b0b;
	background:#f5f5f5;
}
.cpzstp ul li a:hover .cpzstname{
	border-bottom:4px #0865a3 solid ;
}
.hengtiaos{
	float: left ;
	width:100%;
	min-width:1200px;
}
.hengtiaos img{
	width:100%;
}
/******优势*******/
.youshis{
	float: left ;
	width: 100%;
	padding-top:60px;
	background:url('../images/ysbj.jpg') no-repeat center center ; 
	padding-bottom:30px;
}
.youshibt{
	float: left ;
	width:100%;
	text-align: center ;
	font-size:31px;
	color:#202020;
	background:url('../images/ysmcfg.png') no-repeat center bottom;
	padding-bottom:35px; 
}
.youshibt span{
	font-weight:bold;
	color:#0865a3;
}
.ysfbt{
	float: left ;
	width: 100%;
	font-size:12px;
	color:#b2b2b2;
	line-height:50px;
	text-align: center ;
}
.ys1{
	float: left ;
	width:100%;
	margin-top:20px;
}
.yssz{
	float: left ;
	width:87px;
}
.yssz img{
	width:100%;
}
.yswz{
	float: left ;
	width:50%;
	margin-left:1%;
}
.yswzbt{
	float: left ;
	width:100%;
	font-size:18px;
	color:#2f2f2f;
	font-weight:bold;
}
.yswzbt span{
	font-size:14px;
	color:#a5a5a5;
	font-weight:lighter;
	text-transform:uppercase;
}
.yswzjs{
	float: left ;
	width:100%;
	font-size:16px;
	color:#2a2a2a;
	line-height:25px;
	margin-top:40px;
	padding-left:20px;
	background:url('../images/ysnrfbt.png') no-repeat left 5px ; 
}
.ysimg{
	float: right ;
	width:473px;
}
.ysimg img{
	width:100%;
}
.ys2{
 float: left ;
 width: 100%;
 margin-top:20px;
}
.ysimg2{
 float: left ;
 width:529px;
}
.ysimg2 img {
	width:100%;
}
.yssz2{
	float: left ;
	width:84px;
}
.yssz2 img{
	width:100%;
}
.yswz2{
	float: right ;
	width:48%;
}
.yswzbt2{
	float: left ;
	width:100%;
	font-size:18px;
	color:#2f2f2f;
	font-weight:bold;
}
.yswzbt2 span{
	font-size:14px;
	color:#a5a5a5;
	font-weight:lighter;
	text-transform:uppercase;
}
.yswzjs2{
	float: left ;
	width:100%;
	font-size:16px;
	color:#2a2a2a;
	line-height:25px;
	margin-top:40px;
	padding-left:20px;
	background:url('../images/ysnrfbt.png') no-repeat left 5px ; 
}
.ys3{
	float: left ;
	width:100%;
	margin-top:20px;
}
/******实力******/
.shili{
	float: left ;
	width:100%;
	padding-top:60px;
	padding-bottom:40px;
}
.shilibt{
	float: left ;
	width:100%;
	background:url('../images/sizsbtbj.jpg') no-repeat center center ; 
	font-size:31px;
	color:#0865a2;
	line-height:40px;
	text-align: center ;
	margin-bottom:30px;
}
.shilizs1{
	float: left ;
	width: 100%;
	position:relative;
	overflow:hidden;
	height:270px;
}
.zhanshisl{
	float: left ;
	width: 100%;
	margin-bottom:15px;
}
.shilizstp{
	float: left ;
	width: 100%;
	height:100%;
}
.shilizstp a img{
	width:100%;
}
.shilizsname{
	position:absolute;
	background: url('../images/slzsnmbj.png') no-repeat left top; 
	bottom:0px;
	left:0px;
	padding-left:34px;
	line-height:43px;
	width:100%;
}
.shilizsname a{
	font-size:16px;
	color:#fff;
}
.shilizs2{
	float: left ;
	width: 100%;
	position:relative;
	overflow:hidden;
	height:270px;
	background:#1a2129;
}
.shilizsgd{
	float: left ;
	width: 100%;
	text-align: center ;
	background:url('../images/slzsgd.png') no-repeat center bottom ; 
	font-size:30px;
	color:#fff;
	font-weight:bold;
	padding-top:72px;
	padding-bottom:70px;
}
.shilizsgd span{
	font-size:31px;
	font-weight:lighter;
}
/********公司简介******/
.gsjjs{
	float: left ;
	width: 100%;
	background:url('../images/gsjjbj.jpg') no-repeat center top ; 
	padding:30px 0px;
}
.gsjjnr{
	float: left ;
	width: 100%;
	background:#fff;
	padding:50px 30px 29px 40px;
}
.gsjjnrimg{
	float: left ;
	width:442px;
}
.gsjjnrimg img {
	width:100%;height: 300px;
}
.gsjjnrwz{
	float: right ;
	width:55%;
}
.gsjjbt{
	float: left ;
	width:100%;
	font-size:37px;
	line-height:35px;
	color:#c7c7c7;
	font-weight:bold ;
	text-transform:uppercase;
}
.gsjjbt span{
	font-size:20px;
	color:#0865a3;
}
.gsjjnrjs{
	float: left ;
	width:100%;
	font-size:16px;
	color:#000000;
	line-height:38px;
	margin-top:15px;
	text-indent:2em;
}
.gsjjlm{
	float: left ;
	width: 40%;
	margin-top:20px;
}
.gsjjlm ul li{
	float: left ;
	width: 45%;
	margin-right:5%;
	background:#333333;
	line-height:35px;
	text-align: center ;
}
.gsjjlm ul li a{
	font-size:16px;
	color:#fff;
}
/*******新闻*****/
.xinwen{
	float: left ;
	width:100%;
	padding-top:60px;
	padding-bottom:30px;
}
.box{width:100%;}

.tab_menu{overflow:hidden; width:100%;background:#f4f4f4;}

.tab_menu li{width:150px;float:left;line-height:49px;text-align:center;cursor:pointer;}

.tab_menu li.current{color:#fff;background:#0865a2;}

.tab_menu li a{color:#555555; font-size:20px; text-decoration:none;}

.tab_menu li.current a{color:#fff;}
.tabgd a{
	float: right ;
	line-height:49px;
	color:#e5322d;
	padding-right:20px;
	font-size:14px;
}

.tab_box{ float: left ; width:100%;}

.tab_box li{ float: left ;width:100%; margin-top:30px;border-bottom:1px #a2a2a2 solid ; padding-bottom:25px;}
.tab_box li a{
	float: left ;width:98%; background:url('../images/xwhot1.jpg') no-repeat right top ; 
}
.tab_box li a:hover{
	background: url('../images/xwhot.jpg') no-repeat right top ; 
}
.tab_box li a .xinwtime{
	float: left ;
	width:103px;
	text-align: center ;
	font-size:28px;
	color: #000;
	font-weight: bold ;
	line-height:28px;
}
.tab_box li a .xinwtime span{
	font-size:14px;
	font-weight: lighter ;
}
.tab_box li a .xinwnr{
	float: left ;
	width: 378px
}
.tab_box li a:hover .xwname{
	color:#e5322d;
}
.tab_box li a .xwname{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #000;
	height: 21px;overflow: hidden;
}
.tab_box li a .xwnrjs{
	float: left ;
	width: 100%;
	font-size:14px;
	color:#6b6b6b;
	line-height:30px;
}
.cjwt{
	float: left ;
	width: 100%;
	background:#0865a2;
	font-size:20px;
	color:#fff;
	padding-left:23px;
	line-height:49px;
}
.cjwt a{
	font-size:14px;
	float: right;
	line-height:49px;
	color: #fff;
	margin-right:13px;
}
.cjwtnr{
	float: left ;
	width: 100%;
	margin-top:16px;
}
.cjwtnrimg{
	float: left ;
	width: 100%;
}
.cjwtnrimg a{
	width: 100%;
}
.cjwtxw{
	float: left ;
	width: 100%;
}
.cjwtxw ul li{
	float: left ;
	width: 100%;
	margin-top:20px;
	border-bottom:1px #a2a2a2 solid ;
	padding-bottom:25px;
}
.cjwtxw ul li a{
	float: left ;width:100%;
}
.cjwtxw ul li a .cjwtxww{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #000;
}
.cjwtxw ul li a .cjwtxww span{
	font-size:14px;
}
.cjwtxw ul li a .cjwtxwd{
	float: left ;
	width: 100%;
	font-size:14px;
	color:#6b6b6b;
	line-height:25px;
	margin-top:5px;
}
/********foot*****/
.foots{
	float: left ;
	width:100%;
	background:url('../images/footbj.jpg') no-repeat center top ; 
	padding-top:25px;
}
.footlog{
	float: left ;
	width: 20%;margin-top: 20px;
}
.footdblg{
	float: left ;
	width: 100%;
	max-width:151px;
}
.footdblg img{
	width:100%;
}
.footljzx{
	float: left ;
	width: 120px;
	line-height:30px;
	background:#e5322d;
	text-align: center ;
	border-radius:5px;
	margin-top: 20px;
}
.footljzx a{
	font-size:14px;
	color: #fff;
}
.footlx{
	float: left ;
	width: 30%;
	margin-top:34px;
	border-left:1px #b7b7b7 solid ;
}
.footlxfs{
	float: right;
	width:83%;
	background: url('../images/footlxwmxhx.jpg') no-repeat left bottom ; 
	font-size:18px;
	color: #fff;
	padding-bottom:14px;
}
.footlxfsnr{
	float: right ;
	width:83%;
	font-size:14px;
	margin-top:10px;
	color:#e3e2e2;
	line-height:35px;
}
.footcplm{
	float: left ;
	width: 21%;
	margin-left:8%;
	margin-top:34px;
	border-left:1px #b7b7b7 solid ;
}
.footcplm1{
	float: right;
	width:83%;
}
.footcplm1 ul{
	float: left ;
	width: 100%;
}
.footcplm1 ul li{
	float: left ;
	width: 50%;
	line-height:15px;
	margin-top:20px;
}
.footcplm1 ul li a{
	font-size:14px;
	color:#e3e2e2;
}
.footewm{
	float: right ;
	width:12%;
	border-left:1px #b7b7b7 solid ;
	margin-right:8%;
}
.footewmimg{
	float: right ;
	width:83%;
	margin-top:20px;
	font-size:14px;
	line-height:50px;
	color:#e3e2e2;
}
.footbqsys{
	margin-top:30px;
	border-top:1px #b7b7b7 solid ;
	float: left ;
	text-align: center ;
	font-size:14px;
	line-height:50px;
	width: 100%;
	color: #fff;
}
.footbqsys a{
	font-size:14px;
	color:#fff;
}

.pagination-wrapper1 {
	margin: 20px 0;float:left;
}
.pagination1 {
	height: 34px;
	text-align: center;
}
.pagination1 li {
	display: inline-block;
	height: 28px;
	
	padding: 0 8px;
	font-size: 16px;

	color: #333;

}
.pagination1 li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 0 8px;border: 1px solid #ccc;margin-right: 5px;
}
.pagination1 li a:hover {
	background: #1f96ef;
	color: #fff;
	
}
.pagination1 li a.active {
	background: #1f96ef;
	color: #fff;
	
	
}
.pagination1 li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #971b21;
	color: #fff;
	cursor: default;
}
.footer_nav{
	display: none ;
	background:#30343f;
}
.foot_nav{ width:33%; float:left;text-align:center; line-height: 28px;} 

.foot_nav a{color:#fff;display:block; font-size: 16px;}
.foot_nav a:hover {
	color: #fff;
}

.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}

.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.foot_nav span img{
	width: 25%;
}






.nylist {
    width:267px;
    height:auto !important;
    margin:0px auto;
    padding:0px;
    overflow:hidden;
    clear:both;
    position:relative;
    float:left;
}
ul, ol{list-style:none outside none}

.nylist {
    width:267px;
    height:auto !important;
    margin:0px auto;
    padding:0px;
    overflow:hidden;
    clear:both;
    position:relative;
    float:left;
}


.left_nav{border:0px solid #e6e6e6; border-top:0; overflow:hidden; padding:0;}
.left_nav ul{margin-top:-1px;}
.left_nav li{padding:0 20px; border-bottom:1px solid #c2c2c2;}
.left_nav li .t{height:65px; line-height:65px; text-align: center ; position:relative}
.left_nav li .t i{position:absolute; left:0; top:0; width:18px; height:65px; cursor:pointer}
.left_nav li .t a,.left_nav li .t.hover:hover a{color:#000; font-size:16px;}
.left_nav li .t:hover a{color:#000; font-weight:bold;}
.left_nav li .txt{padding:0 0 20px 18px; display:none}
.left_nav li .txt p{line-height:30px; height:30px; overflow:hidden}


.fany{height: 45px;line-height: 45px;overflow: hidden;}
.fany .p1{float: left;width: 50%;overflow: hidden;}
.fany .p2{float: right;width: 50%;overflow: hidden;}
.fany .p1 a,.fany .p2 a{font-size: 16px;font-weight: bold;}