@charset "utf-8";

/* CSS Document */

div:focus {
    outline: none;
}

.wrap {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    background: #1a1a1a;
    overflow: hidden;
}

.wrap img {
    width: 100%;
}

img {
    vertical-align: top;
}

.font48 {
    font-size: 48px;
    line-height: 150%;
}

.font36 {
    font-size: 36px;
    line-height: 150%;
}

.font24 {
    font-size: 24px;
    line-height: 150%;
}

.font18 {
    font-size: 18px;
    line-height: 150%;
}

.font16 {
    font-size: 16px;
    line-height: 150%;
}

.font20 {
    font-size: 20px;
    line-height: 150%;
}


/*p1*/

.wrap_kv1 {
    background-size: cover;
    position: relative;
}

.wrap_kv2 {
    background-size: cover;
    position: relative;
}

.wrap_kv_pa {
    /* width: 37.89%; */
    width: 28.89%;
    position: absolute;
    /* top: 50%; */
    top: 39%;
    left: 50%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.wrap_btn {
    /* width: 48.66%; */
    /* width: 72%;
    margin: 13% auto 0;
    text-align: center */
    width: 60%;
    margin: 11% auto 0;
    text-align: center;
    margin-left: 23%;
}

.wrap_btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 48%;
    margin-right: 1%;
}

.wrap_btn a:last-child {
    margin-right: 0%;
}

.red {
    color: red;
}


/*p2*/

.p2_mobile {
    width: 48.47%;
    position: absolute;
    top: 13.7%;
    left: 31.8%;
}

a.p2_btn_video {
    width: 6.8%;
    position: absolute;
    top: 40%;
    left: 45%;
}

.scal {
    -webkit-animation: 1s scal linear infinite;
    animation: 1s scal linear infinite;
}

@-webkit-keyframes scal {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes scal {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.swiper-pagination.swiper-paginationstyle {
    width: 48.47%;
    position: absolute;
    top: 85.6%;
    left: 31.8%;
}

.swiper-pagination.swiper-paginationstyle span {
    background: url(../images/lunbo_s.png) no-repeat;
    width: 76px;
    height: 15px;
    background-size: 100%;
    opacity: 1;
    border-radius: 0;
}

.swiper-pagination.swiper-paginationstyle span.swiper-pagination-bullet-active {
    background: url(../images/lunbo_s_on.png) no-repeat;
    background-size: 100%;
}


/*p4*/

.p4.logomore {
    position: relative;
    background: url(../images/p4_bg.png) center top no-repeat;
    margin-top: -40px;
}

.p4_pa {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    padding-top: 90px;
    padding-bottom: 136px;
}

.p4_list {
    width: 100%;
    text-align: center;
}

.p4_list a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 19.7%;
    margin-right: 5%;
}

.p4_list a:last-child {
    margin-right: 0%;
}

.p4_title {
    width: 37.89%;
    margin: 0 auto 6%;
}


/*弹窗*/

.pop_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    overflow-y: auto;
    z-index: 100;
}

.pop {
    position: relative;
    margin: 0 auto;
    display: none;
    outline: none;
}

.pop_close {
    background: url(../images/pop_close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 44px;
    top: 29px;
    width: 48px;
    height: 47px;
    display: block;
}

.pop1 {
    background: url(../images/pop_bg.jpg) no-repeat #fff;
    width: 1280px;
}

.pt_pop_txt {
    padding-top: 24%;
    width: 626px;
    margin: 0 auto;
}

.poppost {
    color: #262626;
    position: relative;
}

.popbox_con {
    padding-top: 93px;
    padding-bottom: 66px;
    min-height: 374px;
}

.popbox_con input {
    border: 1px solid #bfbfbf;
    text-indent: 10px;
}

.popbox_con input.w1 {
    width: 112px;
    height: 41px;
    margin-left: 24px;
}

.popbox_con input.w2 {
    width: 310px;
    height: 41px;
    margin-left: 14px;
}

.mobileleft {
    margin-left: 161px;
}

.mobileleft input,
.imsure input {
    margin-right: 10px;
}

.mobileleft label:first-child {
    margin-right: 42px;
}

.mb25 {
    margin-bottom: 25px;
}

.imsure {
    margin-top: 50px;
}

.imsure input {
    width: 12px;
    height: 12px;
}

a.chakan {
    margin-left: 56px;
    text-decoration: underline;
    color: inherit;
}

.tijiao {
    margin-top: 102px;
}

a.btn_tijiao {
    width: 100%;
    max-width: 552px;
    height: 40px;
    margin: 0 auto;
    background: #999999;
    color: #000;
    font-size: 30px;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 39px;
}

a.btn_tijiao.act {
    background: #ffe500;
}

a.btn_tijiao.share {
    background: #ffe500;
}


/*a.btn_tijiao:hover{  background:#; }*/

.pop1 p.p1 {
    font-size: 33px;
    color: #262626;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    padding-top: 37px;
}

.pop1 p.p2 {
    font-size: 24px;
    color: #262626;
    text-align: center;
}

.inputtips {
    position: absolute;
    top: -36px;
    left: 167px;
    color: #F00;
    font-size: 12px;
}


/*video*/


/*.video{  width:800px; height:450px; background:#000;    }*/

.video {
    width: 950px;
    height: 534px;
    background: #000;
}

.video iframe {}

.video .pop_close {
    background: url(../images/pop_close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -52px;
    top: -4px;
    width: 48px;
    height: 47px;
    display: block;
    background-position: -12px 0;
}

.pcshow {
    display: block;
}

.mobileshow {
    display: none;
}

.red {
    color: red;
}

@media screen and (max-width:1931px) {
    /*74.2%*/
    .font48 {
        font-size: 35px;
    }
    .font24 {
        font-size: 22px;
    }
    .font36 {
        font-size: 26px;
    }
    .inputtips {
        left: 155px;
    }
}

@media screen and (max-width:1600px) {
    /*62.5%*/
    .font24 {
        font-size: 18px;
    }
    .font20 {
        font-size: 16px;
    }
    .font36 {
        font-size: 22px;
    }
    .font48 {
        font-size: 29px;
    }
    /* .wrap_btn {
        width: 90%;
        margin: 2% auto 0;
    } */
    /*弹窗*/
    .popbox_con {
        padding-top: 60px;
        padding-bottom: 36px;
        min-height: 310px;
    }
    .pop1 {
        width: 80%;
        background-size: 100%;
    }
    .imsure {
        margin-top: 5%;
    }
    .tijiao {
        margin-top: 10%;
    }
    .popbox_con {
        min-height: 218px;
    }
    .mobileleft {
        margin-left: 134px;
    }
    .inputtips {
        top: -36px;
        left: 133px;
    }
}

@media screen and (max-width:1400px) {
    /*54.6%*/
    .font24 {
        font-size: 16px;
    }
    .font20 {
        font-size: 14px;
    }
    .font36 {
        font-size: 20px;
    }
    .font48 {
        font-size: 25px;
    }
    .font18 {
        font-size: 13px;
    }
    .p4_pa {
        width: 60%;
    }
    /*弹窗*/
    .pt_pop_txt {
        width: 566px;
        padding-top: 26%;
    }
    .mobileleft {
        margin-left: 124px;
    }
    .inputtips {
        top: -36px;
        left: 120px;
    }
}

@media screen and (max-width:1290px) {
    /*42%*/
    .pop1 {
        width: 66%;
    }
}

@media screen and (max-width:1100px) {
    /*42%*/
    .font36 {
        font-size: 15px;
    }
    .font48 {
        font-size: 20px;
    }
    .p4.logomore {
        background-size: 200%;
    }
    .wrap_btn a {
        margin-right: 0;
    }
    .swiper-pagination.swiper-paginationstyle span {
        width: 40px;
    }
    .inputtips {
        top: -36px;
        left: 120px;
    }
    .p4.logomore {
        background: url(../images/ah5_p4_bg.png) center top no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width:1000px) {
    /*39*/
    /*手机横板*/
    html,
    body {
        -webkit-user-select: none;
        /* 禁止选中文本（如无文本选中需求，此为必选项） */
        user-select: none;
    }
    .p4_pa {
        width: 70%;
        padding: 11% 0 8%;
    }
    .p4_list a {
        width: 19%;
    }
    .wrap_btn a {
        margin-right: 0;
    }
    .swiper-pagination.swiper-paginationstyle span {
        width: 30px;
        height: 3px;
    }
    /*topbar*/
    #products {
        height: 40px;
    }
    .topbar {
        height: 40px;
    }
    a.topbar_btn_yy {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        width: 32%;
        background-size: cover;
    }
    a.topbar_icon {
        width: 20px;
        height: 26px;
        left: 4%;
    }
    /*弹窗*/
    .popbox_con input.w1 {
        width: 50px;
        height: 25px;
    }
    .popbox_con input.w2 {
        width: 150px;
        height: 25px;
    }
    .popbox_con {
        padding-top: 4%;
        padding-bottom: 4%;
        min-height: 100px;
    }
    .mobileleft {
        margin-left: 98px;
    }
    .mb25 {
        margin-bottom: 1%;
    }
    .imsure {
        margin-top: 2%;
    }
    .tijiao {
        margin-top: 2%;
    }
    a.btn_tijiao {
        width: 100%;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
    }
    .pt_pop_txt {
        width: 100%;
        max-width: 400px;
    }
    a.chakan {
        margin-left: 31px;
    }
    .pop1 p.p1 {
        font-size: 20px;
    }
    .pop1 p.p2 {
        font-size: 16px;
    }
    .pop_close {
        width: 36px;
        height: 36px;
        top: 8px;
        right: 8px;
    }
    /*video*/
    .video {
        width: 68%;
        height: 79%;
        background: #000;
        max-height: 290px;
    }
    .video .pop_close {
        background: url(../images/pop_close.png) no-repeat;
        background-size: 100%;
        position: absolute;
        right: -52px;
        top: -4px;
        width: 48px;
        height: 47px;
        display: block;
        background-position: -12px 0;
    }
    .inputtips {
        top: -21px;
        left: 120px;
    }
}

@media screen and (max-width:830px) {
    /*手机竖版*/
    .m_kv_bottom {
        margin-bottom: 56px;
    }
    .swiper-pagination.swiper-paginationstyle span {
        width: 15px;
    }
    .font24 {
        font-size: 12px;
    }
    .pp2_list li {
        width: 30%;
        margin-right: 2%;
    }
    .inputtips {
        top: -21px;
        left: 95px;
    }
}

@media screen and (max-width:600px) {
    /*手机竖版*/
    .pcshow {
        display: none;
    }
    .mobileshow {
        display: block;
    }
    .wrap_kv_pa {
        width: 66%;
        top: 56%;
    }
    .wrap_btn {
        width: 84%;
        margin-left: 0;
        /* margin: 6% auto 0; */
    }
    .wrap_btn a {
        width: 46%;
    }
    .wrap_btn a:first-child {
        margin-right: 1%;
    }
    .p2.swiper {
        margin-top: -7px;
    }
    .p2_mobile {
        width: 90.6%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    a.p2_btn_video {
        width: 11%;
    }
    .font48 {
        font-size: 18px;
    }
    .p4_pa {
        width: 98%;
        padding: 13% 0 9%;
    }
    .p4_title {
        width: 58%;
        text-align: center;
    }
    /*两个*/
    .p4_title {
        margin: 0 auto 2%;
    }
    .p4_list a {
        width: 36%;
        margin: 0 1% 2%;
        float: none;
        display: inline-block;
    }
    /*三个*/
    /*.p4_list a {width: 30%; margin:0 1% 4%; float:none; display:inline-block;}*/
    .p4_list a:last-child {
        margin: 0 1% 2%;
    }
    /*pop*/
    .pop1 {
        background: url(../images/ah5_pop_bg.jpg) no-repeat #fff;
        background-size: 100%;
        width: 82%;
    }
    .pt_pop_txt {
        width: 69%;
        padding-top: 38%;
    }
    .phone label {
        display: block;
        margin-bottom: 2%;
    }
    .popbox_con input.w1 {
        margin-left: 0;
        width: 25%;
        margin-right: 3%;
    }
    .popbox_con input.w2 {
        margin-left: 0;
        width: 50%;
    }
    .mobileleft {
        margin-left: 0;
    }
    .font20 {
        font-size: 12px;
    }
    .mobileleft {
        margin-top: 6%;
    }
    a.chakan {
        margin-left: 23px;
    }
    .imsure {
        margin-top: 10%;
    }
    .tijiao {
        margin-top: 20%;
    }
    .popbox_con {
        padding-bottom: 10%;
        min-height: 250px;
    }
    .video {
        width: 100%;
        height: 35%;
        min-height: 200px;
    }
    .video .pop_close {
        right: -12px;
        top: -41px;
    }
    .inputtips {
        left: 0;
    }
}

.swiper {
    margin-top: -45px;
}

@media screen and (max-width: 1600px) {
    .wrap_kv_pa {
        /* top: 40%; */
    }
    .swiper {
        margin-top: -45px;
    }
    .ap2 .mains {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .swiper {
        margin-top: -40px;
    }
    .wrap_kv_pa {
        /* top: 35%; */
    }
    .kvpic {
        position: absolute;
        /* top: 0; */
        top: -80px;
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .swiper {
        margin-top: -25px;
    }
    .wrap_kv_pa {
        /* top: 20%; */
    }
}

@media screen and (max-width: 800px) {
    .wrap_kv_pa {
        /* top: 38%; */
    }
    @media screen and (max-width: 700px) {
        a.topbar_icon {
            left: 2%;
        }
        .nav_box {
            left: 7%;
        }
    }
}

@media screen and (max-width: 400px) {
    .wrap_kv_pa {
        /* top: 50%; */
        display: inline-block;
    }
}

.wrap_kv_pc {
    width: 100%;
    position: relative;
    /* cursor: pointer; */
}

.kvpic {
    position: absolute;
    /* top: 0; */
    top: -100px;
    left: 0;
    width: 100%;
}

.kvpic img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.kvpic img:first-child {
    opacity: 1;
}

.mobilepic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mobilepic img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.mobilepic img:first-child {
    opacity: 1;
}

.y_pf_fc {
    width: 7.71%;
    position: fixed;
    top: 23.42%;
    right: 3.65%;
    z-index: 9999;
    display: none;
}

.y_pf_fc a,
.y_pf_fc a img {
    width: 100%;
    display: block;
}


/*pp2*/

.pp2.order {
    position: relative;
    background: url(../images/pp2_bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
}

.pp2_pa {
    width: 1224px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 90px;
}

.pp2_pa h2 {
    width: 262px;
    margin: 0 auto;
    padding: 50px 0;
}

.pp2_main {
    width: 100%;
}

.pp2_big {
    width: 605px;
    height: 340px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 15px;
    display: block;
}

.pp2_big .pp2_img {
    transition: all 0.6s ease;
    transform: scale(1);
}

.pp2_big:hover .pp2_img {
    transform: scale(1.2);
}

.pp2_big2 {
    width: 292px;
    height: 162px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 15px;
    display: block;
}

.pp2_big2 .pp2_img {
    transition: all 0.6s ease;
    transform: scale(1);
}


/*.pp2_big2:hover .pp2_img{transform: scale(1.2);}*/

.pp2_big .pp2_di {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}

.pp2_big .mid_txt {
    width: 96%;
    position: absolute;
    bottom: 4%;
    left: 2%;
}

.pp2_zz {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.pp2_big:hover .pp2_zz {
    display: block;
}

.pp2_news_tit {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0;
}

.pp2_news_tit span {
    color: #ffe500;
}

.pp2_news_dir {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.pp2_jian {
    width: 9.16%;
    margin-top: 10px;
}

.pp2_fr {
    float: left;
    width: 49%;
}

.pp2_fr .pp2_big2:nth-child(2n) {
    margin-right: 0;
}

.pp2_fr .pp2_big2.mar_bot {
    margin-bottom: 15px;
}

.pp2_big2 .pp2_di {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.pp2_big2 .mid_txt {
    width: 96%;
    margin: 0 auto;
}

.pp2_big2 .pp2_news_tit {
    line-height: 60px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pp2_btn {
    width: 24%;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}

.pp2_big2 .pp2_zz2 {
    width: 100%;
    height: 100%;
    background: rgba(255, 229, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.pp2_big2:hover .pp2_zz2 {
    display: block;
}

.pp2_zz2 .mid_txt {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.pp2_zz2_tit {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
}

.pp2_zz2_dir {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.pp2_jian2 {
    width: 15%;
    margin-top: 10px;
}


/*p5tab*/

.p5content {
    width: 100%;
    min-height: 1042px;
    height: auto;
    /* background: url(../images/p5b_bg.jpg) no-repeat center top; */
    background: url(../images/p5a_bg.jpg) no-repeat center top;
    background-size: cover;
    background-position: center;
    position: relative;
    min-width: 1224px;
}

.p5content.fistbg {
    background: url(../images/p5a_bg.jpg) no-repeat center top;
    background-size: cover;
    background-position: center;
}

.p5_wraps {
    width: 1224px;
    margin: 0 auto;
    position: relative;
}

.p5_titles {
    width: 204px;
    margin: 0 auto 20px;
    padding-top: 55px;
}

.p5_tabs {
    width: 100%;
    margin-bottom: 5px;
}

.p5_tabs a {
    width: 418px;
    height: 71px;
    background: url(../images/p5_tabchose.png) no-repeat center;
    background-size: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 76px;
    float: left;
    display: block;
    margin: 0 -5px;
    text-align: center;
}

.p5_tabconts {
    position: relative;
}

.pp5_btn {
    width: 15.04%;
    margin: 0 auto;
    margin-top: 84px;
    display: block;
}

.p5_tabs a.act {
    background: url(../images/p5_tabchose_check.png) no-repeat center;
    background-size: 100%;
}

.p5_blocks {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.p5_blocks.show {
    opacity: 1;
    z-index: 9;
}

.p5_blocks:last-child {
    position: relative;
}

.tab_cnent {
    width: 280px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 20;
}

.tab_cnent a {
    display: block;
    width: 136px;
    height: 122px;
    position: absolute;
    background-size: 100%;
}


/*  
1:top: 0; left: 0; 
2:top: 121px;left: 0;
3:top: 242px;left: 0;
4:top: 363px;left: 0;
5:top: 60px;left: 110px;
6:top: 180px;left: 110px;
7:top: 302px;left: 110px;

 */

.tab_cnent a.tab_cne1 {
    background: url(../images/p5icon/p1.png) no-repeat;
    top: 0;
    left: 0;
    background-size: 100%;
}

.tab_cnent a.tab_cne2 {
    background: url(../images/p5icon/p2.png) no-repeat;
    top: 121px;
    left: 0;
    background-size: 100%;
}

.tab_cnent a.tab_cne3 {
    background: url(../images/p5icon/p3.png) no-repeat;
    top: 244px;
    left: 0;
    background-size: 100%;
}

.tab_cnent a.tab_cne4 {
    background: url(../images/p5icon/p4.png) no-repeat;
    top: 121px;
    left: 0;
    background-size: 100%;
}

.tab_cnent a.tab_cne5 {
    background: url(../images/p5icon/p5.png) no-repeat;
    top: 60px;
    left: 110px;
    background-size: 100%;
}

.tab_cnent a.tab_cne6 {
    background: url(../images/p5icon/p6.png) no-repeat;
    top: 180px;
    left: 110px;
    background-size: 100%;
}

.tab_cnent a.tab_cne7 {
    background: url(../images/p5icon/p7.png) no-repeat;
    top: 180px;
    left: 110px;
    background-size: 100%;
}

.tab_cnent a.tab_cne1.act {
    background: url(../images/p5icon/p1a.png) no-repeat;
    background-size: 100%;
}

.tab_cnent a.tab_cne2.act {
    background: url(../images/p5icon/p2a.png) no-repeat;
    background-size: 100%;
}

.tab_cnent a.tab_cne3.act {
    background: url(../images/p5icon/p3a.png) no-repeat;
    background-size: 100%;
}

.tab_cnent a.tab_cne4.act {
    background: url(../images/p5icon/p4a.png) no-repeat;
    background-size: 100%;
}

.tab_cnent a.tab_cne5.act {
    background: url(../images/p5icon/p5a.png) no-repeat;
    background-size: 100%;
}

.tab_cnent a.tab_cne6.act {
    background: url(../images/p5icon/p6a.png) no-repeat;
    background-size: 100%;
}

.tab_cnent a.tab_cne7.act {
    background: url(../images/p5icon/p7a.png) no-repeat;
    background-size: 100%;
}


/*tab1*/

.person_content .personblock {
    width: 100%;
    position: relative;
    display: none;
}

.person_content .personblock:first-child {
    display: block;
}

.personname {
    width: 100%;
    position: absolute;
    top: 360px;
    left: 0;
}

.perpic {
    width: 42%;
    z-index: 2;
    position: absolute;
    top: 0%;
    left: 33%;
}

.person_detail {
    position: absolute;
    top: 190px;
    left: 74%;
}

.per_name {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: "NanumGothic";
}

.per_name span {
    color: #FFE93C;
}

.per_dir {
    color: #a9a9a9;
    font-size: 18px;
    line-height: 25px;
}


/*tab2*/


/*枪支*/

.p5_swipercontent {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 0;
}

.bg_gun {
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0;
}

.gallery-top {
    width: 70%;
    margin: 0 auto 30px;
}

.gallery_gun {
    height: 188px;
    cursor: pointer;
}

.gallery_gun.galleryg1 {
    background: url(../images/weapon/small/g1.png) no-repeat center;
    background-size: 100%;
}

.gallery_gun.galleryg2 {
    background: url(../images/weapon/small/g2.png) no-repeat center;
    background-size: 100%;
}

.gallery_gun.galleryg3 {
    background: url(../images/weapon/small/g3.png) no-repeat center;
    background-size: 100%;
}

.gallery_gun.galleryg4 {
    background: url(../images/weapon/small/g4.png) no-repeat center;
    background-size: 100%;
}

.gallery_gun.galleryg5 {
    background: url(../images/weapon/small/g5.png) no-repeat center;
    background-size: 100%;
}

.gallery_gun.galleryg6 {
    background: url(../images/weapon/small/g6.png) no-repeat center;
    background-size: 100%;
}

.swiper-slide-thumb-active .gallery_gun.galleryg1 {
    background: url(../images/weapon/small/g1a.png) no-repeat center;
    background-size: 100%;
}

.swiper-slide-thumb-active .gallery_gun.galleryg2 {
    background: url(../images/weapon/small/g2a.png) no-repeat center;
    background-size: 100%;
}

.swiper-slide-thumb-active .gallery_gun.galleryg3 {
    background: url(../images/weapon/small/g3a.png) no-repeat center;
    background-size: 100%;
}

.swiper-slide-thumb-active .gallery_gun.galleryg4 {
    background: url(../images/weapon/small/g4a.png) no-repeat center;
    background-size: 100%;
}

.swiper-slide-thumb-active .gallery_gun.galleryg5 {
    background: url(../images/weapon/small/g5a.png) no-repeat center;
    background-size: 100%;
}

.swiper-slide-thumb-active .gallery_gun.galleryg6 {
    background: url(../images/weapon/small/g6a.png) no-repeat center;
    background-size: 100%;
}

.gun_text {
    width: 600px;
    text-align: center;
    color: #fff;
    margin: -40px auto 0;
}

.gun_text h4 {
    font-size: 28px;
    margin-bottom: 5px;
}

.gun_text p {
    font-size: 16px;
}

.gallery-thumbs {
    background: url(../images/weapon/gallerybg.png) no-repeat center;
}

.gallery-thumbs p {
    font-size: 16px;
    color: #a9a9a9;
    text-align: center;
}

.gallery-thumbs .swiper-slide-thumb-active p {
    color: #ffe500;
}

.p5_blocks .swiper-button-disabled {
    display: none;
}

.gallery_next {
    width: 45px;
    position: absolute;
    right: -60px;
    top: 522px;
    z-index: 30;
    cursor: pointer;
}

.gallery_prev {
    width: 45px;
    position: absolute;
    left: -60px;
    top: 522px;
    z-index: 30;
    cursor: pointer;
}


/*tab3*/

.p5tab3_main {
    width: 100%;
    padding-top: 3%;
}

.map_img {
    width: 77.6%;
    float: left;
}

.maps_cont {
    width: 20.83%;
    height: auto;
    background: rgba(255, 229, 0, 0.1);
    border: 2px solid rgba(255, 229, 0, 0.4);
    margin-left: 0.83%;
    float: left;
}

.maps_cont .maps_f {
    width: 91.3%;
    margin: 0 auto;
    margin-top: 3.4%;
    cursor: pointer;
}

.maps_cont .maps_f:last-child {
    margin-bottom: 5.8%;
}

.maps_img {
    width: 100%;
    position: relative;
}

.maps_zz {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18px;
    line-height: 49px;
    text-indent: 20px;
}

.maps_cont .maps_f.act .maps_zz {
    background: rgba(255, 229, 0, 0.7);
    color: #000;
}

.p5_btn {
    width: 16%;
    display: block;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0%);
}


/*1600*/

@media screen and (max-width: 1400px) {
    .pp2_btn {
        width: 300px;
    }
    .p5_btn {
        width: 300px;
    }
}


/*1400*/

@media screen and (max-width: 1400px) {
    .pp2_pa {
        padding-bottom: 70px;
        width: 900px;
    }
    /*.pp2_big .mid_txt{top: 48%;}*/
    .pp2_news_tit {
        font-size: 16px;
        line-height: 20px;
        margin: 8px 0;
    }
    .pp2_news_dir {
        font-size: 13px;
        line-height: 15px;
    }
    .pp2_big2 .pp2_di {
        height: 45px;
    }
    .pp2_big2 .pp2_news_tit {
        line-height: 45px;
    }
    .pp2_zz2_tit {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 7px;
    }
    .pp2_zz2_dir {
        font-size: 13px;
        line-height: 15px;
    }
    .pp5_btn {
        margin-top: 96px;
    }
    .p5content {
        min-width: 900px;
        min-height: 900px;
    }
    .p5_wraps {
        width: 900px;
    }
    .p5_tabs a {
        margin: 0 5px;
        width: 290px;
    }
    .gun_text {
        margin-top: -20px;
    }
    .gallery_gun {
        height: 138px;
    }
    .maps_zz {
        line-height: 40px;
    }
    .pp2_big {
        width: 445px;
        height: 250px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 10px;
        display: block;
    }
    .pp2_big2 {
        width: 213px;
        height: 119px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 10px;
        display: block;
    }
    .pp2_fr .pp2_big2.mar_bot {
        margin-bottom: 10px;
    }
}


/*1000*/

@media screen and (max-width: 1000px) {
    .pp2_pa {
        padding-bottom: 40px;
        width: 80%;
    }
    .pp2_pa h2 {
        padding: 20px 0;
    }
    .pp2_news_tit {
        font-size: 13px;
        line-height: 14px;
        margin: 5px 0;
    }
    .pp2_news_dir {
        font-size: 12px;
        line-height: 12px;
    }
    .pp2_big2 .pp2_di {
        height: 30px;
    }
    .pp2_big2 .pp2_news_tit {
        line-height: 30px;
    }
    .pp2_zz2_tit {
        font-size: 13px;
        line-height: 14px;
        padding-bottom: 5px;
    }
    .pp2_zz2_dir {
        font-size: 12px;
        line-height: 12px;
    }
    .pp5_btn {
        margin-top: 40px;
    }
    .p5content {
        min-width: 80%;
        min-height: 595px;
    }
    .p5_wraps {
        width: 80%;
    }
    .pp2_pa h2 {
        width: 204px;
    }
    .p5_titles {
        width: 154px;
        padding-top: 20px;
        margin-bottom: 15px;
    }
    .p5_tabs a {
        margin: 0 1px;
        width: 32.8%;
        height: 40px;
        line-height: 45px;
        font-size: 16px;
    }
    .gun_text {
        margin-top: -20px;
    }
    .gallery-top {
        width: 60%;
        margin-bottom: 20px;
    }
    .gallery_gun {
        height: 80px;
    }
    /*.p5_btn{width: 22%;left:39%;}*/
    .tab_cnent {
        width: 24.9%;
        top: 5px;
    }
    .tab_cnent a {
        width: 100px;
        height: 90px;
    }
    .tab_cnent a.tab_cne2 {
        top: 91px;
    }
    .tab_cnent a.tab_cne3 {
        top: 180px;
    }
    .tab_cnent a.tab_cne4 {
        top: 91px;
    }
    .tab_cnent a.tab_cne5 {
        top: 30px;
        left: 86px;
    }
    .tab_cnent a.tab_cne6 {
        top: 121px;
        left: 86px;
    }
    .tab_cnent a.tab_cne7 {
        top: 121px;
        left: 86px;
    }
    .person_detail {
        top: 40px;
    }
    .personname {
        top: 155px;
    }
    .per_name {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .per_dir {
        font-size: 12px;
        line-height: 18px;
    }
    .bg_gun {
        top: 100px;
    }
    .gun_text {
        width: 50%;
    }
    .gun_text h4 {
        font-size: 16px;
    }
    .gun_text p {
        font-size: 12px;
    }
    .gun_text p {
        font-size: 12px;
    }
    .maps_zz {
        font-size: 12px;
        line-height: 30px;
    }
    .pp2_btn {
        width: 159px;
    }
    .p5_btn {
        width: 159px;
    }
    .pp2_big {
        width: 350px;
        height: 197px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 10px;
        display: block;
    }
    .pp2_big2 {
        width: 170px;
        height: 95px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 10px;
        display: block;
    }
    .pp2_fr .pp2_big2.mar_bot {
        margin-bottom: 7px;
    }
    .pp2_pa {
        width: 725px
    }
}

.index_news_cneter{
    display: flex ;
    justify-content: center ;
}
.index_news_pp2_fr{
    width: 25% ;
}
/*800*/

@media screen and (max-width: 990px) {
    .pp2_pa {
        padding-bottom: 40px;
        width: 760px
    }
    .pp2_fr {
        width: 377px;
    }
    .index_news_pp2_fr{
        width: 25% ;
    }
}

@media screen and (max-width: 915px) {
    .pp2_pa {
        padding-bottom: 40px;
        width: 614px
    }
    .pp2_big {
        width: 306px;
        height: 172px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 10px;
        display: block;
    }
    .pp2_big2 {
        width: 142px;
        height: 81px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 10px;
        display: block;
    }
    .pp2_fr .pp2_big2.mar_bot {
        margin-bottom: 10px;
    }
    .pp2_fr {
        width: 297px;
    }
    .index_news_pp2_fr{
        width: 25% ;
    }
    .pp2_zz2_dir {
        font-size: 11px;
        line-height: 11px;
    }
    .pp2_zz2_tit {
        font-size: 12px;
        line-height: 12px;
        padding-bottom: 0px;
    }
    .pp2_jian2 {
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    .pp2.order {
        position: relative;
        background: url(../images/pp2_bg_h5.png) top center no-repeat;
        background-size: 103% 100%;
        margin-top: -40px;
    }
    .pp2_pa {
        width: 80%;
        padding-bottom: 40px;
    }
    .pp2_pa h2 {
        width: 35%;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .pp2.order .pp2_pa .font48 {
        width: 40%;
    }
    .pp2_big {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .index_news_pp2_fr{
        width: 0;
    }
    .pp2_fr {
        width: 100%;
        float: none;
    }
    .index_news_cneter{
        display: block;
    }
    .pp2_big2 {
        width: 49%;
        height: auto;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .pp2_fr .pp2_big2.mar_bot {
        margin-bottom: 10px;
    }
    .pp5_btn {
        width: 26%;
        margin-top: 100px;
    }
    .pp2_big:hover .pp2_img {
        transform: scale(1);
    }
    .pp2_big:hover .pp2_zz {
        display: none;
    }
    .pp2_big2:hover .pp2_zz2 {
        display: none;
    }
    .y_pf_fc {
        display: none;
    }
    /*mobile tab*/
    .mobilec {
        width: 100%;
        position: relative;
    }
    .p5_mtitles {
        width: 95%;
        position: absolute;
        top: 3%;
        left: 2.5%;
    }
    .p5_titles_m {
        width: 30%;
        margin: 0 auto 1vh;
    }
    .p5_mtabs {
        width: 100%;
        margin-bottom: 5px;
    }
    .p5_mtabs a {
        width: 30%;
        height: 50px;
        background: url(../images/p5_tabchose.png) no-repeat center;
        background-size: auto 100%;
        font-size: 14px;
        color: #ffffff;
        line-height: 58px;
        float: left;
        display: block;
        margin: 0 1.5%;
        text-align: center;
    }
    .p5_mtabs a.act {
        background: url(../images/p5_tabchose_check.png) no-repeat center;
        background-size: auto 100%;
    }
    .personname_m {
        width: 100%;
        position: absolute;
        top: 10%;
        left: 0;
    }
    .perpic_m {
        position: relative;
        z-index: 3;
        margin: 0 auto;
    }
    .mobileblockswrap {
        width: 100%;
        position: relative;
    }
    .mobileblocks {
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
    }
    .show.mobileblocks {
        opacity: 1;
    }
    /*tab1*/
    .swiperm1 {
        margin: 0 auto;
        width: 90%;
    }
    .personname_m {
        text-align: center;
        font-weight: bold;
        color: #2e2d2d;
        font-size: 28px;
    }
    .person_detail_m {
        position: absolute;
        bottom: 5%;
        left: 0;
        text-align: center;
        z-index: 6;
        width: 100%;
    }
    .person_detail_m .per_name {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .person_detail_m .per_dir {
        font-size: 14px;
    }
    .p5_btn_m {
        width: 46%;
        z-index: 30;
        position: absolute;
        bottom: 8%;
        left: 27%;
    }
    .p5_btn_m.tab3 {
        bottom: 22%;
    }
    .mbg_content {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    /*tab2*/
    .pro_next {
        width: 8%;
        position: absolute;
        right: 0;
        top: 42%;
        z-index: 40;
    }
    .pro_prev {
        width: 8%;
        position: absolute;
        left: 0;
        top: 42%;
        z-index: 40;
    }
    .swiperm2 {
        width: 100%;
        margin-bottom: 8%;
        margin-top: 4%;
    }
    .mgun_text {
        text-align: center;
        width: 100%;
        color: #fff;
        margin-top: 2%;
    }
    .mgun_text h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .mgun_text p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .mgunbgs {
        width: 110%;
        position: absolute;
        left: -5%;
        top: 18%;
    }
    .gallery_gun {
        height: 110px;
    }
    .swiperm2gallery p {
        font-size: 12px;
        color: #a9a9a9;
        text-align: center;
    }
    .swiperm2gallery .swiper-slide-thumb-active p {
        color: #ffe500;
    }
    .swiperm2gallery {
        width: 80%;
        margin: 0 auto;
    }
    .mgallery_next {
        width: 8%;
        position: absolute;
        right: 0;
        top: 78%;
        z-index: 30;
    }
    .mgallery_prev {
        width: 8%;
        position: absolute;
        left: 0;
        top: 78%;
        z-index: 30;
    }
    .mgallerybg {
        position: absolute;
        top: 30%;
        left: 5%;
        width: 90%;
    }
    /*tab3*/
    .swiperm3_f {
        width: 80%;
        margin: 0 auto;
        position: relative;
        margin-top: 28%;
    }
    .m_page {
        position: relative;
        width: 100%;
        text-align: center;
        padding-top: 6%;
    }
    .m_prev {
        width: 10%;
        display: block;
        position: absolute;
        top: 37%;
        left: -12%;
        z-index: 99;
    }
    .m_next {
        width: 10%;
        display: block;
        position: absolute;
        top: 37%;
        right: -12%;
        z-index: 99;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #575757;
        opacity: 1;
        border-radius: 50%;
        margin-right: 10px;
    }
    .swiper-pagination-bullet-active {
        background: #ffe500;
    }
}

@media screen and (max-width: 800px) {
    .pp2_pa {
        width: 90%;
        padding-bottom: 30px;
    }
    .pp2_btn {
        width: 29%;
        margin-top: 20px;
    }
    .map_img {
        width: 76.6%;
    }
    .pp5_btn {
        margin-top: 120px;
    }
}

@media screen and (max-width: 600px) {
    /*.pp2_big .mid_txt{top: 24%;}*/
    .wrap_kv_pa {
        /* top: 56%; */
    }
    .wrap_btn a {
        width: 40%;
      
    }
    .wrap_btn  {
        margin: 0;
        margin-left: -44px;
        width: 135%;
        margin-top: 6%;
    }
    .pp2_btn {
        width: 51%;
        margin-top: 30px;
    }
    .pp5_btn {
        width: 51%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 400px) {
    .swiperm2 {
        margin-bottom: 0;
    }
    .gallery_gun {
        height: 90px;
    }
}

#video_p1 {
    width: 100%;
}

.pp2_di_img {
    display: none;
}

.pp2_big .pp2_di_img {
    display: block;
}

.pp2_big .pp2_zz2 {
    display: none;
}


/* 
.p2 {
    display: none;
} */