body {
    background: url("4592706.png") no-repeat center top;
    overflow-x: hidden;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Microsoft YaHei", Arial, Verdana, Helvetica, sans-serif;
}
/****** 首页 ******/
.warp { width: 100%; overflow: hidden; margin: 0 auto; }


.w985 { width: 985px; margin: 0 auto; overflow: hidden; }

.bg-color { background: #fff; }

.w1020 {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.w950 {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}


.header { width: 100%; height: 695px; overflow: hidden; }
.header .href-nav { position: absolute; left: 0px; top: 50px; width: 100%; height: 50px; }
    .header .logo-btn {
        width: 352px;
        height: 60px;
        float: left;
    }

        .header .logo-btn img {
            width: 100%;
        }

    .header .false-btn {
        width: 122px;
        height: 25px;
        float: right;
        margin: 15px 55px 0px 0px;
    }

        .header .logo-btn a, .header .false-btn a {
            display: block;
            width: 100%;
            height: 100%;
            margin: 0 auto;
        }

    .header .banner-animation {
        position: absolute;
        top: 230px;
        left: 0px;
        z-index: 99999;
        width: 100%;
        height: 360px;
    }

        .header .banner-animation img {
            width: 100%;
        }

.header-lh-text {
    width: 100%;
    overflow: hidden;
    margin-top: 475px;
    text-align: center;
}

    .header-lh-text img {
        height: 50px;
    }
    .header .banner-animation .banner-text {
        width: 100%;
        height: 182px;
        float: left;
        position: relative;
    }
        .header .banner-animation .banner-text .header-img1 {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 510px;
            height: 92px;
            text-align: left;
            -webkit-animation: myfirst 1s;
            animation: myfirst 1s;
        }
        .header .banner-animation .banner-text .header-img2 {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 527px;
            height: 182px;
            text-align: left;
            -webkit-animation: myfirst2 2.5s ease-out;
            animation: myfirst2 2.5s ease-out;
        }
.header-img1 img:hover, .header-img2 img:hover{
    transform:none;
}
@-webkit-keyframes myfirst {
    0% {
        left: -487px;
        top: -105px;
    }

    100% {
        left:0px;
        top: 0px;
    }
}

@keyframes myfirst {
    0% {
        left: -487px;
        top: -105px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

@keyframes myfirst2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 兼容旧版浏览器 */
@-webkit-keyframes myfirst2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* 内容 */
.content { width: 100%; overflow: hidden; }
.content-boxs { width: 100%; overflow: hidden; margin: 0 auto; }

.mar-top {
    margin-top: 60px;
}

.one .top { width: 100%; overflow: hidden; float: left; line-height: 48px;
 text-align: center; font-size: 48px;}
.one .top a { color: #000000; }
    .one .top a:hover {
        color: #004e9e !important;
    }

.one .bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
    height: 352px;
}
.one .bottom .left { width: 535px; height: 348px; }
.one .bottom .left .device { width: 535px; height: 348px; position: relative; overflow: hidden; }
    .one .bottom .left .swiper-container {
        width: 535px;
        height: 348px;
    }
    .one .bottom .left .swiper-slide {
        position: relative;
    }
        .one .bottom .left .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
        }
    .one .bottom .left .swiper-title {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        text-indent: 0.5em;
        color: #fff;
        background-color: rgb(13,47,78,0.6);
        z-index: 999;
    }
    .one .bottom .left .pagination {
        position: absolute;
        right: 10px;
        bottom: 10px;
        text-align: center;
        font-size: 0px;
        z-index: 9999;
    }
    .one .bottom .left .swiper-pagination-switch {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ededed;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }
    .one .bottom .left .swiper-active-switch {
        width: 16px;
        background: #d8352f;
        border-radius: 4px;
    }

.one .bottom .right { 
    width: 406px;
    height:332px;
    overflow:hidden;
    background:url("4592710.png") top center no-repeat;
    padding:20px 20px 0 20px;
}
     .news-top, .news-bottom, .news-top .news-title, .news-top .news-jj {
        width: 100%;
        overflow: hidden;
        float: left;
        text-align: left;
    }

    .news-top {
        border-bottom: dotted 1px #a8a5a6;
    }
        .news-top .news-title {
            line-height: 30px;
            font-size: 21px;
        }
            .one .news-top .news-title a {
                color: #be2f22;
            }
            .news-top .news-jj {
                line-height: 24px;
                font-size: 14px;
                color: #848181;
                margin: 15px 0;
            }
            .news-top .news-jj a {
                color: #0069c7;
            }

     .news-bottom {
        height:220px;
        position: relative;
    }
       .news-bottom ul {
            width: 100%;
            overflow: hidden;
        }
        .news-bottom li {
            width: 100%;
            overflow: hidden;
            float: left;
            line-height: 50px;
            padding-left: 10px;
            font-size: 16px;
            position: relative;
        }
.news-bottom ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 999;
    display: block;
    width: 2px;
    height:2px;
    background: #000;
}
            .news-bottom li a {
                color: #000;
            }
.one .segment {
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background-color: #116dd2;
    margin-top:45px;
}

 
.more-btn { position: absolute; bottom: 0px; right: 0px; height: 22px; font-size: 14px; }
    .more-btn a {
        display: block;
        width: 100%;
        height: 100%;
        float: left;
        color: #595757;
    }
.more-btn a:hover {
    color: #b31f23 !important;
}

.two { margin-top: 55px; }
.two .left,.two .right,.two .column-box { width: 488px; overflow: hidden; }
.two .column-box{position:relative;}
    .two .column-more{
        position: absolute;
        width:40px;
        height:20px;
        right:5px;
        top:32px;
    }
.two .column-more a{
    display:block;
    height:inherit;
    width:inherit;
}
.two .column-box .column-title img:hover {
    transform: none;
}
    .two .imgtext-box {
        margin: 30px 16px 30px 12px;
    }
    .two .img-t-imgbox{
        height:255px;
        width:468px;
        margin:0 auto;
        overflow:hidden;
    }
    .two .img-t-imgbox img{
        width: 100%;
        height:100%;
    }
    .two .news-top{
        margin-top:35px;
    }
    .two .news-bottom {
        margin-top: 15px;
        height:auto;
    }
    .two .news-bottom ul li {
        font-size: 18px;
        line-height: 30px;
    }



.three {
    height: 560px;
    margin-top: 60px;
}
    .three .yxjl-title { text-align: center;margin-top:20px }
        .three .yxjl-title a {
        float: none;
        margin: 0 auto;
    }
.three .three-con-box { width: 100%; overflow: hidden; float: left; margin-top: 10px; }
.three .three-con-box .right { width: 658px; height: 448px; overflow: hidden; }

.three .three-con-box .right .device2 { width: 100%; height: 524px; margin: 0 auto; position: relative; overflow: hidden; }
.three .three-con-box .right .six-style-con { overflow: hidden; }
.three .three-con-box .right .swiper-container { width: 100%; height: 524px; }
.three .three-con-box .right .swiper-wrapper { width: 100%; height: 524px; }

.three .three-con-box .right .swiper-slide { width: 100%; height: 524px; text-align: center; overflow: hidden; position: relative; }
.three .three-con-box .right .swiper-slide a { display: block; width: 100%; height: 100%; }
.three .three-con-box .right .swiper-slide img { width: 100%; height: 524px; vertical-align: middle; }

.three .three-con-box .right .pagination { display: none; position: absolute; right: 18px; bottom: 15px; text-align: center; width: auto;
 height: auto; z-index: 999; }.three .three-con-box .left .swiper-pagination-switch { display: inline-block; width: 30px; height: 4px; 
    border-radius: 4px; background: #e6e4dc; margin: 0 5px; cursor: pointer; }
.three .three-con-box .right .swiper-active-switch { background: #ff9900; }

.three .three-con-box .left { width: 334px; height: 626px; overflow: hidden; }
.three .three-con-box .left .picMarquee-top2 { width: 100%; overflow:hidden; position:relative; }
.three .three-con-box .left .picMarquee-top2 .hd { display: none; overflow:hidden;}
.three .three-con-box .left .picMarquee-top2 .bd { height: 448px; overflow: hidden; }
.three .three-con-box .left .picMarquee-top2 .bd .tempWrap { height: 448px!important; }
.three .three-con-box .left .picMarquee-top2 .bd ul { overflow: hidden; zoom: 1; }
.three .three-con-box .left .picMarquee-top2 .bd ul li { width: 334px; text-align:center; zoom: 1; float: left;
 margin: 9px 0px 9px 0px; background: #ffffff; position: relative; }
.three .three-con-box .left .picMarquee-top2 .bd ul li img { width: 100%; height: 228px; margin: 0 auto; display: block; }
/* 内容 end */ 


/* 二级列表页 */ 
.url-nav { width: 100%; overflow: hidden; float: left; margin-top: 10px; line-height: 50px; font-size: 16px; color: #1a1a1a; }
.url-nav .w950 { text-indent: 1em; border-bottom: solid 1px #999; } 
.url-nav a { font-size: 14px; color: #1a1a1a; } 

.li-style { width: 100%; overflow: hidden; float: left; margin-top: 15px; }
.li-style ul li { width: 100%; height: 40px; float: left; line-height: 40px; position: relative; } 
.li-style ul li a { color: #000; }
    .li-style ul li:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #004e9e;
    } 
.li-style ul li .b-left { width: 80%; overflow: hidden; float: left; text-align: left; text-indent: 1em; font-size: 16px; } 
.li-style ul li .b-right { width: 20%; overflow: hidden; float: left; text-align: right; font-size: 14px; color: #999999; } 

.page-box { width: 100%; overflow: hidden; float: left; padding: 20px 0px; text-align: center; font-size: 0; } 
.page-box font { display: inline-block; padding: 5px 10px; margin: 0px 5px; font-size: 16px; color: #fff; border: solid 1px #c83e3f;
 border-radius: 5px; background: #c83e3f; } 
.page-box a { display: inline-block; padding: 5px 10px; margin: 0px 5px; font-size: 16px; border: solid 1px #c83e3f; border-radius: 5px; }
.page-box a:hover { cursor: pointer; color: #fff!important; border: solid 1px #c83e3f; border-radius: 5px; background: #c83e3f; }
/* 二级列表页 end */ 
 
 
/* 内容页 */ 
.title-box { width: 100%; line-height: 30px; overflow: hidden; padding: 10px 0px; font-size: 24px; font-weight: bold;
 text-align: center; } 
.fb-time { width: 100%; line-height: 40px; overflow: hidden; margin-bottom: 20px; text-align: center; font-size: 14px; 
 border-bottom: solid 1px #ddd; } 
.content-boxs .texts-boxs { width: 96%; overflow: hidden; padding: 0px 2% 50px 2%; }
.content-boxs .texts-boxs p img { display: block; max-width: 100%; margin: 0px auto; }
.pc-box { position: absolute; left: 0px; bottom: 0px; width: 100%; padding: 20px 0px; overflow: hidden; } 
.print-close { width: 100%; overflow: hidden; margin: 50px 0px 0px 0px; text-align: center; } 
.print-close span { padding: 0px 10px; } 
.print-close span a { color: #414141; } 
.border-b { border-bottom: solid 1px #ac0000; box-sizing: border-box; margin-bottom: 0px; } 
/* 内容页 end */

/* 总修改 start */
img:hover {
    transform: scale(1.1);
    transition: all 1s;
}
.yxjl-title img:hover, .logo-btn a img:hover {
    transform: none;
}
.video-box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999;
    width: 100%;
    height: 100%;
}

.wap-banner-box {
    width: 100%;
    height: 100%;
}

    .wap-banner-box img {
        width: 100%;
        height: 100%;
    }
