*{
    margin: 0;
    padding: 0;
}
img{
    border:0;
}
.section{
    width: 1200px;
    margin: 0 auto;
}
body{
    background-color: #f6f7fb;
    font-family: "Source Han Sans"; 
}
.header{
    height: 90px;
}
.header .logo{
    float: left;
    margin-top: 16px;
    position: absolute;
    left: 250px;
}
}
.header .nav{
    float: right;
}
.header .nav ul{
    list-style: none;
}
.header .nav > ul > li{
    float: left;
    line-height: 90px;
    text-align: center;
    padding-right:26px;
}
.header .nav > ul li > a{
    font-size: 16px;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
}
.header .nav li a.current{
    color: #ea4100;
    border-bottom: 2px solid #ea4100;
}
.header .nav  li a:hover{
    color: #ea4100;
    border-bottom: 2px solid #ea4100;
}
.header .zscx{
    float:right;
    padding-top: 25px;
    padding-left: 40px;
}
.header .zscx a{
    display: block;
    width: 80px;
    height: 40px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 40px;
    background-color: #0154a4;
}
.head{
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    display: none;
}
.head .logo{
    float: left;
    margin-top: 5px;
}
.head .toggle{
    float: right;
    margin-top: 18px;
}
/*导航下拉*/
.dropdown{
    position: relative;
    z-index: 100;
}
.dropdown .dropdown-content{
    width: 150%;
    position: absolute;
    top:67px;
    left:0;
    background-color: #ffffff;
    display: none;
    z-index: 999;
}
.dropdown .dropdown-content li{
    position: relative;
}
.dropdown .dropdown-content li a{
    display: block;
    font-size: 16px;
    height:40px;
    line-height:40px;
    text-align: center;
    padding-bottom: 0 !important;
}
.dropdown .dropdown-content li:hover > a{
    border-bottom: none;
}
.dropdown:hover .dropdown-content{
    display: block;
}
.dropdown-content .dropdown-item{
    width: 100%;
    position: absolute;
    top:0;
    left:100%;
    background-color: #ffffff;
    display: none;
    z-index: 100;
}
.dropdown-content li:hover .dropdown-item{
    display: block;
}
/* 移动端导航 */
.mobile-nav{
    display: none;
    background: #fff;
}
.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: 16px;
    padding-left: 15px;
    text-decoration: none;
}
.mobile-nav ul > li:hover{
    background: #ea4100;
}
.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: 30px;
    font-size: 14px;
    text-align: left;
}
.banner{
    height: 465px;
    background: url(../images/banner.png) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
}
.service{
    padding-top: 90px;
}
.service h3{
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}
.service span{
    display: block;
    font-size: 20px;
    text-align: center;
    color: #0154a4;
}
.service ul{
    list-style: none;
    overflow: hidden;
}
.service ul li{
    float: left;
    width:540px ;
    height: 140px;
    background-color: #fff;
    margin-left: 20px;
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px;
}

.service ul li img{
    float: left;
    display: block;
    margin-top: 30px;
    margin-left: 54px;
}
.service ul li a{
    text-decoration: none;
    float: left;
    width:400px;
}
.service ul li a h4{
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid#eee;
    margin-left: 30px;
}
.service ul li:hover{
    background: url(../images/renzheng4.png) no-repeat center;
}
.service ul li:hover h4,
.service ul li:hover p {
    color:#fff;
}
.service ul li a p{
    font-size: 12px;
    color: #9a9797;
    padding-left: 30px;
    padding-top: 14px;
}
.about-us {
   background: url(../images/us1.png) no-repeat;
   padding: 50px 0;
   overflow: hidden;
    margin-top: 50px;
}
.about-us .headline h3{
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 60px;
}
.about-us .headline span{
    display: block;
    font-size: 20px;
    text-align: center;
    color: #0154a4;
}
.about-us-bottom ul{
    list-style: none;
    float: left;
    width: 50%;
}
.section .content{
    float: left;
    width: 50%;
}
.about-us-bottom ul img{
    padding-top: 80px;
    width: 100%;
}
.section .content h4{
    font-size: 22px;
    font-weight: bold;
    padding-top: 160px;
    padding-bottom: 20px;
    padding-left: 40px;
}
.section .content p{
    font-size: 14px;
    line-height: 30px;
    padding-left: 40px;
}
.section .content .ckgd{
    float: right;
}
.section .content .ckgd a{
    display: block;
    width: 140px;
    height: 46px;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    padding-left: 30px;
    line-height: 48px;
    border: 1px solid #1751a4;
    border-radius: 23px;
    background: url(../images/sanjiaoxing.png) no-repeat center right 24px;
    color: #1751a4;
    margin-top: 10px;
}
.section .news .caption{
    padding-top: 90px;
}
.section .news .caption h3{
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}
.section .news .caption span{
    display: block;
    font-size: 20px;
    text-align: center;
    color: #0154a4;
}
 .news{
    margin-top: 26px;
}
.tab{
    margin: 30px 0;
    text-align: center;
}
.tab a{
    font-size: 14px;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #999999;
    background-color: #fff;
    border: 1px solid #215fb0;
    border-radius: 15px;
    text-align: center;
    margin-right: 40px;
    text-decoration: none;
}
.tab a:hover{
    color: #215fb0;
    background-color: #fff;
    border: 1px solid #215fb0;
}
.news-lt{
    float: left;
    width: 500px;
}
.news-lt img{
    width: 100%;
}
.section .clearfix{
    overflow: hidden;
}
.section .clearfix ul{
    list-style: none;
}
.section .clearfix li a{
    text-decoration: none;
    color:#333;
}
.section .clearfix li h3{
    font-size: 16px;
    color: #000;
    padding-top: 14px;
    border-bottom: 1px solid#d8d7d8;
    padding-bottom: 12px;
}
.section .clearfix li p{
    float: left;
    font-size: 14px;
    color: #000;
    padding-top: 10px;
}
.section .Other {
    float: right;
    margin-left: 40px;
}
.section .Other li{
    margin-bottom: 20px;
    overflow: hidden;
}
.section .Other .Other1{
    float: left;
    width: 100px;
    border-right:1px solid #d8d7d8;
    padding: 21px 0;
    margin-right: 16px;
}
.section .Other .Other1 .span1{
    font-size: 30px;
    padding-right: 54px;
}
.section .Other .Other1 .span2{
    font-size: 16px;
    padding-left: 42px;
}
.section .Other .Other2{
    float: left;
    width: 460px;
}
.section .Other .Other2 h4{
    font-size: 18px;
    padding-top: 18px;
}
.section .Other .Other2 p{
    font-size: 14px;
    color: #999999;
}
.Other li:hover .Other1 span,
.Other li:hover .Other2 h4 a{
    color:#eb5417;
}
.caption h3{
    font-size: 24px;
    text-align: center;
    padding-bottom: 14px;
}
.caption span{
    display: block;
    font-size:24px ;
    color: #0154a4;
    text-align: center;
}
.link{
    margin-top: 90px;
    background: url(../images/linkbj.png) no-repeat;
    padding: 40px 0;
}
.link-con ul{
    list-style: none;
    overflow: hidden;
    padding:30px 0;
}
.link-con li{
    float: left;
    margin-left: 20px;
}
.link-con li img{
    width: 100%;
    max-height: 60px;
}
.footer{
    background-color: #14191f;
    padding: 50px 0;
}
.footer-top{
    overflow: hidden;
}
.footer .section .item{ 
    overflow: hidden;
    float: left;
}
 .footer .section .item dl{ 
    float: left; 
    margin-right: 98px;
}
.footer .section .item dt{
    font-size: 18px;
    color: #f6f7fb;
    padding-bottom: 12px;
}
.footer  .item dt .line{
    width: 30px;
    height: 2px;
    background-color: #0154a4;
    margin: 10px 0;
}
.footer .section .item dd a{
    padding-top: 128px;
    text-decoration: none;
    font-size: 14px;
    color:#f6f7fb;
    line-height: 30px;
}
.footer-code{
    float: right;
}
.footer-code img{
    margin-bottom: 12px;
}
.footer-code p{

    font-size: 14px;
    color:#f6f7fb;
}
.footer-bottom{
    border-top: 1px solid #a9a6a6;
    margin-top: 40px;
    padding-top: 40px;
    overflow: hidden;
}
.item2{
    float: left; 
}
.item2 .logo2{
    background: url(../images/logo2.png) no-repeat;
    padding-top: 48px;
}
.item2 p{
    font-size: 14px;
    color: #f6f7fb;
    margin-top: 20px;
}
.contact{
    float: right;
}
.contact ul{
    list-style: none;
}
.contact ul li{
    margin-bottom: 14px;
}
.contact ul li span{
    font-size: 14px;
    color:#f6f7fb ;
    margin-left: 14px;
}



@media (max-width:767px) {
    .section{
        width: 94%;
    }
    .banner {
        max-height: 200px;
    }
    .header{
        display: none;
    }
    .head{
        display: block;
        height: 50px;
        line-height: 50px;
    }
    .head .logo{
        max-height:40px;
        margin-top: 6px;
    }
    .head .toggle{
        display: block;
        margin-top: 7px;
    }
    .nav{
        display: none;
    }
    .nav .section{
        width:100%;
    }
    .about-us-bottom{
        display: none;
    }
    .about-us .headline h3 {
         padding-top: 0;
    }
    .section .content h4 {
        padding-top: 20px;
    }
    .section .content {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .section .content h4 {
        padding-left: 0;
    }
    .section .content p {
        width: auto;
        padding-left: 0;
    }
    .tab a {
        margin-right: 0;
    }
    .section .news .caption {
        padding-top: 0;
    }
    .about-us {
        background: url(../images/us1.png) no-repeat;
        margin-top:40px;
    }
    .news-lt{
        display: none;
    }
    .service {
        padding-top:20px;
    }
    .service ul li {
        width: 100%;
        margin-left:0;
        padding: 0;
    }
    .service ul li img {
        margin-top: 30px;
        margin-left:10px;
        width: 50px;
        height: 50px;
    }
    .service ul li a h4,
    .service ul li a p {
        padding-left: 0;
        margin-left: 0;
    }
    .service ul li a {
        width: 80%;
        margin-left: 10px;
    }
    .service ul li:hover{
        background: #fff;
    }
    .service ul li:hover h4{
        color: #333;
    }
    .service ul li:hover p {
        color: #9a9797;
    }
    .section .Other .Other1 {
        display: none;
    }
    .section .Other .Other2 {
        float: none;
        width: 100%;
    }
    .link-con ul {
        padding: 5px 0;
    }
    .link-con li {
        width: 45%;

    }
    .link {
        margin-top: 30px;
        padding: 30px 0;
    }
    .footer .section .item dl {
        width:25%;
        margin-right: 0;
    }
    .footer-code {
        display: none;
    }
    .footer .section .item {
         float: none;
    }
    .item2{
        float: none;
    }
    .contact {
        float: none;
        margin-top: 10px;
    }

    .footer {
        padding: 20px 0;
    }
}
@media (max-width: 480px){
    .head .logo {
        max-height: 30px;
        margin-top: 10px;
    }
    .link-con li {
        width: 100%;
        margin-left: 0;
    }

}
@media (min-width: 768px) {
    .section {
        width: 750px;
    }
    .head{
        display: block;
    }
    .header{
        display: none;
    }
    .section .content h4 {
        padding-top: 80px;
    }
    .news-lt {
        width:100%;
    }
    .footer .section .item dl {
        margin-right: 80px;
    }
    .section .Other {
        float: left;
        margin-top: 10px;
        margin-left: 20px;
    }
    .service ul li {
        width: 45%;
        margin-right: 3%;
        margin-left: 0;
        padding: 0;
    }
    .service ul li img {
        margin-left: 10px;
    }
    .service ul li a {
        width: 75%;
    }

}
@media (min-width: 992px ) and (max-width: 1199px){
    .section {
        width: 970px;
    }
    .head {
        display: none;
    }
    .mobile-nav {
        display: none !important;
    }
    .header{
        display: block;
    }
    .header .zscx {
        padding-left: 0;
    }
    .header .nav > ul > li {
        padding-right: 15px;
    }
    .section .content h4 {
        padding-top: 80px;
    }
    .news-lt {
        width: 37%;
    }
}
@media (min-width: 1200px) {
    .section{
        width: 1200px;
    }
    .head {
        display: none;
    }
    .mobile-nav {
        display: none !important;
    }
    .header{
        display: block;
    }
    .news-lt {
        width: 48%;
    }
    .section .Other {
        margin-left: 40px;
    }
}
/*列表页*/
.content .content-title{
  background-color: #f9fafe;
  margin-bottom: 20px;
}
.content .content-title .title1{
  height: 46px;
  line-height: 46px;
  color: #666666;
}
.content .content-title .title1 img{
  position: relative;
  top: -2px;
  right: 5px;
}
.content .content-title .title1 a{
  color: #666666;
}
.content .content-title .title1 a.color{
  color: #0a3485;
}
.left {
    width: 35%;
    background: #fff;
    margin-bottom: 50px;
}
.left dt{
  background-color: #004f97;
  color: #ffffff;
  padding: 15px 0 15px 20px;
}
.left dt a{
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  border-bottom:1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.left dt span{
  display: block;
}
.left dd{
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f7f8fa;
  border-bottom:1px dashed #e5e5e5;
}
.left dd a{
  display: block;
  border-left:4px solid #f7f8fa;
  padding-left: 20px;
  font-size: 16px;
  color: #585858;
  font-weight: bold;
}
.left dd.current,
.left dd:hover{
  background: #fff;
  border-bottom:1px dashed #fff;
}
.left dd.current a,
.left dd:hover a{
  color: #0a3485;
  border-left:4px solid #0a3485;
}
.right{
  width: 60%;
}
.right li{
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #cccccc;
}
.news li .date,
.right li .date{
  float: left;
}
.news li .date .time,
.right li .date .time{
  font-size: 40px;
  color: #333333;
  display: block;
}
.news li .date .year,
.right li .date .year{
  color: #c3c3c3;
}
.news li h2,
.right li h2{
  font-size: 20px;
  color: #4d4d4d;
  margin-bottom: 5px;
}
.news li .line,
.right li .line{
  float: left;
  width: 2px;
  height: 56px;
  background-color: #cccccc;
  margin:10px 20px 0;
}
.right li .item{
  float: left;
  width: 74%;
}
.news li .item p,
.right li .item p{
  font-size: 14px;
  color: #999999;
  text-indent: 0;
  line-height: 24px;
}
.news li:hover .item h2 a,
.right li:hover .item h2 a{
  color: #0a3485;
}
.page{
  float: right;
  margin: 20px 0;
}
.page a{
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #d9d9d9;
  float: left;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  color: #666666;
}
.page a.spec{
  width: 74px;
}
.page a:hover{
  background-color: #0a3485;
  color: #ffffff;
}
.page a.none{
  border:none;
}
/*详情页*/
.right > h2{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.right > h2 span{
  padding-bottom: 10px;
}
.right > p{
  font-size: 16px;
  color: #4d4d4d;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 10px;
}

@media (max-width:767px) 
{
    .left {
        width: 100%; 
        margin-bottom:10px;
        float:none;
    }
    .left dd {
        height: 46px;
        line-height: 46px;
    }
    .right
    {
        width:100%;
        float:none;
    }
    .right li {
        padding: 10px 0;
    }
}
@media (max-width:480px) 
{
    .right li .item {
        width: 70%;
    }
    .news li h2, .right li h2 {
        font-size: 18px;
    }
    .news li .line, .right li .line {
        margin: 10px 15px 0;
    }
    .news li .item p,
     .right li .item p {
        line-height: 20px;
    }
    .news li .date .time, 
    .right li .date .time {
        font-size: 34px;
    }
}