/* 导航样式 */
.x-menu {
      display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.x-menu>li {
    position: relative;
    flex: 1;
}
.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    line-height: 100px;
    height: 100px;
    text-align: center;
}

.top2.bj .x-menu>li>a {
    color: #fff;
}

.top2.on .x-menu>li>a {
    color: #000;
}
.top2:hover .x-menu>li>a {
    color: #000;
}

.x-menu>li>a:hover {
    color: #0c3a90;
    /* border-bottom: 3px solid #68ff00; */
}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 170%;
    left: -38%;
    top: 100px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #0c3a90;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

/*头部样式*/
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flext {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo {
    line-height: 100px;
}

.top2.on{
    background: #fff;
}
.top2 {
    /*position: fixed;*/
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    height: 100px;
}
.top2:hover{
    background: #fff
}
.top2 .k2 {
    width: 66.15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wh {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

@media(max-width: 1330px) {
    .wh{
        width: 100%;
        padding: 0 15px;
    }
}

.ss {
    width: 19px;
    position: relative;
}

.ss .ss1 {
    width: 19px;
    height: 19px;
    background: url(../images/img/tb_sousuo.png) no-repeat center center;
    z-index: 999;
}

.top2:hover .ss .ss1 {
    background: url(../images/img/tb_sousuoh.png) no-repeat center center;
}


.ss #formsearch2 {
    position: absolute;
    right: 0;
    top: 59px;
    width: 190px;
    z-index: 999999;
    display: none;
    font-size: 0;
}

.ss #formsearch2 input {
    outline: none;
    background: none;
    border: none;
    font-size: 14px;
}

.ss #formsearch2 input[name="keywords"] {
    color: #333;
    border: 1px solid #eeee;
    height: 30px;
    line-height: 30px;
    background: #fff;
    padding-left: 6px;
    width: calc(100% - 40px);
}

.ss #formsearch2 input[type='submit'] {
    background: #0c3a90;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 40px;
}
#menu{
      width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #03479c;
}
.ct1{color:#03479c;font-size:42px;text-align:center;}
.ct1 span{display:block;text-transform:uppercase;font-size:18px;font-weight:normal;color:#888888;font-family:"Arial";line-height: 30px;}


.container {
    width: 1200px;
    margin: 0 auto;
}
/*手机头部*/
.mc_header{
    display: none;
    height: 61px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.mc_header_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.mc_logo{
    line-height: 50px;
    max-width: 50%;
}
.mc_logo img{
    width: auto;
    max-width: 100%;
    max-height: 40px;
}
.mc_nav{
    width: 30px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.mc_nav span{
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.mc_nav span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.mc_nav span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav.click span:nth-child(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mc_nav.click span:nth-child(2){
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.mc_nav.click span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mc_nav_con{
    background: #000;
    padding: 20px;
    display: none;
    position: fixed;
    top: 61px;
    left: 0;
    z-index: 99999;
    width: 100%;
}
.mc_nav_con ul{
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 100px);
}
.mc_nav_con ul>li{
    position: relative;
    border-bottom: 1px solid #2b2b2b;
}
.mc_nav_con ul>li>a{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
    display: block;
}
.mc_nav_con ul>li>span{
    width: 35px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
    background-position: -30px -240px;
} 
.mc_nav_con ul>li>span.click{
    background-position: -30px -265px;
}
.mc_nav_erji{
    background: #1E1E1E;
    display: none;
}
.mc_nav_erji p{
    border-top: 1px dashed #2b2b2b;
}
.mc_nav_erji p:last-child{
    border-top: 0px dashed #2b2b2b;
}
.mc_nav_erji a{
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width:991px){
    .pc_header{
        display: none;
    }
    .x-top2{
        display: none;
    }
    .mc_header{
        display: block;
    }
}
@media(max-width:468px){
    .mc_logo{
        max-width:60%;
    }
}

/*高品质追求*/
.box2{width:1200px;margin:0 auto;margin-top:20px;}
.tabz{position:relative;display:flex;justify-content:center;align-items:center;margin-top:50px;}
.tabz li{float:left;width:140px;height:32px;display:block;line-height:32px;background:#eaeaea;text-align:center;color:#666666;font-size:14px;cursor: pointer;margin-left:10px;}
.tabz li.cur{color:#fff;text-decoration:none;font-size:14px;background:#03479c;}
.tabz  li:hover, .tabz li.cur {
    background: #03479c;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.tabz li:hover a, .tabz li.cur a {
    color: #fff;
}

.ttz{display: none;margin-top:30px;}
.list1z{padding:8px 10px;}
.list1z li{position:relative;vertical-align: middle;float:left;margin-right:26px;margin-bottom:26px}
.list1z li a.img{display:block}
.list1z li a.img img{width:376px;height:270px;}


.list1z li:nth-child(3n){float:right;margin-right:0px;}

.dac{background:#03479c;border-bottom-left-radius:5px;border-bottom-right-radius:5px;line-height:45px;height:45px;}
.list1z li h3{color:#fff;font-size:16px;float:left;font-weight:normal;margin-left:5%;}
.list1z li h3 a{color:#fff;font-size:16px;line-height:45px;}
.list1z li:hover .dac{background:#b99562;}


.mx{float:right;color:#fff;font-size:16px;margin-right:5%;}
.mx a{color:#fff;font-size:16px;}

/*滚动*/
.pin{width:1200px;margin:0 auto;}

.chan{text-align:center;padding-top:30px;position:relative;margin-bottom:40px;}
.l_btn,.r_btn{position:absolute;cursor:pointer;top:55%;}
.l_btn{left:-50px;}
.r_btn{right:-50px;}

.twt{float: left;}
.twt li a.img{display:block;}
.twt li a.img img{display:block;width: 273px;height:150px;}
.twt li{float: left;overflow: hidden; margin-left: 20px;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;padding-top:20px;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

.huise{width:1920px;position:relative;left:50%;margin-left:-960px;background:#f5f5f5;padding-bottom:50px;padding-top:70px;}

#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}


.anls{width:1200px;margin:0 auto;padding-top:40px;border-top:1px solid #e5e5e5}
.product_list3{}
.product_list3 li{float:left;margin-right:38px;margin-bottom:38px;_display:inline;position:relative;width:376px;height:248px;}
.product_list3 li a.img{}
.product_list3 li a.img img{width:376px;height:248px;}
.product_list3 li h3{text-align:center;position:absolute;bottom:0px;width:100%;background:url(../images/h3.png) no-repeat center top;height:40px;color:#fff;}
.product_list3 li h3 a{font-weight:normal;line-height:40px;font-size:16px;color:#fff;}
.product_list3 li a.img{display:block;}
.product_list3 li a.img:hover{border-color:#b99562;}


.index-title {
    padding: 10px 15px 10px 0;
}

.index-title h3 {
    font-size: 60px;
    color: #eeeeee;
    font-family: "Arial";
    line-height: 20px;
    text-transform: uppercase;
}

.index-title h4 {
    font-size: 24px;
    color: #0c3a90;
    line-height: 10px;
}


@media(max-width: 768px) {
    .index-title h3 {
        font-size: 44px;
    }

    .index-title h4 {
        font-size: 21px;
    }

}

@media(max-width: 767px) {
    .index-title h3 {
        font-size: 35px;
    }

    .index-title h4 {
        font-size: 21px;
    }

}

.cpzx{
    margin-top: 3.95vw;
}
.cpzxt{
    display: flex;
    justify-content: space-between;
}
.cpfl{
    width: 62%;
    margin-top: 10px;
}
.cpfl ul{
    display: flex;
    justify-content: flex-end;
}
.cpfl ul li{
    padding: 0 30px;
    background: url(../images/img/index_navfenlei.png)no-repeat right center;
}
.cpfl ul li.cur a{
    color: #0c3a90;
}
.cpfl ul li:last-child{
    background: none;
}
.index_cpzxtab{
    display: flex;
    flex-wrap: wrap;
}

.cpfl ul li a{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
}
.cpzxt a.more{
   font-size: 14px;
    color: #666666;
    position: relative;
    padding-right: 1.77vw; 
    line-height: 50px;
}
.cpzxt a.more::after{
    content: "";
    width: 1.302vw;
    height: 1px;
    background-color: #b1b1b1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cpzxt a.more:hover{
    color:#0c3a90
}

.cpzxt a.more:hover::after{
     background-color:#0c3a90
}

.cpzx2{
    margin-top: 3.125vw;
}
.cpzx2 .tt{
    display: none;
}
.cpzx2 .tt ul li{
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 32px;
}
.cpzx2 .tt ul li .img{
    display: block;
    border: 1px solid #eeeeee;
}
.cpzx2 .tt ul li .img img{
    width: 100%;
}

.cpzx2 .tt ul li h3{
    height: 47px;
    background-color: #eeeeee;
   text-align: center;
   line-height: 47px;
   font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #333333;
}
.cpzx2 .tt ul li h3 a{
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.cpzx2 .tt ul li:nth-child(4n){
    margin-right: 0;
}
.cpzx2 .tt ul li:hover .img{
    border: 1px solid #0c3a90;
}
.cpzx2 .tt ul li:hover h3{
    background: #0c3a90;

}
.cpzx2 .tt ul li:hover h3 a{
    color: #fff;
}

/* p2 start */
.p2{
    margin-top: 2.34vw;
}
.solution-box {
    overflow: hidden;
    height: 680px;
    margin-top: 3.073vw;
}

.solution-box .solbox {
    cursor: pointer;
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.solution-box .solbox.active {
    width: 40%;
}

.solution-box .solbox.small {
    width: 20%;
}

.solution-name {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 8;
}

.solution-name span {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
}

.solution-name span:after {
    content: '';
    width: 36px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -18px;
}

.solution-name p {
    font-size: 16px;
    margin: 25px auto;
    width: 70%;
    color: rgba(255, 255, 255, .7);
}

.solution-detail {
    position: relative;
    z-index: 10;
    padding: 10%;
    opacity: 0;
    margin-top: -40%;
    transition: all 0.3s;
}

.solution-detail h3 {
    position: relative;
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
    padding-left: 20px;
}

.solution-detail h3:before {
    content: '';
    width: 5px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background: #0c3a90;
}

.solution-detail p {
    margin: 0 0 20px;
    padding-left: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
}

a.commLink {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    line-height: 30px;
    padding: 3px 30px;
    color: #fff;
    font-size: 14px;
    background-image: linear-gradient(90deg, 
        #3b60a6 0%, 
        #0c3a90 100%), 
    linear-gradient(
        #ffffff, 
        #ffffff);
    background-blend-mode: normal, 
        normal;
}




.smask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    transition: all 0.3s;
    z-index: 1;
}

.solution-box .solbox.active .smask {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 8%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}

.solution-box .solbox.active .solution-detail {
    opacity: 1;
    margin-top: 0;
    transition-delay: .3s;
}

.solution-box .solbox.active .solution-name {
    display: none;
}




@media screen and (min-width: 1024px) and (max-width: 1680px) {
    .solution-box {
        height: 600px;
    }

    .solution-name span {
        font-size: 20px;
    }

    .solution-name p {
        font-size: 14px;
    }

    .solution-detail h3 {
        font-size: 20px;
    }

    .solution-detail h3:before {
        width: 4px;
        height: 20px;
        margin-top: -10px;
    }

    .solution-detail p {
        font-size: 14px;
    }
}


@media only screen and (max-width:1023px) {

    .solution-box {
        height: auto;
        margin-top: 30px;
    }

    .solution-box .solbox {
        float: none;
        width: 100%;
        height: 35.15vw;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .solution-box .solbox.active {
        width: 100%;
    }

    .solution-box .solbox.small {
        width: 100%;
    }

    .solution-name {
        display: none;
    }

    .solution-detail {
        width: 100%;
        padding: 4%;
        opacity: 1;
        margin-top: 0;
        text-align: left;
    }

    .solution-detail h3 {
        font-size: 18px;
        color: #fff;
        margin: 0 0 15px;
        padding-left: 20px;
    }

    .solution-detail h3:before {
        width: 4px;
        height: 20px;
        margin-top: -10px;
    }

    .solution-detail p {
        margin: 0 0 40px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 1.65;
    }

    .commLink {
        position: relative;
        margin-left: 20px;
        display: inline-block;
        line-height: 24px;
        padding: 5px 30px;
        font-size: 13px;
    }

    .solution-detail-2 {
        position: relative;
        z-index: 10;
        padding: 8%;
        opacity: 1;
        margin-top: 0;
        transition: all 0.3s;
    }

    .solution-detail-2 h3 {
        position: relative;
        font-size: 20px;
        color: #fff;
        margin: 0 0 20px;
        padding-bottom: 20px;
    }

    .solution-detail-2 p {
        margin: 0 0 20px;
        font-size: 14px;
        color: rgba(255, 255, 255, .9);
    }
}

.p4 {
    background-color: #f5f5f5;
    padding: 2.65vw 0 3.854vw;
    margin-top:0vw;
}
.p4 .newsfl{
    display: flex;
    /*width: 100%;*/
    justify-content: space-between;
}
.p4 .newsfl ul{
    display: flex;
    justify-content: center;
}
.p4 .newsfl ul li{
    background: url(../images/img/index_navfenlei1.png)no-repeat right center;
    margin-right:18px;
    padding-right: 18px;
}
.p4 .newsfl ul li a{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666;
}
.p4 .newsfl ul li.active a{
    color: #0c3a90;
} 


.p4a a.more {
    font-size: 14px;
    color: #666666;
    position: relative;
    padding-right: 1.77vw;
    line-height: 2;
}
.p4a a.more:hover{
    color:#0c3a90;
}

.p4a a.more:hover::after{
     background-color:#0c3a90
}
.p4a a.more::after {
    content: "";
    width: 1.302vw;
    height: 1px;
    background-color: #b1b1b1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news2 { position: relative;margin-top: 2.917vw; }
.news2 .p4b { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.news2 .p4b { opacity: 0; visibility: hidden; transition: all .5s ease; }
.news2 .p4b.active { position: static; opacity: 1; visibility: visible;  }


.p4b {
    
    
}

.p4b1 {
    width: 39.23%;
    background-color: #efefef;
}

.p4b1 li a {
    display: block;
    width: 100%;
}

.p4b1 li a div.img img {
    display: block;
    width: 100%;
}

.p4b1 li a .cont {
    padding: 1.6vw 1.56vw 1.6vw 0.93vw;
}

.p4b1 li a .cont h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 1vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p4b1 li a .cont p {
    font-size: 14px;
    line-height: 1.857;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.p4b1 li a .cont:hover h3{
    color:#0c3a90;
}


.p4b1 li a .cont span.more {
    background: url(../images/img/indecx_xinwen_more.png) no-repeat left center;
    display: inline-block;
    padding: 0 1.8vw 0 0.8vw;
    background-size: 100% auto;
    font-size: 14px;
    color: #999999;
    margin-top: 1.6vw;
}
.p4b1 li a .cont:hover span.more{
    color: #0c3a90;
}


.p4b2 {
    width: 55.385%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 26.6vw;
    overflow: hidden;
}

.p4b2 ul li {
    height: 25% !important;

}

.p4b2 li a {
    display: block;
    padding: 1.4vw 1.19vw 0.3vw 0.99vw;
    border-bottom: 1px solid #d8d8d8;
    height: 100%;
    transition: all ease .3s;
}



.p4b2 li a h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 0.8vw;
    transition: all ease .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p4b2 li a p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p4b2 li a .time {
    display: flex;
    justify-content: flex-end;
}

.p4b2 li a .time span {
    font-size: 14px;
    color: #999999;
    background: url(../images/img/indecx_xinwen_more1.png) no-repeat right center;
    padding-right: 2.08vw;
}


.p4b2 li:hover a {
    box-shadow: 0 0 24px rgba(0, 0, 0, .12);
}


.p4b2 li:hover a h3 {
    color: #0c3a90;
}


@media(max-width: 1366px) {
    .p4b2 li a .time span {
        padding-right: 2.88vw;
    }
}




@media(max-width: 768px) {
    .p4b {
        display: block;
    }
    .p4a .index-title {
        padding: 10px 0;
    }

    .p4b1 {
        width: 100%;
    }

    .p4b1 li a .cont {
        padding: 2.5vw 1.56vw 2.6vw 2vw;
    }

    .p4b2 {
        width: 100%;
        margin-top: 30px;
        display: block;
    }

    .p4b2 li a {
        padding: 3.87vw 1vw 1.3vw;
    }

    .p4b2 li a .time span {
        padding-right: 4.88vw;
    }
}

@media(max-width: 767px) {
    .p4a a.more {
        padding-right: 5.77vw;
    }

    .p4a a.more::after {
        width: 4.302vw;
    }

    .p4b1 li a .cont {
        padding: 4.5vw 3.56vw 5.6vw 3vw;
    }

    .p4b1 li a .cont h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .p4b1 li a .cont span.more {
        background: initial;
    }

    .p4b2 li a h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .p4b2 li a .time {
        margin: 6px 0;
    }

    .p4b2 li a .time span {
        background: initial;
    }

    .p4b2 li a {
        padding: 3.87vw 1vw 1.5vw;
    }
}

@media(max-width:468px){
    .p4 .newsfl{
        width: 100%;
    }
}

.gywm{
    background: url(../images/img/index_gybj.jpg)no-repeat center;
    background-attachment: fixed;
    padding: 5.3vw 0 4.68vw; 
}
.p5-title {
    text-align: center;
}

.p5-title h3 {
    font-family: "Arial";
    font-size: 30px;
    color: #eeeeee;
    text-transform: uppercase;
    line-height: 1;
}

.p5-title h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
}
.gywm .gywm2{
    width: 90%;
    margin: 0 auto;
    margin-top: 3.125vw;
}
.gywm .gywm2 h3{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.gywm .gywm2 h3 p a{
     color: #ffffff;
}
.gywm .gywm2 h3 p:hover a{
     color: #92ac9b;
}
.gywm .gywm2 .ckgd{
    width: 132px;
    height: 47px;
    margin: 0 auto;

    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #0c3a90;
    margin-top: 3.802vw;
}
.gywm .gywm2 .ckgd:hover{
    font-size: 15px;
}

.p6 {
    margin-top: 2.55vw;
}

.p6a a.more {
    font-size: 14px;
    color: #666666;
    position: relative;
    padding-right: 1.77vw;
}

.p6a a.more::after {
    content: "";
    width: 1.302vw;
    height: 1px;
    background-color: #b1b1b1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p6a a.more:hover{
   color:#0c3a90; 
}
.p6a a.more:hover::after{
     background-color:#0c3a90
}





.p6s2 {
    overflow: hidden;
    margin: 3.43vw 0 15px;
}
.p6s2 ul li{
    float: left;
    margin-bottom: 0.833vw;
    margin-right: 1.35%;
    width:  18.92%;
    overflow: hidden;

}
.p6s2 ul li:nth-child(5n){
    margin-right: 0;
}

.p6s2 ul li a {
    display: block;
}

.p6s2 ul li a {
    border: solid 1px #efefef;
    width: 100%;
    transition: all ease .3s;
    text-align: center;
    overflow: hidden;
    display: block;
}

.p6s2 ul li a img {
    max-width: 100%;

-webkit-transform: scale(1,1);-moz-transform: scale(1,1);
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;  
}
.p6s2 ul li:hover a  img{
     -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -webkit-transition:all 0.6s ease-out;
    -moz-transition:all 0.6s ease-out;
    transition:all 0.6s ease-out;
}
.p6s2 ul li:hover a {
    border: solid 1px #0c3a90;
   
}


@media(max-width: 767px) {

    .p6a .index-title {
        padding: 10px 0;
    }

    .p6a {
        margin: 30px auto;
    }

    .p6a a.more {
        padding-right: 3.5vw;
    }

    .p6a a.more::after {
        width: 2.302vw;
    }

    .p6-swiper {
        margin: 30px 0 40px;
    }
}

.p7 {
    line-height: 1.86;
    padding-bottom: 1.35vw;
    padding-top: 1.35vw;
}

.p7 span {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}

.p7 a {
    color: #666666;
    font-size: 13px;
    margin-right: 7px;
}

@media(max-width: 767px) {
    .p7 {
        padding-bottom: 18px;
    }
}
.p8 {
    background-color: #21252a;
    padding-top: 2.45vw;
}

.p8a {
    width: 34.3%;
    float: left;
}

.p8a1 img {
    max-width: 100%;
}

.p8a2 h3 {
    font-family: "Arial";
    font-size: 24px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .7);
    font-weight: 400;
    margin: 2.08vw 0 0.8vw;
}

.p8a2 p {
    font-size: 14px;
    line-height: 1.857;
    color: rgba(255, 255, 255, .7);
}

.p8b {
    width: 44.62%;
    display: flex;
    justify-content: space-between;
    float: left;
}

.p8b dl dt {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5vw;
}

.p8b dl dd a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
}
.p8b dl dd a:hover{
    color: rgba(255, 255, 255, 1);
}

.p8c {
    width: 116px;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    float: right;
    margin-top: 10px;
}

.p8c .img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 1vw;
}


.copy {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 3.3vw;
    padding: 1.4vw 0 1.3vw;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
}

.copy a {
    color: rgba(255, 255, 255, .7);
}

@media(max-width: 768px) {
    .p8 {
        padding-top: 5.81vw;
        padding-bottom: 5.85vw;
    }

    .p8a {
        width: 45.3%;
    }
}


@media(max-width: 767px) {
    .p8a2 h3 {
        font-size: 20px;
    }

    .p8a {
        float: none;
        width: 100%;
    }

    .p8c {
        float: none;
        margin-top: 18px;
    }
}

/*手机底部*/
@media (max-width:768px) {
    .db {
        display: block !important;
    }
}


.dbb {
    height: 50px;
}

/* 页脚 */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 0;
}

.footer ul li.active {
    background: #000;
}

.footer ul li a {
    display: block;
    color: #fff;
}
.footer ul li:first-child a {
    border: none;
}
.footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}


.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid #fff;
}

@media(max-width: 1600px) {
    .p4b2{
        height: 30.6vw;
    }
}


@media(max-width: 1440px) {
    .p4b2{
        height: 33.6vw;
    }
}
@media(max-width: 1366px) {
    .p4b2{
        height: 35.6vw;
    }
    .cpfl{
        width: 63%;
    }
    .cpfl ul li{
            padding: 0 28px;
    }
}
@media(max-width: 1280px) {
    .p4b2{
        height: 36.6vw;
    }
    .cpfl ul li{
        padding: 0px 24px;
    }
}
@media(max-width: 1200px) {
    .cpfl ul li{
        padding: 0px 24px;
    }
    .p2 .index-title{
        padding: 15px 10px;
    }
}
@media(max-width: 1200px) {
    .index-title h3{
        font-size: 48px;
    }
    .cpfl ul li{
        padding: 0 15px;
    }
}
@media(max-width:991px) {
    .cpfl ul li{
        padding: 0 10px;
    }
    .cpfl ul li a{
            font-size: 14px;
    }
    .p7{
        display: none;
    }
}
@media(max-width:767px) {
    .cpzxt{
        flex-wrap: wrap;
    }
    .cpfl{
        width: 80%;
    }
    .p4b2{
        height: 60vw;
    }
    .cpzx{
        margin-top: 30px;
    }
    .p4{
        padding: 30px 0;
    }
    .gywm{
        padding: 30px 0;
    }
}
@media(max-width:640px) {
    .cpfl ul{
        flex-wrap: wrap;
    }
    .cpzxt a.more{
        padding-right: 20px;
        line-height: 70px;
        display:none;
    }
    .cpfl{
        width: 100%;
    }
    .cpfl ul{
        width: 100%;
        justify-content: center;
    }
    .cpzx2 .tt ul li{
        width: 48%;
        margin-right: 4%;
    }
    .cpzx2 .tt ul li:nth-child(2n){
        margin-right: 0;
    }
    .solution-box .solbox{
        height: 360px;
    }
    .p4b2{
        height: 400px;
    }
    .p6s2 ul li{
        width: 48%;
        margin-right: 3.5%;
    }
    .p6s2 ul li:nth-child(5){
        margin-right: 3.5%;
    }
    .p6s2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .p8a{
        text-align: center;
    }
    .p8c{
        width: 100%;
        text-align: center;
        /*padding: 0 36%;*/
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .p8c .img{
        text-align: center;
    }
    .p8c .img img{
        margin: 0 5px;
    }
    .copy{
        margin-top: 25px;
    }
}



.qtxt{
    display: none;
}


/**/
.ny_ryzz{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny_ryzz li{
    width: 32%;
    margin: 1% 0;
}
@media(max-width:768px){
    .ny_ryzz li{
        width: 48%;
        margin: 2% 0;
    }
}

/**/



/*banner*/
/*视频*/
.shipinshouye{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.index_banner{
    position: relative;
}
.index_banner img{
    width: 100%;
}
.banneryd{
    position: absolute;
    left: 0;
    bottom: 5%!important;
    width: 100%;
    z-index: 999;
    text-align: center;
    font-size: 0;
}
.banneryd span{
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 8px!important;
    opacity: 1;
    transition: all 0.4s ease;
}
.banneryd span.swiper-pagination-bullet-active{
    background: #012ea8;
    width:53px;
}
.index_banner2{
    display: none;
}
@media(max-width:991px){
    .index_banner{
        margin-top: 0;
    }
    .index_banner1{
        display: none;
    }
    .index_banner2{
        display: block;
    }
}
@media(max-width:768px){
    .banneryd span.swiper-pagination-bullet-active{
        width: 30px;
    }
}


