/*公共文件--头+尾*/
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
ul li{
    display: inline-block;
}
.box{
    width: 1920px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.box_main{
    width: 1200px;
    /*border: 1px solid red;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.header{
    width: 100%;
    height: 100px;
    position: relative;
}
.header .box_main{
    height: 100px;
}
.header .box_main .logo{
    display: inline-block;
    width: 180px;
    height: 60px;
    margin-top: 20px;
}
.header .box_main .logo img{
    width: 180px;
    height: 60px;

}
.header .box_main ul{
    width: 716px;
    height: 100px;
    /*border: 1px solid black;*/
    position: absolute;
    right: 0;
    top: 0;
}
.header .box_main  ul li{
    height: 54px;
    color: #FA786E;
    font-size: 20px;
    line-height: 60px;
    padding: 20px;
    /*border: 1px solid black;*/
}
.header .box_main  ul li:hover{
    cursor: pointer;
}

.header .box_main  ul li:nth-child(6){
    border-bottom: 6px solid #FA786E;
}
.header .box_main ul li a{
    color: #FA786E;
    text-decoration: none;
}
.main{
    width: 100%;

}

.footer {
    width: 100%;
    height: 200px;
    background: #333333;
}
.footer a{
    text-decoration: none;
}
.footer .box_main ul{
    float: left;
}
.footer .box_main ul:nth-child(1){
    color: #EEEEEE;
    font-size: 14px;
    width: 380px;
}
.footer .box_main ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.footer .box_main ul:nth-child(2){
    width: 150px;
    color: #8B8B8B;
    font-size: 14px;
}
.footer .box_main ul:nth-child(3){
    width: 150px;
    color: #8B8B8B;
    font-size: 14px;
}
.footer .box_main ul:nth-child(4){
    width: 420px;
    font-size: 14px;
    color: #EEEEEE;
}
/*公共文件--头+尾*/
.main{
    width: 100%;
    height: 2456px;
    background: #181818;;
}
.main .banner{
    width: 100%;
    height: 600px;
    background: url("img/banner.png") no-repeat 100%;
    background-size: 100% 100%;
}
.main .banner .box_main{
    height: 600px;
    text-align: center;
}
.main .banner .box_main .banner_words{
    width: 1115px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.main .banner .box_main .banner_words .banner_title{
    width: 1115px;
    height: 118px;
    font-size: 84px;
    font-weight: 600;
    color: #FAFDFC;
    line-height: 118px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 6px #3A2A29;
}
.main .banner .box_main .banner_words .banner_line{
    width: 515px;
    height: 2px;
    background: linear-gradient(90deg, #FA786E 0%, rgba(193, 190, 137, 0) 100%);
    margin: 0 auto;
}
.main .banner .box_main .banner_words .banner_word{
    height: 75px;
    font-size: 54px;
    font-weight: 600;
    color: #FAFDFC;
    line-height: 75px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 6px #3A2A29;
}
.main .banner .box_main .banner_words .banner_word2{
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #FAFDFC;
    line-height: 48px;
    text-shadow: 0px 0px 6px #3A2A29;
}
.act_1{
    width: 100%;
    height: 500px;
}
.act_1 .box_main{
    height: 500px;
}
.main .act .act_title{
    height: 50px;
    text-align: center;
}
.main .act .act_title{
    height: 50px;
    font-size: 34px;
    font-weight: 600;
    color: #EEEEEE;
    line-height: 48px;
    border-top: 2px solid #FA786E;
    border-bottom: 2px solid #FA786E;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
}
.main .act .act_title .act_title_left{
    width: 0px;
    height: 0px;
    border: 10px solid #FBDD81;
    border-top-color: #FBDD81;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -5px;
    left: -5px;
    transform: rotateZ(135deg);
}
.main .act .act_title .act_title_right{
    width: 0px;
    height: 0px;
    border: 10px solid #FBDD81;
    border-top-color: #FBDD81;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -5px;
    right: -5px;
    transform: rotateZ(-45deg);
}

.main .act_1 .box_main .act_main{
    height: 365px;
    width: 1200px;
    /*border: 1px solid white;*/
    position: absolute;
    top: 120px;
}
.main .act_1 .box_main .act_main .act_main_left{
    width: 556px;
    height: 365px;
    position: relative;
}

.main .act_1 .box_main .act_main .act_main_left p{
    width: 400px;
    height: 56px;
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 56px;
}

.main .act_1 .box_main .act_main .act_main_left span{
    display: block;
    width: 140px;
    height: 6px;
    background: #FBDD81;
    position: absolute;
    top: 90px;
}
.main .act_1 .box_main .act_main .act_main_left div{
    width: 556px;
    height: 270px;
    font-size: 21px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    text-align: justify;
    position: absolute;
    top: 120px;
}

.main .act_1 .box_main .act_main .act_main_right{
    width: 600px;
    height: 365px;
    background: rgba(39, 39, 39, 0.56);
    box-shadow: inset 0px 0px 7px 5px rgba(148, 55, 48, 0.31);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 245, 117, 1), rgba(120, 57, 40, 1)) 2 2;
    position: absolute;
    top: 0;
    right: 0;
}
.main .act_1 .box_main .act_main .act_main_right img{
    width: 100%;
    height: 100%;
}
.act_2{
    width: 100%;
    height: 680px;
}
.act_2 .box_main{
    height: 680px;
}


.act_2 .box_main .act_main{
    margin-top: 190px;
}
.act_2 .box_main .act_main li{
    width: 290px;
    height: 454px;
    background: url("img/act2_bk.png") no-repeat 100%;
    background-size: 100% 100%;
    margin: 3px;
    position: relative;
}
.act_2 .box_main .act_main li .act_img{
    width: 290px;
    height: 300px;
    /*border: 1px solid white;*/
    position: relative;
    top: -90px;
}
.act_2 .box_main .act_main li img{
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
}
.act_2 .box_main .act_main li p{
    display: inline-block;
    width: 290px;
    height: 42px;
    font-size: 30px;
    font-weight: 500;
    color: #EEEEEE;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    top: 238px;
}
.act_2 .box_main .act_main li div{
    width: 226px;
    height: 120px;
    font-size: 22px;
    font-weight: 500;
    color: #EEEEEE;
    line-height: 30px;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;
    margin: auto;
    text-align: justify;
}
.act_3{
    width: 100%;
    height: 675px;
}
.act_3 .box_main{
    height: 675px;
}
.act_3 .box_main .act_main{
    margin-top: 120px;
}
.act_3 .box_main .act_main li{
    width: 376px;
    height: 488px;
    background: rgba(39, 39, 39, 0.56);
    box-shadow: inset 0px 0px 7px 5px rgba(148, 55, 48, 0.31);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 245, 117, 1), rgba(120, 57, 40, 1)) 2 2;
    float: left;
    margin:10px;
    position: relative;
}
.act_3 .box_main .act_main li .act_main_title{
    width: 144px;
    height: 34px;
    font-size: 34px;
    color: #FAFDFC;
    line-height: 34px;
    letter-spacing: 1px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;

}

.act_3 .box_main .act_main li img{
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.act_3 .box_main .act_main li p{
    display: inline-block;
    width: 100%;

    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}



