.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: 33px 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: 120px;
        line-height: 122px;*/
        height: 101px;
        line-height: 101px;
        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: 108px;
    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: 20px;
        }

        .moreItem p a {
            text-decoration: none;
            padding: 0 10px;
        }

    .moreItem span:first-child a {
        color: #d70d19;
    }

    .moreItem p:nth-child(2) span {
        text-align: center;
        padding-left: 0;
    }

    .moreItem p:nth-child(2):after {
        position: absolute;
        width: 1px;
        height: 69px;
        top: 10px;
        right: 0;
        content: '';
        background-color: #cacaca;
    }

    .moreItem p:nth-child(2):before {
        position: absolute;
        width: 1px;
        height: 69px;
        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: 0;

}

    .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,.notice .notice_body .nbm h3 a {
            font-size: 16px;
            color: #d70d19;
            padding: 0 20px 10px 20px;
        }

        .notice .notice_body .nbm p {
            color: #333;
            padding: 0 20px;
            line-height: 30px;
            height: 150px;
            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;

            
    line-height: 25px;
        }

        .notice .notice_body .nbr a {
            display: inline-block;
            width: 90%;
            /*
			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 30px 0;*/
    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: 26px;
        }

        .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: 0;
        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;
            }

    .news_more {
        color: #444;
        position: absolute;
        right: 20px;
		font-size: 14px;
		display: block;
		line-height:30px;
		margin-bottom:20px;
    }



.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: 0px;
    top: 170px;
    font-style: normal;
    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: 200px;
            color: #000;
            position: absolute;
            background: #fff;
            border: solid 2px #d70d19;
            border-radius: 2px;
            top: 0;
            right: 54px;
            text-align: left;
            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/Arrow4.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/Arrow3.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 11px;
        }

            .nav li.dbc span {
                display: block;
                padding-top: 1px;
            }

            .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: 69px;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 30px;
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
}





/* 首页右侧导航栏 */
.btn {
    display: block;
    width: 33px;
    padding-left: 17px;
    margin-right: 10px;
    border: 2px solid red;
}

.a1 {
    margin-left: -9px;
}

.a2 {
    margin-left: 6px;
}

.a3 {
    margin-left: 40px;
}

/*.nbl img {
            cursor: pointer;
            transition: all 0.6s;
        }

            .nbl img:hover {
                transform: scale(1.05);
            }*/

.nav li.hiddenWords span {
    display: none;
}

.nav li.hiddenWords {
    padding: 0 0 20px 0;
}

.nav li.dbc.hiddenWords {
    background-position: center 10px;
}

.subMenuWarp.smallMenu {
    width: 16.50%;
}

.stick {
    position: fixed;
    top: 0;
}

.menu {
    margin-left: 29px;
}

.cphoen_erweima {
    font-size: 14px;
    font-weight: 700;
    color: #d70d19;
}

.nav_a_1 {
    font-size: 14px;
    position: fixed;
    background: #666;
    right: -54px;
    top: 203px;
    z-index: 10000;
    display: block;
}

#rightArrow {
    width: 54px;
    height: 54px;
    line-height: 49px;
    position: fixed;
    top: 114px;
    right: 0px !important;
    background-color: #6d6d6d;
    color: #fff;
    font-style: normal;
    text-align: center;
    cursor: pointer;
}

    #rightArrow span {
        font-style: normal;
    }

/*#rightArrow:hover {
                background-color: #d70d19;
            }*/

.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: -58px;*/
}

.nav li.dbd {
    padding: 0;
    width: 54px;
    height: 54px;
}

    .nav li.dbd:hover {
        background-color: #6d6d6d;
    }

.dba a {
    display: block;
    border-bottom: 2px dotted #ccc;
    margin: 0;
    /*padding-bottom: 10px;*/
}

#rightArrow .p2 {
    background-image: url("/cn/images/whitei.png");
}

    #rightArrow .p2:hover {
        background-image: url("/cn/images/whitei2.png");
    }

.text-justify-list span:first-child {
    margin-bottom: 5px;
}


/*官网首页*/
#HomeNav {
            display: none;
        }
        #head_nav ul.clear > li {
            width: 20%;
        }
        .hx {
            height: 50px;
            margin-top: 5px;
        }
        .hd_img {
            margin-top: -56px;
        }
        #main .ad {
            float: right;
            margin-right: 100px;
        }
        .friends .w1200 ul li:last-child a {
            margin-right: -25px;
        }
        .friends .w1200 ul li:last-child {
            margin-top: 9px;
        }
        .nbl .newSlide li {
            position: relative;
        }
            /*.nbl .newSlide li .info {
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: #000;
                line-height: 30px;
                font-size: 20px;
                width: 95%;
                display: block;
                color: #fff;
                overflow: hidden;
                padding: 5px;
            }*/
            .nbl .newSlide li .info, .nbl .newSlide li span {
                position: absolute;
                font-size: 20px;
                /*top: 185px;*/
                bottom: 0;
                left: 0;
                width: 100%;
                /*height: 30px;*/
                line-height: 30px;
                overflow: hidden;
                padding: 5px;
                background-color: rgba(0,0,0,0.5);
                color: #fff;
                display: block;
            }
        .slick-dots {
            display: none;
        }
        .region:after {
            height: 1px;
        }
        .yz_head .region:first-child {
            /*margin-left: -80px;*/
            /*padding-left: 77px;*/
        }
        .yz_head .region:last-child {
            width: 32%;
            /*margin-right: -80px;*/
        }
        .yz_head .region h4 {
            padding-left: 15px;
            padding-right: 15px;
        }
        .yz_head div {
            display: -webkit-box;
        }
        .yz_body div:first-child {
            width: 66%;
        }
        .yz_body .wisdom {
            width: 32%;
            position: absolute;
            top: 0px;
            right: 16px;
        }
        .timerOut dt {
            width: 33.6%;
        }
        .work {
            padding: 40px 0 16px 0;
        }
        .friends {
            margin-top: 16px;
        }
        .yz_head .w1200 div:first-child h4 {
            width: auto;
        }
        /*.hot .hot_body p img {
            width: 396px;
        }*/
        .yz_head .w1200 div:last-child {
            width: 32.4%;
        }
        .nbl .newSlide li {
            height: 235px;
        }
        .notice .notice_body .nbr {
            height: 290px;
        }
        .notice .notice_body .nbl li img {
            width: 100%;
            height: 235px;
            max-height: 235px;
        }
        .slick-dots, .notice .notice_body .nbl .slick-dots li, .notice .notice_body .nbl .slick-dots button {
            display: none;
        }
        .notice .notice_body {
           /* margin-bottom: 40px;*/
        }
        .notice_head_1 {
            height: 119px;
            margin-top: 10px;
        }
        .notice_body_1 {
            height: 270px;
            margin-top: -1px;
        }
        .new_op .region > a{
        		position: absolute;
				    bottom: 1px;
				    right: 4px;
				    /*color:#d70d19;*/
		
        }
.special { color: #cc0000; text-decoration:none; }
a.special:link, a.special:visited { color: #cc0000; text-decoration:none; }
a.special:hover { color: #ff0000; text-decoration:none; }

#main .moreItem .text-justify-list .index_main_span{
	margin-left: -13px;
}
#main .index_main_div{
	display:none;
}




@media (max-width: 1216px) {
    .work li 
    {
        margin-right: 6.5%;
    }
    .hot .hot_body p img
    {
        width:95%;
    }
}



@media (max-width: 1016px){
    .banner {
        width: 1000px;
    }
}

/*
@media (max-width: 1216px) {
    .w1200 {
        width: 1200px;
    }
    .banner {
        width: 1200px;
    }

    #header,
    #head_nav,
    .region,
    #footer {
        width: 1200px;
    }
}
@media (max-width: 1016px) {
    .banner {
        width: 1200px;
    }

    #head_nav,
    .region,
    #footer {
        width: 1200px;
    }
}*/