/*公共样式*/
*{
    padding: 0;
    margin: 0;
}
body {
    background: #fff;
    font-size: 14px;
    color: #333;
    font-family: Microsoft yahei, sans-serif;
    text-decoration: none;
    min-width: 850px;
}

.red {
    color: #d81e06;
    }


.p2{
    word-break: break-all;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}

li{
    list-style: none;
}

em {
    font-style: normal
}

i {
    font-style: normal
}

.on{background: #333;}

a{
    text-decoration: none;
    color: #333;
}

a:hover{
    color: #333;
}

.img1{
    width: 100%;
    transition: all 0.6s;
    overflow: hidden;
}

.img1:hover{
    transform: scale(1.0); /* 放大1.1倍 */
}

.c{
    clear: both;
}

input:focus {
    outline: none;
    }

.position{
    position: relative;
}

.w1200{
    width: 96%;
    margin: 0 auto;
}
.w1200er{
    max-width:1200px;
    width: 90%;
    
    margin: 0 auto;
}
.w1200err{
    max-width:1200px;
    width: 90%;
    
    margin: 0 auto;
}
.w1200err img{width:100%}
/*公共样式结束*/

/* 头部样式 */
.header{
    background: #fff;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
}

.headerl{
    display: block;
    float: left;
}

.headerr{
    display: block;
    float: right;
}

.headerr em:nth-child(1){
    margin-right: 15px;
}

.headerr i{
    display: inline-block;
    text-indent: 5px;
}

.naver{
    width:100%;
    max-width: 1200px;
     margin: 0 auto;
    height: 70px;
    line-height: 70px;
    background: #fff;
   
}

.naver .logo{
    width: 247px;
    display: block;
    float: left;
}

.naver .logo img{
    width: 100%;
    vertical-align: middle;
}

.naver .nav{
    display: block;
    float: right;
}

.naver .nav li{
    display: block;
    float: left;
    font-size: 16px;
   
    padding: 0 .4rem;
    position: relative;
}

.swiper-button-next-ban, .swiper-button-prev-ban{
    width: 45px !important;
    height: 45px !important;
    background: url(../images/jiantou.png) no-repeat center center !important ;
}

.swiper-button-next-ban{
    transform:rotateY(180deg)
}

.series{
    width: 75%;
    display: block;
    margin: 20px auto 0;
    max-width: 1200px;
    overflow: hidden;
}

.series .txt{
    position: absolute;
    right: 5%;
    bottom: 0.5rem;
    margin-left:1rem ;
}

.series .txt h1{
    text-transform:capitalize;
    font-size: 0.4rem;
    color:#fff;
    font-weight: 800;

}
.series .txt h1 em{
    font-weight: 100;
    /* margin-left: 5%; */
}

.series .txt i{
    display: block;
    margin-top: .1rem;
    line-height: 200%;
    font-size: 0.3rem;
    font-weight: 200;
    color:#fff;
}

.series a{
    font-size: 0.3rem;
    transition: all 0.6s; 
}

.series a:hover{
    transform: scale(1.05); /* 放大1.1倍 */
}
.series img:hover {
  filter: brightness(60%);
  transition: filter 0.3s ease;
}


.series_shree{
    width: 75%;
    display: block;
    margin: 20px auto 0;
    max-width: 1200px;
    overflow: hidden;
}
.series_shree li{width:32%;height:auto; margin-right:2%; float:left;position:relative;overflow: hidden;}
.series_shree li:nth-last-child(3){
   margin-right:0%;float:right;
}
.series_shree li .txt{
    position: absolute;
    right: 5%;
    bottom: 0.5rem;
    margin-left:1rem ;
}

.series_shree li .txt h1{
    text-transform:capitalize;
    font-size: 0.4rem;
    color:#fff;
    font-weight: 800;

}
.series_shree li .txt h1 em{
    font-weight: 100;
    /* margin-left: 5%; */
}

.series_shree li a{
    font-size: 0.3rem;
    transition: all 0.6s; 
}

.series_shree li a:hover {
    transform: scale(1.05); /* 放大1.1倍 */
}
.series_shree img:hover {
    
  filter: brightness(60%);
  transition: filter 0.3s ease;
 
}


.show_series{
    width: 75%;
    margin: 5px auto 0;
    max-width: 1680px;
    overflow: hidden;
}

.show_series .show_li_left{
    width: calc(43.57% - 5px);
    display: block;
    float: left;
}

.show_li_left .li_left_txt{
    background: #eee url(../images/gbg.jpg) no-repeat left bottom;
    height: 0;
    padding-bottom: 5rem;
    background-size: cover;
}

.show_li_right .li_right_txt{
    background: #fff url(../images/qbg.jpg) no-repeat left top;
    height: 0;
    padding-bottom: 3.5rem;
}

.show_li_left .li_left_txt a{
    position: absolute;
    left: 15%;
    top: 20%;
}

.show_series .show_li_left .li_left_pic{
    height: 0;
    overflow: hidden;
    padding-bottom: 7.2rem;
    margin-top: 5px;
}

.show_series .show_li_left .li_left_pic img{
    width: 100%;
    vertical-align: bottom;
}

.show_series .show_li_right{
    width: calc(56.43% - 5px);
    display: block;
    float: right;
    overflow: hidden;
}

.show_series .show_li_right .li_right_pic{
    height: 0;
    padding-bottom: 7.73rem;
    overflow: hidden;
}


.show_series .show_li_right .li_right_pic img{
    width: 100%;
}

.show_series .li_right_txt{
    border-top: 4px solid #fff;
}

.show_series .li_right_txt a{
    position: absolute;
    left: 10%;
    top: 22%;
}

.show_series .li_left_txt a, .show_series .li_right_txt a{
    font-size: 0.3rem;
    transition: all 0.6s; 
}

.show_series .li_left_txt a:hover, .show_series .li_right_txt a:hover{
    transform: scale(1.05); /* 放大1.1倍 */
}
.show_series img:hover {
  filter: brightness(60%);
  transition: filter 0.3s ease;
}

.show_series .li_left_txt h1,  .show_series .li_right_txt h1{
    text-transform:capitalize;
    font-size: 1rem;

}
.show_series .li_left_txt h1 em,  .show_series .li_right_txt h1 em {
    font-weight: 100;
    margin-left: 5%;
}

.show_series .li_left_txt i{
    display: block;
    margin-top: 1%;
    line-height: 200%;
    font-size: 0.3rem;
    font-weight: 200;
    width: 95%;
}

.show_series .li_right_txt i{
    display: block;
    margin-top: 1%;
    line-height: 200%;
    font-size: 0.3rem;
    font-weight: 200;
    width: 100%;
    
}

.footer{
    width: 100%;
    background: #242424;
    /* height: 0;
    padding-bottom: 20%; 
    height: 380px;*/
    margin-top: 0.5%;
}

.footer a:hover{
    color: #fff;
}

.footone{
    width: 30%;
    display: block;
    float: left;
    color: #8f8f8f;
    margin-top: 4%;
}

.footone dl {
    line-height: 260%;
}


.footone dl dd:nth-child(1){
    color: #fff;
}

.footone dl dt{
    color: #fff;
    margin: 2% 0 5% 0;
    font-size: 0.48rem;
}

.foottwo dl dt a{
    color: #fff;
}


.footone dl dd a{
    color: #999;
}


.foottwo{
    width: 53%;
    display: block;
    float: left;
    color: #8f8f8f;
    margin-top: 4%;
}


.foottwo dl{
    display: block;
    float: left;
    padding: 0 4%;
    line-height: 200%;
}

.foottwo dl dt{
    color: #fff;
}

.foottwo dl dd{
    color: #8f8f8f;
}


.foottwo dl dd a{
    color: #8f8f8f;
}

.footthree{
    text-align: center;
    display: block;
    float: right;
    color: #8f8f8f;
    margin-top: 4%;
}

.copyr{
    width: 100%;
    border-top: 1px solid #8f8f8f;
    text-align: center;
    color: #8f8f8f;
    margin-top: 2%;
    padding: 1% 0;
}




















