/*头部开始********************************************************************************************/
.w {
    width: 1200px;
    margin: 0 auto;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;

}
body{
    background: #059cea;
    font-size: 14px;
}

.topnav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding-top: 50px;
    position: relative;
}
.topnav .w{
    position: relative;
    z-index: 999;
}
.topnav .nav_list {

}

.topnav .nav_list li {
    float: left;
    position: relative;
    margin-right: 60px;
}
.topnav .nav_list li:last-of-type{
    margin-right: 0;
}
.topnav .nav_list li > a {
    line-height: 70px;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.topnav li>a:after{
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #01478c;
    content: "";
    display: block;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.topnav li .hide_menu{
    position: absolute;
    top: 70px;
    left: 0;
    width: 1000px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.topnav li .hide_menu dd{
    float: left;
}
.topnav li .hide_menu dd a{
    line-height: 54px;
    margin-right: 25px;
    color: #8edbff;

}
.topnav li .hide_menu dd a:hover,
.topnav li .hide_menu dd a.active{
    color: #fff;
}
.topnav li:last-of-type .hide_menu{
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}
.topnav li:last-of-type .hide_menu dd a{
    margin-right: 0;
    margin-left: 25px;
}
.topnav .nav_bg{
    width: 100%;
    position: absolute;
    height: 0;
    background: #3789d6;
    top: 120px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 99;
}
.topnav .nav_bg.on{
    height: 54px;
}
.topnav li.on .hide_menu{
    height: 54px;
}

.topnav li.active>a,
.topnav li.on>a{
    color: #01478c;
}
.topnav li.on>a:after{
    opacity: 1;
}

.topnav a.logo {
    bottom: 25px;
    position: relative;
    left: 111px;
}

.topnav a.english{
    position: absolute;
    background: url(../images/english.png) no-repeat center left;
    padding: 10px 0 10px 20px;
    top: -22px;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.topnav .english:hover{
    opacity: .6;
}

/*首页视频*/
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .swiper-container{
    width: 100%;
}
.banner .swiper-slide{
    height: 750px;
}
.banner .swiper-slide video{
    width: 100%;
    height: 100%;
}
.banner .swiper-slide{
    background-size: cover !important;
}
.banner .swiper-pagination-bullets{
    bottom: 170px;
}
.banner .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
}
.viewport1{
    padding-top: 110px;
    color: #fff;
    background: url(../images/big_bg_top.png) no-repeat top center;
    background-size: 100% auto;
    position: relative;
    top: -140px;
    padding-bottom: 70px;
    z-index: 1000;
}
.viewport2{
    background: url(../images/big_bg_bottom.png) no-repeat bottom center;
    background-size: 100% auto;
    position: relative;
    padding-bottom: 140px;
}
.index_link{
    justify-content: center;

}
.index_link li{
    padding: 0 52px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #38b7f8;
    margin: 0 20px;
    position: relative;
}
.index_link li a{
    font-size: 18px;
    padding: 10px 40px 10px 0;
    background: url(../images/more_icon1.png) no-repeat center right;
}
.index_link li:nth-of-type(2){
    background: #27cdcb;
}
.index_link li:nth-of-type(2) a{
    background: url(../images/more_icon2.png) no-repeat center right;
}
.index_link li .img{
    position: absolute;
    bottom: 50px;
    right: 32px;
    display: none;
    border: 10px solid rgba(0,0,0,0.3);
}
.index_link li .img img{
    width: 120px;
    height: 120px;
}
.index_link li:hover{
    -webkit-box-shadow: 0px 5px 10px #206cb3;
    -moz-box-shadow: 0px 5px 10px #206cb3;
    box-shadow: 0px 5px 10px #206cb3;
}
.index_link li:hover .img{
    display: block;
}
.sec{
    padding-top: 95px;

}
.sec.sec1{

}
.sec .index_title{
    font-size: 32px;
    text-align: center;
    padding-bottom: 60px;

}
.sec .index_title i{
    position: relative;
}
.sec .index_title i:before{
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    background: #1eb9ef;
    height: 8px;
    content: "";
    display: block;
}
.sec .index_title i font{
    position: relative;
    z-index: 7;
}
/*首页新闻*/
.index_new{
    background: #fff;
    color: #000;
    padding: 30px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.index_new .index_new_all{

}
.index_new_all .left{
    width: 300px;

}
.index_new_all .left .swiper-slide{
    width: 100%;
    height: 180px;
    background-size: cover !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.index_new_all .left .swiper-slide a{
    width: 100%;
    height: 100%;
    background: url(../images/text_bg.png) no-repeat bottom center;
    background-size: 100% auto;
    position: relative;

}
.index_new_all .left .swiper-slide a h5{
    width: 75%;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 10px;

}
.index_new_all .left .swiper-pagination{
    text-align: right;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 14px;
}
.index_new_all .left .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    width: 5px;
    height: 5px;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_new_all .left .swiper-pagination-bullet-active{
    width: 9px;
    height: 9px;
    top: 1.5px;
    position: relative;
    background: url(../images/active_icon.png) no-repeat center center;
}

.index_new_all .right{
    width: calc(100% - 300px);
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_new_all .right .right_l,
.index_new_all .right .right_r{
    width: 46.4%;
    position: relative;
}
.index_new_all .right .right_l:after{
    width: 1px;
    height: 190px;
    background: #ccc;
    position: absolute;
    top: 0px;
    right: -30px;
    content: "";
    display: block;
}
.index_new_all .right .title_ul{
    
}
.index_new_all .right .title_ul li{
    float: left;
    padding-bottom: 4px;
    font-size: 18px;
    margin-right: 45px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    cursor: pointer;
}
.index_new_all .right .title_ul li.on{
    color: #01478c;
    border-bottom: 2px solid #01478c;
}
.index_new_all .right .newCon{
    padding-top: 9px;

}
.index_new_all .right .newCon dl{
    display: none;
}
.index_new_all .right .newCon dl.active{
    display: block;
}
.index_new_all .right .newCon dd a{
    margin-top: 11px;
    padding-right: 50px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_new_all .right .newCon dd a i{
    position: absolute;
    top: 2px;
    right: 0;
}
.index_new .advert {
    margin-top: 30px;
}
.index_new .advert a{
    width: 100%;
}
.index_new .advert a img{
    width: 100%;
    height: 140px;
}
/*海上军事文化体验区*/
.sec2{

}
.sec2 .sec2_list{

}
.sec2 .sec2_list li{
    float: left;
    height: 160px;
    width: 32.9%;
    margin-right: 0.65%;
    margin-bottom: 0.65%;
}
.sec2 .sec2_list li a{
    width: 100%;
    height: 100%;
}
.sec2 .sec2_list li:nth-of-type(3n){
    margin-right: 0;
}
.sec2 .sec2_list li .img_con{
    float: left;
    width: 58.25%;
    height: 100%;
    background-size: cover !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px #206cb3;
    -moz-box-shadow: 0px 5px 10px #206cb3;
    box-shadow: 0px 5px 10px #206cb3;
}

.sec2 .sec2_list li .info_con{
    width: 40%;
    height: 100%;
    background: #519dfc;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 5px 10px #206cb3;
    -moz-box-shadow: 0px 5px 10px #206cb3;
    box-shadow: 0px 5px 10px #206cb3;
}
.sec2 .sec2_list li .info_con .title{
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.sec2 .sec2_list li .info_con .title i{
    width: 100%;
    height: 20px;
    background: url(../images/more.png) no-repeat center center;
    margin-top: 18px;
}

.sec2 .sec2_list li:nth-of-type(4) .img_con,
.sec2 .sec2_list li:nth-of-type(5) .img_con,
.sec2 .sec2_list li:nth-of-type(6) .img_con{
    float: right;
}
.sec2 .sec2_list li:nth-of-type(4) .info_con,
.sec2 .sec2_list li:nth-of-type(5) .info_con,
.sec2 .sec2_list li:nth-of-type(6) .info_con{
    float: left;
}
.sec2 .sec2_list li:nth-of-type(2) .info_con{
    background: #38a4f8;

}
.sec2 .sec2_list li:nth-of-type(3) .info_con{
    background: #38b7f8;
}
.sec2 .sec2_list li:nth-of-type(4) .info_con{
    background: #30bef2;
}
.sec2 .sec2_list li:nth-of-type(5) .info_con{
    background: #23cae8;
}
.sec2 .sec2_list li:nth-of-type(6) .info_con{
    background: #27cdcb;
}

/*俄罗斯文化体验区*/
.sec3{

}
.sec3_list{
    
}
.sec3_list li{
    float: left;
    width: 23.75%;
    margin-right: 1.66%;
    -webkit-box-shadow: 0px 5px 10px #206cb3;
    -moz-box-shadow: 0px 5px 10px #206cb3;
    box-shadow: 0px 5px 10px #206cb3;
    font-size: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.sec3_list li:nth-of-type(4){
    margin-right: 0;
}

.sec3_list li a{
    width: 100%;
    padding-top: 122%;
    -webkit-background-size: cover !important;
    background-size: cover !important;

    position: relative;
    font-size: 14px;
}

.sec3_list li .info_con{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 30px 10px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/sec3bg1.png) no-repeat center center;
    background-size: 100% 100% !important;
}

.sec3_list li .info_con span{
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.sec3_list li .info_con p{
    text-align: center;
}
.sec3_list li:nth-of-type(2) .info_con{
    background: url(../images/sec3bg2.png) no-repeat center center;
}
.sec3_list li:nth-of-type(3) .info_con{
    background: url(../images/sec3bg3.png) no-repeat center center;
}
.sec3_list li:nth-of-type(4) .info_con{
    background: url(../images/sec3bg4.png) no-repeat center center;
}
/*主题演出*/
.sec4{

}
.sec4_list{
    height: 420px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.sec4_list .swiper-slide a{
    width: 100%;
    height: 100%;

}
.sec4_list .img_con{
    width: 75%;
    height: 100%;
    background-size: cover !important;
}
.sec4_list .info_con{
    width: 25%;
    height: 100%;
    background: #38b7f8;
    padding: 60px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.sec4_list .info_con .info_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #28a8ea;
}

.sec4_list .info_con h4{
    font-size: 18px;
    padding-bottom: 10px;
}
.sec4_list .info_con .info{
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    max-height: 125px;

}
.sec4_list .info_con span{
    margin-top: 35px;
    position: relative;
}
.sec4_list .info_con span:after{
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    right: -14px;
    content: "";
    display: block;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
}
.sec4_list .swiper-button-next,
.sec4_list .swiper-button-prev{
    top: auto;
    bottom: 25px;
}
.sec4_list .swiper-button-prev{
    left: auto;
    right: 40px;
}
.sec4_list .swiper-button-next:after,
.sec4_list .swiper-button-prev:after{
    font-size: 14px;
}
.sec4_list .swiper-pagination-fraction{
    width: auto;
    left: auto;
    right: 230px;
    bottom: 37px;
}
.sec4_list .swiper-pagination-current{
    font-size: 18px;
}
/*雏鹰国际特战夏令营*/
.sec5{

}

.sec5_list{
    background: url(../images/sec5_bg.png) repeat-x bottom center;


}
.sec5_list li{
    float: left;
    width: 12%;
    margin-right: 2.66%;
}
.sec5_list li a{
    width: 100%;

}
.sec5_list li:nth-of-type(7n){
    margin-right: 0;
}
.sec5_list li .img_con{
    width: 100%;
    padding-top: 72%;
    background-size: cover !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px #206cb3;
    -moz-box-shadow: 0px 5px 10px #206cb3;
    box-shadow: 0px 5px 10px #206cb3;
}
.sec5_list li .info_con{
    text-align: center;
    font-size: 16px;
    padding: 20px 0 60px;
    position: relative;
}
.sec5_list li .info_con p{
    text-align: center;
}
.sec5_list li .info_con i{
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    background: url(../images/sec5_ibg.png) no-repeat center center;

}
.sec5_list li:hover .img_con{

}
/*首页表演时间*/
.index_time_icon{
    position: fixed;
    top: 50%;
    left: 80px;
    z-index: 10000;
}
.index_mark{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10001;
}
.index_mark.open{
    top: 0;
}
.index_mark_con{
    width: 500px;
    padding: 30px;
    background: #38b7f8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.index_mark_con .close{
    position: absolute;
    top: 11px;
    right: 13px;
    width: 20px;
    height: 20px;
    background: url(../images/t_menu-close.png) no-repeat center center;
}
.index_mark_con .close:hover{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.index_mark_con .mark_title{
    position: absolute;
    width: 100%;
    text-align: center;
    top: -35px;
    left: 0;
}
.index_mark_con .info{
    color: #fff;
}

.index_mark_con dl dt,
.index_mark_con dl dd{
    background: #fff;
    margin-top: 8px;
    padding: 15px 30px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.index_mark_con dl dd{
    color: #01478c;
}
.index_mark_con dl dt i,
.index_mark_con dl dd i{
    width: 30%;
    line-height: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.index_mark_con dl dt i:last-of-type,
.index_mark_con dl dd i:last-of-type{
    width: 40%;
    padding-right: 0;

}





/*底部*/
.yqdlfooter footer{
    position: static;
    margin-top: 20px;
}
footer{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(../images/footer_bg.png) no-repeat top center;
    background-size: 100% auto;
    color: #fff;
    overflow: hidden;
    z-index: 1001;
}
footer .footer{
    margin-top: 105px;
   padding-bottom: 80px;
    background: #0066ae;

}
footer .list_foot{
    justify-content: center;
    margin-bottom: 20px;
}
footer .list_foot li{
    width: 120px;
    margin: 0 20px;
    text-align: center;

}
footer .list_foot li h6{
    padding-top: 10px;
}

footer .phone_box p{
    text-align: center;
    padding-top: 20px;

}
footer .phone_box p font{
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.2);
}
footer .phone_box .copyright{
    font-size: 12px;
    padding-top: 15px;
}
/*公司简介*/
.about{
    padding-top: 0;

}

.yqdlfooter .about .top_menu{
    margin: 50px 0;
}

.about .top_menu ul{
    justify-content: space-between;
    color: #01478c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
  
}


.about .top_menu ul li{
    padding: 20px 0;
    width: 20%;
    background: #fff;
}
.about .top_menu ul li a{
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about .top_menu ul li:last-of-type a{
    border-right: 1px solid transparent;
}
.about .top_menu ul li.on{
    background: #38b7f8;
}
.about .top_menu ul li.on a{
    color: #fff;
    border-right: 1px solid transparent;
}
.about .new_menu ul{
    justify-content: center;
}
.about .new_menu li{
    margin: 0 20px;

}
.about .new_menu li a{
    padding: 10px 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #fff;
    color: #01478c;
    font-size: 18px;
}
.about .new_menu li.on a{
    background: #38b7f8;
    color: #fff;
}
.about_con{
    background: #fff;
    color: #000;
    margin-top: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    padding: 60px;
    position: relative;
}
.about_con .title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    color: #01478c;
}
.about_con .classname{
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    justify-content: center;
}
.about_con .classname li{
    padding: 0 30px;
    position: relative;
}
.about_con .classname li:after{
    position: absolute;
    content: "/";
    display: block;
    color: #cfcfcf;
    top: 0;
    right: -6px;

}
.about_con .classname li:last-of-type:after{
    display: none;
}
.about_con .classname li a.on{
    color: #01478c;
}

.about_con .subtitle{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
/*发展历程*/
.enter_top{
    background: #01478c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 40px 50px;
    color: #fff;
}
.enter_top .swiper_enter_top{
    background: url(../images/enter_bg.png) no-repeat center center;
    background-size: cover;
}

.enter_top .swiper-slide{
    width: 100%;
}
.enter_top .swiper-button-prev{
    left:0;
    top: auto;
    bottom: 10px;

}
.enter_top .swiper-button-next{
    right: auto;
    left: 30px;
    top: auto;
    bottom: 10px;

}
.enter_top .swiper-button-next:after,
.enter_top .swiper-button-prev:after{
    font-size: 14px;
    background: rgba(56, 183, 248, .2);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.enter_top .swiper-slide .left{
    width: 37.4%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.enter_top .swiper-slide .right{
    width: 52.6%;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.enter_top  .left .time{
    padding-top: 55px;
}

.enter_top  .left .time i{
    line-height: 25px;
    font-size: 24px;
    background: url(../images/time_icon.png) no-repeat center left;
    padding: 0 5px 0 30px;
}
.enter_top  .left .info{
    margin-top: 15px;
    font-size: 18px;
    max-height: 175px;
}
.enter_top  .right .img_container{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    height: 300px;
}

.enter_top  .right .img_container dd{
    width: 100%;
    background-size: cover !important;
}
.enter_top  .right .swiper-pagination{
    right: 5px;
    top: 50%;
    transform: translate3d(0px,-50%,0);
}
.enter_top  .right .swiper-pagination .swiper-pagination-bullet{
    margin: 10px 0;
    display: block;
    background: #fff;
}

.enter_thumbs{
    padding-top: 30px;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.enter_thumbs:before{
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 35px;
    left: 0;
    content: "";
    display: block;
}
.enter_thumbs .swiper-slide{
    cursor: pointer;
}
.enter_thumbs .swiper-slide i{
    background: url(../images/enter_dot.png) no-repeat center center;
    width: 100%;
    height: 32px;
}
.enter_thumbs .swiper-slide-thumb-active i{
    background: url(../images/enter_dot_active.png) no-repeat center center;

}
.enter_thumbs .swiper-slide-thumb-active span{
    color: #01478c;
}
/*组织架构*/
.organize_img img{
    width: 100%;
}
/*管理团队*/
.tema_list{
    
}
.tema_list li{
    float: left;
    width: 48.5%;
    margin-right: 3%;
    background: #f1f5f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3%;
}

.tema_list li:nth-of-type(2n){
    margin-right: 0;
}
.tema_list li h5{
    font-size: 24px;
    color: #01478c;
    padding-bottom: 15px;

}
.tema_list li h5 i{
    padding-top: 10px;
    font-size: 16px;
    color: #000;
    display: block;
}

.tema_list li .info{
    height: 75px;
    overflow: hidden;
}
/*公司荣誉*/
.honor_con{

}

.honor_con .left{
    width: 360px;
}
.honor_con .left img{
    width: 100%;
}
.honor_con .right{
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 360px);
}
.honor_con .right li{
    padding-left: 110px;
    margin-bottom: 13px;
    position: relative;
}
.honor_con .right li i{
    position: absolute;
    width: 56px;
    text-align: center;
    padding: 3px 0;
    background: #01478c;
    top: 2px;
    left: 0px;
    color: #fff;
    cursor: pointer;
}
.honor_con .right li i:after{
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: rgba(1, 71, 140, .3);
    top: 9px;
    left: 64px;
}
/*公司荣誉图片*/
.honor_con li .swiper-wrapper{
    display: none;
}
.honor_mark{
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;

}

.honor_mark.open{
    top: 0;
}

.honor_mark .detail{
    width: 600px;
    height: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0 50px;
}
.honor_mark .detail .close{
    position: absolute;
    top: -23px;
    right: 13px;
    width: 20px;
    height: 20px;
    background: url(../images/t_menu-close.png) no-repeat center center;
}
.honor_mark .detail .close:hover{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.honor_mark .swiper_honor{
    width: 100%;
    height: 100%;
}
.honor_mark  .swiper-button-next{
    right: -50px;
}
.honor_mark .swiper-button-prev {
    left: -50px;
}
.honor_mark .swiper-button-next:after,
.honor_mark .swiper-button-prev:after {
    font-size: 50px;
    font-weight: normal;
}
.honor_mark dd{
    text-align: center;
}
.honor_mark dd img{
    max-width: 100%;
    height: 100%;
}

/*投资者关系*/
.annual_list{
    
}
.annual_list li{
    background: #f1f5f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.annual_list li:hover{
    -webkit-box-shadow: 10px 10px 10px #ccc;
    -moz-box-shadow: 10px 10px 10px #ccc;
    box-shadow: 10px 10px 10px #ccc;
}
.annual_list li .time{
    width: 80px;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    text-align: center;
}
.annual_list li i{
    width: 100%;
    font-size: 24px;
    padding: 13px 0;
    border-bottom: 1px solid #c1c1c1;
}
.annual_list li span{
    padding-top: 5px;
}
.annual_list li .info_con{
    width: calc(100% - 80px);
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.annual_list li .info_con a{
    width: 100%;
}
.annual_list li .info_con .annual_title{
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 8px;
    height: 23px;
    overflow: hidden;
    font-weight: 600;
}
.annual_list li .info_con .info{
    height: 50px;
    overflow: hidden;
}
/*新闻列表*/
/*顶部推荐新闻*/
.top_newlist{
    padding-bottom: 20px;
}
.top_newlist .left{
    width: 55.5%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.top_newlist .left .left_img{
    display: none;
    width: 100%;
    padding-top: 52.3%;
    background-size: cover !important;
}
.top_newlist .left .left_img.active{
    display: block;
}
.top_newlist .right{
    width: 44.5%;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_newlist .right li{
    padding: 12px 0;
    position: relative;
    border-top: 2px solid #cccccc;
}
.top_newlist .right li a{
    width: 100%;
}
.top_newlist .right li:last-of-type{
    border-bottom: 2px solid #cccccc;
}
.top_newlist .right li h6{
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    font-weight: 600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.top_newlist .right li:after{
    position: absolute;
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 5px solid #01478c;
    top: 20px;
    left: -20px;
}
.top_newlist .right li .info{
    height: 46px;
    overflow: hidden;
    line-height: 23px;
    margin-top: 3px;
}
.top_newlist .right li .info p{
    line-height: 23px;
}
.top_newlist .right li.on{
    border-top: 2px solid #01478c;
}
.top_newlist .right li.on h6{
    color: #01478c;
}
.top_newlist .right li.on:after{
    display: block;
}



/*新闻列表*/
.new_list{

}
.new_list li{
    background: #f1f5f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.new_list li:hover{
    -webkit-box-shadow: 10px 10px 10px #ccc;
    -moz-box-shadow: 10px 10px 10px #ccc;
    box-shadow: 10px 10px 10px #ccc;
}
.new_list li .time{
    width: 90px;
    height: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    text-align: center;
}
.new_list li .time i{
    width: 100%;
    font-size: 24px;
    padding: 33px 0;
    border-bottom: 1px solid #c1c1c1;
}
.new_list li .time span{
    padding-top: 5px;
}
.new_list li .info_con{
    width: calc(100% - 285px);
    padding-left: 16px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new_list li .info_con a{
    width: 100%;
}
.new_list li .info_con .new_title{
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 7px;
    height: 25px;
    overflow: hidden;
    font-weight: 600;
    color: #01478c;
}
.new_list li .info_con .info{
    height: 75px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.new_list li .img_con{
    width: 180px;
    height: 120px;
    background-size: cover !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 15px;
}
.new_list li .img_con a{
    width: 100%;
    height: 100%;
}
/*新闻单页*/
.new_page .newpage_title{
    font-size: 24px;
    color: #01478c;
    line-height: 30px;
}
.new_page .new_time{
    line-height: 30px;
    margin: 15px 0 13px;
}
.new_page .new_time i{
    padding-left: 15px;
    padding-right: 20px;
    background: url(../images/time_icon2.png) no-repeat center left;

}
.new_page .info{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.new_page .prevpage,
.new_page .nextpage{
    line-height: 25px;
}
.new_page .prevpage{
    margin-top: 25px;
}
/*党建工作*/
.dang_con .left{
    width: 69.4%;
}
.dang_con .right{
    width: 30.6%;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dang_con .right ul li{
    margin-bottom: 15px;
}
.dang_con .right ul li a,
.dang_con .right ul li img{
    width: 100%;
}
.dang_list li{
    margin-bottom: 20px;
}
.dang_list li .img_con{
    width: 180px;
    height: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.dang_list li .img_con a{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.dang_list li .info_con{
    width: calc(100% - 180px);
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dang_list li .info_con a{
    width: 100%;
}
.dang_list li .info_con .dang_title{
    line-height: 25px;
    font-size: 16px;
    margin-top: -5px;
    height: 25px;
    overflow: hidden;
    font-weight: 600;
    color: #01478c;
}
.dang_list li .info_con .time{
    line-height: 30px;
    padding: 3px 0 2px;
    font-size: 13px;
}
.dang_list li .info_con .info{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.dang_list li .info_con .info p{
    line-height: 22px;
}
/*主题演出*/
.show_con .top_video{
    border: 2px solid #38b7f8;
    padding: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.top_video .video_con{
    font-size: 0;
    width: 100%;
    height: 508px;
    position: relative;
}
.top_video .video_con video{
    display: none;
    width: 100%;
    height: 100%;
}
.top_video .video_con .imgimg,
.top_video .video_con .img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.top_video .video_con .video_icon{
    background: url(../images/video_icon.png) no-repeat top center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.top_video .video_con .close{
    position: absolute;
    top: -17px;
    right: -16px;
    background: url(../images/close.png) no-repeat center center;
    width: 35px;
    height: 35px;
    display: none;
}

.top_video .info_con{
    background: #33a6e4;
    color: #fff;
    padding: 15px 247px 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.top_video .info_con .info{
    height: 50px;
}
.top_video .info_con a{
    position: absolute;
    top: 23px;
    right: 30px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #01478c;
    padding: 9px 34px;
}

/*详情展开*/

.mark_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;

}
.mark_bg.open{
    top: 0;
}
.mark_bg .detail{
    width: 610px;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.mark_bg .detail .close{
    position: absolute;
    top: 11px;
    right: 13px;
    width: 20px;
    height: 20px;
    background: url(../images/t_menu-close.png) no-repeat center center;
}
.mark_bg .detail .close:hover{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mark_bg .detail .info{
    padding: 30px;
}
.mark_bg .detail .mark_title{
    background: #01478c;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
}
.announ_mark_bg.mark_bg{
    z-index: 100001;
}
.announ_mark_bg.mark_bg .detail{
    background: url(../images/index_tips_bg.png) no-repeat;
    width: 560px;
    height: 468px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding-top: 155px;
}
.announ_mark_bg.mark_bg .detail .mark_title{
    background: none;
    padding: 0;
}
.announ_mark_bg.mark_bg .detail .close{
    top: 30%;
}
.show_con .all_list{
    
}
.show_con .all_ul{
    margin-top: 20px;
}

.all_ul li{
    float: left;
    height: 236px;
    width: 32.7%;
    margin-right: .95%;
    margin-bottom: .95%;
    position: relative;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.all_ul li:nth-of-type(3n){
    margin-right: 0;
}
.all_ul li.time{
    background: #4271b7;
}

.all_ul li.add{
    background: #3cc8a9;
}
.all_ul li.jian{
    background: #3ca2c8;
}
.all_ul li>img{
    width: 100%;
    height: 100%;
}
.all_ul li.img:after{
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/fang_icon.png) no-repeat center center;
    width: 36px;
    height: 36px;
    content: "";
    display: block;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.all_ul li.img:hover:after{
    opacity: 1;
}
.all_ul li .li_con{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all_ul li .li_con h6{
    font-size: 18px;
    padding: 4px 0 4px;
    line-height: 24px;
}
.all_ul li .li_con i{
    width: 100%;
    height: 50px;
    background: url(../images/time_icon3.png) no-repeat center center;
}
.all_ul li.add .li_con i{
    background: url(../images/add_icon.png) no-repeat center center;
}
.all_ul li.jian .li_con i{
    background: url(../images/zan.png) no-repeat center center;
}
.all_ul li.jian .li_con img{
    margin: 0 3px;
}
.all_ul li .li_con2{
    padding: 0 15px;
}
.all_ul li .li_con2 h6 {
    padding: 0px 0 7px;
}
.all_ul li .li_con2 .info p{
    text-align: center;
}
/*图片放大*/
.mark_img_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;

}
.mark_img_bg.open{
    top: 0;
}
.mark_img_bg .detail{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 6px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #38b7f8;
}
.mark_img_bg .detail img{
    min-width: 800px;
    max-width: 1200px;
    max-height: 800px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mark_img_bg .detail .close{
    position: absolute;
    top: -18px;
    right: -18px;
    width: 35px;
    height: 35px;
    background: url(../images/close.png) no-repeat center center;
}
.mark_img_bg .detail .close:hover{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*精彩推荐*/
.Level3nav_margin{
    margin-bottom: 50px;
}
.Level3nav{
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
.Level3nav a{
    width: 50%;
    padding: 20px 0;
    font-size: 16px;
    color: #01478c;
    text-align: center;
    border-bottom: 1px solid #dbe3e9;
}
.Level3nav a.on{
    color: #fff;
    background: #38b7f8;
    border-bottom: 1px solid #38b7f8;
}
/*夏令营*/
.summerday{
    padding: 40px 0;

}
.summerday .sec5_list {
    background: url(../images/sec5_bg2.png) repeat-x bottom center;
}
.summerday .sec5_list li .img_con {
    -webkit-box-shadow: 0px 3px 5px #206cb3;
    -moz-box-shadow: 0px 3px 5px #206cb3;
    box-shadow: 0px 3px 5px #206cb3;
}
.summerday .sec5_list li .info_con{
    color: #0066ae;
}
.summerday .sec5_list li .info_con i{
    color: #fff;
}
.summerday .sec5_list li.on .info_con i{
    background: url(../images/sec5_ibg2.png) no-repeat center center;
}

.show_con .all_list.summerday_list .all_ul{
    display: none;
}
.show_con .all_list.summerday_list .all_ul.active{
    display: block;
}

/*主题游艺*/

.top_img{

}
.top_img .img_con img{
    width: 100%;
}
.img_container{
    margin-top: 20px;
}
.img_container .swiper-slide{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.img_container .swiper-slide img{
    width: 100%;
}
.img_container .swiper-button-next:after,
.img_container .swiper-button-prev:after {
    font-size: 28px;
    font-weight: 700;
}
/*走进航母2019-12-5------------------------------------------------------------------------------*/
.step_title_ul{
    justify-content: center;
}
.step_title_ul li{

}
.step_title_ul li a{
    font-size: 18px;
    padding: 50px;
    position: relative;
}

.step_title_ul li a.on{
    color: #0066ae;
}
.step_title_ul li a.on:after{
    position: absolute;
    bottom: 18px;
    left: 50%;
    content: "";
    display: block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #0066ae;
}
.step_title_ul li:nth-of-type(1) a{
    background: url(../images/step_icon2.png) no-repeat top center;
}
.step_title_ul li:nth-of-type(1) a.on{
    background: url(../images/step_icon22.png) no-repeat top center;
}
.step_title_ul li:nth-of-type(2) a{
    background: url(../images/step_icon1.png) no-repeat top center;
}
.step_title_ul li:nth-of-type(2) a.on{
    background: url(../images/step_icon11.png) no-repeat top center;
}
.step_title_ul li:nth-of-type(3) a{
    background: url(../images/step_icon3.png) no-repeat top center;
}
.step_title_ul li:nth-of-type(3) a.on{
    background: url(../images/step_icon33.png) no-repeat top center;
}
.step1_img_con{
    position: relative;

}
.step1_img_con img{
    width: 100%;
}
.step1_img_con .lookfull_con{
    background: #f1f5f8;
    justify-content: center;
    padding-bottom: 40px;
}
.step1_img_con .lookfull_con a{
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    padding: 8px 18px 8px 48px;
    position: relative;
}
.step1_img_con .lookfull_con a:after{
    position: absolute;
    top: 0;
    left: 15px;
    width: 30px;
    height: 100%;
    content: "";
    display: block;
    background: url(../images/full_icon.png) no-repeat center center;
}

.step1_img_con .lookfull_con a:nth-of-type(1){
    background: #38b7f8;
}
.step1_img_con .lookfull_con a:nth-of-type(2){
    background: #27cdcb;
}
.step1_img_con .lookfull_con a:nth-of-type(2):after{
    background: url(../images/down_icon.png) no-repeat center center;
}
.step1_img_mark.mark_img_bg .detail{
    width: 90%;
}
.step1_img_mark.mark_img_bg .detail img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.step1_part{
    margin-top: 30px;

}

.step1_part .part_title{
    font-size: 18px;
    padding-bottom: 20px;
}

.step1_part1 .left{
    width: 63.4%;
    padding-right: 20px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.step1_part1 .right{
    width: 36.6%;

}
.step1_part1 .right img{
    width: 100%;
}
/*发展*/
.develop_top{
    background: #f1f5f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 30px;
}
.develop_top .swiper_enter_top{
    background: url(../images/enter_bg.png) no-repeat center center;
    background-size: cover;
}

.develop_top .swiper-slide{
    width: 100%;
}


.develop_top .swiper-slide .left{
    width: 35%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.develop_top .swiper-slide .left img{
    width: 100%;
}
.develop_top .swiper-slide .right{
    width: 65%;
    padding-top: 30px;
}

.develop_thumbs{
    font-size: 18px;
    text-align: center;
    position: relative;
}
.develop_thumbs:before{
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 27px;
    left: 0;
    content: "";
    display: block;
}
.develop_thumbs .swiper-slide{
    cursor: pointer;
    padding-bottom: 10px;
}
.develop_thumbs .swiper-slide span{
    height: 25px;
    padding-top: 5px;
}
.develop_thumbs .swiper-slide i{
    background: url(../images/enter_dot2.png) no-repeat center center;
    width: 100%;
    height: 32px;
    position: relative;
}
.develop_thumbs .swiper-slide-thumb-active i{
    background: url(../images/enter_dot_active.png) no-repeat center center;

}
.develop_thumbs .swiper-slide-thumb-active span{
    color: #01478c;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.develop_thumbs .swiper-slide-thumb-active i:after{
    position: absolute;
    bottom: -14px;
    left: 50%;
    content: "";
    display: block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #f1f5f8;
}
.step1_part3{

}
.step1_part3 .right_img{
    padding-top: 25px;
}
.step1_part3 .right_img .img1{
    width: 47%;
    float: left;

}
.step1_part3 .right_img .img2{
    width: 53%;
    float: left;
}
.step1_part4{

}
.step1_part4 .age_title{
    justify-content: space-between;
}
.age_title dd{
    font-size: 18px;
    position: relative;
    padding: 10px;
    cursor: pointer;
}
.age_title dd.on{
    color: #01478c;
}
.age_title dd:before {
    position: absolute;
    top: 20px;
    width: 194px;
    left: 100%;
    content: "";
    display: block;
    height: 1px;
    background: #bfbfbf;
}
.age_title dd:last-of-type:before{
    display: none;
}
.age_title dd i {
    position: absolute;
    top: 0;
    left: 220%;
    width: 40px;
    height: 40px;
    background: url(../images/age_icon.jpg) no-repeat center center;
}


.step1_part4 .age_ul{
    padding-top: 40px;
}
.step1_part4 .age_ul li{
    display: none;
}
.step1_part4 .age_ul li.active{
    display: block;
}
.step1_part4 .age_ul .item{
    width: 50%;
    padding-bottom: 30px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 310px;

}
.step1_part4 .age_ul .item:nth-of-type(2n){
    padding-right: 0;
    padding-left: 20px;
    border-left: 1px solid #cccccc;
}
.step1_part4 .age_ul .item:nth-of-type(1),
.step1_part4 .age_ul .item:nth-of-type(2){
    border-bottom: 1px solid #ccc;
}

.step1_part4 .age_ul .item:nth-of-type(3),
.step1_part4 .age_ul .item:nth-of-type(4){
    padding-top: 20px;
}
.step1_part4 .age_ul .item .img_con img{
    width: 100%;
}
.step1_part4 .age_ul .item .info_con span{
    width: 70px;
    font-size: 18px;
    color: #01478c;
    font-weight: 700;
}
.step1_part4 .age_ul .item .info_con .info{
    width: calc(100% - 70px);
    margin-bottom: 20px;
}
.step1_part4 .age_ul li:nth-of-type(2) .item:nth-of-type(2){
    border-left: 0;
}
.step1_part4 .age_ul li:nth-of-type(2) .item:nth-of-type(1),
.step1_part4 .age_ul li:nth-of-type(2) .item:nth-of-type(2){
    border-bottom: 0;
}
.age_ul .item2{
    height: 270px;
}
.age_ul .item2 .img{
    width: 48%;
    height: 100%;
}
.age_ul .item2 .img img{
    width: 100%;
    height: 100%;
}
.age_ul .item2 .info_con{
    width: 52%;
    height: 100%;
    position: relative;
}
.age_ul .item2 .info_con .info{
    position: absolute;
    top: 50%;
    padding-left: 20px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*前世今生*/
.step2_part{
    padding-top: 40px;
}
.step2_part .part_title{
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600;
}
.step2_part1 .step_table{
    margin-bottom: 10px;
    width: 100%;
}
.step2_part1 .step_table th,
.step2_part1 .step_table td{
    border: 1px solid #dbe3e9;
    text-align: center;
    padding: 12px 10px;
}
.step2_part1 .step_table tr.bg_tr,
.step2_part1 .step_table th{
    background: #01478c;
    color: #fff;
}

.step2_part1 .step_table th.min_th{
    min-width: 100px;
}

.step2_part2 .swiper_road_thumbs{
    padding-bottom: 15px;
    margin-top: 10px;
}
.step2_part2 .swiper_road_thumbs li{
    padding-top: 13.4%;
    text-align: center;
    background: rgba(56, 183, 248, .3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.step2_part2 .swiper_road_thumbs li:after{
    position: absolute;
    content: "";
    display: block;
    width: 21.3%;
    padding-top: 11%;
    background: url(../images/arrow_icon1.png) no-repeat;
    background-size: 100% 100% !important;
    top: 40%;
    right: -25%;
}
.step2_part2 .swiper_road_thumbs li.swiper-slide-thumb-active:before{
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "";
    display: block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #f1f5f8;
}
.step2_part2 .swiper_road_thumbs li:nth-of-type(2n):after{
    background: url(../images/arrow_icon2.png) no-repeat;
    top: 42%;
}
.step2_part2 .swiper_road_thumbs li:nth-of-type(6n):after{
    display: none;
}
.step2_part2 .swiper_road_thumbs li .info{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #38b7f8;
    position: absolute;
    top: 10px;
    left: 10px;
    padding-top: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.step2_part2 .swiper_road_thumbs li span{
    font-size: 36px;
    font-style: italic;
    font-weight: 600;
}
.step2_part2 .swiper_road_thumbs li p{
    font-size: 18px;
    text-align: center;
}
.step2_part2 .swiper_road_thumbs li.swiper-slide-thumb-active,
.step2_part2 .swiper_road_thumbs li:hover{
    background: rgba(1, 71, 140, .3);
}
.step2_part2 .swiper_road_thumbs li.swiper-slide-thumb-active .info,
.step2_part2 .swiper_road_thumbs li:hover .info{
    background: #01478c;
}
.road_top{
    background: #f1f5f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 30px;
}
.road_top .swiper_enter_top{
    background: url(../images/enter_bg.png) no-repeat center center;
    background-size: cover;
}

.road_top .swiper-slide{
    width: 100%;
}


.road_top .swiper-slide .left{
    width: 50%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.road_top .swiper-slide .left img{
    width: 100%;
}
.road_top .swiper-slide .right{
    width: 50%;
}



.step2_part3 .develop_thumbs .swiper-slide {
    padding-bottom: 20px;
    padding-top: 15px;
}
.step2_part3 .develop_thumbs .swiper-slide p{
    font-size: 14px;
    text-align: center;
}

.step2_part3 .develop_thumbs .swiper-slide-thumb-active p{
    color: #01478c;
}
.step2_part3 .develop_thumbs:before {
    bottom: 54px;
}
.step2_part3 .develop_thumbs .swiper-slide-thumb-active i:after {
    bottom: -40px;
}
/*武器大揭秘*/
.step3_ul{
    padding-top: 10px;
}
.step3_ul li{
    float: left;
    width: 19%;
    margin-right: 1%;
}
.step3_ul li:nth-of-type(8n-4),
.step3_ul li:nth-of-type(8n-3){
    width: 40%;
}
.step3_ul li:nth-of-type(4n){
    margin-right: 0;
}
.step3_ul li .img_con{
    width: 100%;
    height: 205px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover !important;
}
.step3_ul li .info{
    display: none;
}
.step3_ul li h4{
    line-height: 56px;
    font-size: 18px;
    text-align: center;
}

/*旅游服务-----------------------------------------------------------------------*/
/*游园须知*/
.tour_tips_ul{

}
.tour_tips_ul li{
    width: 23.61%;
    margin-right: 1.85%;
    color: #fff;
    margin-top: 30px;
    float: left;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
}
.tour_tips_ul li:nth-of-type(1):before,
.tour_tips_ul li:nth-of-type(1){
    background: #4371b8;
}
.tour_tips_ul li:nth-of-type(2):before,
.tour_tips_ul li:nth-of-type(2){
    background: #3ca2c8;
}
.tour_tips_ul li:nth-of-type(3):before,
.tour_tips_ul li:nth-of-type(3){
    background: #aace37;
}
.tour_tips_ul li:nth-of-type(4n):before,
.tour_tips_ul li:nth-of-type(4n){
    margin-right: 0;
    background: #eb7171;
}
.tour_tips_ul li .info_con:after,
.tour_tips_ul li:before{
    position: absolute;
    width: 60px;
    height: 60px;
    content: "";
    display: block;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tour_tips_ul li:nth-of-type(1) .info_con:after{
    background: url(../images/tour_tips1.png) no-repeat center center;
}
.tour_tips_ul li:nth-of-type(2) .info_con:after{
    background: url(../images/tour_tips2.png) no-repeat center center;
}
.tour_tips_ul li:nth-of-type(3) .info_con:after{
    background: url(../images/tour_tips3.png) no-repeat center center;
}
.tour_tips_ul li:nth-of-type(4) .info_con:after{
    background: url(../images/tour_tips4.png) no-repeat center center;
}
.tour_tips_ul li .info_con{
    padding: 40px 20px;
    position: relative;
}
.tour_tips_ul li .info_con h5{
    font-size: 18px;
    text-align: center;
    padding-bottom: 12px;
}
.tour_tips_ul li .info_con .info{
    height: 200px;
    overflow: hidden;
}
.tour_tips_ul li .info_con .dot{
    width: 100%;
    text-align: center;
    padding: 6px 0 10px;
}
.tour_tips_ul li .info_con .lookmore{
    text-align: center;
}
.tour_tips_ul li .info_con a{
    padding: 7px 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.tour_tips_ul li .info_con a span{
    margin-right: 5px;
    -webkit-transform: scale(1,1.3);
    -moz-transform: scale(1,1.3);
    -ms-transform: scale(1,1.3);
    -o-transform: scale(1,1.3);
    transform: scale(1,1.3);
}
.tour_warn{
    background: #4ab495;
    padding: 25px 70px;
    color: #fff;
    margin-top: 35px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
}
.tour_warn:after,
.tour_warn:before{
    position: absolute;
    width: 27px;
    height: 23px;
    content: "";
    display: block;
}
.tour_warn:after{
    background: url(../images/yh_icon2.png) no-repeat;
    bottom: 15px;
    right: 15px;
}
.tour_warn:before{
    background: url(../images/yh_icon1.png) no-repeat;
    top: 15px;
    left: 15px;
}
.tour_warn>i{
    position: absolute;
    width: 37px;
    height: 24px;
    content: "";
    display: block;
    background: url(../images/yh_icon3.png) no-repeat;
    bottom: -20px;
    right: 55px;
}

/*团队服务*/
.mt20 {
    margin-top: 20px;
}
.mt20 p{
    text-align: center;
}
.title-sm{
    text-align: center;
    margin-top: -20px;
}
.title-sm p{
    text-align: center;
}
.team-box {
    width: 100%;
    margin: 30px 0;
}
.team-box  ul {
    overflow: hidden;
    height: 125px;
}
.team-box li {
    float: left;
    height: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-right: 2%;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.team-box li:nth-of-type(1) {
    width: 24%;
    background-color: #3ca2c8;
}
.team-box li:nth-of-type(2) {
    width: 48%;
    background-color: #aace37;
}
.team-box li:nth-of-type(3) {
    width: 24%;
    background-color: #eb7171;
    margin-right: 0;
}
.team-box p {
    line-height: 25px;
    color: #fff;
}
.team-img {
    width: 100%;
}
.team-img img {
    max-width: 100%;
}

/*交通指南*/
/*交通指南*/
.map {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    height: 520px;
    padding: 6px;
    border: 2px solid #38b7f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.map #allmap{
    width: 100%;
    height: 100%;
}

.infobox{
    width: 268px;
}

.infobox .d1{
    margin-top: 5px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.infobox .dqlocal{
    position: relative;
    margin-bottom: 10px;
}

.infobox .dqlocal input {
    width: 100%;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e0e0e0;
    background-color: #f2f2f2;
    font-size: 12px;
    color: #333333;
    padding: 0 34px 0 6px;
    vertical-align: top;
}

.infobox .dqlocal .closetext{

    width: 10px;

    height: 10px;

    background: url(../images/t_menu-close2.png) no-repeat center;

    right: 12px;

    top: 50%;

    margin-top: -5px;

    position: absolute;

    cursor: pointer;

}


.infobox .local input{

    width: 220px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e0e0e0;
    background-color: #f2f2f2;
    font-size: 12px;
    color: #666666;
    padding: 0 5px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.infobox .local input.gobtn{
    border: 1px solid #000;
    background: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 45px;
}


.traffic-msg {
    width: calc(100% - 12px);
    background: rgba(56, 183, 248, 0.9);
    position: absolute;
    bottom: 8px;
    left: 6px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.traffic-msg .info {
    padding: 15px 20px;
    color: #fff;
}
.traffic-info li{
    width: 100%;
    margin-bottom: 40px;
}
.traffic-info .traffic-bg1{
    background: url(../images/traffic-bg1.jpg) no-repeat center center;
    background-size: cover;
}
.traffic-info .traffic-bg2{
    background: url(../images/traffic-bg2.jpg) no-repeat center center;
    background-size: cover;
}
.traffic-info li .tra-line {
    width: 46%;
    float: right;
    padding: 40px 30px 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tra-p1 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
.tra-p2 {
    font-size: 14px;
    line-height: 25px;
    color: #333;
}
.line {
    width: 100%;
    height: 2px;
    background-color: #d8e8ed;
    margin: 25px 0;
}
.tra-p2 span {
   /* width: 117px;*/
    display: inline-block;
    color: #b1d04d;
    text-align: right;
}
.tra-bom {
    overflow: hidden;
}
.tra-bom .fl {
    float: left;
}
.tra-bom .fr-ml {
    margin-left: 45px;
}
.tra-bom .fr-ml .p2 {
    font-size: 16px;
    color: #01478c;
    font-weight: bold;
    margin-top: 3px;
}
.tra-bom .ml40 {
    margin-left: 40px;
}
.mlt {
    margin-left: 245px;
}


/* 营业时间 */
.time-box {
    width: 100%;
    margin-top: 40px;
}
.time-box ul {
    overflow: hidden;
}
.time-box li {
    float: left;
    width: 30%;
    height: 350px;
    margin-right: 5%;
    background-size: 100% 100% !important;
}
.time-box .time-bg1 {
    background: url(../images/yy-time1.png) no-repeat center center;
}
.time-box .time-bg2 {
    background: url(../images/yy-time2.png) no-repeat center center;
}
.time-box .time-bg3 {
    background: url(../images/yy-time3.png) no-repeat center center;
    margin-right: 0;
}
.time-box .time-title1 {
    font-size: 24px;
    margin-top: 50px;
}
.time-box .time-title2 {
    font-size: 18px;
    margin-top: 15px;
}
.time-box .time-title3 {
    font-size: 14px;
    margin-top: 8px;
}
.time-box .time-title4 {
    font-size: 18px;
    margin: 5px 0;
}
.time-box .font-cls {
    color: #fff;
    text-align: center;
}
.time-box .time-title0 {
    font-size: 24px;
}
.mt70 {
    margin-top: 80px;
}

/*门票价格*/
.price_title_ul{

}

.price_title_ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    border-bottom: 1px solid #01478c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
}
.price_title_ul li a{
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 12px 0;
    width: 100%;
    background: #f1f5f8;
    border-top: 1px solid #dce5ec;
    border-right: 1px solid #dce5ec;
    border-left: 1px solid #dce5ec;
}
.price_title_ul li a.on{
    background: #01478c;
    color: #fff;
    border-top: 1px solid #01478c;
    border-right: 1px solid #01478c;
    border-left: 1px solid #01478c;
}

.price_part{
    margin-top: 55px;
}
.price_part .price_part_title{
    background: url(../images/title_bg.png) no-repeat center center;
    height: 55px;
    background-size: cover;
    text-align: center;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
}
.ticket_ul{
    padding: 30px 0 20px;

}
.ticket_ul li{
    float: left;
    width: 24%;
    margin-right: 1.333%;
}
.ticket_ul li:nth-of-type(4){
    margin-right: 0;
}
.ticket_ul li .img_con{
    width: 100%;
}
.ticket_ul li .img_con img{
    width: 100%;
}
.ticket_ul li .ticket_title,
.ticket_ul li .info{
    display: none;
}
.price_tips{
    background: #32acb7;
    color: #fff;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.ticket_ul2{
    padding-top: 30px;
    height: 190px;
}
.ticket_ul2 li{
    width: 48%;
    height: 100%;
    border: 1px solid #3ca2c8;
    background: #f2fbfe;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.ticket_ul2 li .ticket_title{
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    background: #3ca2c8;
}
.ticket_ul2 li .info{
    padding: 25px;
}
.ticket_ul2 li  dl dd{
    float: left;
    width: 50%;
}
.ticket_ul2 li  dl dd i{
    width: 4px;
    position: relative;
    top: -2px;
    margin-right: 5px;
    height: 4px;
    background: #b1d04d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ticket_ul2 li:nth-of-type(2){
    border: 1px solid #b1d04d;
    background: #fcfff2;
}
.ticket_ul2 li:nth-of-type(2) .ticket_title{
    background: #b1d04d;
}
/*联系我们*/
.contact_ul {
    margin-left: 18%;
}
.contact_ul li {
    width: 45%;
    padding: 35px 0 35px 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 35px;
    float: left;
    background-size: auto 100% !important;
}
.contact_ul li:nth-of-type(1){
    background: url(../images/contact_icon1.png) no-repeat center left;

}
.contact_ul li:nth-of-type(2){
    background: url(../images/contact_icon2.png) no-repeat center left;
}
.contact_ul li:nth-of-type(3){
    margin-bottom: 0;
    background: url(../images/contact_icon3.png) no-repeat center left;
}
.contact_ul li:nth-of-type(4){
    margin-bottom: 0;
    background: url(../images/contact_icon4.png) no-repeat center left;
}
.contact_ul li span{
    font-size: 18px;
    padding-bottom: 2px;
}
.contact_ul li p{
    font-size: 24px;
}
/*年报*/
.report_list{

}
.report_list li{
    width: 29.6%;
    float: left;
    margin-right: 5.6%;
    margin-bottom: 20px;
}
.report_list li:nth-of-type(3n){
    margin-right: 0;
}
.report_list li a{
    position: relative;
    width: 100%;
    padding-right: 20px;
    line-height: 55px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000;

}
.report_list li a i{
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scale(1,1.3);
    -moz-transform: scale(1,1.3);
    -ms-transform: scale(1,1.3);
    -o-transform: scale(1,1.3);
    transform: scale(1,1.3);
}

.report_list li a:hover{
    border-bottom: 1px solid #01478c;
    color: #01478c;
}
.report_list li a:hover i{
    color: #01478c;
}
/*员工招聘*/
.advertiseList{
    margin-bottom: 20px;
}

.advertiseList li{
    border-bottom: 1px solid #bfbfbf;
    padding: 17px 0 0px;
}
.advertiseList li .title1{
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
}
.advertiseList li .title1:after{
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #0066ae;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 5px;
    lefT: 1px;
}
.advertiseList li .info_p{
    padding-left: 20px;
    padding-bottom: 20px;

}
.advertiseList li .info_p i{
    margin-right: 40px;
}
.advertiseList li .info_p a{
    padding: 6px 14px 6px 34px;
    position: relative;
    border: 1px solid #0066ae;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #0066ae;
    margin-top: -12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
.advertiseList li .info_p a:after{
    position: absolute;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-top: 4px solid #0066ae;
    top: 12px;
    lefT: 13px;
}
.advertiseList li .info{
    padding: 15px 20px;
    background: #f3f3f3;
    display: none;
    margin-bottom: 20px;
}

.advertiseList li.on{
    border-bottom: 1px solid #0066ae;
}
.advertiseList li a:hover,
.advertiseList li.on a{
    background: #0066ae;
    color: #fff;
}
.advertiseList li a:hover:after,
.advertiseList li.on a:after{
    border-top: 4px solid #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px;
}





    /*分页结构*/
.pageing {
    margin: 30px 0 0;
    text-align: center;
}

.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE {
    display: none;
}

.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT,
.JZD_PAGE_SHUZIYE {
    padding: 8px 2px;
    margin: 0 5px;
}

.JZD_PAGE_DISABLED {
    border: none;
    padding: 8px 2px;
}
.pagination a{
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #efefef;
}
.pagination a.current{
    color: #0066ae;
    border: 1px solid #0066ae;
}
.dl_posi{
    position: relative;
}

.dl_time_icon {
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 10000;
}

@media screen and (max-width: 1680px) {

    .dl_time_icon img{
        width: 235px;
    }


}


@media screen and (max-width: 1280px) {
    .w {
        width: 1000px;
    }
    .dl_time_icon img{
        width: 178px;
    }

    .topnav {
        padding-top: 40px;
    }
    .topnav .nav_list li {
        margin-right: 40px;
    }

    .topnav .nav_list li > a {
        font-size: 14px;
    }
    .topnav a.logo {
        bottom: 23px;
        left: 105px;
    }
    .banner .swiper-slide{
        height: 550px;
    }
    .banner .swiper-pagination-bullets {
        bottom: 150px;
    }
    .sec .index_title {
        font-size: 28px;
        padding-bottom: 50px;
    }

    .sec {
        padding-top: 70px;
    }
    .yqdlfooter .sec {
        padding-top: 0px;
    }
    .yqdlfooter .about .top_menu{
        margin: 30px 0;
    }

    .index_new .advert a img {
        height: 118px;
    }
    .sec2 .sec2_list li {
        height: 130px;
    }

    .sec4_list {
        height: 380px;
    }
    .sec4_list .info_con {
        padding: 50px 25px;
    }
    .sec4_list .info_con .info_bg {
        height: 80px;
    }
    .sec4_list .swiper-button-next, .sec4_list .swiper-button-prev {
        bottom: 17px;
    }
    .sec4_list .swiper-pagination-fraction {
        right: 184px;
        bottom: 30px;
    }
    .about .top_menu ul li {
        padding: 15px 0;
    }
    .about_con {
        padding: 45px;
    }
    .tema_list li {
        padding: 20px;
    }
    .top_newlist .left {
        width: 52.5%;
    }
    .top_newlist .left .left_img {
        padding-top: 58.3%;
    }
    .top_newlist .right {
        width: 47.5%;
        padding-left: 30px;
    }
    .top_newlist .right li {
        padding: 8px 0;
    }
    .top_newlist .right li h6 {
        line-height: 23px;
        height: 23px;
    }
    .about .new_menu li a {
        padding: 10px 40px;
        font-size: 16px;
    }
    .all_ul li{
        height: 198px;
    }
    /*走进航母---------------------------------------------------------------------*/
    .step2_part2 .swiper_road_thumbs li .info {
        padding-top: 24px;
    }
    .step2_part2 .swiper_road_thumbs li span {
        font-size: 26px;
    }
    .step2_part2 .swiper_road_thumbs li p {
        font-size: 14px;
    }
    .step3_ul li .img_con {
        height: 160px;
    }
    /*团队服务*/
    .team-box ul {
        height: 150px;
    }
    .time-box li {
        height: 320px;
    }
    .mt70 {
        margin-top: 55px;
    }
    .ticket_ul2 li dl dd {
        width: 100%;
    }
    .ticket_ul2 {
        height: 260px;
    }
    .topnav .nav_bg {
        top: 110px;
    }
    .step3_ul li h4 {
        line-height: 48px;
        font-size: 14px;
    }
    .mark_img_bg .detail img {
        max-width: 800px;
    }
    .contact_ul li {
        padding: 20px 0 20px 90px;
    }
    .contact_ul li span {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .contact_ul li p {
        font-size: 20px;
    }
    .age_title dd:before {
        width: 150px;
    }
}

/*移动端*/
@media screen and (max-width: 900px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;

    }
    /*移动端导航*/
    .mobile_top {
        height: 65px;
        background: #fff;
        border-bottom: 1px solid #eee;
        position: relative;
        width: 100%;
        z-index: 1000;
    }

    .mobile_top .logo a {
        width: 91px;
        height: 50px;
        background: url(../images/logo.png) no-repeat center center;
        margin-top: 7px;
        background-size: 100% 100%;
    }
    .mobile_top .meum{
        font-size: 0;
        position: absolute;
        width: 65px;
        height: 65px;
        right: 0;
        top: 0;
    }
    .mobile_top .meum a {
        width: 50px;
        height: 65px;
        background: url(../images/menu.png) no-repeat center right;
    }

    .mobile_top .meum img {
        width: 20px;
        height: 13px;
    }
    /*左侧菜单*/
    .cbp-spmenu-left {
        width: 100%;
        height: 100%;
        top: 0px;
        z-index: 100000;
        position: fixed;
        left: -100%;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
    }

    .menu_box {
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: scroll;
        background: #0066ae;
        color: #fff;
    }

    .meum_list li {
        width: 100%;

        border-bottom: solid 1px #e5e5e5;
    }

    .meum_list li > a {
        width: 100%;
        font-size: 16px;
        display: block;
        padding: 20px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }


    .meum_list li .hide_menu a {
        width: 100%;
        padding: 8px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: solid 1px rgba(255, 255, 255, 0.3);
    }

    .menu_close {
        background: url(../images/t_menu-close.png) no-repeat center center;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 5px;
        right: 10px;

    }

    .banner .swiper-slide {
        height: 200px;
    }
    .banner .swiper-pagination-bullets {
        bottom: 56px;
    }
    .viewport1 {
        padding-top: 50px;
        top: -50px;
        padding-bottom: 180px;
    }
    .index_link li {
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin: 0 10px;
    }
    .index_link li a {
        font-size: 15px;
        padding: 6px 28px 6px 0;
    }
    .sec {
        padding-top: 40px;
    }
    .sec .index_title {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .index_new_all .left {
        width: 100%;
    }
    .index_new {
        padding: 15px;
    }
    .index_new_all .right {
        width: 100%;
        padding-left: 0;
    }
    .index_new_all .right .right_l, .index_new_all .right .right_r {
        width: 100%;
        padding-top: 30px;
    }
    .index_new_all .right .right_l:after {
        width: 100%;
        height: 1px;
        top: auto;
        right: 0;
        bottom: -15px;
    }
    .index_new_all .right .title_ul li {
        font-size: 16px;
        margin-right: 40px;
    }
    .index_new .advert a img {
        height: 50px;
    }
    .sec2 .sec2_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sec2 .sec2_list li .info_con .title{
        font-size: 16px;
    }

    .sec3_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .sec3_list li:nth-of-type(2n){
        margin-right: 0;
    }
    .sec3_list li .info_con span {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .sec3_list li .info_con {
        padding: 15px 10px 10px;
    }
    .sec4_list {
        height: auto;
    }
    .sec4_list .img_con {
        width: 100%;
        height: 160px;
    }
    .sec4_list .info_con {
        width: 100%;
        height: 240px;
        padding: 25px 15px;
    }
    .sec4_list .info_con .info {
        -webkit-line-clamp: 2;
        line-clamp: 2;
        max-height: 50px;
    }
    .sec4_list .info_con span {
        margin-top: 24px;
    }
    .sec5_list li {
        width: 32%;
        margin-right: 2%;
    }
    .sec5_list li:nth-of-type(7n){
        margin-right: 2%;
    }
    .sec5_list li:nth-of-type(3n){
        margin-right: 0;
    }
    .sec5_list li .info_con {
        font-size: 14px;
        padding: 10px 0 50px;
    }
    .sec5_list li .info_con i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        bottom: 12px;
        font-size: 12px;
        background-size: 100% 100% !important;
    }
    .sec5_list {
        background: none;
    }
    footer .footer {
        margin-top: 25px;
        padding-bottom: 30px;
    }
    footer .list_foot {
         border-bottom: 1px solid rgba(255,255,255,.2);
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
    footer .phone_box p font {
        padding-top: 20px;
        border-top: none;
        line-height: 25px;
    }
    .about_con {
        padding: 30px 15px;
        margin-top: 0;
    }
    .about_con .classname,
    .about_con .title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .about_con .subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .about {
        padding-top: 0px;
    }
    .enter_top {
        padding: 30px 15px;
    }
    .enter_top .swiper-slide .left {
        width: 100%;
        padding-right: 0;
    }
    .enter_top .swiper-slide .right {
        width: 100%;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .enter_top .left .time {
        padding-top: 0px;
    }
    .enter_top .left .info {
        margin-top: 10px;
        font-size: 16px;
    }

    .enter_top .right .img_container {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 200px;
    }
    .organize_img{
        width: 100%;
        overflow-y: auto;
    }
    .organize_img img{
        width: auto;
        height: 450px;
    }
    .tema_list li {
        width: 100%;
        margin-right: 0;
    }
    .tema_list li .info{
        height: auto;
    }
    .tema_list li h5 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .tema_list li h5 i {
        padding-top: 10px;
        font-size: 15px;
    }
    .honor_con .right {
        padding-left: 0;
        width: 100%;
    }
    .annual_list li {
        padding: 10px;
        margin-bottom: 15px;
    }
    .about_con .classname li {
        padding: 0 20px;
    }
    .annual_list li .info_con {
        padding-left: 15px;
    }
    .annual_list li .info_con .annual_title {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .top_newlist .left {
        width: 100%;
    }
    .top_newlist .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .top_newlist .right li.on:after{
        display: none;
    }

    .new_list li .time {
        width: 80px;
        height: 80px;
    }
    .new_list li .time i {
        padding: 13px 0;
    }
    .new_list li {
        padding: 10px;
        margin-bottom: 10px;
    }
    .new_list li .info_con {
        width: calc(100% - 80px);
        padding-left: 15px;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .new_list li .info_con .new_title {
        margin-bottom: 4px;
        margin-top: 2px;
    }
    .new_list li .info_con .info {
        height: 50px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .about .new_menu{
        margin-bottom: 20px;
    }
    .about .new_menu li a {
        padding: 5px 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 14px;
    }
    .new_page .newpage_title {
        font-size: 16px;
        line-height: 24px;
    }
    .new_page .new_time {
        line-height: 30px;
        margin: 10px 0 9px;
    }
    .dang_con .left{
        width: 100%;
        padding-bottom: 30px;
    }
    .dang_con .right {
        width: 100%;
        padding: 0;
    }
    .dang_list li .img_con {
        width: 100%;
        height: 170px;
    }
    .dang_list li .info_con {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .about .new_menu ul {
        flex-wrap: wrap;
    }
    .about .new_menu li {
        margin: 0 10px 10px;
    }
    .top_video .video_con {
        height: 220px;
    }
    .top_video .info_con {
        padding: 15px 10px;
    }
    .top_video .info_con a {
        position: static;
        padding: 7px 22px;
        margin-top: 15px;
    }
    .all_ul li {
        height: auto;
        height: 110px;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .all_ul li:nth-of-type(3n){
        margin-right: 2%;
    }
    .all_ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .all_ul li>img{
        height: 110px;
    }
    .all_ul li .li_con i {
        height: 30px;
        background-size: contain !important;
    }
    .all_ul li .li_con h6 {
        font-size: 14px;
        padding: 0px 0 0px;
        line-height: 20px;
    }
    .all_ul li .li_con span{
        font-size: 12px;
    }
    .all_ul li.jian .li_con img {
        margin: 0 0px;
    }
    .mark_img_bg .detail img {
        min-width: 100%;
        max-width: initial;
        max-height: 500px;
    }
    .show_con .top_video {
        border: 1px solid #38b7f8;
        padding: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .Level3nav_margin {
        margin-bottom: 40px;
    }
    .Level3nav a {
        padding: 10px 0;
        font-size: 14px;
    }
    .summerday {
        padding: 40px 0 0;
    }
    .summerday .sec5_list {
        background: none;
    }
    .summerday .sec5_list li .info_con p,
    .summerday .sec5_list li .img_con{
        display: none;
    }
    .summerday .sec5_list li .info_con {
        font-size: 12px;
    }
    .summerday .sec5_list li {
        width: 14.28%;
        margin-right: 0;
    }
    .index_time_icon{
        left: 30px;
    }
    .index_time_icon img{
        width: 100px;
    }
    .index_mark_con {
        width: 100%;
        padding: 15px;
    }
    .index_mark_con dl dt, .index_mark_con dl dd {
        padding: 8px 10px;
        font-size: 14px;
    }
    .index_mark_con .mark_title img{
        height: 50px;
    }
    .index_mark_con .close {
        top: 7px;
        right: 4px;
    }
    /*走进航母2019-12-05----------------------------------------------------------------------------------------*/
    .step_title_ul li a {
        font-size: 14px;
        padding: 35px 15px;
        background-size: auto 30px !important;
    }
    .step1_img_con .lookfull_con {
        padding-bottom: 12px;
        padding-top: 10px;
    }
    .step1_img_con .lookfull_con a {
        font-size: 14px;
        color: #fff;
        padding: 6px 12px 6px 40px;
    }
    .step1_img_con .lookfull_con a:after {
        left: 8px;
    }
    .step1_part1 .left {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .step1_part1 .right {
        width: 100%;
    }
    .develop_thumbs .swiper-slide span {
        height: 16px;
        font-size: 14px;
    }
    .develop_top .swiper-slide .left {
        width: 100%;
        padding-right: 0;
    }
    .develop_top .swiper-slide .right {
        width: 100%;
        padding-top: 20px;
    }
    .step1_part3 .right_img .img1,.step1_part3 .right_img .img2 {
        width: 100%;
    }
    .step_title_ul li a.on:after {
        bottom: 15px;
        border: 7px solid transparent;
        border-top: 7px solid #0066ae;
    }
    .step2_part2 .swiper_road_thumbs li {
        padding-top: 27%;
    }
    .step2_part2 .swiper_road_thumbs li .info {
        top: 5px;
        left: 5px;
        padding-top: 15px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
    .step2_part2 .swiper_road_thumbs li span {
        font-size: 20px;
    }
    .step2_part2 .swiper_road_thumbs li p {
        font-size: 12px;
        line-height: 15px;
    }
    .road_top {
        padding: 15px;
    }
    .road_top .swiper-slide .left {
        width: 100%;
        padding-bottom: 15px;
        padding-right: 0;
    }
    .road_top .swiper-slide .right {
        width: 100%;
    }
    .develop_top {
        padding: 15px;
    }
    .mark_bg .detail {
        width: 100%;
    }

    .mark_bg .detail .info {
        padding: 15px;
    }

    .step3_ul li {
        width: 100%;
        margin-right: 0;
    }
    .step3_ul li h4 {
        line-height: 40px;
        font-size: 15px;
    }
    .step3_ul li:nth-of-type(8n-4), .step3_ul li:nth-of-type(8n-3) {
        width: 100%;
    }
    .tour_tips_ul li {
        width: 100%;
        margin-right: 0;
        margin-top: 45px;
    }
    .title-sm {
        margin-top: -10px;
    }
    .team-box {
        margin: 15px 0;
    }
    .team-box ul {
        height: auto;
    }
    .team-box li:nth-of-type(2),
    .team-box li:nth-of-type(3),
    .team-box li:nth-of-type(1) {
        width: 100%;
        margin-bottom: 10px;
        padding: 15px;
    }
    .traffic-info li .tra-line {
        width: 100%;
        padding: 30px 25px 30px 25px;
        background: rgba(255,255,255,.8);
    }
    .tra-p2 {
        font-weight: 600;
    }
    .tra-p2 span {
        width: 100%;
        font-size: 16px;
        text-align: left;
    }
    .mlt {
        margin-left: 0;
    }
    .tra-bom .ml40 {
        margin-left: 0;
        margin-top: 20px;
    }
    .time-box li {
        width: 100%;
        height: 330px;
        margin-bottom: 20px;
    }
    .price_title_ul li {
        font-size: 14px;
        width: 100%;
    }
    .price_part .price_part_title {
        height: 40px;
        padding-top: 10px;
        font-size: 14px;
    }
    .ticket_ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .ticket_ul li:nth-of-type(2) {
        margin-right: 0;
    }
    .price_tips {
        padding: 10px;
    }
    .ticket_ul2{
        height: auto;
    }
    .ticket_ul2 li {
        width: 100%;
        margin-bottom: 20px;
    }
    .ticket_ul2 li .info {
        padding: 15px;
    }
    .announ_mark_bg.mark_bg .detail {
        background-size: 100% 100%;
        width: 100%;
        height: 390px;
        padding-top: 35%;
    }

    .honor_mark .detail {
        width: 100%;
        height: 250px;
        padding: 0;
    }
    .index_link li .img {
        right: 6px;
    }
    /*联系我们*/
    .contact_ul {
        margin-left: 0;
    }
    .contact_ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .contact_ul li:nth-of-type(3) {
        margin-bottom: 25px;
    }
    .contact_ul li p {
        font-size: 18px;
    }
    .report_list li{
        width: 100%;
        margin-right: 0;
    }
    .report_list li a{
        font-size: 14px;
        line-height: 40px;
    }

    .age_title dd:before,
    .age_title dd i{
        display: none;
    }
    .step1_part4 .age_ul .item {
        width: 100%;
        padding-right: 0;
        min-height: 0;
    }

    .step1_part4 .age_ul .item:nth-of-type(1), .step1_part4 .age_ul .item:nth-of-type(2){
        border-bottom: 0;
    }
    .step1_part4 .age_ul .item:nth-of-type(2n){
        border-left: 0;
    }
    .age_title dd {
        font-size: 16px;
    }
    .step1_part4 .age_ul {
        padding-top: 10px;
    }
    .age_ul .item2 {
        height: auto;
    }
    .age_ul .item2 .img {
        width: 100%;
    }
    .age_ul .item2 .info_con {
        width: 100%;
    }
    .age_ul .item2 .info_con .info {
        position: static;
        padding-left: 0;
        padding-top: 20px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .advertiseList li .info_p i {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }
    .advertiseList li .info_p a {
        margin-top: -30px;
    }
    .pagination a {
        margin: 0 3px;
         padding: 0;
         border: none;
    }
    .pagination a.current {
        color: #0066ae;
        border: none;
    }
    .dl_time_icon {
        position: static;
        top: 30px;
        margin: 20px 25%;
        z-index: 10000;
        width: 50%;
        display: inline-block;
    }
    .dl_time_icon img {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}

