@charset "utf-8";
/*头部*/
html{
  height:100%;
}
body{
  min-height:100%;
  position: relative;
}
.header {
  height: 100px;
}
.header .logo {
  margin-top: 12px;
}
.header ul{
  margin-top: 25px;
}
.header ul li {
  float: left;
  font-size: 16px;
  font-weight:bold;
}
.header ul li > a {
  display: block;
  margin: 0 20px;
  line-height: 40px;
  text-align: center;
  border-bottom:3px solid #fff;
}
.header ul li.current > a,
.header ul li:hover > a {
  color: #1f7ae3;
  border-bottom:3px solid #1f7ae3;
}
/*导航下拉*/
.dropdown{
  position: relative;
  z-index: 100;
}
.dropdown .dropdown-content{
  width:150%;
  position: absolute;
  top: 40px;
  left:-25%;
  background-color: #ffffff;
  display: none;
  z-index: 100;
}
.dropdown .dropdown-content li{
  width:100%;
  text-align: center;
}
.dropdown .dropdown-content li a{
  display: block;
  width: 100%;
  line-height:40px;
  color: #333333;
  padding: 0;
  margin-left:0;
}
.dropdown .dropdown-content li:hover a{
  color: #fff;
  background: #4664b5;
}
.dropdown:hover .dropdown-content{
  display: block;
}
.banner{
  height: 650px;
  background: url(../images/banner.png) no-repeat center center;
}
/*内容*/
.content{
  padding-bottom:200px;
}
.title{
  margin-bottom: 20px;
  text-align: center;
}
.title h2{
  font-size: 24px;
  color: #272626;
}
.title p{
  font-size: 14px;
  color: #828181;
}
.title p:first-letter{
  font-size:140%;
}
.title .line{
  width: 47px;
  height: 1px;
  border-top: 1px solid #000000;
  margin: 5px auto 0;
  *padding-top:5px;
}
/*快捷入口*/
.quick-entrance{
  min-width: 1200px;
}
.quick-entrance .section{
  /*margin:-100px auto 50px;*/
}
.quick-entrance ul{
  width: 1218px;
  overflow: hidden;
  padding: 40px 0 60px;
  background: url(../images/entrance.png) no-repeat;
  position: relative;
    z-index: 100;
    top:-100px;
}
.quick-entrance li{
  box-sizing: border-box;
  width: 300px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #333333;
  border-right: 1px solid #dcdcdc;
}
.quick-entrance li:last-child{
  border-right: none;
}
.quick-entrance li.last{
  border-right: none;
  *border-right: none;
  border-right: none\0;
}
.quick-entrance li a{
  display: block;
  width: 100%;
  height: 100%;
}
.quick-entrance li span{
  display: inline-block;
  width:66px;
  height: 66px;
  text-align: center;
  margin: 10px 0;
}
.quick-entrance li p{
  font-size: 20px;
  color: #1f7ae3;
}
.quick-entrance li .p1{
  background: url(../images/p1.png) no-repeat center center;
}
.quick-entrance li .p2{
  background: url(../images/p2.png) no-repeat center center;
}
.quick-entrance li .p3{
  background: url(../images/p3.png) no-repeat center center;
}
.quick-entrance li .p4{
  background: url(../images/p4.png) no-repeat center center;
}
/*关于我们*/
.about-us{
  padding: 10px 0;
  margin-top:-70px;
}
.about-us .left{
  height: 366px;
  background: url("../images/about-us.png") no-repeat right bottom;
  overflow: hidden;
  position: relative;
}
.about-us .left-con{
  padding-right: 500px;
}
.about-us .left-con .caption{
  border-bottom:2px solid #1890ff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.about-us .caption h2{
  font-size: 18px;
  color: #2c2b2b;
  font-weight: bold;
  padding-bottom: 5px;
}
.about-us .caption span{
  font-size: 14px;
  color: #2c2b2b;
}
.about-us .left-con p{
  line-height: 26px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  margin-bottom: 20px;
}
.about-us .left-con .btn{
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #1f7ae3;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
/*服务项目*/
.service{
  background: url(../images/service-bj.png) no-repeat center center;
  padding: 40px 10px;
}
.service  .title h2,
.service  .title p{
  color:#fff;
}
.service  .title .line{
  border-top:1px solid #fff;
}
.service ul{
  overflow: hidden;
  padding: 0 15px;
  width: 1300px;
}
.service li{
  float: left;
  width: 192px;
  height: 128px;
  padding:60px 20px 60px 10px;
  text-align: center;
  margin-right: 95px;
  background: url(../images/service.png) no-repeat;
}
.service li a{
  display: block;
}
.service li h2{
  font-size: 20px;
  margin: 10px 0;
}
.service li p{
  height: 100px;
  line-height: 24px;
  color: #999999;
}
/*新闻资讯*/
.news{
  padding-bottom: 20px;
}
.news ul{
  overflow: hidden;
  margin-bottom: 20px;
}
.news ul li {
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  padding-left: 24px;
  background: url("../images/xing.png") no-repeat left;
  border-bottom: 1px solid #dcdcdc;
}
.news ul li a {
  float: left;
  font-size: 18px;
  color: #7b7979;
  width: 1000px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news ul li span {
  float: right;
  color: #999999;
  margin-right: 5px;
}
.news ul li:hover a{
  color: #1f7ae3;
}
.news .more a{
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #1f7ae3;
  text-align: center;
  display: block;
  color: #ffffff;
}
/*友情链接*/
.link{
  padding: 40px 0;
  background-color: #f5f9fd;
}
.link .section{
  position: relative;
}
.client{
  position: relative;
  padding: 10px 0;
}
.client ul{
  width: 1270px;
  overflow: hidden;
}
.client li{
  float: left;
  margin-right:64px;
  background: #fff;
  padding: 20px 10px;
}
.client .img1{
  position: absolute;
  top: 40px;
  left:-50px;
}
.client .img2{
  position: absolute;
  top:40px;
  right:-50px;
}
/*底部*/
.footer{
  width: 100%;
  min-width: 1200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  background: #333333;
}
.footer .fl{
  padding-top: 30px;
  overflow: hidden;
}
.footer .item{
  width: 1000px;
}
.footer dl{
  float: left;
  width: 33%;
}
.footer dl dt{
  font-size: 16px;
  color:#D0D5DB;
  line-height: 40px;
}
.footer dl dd,
.footer dl dd a{
  color: #eeeeee;
  line-height: 30px;
}
.footer dl .tel{
  padding-left: 25px;
  background: url(../images/tel.png) no-repeat left center;
}
.suggest a{
  margin-right: 10px;
}
.footer .fr{
  padding-top: 30px;
}

/*列表页*/
.content_rt dl{
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #dcdee0;
}
.content_rt dt{
  overflow: hidden;
}
.content_rt dt a{
  float: left;
  font-size: 18px;
  color: #262626;
}
.content_rt dt span{
  float: right;
  color: #808080;
}
.content_rt dl:hover dt a{
  color: #03579b;
}
.content_rt dd{
  color: #999999;
  margin-top: 10px;
}
.page{
  text-align: right;
}
.page a{
  display: inline-block;
  border:1px solid #d9d9d9;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 3px;
  color: #666666;
}
.page .border{
  border: none;
}
.page a:hover,
.page a.on{
  color: #03579b;
  border-color: #03579b;
}
/*详情页*/
.content_lt{
  width: 320px;
  margin-bottom: 50px;
}
.content_lt .first{
  padding:20px 0 20px 30px;
  background-color: #03579b;
  opacity: 0.94;
}
.content_lt .first a{
  font-size: 28px;
  color: #ffffff;
}
.content_lt li{
  width: 320px;
  height: 50px;
  line-height: 50px;
  border-bottom:1px solid #dcdee0;
  background-color: #f5f7fa;
}
.content_lt li a{
  display: block;
  font-size: 18px;
  color: #585858;
  padding-left: 30px;
}
.content_lt li:hover,
.content_lt li.on{
  background-color: #03579b;
}
.content_lt li:hover a,
.content_lt li.on a{
  color: #ffffff;
}
.content_rt{
  width: 820px;
  background-color: #ffffff;
  padding-bottom: 30px;
}
.content .content_rt .content_title{
  border-bottom:1px dashed #dcdee0;
}
.content_rt .content_title h1{
  font-size: 26px;
  font-weight: normal;
  color:#03579b;
  text-align: center;
}
.content_rt .content_title span{
  display: block;
  color: #ccc;
  text-align: center;
  margin: 12px 0;
}
.content_rt p{
  line-height: 30px;
  color: #333333;
  text-indent:2em;
  text-align: justify;
  margin-top: 10px;
  overflow: hidden;
}