@charset "UTF-8";
/* 头部 */
header{
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown;
    background: #1f43a3;
}
.header_top{
    padding: 20px 10px;
}
a.logo,a.logo img{
    display: block;
    width: auto;
    height: auto;
}
.searchbox>div{
    width: 300px;
    height: 48px;
    margin-top: 13px;
}
.searchbox .text {
    float: left;
    width: calc(100% - 80px);
    height: 48px;
    border: 1px solid #8ca6ec;
    outline: none;
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
    margin: 0;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
}
.searchbox .submit {
    width: 80px;
    height: 48px;
    float: right;
    border: none;
    box-sizing: content-box;
    position:relative;
    background: #fff url(../img/search.png) no-repeat center;
}
nav{
    width: 100%;
    background: #001268;
}
nav ul.w1300{
    position: relative;
}
nav ul.w1300>li{
    float: left;
    width: calc(100% / 11);
}
nav ul.w1300>li>a{
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 14px 0;
    position:relative;
    box-sizing:border-box;
}
nav ul.w1300>li>a:hover::before,nav ul.w1300>li.hover a::before{
    display:block;
}
nav ul.w1300>li>a:hover,nav ul.w1300>li.hover>a{
    color: #fff;
    border-bottom:2px solid #fff;
}
nav ul.w1300>li .submenu{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 240px;
    z-index: 99;
}
nav ul.w1300>li .submenu li a{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 20px;
    box-sizing:border-box;
    background: url(../images/nav-li-left.png) no-repeat;
    background-position: left center;
}
nav ul.w1300>li .submenu li a:hover{
    color:#2270e2;
}

.lblf {
    float: left;
    width: 36.5%;
    overflow: hidden;
}

nav ul.w1300>li .submenu {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 40px 40px 80px;
}

.lblf li {
    float: left;
    width: 50%;
}

.nav-pic {
    overflow: hidden;
    width: 51%;
}

.nav-pic div {
    float: left;
    width: 215px;
}

.nav-pic p {
    overflow: hidden;
    padding-left: 30px;
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
    padding-top: 10px;
}

.nav-pic div img {
    width: 215px;
    height: 190px;
}


.header_m{
    display: none;
}

/* 友情链接 */
.link_lj{
    margin-top: 40px;
    padding: 25px 0;
    background: #1f43a3;
}
.link_lj ul li{
    width: auto;
    float: left;
    border-right: 1px solid #bbcdfe;
    box-sizing: border-box;
    padding: 0px 16px;
}
.link_lj ul li a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #bbcdfe;
    line-height: 15px;
}
.link_lj ul li a:hover{
    color: #f8d96d;
}
.link_lj ul li:first-of-type{
    padding-left: 0;
}
.link_lj ul li:last-of-type{
    border-right: none;
    padding-right: 0;
}

/* 底部 */
footer{
    background: #1f43a3;
    border-top: 1px solid #2a4eae;
    padding: 20px 0;
}
footer .bq{
    padding-left: 50px;
    background: url(../img/sydw_icon.png) no-repeat left center;
}
footer .bq p,footer .bq p span,footer .bq p a{
    font-size: 14px;
    color: #bbcdfe;
    line-height: 28px;
}
footer .bq p a:hover{
    color: #f8d96d;
}
footer .bq p span{
    margin-right: 20px;
}
footer .code ul{
    margin-top: 8px;
}
footer .code ul li{
    float: left;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}
footer .code ul li p.icon{
    width: 38px;
    height: 38px;
    border: 1px solid #a2b7ec;
    border-radius: 100%;
}
footer .code ul li:nth-of-type(1) p.icon{
    background: url(../img/wb_icon.png) no-repeat center;
}
footer .code ul li:nth-of-type(2) p.icon{
    background: url(../img/wx_icon.png) no-repeat center;
}
footer .code ul li:nth-of-type(3) p.icon{
    background: url(../img/dy_icon.png) no-repeat center;
}
footer .code ul li p.img{
    display: none;
    width: 100px;
    height: auto;
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translateX(-50%);
}
footer .code ul li p.img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
footer .code ul li p.img::before{
    display: block;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
footer .code ul li:hover p.img{
    display: block;
}

.link_lj>ul, footer>div.w1300{
    padding:0 10px;
    box-sizing:border-box;
}
nav>ul{
    padding:0 10px;
    box-sizing:border-box;
}


/* 媒体查询 */
@media only screen and (max-width: 1340px){
    .w1300{
        width:100%;
        padding: 0 30px;
        box-sizing:border-box;
    }
    .link_lj>ul, footer>div.w1300{
        padding: 0 40px;
    }
    a.logo img{
        height: 48px;
    }
    .searchbox>div{
        width: 260px;
        height: 40px;
        margin-top: 4px;
    }
    .searchbox .text {
        width: calc(100% - 60px);
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }
    .searchbox .submit {
        width: 60px;
        height: 40px;
    }
    .header_top{
        padding: 15px 40px;
    }
    nav ul.w1300>li>a{
        font-size: 16px;
        padding: 14px 0;
    }
    .link_lj ul li{
        padding:0;
        margin-right:10px;
        border-right: none;
    }
}
@media only screen and (max-width: 1024px){
    nav ul.w1300>li>a{
        font-size: 16px;
        padding: 12px 0;
    }
    nav ul.w1300>li>a font{
        font-size: 14px;
        margin-top: 0;
    }
    nav ul.w1300>li .submenu li a{
        font-size: 14px;
        line-height: 36px;
    }
    .link_lj{
        margin-top:30px;
        padding: 5px 0 15px;
    }
    .link_lj li{
        margin-top:10px;
    }
}
@media only screen and (max-width: 960px){
    header{
        display: none;
    }
    .header_m{
        display: block;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
	.header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        padding: 12px 30px;
        background: #1f43a3;
    }
    .header_m .m_logo {
        display: block;
        width: auto;
        float: left;
    }

    .header_m .m_logo a,
    .header_m .m_logo a img {
        width: auto;
        display: inline-block;
        height: 54px;
    }

    .menu1 {
        width: 40px;
        height: 40px;
        display: block;
        right: 30px;
        top: 20px;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
        position: absolute;
    }

    .menu1 span {
        float: left;
        width: 80%;
        background: #fff;
        transition: all 0.4s ease;
        margin-top: 8px;
        margin-left: 10%;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 9px;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 19px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(3) {
        opacity: 0;
    }

    .m_nav {
        width: 100vw;
        height: calc(100% - 88px);
        position: fixed;
        top: 88px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #1f43a3;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/jia.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../img/jian.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }

    .m_nav ul li ol>li a {
        color: #444444;
        font-weight: bold;
    }

    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #1f43a3;
    }
	/* 小屏搜索 */
	 .m_nav .search3{
            position: absolute;
            top: 0;
            right: 0;
            width: 420px;
            border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
	.m_nav .search3 .text::-webkit-input-placeholder{
		color:#969696;
	}
	.m_nav .search3 .text::-moz-input-placeholder{
		color:#969696;
	}
	.m_nav .search3 .text::-ms-input-placeholder{
		color:#969696;
	}
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../img/search.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav .search3 .submit::before{
        display:block;
        content:"";
        width:1px;
        height:20px;
        position:absolute;
        left: 1px;
        top:3px;
        background: #000000;
    }
}
@media only screen and (max-width: 960px){
    .w1300{
        padding: 0 20px;
    }
    .link_lj>ul, footer>div.w1300{
        padding: 0 30px;
    }
}
@media only screen and (max-width: 768px){
    .link_lj>ul, footer>div.w1300{
        padding: 0 25px;
    }
    .header_m{
        padding: 12px 15px;
    }
    .header_m .m_logo a, .header_m .m_logo a img{
        height: 40px;
    }
    .menu1{
        top: 13px;
        right: 15px;
    }
    .m_nav{
        top: 76px;
        height: calc(100% - 76px);
    }
    footer .bq,footer .code{
        float: none;
    }
    footer .code ul{
        text-align: center;
    }
    footer .code ul li{
        float: none;
        display: inline-block;
    }
    .link_lj ul li a{
        font-size: 12px;
    }
    footer .bq p, footer .bq p span, footer .bq p a{
        font-size:13px;
    }
}

@media only screen and (max-width: 640px){
    .w1300{
        padding: 0 15px;
    }
    .link_lj>ul, footer>div.w1300{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 560px){
    .m_nav .search3,.m_nav ul{
        width:100%;
    }
    .header_m{
        padding: 12px 15px;
    }
    .header_m .m_logo a, .header_m .m_logo a img{
        height: 25px;
    }
    .menu1{
        top: 6px;
        right: 15px;
    }
    .m_nav{
        top: 64px;
        height: calc(100% - 64px);
    }
    .m_nav ul>li>a{
        font-size:16px;
        line-height: 46px;
    }
    .m_nav ul li i {
        height: 46px;
    }
    .m_nav ul li ol>li{
        line-height:38px;
        font-size: 14px;
        text-indent: 30px;
    }
    footer .bq{
        padding-left: 0;
        background: none;
    }
    footer .bq p{
        text-align:center;
        line-height: 20px;
        font-size: 12px;
    }
    footer .bq p span{
        margin-right: 5px;
        font-size: 12px;
        line-height:20px;
    }
    footer .bq p a{
        font-size: 12px;
        display:block;
        line-height: 20px;
    }
    footer{
        padding:10px 0;
    }
}
@media only screen and (max-width: 460px){
    .link_lj>ul, footer>div.w1300{
        padding: 0 15px;
    }
}