body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,form,input,p,th,td{
    margin:0;
    padding:0;}
img{border:0px;}
ul {margin:0px;padding:0px;}
ul li {list-style:none;}
*{
    font-family:"Microsoft YaHei","微软雅黑";
}

.activity-container{
    width: 100%;
}
.activity-header{
    width: 100%;
    text-align: center;
}
.header-bg{
    width: 100%;
    height: auto;
}

/*main1*/
.activity-main1{
    width: 1200px;
    height: 1114px;
    margin: 0 auto;
    background-image: url(../images/activity/main1bg.jpg);
}
.main1{
    width: 100%;
}
.main1 h1{
    font-size: 42px;
    color: #fff9ee;
    text-align: center;
    line-height: 130px;
}
.main1-pro1{
    width: 1200px;
    height: 488px;
}
.main1-pro1-text{
    height: 360px;
    float: left;
    padding-top: 95px;
    padding-left: 145px;
}
.prospe{
    margin-top: 15px;
}
.protit{
    font-size: 34px;
    color: #baa986;
    border: 1px solid #baa986;
    border-left: none;
    border-right: none;
    padding: 5px;
}
.prodec{
    font-size: 25px;
    color: #baa986;
    margin-top: 15px;
}
.propri{
    font-size: 31px;
    color: #231815;
    margin-top: 8px;
}
.main1-pro1-pic{
    float: right;
}
.main1-pro2{
    width: 1200px;
    height: 496px;
}
.main1-pro2-text1{
    height: 320px;
    float: left;
    padding-left: 145px;
    padding-top: 80px;
}
.main1-pro2-text1 h3{
    font-size: 22px;
    line-height: 46px;
}
.main1-pro2-text1 p{
    font-size: 16px;
    line-height: 27px;
}
.main1-pro2-pic{
    height: 496px;
    float: left;
    /*margin-left: 22px;*/
}
.main1-pro2-text2{
    height: 406px;
    float: right;
    text-align: right;
    margin-top: 50px;
    margin-right: 125px;
}
/*main2*/
.activity-main2{
    width: 1200px;
    height: 2608px;
    background-image: url(../images/activity/main2bg.png);
    margin: 0 auto;
}
.main2{
    width: 100%;
    text-align: center;
}
.main2tit{
    padding-top: 65px;
}
.main2-pro1{
    width: 1200px;
    height: 883px;
    background-image: url(../images/activity/activity-main2-pro1.png);
    margin-top: 57px;
}
.main2-pro2{
    width: 1200px;
    height: 611px;
    background-image: url(../images/activity/activity-main2-pro2.png);
}
.main2-pro3{
    width: 1200px;
    height: 870px;
    background-image: url(../images/activity/activity-main2-pro3.png);
}
/*banner*/
.activity-banner{
    width: 1200px;
    height: 480px;
    margin: 0 auto;
}
.bannerBtn{
    width: 138px;
    height: 33px;
    position: relative;
    top: -189px;
    left: 772px;
    background-image: url(../images/activity/activity-banner-button.png);
    border: none;
    outline: none;
    cursor: pointer;
}

/*button1*/
.bg-1 .button {
    color: #080404;
    border-color: #080404;
    /*background-color: white;*/
    font-size: 20px;
}
.button {
    float: left;
    min-width: 165px;
    max-width: 250px;
    height: 52px;
    display: block;
    margin-top:14px;
    padding: 0em 2em;
    border: 1px solid #080404;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.button:focus {
    outline: none;
}
.button > span {
    vertical-align: middle;
}
.button--wayra {
    overflow: hidden;
    width: 131px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    /*background: #fff;*/
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
    color: #fff;
    border-color: #8fd8d7;
}
.button--wayra.button--inverted:hover {
    color: #8fd8d7;
    border-color: #fff;
}
.button--wayra:hover::before {
    opacity: 1;
    background-color: #8fd8d7;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
    background-color: #fff;
}
.button--border-thin {
    border: 1px solid;
}
.button--round-s {
    border-radius: 5px;
}
/*button2*/
.bg-1 .button2 {
    color: #8fd8d7;
    border-color: #8fd8d7;
    background-color: #f7f7f7;
    font-size: 19px;
}
.button2 {
    float: left;
    min-width: 165px;
    max-width: 250px;
    height: 45px;
    display: block;
    padding: 0em 2em;
    border: 1px solid #080404;
    color: inherit;
    vertical-align: middle;
    position: relative;
    top: -167px;
    left: 269px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    outline: none;
}
.button--wayra2 {
    overflow: hidden;
    width: 131px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    /*background: #fff;*/
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra2:hover {
    color: #fff;
    border-color: #8fd8d7;
}
.button--wayra2.button--inverted:hover {
    color: #8fd8d7;
    border-color: #fff;
}
.button--wayra2:hover::before {
    opacity: 1;
    background-color: #8fd8d7;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra2.button--inverted:hover::before {
    background-color: #fff;
}