body{
	background:#fff;
}
/*头部*/
.head{
	width:100%;
	background:#fff;	
	position: relative;
	z-index: 99;
	height:83px;
	box-shadow: 0px 1px 5px 0px #1D1D1D;
	position: fixed;
	top:0px;
	left:0px;
}
.head_con{
	width:1200px;	
	margin:0 auto;
}
.head h1{
	float:left;
	height:83px;
}
.head_tel{
	float:right;
	font-size:14px;
	color:#1d1d1d;
	margin-right:23px;
	background:url(../../images/tel_bg.jpg) no-repeat left center;
	padding-left:30px;
}
.head_tel span{padding-left:10px}
.head_tel span a{color:#000;}
#dd-navigation{	
	float:left;
        width:700px;
	height:83px;
	margin-left:60px;	
}
#nav-strip{
	width:100%;	
    position: relative;
    z-index: 16; 
    text-align: center;  
}
#nav-strip  ul{	
	float:left;	
}
.nav-item{ 
	float:left;
	position:relative;	
	text-align:center;
	z-index: 10;	
	margin:0px 18px;
}
.nav-item a span{	
	display: block;	
	height:38px;
	color: #333333;		
	line-height:38px;	
	font-size:16px;		
}
.current{
	transition: all 0.3s ease;
	-moz-transition:all 0.3s ease; /* Firefox 4 */
	-webkit-transition: all 0.3s ease; /* Safari 鍜� Chrome */
	-o-transition: all 0.3s ease; /* Opera */
	border-bottom:3px solid #084f6b;
}
.banner li.nav-item:hover{
	transition: all 0.3s ease;
	-moz-transition:all 0.3s ease; /* Firefox 4 */
	-webkit-transition: all 0.3s ease; /* Safari 鍜� Chrome */
	-o-transition: all 0.3s ease; /* Opera */
	border-bottom:3px solid #084f6b;
}
.current .subnav{
	display: block;
}
.current .subnav .subnav-inner{
	display:none;
}
.current:hover .subnav .subnav-inner{
	display:block;
	width:136px;;
	margin-left:2px;	
}
.nav-item .subnav{
	display: none;
}
.nav-item:hover a{
	text-decoration: none;	
}
.nav-item .subnav,#nav-strip ul li.current .subnav{
	float:left;
	position:absolute;
	top:28px;
	left:0px;			
	z-index: -1;	
}
#nav-strip ul li.current .subnav {
	display: block;	
}
.subnav-inner {
	float: left;	
}
.subnav ul{
	float: left;
	width:140px;
	margin-left:-35px;
	padding-bottom:15px;	
	padding-top:24px;
}
.subnav ul li{	
	display:block;	
	height:50px;
	text-align: left;
	line-height:50px;	
	background:#084f6b;
	padding-left:15px;
	border-bottom: 1px dashed #759dd2;
}
.subnav ul li:last-child{
	border:none;
}
.subnav ul li:hover{
	background:#18789e;
}
.nav-item:hover .subnav{
	display: block;
}
#nav-strip ul li a{	
	color:#fff;
	display:block;	
	font-size: 14px;	
}
#nav-strip ul li a:hover{	
	color:#fff;	
}
/*关于我们*/
.about{
	width:1200px;
	margin:30px auto;
}
.about_con{
	width:1200px;
	height:380px;
	margin-top:10px;
}
.about_con img{
	float:left;
}
.about_con dl{
	float:right;
	width:600px;
	
}
.about_con dl dt span{
	font-size:58px;
	color:#eaedef;
	position: absolute;
	top:0px;
	left:5px;
	font-weight: normal;
	font-family: arial;
	z-index: 5;
	line-height: 60px;
}
.about_con dl dt{
	width:100%;
	position: relative;
	height:100px;
	margin-bottom:40px;
}
.about_con dt:after{	
    content: '';
    position: absolute;
    background-color: #084f6b;
    width:134px;
    height: 4px;
    bottom:0px;
    right:15px;
}
.about_con dl dt i{	
	font-size:28px;
	color:#084f6b;
	position: absolute;
	top:32px;
	z-index: 10;
	left:5px;	
}
.about_con dl dd{
	text-indent: 2em;
	font-size:16px;
	color:#262626;
	line-height: 25px;
	margin-bottom:25px;
}
.about_con dl dd a{
	display: block;
	margin-top:25px;
	width:176px;
	height:30px;
	line-height: 30px;
	font-size:15px;
	color:#464646;
	border:1px solid #084f6b;
	text-decoration: none;
}
.about_con dl dd a:hover{
	background:#084F6B;
	color:#fff;
}
/*产品中心*/
#tabbox{
	width:100%;
	margin-top:50px;
	min-width: 1200px;
	background:#084f6b;
	padding-bottom:28px;
	padding-top:35px;
}
#tabbox h3.text-center{
	color:#fff;
}
#tabbox p.text-center{
	color:#fff;
}
#tabbox h3.text-center:after{
	background:#fff;
}
.tabs{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	text-align:center;
}
.tabs li{
	display: inline-block;
	height:40px;
	margin:0px 10px;
}
.tabs li a{
	display:inline-block;
	font-size:18px;
	color:#084f6b;
	height:30px;
	line-height:30px;
	text-decoration: none;	
	background:#fff;
	border:1px solid #084f6b;
	padding:0px 20px;
}
.tabs li span{
	float:right;
	width:10px;
	height:25px;	
}
.tabs li:last-child span{
	display: none;
}
.tabs li:last-child a{
	margin:0px;
}
.tabs li.thistab a{
	color:#fff;
	background:#18789e;
}
.tabs li:hover a{
	color:#fff;
	background:#18789e;
}
#tab_conbox{
min-height:200px;
}
.tab_con{
	width:1220px;
	margin:0 auto;
	margin-top:40px;
}
.tab_pro{
	float:left;
	width:287px;
	margin:0px 8px;	
}
.tab_pro i{
	display:block;
	width:287px;
	height:244px;	
	overflow:hidden;
	margin-bottom:5px;
}
.tab_pro img{
	width:287px;
	height:244px;
}
.tab_pro:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2); 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.tab_pro p{	
	font-size:18px;
	color:#084f6b;
	height:40px;
	line-height:40px;	
	font-weight: normal;	
	padding-left:20px;
	background:#fff url(../../images/pro_txtbg.png) no-repeat 250px center;
}
#service{
	min-width:1140px;
}
.col-md-6{
	float:left;
	width:50%;
}
.more{
	width:100%;
	text-align:center;
	margin-top:32px;
}
.more a{
	display:inline-block;
	width:90px;
	height:30px;
	line-height:30px;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
}
.more a:hover{
	width:140px;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
}
/*新闻中心*/
.news{
	width:1200px;
	margin:50px auto 63px;
}
#wrap{	
	width:100%;	
	height: auto;;	
	min-width: 1200px;	
	position: relative;
	margin-top:100px;
}
.hiSlider{
	overflow: hidden;
	height:auto;
	width:100%;	
	padding:5px 0px;
}
.hiSlider-btn-prev,.hiSlider-btn-next{	
	width:53px;
	height:93px;
	position:absolute;
	top:50%;
	margin-top:-46px;	
	font-size:0;
}
.hiSlider-btn-prev{
	background:url(../../images/box_left.jpg) no-repeat;
	left:35px;
}
.hiSlider-btn-prev:hover{
	background:url(../../images/box_left1.jpg) no-repeat;
}
.hiSlider-btn-next:hover{
	background:url(../../images/box_right1.jpg) no-repeat;
}
.hiSlider-btn-next{
	background:url(../../images/box_right.jpg) no-repeat;
	right:35px;
}
.hiSlider-wrap{
	width:100%;
}
.hiSlider-item{
	float: left;
	width:980px;	
	height:310px;
	padding:0px 110px;	
}
.hiSlider-item a{
	display: block;
	height:100%;
	height:277px;
	background: #f3f3f3;	
}
.hiSlider-pages a{
	display: inline-block;
	margin:0px 5px;
	width:10px;
	height:10px;
	font-size:0px;
	border:1px solid #084f6b;
	background:#fff;
	border-radius: 10px;	
}
.hiSlider-pages a.active{
	border:1px solid #084f6b;	
	background:#084f6b;	
}
.hiSlider-pages{
	width:100%;
	text-align: center;
	position: absolute;
	bottom:0px;
	left:0px;
}
.news dl{
	float:left;	
	width:525px;
	height:276px;
	padding:25px 25px 20px;
	box-shadow: -2px 0px 3px 1px #ddd;
}
.news img{
	float:right;
	width:452px;
	height:277px;
}
.news dl dt{
	font-size:20px;
	color:#084f6b;
	line-height: 40px;
	font-weight: normal;
}
.news dl dd{
	text-indent: 2em;
	font-size:16px;
	color:#242424;
	line-height: 30px;
	margin-top:20px;
}
.news dl dd p{
	text-indent: 0em;
	color:#848484;
	margin-top:20px;
}
h3.text-center {
	width:1200px;
	margin:0 auto;
	font-size: 35px;
    font-weight: 600;
	padding-bottom:40px;
	color:#292929;
	text-transform:uppercase;
	position:relative;
	letter-spacing:4px;
}
h3.text-center:after {
    content: '';
    position: absolute;
    background-color: #084f6b;
    width: 5%;
    height: 4px;
    bottom: 25%;
    left: 47.5%;
}
p.text-center {
	font-size:18px;
	font-weight:normal;
	padding-bottom:50px;
	line-height:35px;
	color:#999;
	letter-spacing: 2px;
}
/*广告2*/
.adv2{
	width:100%;
	min-width: 1200px;
	height:332px;
	margin-top:50px;
	background:url(../../images/adv_bg2.jpg) no-repeat top center;
}
.adv2 ul{
	width:1200px;
	height:96px;
	margin:80px auto 0px;
}
.adv2 ul li{
	float:left;
	margin-right:9px;
	width:100px;
	height:96px;
	padding-top:36px;
	text-align: center;
	font-size:18px;
	color:#084f6b;
	background:url(../../images/adv_libg.png) no-repeat top center;
}
.adv2 ul li span{
	display: block;
	margin-top:-8px;
	font-size:18px;
	color:#084f6b;
}
.adv2_tit{
	padding-top:20px;
	font-size:25px;
	text-align: center;
	color:#fff;
	font-weight: normal;
}
.adv2_tit2{
	text-align: center;
	color:#fff;
	font-family: arial;
	font-size:25px;
	padding-top:45px;
	padding-left:44px;
}
/*公司实力*/
.sl{
	width:1200px;
	margin:50px auto;
	margin-top:50px;
}
.sl_fl{
	width:100%;
	height:558px;
	position: relative;
}
.sl li{
	position: absolute;
}
.sl li:hover p{
	height:30px;
	line-height: 30px;
	font-size:16px;
	transition: all 0.3s ease;
	-moz-transition:all 0.3s ease; /* Firefox 4 */
	-webkit-transition: all 0.3s ease; /* Safari 鍜� Chrome */
	-o-transition: all 0.3s ease; /* Opera */
}
.sl li p{
	position: absolute;
	width:100%;
	height:0px;
	bottom:0px;
	left:0px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#7F084F6B", endColorstr="#7F084F6B");
	background-color:rgba(8,79,107,0.5);
	font-size:0px;
	color:#fff;
	text-align: center;
}
.sl1{
	top:0px;
	left:0px;
}
.sl2{
	top:0px;
	left:530px;
}
.sl3{
	top:0px;
	right:0px;
}
.sl4{
	bottom:0px;
	left:0px;
}
.sl5{
	bottom:0px;
	left:342px;
}
.sl6{
	bottom:0px;
	right:0px;
}
/*底部*/
.foot{
	width:100%;
	padding:20px 0px 10px;
	background:#434343;
}
.foot_con{
	width:1200px;
	margin:0 auto;
}
.erwm{
	float:left;
	width:170px;
	height:170px;
	margin-left:35px;
}
.foot_right{
	float:right;
	width:950px;
	padding-top:10px;
}
.foot_right ul{
	float:left;
	width:900px;
	padding-bottom:15px;
	margin-bottom:5px;
	border-bottom:1px solid #484848;
}
.foot_right ul li{
	float:left;
	height:14px;
	line-height: 14px;
	padding-right:31px;
	margin-right:31px;
	border-right:1px dotted #717171;
}
.foot_right ul li:last-child{
	border:none;
}
.foot_right ul li a{
	color:#fff;
	font-size:16px;
}
.foot_right p{	
	width:900px;	
	padding-bottom:5px;
	line-height: 30px;
	border-bottom:1px solid #484848;
}
.foot_right p span{
	display: inline-block;
	color:#cccccc;
	margin-right:8px;
	line-height: 30px;
}
.foot_right p.website{
	text-align: right;
	color:#cccccc;
	border:none;
}
.website a{
	font-size:14px;
	color:#cccccc;
}
.website a:hover{
	color:#fff;
	text-decoration: none;
}
.link{
	margin-left:35px;
	color:#ccc;
}
.link a{
	color:#ccc;
	display: inline-block;
	margin-right:5px;
}
.link a:hover{color:#fff;}
/*列表页*/
.banner_n{
	width:100%;
	height:511px;
	min-width: 100%;
	margin-top:83px;
}
/*公司简介*/
.about{
	margin-top:50px;
}
.list_tit{
	width:100%;
	height:70px;
	position: relative;
}
.list_tit dt{
	width:100%;
	font-size:36px;
	color:#e3e3e3;
	font-weight: normal;
	font-family: arial;
	position: absolute;
	text-align: center;
}
.list_tit dd{
	font-size:36px;
	color:#292929;
	width:100%;
	text-align: center;
	position: absolute;
	top:30px;
}
.about-top{
	margin: 5em auto 0 !important;
}
.wthree-heading{
    text-align: center;
    margin: 2em 0 0 0;
}
.wthree-heading h2{
	color:#FFFFFF;
}
.about_panel{
	margin:0 !important;
}
.w3ls_logo_about{
	padding-bottom:0 !important;
}
.agileits_breadcrumbs_left ul {
    padding: .3em 0 0;
}
.w3_about_grids,.team-grids,.agileinfo-top-grids{
	margin:4em 0 0 0;
}
.w3_about_grid_left h5{
    font-size:26px;
    color:#202020;
    letter-spacing: 2px;
}
.w3_about_grid_left p{
    color: #202020;
    line-height:22px;    
    font-size: 16px;
    padding:20px 0px 15px;
}
.pa_italic{
	display:block;
}
.pa_italic h4{
	font-size:17px;
	font-weight: normal;
	color:#fff;
}
.pa_italic:hover {
	text-decoration: none;
}
.pa_italic i {
    left: -1em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.glyphicon{
	color:#fff;
}
.collapsed span {
    display: inline-block;
    left: -1em;
	font-size: 11px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:10px 35px;
}
.panel-title {
    font-size: 1em;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
    color: #212121;
    background-color: #1b6bc4;
}

.panel-body {
	padding: 1em;
    font-size: .9em;
    line-height: 1.8em;
    color: #999999;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.w3_about_grid_right img{
	width:100%;
}
.culture{
	width:100%;
	padding-top:20px;
	height:674px;
	padding-top:102px;
	background:url(../../images/culture_bg.jpg) no-repeat center 60px;
}
.culture dt{
	color:#8d9aab;
}
.cul_con{
	width:1200px;
	margin:85px auto 0px;
}
.cul_con li{
	display: inline-block;
}
.cul_con li p{
	line-height: 30px;
	text-align: center;
	color:#1b1b1b;
	background:#fff;
}
.cul_con li a:hover p{	
	background:#1b6bc4;
	color:#fff;
}
.honor dt{
	color:#999ea4;
}
.culture dd,.honor dd{
	color:#fff;
}
.cul_more{
	text-align: center;
	width:100%;
	margin-top:50px;
}
.cul_more a{
	display: inline-block;
	width:130px;
	height:36px;
	border:1px solid #fff;
	color:#fff;
	line-height: 36px;
	text-align: center;
}
.cul_more a:hover{
	color:#1b6bc4;
	background:#fff;
}
.zer{
	width:100%;
	padding-top:85px;
}
.about_txt{
	text-align: center;
	font-size:16px;
	color:#1b1b1b;
	line-height: 25px;
	margin:48px 0px 60px;
}
.zer_con{
	width:1200px;
	margin:0 auto;
}
.zer_con dl{
	display: inline-block;
	width:245px;
	height:196px;
	text-align: center;
	padding:40px 60px 0px;
	margin:0 25px;
	background:url(../../images/zer_bg1.png) no-repeat center;
}
.zer_con dl dt{
	font-size:24px;
	color:#1b6bc4;
	display: inline-block;
	padding:0px 12px 10px;
	border-bottom:1px solid #1b6bc4;
}
.zer_con dl dd{
	font-size:16px;
	color:#1b6bc4;
	line-height: 25px;
	padding-top:20px;
}
.zer_con dl:hover{
	cursor: pointer;
	background:url(../../images/zer_bg2.png) no-repeat center;
	transition: all 0.3s ease;
	-moz-transition:all 0.3s ease; /* Firefox 4 */
	-webkit-transition: all 0.3s ease; /* Safari 鍜� Chrome */
	-o-transition: all 0.3s ease; /* Opera */
}
.zer_con dl:hover dt,.zer_con dl:hover dd{
	color:#fff;
	border-color:#fff;
}
.honor{
	width:100%;
	min-width:1200px;
	height:647px;
	padding-top:85px;
	background:url(../../images/honor_bg.jpg) no-repeat center 85px;
}
/*企业荣誉左右箭头 */
.rollBox .LeftBotton{
	height:59px;
	width:32px; 
	background:url(../../images/box_left.png) no-repeat center;	
	float:left;
	cursor:pointer;
	margin-top:140px;
}
.rollBox .LeftBotton:hover{
	background:url(../../images/box_left1.png) no-repeat center;	
}
.rollBox .RightBotton:hover{
	background:url(../../images/box_right1.png) no-repeat center;	
}
.rollBox .RightBotton{
	height:59px;
	width:32px; 
	background:url(../../images/box_right.png) no-repeat center;
	float:right;
	cursor:pointer;
	margin-top:140px;
}
/*企业荣誉 */
.rollBox{
	width:1200px;
	overflow:hidden;
	margin:50px auto 0px; 
}
.rollBox .Cont{
	width:1056px;
	overflow:hidden;
	float:left; 
	margin-left:40px;
}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{ 	
	float:left;	
	margin:0px 48px;
}
.rollBox .Cont .pic img{
	width:256px;
	height:358px;	
	display:block;
}
.rollBox .Cont .pic p{ 
	position:absolute; 
	top:-16px; left:0;
	line-height:147px;
	color:#b7bbc4;
	background-color:#b7bbc4; 
	width:180px; 
	height:152px; 
	opacity:0.8;
	z-index:1;
}
.rollBox .Cont .pic p a{
	text-align:center;
	color:#ffffff; 
	font-size:18px; 
	z-index:100;
}
.rollBox .Cont .pic p a:link,.rollBox .Cont a:visited{
	color:#626466;
	text-decoration:none;
}
.rollBox .Cont .pic p a:hover{
	color:#f00;
	text-decoration:underline;
}
.rollBox #List1,.rollBox #List2{
	float:left;
}
.leader{
	width:100%;	
	margin:50px 0px;
}
.lead_con{
	width:1200px;
	margin:30px auto;
}
.lead_con img{
	float:left;
	margin-right:58px;
}
.lead_con dl{
	float:left;
	width:690px;
	margin-top:50px;
}
.lead_con dl dt,.lead_con dl dd,.lead_con dl p{
	font-size:16px;
	line-height: 38px;
	color:#2c2c2c;
	font-weight: normal;
}
.lead_con dl dt{
	margin-bottom:12px;
}
.lead_con dl p{
	text-indent: 2em;
}
.luok{
	text-align: right;
	margin-top:26px;
}
.list{
	width:1200px;
	margin:35px auto;
}
.list_fl{
	text-align: center;
	margin-top:40px;
}
.list_fl li{
	display: inline-block;
	margin:0px 12px;
	line-height: 32px;
}
.list_fl li a{
	display: inline-block;
	height:32px;
	line-height: 32px;
	padding:0px 25px;
	border:1px solid #1b6bc4;
	font-size:15px;
	color:#1b6bc4;
	font-size:18px;
	border-radius: 8px;
}
.list_fl li.li_cur a{
	background-color:#1b6bc4;
	color:#fff;
}
.list_fl li a:hover{
	background-color:#004c97;
	color:#fff;
	text-decoration: none;
}
.list_cul{
	float:left;
	width:1240px;
	margin-top:50px;
}
.list_cul li{
	float:left;
	width:380px;	
	margin-right:30px;
	margin-bottom:30px;
}
.list_cul li img{
	width:380px;
	height:279px;
}
.list_pro{
	float:left;
	width:1240px;
min-height:500px;
	margin-top:50px;
}
.list_pro li{
	float:left;
	width:381px;	
	margin-right:30px;
	margin-bottom:30px;
}
.list_pro li img{
	width:381px;
	height:353px;
}
.list_pro li p{	
	padding:0px 8px;
	height:36px;
	line-height: 36px;
	color:#232323;
	background:url(../../images/pro_bg.png) no-repeat 340px center;
}
.list_pro li a:hover p{
	text-decoration: none;
	box-shadow: 0px 2px 6px 1px #9c9c9c;
}
.list_pro li a:hover{
	text-decoration: none;
}
/*新闻列表*/
.news_fl li{
	margin:0px 21px;
}
.news_fl li a{
	height:42px;
	line-height: 42px;
	width:280px;
	border-radius: 0px;
	padding-left:100px;
	border:none;
	color:#292929;
	background: #e5e5e5 url(../../images/news_bg.png) no-repeat 60px center;
}
.news_fl li.li_cur a{
	background: #1b6bc4 url(../../images/news_bg2.png) no-repeat 60px center;
}
.news_fl li:hover a{
	background: #1b6bc4 url(../../images/news_bg2.png) no-repeat 60px center;
}
.list_news{
	margin-top:50px;
}
.list_news li a{
	float:left;
	width:100%;
	padding:30px 10px 30px 30px;	
}
.list_news li a:hover{
	background:#f5f5f5;
}
.list_news li img{
	float:left;
	width:400px;
	height:284px;
	margin-right:40px;
}
.list_news li dl{
	float:left;
	width:700px;
	height:284px;
}
.list_news li dt{
	float:left;
	width:100%;
	font-size:30px;
	color:#272727;
	font-weight: normal;
	margin-bottom:20px;
	margin-top:10px;
}
.list_news li dt p{	
	line-height: 26px;;
}
.list_news li dt p em{
	float:left;
	width:108px;
	height:1px;
	background:#272727;
	margin-top:12px;
}
.list_news li dt span{
	float:right;
}
.list_news li dd{
	float:left;
	width:100%;
	font-size:16px;
	line-height: 28px;
	color:#272727;
}
.list_news li dd span{
	display: block;
	width:186px;
	height:34px;
	line-height: 34px;
	padding-left:45px;
	background:#272727;
	margin-top:50px;
	font-size:16px;
	color:#fff;
}
.list_news li a:hover dt,.list_news li a:hover dt span,.list_news li a:hover dd{
	color:#1b6bc4;
}
.list_news li a:hover dd span{
	background:#1b6bc4;
}
.list_news li a:hover em{
	background:#1b6bc4;
}
/*招聘*/
.list_zp dl{
	float:left;
	width:560px;
	margin:0px 20px;
	border:1px solid #ccc;
	border-radius: 3px;
	padding:25px 30px;
	box-shadow: 1px 2px 10px 1px #ddd;
}
.list_zp dl dt{
	font-size:24px;
	color:#1b6bc4;
	font-weight: normal;
}
.list_zp dl dd{
	margin-top:10px;
}
.list_zp dl dd,.list_zp dl dd span{	
	font-size:16px;
	color:#666;
}
.list_zp span,.list_zp i{
	padding-left:24px;
	line-height: 22px;
	padding-right:8px;	
}
.list_zp span{
	background: url(../../images/zp_bg1.png) no-repeat left center;
	background-size:15px;
}
.list_zp i{
	background: url(../../images/zp_bg2.png) no-repeat left center;
	background-size:15px;
}
.list_zp a:hover dt{
	color:#4980be;
}
/*联系我们*/
#map{
	width:100%;
	height:490px;
}
.list_contact{
	margin-top:30px;
}
.con_left{
	float:left;
	width:430px;
}
.con_left dl{
	padding-left:10px;
}
.con_left dl dt{
	font-size:18px;
	color:#1b6bc4;
	font-weight: normal;
}
.con_left dl dd{
	font-size:16px;
	color:#282828;
	padding-bottom:10px;
}
.online{
	float:right;
	width:540px;
}
.online li{
	margin-bottom:15px;
}
.online li input{
	width:535px;
	height:34px;
	line-height: 34px;
	padding-left:5px;
	border:1px solid #919191;
}
.online li textarea{
	width:535px;
	height:150px;
	line-height: 34px;
	padding-left:5px;
	border:1px solid #919191;
	resize: none;
}
.online p{
	text-align: right;
	padding-right:5px;
}
.online p input{
	background:#2ebaef;
	border:1px solid #2ebaef;
	color:#fff;
	padding:3px 20px;
}
.online p input:hover{
	cursor: pointer;
	background:#1b6bc4;
	border:1px solid #1b6bc4;
}
/*案例展示*/
.list_case{
	float:left;
	width:1240px;
	margin-top:50px;
}
.list_case li{
	float:left;
	width:381px;
	height:353px;
	position: relative;
	margin-right:30px;
	margin-bottom:30px;
}
.list_case li p{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	background:#434343;
}
.list_case li img{
	width:381px;
	height:353px;
}
/*新闻详情页*/
.article{
	margin-top:50px;
}
.article h1{
	font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    padding-bottom:10px;
}
.f_txt{
	text-align: center;
	padding-bottom:20px;	
}
.f_txt span{
	padding:0px 8px;
}
.arc_body{
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
}
.arc_bottom{
	width:100%;
}
.arc_bottom li{
	float:left;
	width:49%;
	margin-right:1%;
}
/*客服*/
.service{ 
	width:760px; 
	height:392px; 
	background:url(../../images/service.jpg) no-repeat; 
	position:fixed; 
	left:50%; 
	top:50%; 
	margin: -196px 0 0 -380px;
	display:none;
	z-index:999;
}
.service ul .close{ 
	width:25px; 
	height:25px; 
	display:block; 
	position:absolute; 
	right: 20px;
	top: 13px;
}
.service ul{
	width:760px; 
	height:392px; 
	padding-top:105px;
	position:relative;
	text-align: center;
}
.service ul li a{
	display: block;
	width:167px;
	height:177px;
}
.service ul li{
	display: inline-block;
	margin:0px 4px;
}
