@charset "utf-8";

* {
    font-family: "微软雅黑", "Microsoft YaHei";
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
video,
iframe {
    margin: 0;
    padding: 0;
}



.clear:after,
.clear:before {
    content: "";
    clear: both;
    overflow: hidden;
    display: table;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    color: inherit;
}

:hover {
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

a img {
    border: 0;
}

img {
    vertical-align: middle;
}

ul li {
    list-style: none;
}

input,
textarea {
    padding-left: 10px;
}

input,
select,
textarea,
button,
img {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
}

button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.header {
    width: 100%;
    /* height: 66px; */
    padding: 50px 0;
    position: relative;
}

.header .logo {
    float: left;
    /* position: absolute; */
    /* left: 45px; */
    /* top: 35px; */
    /* z-index: 999; */
}

.header .head_right {
    float: right;
    margin-top: 28px;
}

.header .head_right .head_text {
    float: left;
    margin-top: 36px;
}

.header .head_right .head_text img {
    height: 27px;
}

.header .head_search {
    float: right;
    /* width: 290px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.header .head_search p {
    font-size: 14px;
    color: #666;
    text-align: right;
}
.header .head_search .tit {
    font-size: 16px;
    color: #fff;
    text-align: right;
    text-shadow: 
    -1px -1px 0 #578bed,  
    1px -1px 0 #578bed,
    -1px 1px 0 #578bed,
    1px 1px 0 #578bed;
}

.search_box {
    width: 290px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 10px;
}

.search_box input {
    float: left;
    width: 240px;
    height: 36px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.search_box button {
    float: left;
    width: 40px;
    height: 36px;
    border: 0;
    background: #5585e7;
}

.nav {
    position: relative;
    width: 100%;
    height: 58px;
    /* background: url(../images/navbg.png) no-repeat; */
    background-size: 100% 100%;
    background-color: #3072d0;
}

.nav>.ul {
    /* float: right; */
    width: 1200px;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: space-between; */
}

.nav>.ul>li {
    float: left;
    position: relative;
    width: 171px;
    /* margin-top: 6px; */
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 58px;
    background: url(../images/libg.jpg) right center no-repeat;
}

.nav>.ul>li.nav_first {
    position: inherit;
}

.nav>.ul>li:last-child {
    background: none;
}

.nav>.ul>li>a {
    display: block;
    border-radius: 10px 10px 0 0;
}

.nav>.ul>li:hover>a,
.nav>.ul>li.active>a {
    color: #578dee;
    background: #fff;
}

.nav>.ul>li .menu_nav {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 999;
    display: none;
    width: 171px;
    background: #fff;
    -moz-box-shadow: 2px 2px 7px rgba(148, 148, 148, .15);
    -webkit-box-shadow: 2px 2px 7px rgba(148, 148, 148, .15);
    box-shadow: 2px 2px 7px rgba(148, 148, 148, .15);
}

.nav>.ul>li .menu_nav ul li {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav>.ul>li .menu_nav ul li a {
    display: block;
    padding: 5px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav>.ul>li .menu_nav ul li:hover a {
    color: #fff;
    background: #578bed;
}

.footer {
    padding-top: 25px;
    padding-bottom: 35px;
    background: #5585e7;
    overflow: hidden;
}

.foot_logo {
    float: left;
    margin-top: 20px;
}

.foot_logo img {
    height: 65px;
}

.foot_center {
    float: left;
    margin-left: 95px;
    margin-top: 20px;
}

.foot_center p {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.foot_center p img {
    margin-right: 10px;
}

.foot_right {
    float: right;
}

.foot_right img {
    width: 105px;
    height: 105px;
}

.copyright {
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    color: #eee;
    font-size: 12px;
}

.pb20 {
    padding-bottom: 20px;
}

.copyright .copy {
    margin-right: 20px;
}

.w1200p {
    width: 1200px;
    margin: 0 auto;
}

body {
    min-width: 1200px;
}

.main_wrap {
    background-image: url(../images/bg1.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 50% !important;
}

.eli1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eli2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 601px) {

    .mobile_wrap,
    .banner_mobile {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    body {
        min-width: 100%;
        background: #fff;
        position: relative;
    }

    .w1200p {
        width: 100%;
        margin: 0 auto;
    }

    .pc_wrap {
        display: none;
    }

    .mobile_header {
        padding: 10px 15px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_header.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

    .mobile_header .right {
        display: flex;
        align-items: center;
    }

    .loimg {
        height: 42px;
    }

    .navicon {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: left center;
        display: block;
        font-size: 16px;
        color: #fff !important;
        text-align: center;
    }

    .gricon {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background: url(../images/search1.png) no-repeat;
        background-size: 100% 100%;
    }

    .register {
        display: block;
        width: 0.58rem;
        height: 0.58rem;
        position: absolute;
        top: 0.45rem;
        right: 1.34375rem;
        background: url(../images/icon1.png) no-repeat;
        background-size: 100% 100%;
    }

    .search_mobile {
        background-color: #578bed;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 5;
        text-align: center;
        top: 1.1rem;
        display: none;
    }

    .search_mobile input {
        width: 85%;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 0.15625rem 0;
        padding-left: 10px;
        margin: 0.23rem 0;
    }

    .search_mobile button {
        font-size: .3rem;
        color: #fff;
        border: 0;
        background: none;
    }

    .banner_mobile {
        margin: 0 0.3rem;
        background: #fff;
        overflow: hidden;
        height: 4rem;
        margin-bottom: .3rem;
    }

    .banner_mobile .swiper-slide {
        position: relative;
        text-align: center;
    }

    .banner_mobile img {
        max-width: 100%;
        width: 100%;
        height: 4rem;
        display: block;
        object-fit: cover;
    }

    .banner_mobile_pop {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0.15rem;
        padding-right: 1.5rem;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 0.3rem;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .banner_mobile .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner_mobile .swiper-pagination-custom,
    .banner_mobile .swiper-pagination-fraction {
        width: auto;
        left: initial;
        right: 0.078125rem;
    }

    .banner_mobile .swiper-pagination-bullet {
        display: inline-block;
        width: 0.16rem;
        height: 0.16rem;
        background: #fff;
        margin: 0 3px !important;
        cursor: pointer;
        opacity: 1;
    }

    .banner_mobile .swiper-pagination-bullet-active {
        background: #578bed;
    }

    .main_wrap {
        background-image: url(../images/bg1.png) !important;
        background-repeat: no-repeat !important;
        background-size: 100% 10% !important;
    }

    .main_info {
        background-color: #fff;
    }

    .foot_logo {
        margin: 0 0 20px 0;
        width: 100%;
        text-align: center;
    }

    .foot_center {
        width: 100%;
        margin: 0 auto;
    }

    .foot_center p {
        justify-content: center;
    }

    .foot_right {
        display: none;
    }
}