﻿@charset "utf-8";
/* CSS Document */
body, div, span, p, em, ul, li, h1, h2, h3, dl, dt, dd, img, header, footer, nav, section, article, video, aside, dialog, figure, figcaption, time, input {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: none;
}

header, footer, nav, section, article, video, aside, dialog, figure, time {
    display: block;
}

#sections {
    font: 0.875em "Microsoft YaHei","SimSun",'宋体';
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

    #sections em {
        font-style: normal;
    }

    #sections h1, #sections h2, #sections h3 {
        font-size: 1em;
        font-weight: normal;
    }

    #sections p {
        line-height: 1.6;
        width: 93%;
    }

    #sections img {
        display: block;
    }

    #sections ul {
        list-style: none;
        margin:0 auto;
        width:93%;
    }

    #sections a {
        text-decoration: none;
        color: inherit;
    }

    #sections .clearfix:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        line-height: 0;
        content: '';
    }

    #sections .clearfix {
        zoom: 1;
        display: block;
    }

    #sections .center_block {
        width: 1200px;
        margin: 0 auto;
    }

    #sections .reset_mleft {
        margin-left: 0 !important;
    }

    #sections .sec_title {
        text-align: center;
        padding-top: 65px;
    }

        #sections .sec_title img {
            display: inline-block;
        }

    #sections .zx_btn {
        display: block;
        text-align: center;
        -webkit-animation: sec_scale 3s both ease-in-out 0.3s infinite;
        animation: sec_scale 3s both ease-in-out 0.3s infinite;
    }

        #sections .zx_btn a {
            display: inline-block;
        }


/*banner*/
#secbanner {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

    #secbanner img {
        width: 100%;
    }

    #secbanner span {
        display: block;
        width: 10.5%;
        height: 8%;
        position: absolute;
        left: 56%;
        top: 78%;
    }

        #secbanner span a {
            display: block;
            width: 100%;
            height: 100%;
        }

/*section01*/

#section01 .sec01 {
}

#section01 {
    padding-top: 60px;
    border: 1px solid #e4dfde;
}

#sections .sec01 .slick-prev, #sections .sec01 .slick-next {
    top: -30px;
    right: 13px;
}

.zs {
    position: absolute;
    margin-left: 159px;
    background: #7e1416;
    color: #fff;
    padding: 3px 8px 3px 16px;
    border-bottom-left-radius: 19px;
    font-size: 13px;
    opacity: 0.8;
}

.ys {
    position: absolute;
    background: #7e1416;
    width: 253px;
    margin-top: -90px;
    margin-left: 14px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0.9;
}

.yyjs img {
    margin-left: 11px;
    width: 255px;
}

.js {
    color: #000;
    width: 100%;
	height:100%;
    margin: 0 auto;

    font-size: 14px;
}

.hxx {
    border-top: 1px solid #e4dfde;
    padding-bottom: 20px;
    z-index: 9999;
    position: relative;
    width: 93%;
    margin: 0 auto;
    margin-top: -11px;
}

.hxx0 {
    border-top: 1px solid #e4dfde;
    padding-bottom: 6px;
    z-index: 9999;
    position: relative;
    width: 93%;
    margin: 0 auto;
    margin-top: 11px;
}

.hxx1 {
    border-top: 1px solid #e4dfde;
    padding-bottom: 20px;
    z-index: 9999;
    position: relative;
    width: 85%;
    margin: 0 auto;
    margin-top: 11px;
}

.bs {
    background: #fff;
    margin-top: -40px;
    z-index: 999;
    position: relative;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 17px;
    color: #000;
}

    .bs i {
        color: #944343;
    }

.tp {
    margin: 0 auto;
    width: 90%;
}

    .tp img {
        width: 100%;
    }

#sections .sec01 .slick-prev {
    left: auto;
    right: 36px;
}

@keyframes sec_scale {
    0% {
        transform: scale(0.8);
        opacity: 0.9;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(.8);
        opacity: 0.9;
    }
}

@-webkit-keyframes sec_scale {
    0% {
        -webkit-transform: scale(0.8);
        opacity: 0.9;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(.8);
        opacity: 0.9;
    }
}
