
/*--------------------------------
                         lun bo tu
------------------------------*/                
.home_content1{
    position: relative;
    z-index: 80;
    /*overflow: hidden;*/
}
.atlas{
    height: 450.7px;
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    /*overflow: hidden;*/
}
.atlas ul{
    position: relative;
    height: 100%;
}
.atlas ul li{
    width: 100%;
    display: none;
    position: absolute;
}

.atlas ul li img{
    width: 100%;
    display: block;
}

.atlas_round{
    display: table;
    margin: 0 auto;
    width: 75px;
    position: relative;
}
    .atlas_round ul{
        position: absolute;
        top: -24px;
    }
    .atlas_round ul li{
        border: 1px solid white;
        height: 8px;
        width: 8px;
        float: left;
        margin: 0 4px;
        border-radius: 50%;
        cursor: pointer;
    }

.atlas_round ul li.hover{
    background: #141311;
    border: 1px solid #141311;
}
.r_or_l{
    width: 1090px;
    height: 40px;
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -540px;
}

.left{
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url("../img/left_img.png") no-repeat left top;
    cursor: pointer;
    float: left;
}
.left:hover{
    background: url("../img/left_photo.png");
}
.right{
    float: right;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    display: none;
    background: url("../img/right_img1.png") no-repeat left top;
}
.right:hover{
    background: url("../img/right_photo1.png");
}
.now_page{
    float: left;
    line-height: 40px;
    font-size: 24px;
    color: #a07942;
    width: 30px;
    padding-left: 10px;
    text-align: center;
}
.division{
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #808080;
}
.all_page{
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #808080;
}
/* ×óÓÒ¼ýÍ· ½áÊø */
#active{
    display:block;
}
#active-list{
    background:#000;
    border:1px solid #000;
}

/*--------------------------------
                          part1
------------------------------*/
.part1{
    margin-top: 94px;
}

.part_abstract{
    text-align: center;
    margin-top: 53px;
    font-size: 18px;
    font-weight: normal;
    color: #353535;
}
.part_nav{
    width: 680px;
    margin: 46px auto 0;
}
.part_nav:after, .part_nav:before{
    content: '';
    height: 0;
    display: table;
}
.part_nav:after{
    clear: both;
}
.part_nav a{
    float: left;
    width: 158px;
    height: 38px;
    /*border: 1px solid #808080;*/
    text-align: center;
    margin-left: 10px;
    line-height: 38px;
    font-size: 18px;
    color: #353535;
    cursor: pointer;
    display: block;
    box-shadow: 0 0 2px rgba(0,0,0,0.7);
}
.part_nav a:first-child{
    margin-left: 0;
}
.part_nav a.on{
    background: #e62f34;
    color: white;
    border: 1px solid #e62f34;
}

.part1_change{
    width: 1208px;
    margin: 40px auto 0;
}
.change ul:after, .change ul:before{
    content: '';
    height: 0;
    display: table;
}
.change ul:after{
    clear: both;
}
.part1_change ul li{
    float: left;
    margin: 0 6px;
}
.part1_content{
    padding: 14px 14px 0;
    width: 260px;
    /*border: 1px solid #d7d7d7;*/
    height: 290px;
    background: white;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.change_notice{
    height: 344px;
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.change_notice div{
}
.change_notice:after, .change_notice:before{
    content: '';
    height: 0;
    display: table;
}
.change_notice:after{
    clear: both;
}
.change_notice_text{
    font-size: 14px;
    margin: 40px 48px 0;
    width: 500px;
}
.change_notice_text ol li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.change_notice_text ol li a{
    color: #a6a6a6;
}
.change_notice_text ol li a b{
    padding: 0 10px;
    color: #a6a6a6;
    font-size: 18px;
}
.line_vertical{
    height: 246px;
    border-right: 1px dashed #a6a6a6;
    margin-top: 40px;
}
.change_notice_text ol li a:hover{
    color: #ff0000;
    font-weight: 700;
}
.change_notice_text ol li a:hover b{
    color: #ff0000;
}

.news_img{
    width: 260px;
    height: 162px;
    overflow: hidden;
}
.news_img img{
    width: 100%;
    height: 100%;
}
.part1_content h1{
    font-size: 14px;
    font-weight: normal;
    color: #2f2f2f;
    white-space: nowrap;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
    margin-top: 10px;
}
.part1_content p{
    font-size: 12px;
    color: #949494;
    line-height: 20px;
}
.this_href{
    width: 290px;
    color: #eeeeee;
    height: 40px;
    background: #979797;
    display: block;
    text-align: center;
    line-height: 40px;
}
.this_href:hover{
    background: #e62f34;
}
.part1_foot_href{
    margin-top: 60px;
    text-align: center;
}
.part1_foot_href p{
    color: #353535;
    font-size: 14px;
    line-height: 20px;
}
.banner1{
    width: 1200px;
    height: 200px;
    overflow: hidden;
    margin: 60px auto;
}
.banner1 img{
    height: 100%;
    width: 100%;
}


/*--------------------------------
                          part2
------------------------------*/
.part2{
    width: 100%;
    height: auto;
}
.background_part2{
    width: 100%;
    position: relative;
    background: url("../img/part2_background.png") repeat-x left top;
    padding-top: 125px;
}
.red_background_part2{
    width: 1200px;
    height: 430px;
    background: #e62f34;
    margin: 0 auto;
    position: relative;
}
.itf_video{
    width: 640px;
    height: 430px;
    background: #707070;
    position: absolute;
    top: -30px;
    left: 80px;
    overflow: hidden;
}
.itf_video video{
    width: 640px;
    height: 430px;
}
.part2_text{
    width: 300px;
    float: right;
    margin-top: 70px;
    margin-right: 100px;
}
.part2_text h1{
    font-size: 18px;
    color: white;
    font-weight: normal;
}
.part2_text p{
    width: 300px;
    font-size: 14px;
    color: white;
    text-align: justify;
    line-height: 30px;
    margin-top: 30px;
}
.part2_text h2{
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: white;
    margin-top: 30px;
}


/*--------------------------------
                          part3
------------------------------*/
.part3{
    margin-top: 110px;
}
.part3_content{
    width: 1150px;
    height: 100%;
    padding: 25px;
    overflow: hidden;
    background: rgba(151,151,151,0.1);
    margin: 46px auto 0;
}
.celebrity{
    width: 600px;
}
.celebrity ul li{
    width: 280px;
    margin-right: 20px;
    background: white;
    float: left;
    height: 315px;
    overflow: hidden;
    cursor: pointer;
}
.celebrity ul li:nth-child(3){
    margin-top: 20px;
}
.celebrity ul li:nth-child(4){
    margin-top: 20px;
}
.celebrity ul li:last-child{
    margin-top: 20px;
}
.celebrity ul li p{
    padding: 0 10px;
}
.celebrity ul li h1{
    /*color: #373737;*/
    font-weight: normal;
    font-size: 18px;
    padding: 0 10px;
    line-height: 35px;
}
/*.celebrity ul li p.on_e{*/
    /*color: #e63136;*/
/*}*/
#on_e{
    color: #e63136;
}
.celebrity ul li h1 span{
    font-size: 12px;
    margin-left: 30px;
}
.celebrity_img{
    width: 280px;
    height: 250px;
    overflow: hidden;
}
.celebrity_detail{
    background: #e62f34;
    width: 520px;
    height: 950px;
    color: white;
    padding: 15px;
    overflow: auto;
}
.celebrity_detail_img{
    height: 250px;
    width: 220px;
    overflow: hidden;
    margin-left: 10px;
}
.celebrity_detail_img img{
    width: 100%;
}
.celebrity_detail h1{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
.celebrity_detail h1 span{
    margin-left: 20px;
    font-size: 14px;
}
.celebrity_detail p{
    font-size: 15px;
    line-height: 30px;
}

/*--------------------------------
                          part4
------------------------------*/
.part4{
    width: 100%;
    height: 840px;
    background: #272727;
    padding-top: 128px;
}
.part_title1{
    width: 1200px;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    color: #e62f34;
    border-bottom: 1px solid #e62f34;
    height: 18px;
}
.part_title1 span{
    background: #272727 ;
    width: 420px;
    display: block;
    margin:  0 auto;
}
.part_abstract1{
    text-align: center;
    margin-top: 53px;
    font-size: 18px;
    font-weight: normal;
    color: white;
}
.test_box{
    width: 1200px;
    height: 300px;
    margin: 46px auto 0;
    text-align: center;
}
.test_box ul li{
    width: 290px;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    float: left;
    cursor: pointer;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.test_box_img{
    width: 290px;
    height: 350px;
    overflow: hidden;
}
.test_box_img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: .5s transform;
    transform: translateZ(0);
}
.test_box_img:hover img{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.21);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.test_box ul li:hover .test_box_text{
    top: 200px;
    background: rgba(230,47,52,0.5);
}
.test_box_text{
    position: absolute;
    color: white;
    height: 300px;
    left: 0;
    top: 350px;
    transition: all .7s;
    width: 290px;
}
.test_box_text h1{
    font-size: 24px;
    margin-top: 30px;
}
.test_box_text h2{
    color: white;
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
}
.test_box_text p{
    line-height: 24px;
    margin-top: 60px;
}

/*--------------------------------
                          part5  jingcaishipin
------------------------------*/
.part5{
    height: 650px;
    width: 100%;
    padding-top: 128px;
}
/*--ÍâÃæºÐ×Ó--*/
.atlas3{
    margin: 40px auto 0;
    width: 1200px;
    position: relative;
}
/*--½¹µãÑùÊ½--*/
.button{
    margin-top: 30px;
    height: 20px;
    width: 1200px;
}
.button ul{
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}
.button ul li{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #999999;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: white;
    font-size: 14px;
    margin: 0 5px;
    cursor: pointer;
}
.button ul li.on_a{
    background: red;
}
/*--¼ýÍ·--*/
#btnLeft{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: url("../img/sprite.png") no-repeat 0 0;
    height: 16px;
    width: 13px;
}
#btnRight{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: url("../img/sprite.png") no-repeat -16px 0;
    height: 16px;
    width: 13px;
}
.some_img{
    margin-top: 40px;
    height: 321px;
    position: relative;
    width: 1200px;
    overflow: hidden;
}
.some_img ul{
    position: absolute;
    left: 0;
    -webkit-transition: left 3s ease;
    -moz-transition: left 3s ease;
    -o-transition: left 3s ease;
    transition: left 3s ease;
}
.some_img ul li{
    width: 1200px;
    float: left;
    height: 321px;
    overflow: hidden;
}
.some_img ul li .video{
    float: left;
    width: 390px;
    height: 321px;
    overflow: hidden;
    border-radius: 6px;
    background: #272727;
    margin: 0 5px;
}
.video_img{
    width: 390px;
    height: 220px;
    overflow: hidden;
}
.video_img img{
    width: 100%;
    height: 100%;
}
.video_text_h1{
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #3c3c3c;
    color: #d7d7d7;
    padding: 0 20px;
}
.video_text_p{
    color: #d7d7d7;
    font-size: 14px;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
}
.video_text_p img{
    vertical-align: middle;
    margin-right: 10px;
}
/*--------------------------------
                          part6   mingxingdaoguan
------------------------------*/
.part6{
    height: 700px;
    width: 100%;
    padding-top: 128px;
    background: url("../img/part5_background.png") no-repeat top left;
}
.part_title2{
    width: 1200px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: normal;
    color: #e62f34;
    text-align: center;
}
.part_title2 b{
    width: 390px;
    height: 18px;
    border-bottom: 1px solid #e62f34;
    display: block;
}
.part_title{
    width: 1200px;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    color: #373737;
    height: 18px;
}
/*.part_title span{*/
    /*width: 420px;*/
    /*display: block;*/
    /*margin:  0 auto;*/
/*}*/
.part_title b{
    width: 390px;
    height: 18px;
    border-bottom: 1px solid #373737;
    display: block;
}

.atlas4{
    width: 1200px;
    height: 337px;
    background: white;
    margin: 40px auto 0;
    overflow: hidden;
    position: relative;
}
.atlas4 ul{
    position: absolute;
    height: 337px;
}
.atlas4 ul li{
    float: left;
    width: 1200px;
    height: 337px;
}
.atlas4_round{
    width: 100%;
    height: 10px;
    text-align: center;
}
.atlas4_round p{
    margin: 40px auto 0;
    height: 10px;
}
.atlas4_round p span{
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    text-align: center;
    float: left;
    display: block;
    cursor: pointer;
}
.a{background:red;}
.b{background:yellow;}


.footer{
    height: 510px;
    width: 100%;
    background: #2a2a2a;
}
.foot{
    height: 30px;
    width: 100%;
    background: #0d0d0d;
}
.foot_content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
.foot_up{
    border-bottom: 1px solid white;
    padding-bottom: 30px;
}
.foot_l{
    height: 90px;
    width: 500px;
    line-height: 90px;
}
.foot_l img{
    vertical-align: middle;
}
.foot_r{
    color: white;
    font-size: 12px;
    text-align: center;
}
.foot_r ul li{
    float: left;
    margin: 0 10px;
}
.foot p{
    color: #c2c0c0;
    text-align: center;
    line-height: 30px;
}
.foot p span{
    margin-right: 30px;
}
.foot_down{
    width: 1200px;
    margin: 20px auto 0;
    color: #d7d5d5;
    font-size: 16px;
}
.foot_down ul{
    margin-top: 30px;
}
.foot_down ul li{
    float: left;
    padding:0 49px;
    line-height: 48px;
}
.foot_down ul li img{
    padding-top: 40px;
}
.foot_down_top{
    margin-top: 48px;
}
.line_foot{
    border-right: 1px dashed white;
    border-left: 1px dashed white;
}
