
/**
 * 
 * @authors longwise
 * @date    2016-08-07 10:26:40
 */
input,textarea{font-family: "微软雅黑",Arial, Helvetica;outline:none;}
/*input::-webkit-input-placeholder{color:blue;}*/
@font-face{
    font-family: 'fzzhengheis-r-gbregular';
    src: url('http://www.longwisepr.com/fonts/_.woff'),
         url('http://www.longwisepr.com/fonts/_.woff2');
    font-weight: normal;
    font-style: normal;
}
/*********about nav*********/
.about_nav{width:530px;height:104px;margin:60px auto 0;}
.about_nav_line{float: left;width: 172px;height:2px;background:#42bcde;margin:15px;}
.about_nav_a{width: 152px;height:30px;display:inline-block;float: left;border-radius:20px;border:2px solid #42bcde;text-align:center;font-size:14px;color:#42bcde;overflow: hidden;transition:all 0.3s;line-height:30px;}
@media screen and (min-width:1100px){
    .about_nav_a_active,.about_nav_a:hover{background:#42bcde;color:#ffffff;}
}
.about_nav_a_active{background:#42bcde;color:#ffffff;}
.about_nav_span_1{}
.about_nav_span_2{display:none;}
/*********main part-1*********/
.about_main_inner1{width:1200px;margin:0 auto;padding:46px 0 0px;}
.inner1_title_left{float: left;font-size:18px;line-height:36px;margin-bottom: 60px;}
.inner1_title_right{float: right;text-align: right;}
.inner1_title_right h3{font-size:20px;font-weight:bold;line-height:40px;}
.inner1_title_right p{font-size:16px;}
.stations{width:1200px;background:#ffffff;padding:30px 0;margin-bottom:26px;position:relative;opacity:1;}
.stations_active{
    -webkit-animation:slideUp 0.5s 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation:slideUp 0.5s 1;
    -moz-animation-fill-mode:forwards;
    -ms-animation:slideUp 0.5s 1;
    -ms-animation-fill-mode:forwards;
    -o-animation:slideUp 0.5s 1;
    -o-animation-fill-mode:forwards;
    animation:slideUp 0.5s 1;
    animation-fill-mode:forwards;
}

.stations_name{font-size:20px;font-weight:bold;line-height:30px;float: left;border-right:1px dotted #333333;width:236px;height:70px;padding:45px 40px;}

.stations_content{font-size:14px;line-height:22px;width:800px;float: left;padding:45px 35px;}

.news_text{padding-top:10px;width:100%;display:none;}
.see_more{width: 32px;height:32px;background:url(../image/news_more.png) no-repeat center center;position:absolute;right:10px;bottom:10px;cursor:pointer;}
.see_more_close{background:url(../image/station-close.png) no-repeat center center;}
.news_text video{width: 100%;margin:30px 0;}
/*公告*/
.about_main{padding-bottom:20px;}
.about_main1{display:block;}
.about_main2{display:none;}
/***********section4 start***********/
.section4{height:auto;width:1200px;margin:0 auto;}
.case_imgshow{float: left;width: 300px;height:480px;position:relative;}
.case_imgshow img{width: 100%;height:100%;}
.case_imgshow p a{width: 100%;height:86px;position:absolute;bottom:0px;background:rgba(0,0,0,0.35);color:#ffffff;text-align: center;line-height:86px;}
.case_news_ul{float: none;}
/**********case_news_li默认样式***********/
.case_news_ul li{width: 1200px;height:72px;background:#ffffff;margin-bottom:10px;color:#818181;position:relative;transition:all 0.3s;opacity:0;}
.case_news_ul li.notice_active{
    -webkit-animation:slideUp 0.5s 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation:slideUp 0.5s 1;
    -moz-animation-fill-mode:forwards;
    -ms-animation:slideUp 0.5s 1;
    -ms-animation-fill-mode:forwards;
    -o-animation:slideUp 0.5s 1;
    -o-animation-fill-mode:forwards;
    animation:slideUp 0.5s 1;
    animation-fill-mode:forwards;
}
@-webkit-keyframes slideUp{
    0%{opacity:0;top:100px;}
    100%{opacity:1;top:0;}
}
@-moz-keyframes slideUp{
    0%{opacity:0;top:100px;}
    100%{opacity:1;top:0;}
}
@-ms-keyframes slideUp{
    0%{opacity:0;top:100px;}
    100%{opacity:1;top:0;}
}
@-o-keyframes slideUp{
    0%{opacity:0;top:100px;}
    100%{opacity:1;top:0;}
}
@keyframes slideUp{
    0%{opacity:0;top:100px;}
    100%{opacity:1;top:0;}
}
.case_news_ul li a{color:#818181;font-size:16px;line-height:42px;transition:all 0.3s;}
.case_title{margin:15px 0;padding-left:28px;float: left;border-left:1px solid #818181;transition:all 0.3s;}
.case_title .ck{float: right;position:absolute;right:54px;}
.date_box{float: left;padding:0 20px;text-align:center;margin:15px 0;}
.date_box_d{font-size:16px;font-weight: bold;line-height:42px;}
.date_box_ym{font-size:14px;}

/**********case_news_li hover样式***********/
@media screen and (min-width:1100px){
    .case_news_ul li:hover{background:#42bcde;color:#ffffff;}
    .case_news_ul li:hover a{color:#ffffff;}
    .case_news_ul li:hover .case_title{margin:15px 0;padding-left:28px;float: left;border-left:1px solid #ffffff;}
}
/***分页***/
.pagination{width:150px;margin:0 auto;display: block;line-height:24px;text-align: center;font-size:20px;color:#595959;}

.pagination .prev_page{float: left;background:url(../image/pagination-btn.png) no-repeat left;width:24px;height:24px;background-size:200%;}
.pagination .next_page{float: right;background:url(../image/pagination-btn.png) no-repeat right;width:24px;height:24px;background-size:200%;}
@media screen and (max-width:415px){
    /*vidio*/
    .about_nav{width:100%;height:auto;margin:0 auto;padding:10px 5px;box-sizing:border-box;}
    .about_nav:after{content:"";display:table;clear:both;}
    .about_nav_a,.about_nav_line{box-sizing:border-box;width:33%;margin:0;padding:0;}
    .about_nav_line{margin-top:12px;}
    .about_main_inner1{width:100%;}
    .stations,.stations_name,.stations_content{box-sizing:border-box;margin:0;padding:0;}
    .stations{width:90%;margin:0 auto 10px;}
    .stations_name,.stations_content{width:100%;float: none;padding:10px 10px 30px 10px;height:auto;}

    .stations_name{border:none;padding:10px;font-size:16px;line-height:24px;}
    .section4{width:100%;margin:0 auto;box-sizing:border-box;}
    .case_news_ul li{width:90%;height:auto;margin:10px auto;position:relative;float:none;padding:20px 0 10px 0;box-sizing:border-box;}
    .date_box{position:absolute;font-size:10px;padding:0;margin:0;width:auto;top:10px;left:20px;}
    .date_box span{font-size:10px;line-height:0;}
    .case_title{width:100%;box-sizing:border-box;border:none;float: none;padding:0 20px;margin:0;}
    .case_title .ck{display: none;}
    .case_news_ul li a{font-size:14px;line-height:22px;}
}