/*
* @Author: admin
* @Date:   2018-05-06 22:51:03
* @Last Modified by:   house
* @Last Modified time: 2018-05-15 15:19:29
*/



/* 内页和index用到的 */


/*new_lightBox*/
.new_lightBox{
    background: rgba(0,0,0,0.85);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 44;
}
.new_lightBox .content{
    height: 90vh;

}
.new_lightBox .content .top_title{
    height: 5vh;
}
.new_lightBox .content .top_title .close_box{
    cursor: pointer;
    text-align: right;
}
.new_lightBox .content .main_content{
    height: 85vh;
}

.new_lightBox .content .main_content .gallery-top{
    height: 85%;
}
.new_lightBox .content .main_content .gallery-top .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new_lightBox .content .main_content .swiper-button-next,.new_lightBox .content .main_content .swiper-button-prev{
    z-index: 22;
    cursor: pointer;
    pointer-events: inherit;
}
.new_lightBox .swiper-button-prev{
    display: inline-block;
    width: 17px;
    height: 63px;
    background: url("/templates/default/images/news_lightBox_lf.png") no-repeat center !important;
    background-size: cover;
    transform:rotate(360deg);
}
.new_lightBox .swiper-button-next{
    display: inline-block;
    width: 17px;
    height: 63px;
    background: url("/templates/default/images/news_lightBox_rt.png") no-repeat center !important;
    background-size: cover;
}
.new_lightBox .content .main_content .gallery-thumbs{
    height: 15%;
    z-index: 33;
    cursor: pointer;
    padding-top: 15px;
}
.new_lightBox .content .main_content .gallery-thumbs .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;

}
.new_lightBox  .gallery-top .swiper-slide .name{
    text-align: center;
    font-size: 23px;
    color: white;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}
.new_lightBox  .gallery-top .swiper-slide img{
    max-width: 1170px;
    height: 90%;
}



.header{

    z-index:33;
    position: relative;
}
.header .container2{
    display: flex;
    /* margin-top: 20px;*/
   height: 148px;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
    position: relative;
}
.header .li1{
    display: none;
}


.header .logo{
    position: relative;
    top: -15px;
}


.header .yuyan>div{
    float: left;
}
.chinese{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
.header .yuyan>div>img{
    padding: 0 15px;
}
/*lv1*/
.header_nav .lv1 {
    position: relative;
    z-index:20;
}
.header_nav .lv1>a{
    padding: 20px 37px;
    font-size: 20px;
    color: black;
    opacity: 0.4;
    text-transform: capitalize;
}

.header_nav .lv1:hover>a,.header_nav .lv1.active>a{
    opacity: 1;
}
.header_nav .lv1:hover .lv2_ul{
    display: flex;
}
/*lv2*/
.header_nav .lv2_ul{

    display: none;
    justify-content: center;
    align-items: center;
    z-index: 19;
    position: absolute;
    padding-top: 19px;
    margin-left: -350px;
    /*top: 53px;*/
    left: 50%;
    min-width: 700px;
    /*transform: translate(-50%, -50%); !* 50%为自身尺寸的一半 *!*/
    /*-webkit-transform: translate(-50%, -50%);*/
}
.header_nav .lv2_ul li{
    /*float: left;*/
    border-right: 1px solid #eaebed;
}
.header_nav .lv2_ul li:last-child{
    border: none;
}
.header .yuyan{
    display: flex;
    align-items: center;
}
.header .yuyan>a{
    padding: 0 10px;
}
.header_nav .lv2_ul li>a{
    padding: 10px 16px;
    text-align: center;
    font-size: 18px;
    color: black;
    opacity: 0.4;
    text-transform: capitalize;
}
.header_nav .lv2_ul li:hover a{
   opacity: 1;
}

/*search*/

#search{
    clear: both;
    position: absolute;
    bottom: -49px;
    bottom: 21px;
    right: 80px;
    float: right;
    display: none;
    /*border-bottom: 1px solid white;*/

}
#search .keyword{

    width: 200px;
    height: 25px;
    /*background-color: white;*/

}
#search #keyword{
    border: none;
    padding-left: 13px;
    height: 25px;
    /*margin-left: 10px;*/
    /*background-color: #e70015;*/
    border-radius: 10px;
}
#search .btn{
    background: url(../images/search.png) no-repeat center;
    float: right;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: 12px;
}
.search_icon{
    display: none;
}

#search .keyword{
    width: auto;
}
#search .btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



/*feedback*/
.feedback .name{
    padding-top: 45px;
    padding-bottom: 40px;
}
.feedback .name .name1{
    color: #333333;
    font-size: 26px;
    font-weight: 600;
}
.feedback .name .name2{
    color: #999999;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 25px;
}


/*foot*/
.foot{
    text-align: center;
    width: 100%;
    height: 64px;
    background-color: #e9e9e9;
    color: #676767;
    line-height: 64px;

}
@media (max-width: 1500px) {
    .header_nav .lv1>a{
        padding: 20px 23px;
    }
}

@media (max-width: 1360px) {

}
@media (max-width: 768px) {
    body{
        background: white;
    }
    .foot{
        height: auto;
        line-height: 34px;
    }

    .new_lightBox .gallery-top .swiper-slide img{
        max-width: 300px;
        height: auto;
    }
    .new_lightBox .content{
        width: 100%;
    }
    .new_lightBox .gallery-top .swiper-slide .name{
        padding-left: 0;
        font-size: 16px;
    }


}


