.banner{
    height:90vh;
    width:100%;
    margin-top:10vh;
}
.banner .swiper-slide div{
    height:90vh;
}
.swpBtn {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 999;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.banner:hover .swpBtn {
    opacity: 1;
}
.swpBtn .iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff9500;
    font-size: 36px;
}
.banner:hover .swiper-button-prev {
    left: 150px;
}
.banner:hover .swiper-button-next {
    right: 150px;
}
.banner .swiper-button {
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height:62px;
    border-radius: 32px;
    border: 3px solid #ff9500 !important;
    cursor: pointer;
    transition: all 0.4s ease-out;
}
.banner .swiper-button-prev {
    position: absolute;
    left: 0px;
}
.swpBtn .swiper-button::after{
    display:none;
}

.w80{
    max-width:80%;
    margin:0 auto;
}
.header{
    position:fixed;
    top:0px;
    left:0px;
    z-index: 999;
    width:100%;
    background-color: rgba(255, 255, 255, 1);
    height:10vh;
    box-shadow: 0px -7px 16px 6px rgba(0, 0, 0, 0.36);
}
.header_l{
    margin-left: 0px;
    clear: left;
    margin-right: 0px;
    width: 19.54%;
    float:left;
}

.header_c{
    width: 72.45%;
    margin-left: 0%;
    margin-right: 0px;
    clear: none;
    float:left;
}
.header_c ul{
    float:right;
    line-height:10vh;
}
.header_c ul li{
    width:100px;
    text-align:center;
    float:left;
    position:relative;
}
.header_c ul li:after {
    content: "";
    width: 0px;
    height: 2px;
    background: #0061ae ;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease 0s;
}
.header_c ul li a {
    color:#000;
}
.header_c ul li:hover:after {
    width: 100%;
}
.header_c ul li:hover a {
    color: #0061ae ;
}
.header_l img{
    margin-top:1vh;
    height:8vh;
}
.header_r{
    width: 8%;
    float:left;
    text-align:right;
    line-height:100px;
}
.header_rl{
    width:50%;
    float:left;
}
.header_rr{
    float:left;
    width:50%;
    position:relative;
}
.header_rr_c {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    display:none;
}
.header_rr:hover .header_rr_c{
    display:block;
}


.w1300{
    width:1300px;
    margin:0 auto;
}
.gsjj{
    background:url(../images/bg33.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
    text-align:left;
}
.gsjj_l{
    width: 54%;
    float:left;
}
.gsjj_l1{
    font-size:32px;
    color:#fff;
    font-weight:bold;
}
.gsjj_l2 p{
    font-size:16px;
    color:#fff;
    text-indent:2em;
    line-height:1.7;
}
.gsjj_lh{
    font-size:24px;
    color:#fff;
}
.gsjj_r{
    width: 44%;
    float:right;
}
.gsjj_r img{
    width:100%;
}
.gsjj_l3{
    margin-top:40px;
}
.gsjj_l3 li{
    background-color: rgba(255, 102, 0, 0);
    border: 2px solid rgba(255,255,255,0.5);
    transition: 0.5s;
    width:145px;
    line-height:36px;
    text-align:center;
    display:inline-block;
    margin-right:1%;
}
.gsjj_l3 li a{
    color:#fff;
}
.gsjj_l3 li:hover{
    background-color: #219937 !important;
    border: 2px solid rgba(33,153,55,0.5) !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.gsjj_l3 li:hover a{
    color: #fff;
}

.product{
    background:url(../images/bgdw.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.product_list{
    margin-top:60px;
}
.product_list ul{
    display: flex;
    justify-content: space-between;
}
.product_list li{
    width:32%;
}
.product_list_img img{
    width:100%;
    display:block;
}
.product_title1{
    font-size:44px;
    color:#fff;
    font-weight:bold;
}
.product_title2{
    font-size:30px;
    color:#fff;
    font-weight:bold;
}
.product_list_text{
    padding: 20px;
    transition: all .5s ease;
    background: rgba(34,154,55,.4);
    position:relative;
    padding-bottom:35px;
    line-height:30px;
}
.product_list li:hover .product_list_text{
    background: rgba(34,154,55,1);
}
.product_list_text::after{
    content:'';
    position:absolute;
    width:20px;
    height:1px;
    background:#fff;
    right:24px;
    bottom:20px;
    transition: .5s;
}
.product_list li:hover .product_list_text::after{
    width:90%;
}
.product_list_text1{
    float:left;
    color:#fff;
    font-size:16px;
}
.product_list_text2{
    float:right;
    position:relative;
    top:7px;
}

.section{
        padding-top:6vh;
}
.section:nth-child(1){
    padding-top:0px;
}
.xilei.section{
    padding-top:0px;
}
.section.fp-auto-height{
    padding-top:0px;
}
.xilei ul li{
    width:20%;
    float:left;
    transition: 1s;
    padding-top:6vh;
}
.xilei ul li a{
    display: table-cell;
    vertical-align: middle;
    height:94vh;
    width:0.1%;
}
.xilei ul li:nth-child(1){
    background:url(../images/cpfl11.jpg) center no-repeat;
    background-size:cover;
}
.xilei ul li:nth-child(2){
    background:url(../images/cpfl22.jpg) center no-repeat;
    background-size:cover;
}
.xilei ul li:nth-child(3){
    background:url(../images/cpfl33.jpg) center no-repeat;
    background-size:cover;
}
.xilei ul li:nth-child(4){
    background:url(../images/cpfl44.jpg) center no-repeat;
    background-size:cover;
}
.xilei ul li:nth-child(5){
    background:url(../images/cpfl55.jpg) center no-repeat;
    background-size:cover;
}
.xilei1{
    font-size:16px;
    color:#fff;
}
.xilei2{
    font-size:32px;
    color:#fff;
}
.xilei3{
    margin-top:15px;
    color:#fff;
    padding:0px 15px;
    font-size:14px;
}
.xilei ul .xileib{
    width:15%;
}
.xilei ul .xileia{
    width:40%;
}


.news{
    background:url(../images/lxbg.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}

.w1110{
    width:1200px;
    margin:0 auto;
}
.lxwm{
    background:url(../images/bg44.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.lxwm_l{
    width:38%;
    float:left;
    text-align:left;
}
.lxwm_la{
    width:65%;
    float:left;
}
.lxwm_lb{
    width:32%;
    float:right;
}
.lxwm_l1{
    font-size:44px;
    font-weight:bold;
    color:#fff;
}
.lxwm_l2{
    font-size:30px;
    color:#fff;
    position:relative;
    padding-bottom:15px;
    margin-bottom:25px;
}
.lxwm_l2::after{
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:30px;
    height:2px;
    background:#fff;
}
.lxwm_l3{
    font-size:16px;
    color:#fff;
    font-weight:bold;
    line-height:30px;
}
.lxwm_l4 p{
    font-size:16px;
    color:#fff;
    line-height:30px;
}
.lxwm_lb{
    width:130px;
}
.lxwm_lb img{
    width:100%;
}
.lxwm_r{
    width:58%;
    float:right;
}
#allmapa{
    height:346px;
    width:100%;
}

.w1460{
    width:1460px;
    margin:0 auto;
}
.footer-top{
    background-color: #2e77ba;
    padding:50px 0px;
}
.footer-top ul{
    display: flex;
    justify-content: space-around;
    text-align:left;
}
.footer-top a{
    font-size:16px;
}
.footer_ewm img{
    width:140px;
}
.footer_toplt{
    font-size:16px;
    font-weight:bold;
    color:#fff;
}
.footer_toplb{
    margin-top:20px;
}
.footer_toplb a{
    font-size:14px;
    line-height:40px;
    color:#fff;
}
.footer_toplt_l{
    margin-top:20px;
}
.footer_toplt_l p{
    font-size:16px;
    line-height:40px;
}
.footer_text{
    font-size:14px;
    color:#fff;
    letter-spacing: 1px;
    text-align:center;
    margin-top:5px;
}

.footer-top p{
    color:#fff;
}
