*{
    margin: 0;
    padding: 0;
}
html{
    height:100%;
}
.clear {
    clear: both;
}
.section {
    width: 1200px;
    margin: 0 auto;
}

body {
    background-color: #fff;
}
.top-area{
    background-color:#ebedf0;
    height: 36px;
    line-height: 36px;
  }
.top-area .fl {
    float: left;
}
.top-area p{
    font-size: 12px;
  }
  .top-area ul{
    list-style: none;
  }
  .top-area ul li{
    float: left;
  }
  .top-area .fr {
    float: right;
}
  .top-area ul li a{
    color: #b3b2b2;
    text-decoration: none;
    font-size: 12px;
    border-right: 1px solid #b3b2b2;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    padding: 0 10px;
  }
  .top-area ul li a:hover{
    color: #287acc;
}
/*头部*/
.header-top{
    background-color: #eeeeee;
    height: 30px;
    line-height: 30px;
  }
  .header-top span {
    margin-right: 24px;
    font-size: 12px;
    color: #999999;
  }
  .header {
  height: 100px;
  }
  
  .header .logo {
  float: left;
  margin-top: 16px;
  }
  
  .s-box {
  float: right;
  margin-top: 30px;
  display: flex;
  }
  
  .s-box .s-text {
  width: 220px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dbdbdb;
  border-right: 0;
  display: inline-block;
  padding-left: 10px;
  }
  
  .s-box .s-btn {
  width: 40px;
  height: 36px;
  background: #f5f8fa;
  display: inline-block;
  border: solid 1px #dbdbdb;
  }
  
  .s-box .s-btn img {
  margin-top: 10px;
  margin-left: 11px;
}
/*导航*/
.nav {
	width: 100%;
	height: 54px;
	line-height: 54px;
	background-color: #265173;
}
.nav ul {
	list-style: none;
}

.nav .section > ul > li {
	float: left;
	width:12.5%
}

.nav ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

.nav ul li:hover {
	background-color: #1eadef;
}

.nav ul li:hover a {
	color: #fff;
}
/*导航下拉*/
.dropdown {
	position: relative;
	z-index: 100;
}

.dropdown .dropdown-content {
	width:100%;
	position: absolute;
	top: 54px;
	left: 0;
	background-color: #265173;
	display: none;
	z-index: 100;
}

.dropdown .dropdown-content li a {
	font-size: 14px;
	color: #000;
	display: block;

	height: 50px;
	line-height: 50px;
}

.dropdown .dropdown-content li:hover {
	background: #1eadef;
}

.dropdown .dropdown-content li:hover a {
	color: #ffffff;
}

.dropdown:hover .dropdown-content {
	display: block;
}
/*移动端导航*/
.mobile-nav {
  background: #fff;
  display: none;
}

.mobile-nav ul>li {
  list-style: none;
  width: 100%;
}

.mobile-nav ul>li>a {
  display: block;
  color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 15px;
  text-decoration: none;
}

.mobile-nav ul>li:hover {
  background: #999999;
}

.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;
  width: 100%;
}

.mobile-nav .dropdown .dropdown-content li a {
  height: 40px;
  line-height: 40px;
  padding-left: 0px;
  font-style: 14px;
  text-align: left;
}
/******banner图******/
.banner{
    height: 500px;
    background: url(../images/banner.png)no-repeat center;
}
/*关于我们*/
.about-us{
    margin-top: 60px;
}
.right {
	width: 940px;
	float: left;
}

.about-us-bottom img {
	float: left;
	padding-right: 38px;
}

.contentc {
	display: block;
	float: right;
	width: 420px;
}

.contentc a {
	text-decoration: none;
}

.contentc a h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.contentc a p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 70px;
}

.contentc .ckgd a {
	color: #fff;
	font-size: 14px;
	background-color: #1eadef;
	width: 80px;
	height: 32px;
	padding: 10px 30px;
	border-radius: 4px;
}

.left {
	width: 228px;
	padding-left: 23px;
}

.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;
}
/* 业务领域 */
.service{
    margin-top: 60px;
    height: 380px;
    background-color: #f4f9fd;
}
.service .headline h3{
    padding: 30px 0;
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.service .headline img{
    padding: 30px 0;
    float: right;
}
.service ul{
    list-style: none;
    float: left;
    width: 1250px;
}
.service ul li {
	float: left;
	width: 278px;
	padding-right: 26px;
}
.service ul li a{
    text-decoration: none;
}
.service ul li h4{
    font-size: 16px;
    color: #333;
    padding-top:14px;
}
.service ul li p{
    padding-top: 8px;
    font-size: 14px;
    color: #666;
}
.service ul li h4:hover  {
    color: #1eadef;
}
.service ul li span:hover{
    color: #1eadef;
}
.service ul li img{
    width: 100%;
    transition: all 0.3s;
}
.service ul li a:hover img{
   transform: scale(1.05);
}
/* 新闻中心 */
.news{
    padding-top: 60px;
}
.news .fl{
    width: 380px;
    padding-right: 30px;
    float: left;
}
.news .headline span{
    display: block;
    width: 3px;
    height: 30px;
    background: #1eadef;
    float: left;
    margin-right: 8px;
}
.news .headline{
    width: 380px;
}
.news .headline h2{
    margin-bottom: 30px;
    float: left;
}
.news .headline a{
    display: inline-block;
    color: #999999;
    line-height: 40px;
    float: right;

}
.news  ul{
    list-style: none;
    width: 380px;
}
.news ul li{
    width: 100%;
    border-bottom: 1px solid #e9e9ea;
    float: left;
    padding: 16px 0;
}
.news ul li a{
    text-decoration: none;
    display: block;
     width: 100%;
    height: 100%;
}
.news ul li h4{
    font-weight: 400;
    color: #333;
    float: left;
    font-size: 16px;
}
.news ul li span{
    color: #999;
    float: right;
}
.news .fl_1{
    width: 380px;
    padding-right: 30px;
    float: left;
}

.news .fr{
    width: 380px;
    float: right;
}
/*友情链接*/
.link{
    padding-top: 60px;
}
.headline_1{
  overflow: hidden;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px
}
.headline_1 h3{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: 3px solid #1eadef;
    line-height: 42px;
}
.link-con ul {
    list-style: none;
    overflow: hidden;
    padding: 10px 0
}

.link-con li {
    float: left;
    margin-right: 18px;
}
.link-con li.last{
    margin-right: 0;
}

.link-con li img {
    width: 100%;
    max-height: 60px;
}
/*底部*/
.footer{
    width: 100%;
    height: 110px;
    overflow:hidden;
    background-color: #1e2128;
    text-align: center;
    color: #dcdee0;
}
  .footer span{
    font-size: 14px;
    display: inline-block;
    margin:7px 50px 5px 0;
  }
  .footer .section div{
    margin: 20px 0 10px 0;
  }
  .footer p{
    font-size: 14px;
  }
/******列表页******/
.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{
    text-decoration: none;
    color: #666666;
  }
  .detail_title .color{
    color: #0255a1;
  }
  .content_lt{
    float: left;
    width: 22%;
    margin-bottom: 30px;
  }
  .content_lt .first{
    padding-left: 20px;
    height: 100px;
    background-color:#0255a1;
    margin-bottom: 5px;
  }
  .content_lt .first a{
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
    margin: 15px 0 10px
  }
  .content_lt .first_1 {
    padding-left: 20px;
    height: 100px;
    background-color: #0255a1;
    margin-bottom: 5px;
  }
  .content_lt .first_1 span {
    display: block;
    letter-spacing: 1px;
    color: #eee;
  }
  .content .content_rt li p {
      color: #808080;
      margin: 10px 0 15px;
      text-indent: 0;
  }
  .content_lt .first_1 a{
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
    margin: 15px 0 10px
  }
  .content_lt .first span{
    display: block;
    letter-spacing: 1px;
    color: #eee;
  }
  .content_lt li{
    list-style: none;
    height: 54px;
    line-height: 54px;
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 5px;
  }
    .content_lt li a{
    list-style: none;
    height: 54px;
    line-height: 54px;
    width: 100%;
    margin-bottom: 5px;
    padding-left:20px;
  }
  .content_lt .Sub li a {
    text-decoration: none;
    display: inline-block;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    color: #595959;
  }
  .content_lt .Sub_1 li a{
    text-decoration: none;
    display: inline-block;
    text-align: left;
    height:50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    color: #595959;
  }
  .content_lt li.current,
  .content_lt li:hover{
    background-color:#0255a1;
  }
  .content_lt li.current a,
  .content_lt li:hover a{
    color: #fff;
  }
  .content_rt{
    float: right;
    width: 75%;
    margin:10px 0 30px 0;
  }
  .content_rt ul li{
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 38px;
  }
  .content_rt li .top a{
    text-decoration: none;
    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: #0255a1;
  }
  .content_rt li p {
    float: left;
    margin: 10px 0 18px;
  }
  .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{
    text-decoration: none;
    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: #0255a1;
    border-color:#0255a1;
    color: #fff;
  }
  .link .Part li a {
    height: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
  }
  .link .Part2 li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    height: 18px;
    line-height: 30px;
  }
  .footer .fr h4 {
    padding-bottom: 0px;}
    .link .Part li {
      padding-top: 4px;
  }
  .link .Part2 li {
    margin-left: 68px;
    padding-top: 4px;
  }
  .footer_1 .fuzhuxian {
    margin-top: 176px;
  }
  .footer p {
    padding-top: 8px;
  }
  /******详情页******/
  .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{
    width: 100%;
    color: #000;
    line-height: 28px;
    text-indent:2em;
    text-align: justify;
    margin-top: 10px;
  }
/*移动端样式*/
@media (max-width:767px) {
.section {
  width: 90%;
}
  
img.logo {
  width: 42%;
  padding: 20px 0;
}
.banner {
  background: url(../images/baner1.png) no-repeat center;
  max-height: 200px;
  padding-top: 0px;
}
  
.header {
  display: none;
}
  
.head {
  display: block;
}
  
.head {
  background-color: #fff;
}
.header .logo {
  max-height: 40px;
   margin-top: 6px;
}
.head .toggle {
  float: right;
  width: 9%;
  margin-top: 24px;
}
.nav{
  display: none;
}
.mobile-nav ul{
  list-style: none;
}
.top-area .fr{
  display: none;
}
.about-us-bottom img{
  display: none;
}
.contentc{
  width: 38%;
  float: left;
}
.left.fr {
  padding-top: 40px;
  float: left;
}
.service{
  height: 1140px;
}
.service ul {
  width: 100%;
}

.service ul li {
  padding-top: 14px
}
.news ul{
  width: 340px;
}
.news .fl_1{
  padding-top: 40px;
}
.news .fr{
  float: left;
  padding-top: 40px;
}
.news .headline a{
  margin-right: 40px;
}
.link-con ul{
  width: 100%;
}
.link-con li{
  width: 44%;
}
}
@media (max-width: 480px) {
.head {
  height: 50px;
  line-height: 50px;
}
  
.head .toggle {
  width: 9%;
  margin-top: 12px;
}
  
.head .logo {
  width: 44%;
  max-height: 30px;
  margin-top: -10px;
}
.search {
  height: 618px;
}
.mobile-nav ul{
  list-style: none;
}
}
@media (min-width: 768px) {
.section {
  width: 750px;
}
.head {
   display: block;
}
.header {
  display: none;
}
.head .logo {
  padding: 10px;
}
.nav{
  display: none;
}
.toggle {
  padding-top: 20px;
  float: right;
}
.banner{
  height: 300px;
}
.banner img{
  width: 100%;
  height: 300px;
}
.about-us-bottom img{
   display: none;
}
.right {
  width: 64%;
}
.contentc{
  width: 100%;
}
.left{
  width: 30%;
}
.service{
  height: 700px;
}
.service ul{
  width: 100%;
}
.service ul li{
  width: 47%;
  padding-right: 22px;
  padding-bottom: 20px;
}
.news .fl{
  width: 48%;
}
.news ul li{
  width: 94%;
}
.news .fl_1{
  width: 36%;
}
.news .fr {
  width: 380px;
  float: left;
  padding-top: 40px;
}
.news .headline a{
  margin-right: 14px;
}
.link-con ul{
  width: 110%;
}
.link-con li{
  width: 30%;
}
.footer span {
  font-size: 12px;
  margin: 7px 18px 5px 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.section {
  width: 100%;
} 
.head {
  display: none;}
.header {
  display: block;
  height: 100px;
  background-color: #ffffff;
  min-width: 100%;
}
.header .logo {
  float: left;
  margin-top: 14px;
  margin-right: 60px;
}
.nav {
  display: block;
}
.mobile-nav{
  display: none;
}
.right {
  width: 74%;
}
.about-us-bottom img{
  display: none;
}
.contentc{
  width: 100%;
}
.left{
  width: 22%;
}
.service{
  height: 680px;
}
.service ul{
  width: 100%;
}
.service ul li{
  width: 30%;
  padding: 26px 0  0 30px;
}
.news .fl{
  width: 46%;
}
.news .fl_1{
  width: 46%;
}
.news .fr {
  width: 44%;
  float: left;
  padding-top: 40px;
}
.link-con ul{
  width: 100%;
}
.link-con li {
  width: 16%;
}
}


@media (min-width: 1200px) {
.section{
  width: 1200px;
    
}
    
.head {
  display: none;
}
    
.header {
  display: block;
}
.nav {
  display: block;
}
.banner {
  height: 500px;
}
.mobile-nav{
  display: none;
}
.right {
  width: 940px;
}
.about-us-bottom img{
  display: block;
}
.contentc{
  width: 44%;
}
.left {
  width: 18%;
}
.service{
  height: 380px;
}
.service ul li{
  width: 24%;
  padding-right: 12px;
}
.news .fl{
  width: 380px;
}
.news .fl_1{
  width: 380px;
}
.news .fr{
  padding-top: 0;
}
.link-con li{
  width: 185px;
}
}


.main-r dl
{
    border-bottom: 1px dashed #e0e0e0;
    padding: 16px 0;
}

.main-r dl a
{
    display: inline-block;
    font-size: 18px;
    color: #333;
}
.main-r dl span
{
    display: inline-block;
    float: right;
    color: #333;
}

