body,html{
    margin: 0;
    padding: 0;
   font-family:'Microsoft YaHei';
}
ul,li,p{
    list-style: none;
    margin: 0;
    padding: 0;
}
.wap_main{
    margin-top: 60px;
}

p{font-size: 14px;
color: #666}
.left{float: left}
.right{float: right}
@font-face {
  font-family: 'iconfont';  /* project id 1338169 */
  src: url('http://at.alicdn.com/t/font_1338169_69zgmeueel4.eot');
  src: url('http://at.alicdn.com/t/font_1338169_69zgmeueel4.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_1338169_69zgmeueel4.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_1338169_69zgmeueel4.woff') format('woff'),
  url('http://at.alicdn.com/t/font_1338169_69zgmeueel4.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_1338169_69zgmeueel4.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.con_main{
    width:calc(100% - 100px);
    float:right;
    margin-left: 83px;
}
.nav_left{
    background: #eee;
    height: 100%;
    position: fixed;
    width: 100px;
    text-align: center
}
.logo_1 img{
    width: 86%;
    margin: 60px auto
}
.logo_b{
   position: absolute;
    bottom:10px;
}
.logo_b img{
    width: 80%;
    margin-bottom: 15px
}
.logo_b_link a{
    display: inline-block;
}
.logo_b_link a img{
    width: 27px;
    height: 27px;
}
.slide img{
    width: 100%;
    height: 100%;
}
..fp-controlArrow.fp-prev{
    
}
.fp-controlArrow{
    border: 0;
    width: 51px;
    height: 51px;
}

/*小屏幕侧栏导航*/
.iphone_nav{
    float: left;
    margin:30px 20px;
}
.cl_nav{
    width: 300px;
    height: 100%;
   
    top: 0;
    left:0;
    z-index: 999;
    overflow: auto;
    transition: 0.3s;
    padding: 10px 30px;
    
}
.cl_nav.on{
    margin-left:0px;
}
.cl_nav .list{
    list-style: none;padding: 0;text-align: left
}
.cl_nav .list a{
    padding: 10px 15px;
    display: block;
    font-size: 16px; 
    color:#333;
    line-height: 2em;
}
.cl_nav .list a:hover{
    color: #fb6f11;
    text-decoration: none;
}
.cl_nav .top{
    padding: 10px 0;
   
    margin: 0;
    text-align: left;
}
.cl_nav .top a{
    color: #fb6f11
}
.cl_nav i{
    border: 4px solid transparent;
    border-top-color:#666;
    float: right;
    margin-top: 10px;    
}
.cl_nav .list a:hover i{border-top-color:#fb6f11;}
.cl_nav .top a:hover{color: #fff}

.cl_nav .list ul{padding: 0;display: none;}
.cl_nav .list ul a{
    display: block;
    padding: 5px 0 5px 25px;
    color: #aaa;
    list-style: none;
}
/*圆点导航*/
#menu { margin: 0; padding: 0; position: relative;list-style-type: none; z-index: 70;text-align: center;top:0;left: 0;}
#menu li {margin-top: 10px;}
#menu a { width: 15px;
    height: 15px;
    display: block; margin: 0px auto;background: #bdbdbd;border-radius: 50%;}
#menu .active a { background: #f2c786}
/*首行浮动*/
.index-news{
    position: absolute;
    top: 0;
    z-index: 9;
    width:100%;
    right: 0;
    
}
.news-con{
    width: 100%;
    line-height: 45px; 
    background: rgba(0,0,0,0.6);
    overflow: hidden
}
.news-colse i{
    color: #fff;
    background:rgba(0,0,0,0.6);
    height: 45px;
    width: 45px;
    display: block;
    line-height: 45px;
    text-align: center;
    float: right;
    cursor: pointer
}
.news-con h1{
    width: 15%;
    font-size: 20px;line-height: 45px;
    padding: 0;
    margin: 0 10px;
}
.news-con h1 i{
    font-size: 26px;
    padding-right: 20px;
    font-weight: normal
}
   .publicize::before{
        content: "请滚动鼠标";
        color: #FFF;
        width: 200px;
        height: 50px;
        display: block;
        position: absolute;
        z-index: 98;
        bottom:0px;
        left: 50%;
        margin-left: -100px;
        text-align: center;
        text-shadow: 0px 0px 5px #000;
       font-size: 14px;
    }
    .publicize::after {
        content: "";
        -webkit-animation-name: JUMP;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        animation-name: JUMP;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: normal;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        z-index: 98;
        background: url(../images/mouse.png) center/contain;
        bottom: 150px;
        left: 50%;
        margin-left: -25px;
        opacity: 1;
    }
    @keyframes JUMP {
        0% {
            bottom: 50px;
        }

        50% {
            bottom: 70px;
        }

        80% {
            bottom: 50px;
        }

        100% {
            bottom: 50px;
        }
    }
    @-webkit-keyframes JUMP {
        0% {
            bottom: 50px;
        }

        50% {
            bottom: 70px;
        }

        80% {
            bottom: 50px;
        }

        100% {
            bottom: 50px;
        }
    }
    @keyframes JUMP2 {
        0% {
            left: 50%;
        }

        25% {
            left: 49%;
        }

        50% {
            left: 50%;
        }

        75% {
            left: 51%;
        }

        100% {
            left: 50%;
        }
    }
    @-webkit-keyframes JUMP2 {
        0% {
            left: 50%;
        }

        25% {
            left: 49%;
        }

        50% {
            left: 50%;
        }

        75% {
            left: 51%;
        }

        100% {
            left: 50%;
        }
    }
/*万杞园*/
.video-box{
    margin: 0px auto;
    width: 96%
}
.wqy-pp{
    padding: 0;height: 100%;
    width: 96%;margin: 0 auto
}
#wqy_main{
    height: 100%;
    padding: 0;
    position: relative
}
.wqy_sp{
    height: 49%;
    position: absolute;
   
}
.wqy_jj{
    padding: 15px;
    background: url(../images/back.jpg) no-repeat right;
    background-size: cover;
    text-align: left;
    position: relative;
    z-index: 9
}
.wqy_box{
    height: 49%;
    position: absolute;
    bottom: 0;
   
}
.wqy_box2{
    bottom: 0;
    left: 0;
    width: 100%;
   
}
.wqy_box2 .swiper-container{
   
    
}
.wqy_box3{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%
}
.wqy_sp .video-box{
   width: 100% ;
    height: 100%
}
.wap-tit{
    padding: 15px;
    background: url(../images/xiaohongdian.jpg) no-repeat center left;
    width: 86%;
    margin: 0 auto;
    padding-left: 10px;
}
.wap-txt{
    width: 86%;
    margin: 0 auto 20px;
    padding-left: 50px;
   font-size: 16px;
}
.wqypp{
    width: 92%;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
        border-radius: 8px;
}
.wqypp img{
   width: 100% ;
    height: 100%;
}
.Brand{
    padding: 5px 20px;
    text-align: left;
    margin: 0 auto;
    width: 96%
    
}
.Brand h1{
    font-family:'Microsoft YaHei';
    font-weight: 500;
    text-align: left
    
}
.Brand h3{
    font-family:'Microsoft YaHei';
    font-weight: 500;
    font-size: 24px;
    color: #333
}
.Brand p{
    font-family:'Microsoft YaHei';
    color: #666;
    line-height: 28px;
    font-size: 14px
}
.Brand .pinpai_color{
     font-family:'Microsoft YaHei';
     font-weight: 500;
     font-size: 18px;
}
.wqy_box2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 32px;
    height: 32px;
    background:url(../images/b_1.png) no-repeat;
    right: 61%
}
.wqy_box2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 32px;
    height: 32px;
    background:url(../images/b_2.png) no-repeat;
    left: 35%
}
.wqy_box2 .swiper-button-next, .swiper-button-prev{
    top: 90%;
}


/*文化展示*/
.whzs{
    height:100%;
}
.whzs_box1{
    height: 100%;
    padding: 0;
    
}
.whzs_box1 a img{
    width: 100%;
    height: 100%
}
.whzs_left{
    height: 100%;
    padding: 0;
}
.whzs_box2{
   
    margin-left:    0px;
}
.swiper2{
    overflow: hidden;
    height: 100%
}
.swiper3 .swiper-wrapper{
    height: auto
}
.swiper2 .swiper-slide a img{
    width: 100%;
    height: 100%
}
.whzs_box3{
   
  
  width: 100%;
    background: url(../images/wenhua3.jpg) no-repeat center;
    background-size: cover;
    text-align: left;
    padding: 10px;
    padding-bottom: 70px;
 
}
.whzs_box3 h1{
    color: #fff;
}
.whzs_box3 .cqgs{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding: 0px;
    text-align: left;
    margin: 0;
    
}
.whzs_box3 .swiper3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 32px;
    height: 32px;
    background: url(../images/b_3.png) no-repeat
}
.whzs_box3 .swiper3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 32px;
    height: 32px;
    background: url(../images/b_1.png) no-repeat;
    right: 88%;
}
.whzs_box3 .swiper3 .swiper-button-next, .swiper-button-prev{
    top: 97%;
}

.whzs_box4{
    height: 50%;
   
    padding: 0;
    margin-right: -10px;
}
.whzs_box5{
   
   
}
.whzs_box3 .swiper-container{
    height: 310px;
}
.wh{
    height: 49.5%;
    width: 48%;
    float: left;
    margin-left: 10px;
    position: relative
   
   
}
.wh a{
    display: inline-block;
    width: 100%;
    height: 100%
}
.wh a span{
    font-size: 24px;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom:10px
    
}
.wh_1{
    background: url(../images/gushi1.jpg) no-repeat;
    background-size: cover;
     margin-bottom: 10px;
    
}
.wh_2{
    background: url(../images/gushi2.jpg) no-repeat;
    background-size: cover;
     margin-bottom: 10px;
     
}
.wh_3{
    background: url(../images/gushi3.jpg) no-repeat; 
    background-size: cover;
    
}
.wh_4{
    background: url(../images/gushi4.jpg) no-repeat; 
    background-size: cover;

}
.ms_box{
    position: absolute;
    right: 0;
    padding: 0 0 0 10px;
    height: 50%;

}
.ms_box .carousel-inner{
    height: 100%
}
.ms_box .carousel{
    overflow: hidden;
    height: 100%;
    
}
.ms_box .item{
    width: 100%;
    height: 100%;
    overflow: hidden
}
.ms_box .item img{
    width: 100%;
    height: 100%;
}
.ms_box2{
    position: absolute;
    height: 49.5%;
    bottom: 0;
    padding: 0;
}
.ms_box1{
    height: 100%;
    background: #fcdca2;
    padding: 15px 5px;
    overflow: hidden;
    background: url("../images/changshengcao.jpg") no-repeat ;
    background-size: cover
}
.xw_img{
    height: 50%;
    background: #ff0;
    position: absolute;
    right: 0;
    padding: 0;
}
.xw_img .swiper-container{
    width: 100%;
    height: 100%;
    
}
.swiper4 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper4 .swiper-wrapper .swiper-slide a img{
    width: 100%;
    height: 100%
    
}
.wx-box{
    position: absolute;
    bottom: 0;
    height: 49.5%;
    padding: 0;
}
.xw_box{
    padding:0;height:100%
}
.xw_btn{
    height:32%;margin-bottom: 9px;text-align: left
}
.xw_btn_box{
    height: 120px;
    width: 49%;
    margin-left: 1%;
    float: left;
    margin-bottom: 10px;
}
.xw_btn_box a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    margin-top: 13%;
    margin-left: 20px;
}
.xw_btn_box a p{
    color: #eee;
    font-size: 16px;
}
.xw_1{
    background: url(../images/wx_1.jpg) no-repeat;
    background-size: cover;
}
.xw_2{
    background: url(../images/wx_2.jpg) no-repeat;
    background-size: cover;
}
.xw_3{
    background: url(../images/wx_3.jpg) no-repeat;
    background-size: cover;
}
.xw_4{
    background: url(../images/wx_4.jpg) no-repeat;
    background-size: cover;
}
.xw_5{
    background: url(../images/wx_5.jpg) no-repeat;
    background-size: cover;
}
.xw_6{
    background: url(../images/wx_6.jpg) no-repeat;
    background-size: cover;
}
.ls_box1{
    height: 50%;
    padding: 0;
}
.ls_box2{
    padding:0;
    width: 100%
}
.ls_box2 a{
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden
}
.ls_box2 a img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 300ms;
}
.ls_box2 a:hover img{
    transform: scale(1.2)
}
.ls_box3{
    padding:0;
    background: #000;
    height: 100% 
}
.ssjn{
    height: 49.5%;
    padding: 0;
    bottom: 0;
    position: absolute;
    width: 100%
    
}
.ssjn_box1{
    height: 100%;
    padding:0;
    margin-top: 15px;
}
.ssjn_box2{
    height: 100%;
    padding: 0;
    margin-top:20px;
    
}
.ssjn_box2 ul{
    padding: 10px;
}
.ssjn_box2 ul li{
    width: 47%;
    float: left;
    margin: 0 5px;
    height: 130px;
    margin-bottom: 15px;
}
.ssjn_box2 ul li a{
    display: inline-block;
    width: 100%;
    height: 100%
}
.ssjn_box2 ul li a p{
    color: #fff;
    font-size: 14px;
    padding: 100px 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.ssjn_box2 .wb1{
    background: url(../images/wb1.jpg) no-repeat;
    background-size: cover
}
.ssjn_box2 .wb2{
    background: url(../images/wb2.jpg) no-repeat;
    background-size: cover
}
.ssjn_box2 .wb3{
    background: url(../images/wb3.jpg) no-repeat;
    background-size: cover
}
.ssjn_box2 .wb4{
    background: url(../images/wb4.jpg) no-repeat;
    background-size: cover
}
.ssjn_box2 .wb5{
    background: url(../images/wb5.jpg) no-repeat;
    background-size: cover
}
.ssjn_box2 .wb6{
    background: url(../images/xue2.jpg) no-repeat;
    background-size: cover
}
.ssjn_box2 .wb7{
    background: url(../images/wenhuazhanshi_five.jpg) no-repeat;
    background-size: cover
}
.ssjn_box6{
    height: 100%;
    padding: 0
}
.ssjn_box6 a img{
    width: 100%;
    height: 100%;
    transition: all 300ms;
}
.ssjn_box6 a:hover img{
    transform: scale(1.2)
}
.ssjn_box6 a{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block
}
.ssjn_box7{
    padding: 5px 15px;
}
.ssjn_box8{
    padding: 5px 15px;
    
}
.ssjn_box9{
     padding: 5px 15px;
}
.ssjn_box10{
     padding: 5px 15px;
}
.swiper7 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper7 .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper7 .swiper-wrapper .swiper-slide a{
    width: 100%;
    height: 100%;
    display: inline-block
}
.swiper2 .swiper-wrapper .swiper-slide a{
    width: 100%;
    height: 100%;
    display: inline-block
}
/*时间轴*/
.w13{  width: 1366px;margin: 0 auto;position: relative}
.h10{  height: 100%;}

.none{  display: none;  }

.t_page3 .cont{
   
    width: 100%;
    background-size: cover;
   
}
.t_page3 .cont .pre,.t_page3 .cont .nex{
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: block;
}

.t_page3 .cont .pre{
    left: 0px;
}
.t_page3 .cont .nex{
    right: 0px;
}
.t_page3 .cont .box{
    overflow: hidden;
    height:400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}
.t_page3 .cont .box li .left{
    
    margin: 50px 0 0 30px;
    width: 100%;
    text-align: center;
}
.t_page3 .cont .box li .left h3{
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.t_page3 .cont .box li .right{
    margin: 15px auto;
    width: 80%;
    color: #fff;
    padding: 15px;
    float: none
}
.t_page3 .cont .box li .right p{
    font-size: 14px;
   
    text-align: left;
    color: #eee;
    line-height: 26px
}
.t_page3 .cont .box_time{
    overflow: hidden;
    width: 1366px;
}
.t_page3 .cont .time{
    margin: 6% auto;
    position: relative;
}

.t_page3 .cont .time img{
    width: 1272px;
    display: block;
    margin: 0 auto;
    height: 23px;
}
.t_page3 .cont .time ul{
    margin-left: 10px;
    margin-top: 25px;
    overflow: hidden;
}
.t_page3 .cont .time ul li{
    color: #c7c5c5;
    font-size: 24px;
    cursor: pointer;
    float: left;
    margin-right: 180px;
    width: 78px;
}
.t_page3 .cont .time ul li.active{
    top: 40px;
    font-weight: bold;
    color: #fff;
    font-size: 32px;
}
.t_page3 .com_more{
    border: 1px solid #fff;
    color: #fff;
}

.time-list {
  height: 77px;
  margin-top: -84px;
  overflow: hidden;
  position: relative;
  width: 100%;
    z-index: 99999999999
}
 .time-list ul {
 
  position: absolute;
  top: 0;
}
 .time-list li {
  background: url("../images/bg_03.png") no-repeat 0 bottom;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 179px;
  float: left;
  color: #c7c5c5;
  font-size: 16px;
  margin-left: 1px;
}
.time-list li.active{

}
 .time-list li .year-box {
  height: 77px;
  margin-left: -56px;
  width: 120px;
     padding-bottom: 20px;
}
 .time-list li i {
  background-color: #dd6c47;
  border-radius: 50%;
  display: none;
  height: 5px;
  left: -2px;
  position: absolute;
  top: 25px;
  width: 5px;
}
.time-list li .year {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    display: block;
    font-family: "Arial";
    line-height: 83px;
    opacity: 0.6;
}
 .time-list li.active .year {
  opacity: 1;
  font-size: 16px;
}
.box .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../images/right.png) no-repeat;
}
.box .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
     background: url(../images/left.png) no-repeat;
}
.news-nav{
    position: absolute;
    z-index: 9;
    margin-top: 20px;
    border: 0;
}
.news-nav ul li{
    float: left;
}
.list-x{height:100%;padding:0px;}
.tab{margin-bottom: 20px;}
.tab ul{margin:0;padding:0;}
.tab li{float:left;padding-right:20px;height:34px;line-height:34px;text-align:center;cursor:pointer;color: #fff}
.tab li.now{color:#f2c786;font-weight:bold;}
.block{display:block;}


.news-nav ul li a{
    font-size: 18px;
}
.news-list-box{
    text-align: left;
  
}
.news-list-box{
    overflow: hidden
}
.news-list-box ul{
    margin: 75px auto 35px;
    padding: 0;
}
.news-list-box ul li{
    border-bottom: 1px dotted #eee;
    padding: 0px 0
}
.news-list-box ul li a h1{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: normal;
     font-family:'Microsoft YaHei';
}
.tab-content>.active{
    background: #4899d1;
    margin-bottom: 10px;
}
.nav{
    position: absolute;
    top: 240px;
    width: 100%;
    border-bottom: 1px solid #7cc3f4;
    padding: 0 0px;
    z-index: 99
}
.news-list-box ul li a p{
    color: #ddd;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list-box ul li a:hover h1{
    color: #ffd800
}
.news-list-box ul li a:hover p{
    color: #ffd800
}
.news-list-img{
 
    right: 0;
    padding: 0px;
}
.nav-tabs>li>a{
    color: #fff
}
.news-list-img img{
    width: 100%;
   
}
/*弹出框样式*/
.modal-dialog{
    width: 96%;  
    top: 10%;
}
.modal-content{
    padding: 20px; 
}
.modal-content .close{
    font-size: 45px;
    font-weight: normal
}
.form-group label{
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0;
}
    .nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 300px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 300px;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -300px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #eee;
  height: 100%;
  left: 300px;
  margin-left: -300px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
 
  width: 100%;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 35px;
  position: fixed;
  top: 20px;
  width: 32px;
  z-index: 999;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color:#333;
  top: 3px;
}
.hamburger.is-closed .hamb-middle {
  background-color: #333;
  margin-top: -5px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #333;
  bottom: 11px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -5px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #333;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -5px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}


.foot{
    padding: 20px 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    font-size: 14px;
}
.foot p{
    color: #aaa;
    padding: 0 20px;
   line-height: 24px;
}
.box-main{
    width: 100%;
    margin: 0px auto;
}
@media screen and (max-width:1024px){
    .con_main{
        width: 100%
    } 
  
    .menu-activea{
        display: none;
    }
    main{
        display: block
    }
}
@media screen and (max-width:1440px){
    .line_and_padd{
        line-height: 24px;
        height: 90px;
    }
   
    
}
@media screen and (max-width:1600px){
    .whzs_box3 .swiper3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 77%
    }
    .wqy_box2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 59%
    }
}