.title {
    padding-top: 80px;
    width: 100%; text-align:center
}

.title h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.title p {
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    text-align: center;
    margin-top: 15px;
}

.cont-hao {
    width: 1280px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hao-left {
    width: 260px;
    height: 570px;
    background: url(../images/chunjing-dy-back.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 24px 0;
    box-sizing: border-box;
    position: relative;
}

.hao-left h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.hao-left p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 60px;
}

.hao-left a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF0351;
    margin-top: 40px;
}

.left-bot {
    width: 240px;
    height: 120px;
    background: linear-gradient(0deg, #7B40EA, #9500FF);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-bot .bot-l {
    width: calc(100% - 70px);
}

.left-bot .bot-r {
    width: 66px;
    height: 80px;
    background: url(../images/chunjing-dy-icon.png) no-repeat center center;
}

.left-bot .bot-l .b-num {
    font-size: 36px;
    font-family: Times New Roman;
    font-weight: bold;
    color: #FFFFFF;
}

.left-bot .bot-l p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.75;
    margin-top: 9px;
}

.hao-right {
    width: 1010px;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; overflow:hidden
}

.hao-right li {
    width: 500px;
    height: 280px;
    background: #FFFFFF;
    padding: 40px 25px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); float:left
}

.hao-right-head {
    width: 100%;
    height: 73px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-head .icon {
    width: 32px;
    height: 32px;
}

.hao-right-head .icondy {
    background: url(../images/icon-jinling.png) 0 0;
}

.hao-right-head-word {
    width: calc(100% - 37px);
}

.hao-right-head-word h3 {
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hao-right-head-word .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.hao-right-head-word .bottom .guohu {
    width: 70px;
    height: 24px;
    background: #FFEBF1;
    border-radius: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF0351;
    line-height: 24px;
    text-align: center;
}


.hao-right-cen {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}

.hao-right-cen div h5 {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.hao-right-cen div p {
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-top: 7px;
}

.hao-right-cen span {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #f5f5f5;
    margin: 0 15px;
}

.hao-right li .price-btns {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.hao-right li .price-btns .price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E80000;
}

.hao-right li .price-btns .price span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E80000;
}

.hao-right li .price-btns a {
    display: block;
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg, #7B40EA, #9500FF);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}


.hao-right li:hover .hao-right-head-word h3 {
    color: rgba(232, 0, 0, 1);
}

.hao-right li:hover .price-btns a {
    background: rgba(232, 0, 0, 1);
}


.hao-right .swiper-slide2 {
    width: 1010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hao-right .swiper-container {
    width: 100%;
}

@media only screen and (max-width: 750px) {
    .cont-hao {
        width: 100%;
    }

    .hao-left {
        display: none;
    }

    .hao-right {
        padding: 0 12px;
        box-sizing: border-box;
    }

    .hao-right li {
        width: 100%;
        height: 155px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 20px 12px 0;
        box-sizing: border-box;
        position: relative;
    }

    .hao-right-cen {
        height: 60px;
        border-bottom: none;
    }

    .hao-right-cen div p {
        display: none;
    }

    .hao-right-cen div h5 {
        color: #666;
    }

    .hao-right-cen span {
        margin: 0 8px;
        width: 1px;
        height: 10px;
        background: #EEEEEE;
    }

    .hao-right li .price-btns {
        height: auto;

    }

    .hao-right li .price-btns a {
        display: none;
    }

    .hao-right li .price-btns .price {
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    .hao-right li .price-btns .price span {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FF0351;
    }

    .hao-right {
        width: 100% !important;
        height: auto !important;
    }
}
.cont1 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 116px;
}

.l-title {
    width: 100%; text-align:center
}

.l-title h2 {
    min-width: 250px;
    width: 260px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative; text-align:center; margin:0px auto
}

.l-title h2 .big-y {
    width: 43px;
    height: 43px;
    background: #FFD1C7;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -15px;
    z-index: -1;
}

.l-title h2 .small-y {
    width: 21px;
    height: 21px;
    background: #FFD1C7;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: -1;
}

.l-title p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
}

.cont1-list {
    width: 100%;
    margin-top: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont1-list a {
    width: 300px;
    height: 373px;
    background: #FFFFFF;
    padding-top: 38px;
    box-sizing: border-box;
    display: block; text-align:center
}

.cont1-list a img {
    margin: 0 auto;
}

.cont1-list a h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 10px 0 25px;
    text-align: center;
}

.cont1-list a p {
    width: 249px;
    height: 55px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin: 0 auto 40px;
}
.jiantou {
    width: 44px;
    height: 44px;
    position: relative;
    margin: 0 auto;
}

.jiantou .hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    opacity: 0;
}

.jiantou .nohover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.cont1-list a:hover {
    transition: 0.5s;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
}

.cont1-list a .jiantou:hover .hover {
    opacity: 1;
    transform: rotate(0);
    transition: 0.5s;
}

.cont1-list a .jiantou:hover .nohover {
    opacity: 0;
    /* transition: 0.5s; */
}
.zs-1 {
    position: absolute;
    right: 28px;
    top: 241px;
}

.cont2 {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding-top: 116px;
}

.c-title {
    width: 100%;
}

.c-title h2 {
    min-width: 250px;
    width: 260px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin: 0 auto; text-align:center
}

.c-title h2 .big-y {
    width: 43px;
    height: 43px;
    background: #FFD1C7;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -15px;
    z-index: -1;
}

.c-title h2 .small-y {
    width: 21px;
    height: 21px;
    background: #FFD1C7;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: -1;
}

.c-title p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
    text-align: center;
}
.cont2-box {
    width: 1024px;
    height: 428px;
    margin: 55px auto 0;
    background: url(../images/cont2-back.png) no-repeat center center;
    background-size: 100%;
    padding-top: 195px;
    box-sizing: border-box;
}

.cont2-box p {
    width: 816px;
    height: 74px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 0 auto 62px;
}

.more {
    display: block;
    font-size: 15px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    width: 140px;
    padding: 0 20px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    text-align: center;
    color: #EF5D38;
    border: 1px solid #333333;
    border-radius: 21px;
    margin: 0 auto; height:42px
}

.more:hover {
    color: #fff;
    border-color: transparent
}

.more:hover:after {
    left: 0
}

.more:after {
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -102%;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border: inherit;
    border-radius: inherit;
    background-color: #EF5D38
}
.list2 {
    width: 1200px; margin:0px auto;
}

.list2 li {
    width: 100%;
    background: #FFFFFF;
    padding: 30px 25px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.list2 li .li-head {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li-head a {
    display: block;
    width: 790px;
    height: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    display: flex;
    align-items: center;

}

.li-head a h3 {
    width: calc(100% - 30px);
    height: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.li-head a img {
    width: 20px;
    margin-right: 10px;
}

.li-head a h3:hover {
    color: red;
    font-weight: bold;
}



.li-head .number p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.li-head .number p span {
    color: #e80000;
}

.li-head .number .copy {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    cursor: pointer;
}

.li-head .number textarea {
    position: fixed;
    z-index: -9;
    opacity: 0;
}

.list2 li .li-sec {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list2 li .li-sec .lei {
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.list2 li .li-sec .lei span {
    color: #E80000;
}

.list2 li .li-sec .shouchang {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    display: flex;
    align-items: center;
}

.list2 li .li-sec .shouchang img {
    margin-left: 5px;
}

.list2 li .li-sec .shouchang .touch {
    display: none;
}

.list2 li .li-sec .shouchang .notouch {
    display: block;
}
.li-flow {
    width: 645px;
    height: 1px;
    background-color: #eee;
    margin-top: 20px;
}

.li-cen {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.li-cen .jes {
    width: 630px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.li-cen .jes span {
    display: block;
    width: 1px;
    height: 30px;
    background-color: #eee;
}

.li-cen .jes div h4 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.li-cen .jes div p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-top: 7px;
}


.price-btn {
    height: 40px;
    display: flex;
    align-items: center;
}

.price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E80000;
}

.price span {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E80000;
}

.price span i {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E80000;
}

.price-btn .xiang {
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #E80000;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E80000;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 10px 0 15px;
}

.price-btn .xiang img {
    display: none;
}

.price-btn .sever {
    display: block;
    width: 150px;
    height: 40px;
    background: #E80000;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.price-btn .price-btn-box {
    display: flex;
    align-content: center;
}


.list2 li:hover {

    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.list2 li:hover .li-head a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E80000;
}

.list2 li:hover .price-btn .xiang:hover img {
    display: block;
    margin-left: 10px;
    transition: 0.5s;
}

.list2 li:hover .price-btn .sever:hover {
    background-color: #f82828;
}
.homepart3{ width:100%; height:auto; margin:0 auto; padding:0; background: url(../images/h3bg.jpg) no-repeat; background-size:cover; margin-top:40px}
.homepart3 .centerbox{ width:100%; height:auto;  min-width:320px; max-width:1280px; margin:0 auto; clear:both; overflow:hidden;}
.homepart3 .centerbox .centerin{ width:100%; height:auto; overflow:hidden;}
.homepart3 .titbox{ width:100%; height:50px; line-height:50px; overflow:hidden; position:relative; z-index:10}
.homepart3 .titbox .tit{ position:absolute; left:0px; top:0px; height:50px; line-height:50px; overflow:hidden; background:url(../images/harr1.png) left center no-repeat; text-indent:40px; font-size:30px; color:#262626}
.homepart3 .titbox .tit span{ font-size:15px; color:#7b7b7b}

.homepart3 .navlist{ position:absolute; right:10px; top:0px;}
.homepart3 .navlist ul{ margin:0px; padding:0px; list-style:none}
.homepart3 .navlist ul li{ margin:0px; padding:0px; list-style:none; width:113px; height:45px; line-height:37px; text-align:center; font-size:16px; color:#262626; float:left; cursor:pointer}
.homepart3 .navlist ul li.onfocus{ color:#FFF; background:url(../images/naveon.png) top center no-repeat}


.homepart3 .listbox{ width:100%; height:auto; overflow:hidden;}
.homepart3 .listbox .onebox{ width:100%; height:auto; overflow:hidden; padding:15px; box-sizing:border-box; border-radius:15px; margin:10px 0}
.homepart3 .listbox .leftbox{ width:24%; float:left; overflow:hidden;}
.homepart3 .listbox .rightbox{ width:76%; float:left; overflow:hidden;}

.homepart3 .listbox .leftbox .topone{ width:100%; height:auto; overflow:hidden; text-align:center}
.homepart3 .listbox .leftbox .topone .pic{ width:100%; height:70px; margin-top:20px; overflow:hidden;}
.homepart3 .listbox .leftbox .topone .pic img{ height:70px;}
.homepart3 .listbox .leftbox .topone .tit{ width:100%; height:50px; line-height:50px; font-size:30px; font-weight:700; color:#FFF;}
.homepart3 .listbox .leftbox .topone .word{ width:100%; height:60px; line-height:30px; font-size:14px; overflow:hidden; line-height:30px; margin-top:10px; color:#FFF}
.homepart3 .listbox .leftbox .topone .ask{ width:20%; float:left; overflow:hidden; display:none}
.homepart3 .listbox .leftbox .topone .ask p{ width:96%; margin:0 auto; height:50px; line-height:50px; background:#ff6666; color:#FFF; font-size:14px; text-align:center; overflow:hidden; border-radius:30px; margin-top:20px;}


.homepart3 .listbox .leftbox .list{ width:100%; height:auto; overflow:hidden; margin-top:30px;}
.homepart3 .listbox .leftbox .list ul{ margin:0px; padding:0px; list-style:none}
.homepart3 .listbox .leftbox .list ul li{ margin:0px; padding:0px; list-style:none; border:1px solid rgba(255, 255, 255, .5); box-sizing:border-box; padding:15px; background:url(../images/cover2.png) repeat; border-radius:10px;}

.homepart3 .listbox .leftbox .list ul li .pic{ width:100%; height:43px; line-height:43px; text-align:left; margin-top:5px;}
.homepart3 .listbox .leftbox .list ul li .pic img{ height:43px;}
.homepart3 .listbox .leftbox .list ul li .tit{ width:100%; height:56px; line-height:28px; color:#ffffff; font-weight:700; margin:0 auto; overflow:hidden; margin-top:10px; font-size:14px; text-align:left; margin-top:10px;}

.homepart3 .listbox .leftbox .list ul li  .other{ width:100%; height:auto; overflow:hidden; margin:0 auto; border-top:1px dashed rgba(255, 255, 255, .5); margin-top:5px}
.homepart3 .listbox .leftbox .list ul li  .other .one{ width:50%; height:auto; float:left;border-bottom:1px dashed rgba(255, 255, 255, .5); overflow:hidden; padding:10px 0; box-sizing:border-box}
.homepart3 .listbox .leftbox .list ul li  .other .one p{ display:block; width:100%; text-align:center}
.homepart3 .listbox .leftbox .list ul li  .other .one p.t1{ height:30px; line-height:30px; font-size:16px; font-weight:700; color:#ffffff}
.homepart3 .listbox .leftbox .list ul li  .other .one p.t2{ height:30px; line-height:30px; font-size:12px; color:#ffffff;}

.homepart3 .listbox .leftbox .list ul li .pricemore{ width:100%; margin-top:15px; overflow:hidden; height:45px; position:relative}
.homepart3 .listbox .leftbox .list ul li .pricemore p.t1{ position:absolute; left:0px; top0px; height:45px; line-height:45px; color:#FFF; font-size:20px; font-weight:700}
.homepart3 .listbox .leftbox .list ul li .pricemore p.t1 span{ font-size:12px}
.homepart3 .listbox .leftbox .list ul li .pricemore p.t2{ position:absolute; right:0px; top:0px; width:93px; height:34px; background:#ffffff; text-align:center; border-radius:50px; line-height:34px; font-size:13px; color:#262626}
.homepart3 .listbox .leftbox .more{ width:100%; height:77px; background:url(../images/cover1.png) repeat; font-size:15px; font-weight:700; color:#ffffff; text-align:center; line-height:77px;border:1px solid rgba(255, 255, 255, .5); border-radius:15px; margin-top:15px;}


.homepart3 .listbox .rightbox .list{ width:100%; height:auto; overflow:hidden;}
.homepart3 .listbox .rightbox .list ul{ margin:0px; padding:0px; list-style:none}
.homepart3 .listbox .rightbox .list ul li{ margin:16px 0 0 0px; padding:0px; list-style:none; width:50%; float:left; height:auto; overflow:hidden; }
.homepart3 .listbox .rightbox .list ul li .box{ width:96%; height:auto; float:right; overflow:hidden; background:#FFF; border-radius:15px; box-sizing:border-box; padding:15px;}
.homepart3 .listbox .rightbox .list ul li .titbox2{ width:100%; height:52px; line-height:26px; font-size:14px; overflow:hidden;}
.homepart3 .listbox .rightbox .list ul li .pic{ width:13%; float:left; overflow:hidden;} 
.homepart3 .listbox .rightbox .list ul li .pic img{ height:40px;}
.homepart3 .listbox .rightbox .list ul li .tit{ width:87%; height:52px; line-height:26px; overflow:hidden; font-size:14px; float:left; color:#262626;}
.homepart3 .listbox .rightbox .list ul li .other{ width:100%; height:auto; overflow:hidden; margin:0 auto;  margin-top:5px}
.homepart3 .listbox .rightbox .list ul li .other .one{ width:25%; height:auto; float:left;border-bottom:1px dashed #d7d7d7; overflow:hidden; padding:5px 0 7px 0; box-sizing:border-box}
.homepart3 .listbox .rightbox .list ul li .other .one p{ display:block; width:100%; text-align:center}
.homepart3 .listbox .rightbox .list ul li .other .one p.t1{ height:30px; line-height:30px; font-size:14px; font-weight:700; color:#262626}
.homepart3 .listbox .rightbox .list ul li .other .one p.t2{ height:30px; line-height:30px; font-size:12px; color:#676767;}

.homepart3 .listbox .rightbox .list ul li .pricemore{ width:100%; margin-top:15px; overflow:hidden; height:45px; position:relative}
.homepart3 .listbox .rightbox .list ul li .pricemore p.t1{ position:absolute; left:0px; top0px; height:45px; line-height:45px; color:#ff6666; font-size:20px; font-weight:700}
.homepart3 .listbox .rightbox .list ul li .pricemore p.t1 span{ font-size:12px}
.homepart3 .listbox .rightbox .list ul li .pricemore p.t2{ position:absolute; right:0px; top:0px; width:93px; height:34px; background:#7826ff; text-align:center; border-radius:50px; line-height:34px; font-size:13px; color:#ffffff}


.homepart3 .listbox .rightbox .more{ width:70%; height:50px; margin:0 auto; background:url(../images/cover1.png) repeat; font-size:15px; font-weight:700; color:#ffffff; text-align:center; line-height:50px;border:1px solid rgba(255, 255, 255, .5); border-radius:15px; margin-top:15px; display:none;}
.cont2 {

    width: 100%;

    background: url(../images/cont2-back.png) no-repeat center top;

    padding-top: 100px;

}



.cont2 h2 {

    font-size: 24px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #42485C;

    text-align: center;

}



.cont2 .cont2-jie {

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #92949B;

    margin-top: 20px;

    text-align: center;

}



.cont2 .text {

    width: 911px;

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

    line-height: 24px;

    margin: 60px auto 80px;

}



.cont2 .cont2-list {

    width: 1280px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: center;

}



.cont2 .cont2-list li {

    width: calc(100% / 3);

    height: 237px;

}



.cont2 .cont2-list li:nth-child(1) {

    background: url(../images/cont2-list-1.png) no-repeat center center;

    background-size: 100% 100%;

}



.cont2 .cont2-list li:nth-child(2) {

    background: url(../images/cont2-list-2.png) no-repeat center center;

    background-size: 100% 100%;

}



.cont2 .cont2-list li:nth-child(3) {

    background: url(../images/cont2-list-3.png) no-repeat center center;

    background-size: 100% 100%;

}



.cont2-box {

    width: 100%;

    height: 100%;

    padding: 30px 30px 0;

    box-sizing: border-box;

}



.cont2-box h3 {

    font-size: 18px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #FFFFFF;

    margin-bottom: 6px;

}



.cont2-box p {

    font-size: 12px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    opacity: 0.7;

}



.cont2-box .cont2-flow {

    width: 20px;

    height: 2px;

    background-color: #fff;

    margin: 20px 0;

}



.cont2-box .cont2-num {

    font-size: 30px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

}



.cont2-box .cont2-num span {

    font-size: 12px;

}



.cont2-box a {

    display: block;

    width: 90px;

    height: 32px;

    border: 1px solid #FFFFFF;

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 40px;

}



.cont2-box a .red {

    display: none;

}



.cont2-box a img {

    display: block;

    margin-left: 5px;

}



.cont2 .cont2-list li:nth-child(1) .cont2-box {

    border-radius: 10px 0 0 10px;

}



.cont2 .cont2-list li:nth-child(3) .cont2-box {

    border-radius: 0 10px 10px 0;

}



.cont2 .cont2-list li:hover .cont2-box {

    background-color: rgba(0, 0, 0, 0.3);

}



.cont2 .cont2-list li:hover .cont2-box a {

    border: none;

    background: #FFFFFF;

    color: #E80000;

}



.cont2 .cont2-list li:hover .cont2-box a .red {

    display: block;

}



.cont2 .cont2-list li:hover .cont2-box a .white {

    display: none;

}



.cont3 {

    width: 1280px;

    margin: 0 auto;

}



.cont3-list {

    width: 100%;

    margin-top: 45px;

    padding-top: 66px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.cont3-list li {

    width: 287px;

    height: 293px;

    border-radius: 10px;

    position: relative;

    padding-top: 103px;

    box-sizing: border-box;

}



.cont3-list li:hover {

    transform: translateY(-5px);

    transition: 1s;

}



.cont3-list li:nth-child(1) {

    background: linear-gradient(0deg, #FF793D, #FFB55E);

}



.cont3-list li:nth-child(2) {

    background: linear-gradient(0deg, #A132FF, #E589FF);

}



.cont3-list li:nth-child(3) {

    background: linear-gradient(0deg, #FF6969, #FFAD90);

}



.cont3-list li:nth-child(4) {

    background: linear-gradient(0deg, #7664FF, #C383FF);

}



.cont3-list li img {

    position: absolute;

    top: -65px;

    left: 50%;

    margin-left: -66px;

}



.cont3-list li h2 {

    font-size: 18px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #FFFFFF;

    line-height: 18px;

    text-shadow: 0px 5px 10px rgba(255, 101, 0, 0.3);

    text-align: center;

}



.cont3-list li p {

    width: 228px;

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #FFFFFF;

    line-height: 24px;

    margin: 30px auto 0;

}
.cont6 {

    width: 100%;

    height: 760px;

    background: url(../images/cont6-back.png) no-repeat center center;

}



.cont6-box {

    width: 1280px;

    height: 480px;

    background: #FFFFFF;

    border-radius: 10px;

    margin: 10px auto 0;

    display: flex;

    align-items: center;

    justify-content: space-evenly;

}



.cont6-news {

    width: 590px;

    padding-top: 33px;

}



.cont6-news .big {

    display: block;

    width: 590px;

    height: 146px;

    background: #F5F5F5;

    border-radius: 6px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.cont6-news .big .big-word {

    width: calc(100% - 245px);

    height: 100%;

    padding-top: 20px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    justify-content: space-around;

    padding-right: 30px;

}



.cont6-news .big .big-word h3 {

    font-size: 16px;

    font-family: Microsoft YaHei;

    font-weight: bold;

    color: #333333;

}



.cont6-news .big:hover .big-word h3 {

    color: #e80000;

}



.cont6-news .big .big-word p {

    height: 40px;

    font-size: 12px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #808080;

    line-height: 20px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

}



.cont6-news .big .big-word .time {

    font-size: 12px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #808080;

    display: flex;

    align-items: center;

}



.cont6-news .big .big-word .time img {

    margin-right: 6px;

}



.news-list {

    width: 100%;

}



.news-list a {

    display: block;

    width: 100%;

    height: 67px;

    padding-top: 18px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #F0F0F0;

}



.news-list a:nth-child(6) {

    border-bottom: none;

}



.news-list a p {

    width: calc(100% - 90px);

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

}



.news-list a:hover p {

    color: #e80000;

}



.news-list a .time {

    font-size: 12px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #808080;

    display: flex;

    align-items: center;

}



.news-list a .time img {

    margin-right: 6px;

}