﻿

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{font-size:62.5%;}
body {
    color: #222222;
    font-family: "Microsoft YaHei","PingFang SC", "SimHei",Arial, Tahoma, sans-serif;
    font-size: 1.4rem;
    line-height: 2.2rem;

}
.toFlex{
    display: flex;
    flex-wrap: wrap;
}
.toFlexNW{
    display: flex;
}
.flex_hccen{
    justify-content: center;
    align-items: center;
    align-content: center;
}
.flex_ccen{
    align-items: center;
    align-content: center;
}
.flex_hcen{
    justify-content: center;
}
.flex_csb{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_csb .moreAuto{
    width: 15rem;
}
.flex_sb{
    justify-content: space-between;
}
.flex_cstart{
    align-items: flex-start;
}
.flex_dc{
    flex-direction: column;
}
.disnone{
    display: none;
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 1.4rem;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    /*font-family: "PingFang SC", "SimHei", "Source Han Sans CN", "Microsoft YaHei",*/
    /*    Arial, Tahoma, sans-serif;*/
}

button {
    overflow: visible;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
.m_0 {
    margin: 0!important;
}
.p_0{
    padding: 0!important;
}
.m_b20 {
    margin-bottom: 1.5rem;
}
.m_b25 {
    margin-bottom: 2.5rem;
}
.m_b50 {
    margin-bottom: 5rem;
}
.m_b100 {
    margin-bottom: 10rem;
}
.flexcw {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shadow {
    box-shadow: 0 0 2rem rgba(141, 193, 233, 0.3) !important;
    -webkit-box-shadow: 0 0 2rem rgba(141, 193, 233, 0.3) !important;
    border-radius: 20px;
    -webkit-border-radius: 2rem;
    overflow: hidden;
}
.select{
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    /*background: url(../images/index/arrow.png) no-repeat scroll 95% center #fff;*/
    background: url(../image/s_jt.png) no-repeat scroll 95% center #fff;
}
.search_ny .select{
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background: url(../image/s_jt.png) no-repeat scroll 95% center #fff;
}
:root {
    --main-color: rgb(10, 13, 89);
    --color: rgb(246, 176, 20);
}

a:hover {
    color: #009ADA;
    text-decoration: none !important;
}

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    width:0.5rem;
    height:0.5rem;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#92ABED;
    background-clip:padding-box;
    min-height:1rem;
    border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#999;
}

.zs_item_sp{
    width: 100%;
    min-height: 15rem;
    position: relative;
}
.video_sp{
    width: 100%;
    height: 100% !important;
}



@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1746px;
    }
}

@media only screen and (max-width: 1550px) and (min-width: 1440px) {
    .container {
        max-width: 1430px;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        padding: 0 25px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }

    input,
    select,
    button,
    textarea {
        font-size: 14px;
    }

    input,
    textarea {
        /*-webkit-appearance: none;*/
        /*border-radius: 0;*/
    }
}

@media only screen and (max-width: 1150px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

body {
    overflow-x: hidden;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.layout {
    position: relative;
    max-width: 140rem;
    margin: 0 auto;
}

.mod {
    /*margin-bottom: 55px!important;*/
}

.mod_title {
    color: #222222;
    font-size: 4rem;
    line-height: 4rem;
    /*margin-bottom: 50px;*/
    text-align: center;
}

.getMore {
    display: inline-block;
    width: 100%;
    border-radius: 3rem;
    text-align: center;
    color: #fff;
    padding: 1.5rem;
    margin-top: 4.5rem;
    background-image: linear-gradient(to right, #90c5ec, #90baec, #90abec);
}

.getMore2 {
    display: inline-block;
    transition: all 0.3s;
    color: #80BAEA;
    font-size: 1.6rem;
}

.getMore2:hover {

    transform: translateX(10%);
}

.icon15 {
    height: 1.5rem;

}

.header {
    width: 100%;
    /*height: 11rem;*/
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 3rem 0;

    border-bottom: solid 0.1rem #e3e3e3;
}

.header.s_y_on{
    /*background: none;*/
    border-bottom: none;
}

.header.re_head{
    background: none;
    border-bottom: none;
}

.header .header_m {
    width: 172.4rem;
    margin: auto;
    position: relative;
    display: flow-root;
}

.header .logo {
    float: left;
    position: relative;
}

.header .logo img {
    height: 4.8rem;
    display: block;
}


.header .an {
    position: absolute;
    top: 50%;
    margin-top: -1.6rem;
    right: 10rem;
    height: 3.3rem;
    width: 4rem;
    display: none;
}

.header .an span {
    width: 4rem;
    height: 0.3rem;
    background-color: #333;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 1.4rem;
    left: 0;
}

.header .an span.a3 {
    top: 2.8rem;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 1.3rem;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 1.3rem;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


.header .nav {
    float: left;
    margin-left: 27rem;
}

.header .nav ul {
    float: left;
}

.header .nav>ul>li {
    margin-right: 5rem;
    float: left;
    text-align: center;
    position: relative;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j:after {
    width: 0;
    height: 0.3rem;
    background-color: #009ADA;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header .nav li.on .y_j a{
    color: #009ADA;
}

.header.s_y .nav .y_j:after {
    background-color: #009ADA;
}

.header.on .nav .y_j:after {
    background-color: #0a0d59;
}

.header .nav ul li:hover .y_j:after {
    width: 100%;
}

.header .nav ul li.on .y_j:after {
    width: 100%;
}

.header .nav .y_j>a {
    display: block;
    position: relative;
    font-size: 1.8rem;
    color: #333;
    line-height: 4.8rem;
    padding: 0 0.5rem;
}

.header.s_y .nav .y_j>a {
    color: #222222;
}

.header.on .nav .y_j a {
    color: #333;
}

.header.s_y .nav ul li:hover .y_j>a {
    color: #009ADA !important;
}

.header.s_y .nav ul li.on .y_j>a {
    color: #009ada;
}

.header .nav .y_j .y_j_x {
    display: none;
    position: absolute;
    padding: 0 1rem;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-top: 0.8rem;
    z-index: 9999999999;
}

.header .nav .y_j .y_j_x li a {
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    white-space: nowrap;
    color: #009ada;
    font-size: 1.6rem;
}
.header .nav .y_j i.xl{
    transform: rotate(90deg);
}
.header .nav .y_j i {
    display: none;
    position: absolute;
    top: 2.5rem;
    right: 0;
    right: 0;
    color: #fff;
    transition: all 0.3s;
}

.header .user{
    float: right;
}
.header .user .a_user_link{
    display: block;
    position: relative;
}
.a_user_info{
    position: absolute;
    right: -5rem;
    top: 4.9rem;
    width: 25rem;
    background: rgba(255,255,255,0.8);
    border-radius: 0.8rem;
    height: 25rem;
    padding: 1.5rem;
    display: none;
    box-shadow: 0 0 1rem rgba(0,0,0,0.2);
}
.a_user_title{
    width: 100%;
    font-size: 1.5rem;
    padding-bottom: 0.8rem;
    color: #000000;
    line-height: 2.4rem;
    border-bottom: solid 1px #efefef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.a_user_title img{
    width: 2rem !important;
    height: 2rem !important;
    cursor: pointer;
}
.a_user_info_ul{
    width: 100%;
    height: 88%;
    margin-top: 2%;
    overflow-y: auto;
    padding: 0.5rem 0;
}
.a_user_info_li{
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.5rem 0;
    border-bottom: solid 0.1rem #efefef;
}
.a_user_info_li a{
    color: #666666;
}
.a_user_info_li a:hover{
     color: #009ada;
}


/* 头部效果 */

.hedaer_animated {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
}

.hedaer_animated.slideDown {
    top: -10rem;
    box-shadow: none;
}

.hedaer_animated.slideUp {
    top: 0;
}

@media only screen and (max-width: 1400px) {
    .layout {
        width: 100%;
        max-width: 150rem;
        /* padding:  0 10px; */
        /* box-sizing: border-box; */
        overflow: hidden;
    }

    .header .nav>ul>li {
        margin-right: 40px;
    }
    .certify .swiper-button-prev{
        left: 0 !important;
    }
    .certify .swiper-button-next {
        right: 0 !important;
    }
}
@media only screen and (max-width: 1199px){
    .show_content .layout .left{
        width: 73% !important;
    }
    .show_content .layout .right{
        width: 25% !important;
    }

}

@media only screen and (max-width: 1050px) {
    /*body.on {*/
    /*    transform: translateX(-60%);*/
    /*    -webkit-transform: translateX(-60%);*/
    /*    -moz-transform: translateX(-60%);*/
    /*    -ms-transform: translateX(-60%);*/
    /*    -o-transform: translateX(-60%);*/
    /*}*/

    .header .nav .y_j .y_j_x {
        position: relative;
    }
    .user{
        margin-right: 60px;
        margin-top: 15px;
    }
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        content: "";
        z-index: 99;
        display: none;
    }
    .header.s_y {
        border-bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .header{
        padding: 5px 15px;
        height: 76px;
    }
    .header .header_m{
        width: 100%;
        padding: 0 15px;
    }
    .header .logo {
        display: inline-block;
        margin: 0;
        padding: 15px 0;
    }

    .header .logo img.d_w {
        opacity: 1;
        top: 15px;
    }

    .header.on .logo img.t_m {
        opacity: 0;
    }

    .header.on .logo img.d_w {
        opacity: 1;
    }

    .header .an {

        display: block;
    }

    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    body.on .header .nav{
        left: 0;
    }

    .header .nav ul {
        width: 100%;
        float: none;
    }

    .header .nav ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        padding: 10px 0;
        margin: 0;
    }

    .header .nav .y_j i {
        display: block;
    }
    .header .nav .y_j .y_j_x li a{
        color: #fff;
    }
    .header .nav .y_j:after {
        display: none;
    }

    .header .nav .y_j>a {
        font-size: 18px;
        color: #fff;
        line-height: 70px;
    }

    .header .nav ul li:hover .y_j a {
        color: #fff;
    }

    .header .nav ul li.on .y_j a {
        color: #fff;
    }

    .header.s_y .nav .y_j>a {
        color: #fff;
        width: 75%;
    }

    .header .an{
        right: 5px;
        width: 30px;
        height:24px;
        top: 57%;
    }
    .header .an span{
        width: 30px;
        height: 2px;
    }
    .header .an span.a2{
        top: 10px;
    }
    .header .an span.a3{
        top: 20px;
    }
    .layout{
        width: 97%;
        padding: 0;
    }
}
@media only screen and (max-width: 990px) {
    .mod_title{
        font-size: 24px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    .mod{
        margin-bottom: 15px;
    }
}
.head_h {
    width: 100%;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
}

.head_h.g_b {
    display: none;
}

.header .user .a_user_link {
    display: inline-block;
    margin-right: 5px;
}

.header .user .a_user_link img {
    width: 3.9rem;
    height: 3.9rem;
}

@media only screen and (max-width: 1024px) {
    .head_h {
        height: 120px;
    }

    .head_h.g_b {
        display: block;
        height: 100px;
    }
    .mod_title{
        font-size:30px;
    }
}

.pj {
    display: inline-block;
}

.pj>i {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
}

.pj.heart>i {
    background: url('../image/heart.png') no-repeat top left / cover;
}

.pj.star>i {
    background: url('../image/star.png') no-repeat top left / cover;
}

/* ---------------------------星星---------------------- */
.set_image_all {
    cursor: pointer;
    position: relative;
}

.set_image_all .set_image_item {
    position: relative;
    display: inline-block;
    z-index: 11;
    visibility: visible;
}
.set_image_all .set_image_item img{
    display: block;
}
.set_image_all .set_image_top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.set_image_all .set_image_top>div {
    display: inline-block;
    overflow: hidden;
}

.set_image_all .set_image_top>div>img {
    height: 100%;
}

.grade {
    vertical-align: top;
}



/* ---------------------------星星---------------------- */

.ny_top{
    padding-top: 4.8rem !important;
}
.ny_lb{
    padding-top: 8rem;
}
.ny_lb .catList{
    margin-top: 5.5rem;
}
.concatBox_bk_left .menu h5 img{
    display: none;
}
.nylm_close{
    display: none;
}
@media only screen and (max-width:1024px) {
    .header_about{
        background: none !important;
    }
    .header_about .header_m .nav{
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 50% !important;
        height: 100% !important;
    }

}
@media only screen and (max-width: 800px) {
    .ny_top{
        padding-top:50px !important;
    }
}
@media only screen and (max-width: 600px) {
    .layout{
        padding: 0 15px !important;
    }
    .mod_title{
        font-size: 26px;
    }
    .header.s_y .nav .y_j>a{
        width: 100%;
    }
    .header .nav .y_j>a{
        line-height: 50px;
    }
    body{
        padding-top: 76px !important;
    }
    .ny_lb .catList{
        margin-top: 30px;
    }
    .nylm_but{
        display: block !important;
        width: 2.6rem;
    }
    .users_bk_left .menu h5{
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .users_bk_left .menu ul {
        position: absolute;
        display: none;
        left: 0;
        top: 100%;
        width: 100%;
        background: #ffffff;
        z-index: 99999;
        height: 300px;
        padding-bottom: 10px;
        overflow-y: auto;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .users_bk_right{
        width: 100%;
        margin-top: 20px;
    }

    .nylm_but_b{
        display: block;
        width: 2.6rem;
    }

}

