@charset "UTF-8";
/*公共样式开始*/
*{
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
body{
    font-family:"Microsoft YaHei","PingFang SC" !important;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}
ul{
    margin-bottom: 0;
}
ul li{
    list-style-type: none;
}
p{
    margin: 0;
}
input::placeholder, textarea::placeholder{
    color:#999;
}
a:hover{
    text-decoration: none;
}

/*清除浮动*/
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.floor-main{
    width: 100%;
}
/*公共样式结束*/

/*头部开始*/
.header{
    width: 100%;
    height: 150px;
}
.header-logo{
    width: 612px;
    height: 100px;
    margin-top: 25px;
}
.header-logo img{
    width: 100%;
    height: 100%;
}
.header-search{
    margin-top: 50px;
}
.header-search-body{
    display: block;
    border: 1px solid #1778bf;
}
.header-search-inp{
    width: 268px;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    float: left;
}
.header-search-inp::placeholder{
    color: #999;
    font-size: 14px;
}
.header-search-btn{
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: url(../images/search-icon.png) center no-repeat;
    background-color: #1778bf;
    float: right;
}
.header-search-oftenuse{
    display: block;
    margin-top: 10px;
}
.header-search-oftenuse ul li{
    display: inline-block;
    color: #999;
    margin-right: 6px;
}
.header-search-oftenuse ul li a{
    color: #1778bf;
}
.header-search-oftenuse ul li a:hover{
    text-decoration: underline;
}
/*头部结束*/
/*导航开始*/
.menu{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #1778bf;
}
.menu-ul{
    font-size: 0;
}
.menu-ul li{
    display: inline-block;
    width: 16.66%;
}
.menu-ul li a{
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.menu-ul li a:after, .menu-ul li a after{
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 14px;
    background-color: #46afdd;
}
.menu-ul li a:hover{
    background-color: #124d79;
}
.menu-ul .active{
    background-color: #124d79;
    position: relative;
}
.menu-ul .active:after, .menu-ul .active after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #ff6c00;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.menu-ul .active a:after, .menu-ul .active a after{
    display: none;
}
.menu-ul li:last-child a:after, .menu-ul li:last-child a after{
    display: none;
}
/*导航结束*/

/*友情链接开始*/
.frilink{
    width: 100%;
    border-top: 4px solid #ffa200;
    background-color: #1778bf;
    padding: 12px 0;
    margin-top: 40px;
}
.frilink-title{
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
}
.frilink-list{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.frilink-list a{
    color: #fff;
}
/*友情链接结束*/

/*底部开始*/
.footer{
    width: 100%;
    background-color: #39454d;
}
.footer-fastlink-title{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}
.footer-fastlink ul{
    margin-top: 8px;
}
.footer-fastlink ul li{
    display: inline-block;
    margin-top: 12px;
    margin-right: 60px;
}
.footer-fastlink ul li a{
    color: #bac3c9;
    font-size: 14px;
}
.footer-fastlink ul li a:hover{
    color: #fff;
}
.footer-contact{
    margin-top: 20px;
}
.footer-contact p{
    font-size: 14px;
    color: #b9c2c8;
    margin-bottom: 8px;
}
.footer-contact .p1{
    margin-bottom: 15px;
}
.footer-contact span{
    color: #fff;
}
.footer-contact .sp1{
    display: block;
    font-size: 26px;
}
.footer-contact span a{
    color: #fff;
}
.footer-qr{
    width: 120px;
    margin-top: 20px;
    float: right;
}
.footer-qr img{
    width: 100%;
    height: 120px;
}
.footer-qr span{
    display: block;
    text-align: center;
    color: #b9c2c8;
    font-size: 12px;
    margin-top: 6px;
}
.footer-info{
    width: 100%;
    text-align: center;
    border-top: 1px solid #4e5a62;
    margin-top:20px;
}
.footer-info span{
    display: inline-block;
    margin: 0 5px;
    color: #b9c2c8;
    line-height: 40px;
}
/*底部结束*/

/*二级页面公共开始*/
.second-banner{
    width: 100%;
    height: 368px;
}
.second-banner-body{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/second-banner.jpg) center no-repeat;
    background-size: auto 100%;
}
.second-menu{
    margin-top: 30px;
    margin-bottom: 50px;
}
.second-menu-body{
    width: 100%;
}
.second-menu-title{
    display: block;
    width: 100%;
    background-color: #1778bf;
    padding: 20px;
    border: 1px solid #1778bf;
}
.second-menu-title .sp1{
    font-size: 28px;
    position: relative;
    display: block;
    color: #fff;
}
.second-menu-title .sp1:after, .second-menu-title .sp1 after{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.second-menu-title .sp2{
    font-size: 20px;
    display: block;
    margin-top: 25px;
    color: #fff;
}
.second-menu-ul{
    width: 100%;
    border: 1px solid #d8d8d8;
    border-top: none;
    padding: 0 20px;
}
.second-menu-ul li{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d8d8d8;
}
.second-menu-ul li:last-child{
    border-bottom: none;
}
.second-menu-ul li a{
    color: #000;
    font-size: 16px;
    display: block;
    padding-left: 30px;
}
.second-menu-ul li a:hover{
    color: #1778bf;
}
.second-menu-ul .active a{
    font-weight: bold;
    color: #1778bf;
    background: url(../images/second-list.jpg) left center no-repeat;
}
.second-menu-phone{
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    background: url(../images/second-phone-bg.jpg) bottom right no-repeat;
}
.second-menu-phone span{
    display: block;
    text-align: center;
}
.second-menu-phone .sp1{
    font-size: 28px;
    color: #1778bf;
    margin-top: 10px;
}
.second-menu-phone .sp2{
    font-size: 16px;
    color: #777777;
    margin-top: 4px;
}
.second-menu-phone .sp3{
    margin-top: 10px;
}
.second-menu-phone .sp3 img{
    width: 116px;
    height: 116px;
}
.second-menu-phone .sp4{
    color: #434343;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}
.second-location{
    width: 100%;
    height: 48px;
    border: 1px solid #d8d8d8;
    background: url(../images/second-location.png) 14px center no-repeat;
    background-color: #f1f2f3;
    padding-left: 42px;
}
.second-location ul li{
    display: inline-block;
    color: #999;
    margin: 0 2px;
    line-height: 48px;
}
.second-location ul li a{
    color: #000;
}
.second-location ul li a:hover{
    text-decoration: underline;
}
.second-page{
    width: 100%;
    margin-top: 40px;
}
.second-page-ul{
    width: 100%;
    text-align: center;
    font-size: 0;
}
.second-page-ul li{
    font-size: 14px;
    display: inline-block;
    margin: 0 8px;
    line-height: 28px;
}
.second-page-ul li a{
    color: #000;
}
.second-page-ul li a:hover{
    color: #1778bf;
}
.second-page-ul .active{
    width: 28px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background-color: #1778bf;
    border-radius: 50%;
}
.second-page-ul .active a{
    color: #fff;
}
.second-page-ul .active a:hover{
    color: #fff;
}
/*二级页面公共结束*/















/*超大PC屏幕下的专用样式*/
@media screen and (min-width:1200px){

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:992px) and (max-width: 1199px) {
    .header{
        height: 140px;
    }
    .header-logo{
        width: 551px;
        height: 90px;
    }
    .header-search-inp{
        width: 208px;
    }
    .header-search{
        margin-top: 40px;
    }
    .second-menu-phone .sp1{
        font-size: 24px;
    }
    .second-menu-title .sp1{
        font-size: 24px;
    }
    .second-menu-title .sp2{
        font-size: 18px;
    }
    .second-banner{
        height: 320px;
    }
}

/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:991px ){
    .header{
        height: 130px;
    }
    .header-logo{
        width: 428px;
        height: 70px;
    }
    .header-search-inp{
        width: 168px;
    }
    .header-search-btn{
        width: 50px;
    }
    .header-search{
        margin-top: 40px;
    }
    .header-search-oftenuse .li1{
        display: none;
    }
    .second-menu-phone .sp1{
        font-size: 20px;
    }
    .second-menu-title .sp1{
        font-size: 20px;
    }
    .second-menu-title .sp2{
        font-size: 16px;
    }
    .second-menu-ul li a{
        padding-left: 24px;
    }
    .second-menu-phone .sp2{
        font-size: 14px;
    }
    .second-banner{
        height: 240px;
    }
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {
    .header{
        height: 144px;
    }
    .header-logo{
        width: 100%;
        height: 44px;
        margin-top: 10px;
    }
    .header-logo img{
        width: auto;
        height: 100%;
    }
    .header-search-inp{
        height: 32px;
        line-height: 32px;
    }
    .header-search-btn{
        height: 32px;
        line-height: 32px;
        background-size: 18px auto;
    }
    .header-search-oftenuse ul li{
        font-size: 12px;
    }
    .header-search{
        margin-top: 12px;
    }
    .header-search-inp{
        width: 76%;
    }
    .header-search-btn{
        width: 22%;
    }
    .menu{
        height: 2px;
    }
    .menu-ul .active:after, .menu-ul .active after{
        display: none;
    }
    /*手机站导航开始*/
    .sp_nav{width:32px;position: absolute;cursor:pointer; right: 16px; top: -124px; height: 24px; z-index: 999;}
    .sp_nav span{display:block;background:#13619b;width:100%;height:3px; border-radius: 5px; position:absolute;transition:all ease 0.35s}
    .sp_nav span:nth-of-type(1){top:0px}
    .sp_nav span:nth-of-type(2){top:10px}
    .sp_nav span:nth-of-type(3){top:20px}
    .sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
    .sp_nav_se span:nth-of-type(2){width:0}
    .sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
    .sjj_nav{display: block; position: absolute;z-index:99999;background:rgba(19, 21, 37, 0.9);top:-1000px;right:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
    .nav_show{top:0px; width: 100%; margin: 0;}
    .daohang .nav_show{top:0px !important;}
    .sjj_nav ul li{  float: left; text-align: center; width: 100%;font-size: 14px;  position:relative;}
    .sjj_nav ul li a{color:#fff; display: block; font-size: 14px; text-decoration: none;}
    .sjj_nav ul li a:hover{color: #d8d8d8;}
    .sjj_nav ul li a:active{color: #fff;}
    /*手机站导航结束*/
    .frilink-title{
        margin-bottom: 10px;
    }
    .footer-fastlink ul{
        font-size: 0;
    }
    .footer-fastlink ul li{
        width: 33%;
        text-align: center;
        display: inline-block;
        margin-right: 0;
    }
    .footer-contact{
        margin-top: 30px;
        text-align: center;
    }
    .footer-qr{
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer-qr img{
        width: 120px;
    }
    .footer-info{
        padding: 10px 0;
    }
    .footer-info span{
        line-height: 26px;
    }
    .footer-contact .sp1{
        font-size: 22px;
    }
    .second-banner{
        height: 150px;
    }
    .second-menu-title{
        padding: 10px 15px;
    }
    .second-menu-title .sp1{
        font-size: 20px;
    }
    .second-menu-title .sp2{
        display: none;
    }
    .second-menu-title .sp1:after, .second-menu-title .sp1 after{
        display: none;
    }
    .second-menu-ul{
        padding: 0 10px;
    }
    .second-menu-ul li{
        float: left;
        border-bottom: none;
        height: 46px;
        line-height: 46px;
    }
    .second-menu-ul li a{
        padding-left: 0;
        margin: 0 10px;
        font-size: 16px;
        line-height: 46px;
    }
    .second-menu-ul .active a{
        background-image: none;
    }
    .second-menu{
        margin-top: 20px;
    }
    .second-location{
        margin-top: 20px;
    }
    .second-menu-phone .sp1{
        font-size: 24px;
    }
}
