@charset "utf-8";

/* -- Main structure -- */

#gd-wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.gd-lr-header {
    position: relative;
    width: 100%;
    height: 570px;
    background: #3981f0;
}

.gd-lr-header-tybg {
    position: absolute;
    top: 0;
    left: 0;
}

.gd-box-width {
    width: 1200px;
    margin: 0 auto;
}

.gd-lr-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    margin: 0 auto;
}

.gd-lr-header-nav>ul {
    display: flex;
    justify-content: first baseline;
    align-items: center;
}

.gd-lr-header-nav>ul>li {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    box-sizing: border-box;
    transition: all 0.2s;
    margin-left: 50px;
}

.gd-lr-header-nav>ul>li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 4px;
    transition: all 0.2s;
    background: #fff;
}

.gd-lr-header-nav>ul .gd-lr-header-nav-on {
    font-weight: bold !important;
}

.gd-lr-header-nav>ul .gd-lr-header-nav-on::before {
    left: 10% !important;
    right: 10% !important;
}

.gd-lr-header-login-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.gd-lr-header-login {
    width: 380px;
    height: 380px;
    background: #fff url(../images/login-bg.png) center -90px no-repeat;
    box-sizing: border-box;
    padding: 40px;
}

.gd-lr-header-login-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
    color: #666;
    font-weight: bold;
}

.gd-lr-header-login-top>span {
    position: relative;
    height: 35px;
}

.gd-lr-header-login-top .login-on {
    color: #4989ed;
}

.gd-lr-header-login-top .login-on::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: #4989ed;
    margin: 0 10%;
}

.gd-lr-header-login-ipt>li {
    display: none;
}

.gd-lr-header-login-ipt>li:nth-child(1) {
    display: block;
}

.gd-lr-header-login-content>li {
    display: flex;
    align-items: center;
    line-height: 50px;
    color: #c2c2c2;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    margin-top: 8px;
    padding-left: 10px;
}

.gd-lr-header-login-content .ipt-on {
    color: #000;
    border-bottom: 1px solid #0076fe;
}

.gd-lr-header-login-content>li>input {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    margin-left: 10px;
}

.gd-lr-header-password-show {
    margin-right: 10px;
}

.gd-lr-header-yzm {
    width: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #4989ed;
    background: #ecf3fd;
}

.gd-lr-header-login-jzmm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.gd-lr-header-login-jzmm .jzmm {
    display: inline-flex;
    align-items: center;
}

.gd-lr-header-login-jzmm #radio {
    width: 15px;
    height: 15px;
    border: 1px solid #ddd !important;
    appearance: auto;
    margin-right: 5px;
}


.gd-lr-header-login-submit {
    width: 100%;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
    background: #4989ed;
    margin-top: 15px;
}

.gd-tzgg-wrap {
    padding: 50px 0 30px 0;
    background: #f5f5f5;
}

.gd-tzgg-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.gd-tzgg-top>b {
    font-size: 26px;
    font-weight: bold;
}

.gd-tzgg-top>span {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    font-size: 16px;
}

.gd-tzgg-concent {
    display: flex;
    justify-content: space-between;
}


.gd-tzgg-concent>div {
    width: calc(50% - 10px);
    box-sizing: border-box;
    background: #fff;
    padding: 10px 30px;
}

.gd-tzgg-concent-a>li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 45px;
    box-sizing: border-box;
    padding-left: 20px;
}

.gd-tzgg-concent-a>li::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bbb;
}

.gd-tzgg-concent-a>li>p {
    width: 75%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 7%;
}

.gd-tzgg-concent-a>li>span {
    width: 18%;
}

.gd-tzgg-concent-a>li:hover {
    color: #4989ed;
}

.gd-tzgg-concent-a>li:hover::before {
    color: #4989ed;
    background: #4989ed;
}

.gd-tzgg-concent-a .on {
    color: #4989ed;
}

.gd-tzgg-concent-a .on::before {
    background: #4989ed;
}

.gd-jszc-wrap {
    padding: 50px 0 30px 0;
}

.gd-jszc-l {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 0 20px;
}

.gd-jszc-l h2 {
    font-size: 18px;
    color: #6199ef;
    font-weight: bold;
    margin-bottom: 15px;
}

.gd-jszc-l ul>li {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding-left: 15px;
}

.gd-jszc-l ul>li::before,
.gd-jszc-r ul>li::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999;

}

.gd-jszc-l ul>li>.key {
    display: inline-block;
    width: 70px;
    margin-right: 10px;
}

.gd-jszc-l-img {
    margin-right: 90px;
}

.gd-jszc-r ul {
    margin-top: 40px;
}

.gd-jszc-r ul>li {
    position: relative;
    padding-left: 15px;
}

.gd-jszc-r ul>li>span {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.gd-jszc-r ul>li .gd-a {
    width: 28%;
}

.gd-jszc-r ul>li .gd-b {
    width: 35%;
}

.gd-lr-footer-wrap {
    width: 100%;
    color: #fff;
    background: #3981f0;
}

.gd-lr-footer-wrap>hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gd-lr-footer {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 25px 0;
}

.gd-lr-footer>.gd-lr-footer-a,
.gd-lr-footer>.gd-lr-footer-b {
    width: 240px;
    font-size: 16px;
    color: #4989ed;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-right: 30px;
}

.gd-lr-footer-a {
    margin-left: 15px;
}

.gd-lr-footer>.gd-lr-footer-b {
    background: #fff url(../images/sjx.png) 190px center no-repeat;
}

.gd-lr-footer-b-show {
    display: none;
    position: absolute;
    top: -165px;
    left: 0;
    box-shadow: 0 0 5px #999;
    z-index: 9;
}

.gd-lr-footer-b-show .index-sjx {
    position: absolute;
    bottom: -6px;
    left: 37%;
}

.gd-lr-footer-b-show>ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
}

.gd-lr-footer-b-show>ul>li {
    width: 14%;
    font-size: 16px;
    color: #000;
    line-height: 45px;
    text-align: center;
}

.gd-lr-footer-b-show .on {
    color: #5591ee;
}

.gd-lr-footer-txt {
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
}

.gd-lr-footer-jszc {
    margin-right: 65px;
}