﻿@charset "utf-8";
/* CSS Document */
/*头部*/
.head{
	width:100%;
	min-width:1200px;
	height:36px;
	background:#f0f0f0;
	border-bottom:1px solid #e5e5e5;
	}
.head_top{
	width:1200px;
	margin:0 auto;
	line-height:36px;
	font-size:13px;
	color:#666666;
	}
.head_top p{
	float:left;
	}
.head_top span{
	float:right;
	}
.head_top a{
	color:#666666;
	}
.head_top a:hover{
	color:#f18a1c;
	}
.biglogobox{
	width:100%;
	min-width:1200px;
	height:124px;
	background:#f2f2f2;
	}
.logobox{
	width:1200px;
	margin:0 auto;
	height:120px;
	}
.logo{
	float:left;
	margin-top:16px;
	}
.top_rx{
	float:right;
	background:url(../images/top_phone.png) no-repeat;
	padding-left:58px;
	margin-top:38px;
	}
.top_rx p{
	font-size:17px;
	line-height:18px;
	letter-spacing:2px;
	}
.top_rx span{
	font-size:26px;
	line-height:30px;
	color:#e50012;
	display:block;
	letter-spacing:1px;
	font-weight:bold;
	}
/*导航*/
.ndiv{width:100%;
	min-width:1200px;
	overflow:hidden;
	height:54px;
	 }
.fix-div{
	position:fixed; 
	top:0px;
	z-index:999;
	}
.fixed-nav{
   position: fixed;
   width:100%;
   top:-40px; 
   -webkit-transition: top .5s;
   -moz-transition: top .5s;
   -o-transition: top .5s;
   transition: top .5s;
   -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
   box-shadow: 0 2px 2px rgba(0,0,0,.1);
   }
.fixed-nav-appear{
	top:0;
	}
.main_nav{
	width:100%;
	min-width:1200px;
	height:54px;
	background:#0068b6;
	}
.nav{
	width:1200px;
	margin:0 auto;
	}
.nav ul{
	width:1200px;
	margin:0 auto;
	}
.nav li{
	float:left;
	display:block;
	width:150px;
	line-height:54px;
	text-align:center;
	}
.nav a{
	display:block;
	text-align:center;
	height:54px;
	width:150px;
	color:white;
	font-size:16px;
	background:url(../images/nav_r.png) right no-repeat;
	}
.nav li:hover{
    background:#e60012;
	}
.active{
	background:#e60012;
	}
/*banner*/
.slides-box {
	position: relative;
    width: 100%;
	min-width:1200px;
    height: 580px;
    margin: auto;
    overflow: hidden;
}
.slides {
    height: 580px;
    width: 100%;
	min-width:1200px;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
	min-width:1200px;
	height:580px;
}
.slides li img{
    display: block;
    width: 100%;
	min-width:1200px;
	height:580px;
    margin: auto;
}
.prev, .next {
    position: absolute;
    z-index: 99;
    top: 210px;
	margin-left:30px;
	margin-right:30px;
     left: 0;
    height: 70px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .5;
}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	background-image: url("data:image/gif;base64,R0lGODlhHgBGAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAzODAxMTc0MDcyMDY4MTE5MkIwQTM1OTQ0MTQ3NDEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY0M0UwQjkxMEQ3RTExRTVCOTJFQkFCNkU5QTFCNUE5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY0M0UwQjkwMEQ3RTExRTVCOTJFQkFCNkU5QTFCNUE5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEFCRDY2OUNGM0REMTFFMkFCOTg5QTlBMkVEQjFBRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEFCRDY2OURGM0REMTFFMkFCOTg5QTlBMkVEQjFBRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAHgBGAAACUIyPqcvtD6OctNqLs968+w+G4kiWIYB6aMqtrOYCrTuv9ZvFt7zpPf2zBXEY31Al3CGTQ56yY2wuiTng8yqFWo9Lk/cLDovH5LL5jE6r15oCADs=");
}
.next {
    left: auto;
    right: 0;
    background-image: url("data:image/gif;base64,R0lGODlhHgBGAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAzODAxMTc0MDcyMDY4MTE5MkIwQTM1OTQ0MTQ3NDEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0QTYyN0Y0MEQ3RTExRTVBMTAyQURBQ0QxRjY2NTc1IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0QTYyN0YzMEQ3RTExRTVBMTAyQURBQ0QxRjY2NTc1IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEFCRDY2OUNGM0REMTFFMkFCOTg5QTlBMkVEQjFBRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEFCRDY2OURGM0REMTFFMkFCOTg5QTlBMkVEQjFBRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAHgBGAAACV4yPqcvtD6OctNqLs968+w+G4kiWFIB+aNqtLOcCXjy79Xq/G93aPf7TaXgwX1GYMQ6VGGKSeXE2oRZplFqxVrEn7kSb9X6BR5P5jE6r1+y2+w2Py+fmAgA7");
}
.pagination{
	position: absolute;
	top:550px;
	bottom: 5px;
	z-index: 99;
}
.pagination li{
    padding: 5px 5px;
	float: left;
}
.pagination li a{
	font-size:0px;
    display: block;
    width: 11px;
    height: 11px;
    line-height: 20px;
    border-radius: 25px;
    background:#666;
	border:1px solid #8c8c8c;
	color:white;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: #f18a1c;
}
.s1 {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -250px;
  width: 500px;
  height: 300px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.s1 p {
  margin: 0;
  padding: 50px 0 20px 0;
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
.s1 span {
  display: block;
  font-family: Arial;
  font-size: 25px;
  color: #666;
  text-align: center;
}
.s1 a {
  margin: 18px auto 0 auto;
  display: block;
  width: 220px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 25px;
  background: #f88371;
}
.s1 a:hover { background: #3eb134; }
 @media (max-width:480px) {

.s1 {
  margin: -127px 0 0 0;
  width: 80%;
  height: 255px;
  left: 10%;
}
.s1 p { font-size: 36px; }

.s1 span { font-size: 18px; }
}
/*问题*/
.wenti,.jjfa{
	width:100%;
	min-width:1200px;
	background-color:white;
	}
.wtcen,.jjfacen{
	width:1200px;
	margin:0 auto;
	}
.wt_tit{
	text-align:center;
	padding-top:30px;
	}
.wt_tit h1{
	font-size:34px;
	color:#4c4c4c;
	line-height:78px;
	background:url(../images/tit_Bg.png) bottom no-repeat;
	}
.wt_tit span{
	color:#0068b6;
	}
.wt_tit p{
	font-size:16px;
	margin-top:14px;
	}
.wtnr{
	margin-top:46px;
	}
.wtnr li{
	width:398px;
	float:left;
	margin-right:3px;
	}
.wtnr li:nth-child(3){
	margin-right:0;
	}
.wtli_tex{
	width:398px;
	height:220px;
	background:#0068b6;
	color:white;
	overflow:hidden;
	margin-bottom:3px;
	}
.wtnr li:nth-child(2) .wtli_tex{
	margin-bottom:0px;
	margin-top:3px;
	}
.wtli_tex p{
	font-size:24px;
	margin-top:58px;
	margin-left:42px;
	padding-left:29px;
	background:url(../images/wt_li.png) left center no-repeat;
	}
.wtli_tex span{
	width:314px;
	display:block;
	font-size:15px;
	margin-left:42px;
	line-height:28px;
	margin-top:20px;
	}
.wtnr li:hover .wtli_tex{
	background:#e60012;
	}
/*解决方案*/
.jjfa{
	height:540px;
	padding-top:48px;
	background-image:url(../images/fabg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
.jjfa_tit{
	text-align:center;
	}
.jjfa_tit h1{
	font-size:30px;
	color:#4d4d4d;
	}
.jjfa_tit p{
	font-size:16px;
	margin-top:5px;
	}
.jjfn_nr{
	width:1056px;
	margin:0 auto;
	margin-top:45px;
	text-align:center;
	color:white;
	}
.jjfa_lft{
	width:510px;
	height:251px;
	float:left;
	background:url(../images/fali.png) no-repeat;
	}
.jjfa_rgt{
	width:510px;
	height:251px;
	float:right;
	background:url(../images/fali.png) no-repeat 0 -251px;
	}
.jjfa_lft p,.jjfa_rgt p{
	width:432px;
	margin:0 auto;
	font-size:15px;
	line-height:22px;
	margin-top:114px;
	}
.jjfa_lft a,.jjfa_rgt a{
	width:148px;
	height:38px;
	line-height:38px;
	text-align:center;
	border-radius:8px;
	border:1px solid white;
	display:block;
	color:white;
	font-size:15px;
	margin:0 auto;
	margin-top:22px;
	}
.jjfa_lft:hover{
	background:url(../images/fali.png) no-repeat -510px 0;
	}
.jjfa_rgt:hover{
	background:url(../images/fali.png) no-repeat -510px -251px;
	}
/*订单查询*/
.ddcx{
	width:100%;
	min-width:1200px;
	background:url(../images/ss_bg.png) no-repeat;
	height:117px;
	}
.ddcx_cen{
	width:780px;
	margin:0 auto;
	}
.ddcx_tit{
	width:177px;
	height:41px;
	background:url(../images/ddcx.png) no-repeat;
	float:left;
	margin-top:32px;
	}
.sousuo{
	float:left;
	margin-top:28px;
	width:322px;
	margin-left:53px;
	}
.serch{
	height:34px;
	background:url(../images/cx_bg.png);
	}
.serch input{
	float:left;
	width:247px;
	height:34px;
	padding-left:15px;
	color:#808080;
	font-size:14px;
	}
.sear_btn{
	float:left;
	}
.sousuo p{
	color:white;
	font-size:15px;
	text-align:center;
	margin-top:6px;
	letter-spacing:2px;
	}
.ddcx_rx{
	float:right;
	color:white;
	padding-left:50px;
	background:url(../images/ss_phone.png) left no-repeat;
    margin-top:30px;
	}
.ddcx_rx i{
	font-size:15px;
	display:block;
	}
.ddcx_rx b{
	font-size:18px;
	display:block;
	font-style:italic;
	}
/*服务案例*/
.case{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:50px;
	}
.case_tit,.news_tit{
	width:600px;
	margin:0 auto;
	text-align:center;
	padding-top:45px;
	overflow:hidden;
     margin-bottom:48px;
	}
.case_tit h1,.news_tit h1{
	font-size:38px;
	color:#0068b6;
	padding-bottom:15px;
	background:url(../images/tit_Bg.png) bottom no-repeat;
	}
.case_tit p,.news_tit p{
	font-size:14px;
	margin-top:14px;
	}
.case_nr{
	
	}
.case_nr li{
	width:380px;
	height:356px;
	background:white;
	float:left;
	margin-right:32px;
	}
.case_nr li img{
	display:block;
	margin:0 auto;
	width:330px;
	height:225px;
	margin-top:25px;
	}
.case_nr li p{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
	}
.case_nr li span{
	display:block;
	margin:0 auto;
	width:274px;
	text-align:center;
	line-height:22px;
	font-size:14px;
	margin-top:5px;
	}
.case_nr li:hover{
	background:#4578db;
	}
.case_nr li:hover a{
	color:white;
	}
/*我们的优势*/
.wmdys{
	width:100%;
	min-width:1200px;
	background:white;
	}
.wmdys_cen{
	overflow:hidden;
	}
.wmdys_tit{
	background:url(../images/ys_tit.png) center bottom no-repeat;
	text-align:center;
	letter-spacing:2px;
	height:92px;
	margin-top:45px;
	border-bottom:3px solid #f5f5f5;
	}
.wmdys_tit h1{
	font-size:36px;
	color:#0068b6;
	line-height:46px;
	}
.wmdys_tit p{
	font-size:22px;
	color:#333333;
	}
.ys_one,.ys_thr{
	width:1200px;
	margin:0 auto;
	padding:40px 0;
	}
.ys_one img,.ys_th img{
	float:left;
	}
.yso_fl,.ysth_fl{
	float:right;
	width:466px;
	margin-top:5px;
	}	
.yso_tit i,.yst_tit i,.ysth_tit i{
	width:92px;
	height:118px;
	float:left;
	display:block;
	background-image:url(../images/ysr01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#0068b6;
	}
.yst_tit i{
	background-image:url(../images/ysr02.png);
	}
.ysth_tit i{
	background-image:url(../images/ysr03.png);
	}
.ystit_fl{
	float:left;
	margin-left:30px;
	margin-top:16px;
	}
.ystit_fl h2{
	font-size:32px;
	color:#0b5aa3;
	}
.ystit_fl p{
	font-size:28px;
	margin-top:4px;
	color:#333333;
	}
.ysfl_nr{
	margin-top:44px;
	}
.ysfl_nr p{
	font-size:15px;
	padding-left:26px;
	background:url(../images/ys_li.png) no-repeat left 6px;
	line-height:24px;
	margin-bottom:28px;
	}
.ysfl_nr p:hover{
	color:#1a1a1a;
	}
.ysfl_nr a{
	display:block;
	width:120px;
	line-height:42px;
	background:#e60012;
	text-align:center;
	color:white;
	}
.ysfl_nr a:hover{
	background:#0068b6;
	}
.ys_one:hover .yso_tit i,.ys_two:hover .yst_tit i,.ys_thr:hover .ysth_tit i{
	background-color:#e60012;
	}
.ys_one:hover .ystit_fl h2,.ys_two:hover .ystit_fl h2,.ys_thr:hover .ystit_fl h2{
	color:#e60012;
	}
.ys_two{
	width:100%;
	min-width:1200px;
	background:#f7f7f7;
	padding-top:40px;
	padding-bottom:15px;
	}
.ystwo_cen{
	width:1200px;
	margin:0 auto;
	}
.ys_two img{
	float:right;
	}
.yst_fl{
	float:left;
	width:466px;
	margin-top:5px;
	}	
/*关于我们*/
.about{
	width:100%;
	min-width:1200px;
	background:url(../images/abt_bg.png) top no-repeat;
	overflow:hidden;
	}
.abt_cen{
	width:1200px;
	margin:0 auto;
	}
.abt_nr{
	margin-top:30px;
	height:369px;
	margin-top:103px;
	}
.abt_lft{
	width:596px;
	height:369px;
	float:left;
	overflow:hidden;
	}
.abt_lft img{
	display:block;
	width:596px;
	height:369px;
	transition: all 1s;
	}
.abt_lft:hover img{
     transform: scale(1.1);
    }
.abt_rgt{
	width:604px;
	height:369px;
	float:right;
	background:url(../images/abtrgt_bg.png) no-repeat;
	}
.abt_rgt h2{
	font-size:24px;
	color:#0068b6;
	margin-top:47px;
	margin-left:45px;
	letter-spacing:1px;
	}
.abt_rgt p{
	width:450px;
	font-size:16px;
	margin-left:45px;
	line-height:26px;
	margin-top:24px;
	}
.abt_rgt a{
	display:block;
	font-size:16px;
	color:#0068b6;
	width:106px;
	line-height:28px;
	text-align:center;
	margin-left:45px;
	border:1px solid #0068b6;
	border-radius:5px;
	margin-top:24px;
	}
.abt_rgt a:hover{
	color:white;
	background:#e60012;
	border:1px solid #e60012;
	}

/*新闻中心*/
.news{
	width:1200px;
	margin:0 auto;
	}
.news_nr{
	margin-top:50px;
	}
.gsxw{
	width:580px;
	float:left;
	}
.hyxw{
	width:580px;
	float:right;
	}
.newnr_tit {
    width: 580px;
	height:38px;
	background:url(../images/new_tit.png) no-repeat;
    }
.newnr_tit h2 {
    color:white;
	line-height:38px;
    float: left;
    font-size: 20px;
    font-weight: normal;
	margin-left:39px;
    }
.newnr_tit span {
	display:block;
    float: left;
    font-size: 12px;
    color: #0068b6;
    margin-left: 4px;
	margin-left:28px;
	font-style:italic;
	text-transform:uppercase;
	margin-top:14px;
	}
.newnr_tit a {
    font-size: 12px;
    display: block;
    color: #999999;
    float: right;
    margin-top: 15px;
	text-transform:uppercase;
	margin-right:10px;
    }
.news_one {
    width: 578px;
	border:1px solid #e0e0e0;
    margin-top: 15px;
    }
.newo_pt {
    width: 203px;
    height: 127px;
    padding: 15px;
    float: left;
    }
.newo_pt img {
    display: block;
    width: 203px;
    height: 127px;
    }
.newo_nr {
    width: 328px;
    float: right;
    margin-top: 22px;
    margin-right: 15px;
    }
.newo_nr h2, .newsli li h2 {
    font-weight: normal;
    color: #1055bd;
    font-size: 16px;
    }
.newo_nr p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    color: #4c4c4c;
    }
.newsli li {
    width: 578px;
	border:1px solid #e0e0e0;
    margin-top: 15px;
    height: 105px;
    overflow: hidden;
}
.newsli li h2 {
    padding: 0 13px;
    margin-top: 13px;
}
.newsli li p {
    padding: 0 13px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.newsli li span{
	float:right;
}
/*友情链接*/
.yqlj{
	width:1200px;
	margin:0 auto;
	margin-top:35px;
	}
.yqlj h2{
	font-weight:normal;
	color:#0068b6;
	font-size:20px;
	line-height:20px;
	background:url(../images/yqlj.png) no-repeat bottom;
	height:27px;
	}
.yqlj p{
	margin-top:13px;
	}
.yqlj p a{
	font-size:15px;
	margin-right:8px;
	}
.yqlj p a:hover{
	color:#0068b6;
	}
/*底部*/
.foot_box{
	width:100%;
	min-width:1200px;
	margin-top:50px;
	height:226px;
	background:url(../images/foot_bg.png) no-repeat;
	}
.foot_nav{
	height:42px;
	background:#0068b6;
    overflow:hidden;
	}
.footnav_cen{
	width:992px;
	line-height:42px;
	margin:0 auto;
	}
.footnav_cen li{
	width:124px;
	float:left;
	text-align:center;
	}
.footnav_cen li a{
	font-size:15px;
	color:white;
	}
.foot_fl{
	width:928px;
	margin:0 auto;
	overflow:hidden;
	}
.foot_logo{
	float:left;
	margin-top:44px;
	}
.foot_text{
	font-size:14px;
	float:left;
	margin-top:44px;
    margin-left:70px;
	line-height:22px;
	color:white;
	}
.foot_text a{
	color:white;
	}
.foot_text a:hover{
	text-decoration:underline;
	}
.erweima{
	float:right;
	margin-top:48px;
	}
/*返回顶部*/
.scroll{
	 width:105px; 
	 height:100px;
	 background-image:url(../images/fhdb.png);
	 background-repeat:no-repeat;
	 cursor:pointer;
	 position:fixed;
	 right:30px;
	 bottom:50px;
    }
.news_detail .detail_tit {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}