@charset "utf-8";
html{
  height:100%;
}
body{
  min-height:100%;
  position: relative;
}
/******头部******/
.header{
  height: 80px;
  line-height: 80px;
  background: #ffffff;
}
.header .logo{
  margin-top: 5px;
}
.header .toggle{
  margin-top: 18px;
  display: none;
}
/******导航******/
.nav{
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}
.nav li{
  float: left;
  width: 14.25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.nav > li:first-child a{
  border-left:1px solid #cccccc;
}
.nav li a{
  font-size: 16px;
  color: #333333;
  display: block;
  border-right:1px solid #cccccc;
}
.nav .section >ul > li.current > a,
.nav .section >ul > li:hover > a{
  color: #ffffff;
  background-color: #006eb2;
}
/******导航下拉******/
.dropdown{
  position: relative;
  z-index: 100;
}
.dropdown .dropdown-content{
  width:150%;
  position: absolute;
  top:50px;
  left:-25%;
  background-color: #ffffff;
  display: none;
  z-index: 100;
}
.dropdown .dropdown-content li{
  width:100%;
}
.dropdown .dropdown-content li a{
  display: block;
  height:50px;
  line-height:50px;
  color: #333333;
  border-right:none;
}
.dropdown .dropdown-content li:hover{
  background: #006eb2;
}
.dropdown .dropdown-content li:hover a{
  color: #ffffff;
}
.dropdown:hover .dropdown-content{
  display: block;
}
/* 移动端导航 */
.mobile-nav{
  display: none;
}
.mobile-nav ul > li {
  width: 100%;
}
.mobile-nav ul > li > a {
  display: block;
  height:40px;
  line-height:40px;
  font-size: 16px;
  padding-left: 15px;
}
.mobile-nav ul > li:hover{
  background: #006eb2;
}
.mobile-nav ul > li:hover > a {
  color: #fff;
}
.mobile-nav li.dropdown{
  height: auto;
}
.mobile-nav .dropdown > a{
  background: url(../images/down.png) no-repeat 85px center;
}
.mobile-nav .dropdown:hover > a{
  background-image: url(../images/down-on.png);
}
.mobile-nav .dropdown:hover .dropdown-content {
  display: none;
}
.mobile-nav .dropdown .dropdown-content {
  position: static;
}
.mobile-nav .dropdown .dropdown-content li a {
  height:40px;
  line-height:40px;
  padding-left: 30px;
  font-size: 14px;
  text-align: left;
}
/******banner图******/
.main{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.banner{
  height: 400px;
  overflow: hidden;
  position: relative;
}
.banner-slide{
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  position: absolute;
  display: none;
}
.slide1{
  background-image: url(../images/banner.jpg);
}
.slide2{
  background-image: url(../images/banner1.jpg);
}
.slide3{
  background-image: url(../images/banner2.jpg);
}
.slide-active{
  display: block;
}
.button{
  position: absolute;
  width: 40px;
  height: 80px;
  line-height: 80px;
  left: 0;
  top: 50%;
  margin-top: -40px;
  background:url(../images/arrow-lt.png) center center no-repeat;
}
.button:hover{
  background-color: #333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.next{
  background:url(../images/arrow-rt.png) center center no-repeat;
  left:auto;
  right:0;
}
.dots{
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-left: -50px;
  text-align: right;
}
.dots span{
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: rgba(7,17,27,0.4);
  margin-left: 8px;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.8) inset;
  cursor: pointer;
}
.dots span.active{
  box-shadow: 0 0 0 2px rgba(7,17,27,0.4) inset;
  background: #fff;
}
/******内容******/
.content{
  padding-bottom:200px;
}
/******标题******/
.title{
  text-align: center;
  margin-bottom: 20px;
}
.title h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.title .line span{
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #999999;
}
.title .line span:before,
.title .line span:after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 9px;
}
.title .line span:before{
  left: -50px;
}
.title .line span:after{
  right:-50px;
}
/******新闻动态******/
.news{
  padding-bottom: 20px;
}
.news .section{
  overflow: hidden;
}
.news .item{
  width: 100%;
  overflow: hidden;
}
.news .wrap{
  float: left;
  width: 31.3%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.news .wrap:nth-child(3n){
  margin-right: 0;
}
.news .wrap .headline{
  position: relative;
  display: block;
}
.news .headline img{
  width: 100%;
  height: 100%;
}
.news .headline span{
  font-size: 26px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  bottom: 20px;
}
.news li{
  height: 48px;
  line-height: 48px;
  border-bottom:1px solid #e0e0e0;
}
.news li a{
  float: left;
  font-size: 16px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news li:hover a{
  color: #006eb2;
}
.news li span{
  float: right;
  font-size: 12px;
  color: #999999;
}
/******关于我们******/
.about{
  background:#fafafa;
  padding-top: 20px;
}
.about-us{
  height: 590px;
  background:#FAFAFA url(../images/about-us.png) no-repeat 100% 100%;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.about-us .opactiy{
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-us .section{
  position: relative;
  z-index: 3;
}
.about-us .about-con{
  margin-left: 1%;
  width: 45%;
}
.about-us h1{
  font-size: 30px;
  padding: 60px 0 30px;
}
.about-us p{
  line-height: 30px;
  font-size: 18px;
  text-align: justify;
}
.about-us a{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color:#fff;
  background-color: #1275f0;
  padding: 0 20px;
  margin-top: 50px;
}
.about-us a img{
  margin-left: 5px;
}
/******服务项目******/
.service li{
  float: left;
  width: 18%;
  height: 300px;
  padding:1%;
  text-align: center;
}
.service li a{
  display: block;
  width: 119px;
  height: 137px;
  margin: 0 auto;
  background: url(../images/service1.png) no-repeat;
}
.service .li1:hover a.icon-top{
  background: url(../images/service1-on.png) no-repeat;
}
.service .li2 a.icon-top{
  background: url(../images/service2.png) no-repeat;
}
.service .li2:hover a.icon-top{
  background: url(../images/service2-on.png) no-repeat;
}
.service .li3 a.icon-top{
  background: url(../images/service3.png) no-repeat;
}
.service .li3:hover a.icon-top{
  background: url(../images/service3-on.png) no-repeat;
}
.service .li4 a.icon-top{
  background: url(../images/service4.png) no-repeat;
}
.service .li4:hover a.icon-top{
  background: url(../images/service4-on.png) no-repeat;
}
.service .li5 a.icon-top{
  background: url(../images/service5.png) no-repeat;
}
.service .li5:hover a.icon-top{
  background: url(../images/service5-on.png) no-repeat;
}
.service li h2{
  font-size: 20px;
  color: #4d4d4d;
  margin: 10px 0;
}
.service li h3{
  color: #808080;
}
.service li .line{
  width: 63px;
  height: 2px;
  background-color: #cccccc;
  margin: 10px auto;
}
.service li p{
  height: 100px;
  line-height: 20px;
  color: #999999;
}
/******联系我们******/
.contact .contact_lf{
  width: 40%;
}
.contact .contact_lf h1{
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 34px;
  margin-top: 18px;
}
.contact .contact_lf li{
  color: #666666;
  margin-bottom: 10px;
}
.contact .contact_lf li img{
  margin-right:10px;
}
.contact_rt{
  width: 60%;
}
.contact .contact_rt img{
  width: 70%;
  height: 260px;
}
.contact .contact_info h4{
  font-size: 18px;
  font-weight: normal;
  color: #2689d5;
  margin-top: 20px;
}
.ewm img{
  margin:0 20px;
}
/******友情链接******/
.link{
  padding: 30px 0 40px;
}
.link ul{
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.link li{
  float: left;
  width: 20%;
}
.link li:not(:first-child){
  margin-left: -1px;
}
.link li a{
  display: block;
  border:1px solid #ebebeb;
}
/******底部******/
.footer{
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: #006eb2;
  text-align: center;
}
.footer .section{
  margin-top: 40px;
}
.footer .footer-tab{
  width: 50%;
  padding-bottom: 20px;
  border-bottom:1px solid #4996C5;
  text-align: center;
  margin: 0 auto 30px;
}
.footer .footer-tab a{
  font-size: 16px;
  color: #ffffff;
  padding: 0 30px;
  border-right: 1px solid #fff;
}
.footer .footer-tab a:last-child{
  border-right: none;
}
.footer .contact{
  margin-bottom: 20px;
}
.footer .contact span{
  display: inline-block;
  padding-right:20px;
}
/******列表页******/
.detail_title{
  height: 40px;
  line-height: 40px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.detail_title img{
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.detail_title a{
  color: #666666;
}
.detail_title .color{
  color: #006eb2;
}
.content_lt{
  width: 22%;
  margin-bottom: 30px;
}
.content_lt .first{
  padding-left: 20px;
  height: 100px;
  background-color: #006eb2;
  margin-bottom: 5px;
}
.content_lt .first a{
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 15px 0 10px;
}
.content_lt .first span{
  display: block;
  letter-spacing: 1px;
  color: #eee;
}
.content_lt li{
  width: 100%;
  background-color: #f2f2f2;
  margin-bottom: 5px;
}
.content_lt li a{
  display: inline-block;
  height:50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: #595959;
}
.content_lt li.current,
.content_lt li:hover{
  background-color:#006eb2;
}
.content_lt li.current a,
.content_lt li:hover a{
  color: #fff;
}
.content_rt{
  width: 75%;
  margin:10px 0 30px 0;
}
.content_rt ul li{
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.content_rt li .top a{
  float: left;
  font-size: 18px;
  color: #262626;
  padding-left: 15px;
  background: url(../images/xing.png) no-repeat left center;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content_rt li:hover .top a{
  color: #006eb2;
}
.content_rt li .top span{
  float: right;
  color: #808080;
}
.content .content_rt li p{
  color: #808080;
  margin: 10px 0 15px;
  text-indent:0;
}
.page{
  font-size: 0;
  text-align: right;
}
.page a{
  display: inline-block;
  border:1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  margin: 0 5px;
  font-size: 14px;
  color: #999999;
}
.page a.border,.page a.border:hover{
  border:0;
}
.page a.on,
.page a:hover{
  background: #006eb2;
  border-color:#006eb2;
  color: #fff;
}
/******详情页******/
.content_rt .content-title{
  border-bottom:1px dashed #dcdee0;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content .content_rt h2{
  font-size: 30px;
  margin-bottom: 10px;
}
.content_rt span{
  color: #cccccc;
}
.content .content_rt p{
  line-height: 28px;
  text-indent:2em;
  text-align: justify;
  margin-top: 10px;
}
@media (max-width:767px) {
  .section{
    width: 94%;
  }
  .mt30 {
    margin-top: 10px;
  }
  .title {
    margin-bottom: 10px;
  }
  .banner {
    max-height: 200px;
  }
  .header{
    height: 60px;
    line-height: 60px;
  }
  .header .logo{
    max-height:50px;
  }
  .header .toggle{
    display: block;
    margin-top: 12px;
  }
  .nav{
    display: none;
    /*border:none;*/
    /*height: auto;*/
  }
  .nav .section{
    width:100%;
  }
  .nav li {
    width: 100%;
    float: none;
    text-align: left;
  }
  .nav li a {
    border-right: none;
    padding: 0 15px;
  }
  .news .wrap{
    width: 100%;
    margin-bottom: 10px;
  }
  .news .headline img {
    max-height: 100px;
  }
  .news .headline span {
    font-size: 22px;
    bottom: 20px;
  }
  .about-us{
    height: auto;
    padding-bottom:20px;
  }
  .about-us .about-con {
    width: 100%;
  }
  .about-us h1 {
    font-size: 26px;
    padding: 20px 0 10px;
    text-align: center;
  }
  .about-us .opactiy {
    width: 100%;
  }
  .about-us p {
    font-size: 16px;
  }
  .about-us a {
    margin-top: 20px;
  }
  .service li {
    width: 48%;
  }
  .contact .contact_lf{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .ewm{
    text-align: center;
  }
  .link {
    padding: 10px 0;
  }
  .link li{
    width: 100%;
    margin-bottom: 5px;
  }
  .link li:not(:first-child) {
    margin-left:0;
  }
  .footer .section {
    margin-top: 15px;
  }
  .footer .footer-tab {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .footer-tab a {
    padding: 0 20px;
  }
  .footer .contact {
    margin-bottom: 15px;
  }
  .footer .contact span {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .contact .contact_rt{
    display: none;
  }
  .contact .contact_rt img{
    max-height: 160px;
  }
  .content_lt {
    width: 100%;
    margin-bottom: 0;
  }
  .content_lt li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .content_rt {
    width: 100%;
  }
  .content .content_rt h2 {
    font-size: 20px;
  }
  .page {
    text-align: center;
  }
}
@media (max-width: 480px){
  .header .logo {
    max-height: 44px;
    margin-top: 8px;
  }
  .about-us h1 {
    font-size: 20px;
  }
  .about-us p {
    font-size: 14px;
  }
  .service li {
    width: 98%;
  }
  .news li a {
    width: 70%;
  }
  .footer .footer-tab {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .footer .footer-tab a {
    font-size: 14px;
    padding: 0 10px;
  }
  .footer .contact span {
    margin-bottom: 5px;
  }
  .content_rt li .top a {
    width: 70%;
  }
  .page a {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .section {
    width: 750px;
  }
  .nav{
    display: block !important;
  }
  .mobile-nav{
    display: none !important;
  }
  .news .wrap {
    width: 48%;
  }
  .news li a {
    width: 75%;
  }
  .about-us {
    height: auto;
    padding-bottom: 20px;
  }
  .about-us .opactiy {
    width: 100%;
  }
  .about-us h1 {
    font-size: 26px;
    padding: 20px 0 15px;
    text-align: center;
  }
  .about-us a {
    margin-top: 20px;
  }
  .about-us .about-con {
    margin-left: 0;
    width: 100%;
  }
  .service li {
    width: 31.3%;
  }
  .footer .footer-tab {
    width: 80%;
  }
  .contact .contact_lf{
    width: 50%;
    margin-bottom: 20px;
  }
  .contact_rt {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section {
    width: 970px;
  }
  .about-us h1 {
    font-size: 30px;
    padding: 60px 0 30px;
  }
  .about-us a {
    margin-top: 50px;
  }
  .service li {
    width: 18%;
  }
  .contact .contact_lf {
    width: 30%;
  }
  .contact_rt {
    width: 70%;
  }
  .footer .footer-tab {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .section{
    width: 1200px;
  }
  .news .wrap {
    width: 31.3%;
  }
  .about-us {
    height: 590px;
    padding-bottom: 0;
  }
  .about-us .opactiy {
    width: 50%;
  }
  .about-us .about-con {
    margin-left: 1%;
    width: 45%;
  }
  .footer .footer-tab {
    width: 60%;
  }
}


.left.fr {
    padding-top: 20px;
	float: right;
}

.left .icon{
	display: block;
	width: 219px;
	height: 60px;
	border-radius: 4px;

}
.left .icon1 {
	background: #1eadef url(../images/icon1.png) no-repeat 30px center;
	
}

.left .icon2 {
	background: #1eadef url(../images/icon2.png) no-repeat 30px center;
}

.left .icon3 {
	background: #1eadef url(../images/icon3.png) no-repeat 30px center;
}
.left .progress-con a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 20px;
	text-decoration: none;
	text-align: center;
}