.h3title {
    font-size: 28px;
    font-weight: 500;
    color: #333;
}

.h3titletop {
    padding-top: 30px;
}

.topmenu {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ececec;
    background: #F93948;
}

.topmenu a {

    padding: 0 30px;
    color: #fff;
    letter-spacing: 1px;
}

.topmenu a:hover {
    color: #ff0;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    height: 380px;
}

.videobox {
    background: #2d2d2d;
    padding: 0px;
    height: 450px;
}

.videobox_right {
    width: 370px;
    color: #ccc;
}

.videobox_right h2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}

.videobox_right p {
    padding-top: 25px;
    line-height: 30px;
    text-indent: 60px;
    text-align: justify;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 1px;
}

.videobox_right p:before {
    content: "";
    height: 30px;
    background: url(../images/yh.png) no-repeat top left;
    display: block;
}

.videobox_right p:after {
    content: "";
    height: 30px;
    background: url(../images/yh2.png) no-repeat bottom right;
    display: block;
}

.piclist {
    display: block;

}

.picMarquee-left .bd {
    padding-top: 20px;
    padding-left: 60px;
}

.picMarquee-left .hd ul {
    display: block;
    text-align: center;
    padding-top: 15px;
}

.picMarquee-left .hd ul li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 8px;
    display: inline-block;
    overflow: hidden;
    text-indent: 88px;
    cursor: pointer;
}

.picMarquee-left .hd ul li.on {
    background: #F60
}

.piclist li {
    width: 160px;
    height: 90px;
    background: #060;
    float: left;

    margin: 0 10px;

}

.piclist li img {
    width: 100%;
    height: auto;
    min-height: 90px;
}

.more {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 200px;
    color: #fff;
    text-align: center;
    background: #fa3346;
    border-radius: 20px;
    margin: 0 auto
}

.title_box {
    padding: 20px 30px 0 0;
}

.title_box a {
    color: #fff;
}
.title_box a:hover {
    color: #f60;
}

.videolist {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.videolist ul {
    padding-top: 20px;
}

.videolist ul li {
    background: #ececec;
    float: left;
    height: 220px;
    width: 285px;
    margin: 0 20px 30px 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.videolist ul.alslist li {
    height: 210px;
}

.videolist ul li:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0)
}

.videolist ul li p {
    margin: 10px 15px;
    height:38px;
    line-height:19px;
    overflow: hidden;
}

.play {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 32px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 12px;
    background: url(../images/play_button.png) rgba(0, 0, 0, 0.6) 50% 50% /8px auto no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000") \9;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    display: none;
    _zoom: 1;
}

.videolist ul li:hover .play {
    background-color: #ff6700;
    border-color: #ff6700
}

.stop {
    position: absolute;
    left: 10px;
    bottom: 10px;
    text-align: center;
    padding: 3px 10px;
    border: 0px solid #fff;
    border-radius: 12px;
    background-color: #424242;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    letter-spacing: 1px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000") \9;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    color: #ccc;

    _zoom: 1;
}

.videolist ul li a .play {
    display: inline-block;
}

.videolist ul li a .stop {
    display: none;
}


.videolist ul li em {
    display: block;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #666;
}

.videolist ul li em i {
    padding: 0 10px;
    color: #999;
}

.videolist ul li:nth-child(4n) {
    margin-right: 0;
}

.listimg {
    width: 100%;
    position: relative;
}

.listimg img {
    width: 100%;
    height: auto;
    transition: box-shadow .15s linear, -webkit-filter .3s ease-out;
    vertical-align: top;
}

.videolist ul li:hover img {
    -webkit-filter: saturate(1.15) contrast(1.15) brightness(1.1);
}

.bigbg {
    width: 100%;
    background: url(../images/topbg.jpg) no-repeat center top;
}

.articlebox {
    padding: 50px 50px;
    background: #fff;
    margin-top: 30px;
    font-size: 16px;
}

.articlebox h2 {
    font-size: 25px;
    padding-bottom: 15px;
    border-bottom: 0px solid #ccc;
    margin-bottom: 35px;
    font-family: "宋体"
}

.articlebox h2 span {
    display: inline-block;
    padding-bottom: 5px;
}

.articlebox p {
    padding-bottom: 20px;
    line-height: 28px;
}

.mdisplay {
    display: none;
}

.foot {
    padding: 50px 0 30px 0;
    text-align: center;
    line-height: 28px;
    color: #666;
}

.swiper-container,
.swiper-container1 {
    /*在pc上隐藏*/
    display: none;
}

.editor {
    background: #fff;
    border-top: 1px solid #F93948;
    padding: 30px 30px;
    line-height: 26px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    letter-spacing: 1px;
    color: #000;
    font-size: 14px;
}

.editor p {
    text-indent: 28px;
}

.editor i {
    background: #F93948;
    color: #fff;
    padding: 0 3px;
    margin: 0 2px 10px 0;
    display: inline-block;
}

.articlelist {}

.articlelist li {
    clear: both;
    padding: 10px 0;
    height: 50px;
    position: relative;
    padding-left: 70px;
}

.picbox {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.picbox img {
    width: 100%;
    height: auto;
    min-height: 50px;
}

@media screen and (min-width: 300px) and (max-width: 960px) {
    .h3title {
        font-size: 16px;
        font-weight: 700;
        color: #333;
    }

    .h3titletop {
        padding-top: 30px;
    }

    .editor {
        margin-top:20px;
        padding:20px;
    }

    .foot {
        padding: 30px 15px 30px 15px;
        text-align: center;
        line-height: 28px;
        color: #666;
    }

    .articlebox h2 {
        font-size: 25px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        font-family: "宋体"
    }

    .articlebox h2 span {
        display: inline-block;
        padding-bottom: 5px;
    }

    .picMarquee-left {
        display: none
    }

    .pcdisplay {
        display: none;
    }

    .mdisplay {
        display: inline-block;
    }

    .topmenu {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #ececec;
        background: #F93948;
    }

    .topmenu a {

        padding: 0 8px;
        color: #fff;
        letter-spacing: 0px;
    }

    .topmenu a:hover {
        color: #fff;
    }

    .width1200 {
        width: 100%;
        margin: 0 auto;
    }

    .banner {
        height: 100px;
    }

    .videobox {
        background: none;
        padding: 0 15px;
        height: auto;

        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari */
    }

    .videobox .f-fl {
        width: 100%;
    }

    .videobox_right {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari */
        color: #ccc;
        background: #2f2f2f
    }

    .videobox_right h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
    }

    .videobox_right p {
        color: #fff;
        padding-top: 25px;
        line-height: 30px;
        text-indent: 60px;
        display: none;

        text-align: justify;
        font-family: "宋体";
        font-size: 16px;
        font-style: italic;
        letter-spacing: 1px;
    }

    .videobox_right p:before {
        content: "";
        height: 30px;
        background: url(../images/yh.png) no-repeat top left;
        display: block;
    }

    .videobox_right p:after {
        content: "";
        height: 30px;
        background: url(../images/yh2.png) no-repeat bottom right;
        display: block;
    }

    .piclist {
        display: block;
        height: 90px;
        padding: 20px 0px 20px 0px;
        text-align: center;
        display: none;

    }

    .piclist li {
        width: 160px;
        height: 90px;
        background: #060;
        display: inline-block;

        margin: 0 10px;

    }

    .piclist li img {
        width: 100%;
        height: auto;
        min-height: 90px;
    }

    .more {
        height: 30px;
        line-height: 30px;
        display: block;
        width: 200px;
        color: #fff;
        text-align: center;
        background: #fa3346;
        border-radius: 20px;
        margin: 0 auto
    }

    .title_box {
        padding: 0px 0px 0 0;
    }

    .title_box a {
        color: #ffffff;
    }

    .videolist {
        width: 100%;
        margin: 0 auto;
        padding: 0px 15px 0 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari */
    }

    .videolist ul {
        padding-top: 20px;
    }

    .videolist ul li {
        background: #ececec;
        float: left;
        height: 142px;
        width: 48%;
        margin: 0 0px 20px 0;
    }

    .videolist ul.alslist li {
        height: 145px;
    }

    .videolist ul li:nth-child(2n) {
        float: right;
    }


    .videolist ul li em {
        display: block;
        padding: 0 0 0 5px;
        font-size: 12px;
        color: #666;
    }

    .videolist ul li em i {
        padding: 0 10px;
        color: #999;
    }

    .videolist ul li:nth-child(4n) {
        margin-right: 0;
    }

    .listimg {
        width: 100%;
    }

    .listimg img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .bigbg {
        width: 100%;
        background: url(../images/topbg2.jpg) no-repeat center top;
        background-size: 100% auto
    }

    .articlebox {
        padding: 15px;
        background: none;
        margin-top: 5px;
        font-size: 16px;
    }

    .articlebox p {
        padding-bottom: 20px;
        line-height: 28px;
    }

    .articlebox img {
        width: 100%;
        height: auto;
    }

    .swiper-container {
        margin: 10px 15px 0;
        display: block;
    }

    .swiper-container img,
    .swiper-container1 img {
        width: 100%;
    }

    .big-img {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .8);
        z-index: 0;
        opacity: 0;
        /*display : none;*/
    }

    .swiper-container1 {
        width: 100%;
        height: 100%;
        display: block;
    }

    .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}