@charset "UTF-8";
.tou .logo {
    line-height: 100px;
    float: left;
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.xh {
    position: relative;
}

.tou {
    background: url(//cdn.myxypt.com/a51ca677/21/03/db576d9ac6044b7f1a4effee08b3fc229a8096d4.png) repeat-x 0 0% #fff;
    position: relative;
    z-index: 999999999999999999999;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.43);
}

.x-banner {
    position: fixed;
    z-index: 0;
    top: 0px;
    width: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width: 1360px) {
    .container {
        width: 1330px
    }
}

@media (max-width: 780px) {
    .x-banner {
        position: relative;
    }
}

.hot {
    line-height: 90px;
    color: #fff;
    font-size: 14px;
}

.hot b {
    color: #ea590a;
    font-weight: 500;
    text-transform: uppercase;
}

.hot a {
    color: #fff;
}

.hot a:nth-child(1) {
    padding-left: 16px;
}

.hot a:after {
    content: '';
    padding: 0 16px;
    background: url(//cdn.myxypt.com/a51ca677/21/03/0c527acee095998defe57ed920eec4145fc07ebc.png) center no-repeat;
    width: 1px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.hot a:last-child:after {
    display: none;
}

.ss {
    position: absolute;
    bottom: 62px;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 30px;
    height: 90px;
    z-index: 111;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1025px) {
    .ss {
        display: none;
    }
}

.ss #formsearch {
    margin-top: 23px;
    width: 528px;
}

.ss #formsearch input {
    border: none;
    line-height: 42px;
    height: 42px;
    background: none;
}

.ss #formsearch input#keyword {
    width: 350px;
    background-color: #f2f2f2;
    font-size: 14px;
}

.ss #formsearch input#keyword::-webkit-input-placeholder {
    text-indent: 20px;
    color: #999999;
}

.ss #formsearch input#s_btn {
    background: url("//cdn.myxypt.com/a51ca677/21/03/465e108b9068950ac391e1164556ee7750fb841a.png") center no-repeat #efad0e;
    width: 166px;
    font-size: 0;
}

h2.bt {
    text-align: center;
    /* font-weight: 100; */
    color: #333333;
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 500px) {
    h2.bt {
        font-size: 32px;
    }
}

h2.bt b {
    color: #efad0e;
}

h2.bt p {
    margin-top: 9px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
}

@media (max-width: 500px) {
    h2.bt p {
        font-size: 14px;
        line-height: 24px;
    }
}

h2.bt span {
    font-size: 16px;
    line-height: 40px;
    display: block;
}

@media (max-width: 500px) {
    h2.bt span {
        font-size: 14px;
        line-height: 24px;
    }
}

.c1 {
    background: #f2f2f2;
    padding-top: 72px;
    padding-bottom: 90px;
}

@media (max-width: 500px) {
    .c1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c1 .content {
    margin-top: 30px;
}

@media (max-width: 500px) {
    .c1 .content {
        margin-top: 20px;
    }
}

.c1 .content .list3 {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 500px) {
    .c1 .content .list3 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.c1 .content .list3 li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .c1 .content .list3 li {
        margin-bottom: 20px;
    }

    .c1 .content .list3 li:nth-child(1) {
        display: none;
    }
}

@media (max-width: 500px) {
    .c1 .content .list3 li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.c1 .content .list3 li img {
    width: 100%;
    transition-duration: .3s;
}

.c1 .content .list3 li a {
    background: #fff;
    display: block;
    height: 100%;
    transition-duration: .3s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
}

.c1 .content .list3 li a .zi {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
}

.c1 .content .list3 li a .zi h3 {
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .c1 .content .list3 li a .zi {
        padding-bottom: 1.6vw;
    }

}

@media (max-width: 500px) {
    .c1 .content .list3 li a .zi {
        height: auto;
        padding: 18px 0;
    }

    .c1 .content .list3 li a .zi h3 {
        font-size: 14px;
        line-height: 24px;
    }
}

.c1 .content .list3 li a .zi .ck {
    margin: 24px auto 0;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    color: #1d307c;
    width: 158px;
    line-height: 40px;
}

@media (max-width: 1025px) {
    .c1 .content .list3 li a .zi .ck {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .c1 .content .list3 li a .zi .ck {
        font-size: 12px;
        line-height: 28px;
        width: 92px;
    }
}

.c1 .content .list3 li a:hover {
    transform: translateY(-19px);
}

.c1 .content .list3 li a:hover {
    background: #efad0e;
}

.c1 .content .list3 li a:hover .zi h3 {
    color: #fff;
}

.c1 .content .list3 li a:hover .zi .ck {
    color: #fff;
    border-color: #fff;
}

.c3 {
    margin-top: 86px;
    margin-bottom: 70px;
}

.c3 a.ck {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    width: 223px;
    line-height: 46px;
    background-color: #efad0e;
    margin-top: 64px;
}

@media (max-width: 500px) {
    .c3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.c3 .content {
    margin-top: 30px;
}

@media (max-width: 500px) {
    .c3 .content {
        margin-top: 20px;
    }
}

.c3 .content .list2 {
    margin-left: -18px;
    margin-right: -18px;
}

@media (max-width: 500px) {
    .c3 .content .list2 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.c3 .content .list2 li {
    float: left;
}

@media (min-width: 1360px) {
    .c3 .content .list2 li {
        padding: 0 18px;
    }
}

@media (max-width: 700px) {
    .c3 .content .list2 li {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .c3 .content .list2 li {
        padding: 0 15px;
    }
}

.c3 .content .list2 li a {
    display: block;
    border: 1px solid #e2e2e2;
    max-height: 394px;
    overflow: hidden;
}

.c3 .content .list2 li a .img {
    overflow: hidden;
}

.c3 .content .list2 li:hover a .img img {
    transform: scale(1.1);
}

.c3 .content .list2 li a .img img {
    width: 100%;
    transition-duration: .3s;
}

.c3 .content .list2 li a .zi {
    background: #fff;
    padding: 28px 34px 22px;
    transition-duration: .3s;
}

@media (max-width: 1024px) {
    .c3 .content .list2 li a .zi {
        padding: 14px 20px 16px;
    }
}

.c3 .content .list2 li a .zi h3 {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.c3 .content .list2 li a .zi h3 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c3 .content .list2 li a .zi dd {
    margin-top: 26px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: none;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 1360px) {
    .c3 .content .list2 li a:hover .zi {
        margin-top: -21%;
        position: relative;
        z-index: 111;
        padding-bottom: 34px;
    }

    .c3 .content .list2 li a:hover .zi h3 {
        color: #efad0e;
    }

    .c3 .content .list2 li a:hover .zi h3 span {
        color: #333;
    }

    .c3 .content .list2 li a:hover .zi dd {
        display: block;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.c4 {
    padding-top: 70px;
    background: #f2f2f2;
    padding-bottom: 70px;
}

@media (max-width: 500px) {
    .c4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c4 .content {
    margin-top: 22px;
}

@media (max-width: 500px) {
    .c4 .content {
        margin-top: 20px;
    }
}

.c4 .content .list2 {
    margin-top: 10px;
    position: relative;
}

.c4 .content .list2 .slick-dots {
    text-align: center;
    margin-top: 4.8%;
    height: 10px;
    line-height: 10px;
}

.c4 .content .list2 .slick-dots li {
    font-size: 0;
    border-radius: 100px;
    display: inline-block;
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    background: #999999;
    margin: 0 10px;
    vertical-align: middle;
}

.c4 .content .list2 .slick-dots li button {
    visibility: hidden;
}

.c4 .content .list2 .slick-dots li.slick-active {
    background: #ea590a;
}

.c4 .content .list2 li {
    margin: 0 15px;
    outline: none;
}

.c4 .content .list2 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c4 .content .list2 li a .img {
    overflow: hidden;
}

.c4 .content .list2 li a .img img {
    width: 100%;
    transition-duration: .3s
}

.c4 .content .list2 li:hover a .img img {
    transform: scale(1.1);
}

.c4 .content .list2 li a .zi {
    position: absolute;
    border-bottom: 8px solid #efad0e;
    background: #fff;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 14% 8% 0;
}

.c4 .content .list2 li a .zi .time {
    font-weight: 600;
    font-size: 34px;
    font-family: arial;
    color: #333333;
}

.c4 .content .list2 li a .zi .time span {
    font-size: 20px;
    color: #666666;
    font-weight: 500;
    padding-left: 20px;
}

.c4 .content .list2 li a .zi h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 14%;
    margin-bottom: 12%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c4 .content .list2 li a .zi dd {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c4 .content .list2 li a .zi .ck {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 20%;
    text-align: center;
    line-height: 44px;
    background: url("//cdn.myxypt.com/a51ca677/21/03/cb8db36b5e742acd372b06f0c89b5a712a6d1328.png") 0 50% no-repeat #ea590a;
    position: absolute;
    width: 100%;
    bottom: -8px;
    left: -100%;
    opacity: 0;
    transition-duration: .3s;
}

@media (min-width: 1200px) {
    .c4 .content .list2 li a:hover .zi {
        background: none;
    }

    .c4 .content .list2 li a:hover .zi .time {
        color: #fff;
    }

    .c4 .content .list2 li a:hover .zi .time span {
        color: #fff;
    }

    .c4 .content .list2 li a:hover .zi h3 {
        color: #fff;
    }

    .c4 .content .list2 li a:hover .zi dd {
        color: #fff;
    }

    .c4 .content .list2 li a:hover .zi .ck {
        opacity: 1;
        left: 0;
    }
}

.foot {
    background: #333333;
    padding-top: 58px;
    padding-bottom: 22px;
}

@media (max-width: 500px) {
    .foot {
        padding-top: 30px;
    }
}

.foot .content {
    padding-bottom: 64px;
    border-bottom: 1px solid #6f6f6f;
}

@media (max-width: 500px) {
    .foot .content {
        padding-bottom: 30px;
    }
}

.foot .navx {
    width: 61%;
}

@media (max-width: 1025px) {
    .foot .navx {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .foot .navx {
        display: none;
    }
}

.foot .navx li {
    float: left;
    width: 25%;
}

.foot .navx li h2 {
    line-height: 1;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}

.foot .navx li .sec {
    margin-top: 26px;
}

.foot .navx li .sec a {
    display: block;
    font-size: 14px;
    line-height: 31px;
    color: #adadad;
}

.foot .navx li .sec a:hover {
    color: #fff;
}

.foot .foot2 {
    width: 37%;
}

@media (max-width: 1025px) {
    .foot .foot2 {
        display: none;
    }
}

@media (max-width: 500px) {
    .foot .foot2 {
        display: block;
        width: 100%;
    }
}

.foot .foot2 .er {
    width: 29%;
    padding-top: 13px;
}

@media (max-width: 500px) {
    .foot .foot2 .er {
        width: 100%;
        float: none;
        text-align: center;
    }

    .c3 a.ck {
        margin-top: 10px;
    }
}

.foot .foot2 .er img {
    max-width: 100%;
}

.foot .foot2 .lx {
    width: 62.2%;
    font-size: 13px;
    color: #adadad;
    line-height: 31px;
}

@media (max-width: 500px) {
    .foot .foot2 .lx {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.foot .foot2 .lx a {
    color: #adadad;
}

.foot .foot2 .lx .kk {
    letter-spacing: -1px;
}

.foot .foot2 .lx dd {
    line-height: 31px;
}

.foot .foot2 .lx h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-top: 7px;
    line-height: 50px;
}

.foot .content1 {
    font-size: 14px;
    color: #adadad;
    line-height: 26px;
    padding: 40px 0;
}

.foot .content1 a {
    color: #adadad;
}

@media (max-width: 1280px) {
    .foot .content1 {
        padding: 20px 0;
        line-height: 24px;
    }

    .foot .content1 .mian {
        float: none;
    }

    .foot .content1 .ban {
        float: none;
    }
}

.foot .link {
    font-size: 14px;
    color: #fff;
    background: #efad0e;
    padding: 20px 22px;
    line-height: 26px;
    /*height: 66px;*/
    /*overflow: hidden;*/
}

@media (max-width: 1280px) {
    .foot .link {
        display: none;
    }
}

.xxx {
    background: #fff;
    position: relative;
}

/*手机底部*/
@media (max-width: 768px) {
    .db {
        display: block !important;
    }
}

.dbb {
    height: 50px;
}

/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #191919;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(//cdn.myxypt.com/a51ca677/21/03/a772d3fcadf02ec1370c46735f44c67b7e18eadb.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(//cdn.myxypt.com/a51ca677/21/03/363f1b2bd7300c3f91b893afa8be0e3f499bd27c.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(//cdn.myxypt.com/a51ca677/21/03/d50f246f9fdba906ba258aca76b17442a5a82908.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}


@media(max-width: 992px){
    body{
        padding-bottom: 50px!important;
    }
}

.c2 {
    background: url(//cdn.myxypt.com/a51ca677/21/03/1b005ec2eef21f531927fe630c7761d2328a765d.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 4vw;
    padding-bottom: 5vw;
}

.c2 .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3);
    padding-top: 3vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 2vw;
    flex-wrap: wrap;
}

.c2 .con .c2-1 {
    position: relative;
    width: 49.6%;
}

.c2 .con .c2-1 .tu {

}

.c2 .con .c2-1 .img {
    position: absolute;
    left: -24%;
    bottom: -13%;
    z-index: 1;
    width: 87%;
}

.c2 .con .c2-1 .tu img, .c2 .con .c2-1 .img img {
    width: 100%;
}

.c2 .con .c2-2 {
    width: 45%;
}

.c2 .con .c2-2 h2 {
    padding-bottom: 0.8vw;
    position: relative;
}

.c2 .con .c2-2 h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    max-width: 272px;
    background-color: #cdcdcd;
    position: absolute;
    bottom: 0;
    left: -12%;
}

.c2 .con .c2-2 dd {
    line-height: 32px;
    color: #4d4d4d;
    margin-bottom: 2vw;
    margin-top: 1.6vw;
}

.c2 .con .c2-2 a.ck {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    width: 130px;
    background-color: #e10007;
}

@media (max-width: 780px) {
    .c2 .con .c2-1 {
        width: 100%;
    }

    .c2 .con .c2-1 .img {
        display: none;
    }

    .c2 .con .c2-2 {
        width: 100%;
        margin-top: 20px;
    }

    .c2 .con .c2-2 h2:after {
        left: 0;
    }
}