@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*background: transparent;*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {    border:0;}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    font-size:200%;
    font-weight:normal;
}
:focus { outline: 0;}
a{ text-decoration:none;}
a:hover img{ border:none;}

/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* 头部 */
.header{
    width: 100%;
}
.header_box{
    width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
}
.header_box .left{
	margin-top:0px;
	margin-left:200px;
    float: left;
}
.header_box .left ul{
    
}
.header_box .left ul li{
    width: 80px;
    float: left;
    height: 50px;
}
.header_box .left ul li a{
    font-size: 14px;
    color: #697c81;
    text-align: center;
    display: block;
    cursor: pointer;
    line-height: 50px;
}
.header_box .intermediate{
    float: left;
    display: flex;
    margin: 0 75px;
}
.header_box .intermediate .one{

}
.header_box .intermediate .two{
    margin-left: 15px;
}
.header_box .intermediate .two p:nth-child(1){
    font-size: 26px;
    color: rgb(0, 0, 0);
}
.header_box .intermediate .two p:nth-child(2){
    font-size: 14px;
    color: rgb(153, 153, 153);
}
.header_box .right{
    float: left;
}
.header_box .right ul{
    
}
.header_box .right ul li{
    width: 107px;
    float: left;
    height: 50px;
}
.header_box .right ul li a{
    font-size: 14px;
    color: #697c81;
    text-align: center;
    display: block;
    cursor: pointer;
    line-height: 50px;
}

/* 轮播图 */
.banner{
    margin-top: 30px;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
    
}
.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner .swiper-slide img{
    width: 100%;
}

/* 第一个 */
.first_box{
    width: 100%;
}
.first{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.first .top{
    
}
.first .top .left{
    width: 50%;
    float: left;
}
.first .top .left p:nth-child(1){
    color: rgb(51, 51, 51);
    font-size: 48px;
}
.first .top .left p:nth-child(2){
    color: rgb(170, 170, 170);
    font-size: 16px;
    margin-top: 15px;
}
.first .top .left p:nth-child(3){
    color: rgb(170, 170, 170);
    font-size: 16px;
}
.first .top .right{
    width: 50%;
    float: left;
}
.first .top .right ul{
    margin-top: 80px;
    float: right;
}
.first .top .right ul li{
    float: left;
    width: 120px;
}
.first .top .right ul li a{
    font-size: 14px;
    color: rgb(105, 124, 129);
    font-weight: normal;
    font-style: normal;
    display: block;
    text-align: center;
    cursor: pointer;
}
.first .under{
   margin-top: 30px; 
}
.first .under ul{

}
.first .under ul li{
    float: left;
    width: 30%;
    margin-right: 4%;
    margin-bottom: 4%;
    transition:all 0.4s ease;
}
.first .under ul li:nth-child(3n){
    margin-right: 0;
}
.first .under ul li:hover{
    transform:scale(.9,.9);
	transition:all 0.4s ease;
}
.first .under ul li a{
    cursor: pointer;
}
.first .under ul li a img{
    width: 100%;
}
.first .under ul li a video{
    width: 100%;
}
/* 第二个 */
.second_box{
    width: 100%;
}
.second{
    width: 1200px;
    margin:0 auto;
    margin-top: 60px;
}
.second .top{
    
}
.second .top .left{
    width: 50%;
    float: left;
}
.second .top .left p:nth-child(1){
    color: rgb(51, 51, 51);
    font-size: 48px;
}
.second .top .left p:nth-child(2){
    color: rgb(170, 170, 170);
    font-size: 16px;
    margin-top: 15px;
}
.second .top .left p:nth-child(3){
    color: rgb(170, 170, 170);
    font-size: 16px;
}
.second .under{
    margin-top: 30px;
    position: relative;
}
.second .under .left{
    width: 50%;
    float: left;
}
.second .under .left img{
    width: 100%;
}
.second .under .right{
    width: 55%;
    position: absolute;
    top: -9%;
    right: 0;
    height: 370px;
    background-color: rgb(240, 242, 243);
    z-index: -1;
}
.second .under .right p{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 220%;
    color: rgb(102, 102, 102);
    width: 80%;
    margin-top: 13%;
    margin-left: 15%;
}
/* 第三个 */
.third_box{
    width: 100%;
}
.third{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.third .top{
    
}
.third .top .left{
    width: 50%;
    float: left;
}
.third .top .left p:nth-child(1){
    color: rgb(51, 51, 51);
    font-size: 48px;
}
.third .top .left p:nth-child(2){
    color: rgb(170, 170, 170);
    font-size: 16px;
    margin-top: 15px;
}
.third .top .left p:nth-child(3){
    color: rgb(170, 170, 170);
    font-size: 16px;
}
.third .under{
    margin-top: 30px;
}
.third .under ul{

}
.third .under ul li{
    float: left;
    width: 31%;
    margin-right: 3%;
}
.third .under ul li:nth-child(3n){
    margin-right: 0;
}
.third .under ul li a{
    cursor: pointer;
}
.third .under ul li a .top{
	transition:all 0.4s ease;
}
.third .under ul li a .top:hover{
    transform:scale(.9,.9);
	transition:all 0.4s ease;
}
.third .under ul li a .top img{
    width: 100%;
}
.third .under ul li a .top video{
    width: 100%;
}
.third .under ul li a .under{
    margin-top: 15px;
}
.third .under ul li a .under .title{
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
}
.third .under ul li a .under .time{
    font-size: 11px;
    padding-top: 10px;
    color: #929292;
}
.third .under ul li a .under .desc{
    font-size: 13px;
    line-height: 26px !important;
    padding-top: 5px;
    color: #888888;
    font-weight: normal;
}

/* 脚部 */
.foot_box{
    width: 100%;
    background-color: rgb(240, 242, 243);
    margin-top: 60px;
}
.foot{
    width: 1200px;
    margin: 0 auto;
}
.foot p{
    width: 100%;
    font-size: 14px;
    color: #757575;
    text-align: center;
    padding: 15px 0;
}



/* 关于我们 */
.about .about_banner{
    width: 100%;
    margin-top: 30px;
}
.about .about_banner img{
    width: 100%;
    display: block;
}
.about .line{
    width: 100%;
    height: 30px;
    background: rgb(240, 242, 243);
}
.about .content_box{
    width: 100%;
    margin-top: 30px;
}
.about .content_box .content{
    width: 1200px;
    margin:0 auto;
}
.about .content_box .content p{
    font-size: 14px;
    line-height: 230%;
    color: rgb(102, 102, 102);
}

.about .content_box .login{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.about .content_box .login p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.about .content_box .login input{
    width: 200px;
    margin-bottom: 15px;
    padding: 8px;
}

/* 特色套餐 */
.features{
    width: 100%;
    margin-top: 30px;
}
.features .features_banner{
    width: 100%;
    margin-top: 30px;
}
.features .features_banner img{
    width: 100%;
    display: block;
}
.features .line{
    width: 100%;
    height: 30px;
    background: rgb(240, 242, 243);
}
.features .features_content_box{
    width: 100%;
}
.features .features_content_box .features_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.features .features_content_box .features_content ul{

}
.features .features_content_box .features_content ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.features .features_content_box .features_content ul li:nth-child(2n){
    margin-right: 0;
}
.features .features_content_box .features_content ul li a{
    
}
.features_content ul li a .top{
    transition:all 0.4s ease;
}
.features_content ul li a .top:hover{
    transform:scale(.9,.9);
	transition:all 0.4s ease;
}
.features_content ul li a .top img{
    width: 100%;
}
.features_content ul li a .top video{
    width: 100%;
}
.features_content ul li a .under{
    margin-top: 15px;
}
.features_content ul li a .under .title{
    font-size: 16px;
    color: #666666;
}
.features_content ul li a .under .money{
    font-size: 32px;
    color: #697c81;
}
.features_content ul li a .under .money span{
    font-size: 20px;
    color: #666666;
}


/* 客片欣赏 */
.enjoy{
    width: 100%;
    margin-top: 30px;
}
.enjoy .enjoy_banner{
    width: 100%;
    margin-top: 30px;
}
.enjoy .enjoy_banner img{
    width: 100%;
    display: block;
}
.enjoy .line{
    width: 100%;
    height: 30px;
    background: rgb(240, 242, 243);
}
.enjoy_content{
    width: 100%;
}
.enjoy_content .enjoy_content_box{
    width: 1200px;
    margin: 0 auto;
}
.enjoy_content .enjoy_content_box ul{
    margin-top: 60px;
}
.enjoy_content .enjoy_content_box ul li{
    float: left;
    width: 23%;
    height: 220px;
    margin-right: 2%;
    margin-bottom: 15px;
}
.enjoy_content .enjoy_content_box ul li:nth-child(4n){
    margin-right: 0%;
}
.enjoy_content .enjoy_content_box ul li a{
    
}
.enjoy_content .enjoy_content_box ul li a .top{
    
}
.enjoy_content .enjoy_content_box ul li a .top img{
    width: 100%;
}
.enjoy_content .enjoy_content_box ul li a .top video{
    width: 100%;
}
.enjoy_content .enjoy_content_box ul li a .under{
    margin-top: 10px;
}
.enjoy_content .enjoy_content_box ul li a .under p{
    font-size: 16px;
    color: #666666;
}
.enjoy_content .page_number{
    width: 1200px;
    margin: 0 auto;
}
.enjoy_content .page_number ul{

}
.enjoy_content .page_number ul li{
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 1%;
    border: 1px solid #000;
}
.enjoy_content .page_number ul li:nth-child(4n){
    margin-right: 1%;
}
.enjoy_content .page_number ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.enjoy_content .page_number ul li .active{
    background-color: #000;
    color: #fff;
}
.enjoy_content .page_number ul li a:hover{
    background-color: #000;
    color: #fff;
}


/* 详情 */
.detail{
    width: 100%;
    margin-top: 30px;
}
.detail .detail_banner{
    width: 100%;
    margin-top: 30px;
}
.detail .detail_banner img{
    width: 100%;
    display: block;
}
.detail .line{
    width: 100%;
    height: 30px;
    background: rgb(240, 242, 243);
}
.detail .detail_content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.detail .detail_content .title{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.detail .detail_content .time{
    font-size: 12px;
    color: #5A5A5A;
    text-align: center;
    margin-top: 8px;
}
.detail .detail_content .content{
    line-height: 30px;
    color: #666666;
    line-height: 24px;
    margin-top: 30px;
}
















