body {
    font-size: 12px;
    
}
.ttable {
    display: table;
    width: 100%;
    height: 100%;
}

.tcel {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
img{
    max-width: 100%;
    
}
a {
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        color:#d42534;
    }
    a.active{
        color:#d42534;
    }

    body{
        padding-top:0;
        padding-bottom:10rem;padding-top: 5rem;
    }

header{
    position:fixed;
    z-index:999;
    left:0;right:0;top:0;
}
    header > .top {
        background: #062f3c;
        position:relative;
        height:5rem;
        z-index:2;
    }
        header > .top>.logo{
            text-align:center;
            position:relative;
            height:100%;
        }
            header > .top > .logo > a {
                position: absolute;
                top: 15px;
                left: 0;
                bottom: 15px;
                right: 0;
            }
            header > .top > .logo img {
                height: 100%;
                width: auto;
            }
            header > .top > button {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 50px;
                bottom: 0;
                background: none;
                border: none;
                z-index: 2;
                padding: 0 10px;
                left:0;
                color: #fff;
            }
                header > .top > button.active{
background: #ee6123;
                }
                    header > .top > button.active > span {
                        opacity: 0;
                        display: none;
                    }
                    header > .top > button.active:before, header > .top > button.active:after{
                        opacity:1;
                    }
                    header > .top > button.active > span:nth-child(2) {
                        
                    }
                    header > .top > button.active > span:nth-child(1){
                       
                    }
                        header > .top > button.active > span:nth-child(3) {
                            
                        }
                header > .top > button > span {
                    display: block;
                    position: relative;
                    margin: 3px auto;
                    height: 1px;
                    background: #fff;
                    border-radius: 5px;
                    opacity: 1;
                    transition: all ease-in-out .3s;
                }
                header > .top > button:before, header > .top > button:after {
                    display: none;
                    content: '';
                    position: absolute;
                    height: 2px;
                    background: #fff;
                    border-radius: 5px;
                    z-index: 3;
                    width: 30px;
                    left: 10px;
                    top: 50%;
                    margin-top: -1px;
                    transition: all ease-in-out .3s;
                    opacity:0;
                }
                    header > .top > button:before{
                        transform:rotate(-35deg);
                    }
                header > .top > button:after {
                    transform: rotate(35deg);
                }
                    header > nav {
                        background: #ee6123;
                        color: #fff;
                        padding: 0 0;
                        padding-left: 0;
                        position:absolute;
                        width: 50vw;
                        left:0;
                        top:-100vh;
                        transition:all ease-in-out .3s;
                    }
                    header > nav .container{
                        padding: 0;
                    }
                        header > nav.active{
                            top:5rem;
                            overflow: auto;
                            max-height: 80vh;
                        }
                        header > nav li {
                            padding: 0 0;
                            font-size: 1.6rem;
                            position: relative;
                        }
                        header > nav li+li{
                            border-top: 1px solid #f7b598;
                        }

                        header>nav li>ul{
                            padding-left: 0;
                           overflow: hidden;
                           
                           transition: all ease-in-out .3s;
                        }
        header > nav li a{
            display:block; color:#fff;
            text-align: center;
            padding:10px 0;
        }
        header > nav li>span.open{
            position: absolute;
            right: 0;
            top: 0;
           
            width: 50px;
            height: 50px;
        }
        header > nav li i{
            position: absolute;
            width: 10px;
            height: 10px;
            right: 10px;
            top:13px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(135deg);
        }
        header > nav li.oo.active>a{
            border-bottom: 1px solid #f7b598;
            color: #062f3c;
            font-size: 1.6rem;
        }
        header > nav li.oo.active li a{
            color: #062f3c;
            font-size: 1.4rem;
        }
        header>nav li.oo.active{
            background: #f1a261;
        }
            header > nav li a:hover {
                color: rgba(255,255,255,.8);
                
            }
@media(min-width:768px){
    header > nav li>span.open{
        display: none;
    }
    header > nav li a{
        padding: 0;
    }
    body{
        padding-top:0;
        padding-top:10px;
        padding-bottom:0;
    }
    header{
        position:relative;
    }
    header>.top{
        height:55px;
    }
        header > .top > .logo > a{
            top:11px;bottom:11px;
        }
        header>nav{
            position:static;
            padding:0;
            height:65px;line-height:65px;
            text-align:center;
            z-index: 333;
            width: auto;
        }
        header > nav li+li{
            border:none;
        }
            header > nav li{
                display:inline-block;
                padding:0 20px;
            }
            ul#navs>li:hover>ul{
                /* display: block; */
                opacity: 1;
            }
            ul#navs>li:hover>a{
                color: #333;
            }
            ul#navs>li{
                position: relative;
            }
            ul#navs>li>ul{
                position: absolute;
                left: 0;
                top:60px;
                width: 180px;
                background: rgba(0,0,0,.4);
                padding: 0;
                padding:10px 0;
                 /* display: none; */
                 opacity: 0;
                 transition: all ease-in-out .3s;
            }
            ul#navs>li>ul>li{
                display: block;
                padding: 0;
                height: 25px;
                line-height: 25px;
                text-align: left;
            }
            ul#navs>li>ul>li>a{
                padding-left: 0;
                color: rgba(255,255,255,.8);
                font-size: 12px;
            }
            ul#navs>li>ul>li>a:hover{
                color: #fff;
            }
}
@media(min-width:992px) {
    header > nav li{
        padding:0 25px;
    }
    header > nav li a {
        font-size: 16px;
        font-weight: bold;
    }
        header > nav li.active a{
            color:#333;
        }
        header > nav li a:hover {
            color: #333;
        }
        ul#navs>li>ul>li{
            height: 30px;
            line-height: 30px;
        }
        ul#navs>li>ul>li>a{
            font-size: 14px;

        }
}
@media(min-width:1200px) {
    header > nav li {
        padding: 0 32px;
    }

        header > nav li a {
            font-size: 17px;
            font-weight: bold;
        }
}

.footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2222;
    background: #fff;
    height: 5rem;
    -webkit-box-shadow: 0px -1px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px -1px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px -1px 15px 0px rgba(0,0,0,0.35);
}
.footer-bar ul{
    margin:0;padding:0;
    height:100%;
}
.footer-bar li{
    float:left;
    height:100%;
    width:25%;
    text-align:center;
    position:relative;
}
    .footer-bar li + li:before {
        display: none;
        position: absolute;
        content: '';
        background: #dfdfdf;
        top:0;bottom:0;
        width:1px;
        left:0;
    }
    .footer-bar li a {
        display: block;
        position: relative;
        height: 100%;
        padding-top: .8rem;
        color: #062f3c;
    }
    .footer-bar li a i{
        display:block;
        font-size:2rem;
    }
    .footer-bar li a span{
        font-size:1.2rem;
    }
.layui-fixbar{bottom:7rem!important;}

.th2 {
    padding-top: 3em;
    padding-bottom: 2em;
    margin: 0 auto;
}

    .th2 > h2 {
        display: block;
        line-height: 1;
        font-size: 1.6rem;
        font-weight: bold;
    }


.page-news{

}
    .page-news .th2 {
        width: 72%;
        padding-left: 5px;
    }

    .page-news-swiper {
        position: relative;
    }
    .page-news-swiper .swiper-container{
        width:72%;
    }
    .page-news-swiper .swiper-button-next, .page-news-swiper .swiper-button-prev {
        border-radius: 100%;
        width: 30px;
        height: 30px;
        border: 1px solid #062f3c;
    }
    .page-news-swiper .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23062f3c'%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30%;
    }
        .page-news-swiper .swiper-button-next:hover {
            border-color: #ee6123;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ee6123'%2F%3E%3C%2Fsvg%3E");
        }
    .page-news-swiper .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23062f3c'%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30%;
    }
        .page-news-swiper .swiper-button-prev:hover {
            border-color: #ee6123;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ee6123'%2F%3E%3C%2Fsvg%3E");
        }
        .page-news-swiper .item {
            overflow: hidden;
            padding:0 5px;
        }
    .page-news-swiper .item a{
        display:block;
    }
    .page-news-swiper .item .img{
        height:80px;
        overflow:hidden;
    }
    .page-news-swiper .item .img img{
        object-fit:cover;
        width:100%;height:100%;
        transition: all ease-in-out .3s;
    }
    .page-news-swiper .item:hover .img img{
        transform: scale(1.2);
    }
        .page-news-swiper .item .txt{padding-top:1em;}
        .page-news-swiper .item .txt h3{
            font-size:1.1rem;line-height:1.3;
            display:block;
        }

.page-link{}
    .page-link .th2{
        width:72%;
        padding-left:5px;
    }
.page-link-list{
    width:72%;
    margin:0 auto;
    padding-left:5px;
}
    .page-link-list li{
        width:33.33%;
        float:left;
    }
    .page-link-list li a{
        display:block;
    }
    .page-link-list li img{
        width:100%;
        transition: all .5s;
    }
    .page-link-list li img:hover{
        transform: scale(1.1);
    }
@media(min-width:768px) {
    .page-news .th2 {
        width: 85%;
        padding-left:10px;
    }
    .page-news-swiper .swiper-container {
        width: 85%;
    }
    .page-news-swiper .item{
        padding:0 10px;
    }
        .page-news-swiper .item .img{
            height:120px;
        }
        .page-news-swiper .item .txt h3{
            font-size:12px;
        }
    .page-link .th2 {
        width: 85%;
        padding-left: 10px;
    }
    .page-link-list {
        width: 85%;
        padding-left: 10px;
    }
        .page-link-list li{
            width:25%;
        }
}

@media(min-width:992px) {
    .page-news-swiper .item .img{
        height:160px;
    }
    .page-news-swiper .item .txt h3{
        font-size:14px;
    }
    .page-news-swiper .swiper-button-next, .page-news-swiper .swiper-button-prev{
        width:35px;height:35px;
        outline:none;
    }
}

@media(min-width:1200px) {
    .page-link-list li img{
        width:auto;
        max-width:100%;
    }
    .th2{
        padding-top:6em;
        padding-bottom:3em;
    }
    .page-news-swiper .item .img{
        height:200px;
    }
}


footer{
    background:#062f3c;
    padding:3em 0;
    margin-top:3em;
}
.banquan{
        height: 60px;
        
        margin-top: 100px;
       
    }
.fnav{}
    .fnav>li{
        float:left;
    }
        .fnav > li>a{
            color:#ee6123;
            font-weight:bold;
            display:block;padding-bottom:1em;
        }
        .fnav > li>ul{}
        .fnav > li>ul>li{}
            .fnav > li > ul > li>a{
                color:#fff;
                display:block;padding:4px 0;
            }
            .fnav > li > ul > li>a:hover{
                color:rgba(255,255,255,.5);
            }
            .fnav > li + li {
                padding-left: 30px;
            }
        .fnav > li:last-child {
            width: 280px;
        }
            .fnav > li:last-child>ul{
                margin:0 -3px;
            }
            .fnav > li:last-child>ul>li{
                width:50%;
                float:left;
                padding:3px;
            }
            .fnav > li:last-child>ul>li>a{
                border:1px solid #fff;border-radius:10em;
                padding:4px 20px;
                position:relative;
            }
            .fnav > li:last-child>ul>li>a>i{
                position:absolute;
                right:10px;
            }

@media(min-width:992px) {
    .fnav{
        padding-left:30px;
    }
    .fnav > li + li{
        padding-left:60px;
    }
        .fnav > li:last-child{
            width:300px;
        }
}

@media(min-width:1200px) {
    footer{
        padding-top:80px;
        padding-bottom:0px;
    }

    .fnav {
        padding-left: 60px;
    }
    .fnav > li > a {
        font-size: 16px;
    }
        .fnav > li + li {
            padding-left: 80px;
        }
        .fnav > li > ul > li > a{
            font-size:14px;
        }
        .fnav > li:last-child{
            width:350px;
        }
            .fnav > li:last-child > ul > li{
                padding-top:5px;padding-bottom:5px;
            }
}


/*index*/
.index-banner{
    height:200px;
    position:relative;
}
    .index-banner .swiper-container{
        height:100%;
    }
    .index-banner .swiper-slide {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
       /*  -webkit-transition: all 10s ease;
           transition: all 10s ease; */
    }
/*     .index-banner .swiper-slide.swiper-slide-active{
-moz-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
} */
.index-banner .swiper-button-prev, .index-banner .swiper-button-next {
    outline: none;
    opacity: .1;
    transition: all ease-in-out .3s;
}
.index-banner .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23062f3c'%2F%3E%3C%2Fsvg%3E");
}
.index-banner .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23062f3c'%2F%3E%3C%2Fsvg%3E");
}
.index-banner:hover .swiper-button-prev, .index-banner:hover .swiper-button-next {
    opacity: 1;
}
    .index-banner .swiper-pagination {
        bottom: 10px;
        left: 0;
        right: 0;
    }
    .index-banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        opacity: 1;
        background: #fff;
        margin: 0 4px;
        transition: all ease-in-out .3s;
    }
    .index-banner .swiper-pagination-bullet-active {
        background: #062f3c;
    }

@media(min-width:768px) {
    .index-banner {
        height: 320px;
    }
}

@media(min-width:992px) {
    .index-banner {
        height: 500px;
    }
}

@media(min-width:1200px) {
    .index-banner{
        height:700px;
    }
        .index-banner .swiper-pagination-bullet{
            width:16px;height:16px;
            margin:0 8px;
            outline:none;
        }
}


.th1{
    display:block;
    padding-top:3em;
    padding-bottom:2em;
}
.th1 h2{
    font-weight:bold;
    display:block;
    width:45%;
    margin:0 auto;line-height:1;
    text-align:center;
    background:#ee6123;
    color:#fff;
    padding:.2em 0;
    font-size:1.6rem;
}

.index-box1 .layui-tab-title{
    border:none;
    text-align:center;
    height: auto;

}
.index-box1 .layui-tab-title>.libg{
    position: absolute;
    top:0;
    bottom: 0;
    border-top: 2px solid #ee6123;
        border-bottom: 2px solid #ee6123;
      transition: all ease-in-out .10s;
      z-index: 1;

}
.page-route+.index-box1 .layui-tab-title>.libg{
    background: #ee6123;
}
.page-route+.index-box1 .layui-tab-title .layui-this{
    color: #fff;
}
.page-route+.index-box1 .layui-tab-title .layui-this:hover{
    transform: scale(1);color: #fff;
}
.page-route+.index-box1 .layui-tab-title li:hover{
    
    color: #ee6123;
}
.layui-tab-title li:after{
    transition: all ease-in-out .3s;
}
    .index-box1 .layui-tab-title .layui-this:after {
        border: none;
        border-top: 2px solid #ee6123;
        border-bottom: 2px solid #ee6123;
        border-radius: 0;
        height:100%;
        transform: translateX(0);
        display: none;
    }
    .index-box1 .layui-tab-title li:hover::after{
        left: 0;
    }
    .index-box1 .layui-tab-title li {
        font-size: 1.2rem;
        padding: 0 5px;
        color: #062f3c;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }
        .index-box1 .layui-tab-title li + li {
            margin-left: 5px;
        }
.index-box1 .layui-tab-content {
    padding: 20px 0;
}
    .index-box1 .layui-tab-content .content-box {
    }
        .index-box1 .layui-tab-content .content-box .img {
            text-align: center;
            padding: 2em 0 3em 0;
            
        }
        .index-box1 .layui-tab-content .content-box .img  img{
            width:30%;
        }
        .index-box1 .layui-tab-content .content-box .txt {
            text-align: justify;
            line-height: 1.8;
            color: #000;
        }


        .index-box1 .img-hover{
            position: relative;
            height: 300px;
            overflow: hidden;
            margin-top: 10px;
        }
        .index-box1 .img-hover>img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .5s;
        }
        .index-box1 .img-hover:hover>a{
            opacity: 1;
        }
        .index-box1 .img-hover:hover>img{
            transform: scale(1.04);
        }
        .index-box1 .img-hover>a{
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,.4);
            z-index: 2;
            opacity: 0;
            transition: all .4s;
            
        }
        .index-box1 .img-hover .des {
            position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 400;
    font-size: 2rem;
        }


@media(min-width:768px) {
    .th1{
        padding-top:5em;
        padding-bottom:4em;
    }
    .th1 h2{

        font-size:18px;
        padding:.75em 0;
    }
    .index-box1 .layui-tab-title li {
        font-size: 16px;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
    }
    .index-box1 .layui-tab-title .layui-this:after {
        border-top-width: 3px;
        border-bottom-width: 3px;
    }
    .index-box1 .layui-tab-title>.libg{
        border-top-width: 3px;
        border-bottom-width: 3px;
    }
    .index-box1 .layui-tab-content .content-box .txt{
        font-size:14px;
    }
    .index-box1 .layui-tab-content .content-box .img{
        padding-top:4em;
        padding-bottom:6em;
    }
    .index-box1 .layui-tab-content .content-box .img img{
        width:auto;
    }
   
}

@media(min-width:992px) {
    .th1 {
        padding-top: 6em;
        padding-bottom: 5em;
    }
    .th1 h2 {

        font-size:20px;
    }
    .index-box1 .layui-tab-title li + li{
        margin-left:50px;
    }
    .index-box1 .container {
        width: 800px;
        margin: 0 auto;
    }
    .page-route+.index-box1>.container{
        width: 970px!important;
    }
    .index-box1 .layui-tab-title li {
        font-size: 18px;
        height:50px;line-height:50px;
    }
    .index-box1 .layui-tab-title .layui-this:after{
        border-top-width:5px;
        border-bottom-width:5px;
    }
    .index-box1 .layui-tab-title>.libg{
        border-top-width: 5px;
        border-bottom-width: 5px;
    }
    .index-box1 .layui-tab-content .content-box .txt{
        font-size:16px;
    }
    .index-box1 .layui-tab-content .content-box .img {
        padding-top: 7em;
        padding-bottom: 8em;
    }
    .index-box1 .img-hover{
        position: relative;
        height: 400px;
        overflow: hidden;
        margin-top: 10px;
    }
}

@media(min-width:1200px) {
    .index-box1 .layui-tab-title li + li {
        margin-left: 80px;
    }
    .index-box1 .img-hover{
        position: relative;
        height: 500px;
        overflow: hidden;
        margin-top: 10px;
    }
    .page-route+.index-box1>.container{
        width: 970px!important;
    }
}


.index-box2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.index-box2 .row{
    margin:0 -5px;
}
.index-box2 .col-xs-6{
    cursor:default;
    padding:5px;
}
.index-box2 .item{
    cursor:default;
    height:120px;
    overflow:hidden;
    position:relative; cursor: pointer;
}
    .index-box2 .item a{
        cursor:default;
        display:block;
        height:100%;
        overflow:hidden;
    }
    .index-box2 .item img{
        cursor:default;
        object-fit:cover;
        width:100%;height:100%;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

    .index-box2 .item a>img:nth-child(2){
        position: absolute;
        top:0;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: all ease-in-out .3s;
    }
    .index-box2 .item:hover a>img:nth-child(2){
        opacity: 1;
        z-index: 2;
    }

    .index-box2 .item p{
        /* height: 0px; */
        position:absolute;
        z-index:3;
        bottom:0;
        left:0;
        right:0;
        background:rgba(0,0,0,.4);
        text-align:center;
        padding:10px 0;
        color:#fff;
        font-weight:bold;
    }
@media(min-width:768px) {
    .index-box2 .item{
        height:180px;
    }
        .index-box2 .item p{
            height: 60px;
            bottom:-100px;
            transition:all ease-in-out .3s;
        }
    .index-box2 .item:hover p{
        bottom:0;
    }
}

@media(min-width:992px) {
    .index-box2 .item {
        height: 200px;
    }

    .index-box2 {
        width: 65%;
        max-width:1620px;
    }
        .index-box2 .item p {
             height: 90px;
            font-size: 18px;
            font-weight: 400;
        }
}

@media(min-width:1200px) {
    .index-box2 .item {
        height: 300px;
    }
        .index-box2 .item p {
             height: 80px;
            font-size: 22px;
            font-weight:400;
        }
}


/*page2*/
.page2-banner{
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    height:220px;
}
.page-route {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px -5px 12px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -5px 12px 0 rgba(0,0,0,0.25);
    box-shadow: 0px -5px 12px 0 rgba(0,0,0,0.25);
}
.page-route+.index-box1 .container{
    width: auto;
}
    .page-route ul{}
    .page-route li{float:left;position:relative;}
        .page-route li i{
            margin-right:4px;
            position:absolute;
            left:0;
            top:50%;
            margin-top:-10px;
        }
        .page-route li:first-child{
            padding-left:20px;
        }
        .page-route li + li {
            padding-left: 15px;
            position: relative;
        }
            .page-route li + li:before {
                position: absolute;
                left: 2px;
                font-family: layui-icon !important;
                font-size: 12px;
                font-style: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e602";
                display: block;
                top:50%;bottom:0;
                margin-top:-8px;
                
            }
            .page-route li a {
                display: block;
                padding: 10px 0;
            }
.page2-box1 .txt{
    padding:0 15px;
}
    .page2-box1 .txt .row{
        margin:0;
    }
    .page2-box1 .txt .col-xs-4 {
        padding-left:2px;
        padding-right:2px;
    }
    .page2-box1 .txt img {
        width: 100%;
    }

.page2-box2{
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    padding:4em 0;
}
    .page2-box2 .txt{
        background:rgba(255,255,255,.8);
        padding:30px;
        color:#000;
        line-height:1.8;
    }
        .page2-box2 .txt h2{
            font-size:1.5rem;
            font-weight:bold;
            line-height:1.5;
            display:block;padding-bottom:1em;
        }
        .page2-box2 .txt p{
            
        }
            .page2-box2 .txt p+p{
                margin-top:.8em;
            }

.page2-box3{
    padding-bottom:3em;
}
    .page2-box3 .item{
        color:#fff;
        line-height:1.6;
        padding-left:20px;
        text-align: center;
    }
    .page2-box3 .item p{
        font-size:14px;
        display:inline-block;
        padding:0 4px;
    }
    .page2-box3 .item .fontsty{
        background:#fff;
        color:#000;
        font-size:14px;
        display:inline-block;
        padding:0 4px;
        margin-left:-4px;
    }
    .page2-box3 .col-xs-12{
        background:#ee6123;
        padding:25px 15px;
        position:relative;
    }
        .page2-box3 .col-xs-12:after {
            position: absolute;
            content: '';
            border-top: 50px solid #c9c7c7;
            /*border-bottom: 50px solid transparent;
            border-left: 50px solid transparent;
            border-right: 50px solid #c9c7c7;*/
            right: 0;
            top: 0;
        }
        .page2-box3 .col-xs-12:nth-child(even) {
            background: #c9c7c7;
        }
            .page2-box3 .col-xs-12:nth-child(even) .item{
               /* padding-left:120px;*/
            }
            .page2-box3 .col-xs-12:nth-child(even):after {
                border-top: 70px solid transparent;
                /*border-bottom: 70px solid #ee6123;
                border-left: 50px solid #ee6123;
                border-right: 50px solid transparent;*/
                top: auto;
                bottom: 0;
                left: 0;
                right: auto;
            }


.page2-box4{
    background:url(../Images/page2/5.jpg) no-repeat center center;
    background-size:cover;
    padding:2em 15px;
    text-align:center;
    color:#fff;
}
    .page2-box4 h2{
        font-weight:bold;
        font-size:2.5rem;

    }
    .page2-box4 h2 span{
        display:block;
        font-size:1.6rem;
        font-family:Arial;
        font-weight:400;
        border-bottom:2px solid #fff;padding-bottom:.2em;margin-bottom:.2em;
    }

.page2-box5{
    padding:3em 0;
}
    .page2-box5 .txt img{
        max-width:100%;
    }
    .page2-box5 .timeline{
        background:url(../Images/page2/14.jpg) repeat-y left top;
        padding-left:20px;
        position:relative;
        padding-top:30px;
        padding-bottom:30px;
        margin:4rem 0;
    }
        .page2-box5 .timeline:before, .page2-box5 .timeline:after{
            position:absolute;
            left:0;
            width:20px;height:20px;
            border:3px solid #ee6123;
            border-radius:100%;
            content:'';
            margin-left:-10px;
            background:#fff;
        }
        .page2-box5 .timeline:before{
            top:0;
        }
        .page2-box5 .timeline:after{
            bottom:0;
        }
        .page2-box5 .timeline ul{}
        .page2-box5 .timeline li{padding:10px 0;}
        .page2-box5 .timeline li strong{font-size:1.5rem;}
        .page2-box5 .timeline li>span{
            font-size:32px;font-weight:bold;
            float:left;
            margin-right:10px;margin-top:-4px;
        }
        .page2-box5 .timeline li>p{}
    .page2-box5 .content-box{
        border:5px solid #062f3c;
        padding:15px;
    }
        .page2-box5 .content-box:before, .page2-box5 .content-box:after{
           display:block; clear:both; content:'';
        }
        .page2-box5 .content-box .content-h1{
            text-align:center;
            padding:2em 0;
        }
        .page2-box5 .content-box .content-h1>h3{
            font-size:4rem;
            font-weight:bold;
            font-family:Arial;
        }
        .page2-box5 .content-box .content{
            line-height:1.8;
        }
            .page2-box5 .content-box .content img{
                max-width:100%;margin-bottom:2em;
            }
            .page2-box5 .content-box .content p {
                margin:1em 0;
            }
.page2-box6{
    padding-top:3em;
}
.page2-box6 .th2{
    background: #ee6123;
    color: #fff;
    padding: 2em 15px;
    text-align:center;
    
}
    .page2-box6 .th2 h2 {
        display: block;
        text-shadow: 2px 2px 2px #333;
        position: relative;
        font-size: 1.8rem;
        line-height: 1;
    }
    .page2-box6 .th2 h2 span{
        text-align:center;
        display:block;
        line-height:1;
        font-weight:bold;
        font-size:1.6rem;
        text-transform:uppercase;
        padding-bottom:15px;
        margin-bottom:5px;
    }
        .page2-box6 .th2 h2:before, .page2-box6 .th2 h2:after{
            position:absolute;
            top:50%;
            left:0;right:0;
            height:3px;
            background:#fff;
            content:'';
            margin-top:-5px;
        }
        .page2-box6 .th2 h2:before{}
        .page2-box6 .th2 h2:after{
            margin-top:-2px;
            height:2px;
            background:rgba(0,0,0,.23);
            margin-left:2px;
            margin-right:-2px;
            border-radius:10px;
        }
    .page2-box6 .txt{
        padding-top:3em;
    }
    .page2-box6 .txt .row{
        margin:0;
    }
    .page2-box6 .txt .col-xs-6 {
        padding: 0;
    }
    .page2-box6 .txt img {
        width: 100%;
        height:100%;
        object-fit:cover;
    }
        .page2-box6 .txt .item{
            
            position:relative;
        }
        .page2-box6 .txt .item p{
            transition: all .3s;
          height: 60px;
            position:absolute;bottom:0;
            left:0;right:0;
            background:rgba(0,0,0,.3);
            text-align:center;
            color:#fff;
            padding:.8em 1em;
            line-height:1.2;
        }
        .page2-box6 .txt .item:hover p{
            height: 80px;
        }

.page2-box8{
    background:url(../Images/page2/12.jpg) no-repeat center center;
    background-size:cover;
    padding:4em 0;
}
    .page2-box8 .txt{
        background:rgba(255,255,255,.8);

        padding:15px;
        line-height:1.6;
        color:#000;
    }
    .page2-box8 .txt h3{
        font-size:1.6rem;font-weight:bold;display:block;padding-bottom:1em;
    }
    .page2-box8 .txt p{
        margin:.5em 0;
    }
.page2-box9{}
    .page2-box9 .txt{
       width:80%;
       margin:0 auto;
       text-align:justify;
    }
    .page2-box9 .txt ul{
        
    }
    .page2-box9 .txt li {
        padding:10px 0;
        position:relative;
        padding-left:20px;
    }
        .page2-box9 .txt li:before {
            position: absolute;
            left: 5px;
            content: '';
            width: 5px;
            height: 5px;
            background: #ee6123;
            border-radius: 10px;
            top: 16px;
        }
@media(min-width:768px) {
    .page2-banner{
        height:350px;
    }
    .page-route li a{
        padding:15px 0;
    }
    .page-route li + li{
        padding-left:30px;
    }
        .page-route li + li:before{
            margin-top:-6px;
            left:10px;
        }
    .page-route li i{margin-right:6px;}
    .page2-box3 .item{
        height:230px;
        display:table-cell;vertical-align:middle;

    }
    .page2-box3 .col-xs-12{
        display:table;
    }
        .page2-box3 .col-xs-12:after {
            border-left: 62px solid transparent;
            border-top: 120px solid #c9c7c7;
            border-right: 30px solid #c9c7c7;
            border-bottom: 50px solid transparent;
            width: 0;
            height: 0;
            margin-right:-35px;
        }
        .page2-box3 .col-xs-12:nth-child(even) .item{
                padding-left:120px;
            }
        .page2-box3 .col-xs-12:nth-child(even):after {
            border-top: 50px solid transparent;
            border-bottom: 120px solid #ee6123;
            border-left: 30px solid #ee6123;
            border-right: 68px solid transparent;
        }
    .page2-box4{
        padding:4em;
    }
        .page2-box4 h2 {
            font-weight:400;
            font-size:28px;
        }
        .page2-box4 h2 span {
            font-size: 28px;
        }
    .page2-box6 .th2{
        padding:4em;
    }
        .page2-box6 .th2 h2{
            font-size:32px;
        }
        .page2-box6 .th2 h2 span {
            font-size: 28px;
            padding-bottom: 30px;
        }
}

@media(min-width:992px) {
    .page2-banner {
        height: 600px;
    }
    .page-route li a {
        padding: 20px 0;
    }
    .page2-box1 .txt .row{
        margin:0 -10px;
    }
    .page2-box1 .txt .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .page2-box2{
        padding:6em 0;
    }
        .page2-box2 .txt{
            width:50%;
            margin:auto 0 0 auto;
        }
    .page2-box5 .timeline{
        background-position: center 0;
    }
        .page2-box5 .timeline:before, .page2-box5 .timeline:after{
            left:50%;
        }
        .page2-box5 .timeline ul:after{
            content:'';display:block; clear:both;
        }
        .page2-box5 .timeline li:first-child{padding-right:40px;}
        .page2-box5 .timeline li {
            width: 50%;
            float: left;
            padding-right: 20px;
            text-align: right;
            padding-top:20px;
            padding-bottom:20px;
        }
            .page2-box5 .timeline li:before{
                display:block;clear:both;content:'';
            }
            .page2-box5 .timeline li span {
                float: right;
                margin-left: 10px;
            }
        .page2-box5 .timeline li:nth-child(even){
           
            text-align:left;
        }
        .page2-box5 .timeline li:nth-child(even) span{
            float:left;
            padding-right:0;
            padding-left:20px;
            margin-left:0;
        }
    .page2-box5 .content-box .content{
        padding:0 6em;
    }
    .page2-box5 .content-box{
        border-width:10px;
        padding-bottom:6em;
    }
    .page2-box8{
        padding:6em 0;
    }
    .page2-box8 .txt{width:50%;padding:20px;}
    .page2-box9 .txt{
        background:url(../Images/page2/13.jpg) no-repeat center center;
        background-size:contain;
    }
        .page2-box9 .txt ul:after{
            display:block;
            clear:both;content:'';
        }
        .page2-box9 .txt li {
            width: 50%;
            float: left;
            padding-right:100px;
            min-height:100px;
            text-align:right;
        }
            .page2-box9 .txt li:before{
                display:none;
            }
            .page2-box9 .txt li:nth-child(even) {
                padding-left: 100px;
                padding-right: 0;
                text-align: left;
            }
}

@media(min-width:1200px) {
    .page2-banner {
        height: 900px;
    }
    .page-route li a{
        font-size:14px;
    }
    .page2-box1{
        width:80%;
        margin:0 auto;
    }
    .page2-box2{
        padding:150px 0;
    }
        .page2-box2 .txt{
            padding:50px;
            font-size:16px;
            width:60%;
        }
            .page2-box2 .txt h2{
                font-size:18px;
            }
    .page2-box3 .item{
        font-size:14px;
    }
    .page2-box3{
        padding-bottom:8em;
    }
    .page2-box4 h2{
        width:900px;
        margin:0 auto;
        font-size:50px;
    }
        .page2-box4 h2 span{
            font-size:40px;
            border-width:4px;
        }
    .page2-box5 .txt{text-align:center;}
    .page2-box5 .timeline li{
        font-size:16px;
        line-height:1.8;
    }
        .page2-box5 .timeline li span{
            font-size:70px;
            color:#999;
            margin-top:-30px;
            margin-bottom:20px;
        }
        .page2-box5 .timeline li strong{
            font-size:20px;color:#555;
        }
    .page2-box5 .timeline{
        padding-bottom:50px;
        padding-top:50px;
        margin-bottom:8em;
    }
    .page2-box5 .content-box .content-h1 > h3{
        font-size:80px;
        font-weight:400;
    }
    .page2-box5 .content-box .content{
        padding:0 100px;
        font-size:16px;
    }
    .page2-box6 .th2 h2{
        width:780px;
        margin:0 auto;
        font-size:50px;
    }
        .page2-box6 .th2 h2 span{
            font-size:36px;
        }
    .page2-box6 .txt .item p{
        font-size:16px;
    }
    .page2-box8{
        padding:170px 0;
    }
        .page2-box8 .txt{
            width:60%;
            padding:40px;
            font-size:14px;
        }
        .page2-box8 .txt h3{
            font-size:42px;
            padding-bottom:20px;
        }
    .page2-box9 .txt {
        min-height: 360px;
        background-size: contain;
        font-size: 16px;
        width: 100%;
        padding-top: 100px;
        color: #221815;
    }
        .page2-box9 .txt li {
            padding-right: 220px;
            min-height:160px;
            line-height:1.8;
        }
            .page2-box9 .txt li:nth-child(even) {
                padding-left: 220px;
                padding-right: 0;
            }
}



/*page3*/
.page3-banner{
    height:220px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
@media(min-width:768px) {
    .page3-banner {
        height: 300px;
    }
}

.page3-box1{

}
    .page3-box1 .row{margin:0 -4px;}
    .page3-box1 .col-xs-6{
        padding:4px;
    }
    .page3-box1 .item .img{
        height:160px;
        overflow: hidden;
    }
    .page3-box1 .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s;
    }
    .page3-box1 .item .img:hover img{
        transform: scale(1.1);
    }
    .page3-box1 .item .txt {
        height: 50px;
        text-align: center;
        padding-top: 10px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-all;
        line-height:1.3;
    }

@media(min-width:992px) {
    .page3-box1 .item .img {
        height: 220px;
    }
    .page3-box1 .item .txt{
        font-size:14px;
    }
}
@media(min-width:1200px) {
    .page3-box1 .item .img {
        height: 240px;
    }
    .page3-box1 .row{
        margin:0 -15px;
    }
    .page3-box1 .col-xs-6 {
        padding: 15px;
    }
    .page3-box1 .item .txt {
        font-size: 16px;
        font-weight:bold;
        padding-top:20px;
    }
}

.page3-box1-body{
    overflow:hidden;
}
    .page3-box1-body .body{
        line-height:1.8;
    }
    .page3-box1-body img{
        max-width: 100%;
        height: auto!important;
    }

@media(max-width:768px){
    .page3-box1-body .body table.left-right td:first-child{
      padding-right: 5px!important;
    }
    .page3-box1-body .body table.left-right td:last-child{
        padding-left: 5px!important;
      }
    .page3-box1-body .body table.left-right td img{
        
    }
    .page3-box1-body .body table.left-right td p{
        padding: 0!important;
        text-align: left!important;
    }
}


        .page3-box1-body .body:before, .page3-box1-body .body:after{
            display:block; clear:both;content:'';
        }
        .page3-box1-body .body p {
            margin: .8em 0;
        }
            .page3-box1-body .body p+p{
                
            }
            .page3-box1-body .body img {
                max-width: 100%;
                height: auto!important;
                margin: 0 auto;
            }

            .page3-box1-body .img-hover:hover .des{
                opacity: 1;
            }
            .page3-box1-body .img-hover{
                display: block;
                position: relative;
                overflow: hidden;
            }
            .page3-box1-body .img-hover img{width: 100%;  object-fit: contain;transition: all .5s;}
            .page3-box1-body .img-hover:hover img{
                transform: scale(1.02);
            }
            .page3-box1-body .img-hover .des{
                position: absolute;
                top:0;right:0;bottom: 0;
                left: 0;
                background: rgba(0,0,0,.4);
                z-index: 2;
                opacity: 0;
                transition: all .4s;
            }
            .page3-box1-body .img-hover .des p{
                position: absolute;
                left: 50%;
                top:50%;
                transform: translate(-50%,-50%);
                color: #fff;
                font-weight: 400;
                font-size: 2rem;
            }

@media(min-width:992px) {
    .page3-box1-body .body {
        font-size:14px;
    }
    .page3-box1-body .img-hover .des p{
        font-size: 24px;
    }
}
@media(min-width:1200px) {
    .page3-box1-body .body {
        font-size: 16px;
        line-height:2;
    }
        .page3-box1-body .body img{
            margin:1em 0;
        }
        .page3-box1-body .img-hover .des p{
            font-size: 32px;
        }
}

.grid{
    margin:0 -10px;
    padding-top:20px;
}
.grid-item {
    width: 50%;
    box-sizing: border-box;
}
    .grid-item .item{
        padding:10px;
    }
    .grid-item .item a {
        display: block;
    }
    .grid-item .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
        .grid-item .item strong{
            display:block;
            text-align:center;
            height:60px;
            border-bottom:1px solid rgba(0,0,0,.128);
            padding-top:10px;
        }
        .grid-item .item:hover{
            cursor: pointer;
        }
        .grid-item .item:hover strong{
            color: #d42534;
            
        }
@media(min-width:768px) {
    .grid-item {
        width: 33.33%;
    }
}

@media(min-width:992px) {
    .grid-item {
        width: 25%;
    }
        .grid-item .item strong{
            font-size:14px;
        }
    .page3-box1-body .masonry > .txt {
        font-size: 14px;
    }
}

@media(min-width:1200px) {
    .page3-box1-body .masonry > .txt {
        font-size: 16px;
    }
}

.tab-tit {
    padding-bottom: 3em;
}
    .tab-tit ul {
        text-align: center;
    }
    .tab-tit li {
        display: inline-block;
        border: 1px solid #ee6123;
        margin-left: -4px;
    }
    .tab-tit li:hover{
        border: 1px solid #ee6123;
        background: #ee6123;
    }
    .tab-tit li:hover a{
        color: #fff;
    }
        .tab-tit li a {
            display: block;
            line-height: 1;
            padding: 12px 30px;
            font-weight: bold;
            color: #ee6123;
        }
        .tab-tit li.active {
            background: #ee6123;
            border: 1px solid #ee6123;
        }
            .tab-tit li.active a {
                color: #fff;
            }
/*.tab-tit li:hover{
    background: #062f3c;
}*/

 .tab-page {
    padding-top: 3em;
}

 .tab-page ul {
        text-align: center;
    }

   .tab-page li {
        display: inline-block;
    }

        .tab-page li a {
            display: block;
            padding: 6px 8px;
        }

        .tab-page li.active {
        }

        .tab-page li.active a {
                font-weight: bold;
            }

      .tab-page li:first-child {
            background: #61b3de;
        }

           .tab-page li:first-child a {
                display: block;
                color: #fff;
            }

        .tab-page li:last-child {
            background: #61b3de;
        }

           .tab-page li:last-child a {
                display: block;
                color: #fff;
            }
/*page4*/
.page4-box1{
    padding:3em 0;
}
    .page4-box1 .tab-tit{padding-bottom:3em;}
        .page4-box1 .tab-tit ul{
            text-align:center;
        }
        .page4-box1 .tab-tit li{
            display:inline-block;
            border:1px solid #062f3c;
            margin-left:-6px;
        }
        .page4-box1 .tab-tit li a{
            display:block;
            line-height:1;
            padding:12px 30px;
            font-weight:bold;
            color:#062f3c;
        }
        .page4-box1 .tab-tit li:hover{
            background: #ee6123;
            border:1px solid #ee6123;
        }
        .page4-box1 .tab-tit li:hover a{
            color: #fff;
        }
        .page4-box1 .tab-tit li.active{
            background:#062f3c; border:1px solid #062f3c;
        }
        .page4-box1 .tab-tit li.active a{
            color:#fff;
        }
        .page4-box1 .tab-list{}
            .page4-box1 .tab-list ul{
                margin:0 -4px;
            }
            .page4-box1 .tab-list ul:after{
                display:block; clear:both; content:'';
            }
            .page4-box1 .tab-list li {
                width: 50%;
                float: left;
                padding: 4px;
                text-align:center;
            }
            .page4-box1 .tab-list li a{
                display:block;
                position:relative;
                overflow:hidden;
            }
            .page4-box1 .tab-list li img{
                width:100%;
                height:100%;
                object-fit:cover;
                transition: all .5s;
            }
            .page4-box1 .tab-list li:hover img{
                transform: scale(1.05);
            }
            .page4-box1 .tab-list li p{
                position:absolute;
                bottom:0px;
                background:rgba(0,0,0,.3);
                color:#fff;
                text-align:center;
                left:0;right:0;
                padding:.4em 0;
            }
            .page4-box1 .tab-list li:hover p{
                bottom:0;
            }
            .page4-box1 .tab-page{
                padding-top:3em;
            }
                .page4-box1 .tab-page ul{
                    text-align:center;
                }
                .page4-box1 .tab-page li{
                    display:inline-block;
                }
                .page4-box1 .tab-page li a{
                    display:block;
                    padding:6px 8px;
                }
                .page4-box1 .tab-page li.active{}
                .page4-box1 .tab-page li.active a{
                    font-weight:bold;
                }
                    .page4-box1 .tab-page li:first-child {
                        background: #61b3de;
                    }
                .page4-box1 .tab-page li:first-child a{
                    display:block;
                    color:#fff;
                }
                    .page4-box1 .tab-page li:last-child {
                        background: #61b3de;
                    }
                        .page4-box1 .tab-page li:last-child a {
                            display: block;
                            color: #fff;
                        }

@media(min-width:992px) {
    .page4-box1 .tab-list li{
        width:33.33%;
		height:250px;
        padding:15px;
    }
    .page4-box1 .tab-list ul{
        margin:0 -15px;
    }
    .page4-box1 .tab-list li p{
        font-size:14px;

    }
    .tab-page li a{
        padding:10px 15px;
    }

}

@media(min-width:1200px) {
   .tab-page li a {
        font-size:14px;
    }
    .page4-box1{
        padding-top:6em;
    }
        .tab-tit{
            padding-bottom:4em;
        }
        .tab-tit li a {
            width: 240px;
            font-size: 20px;
            padding: 15px 20px;
        }
}


/*page5*/
.page5-box1{
    padding:3em 0;
}
    .page5-box1 .list{}

        .page5-box1 .list .item{
            padding:2em 0;
        }
            .page5-box1 .list .item h3{
                font-weight:bold;
                color:#61b3de;
            }
            .page5-box1 .list .item h3 a{
                color:#61b3de;
                display:block;font-size:1.6rem;padding-bottom:.5em;line-height:1.4;
            }
            .page5-box1 .list .item h3 a:hover{
                color: #ee6123;
                transition: all .5s;
            }
            .page5-box1 .list .item span{
                font-weight:bold;
            }
            .page5-box1 .list .item .img{
                padding:1em 0;
                overflow: hidden;
            }
            .page5-box1 .list .item .img img{
                width:100%;height:100%;
                object-fit:cover;
                border-radius:5px;
                transition: all .5s;
            }
            .page5-box1 .list .item:hover .img img{
                transform: scale(1.1);
            }
            .page5-box1 .list .item p{}
            .page5-box1 .list .item a.more{
                background:#61b3de;color:#fff;
                display:block;
                width:120px;
                text-align:center;padding:10px 0;
                border-radius:5px;
                margin-top:1em;
            }
            .page5-box1 .list .item a.more:hover{
                background:#ee6123;color:#fff;
                transition: all .5s;
            }

            .page5-box1 .th2{
                color:#61b3de;
            }
.page5-box2{
    padding-bottom:3em;
}

    .page5-box2 .item{}
        .page5-box2 .item:after{
            display:block; clear:both;content:'';
        }
        .page5-box2 .item:first-child {
            height: 120px;
            overflow:hidden;
            margin-bottom:1em;
        }
        .page5-box2 .item a {
            display:block;
            height:100%;
            
        }
        .page5-box2 .item + .item a {
            padding: 5px 0;
            position: relative;
            padding-left: 15px;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
            .page5-box2 .item + .item a:before{
                position:absolute;
                content:'';
                width:5px;height:5px;
                border-radius:5px;
                background:#61b3de;
                top:38%;
                left:0;
                margin-top:-2.5px;
            }
            .page5-box2 .item h4 {
                display: block;
                font-weight: bold;
                padding-bottom: 1em;
            }
    .page5-box2 .item img{
        width:60%;
        height:100%;
        object-fit:cover;
        float:left;
        margin-right:10px;
        transition: all .5s;

    }
    .page5-box2 .item:hover img{
        transform: scale(1.02);
    }
    .page5-box2 .item p{
        margin-left:62%;
    }

    .page5-box3{
       
    }
        .page5-box3 + .page5-box3{
            padding-top:2em;
        }
        .page5-box3 h2{
            display:block;
            font-size:1.6rem;
            font-weight:bold;
            color:#61b3de;padding:1em 0;
        }
        .page5-box3 .item{
            height:100px;
        }
            .page5-box3 .item:after{
                display:block; clear:both; content:'';
            }
            .page5-box3 .item .img {
                width: 100px;
                height: 100px;
                overflow: hidden;
                border-radius: 5px;
                overflow: hidden;
                float: left;
            }
            .page5-box3 .item .img img{
                width:100%;height:100%;object-fit:cover;
                transition: all .5s;

            }
            .page5-box3 .item:hover .img img{
                transform: scale(1.05);
            }
            .page5-box3 .item .txt {
                margin-left:120px;
                height:100%;position:relative;
            }
                .page5-box3 .item .txt h3 {
                    overflow: hidden;
                    white-space: nowrap;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    font-weight:bold;
                    color:#000;
                    font-size:1.6rem;
                    line-height:1;
                    display:block;
                    padding:8px 0;
                }
                .page5-box3 .item .txt p {
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    word-break: break-all;
                    position:relative;
                    margin-right:20px;
                    
                }
            .page5-box3 .item .txt p>span{
                color:#61b3de;
                
            }
            .page5-box3 .item .txt>div{
                position:absolute;
                left:0;right:0;bottom:0;
            }
            .page5-box3 .item .txt>div>span{
                float:left;
            }
            .page5-box3 .item .txt>div>ul{
                float:right;
            }
                .page5-box3 .item .txt > div > ul>li{
                    float:left;
                    padding-left:20px;
                    position:relative;
                }
                .page5-box3 .item .txt > div > ul>li i{
                    font-size:1rem;
                    position:absolute;
                    left:3px;
                    top:3px;
                }
                    .page5-box3 .item .txt > div > ul > li i.icon-liuyan{
                        font-size:1.5rem;
                        top:0;
                    }


                    @media(min-width:768px) {
                    }

@media(min-width:992px) {
}

@media(min-width:1200px) {
    .page5-box1{
        padding-top:6em;
    }
    .page5-box1 .list {
        padding-right: 60px;
    }
    .page5-box1 .th2{
        padding-top:2.5em;
    }
    .th2 > h2{
        font-size:20px;
    }
    .page5-box1 .list .item h3 a{
        font-size:20px;
    }
    .page5-box1 .list .item p{
        font-size:14px;
    }
    .page5-box3 h2{
        font-size:20px;
    }
    .page5-box2 .item h4{
        font-size:14px;
    }
    .page5-box2 .item:first-child{
        height:160px;
    }
    .page5-box2 .item p {
        margin-top:3em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-all;
    }
    .page5-box2 .item + .item a{
        font-size:14px;
    }
    .page5-box3 .item .txt h3{
        font-size:16px;
    }
}

.page5-box1-show{
    padding:3em 0;
}
.page5-box1-show .tool{
    padding-bottom:3em;
}
    .page5-box1-show .tool:after{
        display:block; clear:both; content:'';
    }
    .page5-box1-show .tool .time {
        float: left;
    }
    .page5-box1-show .tool > div{
        width:33.33%;
        float:left;
        text-align:center;
    }
    .page5-box1-show .tool > div > span:first-child {
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.3rem;
        line-height: 1;
        margin-bottom:10px;
    }
        .page5-box1-show .tool > div > span:not(:first-child){
            font-size:1.6rem;
        }
            .page5-box1-show .tool > div > span:not(:first-child).icon-liuyan {
                font-size: 2rem;
                position:relative;top:-2px;
            }
        .page5-box1-show .tool > div > span:first-child:before {
            position: absolute;
            left: 2px;
            top: 50%;
            height: 1px;
            right: 2px;
            background: #c9c7c7;
            content: '';
        }
        .page5-box1-show .tool > div > span:first-child i{
            display:inline-block;
            background:#fff;
            position:relative;
            z-index:2;
            padding:0 3px;
            font-style:normal;
        }
        .page5-box1-show .tool .time > span {
        }
    .page5-box1-show .tool .tiem>span:first-child{}
    .page5-box1-show .tool .fx {
        float: left;
    }
    .page5-box1-show .tool .pl {
        float: left;
    }

.bshare-custom a.bshare-more {
    display: none !important;
}
.bshare-custom a {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none !important;
    width: 20px !important;
    line-height: 20px !important;
    height: 20px !important;
    background: #ccc !important;
    text-align: center !important;
    box-sizing: border-box !important;
    text-align: center !important;
    padding: 0 !important;
    display: inline-block !important;
    text-decoration: none;
    outline: none;
    border-radius: 100%;
    color: #fff !important;
}
    .bshare-custom a:hover {
        text-decoration: none !important;
        background: #3dbe5b!important;
    }
    .bshare-weixin {
    }
    .bshare-weixin:before {
        content: "\e707";
    }
    .bshare-qqim {
    }
        .bshare-qqim:before {
            content: "\e666";
        }
.bshare-qzone{}
    .bshare-qzone:before {
        content: "\e618";
    }
.bshare-sinaminiblog{}
    .bshare-sinaminiblog:before {
        content: "\e62a";
    }

.page5-box1-show .body{}
.page5-box1-show .body img{
    max-width:100%;
    margin:1em 0;
    height: auto!important;
}
.page5-box1-show .body .content{
    line-height:2;
}
    .page5-box1-show .body .content p{
        margin:1em 0;
    }
    .page5-box1-show .body .next{
        padding-top:2em;
    }
    .page5-box1-show .body .next li{width:50%;float:left;}
        .page5-box1-show .body .next li a {
            display: block;
            width: 100px;
            height: 40px;
            line-height: 40px;
            background: #c9c7c7;
            border-radius: 5px;
            text-align: center;
            color:#fff;
        }
            .page5-box1-show .body .next li a:hover{
                background:#ee6123;
            }
            .page5-box1-show .body .next li:last-child a {
                margin-right: 0;
                margin-left: auto;
            }
.page5-box1-show .body .tit{padding-bottom:2em;padding-top:3em;}
.page5-box1-show .body .tit h1{
    display:block;
    text-align:center;font-weight:bold;font-size:2rem;
}

@media(min-width:768px){
    .page5-box1-show{
        padding-top:5em;
    }
    .page5-box1-show .tool {
        width: 140px;
        float: left;
        border-right: 1px solid rgba(0,0,0,0.15);
        padding: 0 35px;
        margin-top:9em;
    }
    .page5-box1-show .tool>div{
        width:100%;
        float:none;
    }
        .page5-box1-show .tool > div+div{
            padding-top:4em;
        }
    .bshare-custom{
        padding-top:10px;
    }
    .bshare-custom a {
        width: 40px !important;
        height: 40px !important;
        font-size: 24px !important;
        line-height: 40px !important;
        display: block !important;
        margin: 0 auto !important;
    }
    .bshare-custom a +a{
        margin-top:10px!important;
    }
    .page5-box1-show .tool > div > span:not(:first-child).icon-liuyan{
        font-size:30px;
    }
    .page5-box1-show .tool .time > span.day{
        font-size:28px;font-weight:400;
        display:block;padding-bottom:5px;
    }
    .page5-box1-show .tool .time > span.date{
        font-size:14px;
    }

    .page5-box1-show .body{
        margin-left:170px;
    }
}
@media(min-width:1200px){
    .page5-box1-show .body .tit h1{
        font-size:36px;color:#000;
    }
    .page5-box1-show .body .content{
        font-size:16px;
    }
    .page5-box1-show .tool > div + div {
        padding-top: 8em;
    }
}

.page6-box-img{overflow:hidden;padding:3em 0;}
.page6-box-img img{
    width:100%;height:100%;object-fit:cover;
}

.map{
    height:400px;position:relative;
}
#map{
    position:absolute;
    left:0;top:0;right:0;bottom:0;
    box-sizing:content-box;
    background: url(/statics/mystatics/Images/lx.jpg) no-repeat center center;
    background-size: cover;
}
    #map * {
        box-sizing: content-box;
    }
    .map-txt{
        position:absolute;
        z-index:22;
        background:rgba(6,47,60,.78);
        color:#fff;
        left:0;bottom:0;right:0;
        padding:10px 20px;
        line-height:1.5;
    }

.page3-box1-body .lxwm .layui-form {
    padding: 20px 0;
}
.page3-box1-body .lxwm .layui-input {
    background: #f2f2f2;
    border-color: #f2f2f2;
}
.page3-box1-body .lxwm .layui-textarea {
    background: #f2f2f2;
    border-color: #f2f2f2;
    padding-top: 10px;
}
.page3-box1-body .lxwm .layui-btn{
    width:100%;
    background:#61b3de;
    color:#fff;
    border-color:#61b3de;
}

@media(min-width:768px){
    .page3-box1-body .lxwm .layui-form{
        padding:0;
        height:400px;
    }
    .page3-box1-body .lxwm .layui-input{
        height:50px;
    }
    .page3-box1-body .lxwm .layui-btn{
        height:50px;
    }
    .page3-box1-body .lxwm .layui-textarea {
        min-height: 140px;
    }
}
@media(min-width:992px) {
    .page3-box1-body .lxwm .layui-form {
        padding: 0;
        height: 500px;
    }
    .map {
        height: 500px;
    }
    .page3-box1-body .lxwm .layui-input {
        height: 60px;
        font-size:14px;
    }

    .page3-box1-body .lxwm .layui-btn {
        height: 60px;
    }

    .page3-box1-body .lxwm .layui-textarea {
        min-height: 200px;
        font-size: 14px;
    }
    .map-txt{
        font-size:14px;padding:20px;line-height:1.8;
    }
}


.page3-box1-body .job .layui-tab-title .layui-this{
    background:#ee6123;
    color:#fff;
}
    .page3-box1-body .job .layui-tab-title .layui-this:after {
        display: none;
    }
    .page3-box1-body .job .layui-tab-title .layui-this:before {
        display: none;
    }
    .page3-box1-body .job .layui-tab-title .layui-this + li:before {
        display: none;
    }
.page3-box1-body .job .layui-tab-title {
    border: none;
}
    .page3-box1-body .job .layui-tab-title li {
        position: relative;
    }
        .page3-box1-body .job .layui-tab-title li + li:before {
            position: absolute;
            left: 2px;
            top: 10px;
            bottom: 10px;
            width: 1px;
            background: #000;
            content: '';
        }
.page3-box1-body .job .layui-tab-content {
    padding: 20px 0;
}
.page3-box1-body .job .layui-colla-title {
    background: none;
    font-weight: bold;
    padding-left: 15px;
}
.page3-box1-body .job .layui-collapse {
    border-left: none;
    border-right: none;
}
.page3-box1-body .job .layui-colla-icon {
    right: 15px;
    left: auto;
}
.page3-box1-body .job .layui-colla-content {
    padding: 2em 15px;
}
    .page3-box1-body .job .layui-colla-content p {
        margin: 1em 0;
    }

.page3-box1-body .job .row{
    margin:0 -5px;
}
.page3-box1-body .job .row .col-xs-6 {
    padding: 0 5px;
}
.page3-box1-body .job .layui-input{
    border-radius:6px;
}
.page3-box1-body .job .layui-form h2{
    display:block; text-align:center;
    font-size:1.6rem;
    padding-bottom:20px;
    font-weight:bold;
}
.page3-box1-body .job .layui-btn{
    width:100%;
    background:#ee6123;
    color:#fff;
    border-color:#ee6123;
    border-radius:6px;
}
.page3-box1-body .job  .layui-textarea{border-radius:6px;}

@media(min-width:1200px){
    .page3-box1-body .job .layui-tab-title li {
        line-height:46px;
        font-size:16px;
        padding:0 20px;
    }
        .page3-box1-body .job .layui-tab-title li + li:before{
            width:2px;
        }
    .page3-box1-body .job .layui-tab-content{
        padding:3em 0;
    }
    .page3-box1-body .job .layui-colla-title{
        font-size:16px;
        height:45px;line-height:45px;
    }
    .page3-box1-body .job .layui-colla-content{
        font-size:14px;
        line-height:2;
    }
    .page3-box1-body .job .layui-form {
        padding-top: 50px;
    }
}


.codes li{
        position: relative;
        }
.codes_img{
           width: 126px;
           height: 126px;
            display: inline-block;
            position: absolute;
            left: 5px;top: -126px;
            display: none;
        }
.codes li:hover  .codes_img{
    display: block;
}
                
.layui-tab-bar{
    display: none;
}

.nav-mobile{
    background: #ee6123;
    text-align: center;
}
.nav-mobile a{
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    font-size: 1.4rem;
}

@media all and (min-width: 600px) {

    /* Change color for backdrop */
    .fancybox-custom-layout .fancybox-bg {
        background:rgba(0,0,0,0.75);
    }

    .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
        opacity: 1;
    }

    /* Move caption area to the right side */
    .fancybox-custom-layout .fancybox-caption {
        background: #f1ecec;
        bottom: 0;
        color: #6c6f73;
        left: auto;
        padding: 30px 20px;
        right: 44px;
        top: 0;
        width: 256px;
    }

    .fancybox-custom-layout .fancybox-caption h3 {
        color: #444;
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .fancybox-custom-layout .fancybox-caption a {
        color: #444;
    }

    /* Remove gradient from caption*/
    .fancybox-custom-layout .fancybox-caption::before {
        display: none;
    }
    .fancybox-custom-layout .fancybox-caption #imgTests {
        text-indent:2em;
        text-align: left;
        margin-top: 10px;
    }

    /* Adjust content area position */
    .fancybox-custom-layout .fancybox-stage {
        right: 300px;
    }

    /* Align buttons at the right side  */
    .fancybox-custom-layout .fancybox-toolbar {
        background: #3b3b45;
        bottom: 0;
        left: auto;
        right: 0;
        top: 0;
        width: 44px;
    }

    /* Remove background from all buttons */
    .fancybox-custom-layout .fancybox-button {
        background: transparent;
    }

    /* Navigation arrows */
    .fancybox-custom-layout .fancybox-navigation .fancybox-button div {
        padding: 6px;
        background: #fcfaf9;
        border-radius: 50%;
        transition: opacity .2s;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
        opacity: .7;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]):hover div {
        opacity: 1;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button[disabled] {
        color: #999;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]) {
        color: #333;
    }

    /* Reposition right arrow */
    .fancybox-custom-layout .fancybox-button--arrow_right {
        right: 308px;
    }
}


.quick-view-container {
    background: rgba(10, 10, 10, .85);
}

.quick-view-content {
    bottom: 0;
    height: calc(100% - 40px);
    left: 0;
    margin: auto;
    max-height: 650px;
    max-width: 980px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 40px);
}

.quick-view-carousel {
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 57%;
}

.quick-view-carousel .fancybox-stage {
    bottom: 30px;
}

.quick-view-aside {
    background: #fff;
    bottom: 30px;
    color: #777;
    left: auto;
    padding: 50px 0 30px 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 43%;
}

.quick-view-aside::before,
.quick-view-aside::after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
}

.quick-view-aside::before {
    background: #f4f4f4;
    width: 8px;
}

.quick-view-aside::after {
    background: #e9e9e9;
    width: 1px;
}

.quick-view-aside>div {
    height: 100%;
    overflow: auto;
    padding: 5vh 30px 0 30px;
    text-align: center;
}

.quick-view-aside>div>p {
    font-size: 90%;
}

.quick-view-close {
    background: #f0f0f0;
    border: 0;
    color: #222;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: 30px;
    transition: all .2s;
    width: 44px;
}

.quick-view-close:hover {
    background: #e4e4e4;
}

.quick-view-close::before,
.quick-view-close::after {
    background-color: #222;
    content: '';
    height: 18px;
    left: 22px;
    position: absolute;
    top: 12px;
    width: 1px;
}

.quick-view-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.quick-view-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quick-view-bullets {
    bottom: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
    width: 100%;
    z-index: 99999;
}

.quick-view-bullets li {
    display: inline-block;
    vertical-align: top;
}

.quick-view-bullets li a {
    display: block;
    height: 30px;
    position: relative;
    width: 20px;
}

.quick-view-bullets li a span {
    background: #d4d2d2;
    border-radius: 99px;
    height: 10px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}

.quick-view-bullets li.active a span {
    background: #ff4453;
}
.banquan{
        /*height: 60px;*/
        text-align: center;
        font-size: 14px;
        margin-top: 50px;
        color: rgba(255,255,255,.5);
    }
.banquan a{
    color: rgba(255,255,255,.5);
}
.banquan a:hover{
    color: rgba(255,255,255,.5);
    display: inline-block;
    text-align: underline;
    border-bottom:1px solid #eee;
}
.banquan p{
    text-align: center;
}