﻿/*index_page*/

a {
    color: black;
}

.index_page {
    margin: 0 auto;
    padding: 0px 0px;
    width: 100vw;
    position: relative;
    overflow: hidden;
}


/* 首页顶部导航 */

.wy_top {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    padding: 0px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.wy_top img {
    margin-top: 10px;
}


/* 隐藏的菜单页面 */

.menupage {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 102;
    display: none;
}

.menupage .allmenucon {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 110;
}

.menupage .allmenucon .menutop {
    height: 70px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.menupage .allmenucon .menutop .right {
    font-size: 35px;
    font-weight: 100;
    height: 70px;
    line-height: 58px;
}

.menupage .allmenucon .menuss {
    height: 50px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px #d8d8d8 solid;
}

.menupage .allmenucon .menuss i {
    position: absolute;
    top: 0.48rem;
    right: 0.533333rem;
    left: auto;
    font-size: .533333rem;
    color: #374567;
    height: 50px;
    width: 50px;
    background: url(../../images/but.png) no-repeat center center;
}

.menupage .allmenucon .menuss i:before {
    height: 50px;
    width: 50px;
    background: url(../../images/but.png) no-repeat center center;
}

.menupage .allmenucon .menuss #seakey {
    width: 80%;
    font-size: 18px;
}

.menupage .allmenucon .menuss #ck_sea {
    width: 14%;
    background: url(../../../images/but.png) no-repeat center center;
    line-height: 34px;
    outline: none;
    border: none;
    background-color: #ececec;
    border-radius: 5px;
}

.menupage .allmenucon .menucon {
    height: 70px;
    width: 90%;
    margin: 0 auto;
}


/* 一级 */

.menupage .allmenucon .menucon .yjmenu .yjtit {
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    border-bottom: 1px solid #e1e6f0!important;
    padding: 10px 0px 10px 26px;
}

.menupage .allmenucon .menucon .sytit {
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    border-bottom: 1px solid #e1e6f0!important;
    padding: 10px 0px 10px 26px;
}


/* 二级 */

.menupage .allmenucon .menucon .yjmenu .ejtit {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    border-bottom: 1px solid #e1e6f0!important;
    padding: 10px 0px 10px 36px;
    display: none;
}

.menupage .allmenucon .menucon .yjmenu .aejtit {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    border-bottom: 1px solid #e1e6f0!important;
    padding: 10px 0px 10px 36px;
    display: none;
}


/* 三级 */

.menupage .allmenucon .menucon .yjmenu .sjtit {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-bottom: 1px solid #e1e6f0!important;
    padding: 5px 0px 5px 46px;
    display: none;
}

.menupage .allmenucon .menucon .yjmenu .aejtit a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: black;
}

.menupage .allmenucon .menucon .yjmenu .sjtit a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: black;
}

.menupage .allmenucon .menucon .sytit a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: black;
}


/* 菜单显示按钮 */

.menubtn {
    position: fixed;
    top: 15px;
    right: 30px;
    z-index: 99;
}

.menubtn span {
    width: 30px;
    height: 3px;
    background: #919191;
    border-radius: 5px;
    display: block;
}

.menubtn .span02 {
    margin: 5px 0;
}


/*最底部*/

.under {
    overflow: hidden;
    width: 100%;
    background-color: #015ada;
    border-bottom: 1px #d4d4d430 solid;
    padding-bottom: 15px;
}

.under .con {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
}

.under .con .uncon {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    display: flex;
}

.under .uncon .left {
    width: 100%;
}

.under .uncon .left div {
    color: white;
    text-align: center;
}

.under .uncon .left ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.under .uncon .left .untop {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.under .uncon .left ul li img {
    width: 80px;
}


/*版权所有*/

.bqsy {
    overflow: hidden;
    width: 100%;
    background-color: #015ada;
}

.bqsy .bqsycon {
    width: 100%;
    margin: 0 auto;
    display: flex;
    color: white;
    margin-top: 7px;
    margin-bottom: 10px;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.bqsy .bqsycon p {
    font-size: 12px;
}