.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;
    -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-list.dragging {
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .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;
    overflow: hidden;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.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;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 90px;
    width: 90px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -45px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-next:focus {
        outline: none;
    }

        .slick-prev:hover:before,
        .slick-next:hover:before,
        .slick-prev:focus:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "FontAwesome";
        font-size: 20px;
        line-height: 1;
        color: #0e90d2;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: 25px;
    background: url("../images/bannerprev.png") no-repeat 0;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

    [dir="rtl"] .slick-prev:before {
        content: "\f138";
    }

.slick-next {
    right: 25px;
    background: url("../images/bannernext.png") no-repeat 0;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

    [dir="rtl"] .slick-next:before {
        content: "\f137";
    }
/* Dots */
/*.slick-slider {
  margin-bottom: 30px;
}*/
.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 30px;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 14px;
            width: 14px;
            outline: none;
            line-height: 0;
            font-size: 0;
            background: #f5f5f5;
            border-radius: 50%;
            color: transparent;
            cursor: pointer;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                width: 20px;
                height: 20px;
                font-size: 32px;
                line-height: 20px;
                text-align: center;
                color: #f5f5f5;
                opacity: 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button {
            background-color: #4c4c4c;
        }

            .slick-dots li.slick-active button:before {
                color: #4c4c4c;
                opacity: 0;
            }

.justify_fix {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.banner {
    width: 100%;
    position: relative;
    border-bottom: solid 2px #d70d19;
}

    .banner .slick-list,
    .banner a {
        display: block;
        width: 100%;
        height: 400px;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto 100%;
        overflow: hidden;
    }

.timerOut {
    margin: 40px 0 0 0;
}

    .timerOut dl {
        background-color: #f3f3f3;
        /*padding: 44px 20px;*/
        padding: 34px 20px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-top-left-radius: 6px;
    }

    .timerOut dd {
        color: #272727;
    }

        .timerOut dd:first-child {
            /*letter-spacing: 4px;*/
            /*margin-bottom: 10px;*/
            font-size: 20px;
        }

        .timerOut dd span {
            font-style: normal;
            display: inline-block;
            background-color: #cb010d;
            padding: 4px 6px;
            vertical-align: middle;
            margin: -6px 12px 0 6px;
        }

            .timerOut dd span s {
                display: inline-block;
                width: 16px;
                height: 24px;
                margin-right: 4px;
                vertical-align: -3px;
            }

                .timerOut dd span s.N_one {
                    background: url("../images/Num.png") no-repeat 0 0;
                    margin-right: 0px;
                }

                .timerOut dd span s.N_two {
                    background: url("../images/Num.png") no-repeat -16px 0;
                }

                .timerOut dd span s.N_three {
                    background: url("../images/Num.png") no-repeat -32px 0;
                }

                .timerOut dd span s.N_four {
                    background: url("../images/Num.png") no-repeat -48px 0;
                }

                .timerOut dd span s.N_five {
                    background: url("../images/Num.png") no-repeat -64px 0;
                }

                .timerOut dd span s.N_six {
                    background: url("../images/Num.png") no-repeat -80px 0;
                }

                .timerOut dd span s.N_seven {
                    background: url("../images/Num.png") no-repeat -96px 0;
                }

                .timerOut dd span s.N_eight {
                    background: url("../images/Num.png") no-repeat -112px 0;
                }

                .timerOut dd span s.N_nine {
                    background: url("../images/Num.png") no-repeat -128px 0;
                }

                .timerOut dd span s.N_ten {
                    background: url("../images/Num.png") no-repeat -144px 0;
                }

        .timerOut dd a {
            text-decoration: none;
            padding-right: 20px;
        }

        .timerOut dd .time {
            width: 35px;
            height: 35px;
            display: inline-block;
            background: url("../images/time.png") no-repeat 0;
            vertical-align: middle;
            margin-right: 10px;
        }

    .timerOut dt {
        width: 404px;
        /*height: 122px;*/
        height: 103px;
        /*line-height: 122px;*/
        line-height: 104px;
        font-size: 26px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        /*background-color: #d70d19;*/
        background-color: #ddd;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
    }

        .timerOut dt a {
            display: inline-block;
            /*color: #fff;*/
            color:rgba(215,13,25,1);
            text-decoration: none;
            /*letter-spacing: 4px;*/
            position: relative;
            padding-left: 65px;
        }

        .timerOut dt i {
            display: block;
            width: 31px;
            height: 31px;
            position: absolute;
            top: 50%;
            margin-top: -15px;
            left: 20px;
            background: url("../images/write_red.png") no-repeat 0;
        }

.yz {
}

.moreItem {
    text-align: justify;
    height: 170px;
    overflow: hidden;
}

    .moreItem p {
        display: inline-block;
        width: 33%;
        margin-top: 20px;
        text-align: left;
        vertical-align: top;
        position: relative;
    }

        .moreItem p span {
            padding-top: 4px;
            padding-left: 4px;
        }

        .moreItem p a {
            text-decoration: none;
            padding: 0 2px;
        }

        .moreItem p:nth-child(2) span {
            text-align: center;
            padding-left: 0;
        }

        .moreItem p:nth-child(2):after {
            position: absolute;
            width: 1px;
            height: 60px;
            top: 10px;
            right: 0;
            content: '';
            background-color: #cacaca;
        }

        .moreItem p:nth-child(2):before {
            position: absolute;
            width: 1px;
            height: 60px;
            top: 10px;
            left: 0;
            content: '';
            background-color: #cacaca;
        }

    .moreItem span {
        display: block;
        position: relative;
        vertical-align: top;
        text-align: left;
    }

/*.notice .notice_body {
    overflow: hidden;
    margin-bottom: 10px;
}

    .notice .notice_body > ul {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }

        .notice .notice_body > ul > li {
            float: left;
            width: 30%;
            position: relative;
        }

    .notice .notice_body .nbl ul {
        margin-bottom: 0;
    }

    .notice .notice_body .nbl li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .notice .notice_body .nbl li img {
        width: 100%;
        max-height:230px;
    }

    .notice .notice_body .nbl .slick-dots li,
    .notice .notice_body .nbl .slick-dots button {
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .notice .notice_body .nbl .prev,
    .notice .notice_body .nbl .next {
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

        .notice .notice_body .nbl .prev img,
        .notice .notice_body .nbl .next img {
            width: 100%;
        }

    .notice .notice_body .nbl .prev {
        left: 10px;
    }

    .notice .notice_body .nbl .next {
        right: 10px;
    }

    .notice .notice_body .nbm {
        width: 35%;
        margin-left: 2.5%;
    }

        .notice .notice_body .nbm h3 {
            font-size: 16px;
            color: #d70d19;
            padding: 0 20px 10px 20px;
        }

        .notice .notice_body .nbm p {
            color: #333;
            padding: 0 20px;
            line-height: 30px;
            height: 172px;
            position: relative;
        }

            .notice .notice_body .nbm p a {
                display: inline-block;
                padding-left: 10px;
                color: #d70d19;
            }

        .notice .notice_body .nbm:before {
            position: absolute;
            width: 1px;
            height: 100%;
            top: 0;
            left: 0;
            content: '';
            background-color: #cacaca;
        }

        .notice .notice_body .nbm:after {
            position: absolute;
            width: 1px;
            height: 100%;
            top: 0;
            right: 0;
            content: '';
            background-color: #cacaca;
        }

    .notice .notice_body .nbr {
        float: right;
    }

        .notice .notice_body .nbr li {
            list-style: disc inside;
            color: #d70d19;
            margin-bottom: 8px;
        }

        .notice .notice_body .nbr a {
            display: inline-block;
            width: 68%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            vertical-align: top;
            vertical-align: middle \9;
        }

        .notice .notice_body .nbr span {
            float: right;
            color: #999;
            font-size: 12px;
        }*/



.platform {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: url("../images/platform_a.jpg") no-repeat top left, url("../images/platform_b.jpg") no-repeat right top;
    background-color: #d74651;
    margin-top: 30px;
}

    .platform .platformContent {
        text-align: justify;
    }

    .platform p {
        display: inline-block;
        width: 32.8%;
        vertical-align: top;
        margin-top: 38px;
    }

        .platform p img {
            width: 100%;
        }
		
/* 广告样式 被拦截 */
.adbar {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: url("../images/adbar_a.jpg") no-repeat top left, url("../images/adbar_b.jpg") no-repeat right top;
    background-color: #d74651;
    margin-top: 30px;
}

    .adbar .adbarContent {
        text-align: justify;
    }

    .adbar p {
        display: inline-block;
        width: 32.8%;
        vertical-align: top;
        margin-top: 38px;
    }

        .adbar p img {
            width: 100%;
        }
/* 广告样式 被拦截 */


.hot {
    background-color: #f3f3f3;
    padding: 12px 0 0px 0;
}

    .hot .hot_body {
        text-align: justify;
    }

        .hot .hot_body p {
            display: inline-block;
            width: 32.8%;
            vertical-align: top;
            margin-bottom: 9px;
        }

            .hot .hot_body p img {
                width: 100%;
            }

.work {
    padding: 40px 0 48px 0;
}

    .work li {
        width: 112px;
        float: left;
        display: inline-block;
        margin-right: 105px;
    }

        .work li.last {
            margin-right: 0;
            float: right;
        }

        .work li a {
            display: block;
            text-decoration: none;
            font-size: 16px;
            margin-top: 14px;
        }

            .work li a:after {
                /*float: right;*/
                height: 1px;
                content: '>';
                margin-left: 4px;
            }

.hot_ad {
    text-align: justify;
}

    .hot_ad p {
        display: inline-block;
        width: 32.8%;
        vertical-align: top;
    }

        .hot_ad p img {
            width: 100%;
        }

.friends {
    background-color: #f3f3f3;
    padding: 15px 0 10px 0;
    margin-top: 38px;
}

    .friends li {
        float: left;
        font-size: 12px;
        position: relative;
    }

        .friends li img,
        .friends li span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 30px;
        }

        .friends li:first-child {
            margin-right: 18px;
        }

            .friends li:first-child:after {
                position: absolute;
                width: 1px;
                height: 22px;
                top: 18px;
                right: 0;
                content: '';
                background-color: #999;
            }

        .friends li:last-child img {
            margin-right: 48px;
        }

    .friends .fmore {
        color: #6d6d6d;
        position: absolute;
        right: -25px;
        top: 18px;
    }

        .friends .fmore a {
            position: relative;
            display: block;
            font-size: 14px;
        }

            .friends .fmore a:after {
                position: absolute;
                width: 1px;
                height: 22px;
                top: 0;
                left: -20px;
                content: '';
                background-color: #999;
            }

.region {
    margin-bottom: 40px;
    position: relative;
}

    .region:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        content: '';
        background-color: #cacaca;
    }

    .region h4 {
        width: 124px;
        text-align: center;
        position: relative;
        font-size: 26px;
        padding: 20px 0;
        font-weight: normal;
    }

        .region h4 a {
            color: #d70d19;
            text-decoration: none;
        }

        .region h4:after {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            height: 2px;
            content: '';
            background-color: #d70d19;
            z-index: 2;
        }

    .region .more {
        float: right;
        font-size: 14px;
        color: #6d6d6d;
        display: block;
        margin: 25px 5px 0 0;
    }

.nav {
    font-size: 14px;
    position: fixed;
    right: 0;
    top: 203px;
    display: none;
}

    .nav li {
        width: 54px;
        height: 30px;
        background-color: #6d6d6d;
        color: #fff;
        position: relative;
        padding: 40px 0 20px 0;
        text-align: center;
        border-radius: 2px;
        cursor: pointer;
        margin-bottom: 2px;
        right: 0;
    }

        .nav li dl {
            width: 190px;
            color: #000;
            position: absolute;
            background: #fff;
            border: solid 2px #d70d19;
            border-radius: 2px;
            top: 0;
            right: 54px;
            text-align: left;
            font-style: normal;
            padding: 20px 0 10px 0;
            display: none;
        }

            .nav li dl dd {
                padding-left: 36px;
                background: url("../images/phone.png") no-repeat 12px 5px;
                margin-bottom: 12px;
                margin-top: 20px;
            }

            .nav li dl dt {
                text-align: center;
                margin-top: 10px;
            }

                .nav li dl dt span {
                    display: block;
                    padding-top: 10px;
                }

                .nav li dl dt img {
                    margin: 0 auto;
                }

        .nav li.dba-btn {
            height: 20px;
            padding: 10px 0;
            background-image: url("../images/Arrow2.png");
            background-repeat: no-repeat;
            background-position: center;
        }

            .nav li.dba-btn:hover {
                background-color: #d70d19;
            }

            .nav li.dba-btn.clicked {
                background-image: url("../images/Arrow1.png");
            }

        .nav li.dba {
            background-image: url("../images/kefu.png");
            background-repeat: no-repeat;
            background-position: center 12px;
        }

            .nav li.dba:hover {
                background-color: #d70d19;
                color: #fff;
                border-radius: 0 2px 2px 0;
            }

                .nav li.dba:hover dl {
                    display: block;
                }

        .nav li.dbb {
            background-image: url("../images/weixin.png");
            background-repeat: no-repeat;
            background-position: center 12px;
        }

            .nav li.dbb .weixin_sub {
                background: #fff;
                padding: 3.6px 10px;
                border: solid 2px #d70d19;
                position: absolute;
                top: 0;
                right: 54px;
                display: none;
            }

            .nav li.dbb:hover {
                background-color: #d70d19;
                color: #fff;
                border-radius: 0 2px 2px 0;
            }

                .nav li.dbb:hover .weixin_sub {
                    display: block;
                }

        .nav li.dbc {
            background-image: url("../images/cphone.png");
            background-repeat: no-repeat;
            background-position: center 20px;
        }

            .nav li.dbc span {
                display: block;
                padding-top: 10px;
            }

            .nav li.dbc .cphoen_sub {
                background: #fff;
                padding: 3px 10px;
                border: solid 2px #d70d19;
                position: absolute;
                top: 0;
                right: 54px;
                display: none;
            }

            .nav li.dbc:hover {
                background-color: #d70d19;
                color: #fff;
                border-radius: 0 2px 2px 0;
            }

                .nav li.dbc:hover .cphoen_sub {
                    display: block;
                }

        .nav li.dbd {
            height: 0;
            background-image: url("../images/gotop.png");
            background-repeat: no-repeat;
            background-position: center;
        }

            .nav li.dbd:hover {
                background-color: #d70d19;
                color: #fff;
            }

            .nav li.dbd a {
                display: block;
                width: 100%;
                height: 100%;
            }

.icon_kehu {
    width: 69px;
    height: 69px;
    margin-left: 34px;
    display: block;
    background: url(../images/index/kehu.png) no-repeat;
    background-size: cover;
    position: relative;
}

.icon_kefu {
    margin-top: 10px;
    margin-left: 50px;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 30px;
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    line-height: 30px;
    text-align: center;
}
/*Janfu*/
.moreItem ul {
    display: inline-block;
    width: 33%;
    margin-top: 20px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    float: left;
}

.text-justify-list li {
    float: left;
    width: 49.5%;
    margin-bottom: 4px;
}

    .text-justify-list li a {
        padding-left: 20px;
    }

    .text-justify-list li.li100 {
        width: 99.5%;
        margin-bottom:8px;
    }

    .text-justify-list li.title {
        font-size:14px;
    }
    .text-justify-list li.title a{
        color:#d70d19;
    }

.moreItem span {
    height: 80%;
    margin-top: 21px;
    width: 0;
    border-left: 1px solid #999;
    float: left;
}


.notice {
    margin-bottom: 60px;
}

    .notice .notice_body {
        position: relative;
    }

        .notice .notice_body .nprev,
        .notice .notice_body .nnext {
            display: block;
            width: 48px;
            height: 48px;
            position: absolute;
            top: 50%;
            margin-top: -20px;
            cursor: pointer;
        }

        .notice .notice_body .nprev {
            left: -70px;
            background: url("../images/nprev.png") no-repeat 0;
        }

        .notice .notice_body .nnext {
            right: -70px;
            background: url("../images/nnext.png") no-repeat 0;
        }

    .notice .notice_list {
        margin-bottom: 0 !important;
    }

        .notice .notice_list ul {
            overflow: hidden;
        }

            .notice .notice_list ul > li:nth-child(2) {
                margin: 0 10px;
            }

            .notice .notice_list ul > li:nth-child(3n) dd {
                border-right: none;
            }

        .notice .notice_list li {
            width: 32.4%;
            float: left;
            overflow: hidden;
        }

            .notice .notice_list li dt {
                font-weight: bold;
                font-size: 16px;
                color: #000;
                padding-left: 66px;
                margin-bottom: 8px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .notice .notice_list li dd {
                border-right: solid 1px #cacaca;
                overflow: hidden;
                font-size: 14px;
            }

                .notice .notice_list li dd p {
                    float: left;
                }

                    .notice .notice_list li dd p:first-child {
                        width: 12%;
                        text-align: right;
                        margin-right: 18px;
                        color: #b6b6b6;
                    }

                        .notice .notice_list li dd p:first-child span {
                            color: #333;
                        }

                    .notice .notice_list li dd p:last-child {
                        width: 70%;
                        position: relative;
                    }

                    .notice .notice_list li dd p a {
                        position: absolute;
                        right: -38px;
                        bottom: 0;
                        color: #d70d19;
                    }

                .notice .notice_list li dd span {
                    display: block;
                }


/* 首页右侧导航栏 */
.btn {
    display: block;
    width: 33px;
    padding-left: 17px;
    margin-right: 10px;
    border: 2px solid red;
}

.a1 {
    margin-left: -9px;
}

.nbl img {
    cursor: pointer;
    transition: all 0.5s;
}

    .nbl img:hover {
        transform: scale(1.1);
    }

.nav li.hiddenWords span {
    display: none;
}

.nav li.hiddenWords {
    padding: 0 0 20px 0;
}

.nav li.dbd.hiddenWords {
    height: 30px;
}

.nav li.dbc.hiddenWords {
    background-position: center 10px;
}

.subMenuWarp.smallMenu {
    width: 16.50%;
}

.nav span, .work li a {
    font-size: 12px;
}

.stick {
    position: fixed;
    top: 0;
}

.menu {
    margin-left: 29px;
}

.cphoen_erweima {
    font-size: 14px;
    color: #d70d19;
}

.text-justify-list .p2 li {
    width: 100%;
    float: none;
    text-align: center;
}

#rightArrow {
    width: 54px;
    height: 54px;
    line-height: 49px;
    position: fixed;
    top: 147px;
    right: 0px !important;
    background: #6d6d6d;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.rightArrow_1 {
    width: 54px !important;
    height: 54px !important;
    display: inline-block !important;
    position: fixed;
    top: 156px;
    right: 0px !important;
    overflow: hidden !important;
    background-repeat: no-repeat;
    background-image: url(images/i.png) !important;
    background-size: cover;
    border-radius: 30px !important;
}

.hd_img {
    margin-top: -53px;
}

.nav li.dbd {
    padding: 0;
    width: 54px;
    height: 54px;
}

    .nav li.dbd:hover {
        background-color: #6d6d6d;
    }

.langarea {
    margin-top: -32px;
}

#rightArrow i, span, p {
    font-style: normal;
}

.w1200 dl dd a:hover, .w1200 ul li a:hover {
    color: #d70d19;
}

.new_con_a {
    width: 79%;
    display: block;
    float: left;
    text-align: left;
}

.dd_admin_con {
    text-align: right;
}

    .dd_admin_con .new_con_more {
        margin-right: 10px;
    }

.nav li .distinguish_split a {
    display: block;
    border-bottom: 2px dotted #ccc;
    margin: 0;
    padding-bottom: 10px;
}

#rightArrow .p2 {
    background-image: url("/en/images/whitei.png");
}

#rightArrow .p2:hover {
	background-image: url("/en/images/whitei2.png");
}

#HomeNav {
	display: none;
}

#head_nav ul.clear > li {
	width: 20%;
}

.hd_img {
	margin-top: -57px;
}

#main .ad {
	float: right;
	margin-right: 100px;
}

.friends .w1200 ul li:last-child a {
	margin-right: -25px;
}

.friends li img, .friends li span {
	margin-right: 25px;
}

.friends .w1200 ul li:last-child {
	margin-top: 9px;
}

.work {
	padding: 40px 0 16px 0;
}

.friends {
	margin-top: 16px;
}

.timerOut dt {
	width: 35.4%;
}

/*
.hot .hot_body p img {
	width: 396px;
}
*/

.dd_admin_con .new_con_more {
	color: #d70d19;
}

.notice .notice_list li dd {
	border-right: none;
}

/*.slick-track .slick-active li {
	border-right: solid 1px #cacaca;
}*/

	.slick-track .slick-active li:last-child {
		border-right: 0px;
	}

.notice .notice_list li {
	width: 33%;
}

.notice .notice_list ul > li:nth-child(2) {
	margin: 0;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
}

.dd_admin_con .new_con_more {
	margin-right: 44px;
}

.new_con_a {
	margin-left: 40px;
	width: 85%;
}

.notice .notice_list li dt {
	padding-left: 40px;
	padding-right: 25px;
}

.notice .notice_body .nprev {
	left: -20px;
}
@media (max-width: 1216px) {
    .work li 
    {
        margin-right: 6.5%;
    }
    .hot .hot_body p img
    {
        width:95%;
    }
    .w1200 {
        width: 1200px;/**/
    }
}
@media (max-width: 1400px) {
    .banner ,
    #head_nav,
    .region,
    #footer {
        width: 1400px;/**/
    }
}
@media (max-width: 1016px) {
    .banner ,
    #head_nav,
    .region,
    #footer {
        width: 1273px;/**/
    }
}