.topmenu {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ececec;
    background: #4b4a4a;
}

.topmenu a {

    padding: 0 30px;
    color: #ececec;
    letter-spacing: 1px;
}

.topmenu a:hover {
    color: #fff;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    height: 300px;
}

.videobox {
    background: #2d2d2d;
    padding: 0px;
    height: 450px;
}

.videobox_right {
    width: 370px;
    color: #ccc;
}

.videobox_right h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}

.videobox_right p {

    padding-top: 25px;
    line-height: 30px;
    text-indent: 60px;
    text-align: justify;
    font-family: FZZCYSK;
    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:#ffffff;
}
.videolist {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.videolist ul {
    padding-top: 40px;
}

.videolist ul li {
    background: #fff;
    float: left;
    height: 250px;
    width: 285px;
    margin: 0 20px 30px 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.videolist ul li:hover {
    -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);
    transform: translate3d(0, -2px, 0)
}

.videolist ul li p {
    padding: 10px 15px;
}

.play {
	position: absolute;
	left: 13px;
	bottom: 20px;
	width: 32px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 12px;
	background-color: #424242;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url(../images/play_button.png);
	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;
	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;
    height: 20px;
	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;
}

.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: 30px 100px;
    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 {
	background: #f2f2f2;
    width: 100%;
    min-width: 1190px;
    padding: 35px 0;
    text-align: center;
    line-height: 28px;
    color: #3d3d3d;
}
.swiper-container,.swiper-container1{      /*在pc上隐藏*/
    display: none;
}

.editor{background:#fff;  border-top:1px solid #fa3346; padding:30px 50px; 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 i{ background:#b7090b; color:#fff; padding:0 3px; margin-right:1px; display:inline-block;}
@media screen and (min-width: 300px) and (max-width: 960px) {
	.editor{ display:none;}
    .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: block;
    }

    .topmenu {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #ececec;
        background: #4b4a4a;
    }

    .topmenu a {

        padding: 0 8px;
        color: #ececec;
        letter-spacing: 0px;
    }

    .topmenu a:hover {
        color: #fff;
    }

    .width1200 {
        width: 100%;
        margin: 0 auto;
    }

    .banner {
        height: 105px;
    }

    .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: #efefef;
    }

    .videobox_right h2 {
        font-size: 18px;
        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:#636363; 
	font-weight:bold;
}
.title_box h2{
	color:#636363; 
	font-weight:bold;
}
    .videolist {
        width: 100%;
        margin: 0 auto;
        padding: 25px 15px 0 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box; /* Firefox */
        -webkit-box-sizing: border-box; /* Safari */
    }

    .videolist ul {
        padding-top: 10px;
    }

    .videolist ul li {
        background: #fff;
        float: left;
        height: 188px;
        width: 48%;
        margin: 0 0px 20px 0;
    }

    .videolist ul li:nth-child(2n) {
        float: right;
    }

    .videolist ul li p {
        padding: 5px 5px;
    }

    .videolist ul li em {
        display: block;
        padding: 0 0 0 5px;
        font-size: 12px;
        color: #999;
    }

    .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;
    }

    .bigbg {
        width: 100%;
        background: url(../images/topbg2.jpg) no-repeat center top;
        background-size: 100% auto
    }

    .articlebox {
        padding: 15px;
        background: #fff;
        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;
    }
    #goToTop{
        position: fixed;
        right:14px;
        bottom:66px;
        display: none;
        width:39px;
        height:39px;
        text-align: center;
        background-color: rgba(0,0,0,.5);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    #goToTop img{
        width:22px;
        height:22px;
        margin-top:8px;
    }
}
#goToTop{
        position: fixed;
        right:14px;
        bottom:66px;
        display: none;
        width:39px;
        height:39px;
        text-align: center;
        background-color: rgba(0,0,0,.5);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    #goToTop img{
        width:22px;
        height:22px;
        margin-top:8px;
    }
