@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	position: relative;
	z-index: 999999;
	border-bottom: 5px solid #0056d5;
}
.head .head_top{
	background: #ededed;
	line-height: 35px;
	position: relative;
	color: #454545;
}
.head .head_top a{
	padding: 0 15px;
	color: #454545;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	padding: 10px 0;
}
.head .tel{
	padding: 10px 0 10px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 16px;
	line-height: 31px;
	color: #454545;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #008fff;
}

.head .head_bot{
	background: #888;
}
.head .head_bot ul li{
	float: left;
	width: 170px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}
.head .head_bot ul li a{
	color: #fff;
}
.head .head_bot ul li:hover{
	background:#0056d5 url(../images/nav2.png) no-repeat 10px center;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:550px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background:rgba(0,0,0,0.2);
	border-radius: 11px;
}

.flex-control-paging li.active{
	background: #008fff;
}

.flex-control-paging li a {
	display: block;
	height: 11px;
	overflow: hidden;
	text-indent: -99em;
	width: 11px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*product start*/
.product{
	background:#ededed url(../images/probg.jpg) repeat-y center;
	padding-top: 10px;
}
.pro_list{
	width: 289px;
	text-align: center;
}
.list p{
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	border-bottom: 5px solid #ededed;
	padding-bottom: 10px;
}
.pro_list li a{
    width: 289px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_list li .one{
	background: #0056d5 url(../images/list.png) no-repeat 240px center;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #ededed;
	padding-right: 40px;
	width: 249px;
}
.pro_list .two li a{
	background: rgba(255,255,255,0.5);
	border-bottom: 1px solid #ededed;
	line-height: 25px;
	font-size: 15px;
}
.pro_list .two li:hover a{
	color: #0056d5;
	border-bottom: 1px solid #0056d5;
}
.pro_list .nLi{
	position: relative;
}
.pro_list .sub{
	display: none;
	left: 289px;
	top: 0px;
	position: absolute;
	z-index: 9999;
	padding-left: 10px;
	background: url(../images/sjx.png) no-repeat left 10px;

}
.pro_list .sub li a{
	width: 200px;
	line-height: 30px;
	background: rgba(0,86,213,0.5);
	border-left: 2px solid #0056d5;
}
.pro_list li:nth-child(9) .one{
	border-bottom: 1px solid #0056d5;
}

.product .pro_body{
	width: 860px;
	margin-top: 4px;
}

.product .pro_body .pro_bodytop{border-bottom: 5px solid #0056d5;
    margin-bottom: 20px;
    padding-bottom: 10px;}
.product .pro_body .pro_bodytop p{font-size: 16px;line-height:32px;display: block;font-weight: normal;color: #454545;}
.product .pro_body .pro_bodytop a{font-size: 16px;color: #888; line-height: 30px; padding-top: 30px;}
    
.product .pro_body b{
	font-size: 16px;
	line-height: 30px;
	display: block;
	font-weight: normal;
	color: #454545;
}
.product .pro_body b a{
	font-size: 16px;
	color: #888;
}
.product .pro_body b a:hover{
	color: #0056d5;
	border-bottom: 1px solid #0056d5;
}
.product .pro_body b:nth-child(2){
	border-bottom: 5px solid #0056d5;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.product .pro_body ul li{
	float: left;
	margin-left:40px;
	margin-bottom: 40px;
}
.product .pro_body ul li:nth-child(1) {
	margin-left: 0;
}
.product .pro_body ul li:nth-child(4) {
	margin-left: 0;
}
.product .pro_body ul li:nth-child(7) {
	margin-left: 0;
}
.product .pro_body ul li a .img{
	width: 260px;
	height: 195px;
	overflow: hidden;
}

.product .pro_body ul li a .img img{
	cursor: pointer;
	transition: all 1s;
}
.product .pro_body ul li a .img img:hover{
	transform: scale(1.2);
}

.product .pro_body ul li p{
	width: 260px;
	background: #888;
	line-height: 30px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #fff;
	border-bottom: 5px solid #0056d5;
}
.product .pro_body ul li:hover p{
	background: #0056d5;
	color: #fff;
	border-bottom: 5px solid #008fff;
}
/*product end*/

.title{
	background: url(../images/title.png) no-repeat center;
	margin-bottom: 20px;
	text-align: center;
}
.title b{
	font-size: 30px;
	color: #454545;
}
.title p{
	font-size: 20px;
	color: #888;
	text-align: center;
}

/*company start*/
.company{
	background: #ededed url(../images/combg.jpg) no-repeat center bottom;
	padding: 30px 0;
}

.company .com_body b{
	font-size: 18px;
	line-height: 30px;
	color: #0056d5;
	padding-left: 30px;
	background: url(../images/gs.png) no-repeat center left;
}
.company .com_body p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #454545;
}
.company .com_body a{
	margin: 10px 0;
	color: #fff;
	background: #0056d5;
	padding: 0 15px;
	font-size: 15px;
	line-height: 30px;
}
.company .com_body a:hover{
	background: #008fff;
}
.company .com_body ul li{
	float: left;
	width: 300px;
	padding-top: 10px;
	border-top: 1px dashed #0056d5;
}
.company .com_body ul li img{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.company .com_body ul li p{
	font-size: 15px;
	line-height: 25px;
	text-indent: 0;
	color: #454545;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*company end*/

/*advantage start*/
.advantage{
	background: #ededed url(../images/advbg.jpg) no-repeat center;
	padding-bottom: 30px;
}
.advantage .tit{
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.advantage .tit b{
	font-size: 25px;
	line-height: 60px;
	color: #454545;
}
.advantage .tit span{
	font-size: 50px;
	margin: 0 20px;
	font-style: italic;
	color: #0056d5;
}
.advantage .tit p{
	font-size: 16px;
	text-align: center;
	color: #888;
	line-height: 30px;
}

.advantage .adv_body ul li{
	float: left;
	width: 230px;
	text-align: center;
	padding: 10px 35px;
}
.advantage .adv_body ul li img{
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}
.advantage .adv_body ul li b{
	font-size: 20px;
	color: #454545;
	line-height: 35px;
	width: 220px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.advantage .adv_body ul li b:nth-child(3){
	margin-bottom: 5px;
	border-bottom: 5px solid #0056d5;
}
.advantage .adv_body ul li p{
	font-size: 15px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 25px;
	text-indent: 20px;
	width: 220px;
	background: url(../images/lx2.png) no-repeat left 2.5px;
}
/*advantage end*/

/*case start*/
.case{
	background: url(../images/casebg.jpg) no-repeat center;
	padding: 30px 0;
}

.case .title{
	background: none;
}

.case .case_body ul li{
	float: left;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	margin: 0 20px;
	padding: 5px;
	background: url(../images/caseimg1.png) no-repeat center;
}
.case .case_body ul li:hover{
	background: url(../images/caseimg2.png) no-repeat center;
}

.case .case_body .txt{
	width:250px;
	height:30px;
	background:rgba(0,0,0,0.2);/*透明背景色，不透明其文字内容*/
	position:absolute;
	left:0;
	bottom:0;
	color:#444;
	font-family:"微软雅黑";
	text-align: center;
	font-size: 18px;
	margin: 0 0 5px 5px;
}
.case .case_body .txt p{
	font-size:14px;
	text-align:center;
	position: relative;
	line-height: 30px;
	color: #fff;
}
.case .case_body .txt p:hover {
	color: #008fff;
}
.case .case_body .case_name{
	width: 250px;
	height: 25px;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size: 15px;
	color: #fff;
}
.case .case_body .case_name:hover{
	color: #008fff;
}
/*case end*/

/*new start*/
.new{
	background: #ededed;
	padding: 30px 0;
}
.new_body .tabl{
	float:left;
	width:782px;
	background: url(../images/newbg.png) no-repeat center;
}
.new_body .tablist{
	width:780px;
	height:50px;
	border:1px solid #e6e6ef;
	background:#f0f0f2;
}
.new_body .tablist li{
	font-size:18px;
	cursor:pointer;
	width:390px;
	float:left;
	color:#333;
	line-height:50px;
	text-align:center;
}
.new_body .tablist li:nth-child(4){
	background:0 0;
}
.new_body .tablist li.on,.new_body .tablist li:hover{
	width: 390px;
	background: #30A333;
	height: 48px;
	position: relative;
	top: -1px;
	color: #fff;
	border-top: 4px solid #FF7608;
}
.new_body .tabcont{
	width:780px;
	border-top:0;
}
.new_body .topn{
	padding-bottom:15px;
	border-bottom:1px dashed #008fff;
	margin-bottom:10px;
}
.new_body .topn .img{
	width:243px;
	height:140px;
	margin-right:32px;
}
.new_body .topn .word{
	width:505px;
	overflow:hidden;
}
.new_body .topn .title1 > a{
	color:#333;
	font-size:16px;
	width:350px;
	font-weight:700;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: normal;
}
.new_body .topn .title1 > a:hover{
	color: #008fff;
}
.new_body .topn .time{
	color:#b8b8c6;
	font-size:14px;
	position:relative;
	top:5px;
}
.new_body .topn .desc{
	color:#666;
	font-size:14px;
	line-height:21px;
	margin-top:15px;
	width:505px;
	height:42px;
	overflow:hidden;
}
.new_body .topn .xx{
	width:93px;
	display:block;
	color:#fff;
	line-height:25px;
	text-align:center;
	font-size:14px;
	margin-top:13px;
	background: #0056d5;
}
.new_body .topn .xx:hover{
	background:#008fff;
}
.new_body .nl li{
	padding-left:26px;
	width:756px;
	height:28px;
	background:url(../images/cont5_listbg.png) no-repeat left;
}
.new_body .nl a{
	color:#666;
	display:inline-block;
	width:560px;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_body .nl a:hover{
	color:#008fff;
}
.new_body .nl span{
	float:right;
	color:#d0d0d9;
}
.new_body .nl .more{
	display:block;
	line-height:25px;
	text-align:center;
	font-size:14px;
	margin-top:10px;
	width: 93px;
	background: #0056d5;
	color: #fff;
}
.new_body .nl .more:hover{
	background:#008fff;
	color: #fff;
}

.new .tab2{
	overflow: hidden;
	border-radius: 0 30px 0 0;
	border-bottom: 5px solid #0056d5;
	box-shadow: 0 10px 10px #aaa;
}
.new .tab2 img{
	margin-bottom: 15px;
}
.new .tab2 b{
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 340px;
	margin: 0 20px;
	font-weight: normal;
}
.new .tab2 p{
	width: 340px;
	margin: 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-indent: 2em;
}
.new .tab2 .con_bot{
	border-top: 1px solid #ededed;
	padding: 5px 20px;
	margin-top: 10px;
}
.new .tab2 .con_bot span{
	font-size: 15px;
	line-height: 30px;
	color: #888;
}
.new .tab2 .con_bot a{
	font-size: 15px;
	line-height: 30px;
	color: #888;
}
.new .tab2 .con_bot a:hover{
	color: #008fff;
}
/*new end*/

/*footer start*/
.foot{
	padding-top: 30px;
	background: #dfdfdf url(../images/footbg.jpg) no-repeat center top;
}
.foot .foot_body ul{
	height: 40px;
	line-height: 40px;
	background: #888;
	border-radius: 5px;
}
.foot .foot_body ul li{
	float: left;
	width: 171px;
	text-align: center;
	font-size: 16px;
	background: url(../images/dot.png) no-repeat center right;
}
.foot .foot_body ul li:nth-last-of-type(1) {
	background: none;
}
.foot .foot_body ul li a{
	color: #fff;
}
.foot .foot_body ul li a:hover{
	color: #0056d5;
}
.foot .foot_body .lxwm{
	position:relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.foot .foot_body span{
	padding:0 20px;
	color: #454545;
	display: inline-block;
	font-size: 16px;
	line-height: 200%;
}
.foot .foot_body .lxwm a{
	color: #454545;
}

.foot .foot_bot{
	background: #0056d5;
}
.foot .foot_bot b{
	padding:0 15px;
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	font-weight: normal;
}
.foot .foot_bot a{
	font-size: 15px;
	color: #fff;
	line-height: 35px;
}
/*footer end*/