﻿.banner {
    width: 100%;
    margin: 0 auto;
    /*width: 1920px;*/
    /*left: 50%;*/
    /*margin-left: -960px;*/
    overflow: hidden;
    position: relative;
}

.page-item {
    display: inline
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .215rem;
    border-bottom-left-radius: .215rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .215rem;
    border-bottom-right-radius: .215rem
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    cursor: default;
    color: #fff;
    border-color: #ba1111;
    background-color: #ba1111
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #ccd5db;
    border-color: #e4eaec;
    background-color: transparent
}

.page-link {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: .643rem 1.072rem;
    text-decoration: none;
    color: #76838f;
    border: 1px solid #e4eaec;
    background-color: transparent;
    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out
}

.page-num {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: .643rem 1.072rem;
    text-decoration: none;
    color: #76838f;
    border: 1px solid #e4eaec;
    background-color: transparent;
    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out
}
.page-num-current{
    background: #035D67;
    border: 1px solid #035D67;
    color: #fff;
    cursor: default;
}



.page-link:focus, .page-link:hover {
    color: #89bceb;
    border-color: #e4eaec;
    background-color: #f3f7f9;
    -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    text-decoration: none
}

.pagination-lg .page-link {
    font-size: 1.286rem;
    padding: .715rem 1.215rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .286rem;
    border-bottom-left-radius: .286rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .286rem;
    border-bottom-right-radius: .286rem
}

.pagination-sm .page-link {
    font-size: .858rem;
    padding: .429rem .786rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .143rem;
    border-bottom-left-radius: .143rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .143rem;
    border-bottom-right-radius: .143rem
}
.banner .reuse1 {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    text-align: center;
    padding-bottom: 20px;
    /*background: url(../images/h2bj.png) no-repeat center bottom;*/
}
.met_pager .PreSpan, .met_pager .NextSpan, .met_pager a.NextA, .met_pager a.PreA {
    width: auto;
    padding: 0 15px;
    border: 1px solid #eee;
    background: #fff;
    color: #999;
}
.met_pager input{
    display: none;
}
.met_pager .PageText{
     display: none;
 }
.met_pager a.Ahover {
    background: #035D67;
    border: 1px solid #035D67;
    color: #fff;
    cursor: default;
}
.met_pager a {
    width: 30px;
    color: #5e7387;
    border: 1px solid #eee;
    border-right: none;
    border-left: none;
    text-decoration: none;
    background: #fff;
}
.met_pager * {
    display: inline-block;
    line-height: 30px;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
}
.met-page .pagination li a {
    width: auto;
    padding: 0 15px;
    background: #fff;
    color: #999;
}
.blocks>.block, [class*=blocks-]>.block, [class*=blocks-]>li {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.large_box {
    width: 100%;
    overflow: hidden;
}

.large_box li {
    display: none;
}

.large_box li:first-child {
    display: block;
}

.large_box img {
    display: block;
    width: 100%;
    height: auto;
}

.small_box {
    width: 1427px;
    height: 325px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
}

.small_list {
    position: relative;
    width: 1255px;
    height: 325px;
    overflow: hidden;
    margin: 0 auto;
}


@media screen and (max-width: 1600px) {
    .small_box{
        bottom:5%;
    }
}

@media screen and (max-width: 1440px) {
    .small_box{
        bottom:15%;
    }
}

@media screen and (max-width: 1400px) {
    .small_box{
        position: absolute;
        width:1400px;
        left:50%;
        margin-left:-700px;
        bottom:16%;
    }

}
@media screen and (max-width: 767px) {
    .zs3 .ly_form div input{
        width: 65%;
    }
    .zs3 .ly_form div textarea{
        width: 65%;
    }
    .zs3 .ly_form .ly_sub{
        padding: 0 20%;
        justify-content: space-around;
    }
    .zs3 .ly_form .ly_sub input{
        width:30%;
        margin-left: 0;
    padding-left: 0;
    }
    .zs3 .ly_form div span{
        letter-spacing:0px;
    }
    .zs3 .ly_form2 div input{
        width: 65%;
    }
    .zs3 .ly_form2 div textarea{
        width: 65%;
    }
    .zs3 .ly_form2 .ly_sub{
        padding: 0 20%;
        justify-content: space-around;
    }
    .zs3 .ly_form2 .ly_sub input{
        width:30%;
        margin-left: 0;
    padding-left: 0;
    }
    .zs3 .ly_form2 div span{
        letter-spacing:0px;
    }
    #map_content{
        display: none;
    }
    #menu .ly_p{display: none}
}



/*.small_list ul {*/
/*    height: 325px;*/
/*    overflow: hidden;*/
/*}*/

/*.small_list ul li {*/
/*    position: relative;*/
/*    float: left;*/
/*    margin-right: 22px;*/
/*    margin-left: 22px;*/
/*    width: 203px;*/
/*    height: 203px;*/
/*    cursor: pointer;*/
/*    border-radius: 50%;*/
/*}*/

/*.small_list ul li img {*/
/*    display: block;*/
/*    width: 203px;*/
/*    height: 203px;*/
/*    position: relative;*/
/*}*/

/*.small_list ul li h3 {*/
/*    font-size: 18px;*/
/*    font-weight: normal;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    line-height: 40px;*/
/*    padding-top: 16px;*/
/*}*/

/*.small_list ul li .bun_bg {*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transition: all 0.3s;*/
/*    border-radius: 50%;*/
/*}*/

/*.small_list ul li:hover h3 {*/
/*    text-decoration: underline;*/
/*}*/

/*.small_list ul li.on .bun_bg {*/
/*    opacity: 0;*/
/*}*/

/*.small_list ul li.on h3 {*/
/*    text-decoration: underline;*/
/*    color: #fee640;*/
/*}*/

.btn {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-top: 54px;
    position: absolute;
}

.left_btn {
    left: 30px;
    top: 37px;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
    margin-left: 5px;
    opacity: 0.6;
}

.left_btn:hover {
    opacity: 1;
}

.right_btn {
    right: 30px;
    top: 37px;
    background-image: url(../images/right_btn.png);
    margin-right: 5px;
    opacity: 0.6;
}

.right_btn:hover {
    opacity: 1;
}

.btn1 {
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-top: 0px;
    position: absolute;
}

.left_btn1 {
    margin-right: 10px;
    background-image: url(../images/left2.png);
    left: -175px;
    top: -315px;
    transition: all 0.3s;
}

.right_btn1 {
    float: right;
    background-image: url(../images/righ2.png);
    right: -175px;
    top: -315px;
    transition: all 0.3s;
}

.banner .left_btn1:hover {
    background-image: url(../images/left1.png);
}

.banner .right_btn1:hover {
    background-image: url(../images/righ1.png);
}
