
/*初始化*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*公共样式*/

.c-clear {
    zoom: 1;
}

.c-clear:after {
    content: '';
    display: block;
    clear: both;
}

.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

body.c-open {
    position: fixed;
    left: 0;
    width: 100%;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}






/* 公共标题 */

.c-common-title {
    text-align: center;
    line-height: 1;
}

.c-common-title .c-en-title {
    font-family: 'SourceHanSerifCN-Bold', 'SimSun';
    font-size: 140px;
    color: transparent;
    opacity: .2;
    -webkit-text-stroke: 1px #b42749;
}

.c-common-title .c-title {
    font-family: 'webfont', 'SimSun';
    font-weight: normal;
    margin-top: -90px;
    font-size: 60px;
}

.c-common-title .c-text {
    padding-top: 50px;
    line-height: 26px;
}

.c-common-title2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 1.5em;
}

.c-common-title2 .c-en-title {
    font-family: 'SourceHanSerifCN-Bold', 'SimSun';
    font-size: 72px;
    color: #333;
    opacity: .1;
}

.c-common-title2 .c-title {
    font-family: 'webfont', 'SimSun';
    font-weight: normal;
    margin-top: -30px;
    font-size: 48px;
}

.c-common-title2 .c-line {
    margin: 20px auto 0;
    width: 30px;
    border-top: 2px solid #b42749;
}

.c-common-title2 .c-text {
    padding-top: 20px;
    font-size: 24px;
    line-height: 34px;
}

.c-common-title2 .c-text2 {
    padding: 25px 0 30px;
    font-size: 30px;
    line-height: 40px;
    color: #b42749;
}

.c-common-title2 .c-text3 {
    max-width: 1;
    line-height: 26px;
    color: #666;
}



/*background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 10%);
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(122, 97, 97, 0) 10%);*/

.bt h3{
    padding: 0em 1.3em 1em 0em;
    font-size: 24px;
    color: #22395b;
}
.bt h3 span{
    width: 8px;
    height: 30px;
    background: #22395b;
    display: block;
    float: left;
    margin-right: 10px;
}
/* 活动类型 */

#c-main-content {
    background-size: 100% 100% 100%;
    overflow: hidden;
}

#c-activity {
    padding-top: 80px;
}

#c-activity .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 55px -15px 70px;
}

#c-activity .c-list li {
    margin-bottom: 30px;
    padding: 0 15px;
}

#c-activity .c-list .c-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    transition: .5s;
}

#c-activity .c-list .c-ico img {
    max-width: 50px;
    max-height: 50px;
}

#c-activity .c-list .c-ico img:nth-child(2) {
    display: none;
}

#c-activity .c-list li:hover .c-ico {
    background: #b42749;
}

#c-activity .c-list li:hover .c-ico img:nth-child(1) {
    display: none;
}

#c-activity .c-list li:hover .c-ico img:nth-child(2) {
    display: block;
}

#c-activity .c-list .c-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.c-banner6-top {
    z-index: 10;
    margin-bottom: -16px;
    padding-bottom: 16px;
}

.c-banner6-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 100px;
    font-size: 36px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.c-banner6-top .swiper-slide .c-title {
    font-size: 24px;
    text-align: center;
}

.c-banner6-top .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -12px;
    border-top: 16px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transition: .5s;
}

.c-banner6-top .swiper-slide-thumb-active {
    background: #22395b;
}

.c-banner6-top .swiper-slide-thumb-active::before {
    border-top: 16px solid #22395b;
}

.c-banner6-bottom {
    background: #fff;
}

.c-banner6-bottom>.swiper-wrapper>.swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 80px;
    background: #f2f2f2;
}

.c-banner6-bottom .c-img-box {
    width: 43%;
}

.c-banner6-bottom .c-text-box {
    padding-left: 80px;
    width: 57%;
}

.c-banner6-bottom .c-text-box .c-title {
    font-size: 24px;
    line-height: 46px;
}

.c-banner6-bottom .c-text-box .c-text {
    padding: 30px 0;
    line-height: 2;
    color: #666;
    font-size: 16px;
}

.c-banner6-bottom .c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 54px;
    border-radius: 27px;
    color: #fff;
    background: #b42749;
}

.c-banner6-bottom .c-btn::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid #fff;
}

.c-banner6-bottom .swiper-slide {
    opacity: 0 !important;
    z-index: 1;
}

.c-banner6-bottom .swiper-slide-active {
    z-index: 2;
    opacity: 1 !important;
}

.c-banner7 .swiper-slide {
    overflow: hidden;
}

.c-banner7 .swiper-slide img {
    width: 100%;
    height: 4rem;
    object-fit: cover;
}

.c-banner7 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, .5);
}

.c-banner7 .swiper-pagination-bullet-active {
    background: #b42749;
}
.zsimg{
    width: 100%;
    height: auto;
    transition: all 1s;
}
.zsimg img{
     transform: scale(1.2);
}
.jian{
    width: 100%;
    height: auto;
    margin: 2em auto;
    overflow: hidden;
}
.jian .zuo{
    width: 59%;
    height: auto;
    float: left;
    overflow: hidden;
}
.jian .zuo .te{
    background: #22395b;
    width: 90%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 0.8em 0;
}
.jian .zuo .tf{
    background: #cfd0d1;
    width: 90%;
    text-align: center;
    font-size: 14px;
    padding: 0.8em;
    overflow: hidden;
}
.jian .zuo .tg{
    background: #dddfe2;
    width: 90%;
    text-align: center;
    font-size: 14px;
    padding: 0.8em;
    overflow: hidden;
}
.jian .zuo .left{
    width: 30%;
    height: auto;
    float: left;
    overflow: hidden;
}
.jian .zuo .right{
    width: 70%;
    height: auto;
    float: right;
}
.jian .you{
    width: 40%;
    float: right;
    height: auto;
    overflow: hidden;
}
.jian .you .bi{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.jian .you .bi h4{
    width: 30%;
    height: auto;
    float: left;
    text-align: center;
    background: #22395b;
    color: #fff;
    padding: 0.8em;
    font-size: 18px;
    font-weight: normal;
}
.jian .you .bj{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 1em 0;
}
.jian .you .bj h5{
    font-size: 16px;
    padding: 0.8em 0;
    margin: 0.5em 0 0 0;
}
.jian .you .img{
    width: 40%;
    height: auto;
    overflow: hidden;
    padding-top: 2em;
}
.form{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 3em 0 0 0;

}
.form .form_bf{
    width: 100%;
    height: auto;
    margin: 30px auto;
    overflow: hidden;
}
.form .form_bf .form_nr{
    width: auto;
    height: auto;
    margin: 2em 0 5em 0;
    background:url(../images/form_bj.jpg);
    overflow: hidden;
    box-shadow: 10px 10px 15px 5px #b3afaf;
}
.form .form_bf form{
    width: 70%;
    height: auto;
    margin: 60px auto;
    display: block;
    overflow: hidden;
}
.form .form_bf form .text{
    width: 42%;
    height: auto;
    float: left;
    padding: 0.8em;
    margin: 2em 1em;
    border-radius: 10px;
    border:none;
    font-size: 16px;
}
.form .form_bf form .submit{
    width: 20%;
    height: auto;
    display: block;
    margin: 0px auto;
    padding: 0.8em;
    border:none;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}
.zhibo{
    width: 100%;
    height: auto;
    overflow: hidden;;
    padding-bottom: 3em;
}
.zhibo .zhibo_bf{
    width: 100%;
    height: auto;
    margin: 30px auto;
    overflow: hidden;
}
.zhibo .zhibo_bf .zhibo_nr{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 2em 0 0 0;
}
.zhibo .zhibo_bf .zhibo_nr .zuo{
    width: 65%;
    height: auto;
    float: left;
    cursor: pointer;
}
.zhibo .zhibo_bf .zhibo_nr .zuo .zimg{
    width: 45%;
    height: auto;
    float: right;
    overflow: hidden;
    margin: 0 1.7em 0 0;
}
.zhibo .zhibo_bf .zhibo_nr .zuo .zimg img{
    width: 100%;
    height: auto;
    transition: all 1s;
}
.zhibo .zhibo_bf .zhibo_nr .zuo .zimg img:hover{
    transform: scale(0.8);
}
.zhibo .zhibo_bf .zhibo_nr .you_nr{
    width: 35%;
    height: auto;
    float: left;
    background:url(../images/zhibo2.jpg);
    padding: 4.4% 0;
    cursor: pointer;
    box-shadow: 1px 1px 5px 5px #b3afaf;
    margin-bottom:1em;
}
.zhibo .zhibo_bf .zhibo_nr .you_nr:hover{
    background:url(../images/zhibo.jpg);
    color:#fff;
}
.zhibo .zhibo_bf .zhibo_nr .you_nr p{
    font-size: 1vw;
    padding: 2em;
    
}
.zhibo .zhibo_bf .zhibo_nr .you_nr b{
    text-align: center;
    font-size: 1.2vw;
    padding: 2em;
    display: block;
    line-height: 32px;
}
.zhibo .zhibo_bf .zhibo_nr .you_nr span{
    font-weight: bold;
    font-size: 1.2vw;
}