@charset "utf-8";
* {
    box-sizing: border-box;
}

.class_all::after, .class_all::before {
    content: "";
    display: block;
    clear: both;
}

.nav {
    position: absolute;
    right: 5%;
    top: 6%;
    z-index: 99999;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding: 0 0 10px 0;
}

.nav a {
    display: block;
    line-height: 1.5;
}

.nav p {
    text-align: center;
}

.nav .active a {
    color: #de505c;
}

.section {
    overflow: hidden;
    color: #fff;
    font: 50px "Microsoft Yahei";
    text-align: center;
}

.logo {
    background: url("../images/logo.png") no-repeat center;
    background-size: contain;
    position: absolute;
    width: 249px;
    height: 53px;
    top: 5%;
    left: 13%;
    transition: all 1s;
    /*opacity: 0;*/
    /*margin-right: -624px;*/
    z-index: 999;
}

.active .logo {
    top: 5%;
    /*margin-left: -10%;*/
    left: 3%;
    opacity: 1;
    transition-delay: 0.7s;
}

.ltie10 .logo {
    top: 5%;
    left: 3%;
    /*margin-right: -10%;*/
    opacity: 1;
    transition-delay: 0.7s;
}

.bg10 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 72px;
    transition: all 1s;
    z-index: 20;
    top: -10%;
}

.active .bg10 {
    top: 50%;
    margin-top: -150px;
    transition-delay: 0.7s;
    z-index: 2;
}

.ltie10 .bg10 {
    top: 50%;
    margin-top: -150px;
    transition-delay: 0.7s;
    opacity: 0.2;

}

.bg11 {
    position: absolute;
    bottom: -280px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 1.7s;
    z-index: 20;
    font-size: 36px;
    color: #fff;
}

.active .bg11 {
    bottom: 48%;
    margin-bottom: -10px;
    opacity: 1;
    transition-delay: 0.3s;
}

.ltie10 .bg11 {
    bottom: 48%;
    margin-bottom: -10px;
    transition-delay: 0.3s;
    opacity: 0.2;
}

/*关注我们*/
.about_us_box {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: -5%;
    margin-top: -150px;
    transition: all 1s;

}

.active .about_us_box {
    left: 3.5%;
    opacity: 1;
    transition-delay: 0.7s;
}

.ltie10 .about_us_box {
    left: 3.5%;
    opacity: 1;
    transition-delay: 0.7s;
}

.about_us_box_li {
    margin-bottom: 25px;
}

.about_us_box_a {
    font-size: 14px;
    margin-bottom: 25px;
    color: #fff;
}

.about_us_box_a p {
    line-height: 1.5;
}

.about_us_box_bg {
    display: block;
    width: 31px;
    height: 31px;
    margin: 0 auto 10px;
}

.footer_p {
    font-size: 12px;
    text-align: left;
    color: #fff;
}

.footer {
    position: absolute;
    right: 3%;
    bottom: 3%;
    z-index: 99;
}

.bg_bg {
    position: absolute;
    left: 0;
    right: 0;

}

.active .bg_bg_ani {
    -webkit-animation-name: scaleDraw; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: 1; /*动画播放的次数*/
    -webkit-animation-duration: 5s; /*动画所花费的时间*/

}

.ltie10 .bg_bg_ani {
    -webkit-animation-name: scaleDraw; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 5s; /*动画所花费的时间*/

}

@keyframes scaleDraw { /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1); /*开始为原始大小*/
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.1);
    }
}

.menu {
    background: url("../images/menu.png") no-repeat;
    background-size: contain;
    z-index: 2;
    width: 3%;
    height: 8%;
    opacity: 1;
    display: block;
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
}

.active .menu_ani {
    -webkit-animation-name: menu_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

.ltie10 .menu_ani {
    -webkit-animation-name: menu_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

@keyframes menu_ani { /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        top: 2%; /*开始为原始大小*/
    }
    50% {
        top: 5%;
    }
    100% {
        top: 2%;
    }
}

.zoujinkemeng {
    /*background: url("../images/zoujinkemeng.png") no-repeat center;*/
    position: absolute;
    top: -50%;
    width: 100%;
    transition: all 1s;
}

.zoujinkemeng_p {
    font-size: 36px;
    width: 100%;
    text-align: center;

}

.zoujinkemeng_p_t {
    font-size: 14px;
    color: #fdfdfd;
    width: 100%;
    text-align: center;
}

.applacation {
    width: 13.6%;
    height: 6%;
    position: absolute;
    top: -50%;
    left: 54%;
}

.zoujinkemeng img {
    display: block;
    width: 100%;
}

.active .zoujinkemeng {
    top: 5%;
    transition-delay: 0.7s;

}

.ltie10 .zoujinkemeng {
    top: 5%;
    transition-delay: 0.7s;
    opacity: 0.2;

}

.footer_t {
    position: absolute;
    left: 3%;
    bottom: 3%;
    opacity: 0.3;

}

.company_pic {
    position: absolute;
    top: 50%;
    left: 16%;
    margin-top: -211px;
    width: 32%;
    height: 43%;
}

.company_pic_po {
    position: relative;
}

.company_pic {
    display: block;
}

.jux1 {
    width: 14%;
    height: 21%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 2s;
}

.ltie10 .jux1 {
    position: absolute;
    top: 0;
    left: 0;
    transition-delay: 0.7s;
    opacity: 1;
}

.active .jux1 {
    position: absolute;
    top: 0;
    left: 0;
    transition-delay: 0.7s;
    opacity: 1;
}

.jx2 {
    width: 22%;
    height: 36%;
    position: absolute;
    bottom: 50%;
    right: 50%;
    opacity: 0;
    transition: all 2s;
}

.ltie10 .jx2 {
    position: absolute;
    bottom: 0;
    right: 0;
    transition-delay: 0.7s;
    opacity: 1;
}

.active .jx2 {
    position: absolute;
    bottom: 0;
    right: 0;
    transition-delay: 0.7s;
    opacity: 1;

}

.company_pic_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transition: all 1s;
}

.ltie10 .company_pic_bg {
    position: absolute;
    width: 92.7%;
    height: 89%;
    top: 5%;
    left: 3.7%;
    transition-delay: 0.7s;
    opacity: 1;
}

.active .company_pic_bg {
    position: absolute;
    width: 92.7%;
    height: 89%;
    top: 5%;
    left: 3.7%;
    transition-delay: 0.7s;
    opacity: 1;

}

.scrollbar_box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 97%;
    height: 97%;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 21;
}

.scrollbar_box_con {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    padding: 2% 10% 0 0;

    opacity: 0;
    transition: all 1s;
}

.ltie10 .scrollbar_box_con {
    opacity: 1;
    transition-delay: 0.7s;

}

.active .scrollbar_box_con {
    opacity: 1;
    transition-delay: 0.7s;
}

.scrollbar_box_nav {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 2%;
    opacity: 0.8;
}

.scrollbar_box_p {
    font-size: 17.67px;
    color: #ffffff;
    text-align: left;
    text-indent: 2em;
    opacity: 0.8;
    line-height: 24px !important;
}

.scrollbar_box_con span {
    line-height: 24px !important;
}

.box {
    position: absolute;
    top: 50%;
    right: 16%;
    margin-top: -211px;
    width: 32%;
    height: 43%;
}

.scrollbar_box_img {
    display: block;
    position: absolute;
    top: -17px;
    right: 2%;
    z-index: 999;
}

.scrollbar_box::-webkit-scrollbar {
    width: 4px;
    height: 100%;
    background-color: #c1c2c5 !important;
}

.scrollbar_box::-webkit-scrollbar-thumb {
    background-color: #a53c3e;
}

.about_us_img {
    display: block;
    position: absolute;
    top: 50%;
    left: -209%;
    width: 44%;
    height: 28%;
    transition: all 1s;
    opacity: 0;
}

.ltie10 .about_us_img {
    position: absolute;
    width: 44%;
    height: 28%;
    top: 50%;
    left: 9%;
    transition-delay: 0.7s;
    opacity: 1;
}

.active .about_us_img {
    position: absolute;
    width: 44%;
    height: 28%;
    top: 50%;
    left: -9%;
    transition-delay: 0.7s;
    opacity: 1;

}

.more {
    position: absolute;
    right: -30%;
    bottom: 5%;
    width: 7%;
    /* height: 5.5%;*/
    transition: all 1s;
}

.more img {
    width: 100%;
    display: block;
}

.active .more {
    position: absolute;
    right: 12%;
    transition-delay: 0.7s;
    z-index: 99;
}

.ltie10 .more {
    position: absolute;
    right: 3%;
    transition-delay: 0.7s;
}

.more_p {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0%;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #a53c3e;
    text-align: center;
    display: none;
}

.active .more_p_ani {
    -webkit-animation-name: more_p_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

.ltie10 .more_p_ani {
    -webkit-animation-name: more_p_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

@keyframes more_p_ani { /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        /*top: 70%; !*开始为原始大小*!*/
        left: -20%;
    }
    50% {
        /*top: 30%;*/
        left: 20%;
    }
    100% {
        /*top: 70%;*/
        left: -20%;
    }
}

.product {
    position: absolute;
    width: 10%;
    height: 6%;
}

.middle_p {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 20%;
}

.left_line {
    height: auto;
    overflow: hidden;
    /*width: 50%;*/
    /*float: left;*/
}

.fang {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #bab8b9;
    transform: rotate(45deg);
    /*float: left;*/
    position: absolute;
    left: 34%;
    margin-top: -5px;
}

.fang_r {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #bab8b9;
    transform: rotate(45deg);
    /*float: left;*/
    position: absolute;
    right: 34%;
    margin-top: -5px;
}

.right_line_p, .left_line_p {
    font-size: 13.82px;
    line-height: 1.5;
    float: left;

}

.left_line_p {
    color: #a53c3e;
    border-bottom: 1px solid #a53c3e;
    float: left;

    width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -5px;
}

.right_line_p {
    /*float: right;*/
    width: 33.33%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    margin-top: -5px;
}

.right_line_p.current {
    color: #a53c3e;
    border-bottom: 1px solid #a53c3e;
}

.left_line_line {
    width: 35%;
    background-color: #bab8b9;
    border-color: #bab8b9;
    position: absolute;
    left: 0;
}

.wenzi {
    position: absolute;
    left: 35%;
    width: 30%;
    margin-top: -5px;
}

.right_line_line {
    width: 35%;
    background-color: #bab8b9;
    border-color: #bab8b9;

    float: right;
    /*transform: rotate(180deg);*/
}

.wenzi_r {
    position: absolute;
    top: -30%;
}

.pic_list {
    /*position: absolute;
    width: 100%;
    height: 25%;
    top:43%;
    left: 0;*/
    /*background-color: #01ede5;*/
}

#normalcon {
    position: absolute;
    width: 100%;
    height: 25%;
    top: 43%;
    left: 0;
    /* background-color: #01ede5; */
    z-index: 99;
}

.pic_list_bor {
    position: absolute;
    width: 80%;
    height: 90%;;
    top: 0;
    left: 12%;

}

.red_line {
    width: 19%;
    height: 125%;
    /* width: 400px; */
    /* height: 400px; */
    border: 4px solid #a53c3e;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 3%;
    position: relative;
}

.pic_list_img {
    width: 108%;
    height: 108%;
    position: absolute;
    top: -14%;
    left: -13%;
    transition: all 1s;
    border: solid 5px #b7b7b6;
    border-radius: 10px;
}

.pic_list_img_p {
    position: absolute;
    width: 100%;
    bottom: -30%;
    /*margin-left: -7.5%;*/
    transition: all 1s;
    right: 1000px;
    opacity: 0;
}

.active .pic_list_img_p {
    position: absolute;
    left: 0;
    transition-delay: 0.7s;
    opacity: 1;
    bottom: -37%;
}

.ltie10 .pic_list_img_p {
    position: absolute;
    left: 0;
    transition-delay: 0.7s;
    opacity: 1;
}

.news {
    width: 7%;
    height: 6.5%;
    left: 58%;

}

.news img {
    display: block;
    width: 100%;
}

.new_dongtai_con {
    position: absolute;
    z-index: 99;
}

.new_dongtai_con_li_top {
    position: relative;
    opacity: 0;
    transition: all 1s;
    left: -100%;

}

.new_dongtai_con_li_right {
    position: relative;
    opacity: 0;
    transition: all 1s;
    right: -100%;
}

.new_dongtai_con_li_bt {
    margin-top: 20%;
}

.new_dongtai {
    position: absolute;
    top: 27%;
    left: 20%;
    width: 60%;
    height: 52%;
    /*background-color: #01ede5;*/
}

.new_dongtai_con_li_l {
    width: 40%;
    height: 40%;
    float: left;
}

.new_dongtai_yuan {
    display: block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    /*background-color: #ffffff;*/
    border: 3.5px solid #ffffff;
    float: left;
    position: absolute;
    top: 10%;
    left: -5%;
    z-index: 22;
}

.new_dongtai_month {
    font-size: 34px;
    color: #fdfdfd;
    /* float: left; */
    z-index: 2;
    position: absolute;
    margin-bottom: 20px;
    transition: all 1s;
    text-align: left;
}

.hongjiantou {
    width: 5%;
    display: block;
    margin-top: 3%;
    position: absolute;
    right: -5%;
}

.new_dongtai_year {
    font-size: 14px;
    color: #fdfdfd;
    text-align: left;
    z-index: 22;
    padding-top: 16%;
    position: relative;
}

.new_dongtai_red_line {
    width: 18px;
    height: 4px;
    background-color: #a53c3e;
    border: none;
    margin: 2% 0 2% 0;
    z-index: 2;
    position: absolute;
}

.new_dongtai_p_nav {
    position: relative;
    font-size: 18px;
    text-align: left;
    color: #fdfdfd;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    z-index: 222;
    margin-top: 3%;
    transition: all 1s;
    padding: 10px 0 5px 0;
}

.new_dongtai_p_con {
    position: relative;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    color: #fdfdfd;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 22;
}

.new_dongtai_con_li_r {
    float: right;
    width: 40%;
}

.new_dongtai_month_t {
    color: #a53c3e;

}

.new_dongtai_p_nav_t {
    color: #a53c3e;
}

.new_dongtai_l_nav {
    z-index: 99;
}

.bg_tidu:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;

}

.contant {
    width: 9.9%;
    height: 6%;
}

.map_box {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 50%;
}

.map_box_left {
    width: 40%;
    float: left;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 1s;
}

.map_box_left_img {
    position: absolute;
    top: 5%;
    left: 10%;
    display: block;
    width: 40%;
    opacity: 0.6

}

.map_box_left_tp_p {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 23%;
    left: 22%;
    transform: rotate(-28deg);
    display: none;
}

.map_box_left_tp_p:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 10%;
    left: -65%;

}

.map_box_left_rp_p {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 36%;
    left: 43%;
    display: none;
}

.map_box_left_rp_p:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 20%;
    left: -69%;
}

.map_box_left_mp_p {
    font-size: 16px;
    color: #ffffff;
    width: 11%;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
    top: 48%;
    left: 26%;
    display: none;
}

.map_box_left_mp:after {
    position: absolute;
    top: 51%;
    left: 24%;
    width: 15px;
    height: 15px;
    display: none;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #a53c3e;
}

.map_box_left_mp:before {
    position: absolute;
    top: 51.8%;
    left: 24.22%;
    width: 10px;
    height: 10px;
    display: none;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #a53c3e;
}

.map_box_right {
    float: right;
    width: 40%;
    height: 100%;
    position: relative;
}

.map_box_right_l {
    position: absolute;
    /*right: -100%;*/
    top: 0;
    right: -100%;
    opacity: 0;
    transition: all 1s;
}

.map_box_right_l ul li:nth-child(8) {
    height: 50px;
}

.map_box_right_l ul li:nth-child(9) {
    height: 110px;
}

.map_box_right_l ul li:nth-child(10) {
    height: 50px;
}

.map_box_right p {
    text-align: left;
}

.map_box_right_nav {
    font-size: 20px;
    color: #fdfdfd;
    line-height: 1.5;
    margin-left: -15px;
}

.map_box_right_nav_n {
    font-size: 16px;
    color: #b2b2b2;
    float: left;
    line-height: 1.5;

}

.map_box_right_nav_con {
    font-size: 16px;
    color: #fdfdfd;
    float: left;
    line-height: 1.5;
}

.map_box_right_nav {
    margin-bottom: 3%;
}

.contant_btn_text_name {
    display: block;
    position: absolute;
    left: -30px;
    width: 47%;
    height: 40px;
    border: 1px solid #c2c2c1;
    background-color: transparent;
    font-size: 14px;

    padding-left: 2%;
    color: #f2f2f2 !important;

}

.contant_btn_text_name::placeholder {
    font-size: 14px;
    color: #999999;

}

.contant_btn_text_num {
    position: absolute;
    right: 30px;

    width: 47%;
    height: 40px;
    border: 1px solid #c2c2c1;
    background-color: transparent;
    font-size: 14px;
    color: #f2f2f2 !important;
    padding-left: 2%;

}

.contant_btn_text_num::placeholder {
    font-size: 14px;
    color: #999999;
}

.contant_btn_textarea {
    position: absolute;
    width: 100%;
    height: 100px;
    left: -30px;
    border: 1px solid #c2c2c1;
    background-color: transparent;
    font-size: 14px;
    color: #f2f2f2 !important;
    padding-left: 2%;
    margin-top: 0;
}

.contant_btn_btn {
    width: 90px;
    height: 34px;
    line-height: 34px;
    background-color: #a53c3e;
    border: none;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: -30px;
    /*bottom:-20%;*/
    padding-left: 2%;
    margin-top: 0;
}

.map_box_con {
    height: 100%;
}

.map_img {
    position: absolute;
    left: -30px;
    margin: 1% 0;
}

.lunbo_box {
    position: absolute;
    width: 70%;
    height: 50%;
    top: 24%;
    left: 20%;
}

.lunbo_con {
    width: 100%;
    height: 100%;
}

/*轮播图*/

.view {
    position: absolute;
    right: -10%;
    top: 18%;
    width: 60%;
    height: 100%;
    transition: all 1s;
    opacity: 0;
}

/*.swiper-container_tu{*/
/*margin-right: 20px!important;*/
/*}*/
.swiper-slide_img_im {
    width: 84%;
    height: 30%;
}

.swiper-slide_img {
    position: relative;
    width: 360px;
    height: 180px;
    /*margin-right: 20px;*/
}

.f1 {
    position: absolute;
    left: 0;
    z-index: 3;
    transform: scale(1);

}

.f2 {
    position: absolute;
    transform: scale(0.8);
    left: 12%;
    z-index: 2;
}

.f3 {
    position: absolute;
    transform: scale(0.6);
    left: 24%;
    z-index: 1;
}

/*缩略图*/
/*.preview {*/
/*position: absolute;*/
/*left: -10%;*/
/*top: 0;*/
/*width: 30%;*/
/*transition: all 1s;*/
/*opacity: 0;*/

/*}*/

/*.preview_n {*/
/*width: 29%;*/
/*height: 100%;*/
/*z-index: 99999;*/
/*}*/

.swiper-container_sl {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 20%;
    left: -30%;
}

.swiper-slide-sl {
    float: left;
    width: 50% !important;
    /* height: 25% !important;*/
    opacity: 0.5;
    position: relative;
}

.swiper-wrapper_img {
    width: 100% !important;
    height: 100% !important;
    transform: translate3d(0, 0, 0) !important;
}

.swiper-wrapper_img img {
    min-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
}

.active-nav {
    opacity: 1;
}

.swiper-slide-sl_p {
    font-size: 18px;
    color: #333333;
    z-index: 999;
    position: absolute;
    cursor: pointer;
    bottom: 2%;
    right: 3%;
}

.swiper-slide-sl_p_t {
    font-size: 18px;
    color: #333333;
    z-index: 999;
    position: absolute;
    cursor: pointer;
    bottom: 2%;
    left: 3%;
}

/*轮播文字*/
.wenzih {
    position: absolute;
    width: 65%;
    height: 100%;
    top: 11%;
    left: 4%;
    overflow: hidden;
    z-index: 99;
}

.wenzi_box {
    margin-top: 10%;
    margin-left: 24%;
    z-index: 99;
}

.first_text {
    height: 46px;
    display: table-cell;
    vertical-align: bottom;
}

.swiper-slide_img_p_o {
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    float: left;
    height: 46px;
    padding-top: 10px;
    z-index: 99;
}

.swiper-slide_img_p_o_t {
    font-size: 35px;
    height: 46px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    float: left;
    z-index: 99;
}

.swiper-slide_img_p_t {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.7;
    z-index: 99;
}

.swiper-slide_img_p_th {
    font-size: 12px;
    /*color: #a53c3e;*/
    color: white;
    text-align: left;
    text-transform: uppercase;
    margin-top: 20px;
    z-index: 99;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-slide_img_p_f {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.7;
    z-index: 99;

}

.swiper-slide_img_p_f_t {
    margin-top: -63px;
    z-index: 99;
}

.red_line_box {
    position: absolute;
    top: -26%;
    left: -10%;
    width: 0%;
    height: 0%;
    border: 5px solid #a53c3e;
    opacity: 1;
    transition: all 1s;
    z-index: 2;
}

.new_dongtai_con_li_top:hover .new_dongtai_p_nav {
    color: #a53c3e;
}

.new_dongtai_con_li_top:hover .beijingxiaotu {
    display: block;
}

.new_dongtai_con_li_top:hover .new_dongtai_month {
    color: #a53c3e;
}

.new_dongtai_con_li_right:hover .new_dongtai_p_nav {
    color: #a53c3e;
}

.new_dongtai_con_li_right:hover .beijingxiaotu {
    display: block;
}

.new_dongtai_con_li_right:hover .new_dongtai_month {
    color: #a53c3e;
}

.beijingxiaotu {
    display: none;
}

.new_dongtai_l_t {
    position: absolute;
    top: 0;
}

.map_box_p_ma {
    margin-bottom: 20px;
}

.con_cpzx_con_li_pbox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    top: 120%;
}

.con_cpzx_con_li_pa {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    /*text-transform:capitalize;*/
}

.con_cpzx_con_li_pb {
    font-size: 12px;
    color: #ffffff;

}

/*修改的地方*/
.swiper-slide_img_im {
    width: 80%;

    /*修改*/
    height: auto;
}

.f1 {
    position: absolute;
    left: 0;
    z-index: 3;
    transform: scale(1);
    transition: all 1s;
}

.f2 {
    position: absolute;
    transform: scale(0.8);
    left: 12%;
    z-index: 2;
    transition: all 1s;
}

.f3 {
    position: absolute;
    transform: scale(0.6);
    left: 24%;
    z-index: 1;
    transition: all 1s;
}

.more {
    position: absolute;
    right: -40%;
    bottom: 5%;
    width: 147px;
    height: 54px;
    transition: all 1s;
    background: url("../images/hongkuang.png") no-repeat;
    cursor: pointer;
    z-index: 99;
}

.more img {
    width: 100%;
    display: block;
}

.active .more {
    position: absolute;
    right: 12%;
    transition-delay: 0.7s;
}

.ltie10 .more {
    position: absolute;
    right: 3%;
    transition-delay: 0.7s;
}

.more_p {

    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #a53c3e;
    text-align: center;
    /*background: url("../images/hongkuang.png")no-repeat center/cover;*/

}

.active .more_p_ani {
    -webkit-animation-name: more_p_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

.ltie10 .more_p_ani {
    -webkit-animation-name: more_p_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

.view .swiper-slide:nth-child(1) {
    margin-left: 10px;
}

.view .swiper-slide:nth-child(6) {
    margin-left: -10px;
}

.beijingxiaotu {
    width: 194px;
    height: 227px;
    float: left;
    margin-top: -65%;
    margin-left: -35%;
    transition: all 1s;
    /*position: relative;*/
    border: 4px solid #a53c3e;
    content: "";
    /*background: red;*/

}

.beijingxiaotu img {
    display: block;
    width: 194px;
    height: 227px;
    /*position: absolute;*/
    margin-top: -10%;
    margin-left: -10%;
}

/*.beijingxiaotu:after {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*display: block;*/
/*width: 100%;*/
/*content: " ";*/
/*}*/

@keyframes more_p_ani { /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        /*top: 70%; !*开始为原始大小*!*/
        left: -20%;
    }
    50% {
        /*top: 30%;*/
        left: 20%;
    }
    100% {
        /*top: 70%;*/
        left: -20%;
    }
}

.left_line_p {

    float: left;
    width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -5px;
    position: relative;
    cursor: pointer;
    z-index: 999999;
}

.right_line_p {
    /*float: right;*/
    width: 47.33%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 999999;
    margin-top: -11px;
    padding: 0 2%;
    font-size: 18px

}

.left_line_p_active {
    color: #a53c3e;
    border-bottom: 1px solid #a53c3e;
}

/*缩略图*/
.preview {
    position: absolute;
    left: -10%;
    bottom: 0;
    width: 30%;
    transition: all 1s;
    opacity: 0;

}

.menu-off {
    background: url(../images/menu-off.png) no-repeat;
    background-size: 99% 99%;
    width: 72px;
    height: 85px;
    opacity: 1;
    display: block;
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
    z-index: 99999999999999999;
}

/*轮播文字*/
.wenzih {
    position: absolute;
    width: 65%;
    height: 100%;
    top: 51%;
    left: 25%;
    overflow: hidden;
    z-index: 99;
}

.bja1 {
    position: absolute;
    top: 14%;
    left: 35%;
    display: block;

}

.active .bja1_ani {
    -webkit-animation-name: bja1_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 10s; /*动画所花费的时间*/
    animation-fill-mode: both;

}

.ltie10 .bja1_ani {
    -webkit-animation-name: bja1_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 10s; /*动画所花费的时间*/
    animation-fill-mode: both;

}

@keyframes bja1_ani { /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1.1) rotate(0deg); /*开始为原始大小*/
    }
    /*33% {*/
    /*transform: scale(1.1) rotate(180deg);*/
    /*}*/
    /*66% {*/
    /*transform: scale(1.1) rotate(270deg);*/
    /*}*/

    100% {
        transform: scale(1.1) rotate(360deg);
    }
}

.shandianl {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.active .shandianl_ani {
    -webkit-animation-name: shandianl_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

.ltie10 .shandianl_ani {
    -webkit-animation-name: shandianl_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

@keyframes shandianl_ani { /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        opacity: 0 /*开始为原始大小*/
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.shandianr {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bga2 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(1.2);
}

.active .bga2_ani {
    -webkit-animation-name: bga2_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 5s; /*动画所花费的时间*/

}

.ltie10 .bga2_ani {
    -webkit-animation-name: bga2_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 5s; /*动画所花费的时间*/

}

@keyframes bga2_ani { /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        opacity: 1 /*开始为原始大小*/
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.tiqiu {
    position: absolute;
    top: 15%;
    left: 6%;
    width: 21%;

}

.active .tiqiu_ani {
    -webkit-animation-name: tiqiu_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

.ltie10 .tiqiu_ani {
    -webkit-animation-name: tiqiu_ani; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite; /*动画播放的次数*/
    -webkit-animation-duration: 3s; /*动画所花费的时间*/

}

@keyframes tiqiu_ani { /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        top: 12%; /*开始为原始大小*/
    }
    50% {
        top: 15%;
    }
    100% {
        top: 12%;
    }
}

.bja7l {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.bja8l {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}



@media screen and (max-width: 828px) {

    .nav {
        display: none !important;
    }

    .about_us_box_ul {
        display: none;
    }

    #fullPage-nav {
        display: none;
    }

    .logo {
        width: 125px;
        height: 26px;
        background-size: cover;
    }

    .menu {
        position: fixed;
    }

    /*.menu:nth-child(1){display:block!important;}*/
    .bg10 {
        font-size: 20px;
    }

    .bg11 {
        font-size: 14px;
    }

    .con_cpzx_con_li_pbox {
        width: 100%;
        padding: 0 0 0 0;
        box-sizing: border-box;
        bottom: -50px;
    }

    .con_cpzx_con_li_ma {
        margin-top: 0;
    }

    .con_cpzx_con_li_pa {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .con_cpzx_con_li_pb {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .footer {
        width: 100%;
        right: 0;
        text-align: center;
    }

    .footer_p {
        text-align: center;
    }

    .footer_t {
        display: none;
    }

    .section .bg img {
        width: auto
    }

    .more_p {
        display: none;
    }

    .more {
        background: none;
    }

    .swiper-slide-sl {
        width: 29.33% !important
    }

    .wenzi_box {
        margin-top: 20%;
    }

    .wenzi {
        /*display: none;*/
    }

    #normalcon {
        top: 27%;
        /*position: absolute;*/
        /*top:0;*/
        /*left: 0;*/
        /*right: 0;*/
        /*bottom: 0;*/
        /*margin: auto;*/
    }

    .new_dongtai {
        top: 10%;
    }

    .active .menu_ani {
        -webkit-animation-name: none;
    }

    .menu-off {
        background-size: contain;
        width: 50px;
        height: 50px;
    }
}

