﻿
/* 主体－第零部分　BEGIN */


#divMainSlick {
    width: 100%;
}

    #divMainSlick .banner {
        width: 1920px;
        margin: 0 auto;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

.slick-loading .slick-list {
    background: #f1f1f1 url(/NewImg/loader.gif) center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide img {
        display: block;
        width: 100%;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    /*height: 20px;
	width: 20px;*/
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}


/* Dots */

.banner .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    z-index: 200;
}

    .banner .slick-dots li {
        position: relative;
        display: inline-block;
        width: 33px;
        height: 5px;
        background: #fff;
        margin: 0px 10px;
        padding: 0px;
        cursor: pointer;
    }

        .banner .slick-dots li a {
            text-indent: -10em;
            display: block;
            overflow: hidden;
            padding: 0px;
            cursor: pointer;
            width: 33px;
            height: 5px;
            margin: 0px auto;
        }

            .banner .slick-dots li a:focus {
                outline: none;
            }

        .banner .slick-dots li.slick-active a {
            background: #a02c26;
        }

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bg-efefef {
    background: #efefef;
}

.mtop {
    margin-top: 117px;
}

.banner-wrap {
    position: relative;
    overflow: hidden;
}

.banner .item {
    overflow: hidden;
}

.banner .pimg {
    display: block;
    width: 100%;
}



/* 主体－第零部分　End */
/* 主体－第一部分　BEGIN*/
#divMainOne {
    background: linear-gradient(to right, #ebebeb, #f4f4f4);
}
    #divMainOne > div {
        margin: 0 auto;
        background: url("/NewImg/NewsBG.png") no-repeat center;
    }

            #divMainOne > div > div {
                width: 1280px;
                margin: 0 auto;
                display: flex;
            }


#divMainOneL {
    width: 300px;
    height: 504px;
}
    #divMainOneL .newsDivTitle {
        width: 114px;
        height: 78px;
        padding-top: 60px;
        line-height: 36px;
        color: #B6B6B6;
        font-size: 30px;
    }

    #divMainOneL .newsDivLine {
        width: 114px;
        height: 4px;
        margin: 2px 0;
    }
        #divMainOneL .newsDivLine div:first-child {
            float: left;
            width: 68px;
            height: 4px;
            background-color: #0EB088;
            margin-right: 4px;
        }
        #divMainOneL .newsDivLine div:last-child {
            float: left;
            width: 6px;
            height: 4px;
            background-color: #0EB088;
            margin-right: 2px;
        }


        .newsBoxTitle {
            width: 300px;
            height: 304px;
            margin-top:78px;
            display: flex;
            flex-direction: column;
        }

            .newsBoxTitle div {
                margin: 10px 0;
                display: flex;
                align-items: center;
            }

            .newsBoxTitle div span:last-child {
                width: 32px;
                height: 2px;
                background-color: #0EB088;
            }

        #divMainOneR {
            margin-top: 60px;
        }



/* 主体－Box框 　BEGIN*/


.newsTitleSel, .newsTitleNoSel {
    width: 135px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    float: left;
    cursor: pointer;
}

.newsTitleSel {
    color: #0EB088;
}
    .newsTitleSel + span {
        display:inline-block;
    }

    .newsTitleNoSel {
        color: #333333;
    }
        .newsTitleNoSel + span {
            visibility: hidden
        }

    .newsTitleNoSel:hover {
        color: #0EB088;
    }

.newsMore {
    width: 90px;
    height: 45px;
    line-height: 45px;
    float: right;
    font-size: 16px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .newsMore a {
        margin-right: 5px;
        color: #666666;
    }

    .newsMore img {
    }

    .newsMore a:hover {
        text-decoration: none;
        font-size: 16px;
    }

/* 主体－Box框 　END*/
/* 326 X 252    294 X 230*/
.newsBoxContent {
    width: 980px;
}

    .newsBoxContent ul {
        display: flex;
        flex-wrap: wrap;
    }

    .newsBoxContent li {
        line-height: 32px;
        vertical-align: middle;
    }
/* 主体－Box框 　END*/


#divMainOneR .newsBoxContent li {
    width: 470px;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    transition: 0.65s;
}
    #divMainOneR .newsBoxContent li div {
        margin:10px;
    }

    #divMainOneR .newsBoxContent li .LD {
        height: 50px;
        font-size: 24px;
        width: 70px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left:20px;
    }
    #divMainOneR .newsBoxContent li .LL {
        height: 70px;
        font-size: 24px;
        width: 70px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 20px;
    }

        #divMainOneR .newsBoxContent li .LT{ margin-bottom:0; height:50px; }

    #divMainOneR .newsBoxContent li .LD span:first-child {
        color: #0EB088
    }
        #divMainOneR .newsBoxContent li .LD span:last-child {
            color: #CFCFCF ;
            font-size: 18px;
        }
        #divMainOneR .newsBoxContent li .LL > div {
            width: 64px;
            border: 1px solid #D9D9D9;
            margin:0;
        }
    #divMainOneR .newsBoxContent li .RT {
        height: 50px;
        width: 340px;
        font-size: 14px;
        overflow:hidden;
    }
    #divMainOneR .newsBoxContent li .RC {
        height: 70px;
        width: 340px;
        font-size: 14px;
        color: #666;
        overflow: hidden;
        font-weight: 100;
    }

        #divMainOneR .newsBoxContent li .RT a {
            line-height: 27px;
            font-size: 18px;
            color: #333;
            font-weight: 400;
        }
            #divMainOneR .newsBoxContent li .RT a:hover {
                text-decoration:none;
            }

    #divMainOneR .newsBoxContent li:hover {
        background-color: #0EB088;
    }
        #divMainOneR .newsBoxContent li:hover .LD span:first-child,
        #divMainOneR .newsBoxContent li:hover .LD span:last-child,
        #divMainOneR .newsBoxContent li:hover .RT a,
        #divMainOneR .newsBoxContent li:hover .RC {
            color: #fff;
        }

        #divMainOneR .newsBoxContent li:hover .LL > div {
            border: 1px solid #fff;
        }
        /* 主体－第一部分　END*/
        /* 主体 - 第二Banner部分 开始 */
        #divMainActivity {
            width: 1280px;
            margin: 0 auto;
        }

.index-vip-bot {
    margin-top: 40px;
    height: 280px;
    overflow: hidden;
}

    .index-vip-bot ul {
        display: flex;
    }

    .index-vip-bot li {
        position: relative;
        float: left;
        width: 25%;
        overflow: hidden;
        transition: 0.65s;
        cursor: pointer;
    }

    .index-vip-bot ul .sx-w {
        width: 21%;
    }

    .index-vip-bot ul .wf-w {
        width: 39%;
    }

.ivb-pic {
    width: 100%;
    overflow: hidden;
}

    .ivb-pic img {
        display: block;
        width:550px;
        height:280px;
    }

.ivb-txt {
    position: absolute;
    top: 65%;
    left: 22px;
    margin-top: -140px;
}

.ivb-line {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
}

.ivb-t1 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "NewsGothicBT-Light";
}

.ivb-t2 {
    display: block;
    color: #fff;
    font-size: 28px;
    margin-top: 20px;
}

.ivb-enter {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 30px;
    bottom: 15px;
    display: block;
    width: 70px;
    height: 70px;
    background: url(/NewImg/icon-go.png) no-repeat;
    background-size: cover;
    transition: 0.55s;
}

.index-vip-bot .ie-show {
    opacity: 1;
    visibility: visible;
}




/* 主体 - 第二Banner部分 结束 */

/* 主体－第二部分　BEGIN*/

#divMainTwo {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #F7F7F7;
}

    #divMainTwo > div {
        width: 1280px;
        margin: 0 auto;
        display: flex;
    }

    #divMainTwoL {
        float: left;
    }

        #divMainTwoL .SecBoxTitle {
            width: 840px;
            border-bottom: 1px solid #D9D9D9;
            display: flex;
            justify-content: space-between;
        }

.SecTitleSel, .SecTitleNoSel {
    width: 160px;
    height: 53px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 22px;
}

.SecTitleSel {
    font-weight: 600;
    color: #0EB088;
    border-bottom: 7px solid #0EB088;
}

.SecTitleNoSel:hover {
    color: #0EB088;
}

.SecTitleNoSel:hover {
    font-weight: 600;
    background-color: #EEF2F1;
}

.NewsBox {
    width: 900px;
}

    .NewsBox > ul {
        display: flex;
        flex-wrap: wrap;
    }
        .NewsBox > ul li {
            border-bottom: 1px solid #D9D9D9;
        }

    .NewsBox .MainSecContent {
        width: 900px;
        display: flex;
    }

    .NewsBox .MainSecL {
        height: 90px;
        width: 90px;
        background-color: #0EB088;
        border-radius: 12px;
        display: none;
        margin: 18px 7px;
        color: #fff;
        transition: 0.65s;
    }

.fix-show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.NewsBox .MainSecL span:first-child {
    font-size: 24px;
    display: inline-block;
}
        .NewsBox .MainSecL span:last-child {
            font-size: 18px;
            display: inline-block;
            margin-top:5px;
        }


.NewsBox > ul li:first-child div .MainSecR {
    height: 95px;
}
.NewsBox > ul li:first-child div span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.NewsBox > ul li:first-child div .MainSecDate {
    display:none;
}

.NewsBox .MainSecR {
    font-size: 18px;
    line-height: 23px;
    padding-top: 14px;
    width: 80%;
    height: 65px;
    min-width: 480px;
    margin-left: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .NewsBox .MainSecR a {
        width: 100%;
        overflow: hidden;
        height: 50px;
        line-height: 40px;
        color: #333;
        font-weight: 600;
    }
        .NewsBox .MainSecR a:hover{text-decoration:none;}

        .NewsBox .MainSecR span {
            display: none;
            width: 100%;
            overflow: hidden;
            height: 60px;
            color: #666666;
            font-weight: 100;
            font-size: 14px;
        }


.NewsBox .MainSecDate {
    font-size: 18px;
    line-height: 65px;
    font-weight: 600;
}

    #divMainTwoR {
        display: flex;
        flex-direction: column;
        margin-left: 40px;
    }
.Redirect {
    margin: 7px 0;
}

    .Redirect a {
        display: flex;
        width: 341px;
        height: 115px;
        font-size: 28px;
        color: #fff;
        justify-content: flex-start;
        text-decoration: none;
        text-indent: 45px;
        align-items: center;
        transition: 0.65s;
    }

        .Redirect a span {
            padding: 0 3px;
        }
            .Redirect a span:first-child {
                height: 40px;
                line-height: 30px;
                margin-left: 93px;
            }

    .Redirect:nth-child(1) a {
        background: url("/NewImg/Redirct-1-2.png") no-repeat;
    }

        .Redirect:nth-child(1) a:hover {
            background: url("/NewImg/Redirct-1-1.png") no-repeat;
            color: #0EB088;
        }

        .Redirect:nth-child(1) a span {
            background: url("/NewImg/Redirct-1-4.png") no-repeat;
        }

        .Redirect:nth-child(1) a:hover span {
            background: url("/NewImg/Redirct-1-3.png") no-repeat;
        }

    .Redirect:nth-child(2) a {
        background: url("/NewImg/Redirct-2-2.png") no-repeat;
    }

        .Redirect:nth-child(2) a:hover {
            background: url("/NewImg/Redirct-2-1.png") no-repeat;
            color: #0EB088;
        }

        .Redirect:nth-child(2) a span:first-child {
            background: url("/NewImg/Redirct-2-4.png") no-repeat;
        }

        .Redirect:nth-child(2) a:hover span:first-child {
            background: url("/NewImg/Redirct-2-3.png") no-repeat;
        }

    .Redirect:nth-child(3) a {
        background: url("/NewImg/Redirct-3-2.png") no-repeat;
    }

        .Redirect:nth-child(3) a:hover {
            background: url("/NewImg/Redirct-3-1.png") no-repeat;
            color: #0EB088;
        }

        .Redirect:nth-child(3) a span:first-child {
            background: url("/NewImg/Redirct-3-4.png") no-repeat;
        }

        .Redirect:nth-child(3) a:hover span:first-child {
            background: url("/NewImg/Redirct-3-3.png") no-repeat;
        }

    .Redirect:nth-child(4) a {
        background: url("/NewImg/Redirct-4-2.png") no-repeat;
    }

        .Redirect:nth-child(4) a:hover {
            background: url("/NewImg/Redirct-4-1.png") no-repeat;
            color: #0EB088;
        }

        .Redirect:nth-child(4) a span:first-child {
            background: url("/NewImg/Redirct-4-4.png") no-repeat;
        }

        .Redirect:nth-child(4) a:hover span:first-child {
            background: url("/NewImg/Redirct-4-3.png") no-repeat;
        }

        /* 主体－第二部分　END*/
        /* 主体－底部广告栏 　BEGIN　*/
        #divMainBanner {
            width: 1280px;
            max-height: 230px;
            margin: 0 auto;
            text-align:center;
        }
#divMainBanner img{
    width:1280px;
    height:230px;
}
/* 主体－底部广告栏　END*/

/* 主体－第三部分　BEGIN*/
#divMainThree {
    margin: 50px auto;
}


    #divMainThree > div {
        width: 1280px;
        height: 410px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    #divMainThree #myFocus {

    }
        #myFocus {
            width: 556px;
            height: 410px !important;
        }

            #myFocus li {
                list-style-type: none;
            }

            #myFocus .pic ul li img {
                width: 556px !important;
                height: 410px !important;
            }

            #myFocus .txt li {
                background: linear-gradient(to top, rgba(50, 50, 50, 0.8), rgba(180, 180, 180, 0.01));
            }

            #myFocus .dot {
                text-align: right;
                bottom: -15px;
                right: 45px;
            }

                #myFocus .dot li a {
                    display: inline-block;
                    height: 6px;
                    width: 28px;
                }


#divMainThree .Subject {
    width:325px;
}

.Subject .SubjectTitle {
    height: 50px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .Subject .SubjectTitle span:first-child {
        line-height:40px;
        font-size:22px;
        color: #0EB088;
        display: inline-block;
        border-bottom: 7px solid #0EB088;
    }

    .Subject .SubjectTitle span:last-child {
        font-size: 16px;
        color: #666666;
    }
        .Subject .SubjectTitle span:last-child a{
            display:inline-block;
            margin-right:5px;
        }


        .Subject .SubjectContent {
            display: flex;
            flex-direction: column;
        }

    .Subject .SubjectContent > div {
        width: 325px;
        height: 111px;
        margin: 5px 0;
        background-color: rgba(160, 197, 188, 0.1);
        display: flex;
    }
    .Subject .SubjectContent > div:hover {
        color:#fff;
        background-color: #0EB088
    }
        .Subject .SubjectContent > div:hover a, .Subject .SubjectContent > div:hover .SubjectContentL span {
            color: #fff;
            text-decoration: none;
        }

    .Subject .SubjectContent .SubjectContentL {
        width: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
        .Subject .SubjectContent .SubjectContentL span:first-child {
            font-weight: 600;
            color: #0EB088;
            font-size: 24px;
            margin: 10px 10px 0 10px;
        }
        .Subject .SubjectContent .SubjectContentL span:last-child {
            font-weight: 600;
            color: #CFCFCF;
            font-size: 18px;
            margin: 10px 10px 0 10px;
        }
            .Subject .SubjectContent .SubjectContentR {
                width: 195px;
                margin: 14px 20px 14px 10px;
                font-size: 18px;
                overflow: hidden;
                line-height: 27px;
                display: flex;
                align-items: flex-start;
            }
        /* 主体－第三部分　END*/
        /* 主体－友情链接 　BEGIN　*/
#divMainFour {
    width: 100%;
    min-width: 1600px;
    height: 260px;
    margin: auto;
    margin-top: 49px;
    background-color: #F7F7F7;
}

    #divMainFour .FontBG {
        color: #EAEAEA;
        font-size: 50px;
        width: 400px;
        padding: 40px;
        margin: 0 auto;
        text-align: center;
        font-weight: 600;
    }



#TopLink {
    color: #0EB088;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-top: -49px;
    font-weight:600;
}

    #TopLink .linkLine {
        width: 122px;
        height: 4px;
        margin: 15px 0;
    }

    #TopLink .linkLong {
        float:left;
        width: 110px;
        height: 4px;
        background-color: #0EB088;
        margin-right: 4px;
    }
    #TopLink .linkShort {
        float:right;
        width: 6px;
        height: 4px;
        background-color: #0EB088;
        margin-right: 2px;
    }

    #TopLinkList {
        width: 1280px;
        height: 225px;
        margin: auto;
        margin-top: -20px;
        display: flex;
        align-items: center;
    }

#LinkS {
    width: 88%;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

#LinkPre, #LinkNext {
    cursor: pointer;
}

#LinkS #LinkContent {
    height: 85px;
    width: 1000000%;
    white-space: nowrap;
    transition: transform 0.5s;
}

    #LinkS #LinkContent div {
        float: left;
        display: flex;
        width: 260px;
        height: 85px;
        margin: 0 10px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 4px 4px 4px #A87B7B;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        #LinkS #LinkContent div img {
            width: 165px;
            height: 55px;
        }

/* 主体－友情链接　END　*/