﻿@charset "utf-8";
body{font-size: 16px;}
@font-face{
    font-family: "Roboto";
    src: url(/rcpy-yjs-..-xyhd-..-yjs-..-..-yxgk-..-css-..-fonts-roboto.ttf.jpg);
}
.Roboto{font-family: "Roboto";}
@font-face{
    font-family: "hyzyjt";
    src: url(/rcpy-yjs-..-xyhd-..-yjs-..-..-yxgk-..-css-..-fonts-hyzyjt.ttf.jpg);
}
.hyzyjt{font-family: "hyzyjt";}
@font-face{
    font-family: "zkqkhyt";
    src: url(/rcpy-yjs-..-xyhd-..-yjs-..-..-yxgk-..-css-..-fonts-zkqkhyt.ttf.jpg);
}
.zkqkhyt{font-family: "zkqkhyt";}


.header{
    background: url(/rcpy-yjs-..-xyhd-..-yjs-..-..-yxgk-..-css-..-images-header_bg.png.jpg) no-repeat bottom center;
    padding: 20px 0;
}


.title_img{
    margin: 37px 0 0 65px;
}


.search_box{
    margin-top: 33px;
}
.search_box .search-text{
    width: 200px;
    font-size: 14px;
    height: 42px;
    padding: 0 0 0 26px;
    border: 0;
    outline: none;
    font-size: 14px;
    background: url(/rcpy-yjs-..-xyhd-..-yjs-..-..-yxgk-..-css-..-images-search.png.jpg) no-repeat 7px center;
    background-color: #f7f7f7;
}
.search-btn{
    background: #0e6bc2;
    color: #fff;
    vertical-align: top;
    line-height: 42px;
    width: 45px;
    font-size: 12px;
    cursor: pointer;
}


.nav{
    background: #0068b7;
    box-shadow: 0px 10px 18.69px 2.31px rgba(0, 0, 0, 0.16);
}
.nav_ul{
    width: 100%;
    display: table;
    table-layout: fixed;
font-size: 17px;


}
.nav_ul>li{
    display: table-cell;
    text-align: center;
    position: relative;
}
.nav_ul>li:hover{
    background: #fb6a00;
}
.nav_ul>li>a{
    display: block;
    color: #fff;
    line-height: 56px;
}


.hasSub:hover .nav_ul_2{
    display: block;
}
.nav_ul_2{
    position: absolute;
    min-width: 100%;
    display: none;
    z-index: 9;
    white-space:nowrap
}
.nav_ul_2 li {
    background: #0068b7;
    padding:0px 5px;
}
.nav_ul_2 li:hover{
    background: #fb6a00;
}
.nav_ul_2 li a{
    display: block;
    color: #fff;
    line-height: 40px;
}





.footer{
    background: url(/rcpy-yjs-..-xyhd-..-yjs-..-..-yxgk-..-css-..-images-footer_bg.png.jpg) no-repeat bottom center;
    background-color: #0068b7;
    padding: 20px 0;
}
.copyright p{
    
font-size: 16px;
 line-height: 24px;
 margin-top: 6px;
    color: #eaeaea;
    text-align: center;
}


.nav-btn{  
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    xbackground: #26489d;
    padding: 5px;
}
.nav-btn .icon-bar-nav{
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: #0068b7;
}
.nav-btn .icon-bar-nav+.icon-bar-nav{
    margin-top: 6px;
}
.nav-btn{display: none;}
.nav2{display: none;}
@media screen and (max-width: 1000px) {
    .w-1280{
        width: 100%;
        padding: 0 2%;
    }
    .min_w{
        padding: 0 2%;
        min-width: 96%;
    }
    .w{
        width: 100%;
        padding: 0 2%;
        min-width: 96%;
    }
    .header{
        padding: 5px 2%;
    }
    .nav {
        display: none;
    }
    .logo {width: 80%;}
    .logo a{
        display: block;
    }
    .logo img{
        display: block;
        width: 100%;
    }
    .title_img{display: none;}
    .search_box{margin-top: 0;}
    .nav-btn{
        display: block;
        margin-top: 11px;
    }
    .nav2{
        display: block;
    }
    .nav-btn{display: block;}
    
    .nav2{
        display: none;
    }
    .nav2{
        padding: 0 2%;
        background: #0068b7;
    }
    .swiper-banner{
     width:100%;
height:100% !important;
}

    .nav2>ul>li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    }
    .has_sub{
        position: relative;
    }
    .has_sub:after{
        content: "+";
        color: #fff;
        position: absolute;
        right: 10px;
        line-height: 40px;
        top: 0;
    }
    .nav2>ul>li:last-child{
        border: none;
    }
    .nav2>ul>li>a{
        color: #fff;
        font-size: 15px;
        line-height: 36px;
        display: inline-block;
    }
    
    .has_sub_ul{
        display: none;
    }
    .has_sub_ul li{
        padding-left: 15px;
    }
    .has_sub_ul li a{
        display: block;
        font-size: 15px;
        color: #fff;
    }
    .search_box{
        display: none;
        margin-top: 5px;
        float: left;
        margin-left: 50%;
        white-space: nowrap;
        transform: translateX(-50%);
    }
    
    .copyright p{
        font-size: 14px;
        line-height: 20px;
    }
    .footer{
        padding: 10px 0;
    }
   
}