@charset "utf-8";
/* CSS Document */

.content_tit h1{font-size: 30px;margin-bottom: 10px;font-weight: bold;text-align: center;}
.content_tit h2{font-size: 30px;margin-bottom: 10px;font-weight: bold;text-align: center;}
.content_tit h3{font-size: 24px;margin-bottom: 10px;font-weight: normal;text-align: center;}
.source{border-bottom:1px solid #ccc;overflow: hidden;color:#999;padding:0 10px 5px;}
.source .s_left {padding-top:15px;}
.main{width: 100%;}
.content{width: 100%;}
.content_body{padding:20px 35px 50px;}
.content_body p{font-size:16px;color:#4a4a4a;margin:10px 0;line-height: 30px;}
.content_body img{max-width: 1100px;}
.content_body video{max-width: 1100px;width: auto;display: block;margin:0 auto;}
.about {padding:15px 0;border-top:1px dashed #ccc;border-bottom: 1px dashed #ccc;}
.about p{color:#0e57a0;font-size:16px;padding-left:35px;background: url(../img/about_bg.png) no-repeat left center;}
.about p a{color:#0e57a0;font-size:16px;}
.about p a:hover{color:#7ab6f1}

@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px){
    .content_body img{width: 100%;}
}
/*内容页相关阅读*/

.v-content{background: #e2e7ed;padding:20px 0;}
.v_box{width: 1000px;margin:20px auto 0;}
.v_box video{width: 1000px;height: 620px;}
.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.pic_body{padding:70px 0;}
.slider{width: 1000px;margin:0 auto;}
.swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom:40px;
}
.swiper-slide {
    font-size: 18px;
    background: #fff;


}
.swiper-slide img{width: 1000px;display: block;margin:0 auto;}
.swiper-slide p{width: 100%;font-size:16px;line-height: 30px;color:#666;margin-top:10px;}
.swiper-button-prev{background: url(../img/left.png) no-repeat;width: 40px;height: 80px;left:0;}
.swiper-button-prev:hover{background: url(../img/left_on.png) no-repeat;}
.swiper-button-next{background: url(../img/right.png) no-repeat;width: 40px;height: 80px;right:0;}
.swiper-button-next:hover{background: url(../img/right_on.png) no-repeat;}
.swiper-pagination-bullet{width: 10px;height: 10px;}
.swiper-pagination-bullet-active{background: #bf0000;}

.ll_titbox{background: url(../img/ll_titbg.jpg) no-repeat center center;background-size: 100% 100%;}
.ll_logo{width: 203px;height: 157px;position: absolute;top:-20px;}
.ll_tit{width: 1200px;margin:0 auto;position: relative;}
.ll_tit h2{line-height: 60px;font-size:40px;width: 977px;padding:39px 0;padding-left:223px;}