﻿/*头部样式*/
header{

}
.header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999;
    background: #fff;
}
.head{

}
.logo{
    float: left;
    margin-left: 4%;
    padding:14px 0 10px;
}

.head_tel{
    float: right;
    max-width: 274px;
    background:url(../images/head_bg1.png) no-repeat top center;
    background-size: cover;
    height: 100px;
    text-align: right;
    padding:25px 32px 0 25px;
    color: #fff;
    line-height:1em;
}
.head_tel p:nth-of-type(1){
    font-size: 14px;
    opacity: 0.4;
}
.head_tel p:nth-of-type(2){
    font-size: 30px;
    font-weight: bold;
    font-family: 'Arial';
    margin-top:15px;
}
.head_r{
    padding-right: 35px;
    float: right;
}
.heada{
    text-align: right;
    padding:12px 0;
}
.heada a{
    font-size: 14px;
    color: #999;
    margin-left: 20px;
    padding-left: 20px;
}
.heada a:nth-of-type(1){
    background:url(../images/icon1.png) no-repeat left center;
}
.heada a:nth-of-type(2){
    background:url(../images/icon2.png) no-repeat left center;
}
.heada a:nth-of-type(3){
    background:url(../images/icon3.png) no-repeat left center;
}
/*.heada a:nth-of-type(4){*/
/*    background:url(../images/icon4.png) no-repeat left center;*/
/*}*/
.nav{

}
.nav li{
    float: left;
    margin-left: 70px;
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.nav li a:hover{
    color: #e60012;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:-30%;
    z-index: 999;
    background-color: #e60012;
    width: 160%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
.nav li .b_nav a:hover{
    color: #fff;
    opacity: 0.6;
}

.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #0067ac;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #0067ac;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
#swiper-container1 .swiper-slide img{
    width: 100%;
    height: 100%;
    transition: all 4s ease-out;
}
#swiper-container1 .swiper-slide-active img{
    -moz-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
    transform: scale(1.05);
}
#swiper-container1 .swiper-pagination1{
    position: absolute;
    width: 100%;
    left:0;
    bottom:45px;
    text-align: center;
    z-index: 9;
}
#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet{
    width: 35px;
    height: 10px;
    background:#fff;
    border-radius: 15px;
    margin:0 4px;
    opacity: 1;
    outline: none;
} 
#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active{
    background:#e60012;
}
@media(max-width: 1800px){
    .nav li{
        margin-left: 45px;
    }
}
@media(max-width: 1600px){
    .logo {
        margin-left: 2%;
        padding: 14px 0 10px;
    }
    .head_r{
        padding-right:30px;
    }
    .nav li{
        margin-left: 30px;
    }
}
@media(max-width: 1440px){
    .nav li{
        margin-left: 20px;
    } 
    .head_tel p:nth-of-type(2){
        font-size: 26px;
    }   
}
@media(max-width: 1366px){
    .nav li{
        margin-left: 15px;
    }  
    .logo {
        padding: 10px 0 10px;
    } 
    .logo img{
        max-height: 60px;
    }  
    .heada{
        padding:10px 0 5px;
    }
    .head_tel{
        padding: 18px 25px 0 25px;
        height: 80px;
    }
    .head_tel p:nth-of-type(2) {
        font-size: 22px;

    }
}
@media(max-width: 1199px){
    .head_tel{
        display: none;
    }
    #swiper-container1 .swiper-pagination1{
        bottom: 20px;
    }
    #swiper-container1 .swiper-pagination1 .swiper-pagination-bullet{
        width: 25px;
        height: 8px;
    }
}
@media(max-width: 992px){
    .logo img {
        max-height: 40px;
    }
    .head_r {
        padding-right: 2%;
    }
    .heada{
        display: none;
    }
    .nav li {
        margin-left: 15px;
    }
    .nav li a{
        font-size: 14px;
        line-height: 60px;
    }
    #swiper-container1 .swiper-pagination1{
        bottom: 10px;
    }
}
@media(max-width: 800px){
    .nav li {
        margin-left: 6px;
    }
}
@media(max-width: 768px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .logo img {
        max-height: 46px;
    }
    #swiper-container1 .swiper-pagination1{
        bottom: 5px;
    }
    #swiper-container1 .swiper-pagination1 .swiper-pagination-bullet{
        width: 20px;
        height: 6px;

    }
}
@media(max-width: 640px){
    .logo{
        width: 70%;
        float: none;
    }

}



.index_about{
    background:url(../images/about_bg1.png) no-repeat top center;
    padding:80px 0 60px;
    text-align:center;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
    width: 94%;
}
.index_title1{
    text-align:center;
}
.index_title1 h3{
    font-size: 40px;
    color: #023082;
    line-height:1em;
}
.index_about h4{
    font-size: 26px;
    color: #222;
    font-weight: normal;
    line-height:1em;
    padding:32px 0 10px;
}
.index_about p{
    font-size: 15px;
    color: #666;
}
.index_about a{
    display: inline-block;
    font-size: 16px;
    color: #e60012;
    margin-top:20px;
}
.index_sz{
    margin-top:30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.index_sz li{
    width: 25%;
    max-width: 238px;
    border:1px solid #e5e5e5;
    padding:22px 0 25px;
    margin:0 32px;
}
.index_sz li p{
    font-size: 16px;
    color: #222; 
    font-weight: bold;   
    line-height:1em;
}
.index_sz li em{
    font-size: 64px;
    color: #023082;
    font-family: "Arial";
    font-style: normal;
    line-height:1em;
    display: inline-block;
}
.index_sz li span{
    display: block;
    font-size: 18px;
    color: #333;
    line-height:1em;
    margin-top:2px;
}

@media(max-width: 1600px){

    .index_title1 h3{
        font-size: 32px;
    }
    .index_about h4{
        font-size: 20px;
        padding: 25px 0 10px;
    }
    .index_sz li em{
        font-size: 52px;
    }
}
@media(max-width: 1440px){
    .index_about{
        padding:60px 0;
        background-size: contain;
    }
    .index_title1 h3{
        font-size: 28px;
    }    
    .index_about h4{
        font-size: 16px;
        padding: 15px 0 10px;
    }
    .index_sz li em{
        font-size: 46px;
    }
}
@media(max-width: 1366px){
    .index_sz li{
        margin: 0 20px;        
    }
}
@media(max-width: 1199px){
    .container{
        width: 96%;
    }
    .index_title1 h3{
        font-size: 24px;
    } 
    .index_sz li{
        margin: 0 10px; 
        max-width: 200px;       
    }
    .index_sz li em {
        font-size: 36px;
    }
    .index_sz li span{
        font-size: 16px;
    }
}
@media(max-width: 992px){
    .index_about{
        padding:40px 0;
    }
    .index_about h4{
        font-size: 14px;
    }  
    .index_sz li {
        max-width: 160px;
        padding: 15px 0 20px;
    } 
    .index_sz li em {
        font-size: 32px;
    } 
}
@media(max-width: 768px){
    .index_sz li{
        max-width: 150px;
    }
    .index_sz li p{
        font-size: 14px;
    }
    .index_sz li em {
        font-size: 28px;
    }
    .index_sz li span {
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .index_title1 h3 {
        font-size: 20px;
    }
    .index_about{
        padding:25px 0;
        background-size: cover;
    }
    .index_about p{
        font-size: 14px;
    }
    .index_about a {
        font-size: 14px;
        margin-top: 15px;
    }
    .index_sz{
        margin-top:15px;
    }
    .index_sz li{
        width: 48%;
        max-width: 100%;
        margin:1%;
        padding:12px 0;
    }
}


.index_img{
    display: flex;
    flex-wrap: wrap;
}
.index_img li{
    flex: 1;
    position: relative;
    cursor: pointer;
}
.index_img li .img{
    overflow: hidden;    
}
.index_img li img{
    transition: all 0.6s ease-out;
}
.index_img li .text{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding:77px 65px 0 77px;
    color: #fff;
    top:0;
    left:0;
}
.index_img li .text h3{
    font-size: 36px;
    line-height:1em;
    font-weight: normal;
}
.index_img li .text p{
    font-size: 15px;
    line-height:1.6em;
    margin:40px 0 60px;
}
.index_img li .text a.more{
    display: block;
    width: 48px;
    height: 48px;
    background:url(../images/more1.png) no-repeat center #e60012;
}
.index_img li:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.media_show {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.8);
    left: 50%;
    top: 50%;
    width: 702px;
    height: 425px;
    z-index: 99;
    margin-left: -351px;
    margin-top: -213px;
}
.media_show span {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
@media(max-width: 1600px){
    .index_img li .text{
        padding: 60px 50px 0;
    }
    .index_img li .text h3{
        font-size: 26px;
    }
    .index_img li .text p {
        font-size: 14px;
        margin: 20px 0 30px;
    }
    .index_img li .text a.more{
        margin: 30px auto 0;
    }
}   
@media(max-width: 1440px){
    .index_img li .text {
        padding: 50px 50px 0;
    }    
}
@media(max-width: 1199px){
    .index_img li .text {
        padding: 20px 30px 0;
    }  
    .index_img li .text h3{
        font-size: 22px;
    }
    .index_img li .text p {
        margin: 20px 0 20px;
    }
    .index_img li .text a.more {
        margin: 20px auto 0;
        width: 40px;
        height: 40px;
    }
}
@media(max-width: 992px){
    .index_img li:nth-child(2){
        display: none;
    }
    .index_img li{
        width: 50%;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .index_img{
        display: block;
    }
    .index_img li{
        width: 100%;
    }
    .index_img li .text h3{
        font-size: 20px;
    }

}


.index_product{
    padding:85px 0 80px;
    background:url(../images/bg1.jpg) no-repeat bottom center;
    background-size: cover;
}
.index_product_l{
    width: 38.5%;
    float: left;
}
.index_product_l h3{
    font-size: 40px;
    color: #023082;
    line-height:1em;
}
.index_product_l p{
    font-size:16px;
    color: #666; 
    line-height:1.8em;   
    margin:25px 0 25px;
}
.index_product_l a{
    font-size: 15px;
    color: #999;
}
.index_product_r{
    width: 50%;
    float: right;
}
#formsearch{
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}
#formsearch input#keyword {
    background:#023082;
    border:none;
    outline: none;
    font-size: 16px;
    color: #fff;
    display: block;
    width: 90%;
    line-height:50px;
    height: 50px;
    text-indent: 20px;
}
#formsearch input#s_btn{
    width: 10%;
    background:url(../images/ss.png) no-repeat center #023082;
    height: 50px;
    border:none;
    outline: none;
    cursor: pointer;
    display: block;
}
.index_product_ra{
    display: flex;
    margin-top:10px;
}
.index_product_ra span{
    display: block;
    line-height:30px;
    padding:0 10px;
    background:#edeff3;
    margin-right: 20px;
}
.index_product_ra span:last-child{
    margin-right: 0;
}
.index_product_content{
    margin-top:35px;
    position: relative;
    padding-bottom: 85px;
    overflow: hidden;
}
.index_product_scroll{
    position: relative;
/*    overflow: hidden;*/
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index_product_content .swiper-container-thumbs{
    position: absolute;
    bottom:0;
    left:0;
    z-index: 9;
    background:rgba(0,0,0,.6);
}

.index_product_content .gallery-thumbs .swiper-slide{
    text-align:center;

}
.index_product_content .gallery-thumbs .swiper-slide a{
    display: block;
    position: relative;
    padding:15px 0 15px;
    border-right: 1px solid #4d5055;
    color: #fff;
}
.index_product_content .gallery-thumbs  .img{
    border-radius: 50%;
    width: 114px;
    height: 114px;
    margin:0 auto;
    overflow: hidden;
}
.index_product_content .gallery-thumbs h3{
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    padding-top: 5px;
}
.index_product_content .gallery-thumbs .xs{
    display: none;
    background:rgba(230,0,18,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    padding:30px 5% 0;
    opacity: 0;
}
.index_product_content .gallery-thumbs .xs h4{
    font-size: 20px;
    font-weight: normal
}
.index_product_content .gallery-thumbs .xs p{
    font-size: 16px;
}
.index_product_content .gallery-thumbs .swiper-slide:hover{
    background:rgba(230,0,18,0.5);    
}
.index_product_content .swiper-slide-thumb-active{
    background:rgba(230,0,18,0.5);    
}
.swiper-button-next1{
    width: 48px;
    height: 48px;
    background:url(../images/more1.png) no-repeat center #023082;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: 5px;
    outline: none;
    cursor: pointer;
    z-index: 10;
}
.swiper-button-prev1{
    width: 48px;
    height: 48px;
    background:url(../images/more1.png) no-repeat center #023082;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -50px;
    transform: rotate(-180deg);
    outline: none;
    cursor: pointer;
    z-index: 10;
}
.swiper-button-next1:hover{
    background:url(../images/more1.png) no-repeat center #e60012;
}
.swiper-button-prev1:hover{
    background:url(../images/more1.png) no-repeat center #e60012;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .index_product{
        padding:60px 0;
    }
    .index_product_l h3{
        font-size: 32px;
    }
    .index_product_l p{
        margin: 15px 0;
    }
    .index_product_content .gallery-thumbs h3{
        font-size: 20px;
    }
    .index_product_ra{
        flex-wrap: wrap;
    }
    .index_product_ra span{
        margin-right:15px;
    }
}
@media(max-width: 1366px){
    .index_product_l{
        width: 45%;
    }
    .index_product_ra span{
        margin-right:10px;
    }
    .index_product_content .gallery-thumbs .img{
        width: 110px;
        height: 110px;
    }
    .index_product_content .gallery-thumbs h3 {
        font-size: 18px;
    }
}
@media(max-width: 1199px){
    .index_product_ra span{
        margin-bottom: 5px;
    }
}
@media(max-width: 992px){
    .index_product_content .gallery-thumbs .img {
        width: 100px;
        height: 100px;
    }
    .index_product_content .gallery-thumbs h3 {
        font-size: 16px;
    }
    .index_product_l h3 {
        font-size: 28px;
    }
}
@media(max-width: 768px){
    .index_product{
        padding:40px 0;
    }
    .index_product_l{
        float: none;
        width: 100%;
    }
    .index_product_l h3 {
        font-size: 24px;
    }
    .index_product_l p {
        margin: 10px 0;
        font-size: 14px;
    }
    .index_product_l a{
        font-size: 14px;
    }
    .index_product_r{
        display: none;
    }
    .index_product_content{
        margin-top:20px;
        padding-bottom: 80px;
    }
    .index_product_content .swiper-container-thumbs{
        position: relative;
    }
}
@media(max-width: 767px){
    .index_product {
        padding: 30px 0;
    }
    .index_product_content{
        margin-top:15px;
        padding-bottom: 60px;
    }
    .swiper-button-prev1{
        width: 40px;
        height: 40px;
    }
    .swiper-button-next1{
        width: 40px;
        height: 40px;
    }
}



.index_cyy{

}
.index_cyy .index_title1{
    padding:80px 0 40px;
}
.index_cyy .index_title1 h3{

}
.index_title1 p{
    padding-top:18px;
    font-size: 16px;
    color: #666;
    line-height:1em;
}
.index_cyy .container{

}
.index_cyy_content{
    background:url(../images/bg2.jpg) no-repeat top center;
    background-size: cover;
    padding:75px 0 85px;
    color: #fff;
}
.index_cyy_content h2{
    font-size: 34px;
    margin-bottom: 15px;
}
.index_cyy_content h2 a{
    display: block;
    float: right;
    font-size: 16px;
    color: #fff;
    width: 126px;
    line-height:34px;
    height: 34px;
    background:#e60012;
    border-radius: 25px;
    font-weight: normal;
    text-align:center;
}
.index_cyy_content .text{
    font-size: 16px;
    margin-bottom: 55px;
}
.index_cyy ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_cyy ul li{
    width: 45%;
    position: relative;
    margin-right: 10%;
}
.index_cyy ul li:last-child{
    margin-right: 0;
}
.index_cyy ul li a{
    display: block;
}
.index_cyy ul li .img{
    overflow: hidden;
    border-radius: 10px;
}
.index_cyy ul li .img img{
    transition: all 0.6s ease-out;
}
.index_cyy ul li h3{
    position: absolute;
    left:40px;
    bottom:30px;
    font-size: 28px;
    color:#fff;
    z-index: 9;
    line-height:1em;
}
.index_cyy ul li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .index_cyy .index_title1{
        padding:60px 0 30px;
    }   
    .index_cyy_content{
        padding:60px 0;
    }
    .index_cyy_content h2{
        font-size: 28px;
    } 
    .index_cyy_content .text {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .index_cyy ul li h3{
        font-size: 24px;
    }
    .index_cyy ul li{
        width: 47%;
        margin-right: 6%;
    }
}
@media(max-width: 1199px){
    .index_cyy ul li{
        width: 48%;
        margin-right: 4%;
    }
}
@media(max-width: 768px){

    .index_cyy .index_title1{
        padding:40px 0 30px;
    }   
    .index_cyy_content {
        padding: 40px 0;
    }
    .index_cyy_content h2{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .index_cyy_content .text {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .index_cyy ul li h3{
        font-size: 20px;
        left: 30px;
        bottom: 20px;
    } 
    .index_title1 p{
        font-size: 14px;
        padding-top:10px;
    }
}
@media(max-width: 640px){
    .index_cyy .index_title1{
        padding:30px 0 20px;
    }   
    .index_cyy_content {
        padding: 25px 0;
    }
    .index_cyy_content h2{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .index_cyy_content .text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .index_cyy ul li h3{
        font-size: 18px;
        left: 20px;
    } 
    .index_cyy_content h2 a{
        display: none;
    }
    .index_cyy ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
}



.index_news{
    padding:78px 0 88px;
}
.index_news_content{
    margin-top:72px;
    display: flex;
    flex-wrap: wrap;
}
.index_news_list{
    background:#f8f8f8;
}
.index_news_list em{
    display: block;
    width: 140px;
    height: 45px;
    line-height:45px;
    background:#a4a4a4;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-style: normal;
}
.news_list1{
    width: 30%;
    margin-right: 2%;
    float: left;
}
.news_list1 li a{
    display: block;
    position: relative;
}
.news_list1 li a em{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.news_list1 li a .img{

}
.news_list1 li a .img img{

}
.news_list1 li a .text{
    padding:10px 20px 30px;
}
.news_list1 li a h3{
    font-size: 18px;
    color: #333;
    line-height:1.6em;
    height: 3.2em;
    overflow: hidden;
}
.news_list1 li a span{
    font-size: 14px;
    color: #999;
    display: block;
    padding:10px 0 25px;
}
.news_list1 li a p{
    font-size: 15px;
    color: #999;
    line-height:1.8em;
}
.news_list2{
    float: right;
    width: 36%;
}
.news_list2 em{
    margin-bottom: 15px;
}
.news_list2 li a{
    display: block;
    padding:10px 15px;
}
.news_list2 li a h3{
    font-size: 18px;
    color: #333;
    line-height:1.6em;
    max-height: 3.2em;
    overflow: hidden;
}
.news_list2 li a span{
    font-size: 14px;
    color: #999;
    display: block;
    padding:10px 0 0px;
}
a.more{
    display: block;
    border:1px solid #454545;
    border-radius: 25px;
    width: 148px;
    height: 38px;
    line-height:36px;
    font-size:16px;
    color:#333;
    text-align: center;
    margin:75px auto 0;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .index_news{
        padding:60px 0;
    }
    .index_title1 p{
        padding-top:15px;
    }
    .index_news_content {
        margin-top: 40px;
    }
    a.more {
        margin: 50px auto 0;
    }
}
@media(max-width: 1366px){
    .index_news_list em{
        width: 100px;
        font-size: 16px;
        line-height:40px;
        height: 40px;
    }
    .news_list1 li a span{
        padding: 10px 0;
    }
}
@media(max-width: 1199px){
    .news_list1 li a h3{
        font-size: 16px;
    }
    .news_list2 li a h3{
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .index_news {
        padding: 40px 0;
    }
    .index_news_content {
        margin-top: 20px;
    }
    .news_list1 li a span{
        padding: 5px 0;
    }
    .news_list1 li a .text {
        padding: 10px 10px 15px;
    }

}
@media(max-width: 640px){
    .index_news {
        padding: 25px 0;
    }
    .news_list1 {
        width: 100%;
        margin-right: 0%;
        float: none;
        margin-bottom: 15px;
    }
    .news_list2 {
        float: none;
        width: 100%;
    }
    a.more {
        border-radius: 15px;
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 14px;
        margin: 25px auto 0;
    }
}



.index_case{
    background:url(../images/bg3.jpg) no-repeat top center;
    background-size: cover;
    padding:80px 0 85px;
}
.index_case_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
}
.tab1li{
    width: 28.5%;
    margin-right: 6%;
    padding-right: 46px;
    border-right: 1px solid #e6e7ea;
}
.tab1li h3{
    font-size: 36px;
    color: #222;
    font-weight: normal;
    line-height:1em;
}
.tab1li p{
    font-size: 18px;
    color: #666;
    margin-top:15px;
    line-height:1em;
}
.tab1li ul{
    margin-top:40px;
}
.tab1li ul li{
    font-size: 24px;
    color: #333;
    padding-left: 32px;
    line-height:46px;
    height: 46px;
    margin-bottom:25px;
    cursor: pointer;
    border-radius: 25px;
}
.tab1li ul li.cur{
    color: #fff;
    background:url(../images/libg1.png) no-repeat  center;
    box-shadow: 0px 5px 10px #bbb;
}
.tab1{
    display: none;
    width: 65.5%;
    padding:95px 0 90px;
    position: relative;
}
.tab1 .swiper-container{
    padding:5px;
}
.tab1 .swiper-container .swiper-slide{
    border-radius: 5px;
}
.tab1 a{
    display: block;
    background:#fff;
    box-shadow: 0px 0px 10px #ccc;
}
.tab1 a .text{
    padding:35px 25px 40px;
}
.tab1 a .text h3{
    font-size: 20px;
    color: #333;
/*    font-weight: normal;*/
    line-height:1em;
    margin-bottom:10px;
}
.tab1 a .text p{
    font-size: 16px;
    color: #666;
    line-height:1.8em;
}

@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .index_case{
        padding:60px 0;
    }
    .index_case_content{
        margin-top: 60px;
    }
    .tab1li h3{
        font-size: 26px;
    }
    .tab1li p{
        font-size: 16px;
    }
    .tab1li ul li{
        font-size: 22px;
    }
    .tab1 a .text {
        padding: 25px 20px 30px;
    }
}
@media(max-width: 1199px){
    .tab1li{
        width: 25%;
        margin-right: 5%;
        padding-right: 40px;
    }
    .tab1li h3{
        font-size: 22px;
    }
    .tab1li p{
        font-size: 14px;
    }
    .tab1li ul {
        margin-top: 30px;
    }
    .tab1li ul li{
        font-size: 18px;
        padding-left: 25px;
    }
    .tab1{
        padding: 80px 0 90px;
        width: 70%;
    }
    .tab1 a .text {
        padding: 15px 10px;
    }
    .tab1 a .text h3{
        font-size: 18px;
    }
    .tab1 a .text p{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .index_case {
        padding: 40px 0;
    }
    .tab1li h3 {
        font-size: 20px;
    }
    .tab1li ul li{
        font-size: 16px;
        padding-left:20px;
        height: 40px;
        line-height:40px;
        margin-bottom: 15px;
    }
    .tab1 {
        padding: 0px 0 70px;
    }
    .tab1 a .text h3{
        font-size: 16px;
    }
    .index_case_content {
        margin-top: 40px;
    }
}
@media(max-width: 767px){
    .index_case {
        padding: 25px 0;
    }
    .tab1li {
        width: 100%;
        margin-right: 0%;
        padding-right: 0px;
    }
    .tab1li h3{
        display: none;
    }
    .tab1li p{
        display: none;
    }
    .tab1li ul{
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .tab1li ul li{
        width: 33.333%;
        margin-bottom:5px;
        padding-left: 0px;
        text-align: center;
    }
    .tab1 {
        width: 100%;
        padding: 0px 0 60px;
    }
    .index_case_content {
        margin-top: 20px;
    }
}



.index_hzhb{
    padding:70px 0 40px;
}
.index_hzhb_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:44px;
}
.index_hzhb_list li{
    box-shadow: 0px 5px 10px #ccc;
    width: 19.2%;
    margin-right: 1%;
    margin-bottom:20px;
    cursor: pointer;
}
.index_hzhb_list li:nth-child(5n){
    margin-right: 0;
}
.index_hzhb_list li .img{
    overflow: hidden;
}
.index_hzhb_list li .img img{
    transition: all 0.6s ease-out;
}
.index_hzhb_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .index_hzhb {
        padding: 40px 0;
    }    
}
@media(max-width: 1199px){
    .index_hzhb_list li {
        width: 24.25%;
        margin-bottom: 15px;
    }
    .index_hzhb_list li:nth-child(5n){
        margin-right: 1%;
    }
    .index_hzhb_list li:nth-child(4n){
        margin-right: 0%;
    }
}
@media(max-width: 768px){
    .index_hzhb_list li {
        width: 32%;
        margin-right:2%;
        margin-bottom: 10px;
    }
    .index_hzhb_list li:nth-child(5n){
        margin-right: 2%;
    }
    .index_hzhb_list li:nth-child(4n){
        margin-right: 2%;
    }
    .index_hzhb_list li:nth-child(3n){
        margin-right: 0%;
    }
    .index_hzhb_list{
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    .index_hzhb {
        padding: 25px 0;
    }
    .index_hzhb_list{
        margin-top: 15px;
    }
    .index_hzhb_list li{
        margin-bottom: 5px;
    }
}


.footer{
    background:#333;
    padding:30px 0 18px;
}
.foot_l{
    width: 18.5%;
    float: left;
}
.f_logo{

}
.f_tel{
    font-size: 14px;
    color: #999;
    line-height:1em;
    margin:38px 0 40px;
}
.f_tel p:nth-child(2){
    font-size: 32px;
    color: #f5f5f5;
    font-family: 'impact';
    line-height:1em;
    margin-top:12px;
}
.f_link{
   width: 242px;
   max-width: 100%;
    position: relative;
    margin-bottom:40px;
}
.f_link span{
    display: block;
    background:url(../images/flink.jpg) no-repeat right center;
    height: 40px;
    line-height:40px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-indent: 18px;
    cursor: pointer;
}
.f_links{
    position: absolute;
    bottom:40px;
    z-index: 2;
    display: none;
    width: 100%;
}
.f_links a{
    display: block;
    line-height:32px;
    font-size: 14px;
    color: #fff;
    background:#494949;
    text-indent: 18px;
    width: 100%;
}
.f_link:hover .f_links{
    display: block;
}
.f_links a:hover{
    background:#e60012;
}
.guanzhu{
    font-size: 14px;
    color: #fff;
}
.guanzhu span{
    display: block;
    float: left;
    margin-right: 10px;
}
.guanzhu a{
    display: inline-block;
    position: relative;
}
#f_share{
    float: left;
}
.foot_r{
    width: 72%;
    float: right;
}
.foot_r li{
    float: left;
    width: 12%;
}
.foot_r li:nth-child(3){
    width: 28%;
}
.foot_r li h3{
    font-size: 16px;
    color: #f5f5f5;
    font-weight: normal;
    margin-bottom:20px;
}
.foot_r li a{
    display: block;
    font-size: 14px;
    color: #999;
}
.copyright{
    text-align:center;
    margin-top:35px;
    font-size: 14px;
    color: #999;
}
@media(max-width: 1600px){
    .foot_r{
        width: 75%;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    .f_tel p:nth-child(2){
        font-size: 24px;
    }
}
@media(max-width: 768px){
    .foot_l{
        display: none;
    }
    .foot_r{
        float: none;
        width: 100%;
    }
}
@media(max-width: 767px){
    .footer{
        padding: 10px 0 ;
    }
    .footer .container{
        display: none;
    }
    .copyright{
        margin-top:0;
    }
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.banner_ss{
    position: absolute;
    z-index: 9;
    top:0;
    left:50%;
    margin-left: -400px;
    top:50%;
    margin-top:-77px;
    width: 800px;
}
.banner_ss h3{
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 45px;
    line-height:1em;
}
.banner_ss #formsearch{
    position: relative;
}
.banner_ss #formsearch:before{
    content:'';
    position: absolute;
    left:20px;
    top:18px;
    width: 23px;
    height: 23px;
    background:url(../images/ss3.jpg) no-repeat;
}
.banner_ss #formsearch input#keyword{
    background: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    color: #999;
    display: block;
    width: 82%;
    line-height: 60px;
    height: 60px;
    text-indent: 60px;
}
.banner_ss #formsearch input#s_btn {
    width: 18%;
    background:#097ad8;
    height: 60px;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height:60px;
    color: #fff;
}
.sitemp{
    height: 80px;
    box-shadow: 0px 5px 10px #ccc;
    background:#fff;
}
.sitemp .container{
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}
.site{
    line-height:80px;
    font-size: 18px;
    color: #323333;
    padding-left: 50px;
    background:url(../images/home.png) no-repeat left center;
    float: left;
}
.site a{
    font-size: 18px;
    color: #323333;
}
.site li a:hover{
    color: #18438e;
}

.sort{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: right;
}
.sort li{
    margin-left: 50px;    
}
.sort li a{
    display: block;
    float: left;
    padding:0 8px;

    font-size: 18px;
    color: #323333;
    line-height:80px;
    position: relative;
}
.sort li a:before{
    content:'';
    width: 0;
    height: 3px;
    background:#18438e;
    position: absolute;
    left:0;
    bottom:0;
    transition: all 0.5s;
    opacity: 0;
}
.sort li a:hover{
/*    font-size: 20px;*/
    color: #18438e;
    font-weight: bold;
}
.sort li a:hover:before{
    width:100%;
    transition: all 0.5s ease-out;
    opacity: 1;
}
.sort li a.cur{
/*    font-size: 20px;*/
    color: #18438e;
    font-weight: bold;
}
.sort li a.cur:before{
    width:100%;
    transition: all 0.5s ease-out;
    opacity: 1;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .sort li {
        margin-left: 30px;
    }
    .sort li a{
        font-size: 16px;
    }
}
@media(max-width: 1366px){

}
@media(max-width: 1199px){
    .sitemp{
        height: 60px;
    }
    .site{
        display: none;
    }
    .sort{
        width: 100%;
        float: none;
    }
    .sort li {
        margin: 0 5px;
    }
    .sort li a{
        font-size: 16px;
        line-height:60px;
    }
}
@media(max-width: 768px){
    .sitemp{
        height: 100%;
    }
    .sort li {
        margin: 0 0px;
    }
    .sort li a{
        font-size: 14px;
        line-height:42px;
        margin-bottom: 5px;
    }
}
@media(max-width: 767px){
    .sort li a{
        line-height:36px;
    }
}

/*about*/
#about1{
    text-align: center;
    padding:78px 0 70px;
}
.about_title{
    font-size: 40px;
    color: #212121;
    line-height:1em;
    font-weight: bold;
    text-align:center;
}
#about1 h4{
    font-size:24px;
    color: #222;
    font-weight: normal;
    line-height:1em;
    padding:45px 0 20px;
}
#about1 p img{
    display: block;
    margin:0 auto;
}
.n_about_text1{
    margin-top:48px;
}
.n_about_text1 p{
    font-size: 16px;
    color: #999;
    line-height:1.8em;
    text-align: left;
    text-indent: 2em;
    margin-bottom:18px;
}
.about_movie{
    margin-top:50px;
    width: 100%;
}
.about_movie video{
    display: block;
    object-fit:fill;
    width: 100%;
}
#about2{

}
.qywh{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.qywh li{
    flex:1;
    position: relative;
    color: #fff;
    cursor: pointer;
}
.qywh li .img{
    overflow: hidden;
}
.qywh li .img img{
    transition: all 0.6s ease-out;
}
.qywh li .text{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align:center;
    padding-top: 16%;
}
.qywh li .text i{
    display: block;
    width: 100%;
    height: 92px;
    line-height:92px;
}
.qywh li .text i img{
    
}
.qywh li .text h3{
    font-size: 30px;
    font-weight: normal;
    width: 100%;
    line-height:1em;
    padding:30px 0 12px;
}
.qywh li .text p{
    font-size: 18px;
    width: 100%;
}
.qywh li:hover .img img{
    transform: scale(1.1);
    transition: all 0.6s;
}
#about3{
    padding:95px 0 40px;
    background:url(../images/bg4.jpg) no-repeat left bottom;
}
.ryzz{
    padding:70px 0 90px;
    position: relative;
}
.ryzz .swiper-slide{
    padding:25px 15px 0;
    text-align: center;
    background:#fff;
    cursor: pointer;
    display: block;
}
.ryzz .swiper-slide h3{
    line-height:64px;
    height: 64px;
    font-size: 16px;
    color: #212121;
    position: relative;
    border-top:1px solid #e5e5e5;
    margin-top:42px;
}
.ryzz .swiper-slide h3 span{
    display: block;
    width: calc(100% - 25px);
}
.ryzz .swiper-slide h3 img{
    position: absolute;
    right:0;
    top:50%;
    margin-top:-9px;
    width: 18px;
    height: 18px;
}
.ryzz .swiper-slide .xs{
    position: fixed;
    width:100%;
    height: 75vh;
    padding-top:25vh;
    top:0;
    left:0;
    background: rgba(0,0,0,.7);
    text-align: center;
    z-index: 999999;
    display: none;
}
a.more2{
    font-size: 16px;
    color: #666;
    display: block;
    margin:25px auto 0 ;
    text-align: center;
}
#about4{
    padding:95px 0 155px;
    background:url(../images/bg5.jpg) no-repeat top center;
    background-size: cover;
}
#about4 .about_title{
    color: #fff;
    margin-bottom:95px;
}
.fzlc{
    padding:0 12%;
    position: relative;
}
.fzlc .swiper-button-next2{
    width: 55px;
    height: 55px;
    position: absolute;
    right:3%;
    top:50%;
    margin-top:-22.5px;
    z-index: 9999;
    background:url(../images/left3.png) no-repeat;
    outline: none;
    cursor: pointer;  
    transform: rotate(-180deg);  
}
.fzlc .swiper-button-prev2{
    width: 55px;
    height: 55px;
    position: absolute;
    left:3%;
    top:50%;
    margin-top:-22.5px;
    z-index: 9999;
    background:url(../images/left3.png) no-repeat;
    outline: none;
    cursor: pointer;

}
#fz_swiper{
    position: relative;
    padding-top:5px;
}
#fz_swiper:before{
    content:'';
    position: absolute;
    top:10px;
    left:0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background:#fff;
}
#fz_swiper .swiper-slide{
    position: relative;
    cursor: pointer;
}
#fz_swiper .swiper-slide:before{
    content:'';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -12px;
}
#fz_swiper .swiper-slide .yd{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    left:50%;
    margin-left: -6px;   
}
#fz_swiper .swiper-slide .yd:before{
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 50%;
    /*background: #000;*/
    z-index: -1;
}
#fz_swiper .swiper-slide .text{
    background:#fff;
    position: relative;
    padding:10px 15px;
    margin-top:30px;
    border-radius: 5px;
}
#fz_swiper .swiper-slide h3{
    font-size:24px;
    color: #333;
}
#fz_swiper .swiper-slide p{
    font-size:16px;
    line-height:1.6em;
    /*height: 4.8em;*/
    overflow: hidden;
}

#fz_swiper .swiper-slide:hover:before{
    border-bottom: 12px solid #cf0100;    
}
#fz_swiper .swiper-slide:hover .text{
    background:#cf0100;
}
#fz_swiper .swiper-slide:hover h3{
    color: #fff;
}
#fz_swiper .swiper-slide:hover p{
    color: #fff;
}




#about5{
    padding:65px 0 45px;
}
.qyfc{
    position: relative;
    padding:50px 0 95px;
}
#about6{
    padding:75px 0 70px;
    background:url(../images/bg6.jpg) no-repeat  center bottom;
    background-size: cover;
}
.n_hzhb{

    margin-top:48px;
}

@media(max-width: 1600px){
    #fz_swiper .swiper-slide h3{
        font-size:20px;
    }
    #fz_swiper .swiper-slide p{
        font-size:14px;
    }
}
@media(max-width: 1440px){
    #about1{
        padding:60px 0;
    }
    .about_title{
        font-size: 32px;
    }
    #about1 h4 {
        font-size: 20px;
        padding: 25px 0 20px;
    }
    .n_about_text1 p{
        margin-bottom: 12px;
    }
    .about_movie {
        margin-top: 40px;
    }
    .qywh li .text{
        padding-top:14%;
    }
    #about3{
        padding:60px 0 40px;
    }
    .n_about_text1 {
        margin-top: 30px;
    }
    #about5 {
        padding: 60px 0;
    }
    #about6 {
        padding: 60px 0;
    }
}
@media(max-width: 1199px){
    .about_title {
        font-size: 26px;
    }
    #about1 h4 {
        font-size: 14px;
        padding: 15px 0;
    }
    .qywh li .text {
        padding-top: 8%;
    }
    .n_about_text1 p{
        font-size: 14px;
    }
    .qywh li .text h3{
        font-size: 24px;
        padding: 20px 0 10px;
    }
    .qywh li .text i img{
        height: 70px;
    }
    .qywh li .text p{
        font-size: 16px;
    }
    .fzlc .swiper-button-prev2{
        display: none;
    }
    .fzlc .swiper-button-next2{
        display: none;
    }
}
@media(max-width: 768px){
    #about1 {
        padding: 40px 0;
    }
    .n_about_text1 p{
        margin-bottom: 5px;
    }
    .about_movie {
        margin-top: 30px;
    }
    .qywh li .text {
        padding-top: 5%;
    }
    .qywh li .text i img{
        height: 50px;
    }
    .qywh li .text h3{
        font-size: 20px;
        padding: 0px 0 5px;
    }
    .qywh li .text p{
        font-size: 14px;
    }
    #about3{
        padding:40px 0 40px;
    }
    .ryzz{
            padding: 30px 0 70px;
    }
    #about5 {
        padding: 40px 0;
    }
    .qyfc{
        padding: 30px 0 70px;
    }
    #about6 {
        padding: 40px 0;
    }
    .n_hzhb {
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    #about1 {
        padding: 25px 0;
    }
    .about_title {
        font-size: 20px;
    }
    .n_about_text1 {
        margin-top: 15px;
    }
    .about_movie {
        margin-top: 10px;
    }
    .qywh li{
        width: 100%;
        flex: none;
    }
    .qywh li .text {
        padding-top: 10%;
    }
    #about3 {
        padding: 20px 0;
    }
    .ryzz .swiper-slide {
        padding: 10px 5px 0;
    }
    .ryzz .swiper-slide h3 {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        margin-top: 10px;
    }
    .ryzz {
        padding: 20px 0 50px;
    }
    #about5 {
        padding: 25px 0;
    }
    .qyfc{
        padding: 20px 0 60px;
    }
    #about6 {
        padding: 25px 0;
    }
    .n_hzhb {
        margin-top: 20px;
    }
}


.n_ryzzs,.n_qyfcs{
    padding:70px 0;
}
.n_ryzz_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.n_ryzz_list li{
    padding: 25px 15px 0;
    text-align: center;
    width: 23.5%;
    margin-right: 2%;    
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ccc;
}
.n_ryzz_list li:nth-child(4n){
    margin-right: 0;
}
.n_ryzz_list li h3{
    line-height: 64px;
    height: 64px;
    font-size: 16px;
    color: #212121;
    position: relative;
    border-top: 1px solid #e5e5e5;
    margin-top: 42px;
    overflow: hidden;
}
.n_ryzz_list li h3 img{
    display: none;
}
.n_qyfc_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;    
}
.n_qyfc_list li{
    width: 23.5%;
    margin-right: 2%;    
    margin-bottom: 30px;
    cursor: pointer;
}
.n_qyfc_list li .img{
    overflow: hidden;
}
.n_qyfc_list li .img img{
    transition: all 0.6s ease-out;
}
.n_qyfc_list li:nth-child(4n){
    margin-right: 0;
}
.n_qyfc_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .n_ryzzs, .n_qyfcs {
        padding: 60px 0;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1199px){
    .n_ryzz_list{
        margin-top: 30px;
    }
    .n_ryzz_list li{
        padding: 15px 10px 0;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .n_ryzz_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .n_ryzz_list li:nth-child(3n) {
        margin-right: 0;
    }
    .n_ryzz_list li h3 {
        line-height: 36px;
        height: 36px;
        font-size: 14px;
        margin-top: 15px;
    }
    .n_qyfc_list{
        margin-top:30px;
    }
}
@media(max-width: 768px){
    .n_ryzzs, .n_qyfcs {
        padding: 40px 0;
    }
    .n_ryzz_list{
        margin-top: 20px;
    }
    .n_ryzz_list li {
        padding: 10px 5px 0;
        margin-bottom: 10px;
    }
    .n_qyfc_list{
        margin-top:20px;
    }
    .n_qyfc_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .n_qyfc_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .n_qyfc_list li:nth-child(3n) {
        margin-right: 0;
    }
}
@media(max-width: 767px){
    .n_ryzzs, .n_qyfcs {
        padding: 25px 0;
    }
    .n_ryzz_list li{
        width: 49%;
    }
    .n_ryzz_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .n_ryzz_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .n_ryzz_list li:nth-child(2n) {
        margin-right: 0;
    }
    .n_ryzz_list li h3{
        font-weight: normal;
        height: 100%;
        line-height:1.6em;
    }
    .n_qyfc_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .n_qyfc_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .n_qyfc_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .n_qyfc_list li:nth-child(2n) {
        margin-right: 0%;
    }
}

#bdimgshare_1601194644131,.sr-bdimgshare{
    display: none!important;
}

#about7{
    padding:15px 0 0;
}
.n_map{
    margin-top:36px;
    text-align:center;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 600px;
}
.n_map iframe{
    width: 100%;
    height: 600px;
}
#about8{
    background:url(../images/message.jpg) no-repeat center;
    background-size: cover;
    padding:50px 0 65px;
}
#about8 .about_title{
    color: #fff;
    font-size:48px;
    font-weight: normal;
}
.message{
    padding:55px 0 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    margin-right: 1%;
    float: left;
}
.message ul li input{
    background:#fff;
    border:none;
    border-radius: 5px;
    outline: none;
    line-height:48px;
    height: 48px;
    font-size:16px;
    color: #999;
    width: 100%;
    text-indent: 20px;
}
.message ul li:nth-child(1){
    width: 16%;
}
.message ul li:nth-child(2){
    width: 22%;
}
.message ul li:nth-child(3){
    width: 42%;
}
.message ul .mess_btn{
    display: block;
    float: right;
    width: 17%;
    line-height:48px;
    height: 48px;
}
.message ul .mess_btn input{
    background:url(../images/mess_btn.png) no-repeat center;
    border-radius: 5px;
    font-size:18px;
    color: #fff;
    text-align:center;
    display: block;
    width: 100%;
    border:none;
    outline: none;
    line-height:48px;
    height: 48px;
    cursor: pointer;
}
#about8 p{
    border:1px solid #68beff;
    background:#161848;
    font-size:18px;
    color: #fff;
    padding:15px 20px;
    border-radius: 10px;
    line-height:1.8em;
}
@media(max-width: 1600px){
/*@media(max-width: 1440px){*/
    #about7 {
        padding: 50px 0;
    }
    #about7 ul li{
        margin:0 40px;
    }
    #about7 ul li h3{
        font-size:26px;
    }
    #about7 ul li p{
        font-size:16px;
    }
    #about8{
        padding:50px 0;
    }
    #about8 p{
        font-size:16px;
    }
    .message ul .mess_btn input{
        font-size:16px;
    }
    .n_map{
        height:500px;
    }
}
@media(max-width: 1024px){
    #about7 {
        padding: 40px 0;
    }
    #about7 ul{
        padding-top:20px;
    }
    #about7 ul li{
        margin:0 25px;
    }
    #about7 ul li h3{
        font-size:22px;
    }
    #about7 ul li p{
        font-size:14px;
    }
    .n_map{
        height:400px;
        overflow:hidden;
        /*display:flex;*/
        /*align-items:center;*/
        /*justify-content:center;*/
    }
    #about7 ul li .img{
        width:180px;
        height:180px;
    }
}
@media(max-width: 768px){
    #about7 {
        padding: 30px 0;
    }
    #about7 ul li{
        margin:0 0px;
        padding:0 30px;
        max-width: 33.333%;
    }
    #about7 ul li .img{
        width:160px;
        height:160px;
    }
    #about7 ul li h3{
        font-size:20px;
    }
    .n_map{
        height:300px;
    }
    #about8 {
        padding: 40px 0;
    }
    .message ul li{
        margin-bottom:10px;
    }
    .message ul li:nth-child(1){
        width: 49%;
        margin-right:2%;
    }
    .message ul li:nth-child(2){
        width: 49%;
        margin-right:0%;
    }
    .message ul li:nth-child(3){
        width: 73%;
        margin-right:2%;
    }
    .message ul .mess_btn{
        width: 25%;
    }
    #about8 p {
        font-size: 14px;
    }
}
@media(max-width: 767px){
    #about7 {
        padding: 20px 0;
    }
    #about7 ul{
        padding-top:15px;
    }
    #about7 ul li{
        padding:0 10px;
        width:100%;
        max-width:100%;
        margin-bottom:15px;
    }
    #about7 ul li .img{
        width:100px;
        height:100px;
    }
    #about7 ul li h3{
        font-size:18px;
    }
    #about7 ul li p{
        text-align:center;
    }
    .n_map{
        height:220px;
        display:none;
    }
    #about8 {
        padding: 20px 0;
    }
    .message {
        padding: 10px 0 20px;
    }
    .message ul li:nth-child(1){
        width: 100%;
        margin-right:0%;
    }
    .message ul li:nth-child(2){
        width: 100%;
        margin-right:0%;
    }
    .message ul li:nth-child(3){
        width: 100%;
        margin-right:0%;
    }
    .message ul .mess_btn{
        width: 30%;
        line-height:40px;
        height:40px;    
    }
    .message ul li input{
        line-height:40px;
        height:40px;
    }
    .message ul .mess_btn input{
        line-height:36px;
        height:36px;        
    }
}



/*news*/

.n_news1{
    padding:65px 0 95px;
}
.news_title{
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    margin-bottom: 20px;
}
.news_title_l{
    font-size: 36px;
    color: #333;
    line-height:1em;
    float: left;
}
.news_title_l span{
    display: inline-block;
    font-size: 18px;
    color: #999;
    margin-left: 20px;
}
.news_title a{
    font-size: 18px;
    color: #194698;
    line-height:1em;
    padding-top:5px;
    float: right;
}
.n_news1_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
    box-shadow: 0px 0px 10px #ccc;  

}
.tab2_content{
    width: 47%;
}
.tab2{
    display: none;
}
.tab2li{
    width: 53%;
    max-height: 430px;
    overflow: hidden;
}
.tab2li ul li{
    padding:20px 45px 22px 95px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.tab2li ul li h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;

    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;

}
.tab2li ul li p{
    font-size: 14px;
    color: #999;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    padding:5px 0;
}
.tab2li ul li .n_date{
    
}
.tab2li ul li .n_date span{
    font-size: 14px;
    color: #999;
}
.tab2li ul li .n_date a{
    font-size: 14px;
    color: #194698;
    margin-left: 15px;
    font-weight: bold;
}
.tab2li ul li.cur{
    background:#194698;
}
.tab2li ul li.cur h3{
    color: #fff;
}
.tab2li ul li.cur p{
    color: #fff;
}
.tab2li ul li.cur .n_date span{
    color: #fff;
}
.tab2li ul li.cur .n_date a{
    color: #fff;
}
.n_news2{
    padding:90px 0 130px;
    background:#f6f6f6;
}
.news_list3{
    display: flex;
    flex-wrap: wrap;
}
.news_list3 li{
    width: 30%;
    margin-right: 5%;
    background:#fff;
    box-shadow: 0px 0px 10px #ccc;
}
.news_list3 li:last-child{
    margin-right: 0;
}
.news_list3 li a.img{
    overflow: hidden;
    display: block;
}
.news_list3 li .img img{
    transition: all 0.6s ease-out;
}
.news_list3 li .text{
    padding:25px 16px 20px;
}
.news_list3 li .text h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.news_list3 li .text .n_date span{
    font-size: 14px;
    color: #999;    
}
.news_list3 li .text .n_date a{
    font-size: 14px;
    color: #194698;
    margin-left: 15px;
    font-weight: bold;    
}
.news_list3 li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.n_news3{
    padding:85px 0 140px;
}
.news_list4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_list4 li{
    width: 48%;
    border-bottom:1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    line-height:62px;
}
.news_list4 li span{
    font-size: 14px;
    color: #999;
}
.news_list4 li a{
    font-size: 18px;
    color: #333;
    padding:0 16px 0 38px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list4 li:hover a{
    color: #194698;
}

.news_list_cont{
    padding:52px 0 105px;
}
.news_list_ss{
    background:#f6f6f6;
    padding:45px 20px 60px;
}
#formsearch1{
    display: flex;
}
#formsearch1 input#keyword{
    border-radius: 0;
    width: 83.5%;
    line-height:58px;
    height: 60px;
    border:1px solid #e5e5e5;
    background:#fff;
    font-size: 16px;
    color: #999;
    text-indent: 40px;
    outline: none;
}
#formsearch1 #s_btn{
    background:#194698;
    border:none;
    font-size: 18px;
    color: #fff;
    width: 15%;
    margin-left: 1.5%;
    outline: none;
    cursor: pointer;
    position: relative;
}
#formsearch1 #s_btn img{
    margin-right: 5px;
}
.news_list5{
    margin:40px 0 50px;
}
.news_list5 li{
    box-shadow: none;
}
.news_list{

}
.news_list li{
    border:1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 30px;
    height: 60px;
    line-height:58px;
    margin-bottom: 12px;
}
.news_list li a{
    font-size: 18px;
    color: #333;
    width: 80%;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li span{
    font-size: 14px;
    color: #999;
    width: 15%;
    text-align: right;
}
.news_detail{
    padding:80px 0 95px;
}
.news_detail h1{
    font-size: 36px;
    color: #333;
    line-height:1em;
    text-align: center;
}
.news_detail .info_p{
    display: flex;
    justify-content: center;
    margin: 16px 0 32px;
}
.news_detail .info_p span{
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
}
.news_detail .info_p .bdsharebuttonbox{

}
.news_detail .info_p .bdsharebuttonbox a{
    display: inline-block;
    cursor: pointer;
    padding-left: 45px;
    width: 35px;
    height: 28px;
    overflow: hidden;
    position: relative;
    margin: 0 6px;
}
.news_detail .info_p .bdsharebuttonbox #weibo{

    background: url(../images/n_icon2.png) no-repeat 0 0; 
}
.news_detail .info_p .bdsharebuttonbox #weixin{
    background: url(../images/n_icon1.png) no-repeat 0 0;
}
.news_detail .info_p .bdsharebuttonbox #weibo:hover{
    background: url(../images/n_icon2.png) no-repeat 0 -28px;
}
.news_detail .info_p .bdsharebuttonbox #weixin:hover{
    background: url(../images/n_icon1.png) no-repeat 0 -28px;
}
.news_detail .content{
    padding:40px 50px 60px;
    background:#fff;
    font-size: 16px;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .n_news1 {
        padding: 60px 0;
    }
    .news_title_l{
        font-size: 32px;
    }
    .news_title_l span{
        font-size: 16px;
    }
    .news_title a{
        font-size: 16px;
    }
    .tab2li ul li {
        padding: 20px 45px;
    }
    .tab2li ul li h3{
        font-size: 16px;
    }
    .n_news2 {
        padding: 60px 0;
    }
    .news_list3 li .text {
        padding: 15px 10px ;
    }
    .news_list3 li .text h3{
        font-size: 16px;
    }
    .n_news3 {
        padding: 60px 0;
    }
    .news_list4 li{
        line-height:50px;
    }
    .news_list4 li a{
        font-size: 16px;
    }
    .news_list_cont {
        padding: 50px 0;
    }
    .news_list5 {
        margin: 30px 0;
    }
    .news_list_ss {
        background: #f6f6f6;
        padding: 15px 20px;
    }
    .news_list li{
        padding: 0 20px;
        height: 50px;
        line-height: 48px;        
    }
    .news_list li a{
        font-size: 14px;
    }
    .news_detail {
        padding: 60px 0;
    }
    .news_detail h1{
        font-size: 30px;
    }
    .news_detail .content {
        padding: 20px 30px;
    }
}
@media(max-width: 1199px){
    .news_title_l{
        font-size: 26px;
    }
    .news_title_l span{
        font-size: 14px;
    }
    .tab2li ul li {
        padding: 10px 20px;
    }
    .tab2li ul li p{
        padding:0;
    }
    .news_list3 li .text {
        padding: 10px 10px ;
    }
    .news_list_ss{
        display: none;
    }
    .news_detail h1{
        font-size: 24px;
    }
    .news_detail .content {
        padding: 15px 20px;
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .news_title_l{
        font-size: 22px;
    }
    .n_news1 {
        padding: 40px 0;
    }
    .tab2li ul li:last-child{
        display: none;
    }
    .n_news2 {
        padding: 40px 0;
    }
    .news_list3 li {
        width: 32%;
        margin-right: 2%;
    }
    .news_list3 li .text h3 {
        font-size: 14px;
    }
    .n_news3 {
        padding: 40px 0;
    }
    .news_list4 li {
        width: 100%;
        line-height: 42px;
    }
    .news_detail {
        padding: 40px 0;
    }
    .news_detail h1 {
        font-size: 20px;
    }
    .news_detail .info_p{
        margin: 16px 0;
    }
}
@media(max-width: 767px){
    .news_title_l{
        font-size: 20px;
    }
    .n_news1 {
        padding: 25px 0;
    }
    .tab2_content{
        width: 100%;
    }
    .tab2li{
        width: 100%;
    }
    .tab2li ul li {
        padding: 10px 10px;
    }
    .n_news2 {
        padding: 25px 0;
    }
    .news_list3 li{
        width: 100%;
        margin:0% 0 15px;
    }
    .n_news3 {
        padding: 25px 0;
    }
    .news_title {
        margin-bottom: 15px;
    }
    .news_list4 li{
        line-height:36px;
    }
    .news_list4 li span{
        width: 30%;
    }
    .news_list4 li a {
        font-size: 14px;
        width: 70%;
        padding:0 2%;
    }
    .news_list li {
        padding: 0 5px;
        height: 42px;
        line-height: 40px;
    }
    .news_list li a{
        width: 70%;
    }
    .news_list li span{
        width: 28%;
    }
    .news_list5 {
        margin: 30px 0 0;
    }
    .news_detail {
        padding: 25px 0;
    }
    .news_detail h1 {
        font-size: 16px;
        line-height: 1.4em;
    }
    .news_detail .info_p {
        margin: 12px 0;
    }
    .news_detail .content {
        padding: 10px 10px;
    }
}



/*product*/

.p_list_cont{
    padding:80px 0 130px;
}
.p_list_title{
    text-align: center;
    margin-bottom: 60px;
}
.p_list_title h3{
    font-size: 40px;
    color: #023082;
    line-height:1em;
}
.p_list_title p{
    font-size: 16px;
    color: #666;
    padding-top:22px;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 48px;
}
.product_list li:nth-child(2n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.product_list li a .img{
    overflow: hidden;
    position: relative;
}
.product_list li a .img img{
    transition:all 0.5s ease-out;
}
.product_list li a .img .xs{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(2,48,130,.2);
    top:100%;
    left:0;
    transition: all 0.6s ease-out;
}
.product_list li a .img .xs i{
    display: block;
    font-style: normal;
    width: 104px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    background: rgba(2,48,130,.7);
    font-size: 60px;
    color: #fff;
    border-radius: 50%;
    font-weight: 200;
    position: relative;
    left: 50%;
    margin-left: -52px;
    top: 50%;
    margin-top: -52px;
}
.product_list li a h3{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height:70px;
    height: 70px;
    background:#023082;
}
.product_list li a:hover .img img{
    transition:all 0.6s;
    transform: scale(1.05);
}
.product_list li a:hover .img .xs{
    top:0%;
    transition: all 0.5s;
}
.p_sort{
    float: right;
    width: 308px;
    line-height:42px;
    height: 42px;
    position: relative;
    border-radius: 5px;
    margin-top:18px;
}
.p_sort_top{
    display: flex;
}
.p_sort_top ul{
    background:#f2f2f2;
    width: 265px;
}
.p_sort_btn{
    background:url(../images/jt1.png) no-repeat center #097ad8;
    width: 43px;
    height: 42px;
    cursor: pointer;
}
.p_sort li.p_sorta a{
    display: none;
    font-size: 18px;
    color: #333;
    line-height:42px;
    text-indent: 16px;
}
.p_sort li.p_sorta a.cur{
    display: block;
}
.p_sort_cont{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background:#f2f2f2;
    display: none;
    z-index: 9;
}
.p_sort_cont a{
    display: block;
    font-size: 16px;
    color: #333;
    line-height:36px;
    padding:0 18px;
}
.product_detail{

}
.product_detail_title{
    text-align: center;
    padding-top:70px;
}
.product_detail_title h3{
    font-size: 36px;
    color:#023082;
    line-height:1em;
}
.product_detail_title p{
    font-size: 22px;
    color: #333;
    line-height:1em;
    padding-top:20px;
}
.p_detail_content{
    box-shadow: 0px 0px 5px #ccc;
    margin:40px auto 70px;
}
.p_detail_content .img{
    text-align:center;
    background:#f9f9f9;
}
.p_detail_content .cont{
    padding:40px 30px;
    background:#fff;
}
.p_detail_content p{
    font-size: 18px;
    color: #333;
}
.p_detail_content p strong{
    font-size: 24px;
    color: #023082;
}
.p_detail_content p em{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    background:#4c6faf;
    display: block;
    font-style: normal;
    line-height:38px;
    max-width: 386px;
    padding:0 40px 0 15px;
}
.p_detail_content p span{
    display: inline-block;
    width: 33.333%;
}
.p_detail_content p.p1{
    margin-top: 15px;
}
.p_detail_content p.p2{
    margin-bottom: 35px;
}
.p_detail_content p.p3{
    background:#e8ecf4;
    padding:15px 28px;
}
.xhzs{
    background:#fff;
    padding:60px 0 40px;
}
.xhzs h2{
    font-size: 36px;
    color: #333;
    line-height:1em;
    margin-bottom: 32px;
    text-align: center;
}
.xhzs ul{
    display: flex;
    flex-wrap: wrap;
}
.xhzs ul li{
    width: 32%;
    margin-right: 2%;
    border-top:6px solid #194698;
    background:#f6f9ff;
    margin-bottom: 40px;
}
.xhzs ul li:nth-child(3n){
    margin-right: 0%;
}
.xhzs ul li .img{
    text-align: center;
}
.xhzs ul li h3{
    font-size: 26px;
    color: #194698;
    font-weight: normal;
    padding:28px 25px;
    line-height:1.2em;
}
.xhzs ul li .text{
    font-size: 16px;
    color: #194698;
    padding:0px 25px 55px;
}
.xhzs ul li .text p:nth-child(1){
    padding-top:30px;
    border-top:1px solid #e5e5e5;
}
.xgal{
    padding:65px 0 75px;
}
.xgal h2{
    font-size: 36px;
    color: #333;
    line-height:1em;
    text-align:center;
    margin-bottom: 48px;
}
.xgal_list{
    display: flex;
    flex-wrap: wrap;
}
.xgal_list li{
    width: 30.5%;
    margin-right: 4.25%;
}
.xgal_list li:last-child{
    margin-right: 0;
}
.xgal_list li a{
    display: block;
    background:#fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 8px;
}
.xgal_list li a .img{
    overflow: hidden;
}
.xgal_list li a .img img{
    transition: all 0.6s ease-out;
}
.xgal_list li a .text{
    padding:36px 20px 36px 24px;
}
.xgal_list li a .text h3{
    font-size: 20px;
    color: #333;
    line-height:1em;
    margin-bottom: 12px;
}
.xgal_list li a .text p{
    font-size: 16px;
    color: #666;
    line-height:1.8em;
}
.xgal_list li a:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.xgal_list li a:hover .text h3{
    color: #194698;
}
@media(max-width: 1600px){
    .banner_ss h3{
        font-size: 42px;
    }
    .product_list li{
        margin-bottom: 30px;
    }
    .product_detail_title h3{
        font-size: 30px;
    }
    .product_detail_title p{
        font-size: 18px;
    }
    .p_detail_content p strong{
        font-size: 20px;
    }
    .p_detail_content p{
        font-size: 16px;
    }
    .p_detail_content p em{
        font-size: 20px;
        padding: 0 15px;
        max-width: 340px;
    }
    .p_detail_content p.p2{
        margin-bottom: 20px;
    }
    .xhzs h2{
        font-size: 30px;
    }
    .xhzs ul li h3{
        font-size: 22px;
        padding: 20px 20px;
    }
    .xhzs ul li .text {
        font-size: 14px;
        padding: 0px 15px 30px;
    }
    .xhzs ul li .text p:nth-child(1) {
        padding-top: 15px;
    }
    .xgal h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
}
@media(max-width: 1440px){
    .p_list_cont {
        padding: 60px 0;
    }
    .p_list_title h3{
        font-size: 32px;
    }
    .product_list li a h3 {
        font-size: 20px;
        line-height: 60px;
        height: 60px;
    }
    .p_detail_content p em{
        font-size: 18px;
    }
}
@media(max-width: 1199px){
    .banner_ss h3{
        font-size: 36px;
        margin-bottom: 30px;
    }
    .p_list_title {
        margin-bottom: 30px;
    }
    .product_list li a h3 {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }
    .product_list li{
        margin-bottom: 20px;
    }
    .product_detail_title h3{
        font-size: 24px;
    }
    .product_detail_title p{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .banner_ss{
        display: none;
    }
    .banner_ss h3{
        font-size: 30px;
        margin-bottom: 25px;
    }
    .p_list_cont {
        padding: 40px 0;
    }
    .p_list_title h3 {
        font-size: 26px;
    }
    .p_list_title p{
        font-size: 14px;
    }
    .product_list li a h3 {
        font-size: 16px;
        line-height: 42px;
        height: 42px;
    }
    .product_list li{
        margin-bottom: 15px;
    }
    .product_detail_title{
        padding-top:40px;
    }
    .p_detail_content {
        margin: 40px auto 40px;
    }
    .p_detail_content .cont {
        padding: 20px 15px;
    }
    .xhzs{
        padding:40px 0;
    }
    .xhzs h2{
        font-size: 24px;
    }
    .xhzs ul li{
        width: 49%;
        margin-bottom: 20px;
    }
    .xhzs ul li:nth-child(3n){
        margin-right: 2%;
    }
    .xhzs ul li:nth-child(2n){
        margin-right: 0%;
    }
    .xgal{
        padding:40px 0;
    }
    .xgal h2{
        font-size: 24px;
    }
    .xgal_list li {
        width: 32%;
        margin-right: 2%;
    }
    .p_detail_content p span{
        width: 100%;
    }
}
@media(max-width: 767px){
    .p_list_cont {
        padding: 25px 0;
    }
    .banner_ss h3{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .p_list_title h3 {
        font-size: 20px;
    }
    .product_list li a h3 {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
    }
    .product_detail_title{
        padding-top:20px;
    }
    .p_detail_content {
        margin: 20px auto 20px;
    }
    .product_detail_title h3 {
        font-size: 20px;
    }
    .p_detail_content p {
        font-size: 14px;
    }
    .p_detail_content p em {
        font-size: 16px;
    }
    .p_detail_content p.p2 {
        margin-bottom: 10px;
    }
    .p_detail_content p.p3 {

        padding: 10px 10px;
    }
    .xhzs{
        padding:25px 0;
    }
    .xhzs h2{
        font-size: 20px;
    }
    .xhzs ul li{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
    .xhzs ul li:nth-child(3n){
        margin-right: 0%;
    }
    .xhzs ul li h3 {
        font-size: 18px;
        padding: 10px 10px;
    }
    .xhzs ul li .text {
        padding: 0px 10px 10px;
    }
    .xgal{
        padding:25px 0;
    }
    .xgal h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .xgal_list li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }
    .xgal_list li:nth-child(2n){
        margin-right: 0%;
    }
    .xgal_list li a .text {
        padding: 15px 10px;
    }
    .xgal_list li a .text h3 {
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: 5px;
    }
    .xgal_list li a .text p {
        font-size: 14px;
    }
  
}



/*case*/
.case_list_content{
    padding:45px 0 75px;
}
.c_sort{
    background:url(../images/bg7.jpg) no-repeat right center;
    float: right;
    height: 48px;
    line-height:48px;
    width: 360px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 4px 10px #999;
}
.news_title .c_sort li a{
    float: none;
    font-size: 20px;
    color: #fff;
    display: none;
    line-height:48px;
    text-indent: 25px;
    padding:0;
}
.news_title .c_sort li a.cur{
    display: inline-block;
}
.c_sort_cont{
    position: absolute;
    top:48px;
    background:#194698;
    width: 100%;
    display: none;
}
.c_sort_cont a{
    display: block;
    line-height:40px;
    font-size: 16px;
    color: #fff;
    text-indent: 25px;
    width: 100%;
    padding:0;
}
.c_sort_cont a:hover{
    opacity: .8;
}
.case_list{
    margin-top:55px;
}
.case_list li{
    margin-bottom: 30px;
}
.case_list li a{
    display: flex;
    flex-wrap: wrap;
    background:#fff;
    padding:40px;
}
.case_list li a .c_date{
    width: 7%;
    max-width: 80px;
    text-align:center;
    padding-top: 36px;
}
.case_list li a .c_date span{
    font-size: 16px;
    color: #fff;
    line-height:30px;
    background:#20489f;
    display: block;
}
.case_list li a .c_date p{
    font-size: 32px;
    color: #20489f;
    font-weight: bold;
    line-height:54px;
    box-shadow: 0px 0px 5px #ccc;
}
.case_list li a .text{
    width: 50%;
    margin: 0 4% 0 5%;
    padding-top:36px;
}
.case_list li a .text h3{
    font-size: 30px;
    color: #222;
    line-height:1em;
    margin-bottom: 20px;
}
.case_list li a .text p{
    font-size: 16px;
    color: #333;
    line-height:1.8em;
}
.case_list li a .img{
    width: 32%;
    overflow: hidden;
}
.case_list li a .img img{
    transition: all 0.6s ease-out;
}
.case_list li a:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.case_list li a:hover .text h3{
    color: #20489f;
}
.case_list li a:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .case_list li a .text h3{
        font-size: 24px;
    }
    .case_list li a{
        padding:30px 0;
    }
}
@media(max-width: 1199px){
    .case_list li a .text p{
        font-size: 14px;
    }
}
@media(max-width: 768px){
    .case_list li a{
        padding:20px 0;
    }
    .case_list li a .c_date{
        padding-top:15px;
    }
    .case_list li a .text {
        width: 50%;
        margin: 0 4%;
        padding-top: 15px;
    }
    .case_list li a .text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .news_title_l{
        float: none;
    }
    .c_sort{
        float: none;
        margin-top: 10px;
    }
    .case_list {
        margin-top: 30px;
    }
    .case_list_content {
        padding: 45px 0;
    }
}
@media(max-width: 767px){
    .case_list_content {
        padding: 25px 0;
    }
    .c_sort{
        height: 36px;
        line-height:36px;
    }
    .c_sort_cont{
        top:36px;
    }
    .news_title .c_sort li a {
        font-size: 16px;
        line-height: 36px;
        text-indent: 15px;
    }
    .c_sort_cont a{
        text-indent: 15px;
    }
    .case_list {
        margin-top: 20px;
    }
    .case_list li {
        margin-bottom: 10px;
    }
    .case_list li a {
        padding: 10px 0px;
    }
    .case_list li a .c_date{
        display: none;
    }
    .case_list li a .text {
        width: 50%;
        margin: 0 4%;
        padding-top: 0px;
    }
    .case_list li a .text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .case_list li a .text p {
        font-size: 14px;
        height: 5.4em;
        overflow: hidden;
    }
    .case_list li a .img {
        width: 42%;
        overflow: hidden;
    }
}



/*scyf*/

.shili1{    
    padding:75px 0 40px;
}
.sl_title{
    display: flex;
    flex-wrap: wrap;
}
.sl_title_l{
    width: 17%;
}
.sl_title_l h3{
    font-size: 48px;
    color: #023082;
    line-height:1em;
}
.sl_title_l span{
    display: block;
    font-size: 20px;
    color: #333;
    font-family: 'Arial';
}
.sl_title_r{
    width: 78%;
    margin-left: 5%;
}
.sl_title_r_ti{

}
.sl_title_r_ti p{
    font-size: 30px;
    color: #023082;
    line-height:1em;
    padding-top:5px;
}
.sl_title_r_ti em{
    font-style: normal;
    font-size: 16px;
    color: #666;
    margin-top:20px;
    display: block;
}
.sl_sz{
    display: flex;
    flex-wrap: wrap;
    margin:58px 0;
}
.sl_sz li{
    position: relative;
    width: 25%;
    color: #333;
    text-align:center;
    border-right: 1px solid #e5e5e5;
}
.sl_sz li:last-child{
    border:none;
}
.sl_sz li h4{
    font-size: 48px;
    font-family: 'Arial';
    line-height:1em;
}
.sl_sz li p{
    font-size: 18px; 
    line-height:1em;
    padding-top:5px;   
}
.sl_title_r_text{
    font-size: 16px;
    color: #666;
}
.sl_title_r_text p{
    padding-bottom: 20px;
    line-height:1.6em;
    text-indent: 2em;
}
.shili1_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.shili1_list li{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
}
.shili1_list li:nth-child(2n){
    margin-right: 0;
}
.shili2{
    background:url(../images/bg8.jpg) no-repeat bottom center;
    padding:75px 0 0 ;
    height: 783px;
}
.sl_sz2{
    display: flex;
    flex-wrap: wrap;
    margin-top:45px;
}
.sl_sz2 li{
    width: 220px;
    height: 110px;
    background:#fff;
    color: #023082;
    text-align: center;
    margin-right: 22px;
    padding:22px 0 0;
    cursor: pointer;
}
.sl_sz2 li h4{
    font-size: 36px;
    line-height:1em;
    font-family: "Arial";
}
.sl_sz2 li p{
    font-size: 18px;
}
.sl_sz2 li:hover{
    background:#023082;
    color:#fff;
}
.shili3{
    padding:85px 0;
}
.shili3_list {
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
}
.shili3_list li{
    width: 23.5%;
    margin-right: 2%;
    background:none;
    position: relative;
    overflow: hidden;
    transition:all 0.6s ease-out;
}
.shili3_list li:last-child{
    margin-right: 0;
}
.shili3_list li .sl3_ti{
    font-size: 16px;
    color: #020202;
    padding:0 15px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    background:#f4f4f4;
}
.shili3_list li .sl3_ti .num{
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url(../images/num1.png) no-repeat center;
    background-size: 100% !important;
    margin-right: 12px;
    transition-duration: .3s;
    text-align: center;
    line-height: 26px;   
    font-size: 14px; 
}
.shili3_list li .text{
    padding: 30px 5px 30px 15px;
    background:#f4f4f4;
}
.shili3_list li .text h3{
    font-size: 24px;
    color: #020202;
    font-weight: normal;
    line-height:1em;
    margin-bottom: 22px;
}
.shili3_list li .text p{
    font-size: 15px;
    line-height:1.6em;
}
.shili3_list li .img{
    
}
.shili3_list li .img img{
    
}
.shili3_list li .xs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-out;
    background:rgba(2,48,130,.7);
}
.shili3_list li .xs .sl3_ti{
    color: #fff;
    background:none;
}
.shili3_list li .xs .text2{
    color: #fff;
    padding:30px 15px;
    background:none;
}
.shili3_list li .xs .text2 h4{
    font-size: 20px;
    font-weight: normal;
    line-height:1em;

}
.shili3_list li .xs .text2 h3{
    font-size: 24px;
    font-weight: normal;
    line-height:1em;
    padding:10px 0; 
}
.shili3_list li .xs .text2 p{
    font-size: 15px;
    line-height:1.6em;    
}
.shili3_list li .xs .sl3_ti .num{
    background: url(../images/num1_h.png) no-repeat center;
    color: #fff;
}
.shili3_list li:hover {
    transition:all 0.6s ;
}
.shili3_list li:hover .sl_c{
    display: none;
}
.shili3_list li:hover .xs{
    opacity: 1;
    transition: all 0.6s ;
}
{
    
}
.shili4{
    padding-bottom:55px;
}
.shili4 .sl_title{
    padding:30px 0;
    background:url(../images/sl_bg.jpg) no-repeat top center;
    color: #fff;
}
.shili4 .sl_title .container{
    display: flex;
    flex-wrap: wrap;
}
.shili4 .sl_title .sl_title_l h3{
    color: #fff;
}
.shili4 .sl_title .sl_title_l span{
    color: #fff;
}
.shili4 .sl_title .sl_title_r_ti p{
    color: #fff;
}
.shili4 .sl_title .sl_title_r_ti em{
    color: #fff;
}
.sbsl{
    padding:50px 0 90px;
    position: relative;
}
@media(max-width: 1600px){
    .sl_title_l h3{
        font-size: 40px;
    }
    .sl_title_l span{
        font-size: 18px;
    }
    .sl_title_r_ti p{
        font-size: 24px;
    }
    .sl_sz li h4{
        font-size: 42px;
    }
    .sl_sz li p{
        font-size: 16px;
    }
    .sl_title_r_text p {
        padding-bottom: 10px;
    }
}
@media(max-width: 1440px){
    .shili1 {
        padding: 60px 0 40px;
    }
    .shili3_list li .text {
        padding: 20px 10px;
    }
    .shili3_list li .text h3{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .shili3_list li .xs .text2 h3{
        font-size: 22px;
    }
    .shili3 {
        padding: 60px 0;
    }
}
@media(max-width: 1199px){
    .sl_title_l h3{
        font-size: 30px;
    }
    .sl_title_l span {
        font-size: 16px;
    }
    .sl_title_r_ti p {
        font-size: 20px;
    }
    .sl_sz {
        margin: 30px 0;
    }
    .shili1_list{
        margin-top:30px;
    }
    .shili1_list li{
        margin-bottom: 20px;
    }
    .sl_sz2{
        margin-top:25px;
    }
    .shili2{
        padding:60px 0 120px;
    }
}
@media(max-width: 768px){
    .shili1 {
        padding: 40px 0 20px;
    }
    .sl_title_l{
        float: none;
        width: 100%;
    }
    .sl_title_l h3{
        font-size: 24px;
    }
    .sl_title_l span {
        font-size: 14px;
    }
    .sl_title_r{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .shili2{
        padding:40px 0 100px;
    }
    .shili3 {
        padding: 40px 0;
    }
    .sl_title_r_ti p {
        font-size: 16px;
    }
    .shili3_list {
        margin-top: 25px;
    }
    .shili3_list li {
        width: 42%;
        margin:2% 4%;
    }
    .shili3_list li:nth-child(2n) {
        margin-right: 0;
    }
    .shili3_list li .text {
        padding: 15px 10px;
    }
    .shili3_list li .text h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .shili3_list li .xs .text2 h3 {
        font-size: 18px;
    }
    .sbsl {
        padding: 30px 0 70px;
    }


}
@media(max-width: 767px){
    .shili1 {
        padding: 20px 0 10px;
    }
    .sl_title_l h3{
        font-size: 20px;
    }
    .shili3 {
        padding: 25px 0;
    }
    .sl_title_r_ti p {
        font-size: 14px;
        line-height:1.6em;
    }
    .sl_sz {
        margin: 20px 0;
    }
    .sl_sz li h4 {
        font-size: 32px;
    }
    .sl_sz li p {
        font-size: 14px;
    }
    .sl_title_r_text p{
        font-size: 14px;
    }
    .shili1_list {
        margin-top: 10px;
    }
    .shili1_list li {
        margin-bottom: 10px;
    }
    .shili2 {
        padding: 20px 0 100px;
    }
    .sl_sz2 li{
        width: 110px;
        height: 100%;
        margin-right: 5px;
        padding: 10px 5px;
    }
    .sl_sz2 li h4{
        font-size: 24px;
    }
    .sl_sz2 li p{
        font-size: 14px;
    }
    .shili3_list li {
        width: 48%;
        margin: 2% 1%;
    }
    .shili3_list li .sl3_ti{
        line-height:40px;
    }
    .shili3_list li .text h3{
        font-size: 14px;
    }
    .shili3_list li .text p{
        font-size: 12px;
    }
    .shili3_list li .xs .text2 {
        padding: 10px 15px;
        font-size: 12px;
    }
    .shili4 .sl_title{
        padding:20px 0;
    }
    .sl_title_r_ti em{
        margin-top: 10px;
        font-size: 14px;
    }
    .sbsl {
        padding: 20px 0 55px;
    }
    .shili4 {
        padding-bottom: 25px;
    }
}



/*job*/

.job2{
    padding:70px 0 75px;
}
.n_title1{
    font-size: 40px;
    color: #222;
    text-align:center;
    line-height:1em;
    margin-bottom: 60px;
}
.job2_content1{
    display: flex;
    flex-wrap: wrap;
    background:#ededed;
}
.job2_content1 .img{
    width: calc(50% - 2px);
}
.job2_content1 .text{
    width: calc(50% + 2px);
    padding:;
    padding:8px;
}
.job2_content1 .texts{
    padding:72px 30px 0 45px;
    background:#fff;
    height: 100%;
}
.job2_content1 .texts h3{
    font-size: 30px;
    color: #222;
    font-weight: normal;
    line-height:1em;
    padding-left: 30px;
    position: relative;
    margin-bottom: 40px;
}
.job2_content1 .texts h3:before{
    content:'';
    position: absolute;
    top:2px;
    left:0;
    width: 9px;
    height: 30px;
    background:#023082;
    border-radius: 10px;
}
.job2_content1 .texts p{
    font-size: 18px;
    color: #222;
}
.job2_2{
    padding:105px 0 95px;
    background:#f6f6f6;
}
.job2_content2{
    display: flex;
    flex-wrap: wrap;
}
.job2_content2 li{
    width: 30%;
    margin-right: 5%;
    background:#fff;
}
.job2_content2 li:last-child{
    margin-right: 0;
}
.job2_content2 li .img{
    overflow: hidden;
}
.job2_content2 li .img img{
    transition: all 0.6s ease-out;
}
.job2_content2 li .text{
    padding:35px 40px 55px;
    color: #222;
}
.job2_content2 li .text h3{
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1em;
}
.job2_content2 li .text p{
    font-size: 16px;
    line-height: 1.8em;
}
.job2_content2 li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.job3_content1{
    display: flex;
    flex-wrap: wrap;    
}
.job3_content1 li{
    position: relative;
    width: 32%;
    margin-right: 2%;
    cursor: pointer;
    margin-bottom: 15px;
}
.job3_content1 li:nth-child(3n){
    margin-right: 0;
}
.job3_content1 li .img{
    overflow: hidden;
}
.job3_content1 li .img img{
    transition: all 0.6s ease-out;
}
.job3_content1 li h3{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    line-height:50px;
    background:rgba(0,0,0,.6);
    font-size: 18px;
    color: #fff;
    padding:0 20px;
    z-index: 1;
    font-weight: normal;
}
.job3_content1 li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .job2{
        padding:60px 0;
    }
    .n_title1{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .job2_content1 .texts {
        padding: 50px 30px 0;
    }
    .job2_content1 .texts h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .job2_content1 .texts p{
        font-size:16px;
    }
    .job2_content2 li .text {
        padding: 30px 20px;
    }
    .job2_content2 li .text h3{
        font-size: 20px;
    }
    .job2_content2 li .text p{
        font-size: 14px;
    }
    .job2_2{
        padding:60px 0;
    }

}
@media(max-width: 1440px){
 
}
@media(max-width: 1199px){
    .n_title1{
        font-size: 26px;
        margin-bottom: 30px;
    }  
    .job2_content1 .texts {
        padding: 20px 15px;
    }
    .job2_content1 .texts h3{
        font-size: 22px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .job2_content1 .texts h3:before{
        top:0;
        width: 6px;
        height: 24px;
    }
    .job2_content2 li .text{
        padding:20px 15px;
    }
    .job2_content2 li .text h3 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media(max-width: 768px){
    .job2{
        padding:40px 0;
    }
    .n_title1{
        font-size: 24px;
        margin-bottom: 20px;
    } 
    .job2_content1 .texts {
        padding: 10px 15px;
    }
    .job2_content1 .texts h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .job2_content1 .texts p {
        font-size: 14px;
        line-height:1.8em;
    } 
    .job2_2{
        padding:40px 0;
    }
    .job2_content2 li {
        width: 32%;
        margin-right: 2%;
    }
    .job2_content2 li .text {
        padding: 15px 10px;
    }
    .job2_content2 li .text h3 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .job3_content1 li{
        width: 48%;
    }
    .job3_content1 li:nth-child(3n){
        margin-right: 2%;
    }
    .job3_content1 li:nth-child(2n){
        margin-right: 0;
    }
    .job3_content1 li h3{
        font-size: 16px;
        padding: 0 15px;   
        line-height: 40px;     
    }
}
@media(max-width: 767px){
    .n_title1{
        font-size: 20px;
    } 
    .job2{
        padding:25px 0;
    } 
    .job2_2{
        padding:25px 0;
    } 
    .job2_content1 .img{
        width: 100%;
    }
    .job2_content1 .text{
        width: 100%;
    }
    .job2_content1 .texts h3 {
        font-size: 18px;
    }
    .job2_content1 .texts h3:before{
        height: 20px;
    }
    .job2_content2 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .job3_content1 li h3{
        font-size: 14px;
        line-height:32px;
        padding: 0 10px;   
        margin-bottom: 10px;     
    }
}




/*cyy*/
.page{
    overflow: hidden;
}
.page2{
/*    padding:45px 0 0px;*/
    background:url(../images/c_bg3.jpg) no-repeat top left;
    background-size: cover;
}
.cyy2_title1{

}
.cyy2_title1_l{
    width: 55%;
    float: left;
    padding-top:95px;
}
.cyy2_title1 em{
    font-size: 72px;
    color: #93c12f;
    display: block;
/*    font-style: normal;*/
    line-height:1em;
}
.cyy2_title1 i{
    font-size: 54px;
    color: #000;
    display: block;
    font-style:italic;
    line-height:1em;
    padding:8px 0 36px;
    font-weight: 500;
}
.cyy2_title1 span{
    font-size: 30px;
    color: #333;
    display: block;
    line-height:1em;
    margin-bottom: 40px;
}
.cyy2_title1 p{
    font-size: 16px;
    color: #666;
}
.cyy2_title1_r{
    width: 50%;
    margin-right: -8%;
    float: right;
}
.page2_2{
    margin-top: 8px;
}
.page2_2 h3 span{
    font-size: 30px;
    color: #e8e8e8;
    display: inline-block;
    background:url(../images/t_bg1.png) no-repeat left top;
    line-height:50px;
    height: 50px;
    width: 221px;
    text-align: center;
}
.zdzsly{
    display: flex;
    flex-wrap: wrap;
    margin-top:32px;
}
.zdzsly li{
    width: 13%;
    margin-right: 1.5%;
}
.zdzsly li:last-child{
    margin-right: 0;
}
.zdzsly li .img{
    width: 143px;
    height: 143px;
    overflow: hidden;
    position: relative;
    margin:0 auto;
}
.zdzsly li .img img{
    position: absolute;
    top:0;
    left:0;
}
.zdzsly li p{
    font-size: 18px;
    color: #333;
    line-height:1.4em;
    padding:12px 10px 0;
    text-align:center;
}
.zdzsly li:hover .img img{
    top:-143px;
}
.page3{
    background:url(../images/c_bg2.jpg) no-repeat top left;
    background-size: cover;
}
.page3 .cyy2_title1 em{
    color: #a4e616;
}
.page3 .cyy2_title1 i{
    color: #a4e616;
}
.page3 .cyy2_title1 span{
    color: #fff;
}
.page3 .cyy2_title1 p{
    color: #fff;
}
.page3_content{
    width: 920px;
    margin:55px auto 0;
    padding:0 160px;
    position: relative;
}
.page3_content .cyy-next1{
    width: 52px;
    height: 87px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-43px;
    background:url(../images/c_right1.png) no-repeat center;
    outline: none;
    cursor: pointer;
}
.page3_content .cyy-next1:hover{
    background:url(../images/c_left1.png) no-repeat center;
    transform: rotate(-180deg);
}
.page3_content .cyy-prev1{
    width: 52px;
    height: 87px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-43px;
    background:url(../images/c_right1.png) no-repeat center;
    outline: none;
    cursor: pointer;   
    transform: rotate(-180deg); 
}
.page3_content .cyy-prev1:hover{
    background:url(../images/c_left1.png) no-repeat center;
    transform: rotate(0deg);
}

.page4{
    background:url(../images/c_bg3.jpg) no-repeat top left;
    background-size: cover;
}
.page4_l{
    width: 55%;
    float: left;
}
.page4_l .cyy2_title1{
    padding-top:5px;
}
.page4_l h2{
    font-size: 30px;
    color: #090909;
    font-weight: normal;
    line-height:1em;
    padding:50px 0 45px;
}
.page4_list{
    display: flex;
    flex-wrap: wrap;
}
.page4_list li{
    width:12.5%;
    position: relative;
    text-align:center;
    padding-bottom: 10px;
    cursor: pointer;
}
.page4_list li:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background:#93c12f;
    border-radius: 3px;
}
.page4_list li .img{
    overflow: hidden;;
    width: 40px;
    height: 40px;
    position: relative;
    margin:0 auto;
}
.page4_list li .img img{
    position: absolute;
    top:0px;
    left:0;
    display: block;
}
.page4_list li h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.page4_list li p{
    background:#f2f2f2;
    padding:12px 12px 7px;
    line-height:1.4em;
    width: 138px;
    left:50%;
    margin-left: -69px;
    position: absolute;
    top:90px;
    z-index: 9;
    opacity: 0;
}
.page4_list li:hover .img img{
    top:-40px;
}
.page4_list li:hover h3{
    color: #93c12f;
}
.page4_list li:hover p{
    opacity: 1;
}
.page4_r{
    width: 38.4%;
    float: right;
    border-radius: 5px;
    overflow: hidden;
}
.page5{
    background:url(../images/c_bg3.jpg) no-repeat top left;
    background-size: cover;
}
.page5 .cyy2_title1_l{
    padding-top:0;
}
.page5 .cyy2_title1_r2{
    width:40%;
    float: right;
}
.page5_2{
    background:#aad058;
    padding:0px 30px 0px 45px;
    border-radius: 5px;
    margin-top: 58px;
}
.page5_2_l{
    width: 44%;
    float: left;
}
.page5_2_l h3{
    font-size: 30px;
    color: #235921;
    font-weight: normal;
    line-height:1em;
    padding:55px 0 20px;
}
.page5_2_l p{
    font-size: 16px;
    color: #235921;
}
.page5_2_r{
    width: 56%;
    float: right;
}
.page6{
    background:url(../images/c_bg3.jpg) no-repeat top left;
    background-size: cover;
}
.page6_content{
    position: relative;
}
.page6_content .cyy-next2{
    position: absolute;
    width: 52px;
    height: 50px;
    background:url(../images/c_right2.png) no-repeat center #8b8b8b;
    top:-155px;
    right:0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}
.page6_content .cyy-next2:hover{
    background:url(../images/c_right2.png) no-repeat center #93c12f;
}
.page6_content .cyy-prev2{
    position: absolute;
    width: 52px;
    height: 50px;
    background:url(../images/c_right2.png) no-repeat center #8b8b8b;
    top:-155px;
    right:62px;
    border-radius: 5px;
    outline: none;
    transform: rotate(-180deg);
    cursor: pointer;
}
.page6_content .cyy-prev2:hover{
    background:url(../images/c_right2.png) no-repeat center #93c12f;
}
#swiper-fwtd{

}
#swiper-fwtd .swiper-slide{
    border:1px solid #aad058;
    border-radius: 5px;
    padding:20px 20px 50px;
    text-align: center;
}
#swiper-fwtd .swiper-slide h3{
    font-size: 16px;
    color: #000;
    line-height:1em;
    padding:22px 0;
}
#swiper-fwtd .swiper-slide p{
    text-align: left;
}
.page6_content .cyy-next2{

}
.page6_content .cyy-prev2{

}
.page7{
    background:url(../images/c_bg4.jpg) no-repeat top left;
    background-size: cover;
}
.page7 .cyy2_title1 i{
    color: #93c12f;
}
.page7 .cyy2_title1 span{
    color: #fff;
    line-height:1.4em;
}
.page7_content{

}
.page7_content_l{
    float: left;
    padding-top:36px;
}
.page7_content_r{
    float: right;
}
.page8{
    background:#333;
}
.page8_content{
    background:url(../images/c_bg5.jpg) no-repeat bottom center;
    background-size: cover;
    padding:50px 0 75px;
}
.page8_address{
    float: left;
    width: 50%;
}
.page8_add_t{

}
.page8_add_t i{
    font-size: 72px;
    color: #93c12f;
    font-style: italic;
    line-height:1em;
    display: block;
    text-transform: uppercase;
}
.page8_add_t em{
    font-size: 54px;
    color: #000; 
    line-height:1em;  
    margin-top: 6px;
    display: block; 
}
.page8_address h3{
    font-size: 30px;
    color: #333;
    line-height:1em;
    margin:65px 0 20px;
    font-weight: normal;
}
.page8_address p{
    font-size: 16px;
    color: #333; 
    line-height:1.8em;   
}
.page8_message{
    float: right;
    padding:45px 45px 30px;
    background:#f2f2f2;
    width: 49%;
    border-radius: 5px;
}
.page8_message h3{
    font-size: 36px;
    color: #333;
    font-weight: normal;
    line-height:1em;
    margin-bottom:28px;
}
.cyy2_message{
    position: relative;
}
.cyy2_message ul li{
    margin-bottom:20px;
}
.cyy2_message ul li:nth-child(3){
    margin-bottom:0;
}
.cyy2_message ul li input{
    display: block;
    width: 100%;
    line-height:52px;
    height: 52px;
    background:#fff;
    border:none;
    outline: none;
    font-size: 16px;
    color: #999;
    text-indent: 25px;
}
.cyy2_message ul li textarea{
    display: block;
    width: 100%;
    line-height:52px;
    height: 128px;
    background:#fff;
    border:none;
    outline: none;
    font-size: 16px;
    color: #999;
    padding:0 25px;
}
.cyy2_message .mess_btn{
    position: absolute;
    top:-68px;
    right:0;
}
.cyy2_message .mess_btn input{
    display: block;
    width: 85px;
    height: 44px;
    line-height:44px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background:#618d00;
    border-radius: 5px;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .cyy2_title1 em{
        font-size: 56px;
    }
    .cyy2_title1 i{
        font-size: 40px;
    }
    .cyy2_title1 span{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .page2_2 h3 span{
        font-size: 26px;
    }
    .zdzsly li p{
        font-size: 16px;
    }
    .page4_l h2{
        font-size: 26px;
    }
    .page5_2_l h3{
        font-size: 26px;
    }
    .page8_add_t i{
        font-size: 40px;
    }
    .page8_add_t em{
        font-size: 40px;
    }
    .page8_address h3{
        font-size: 24px;
    }
    .page8_address p{
        font-size: 14px;
    }
    .page8_message h3{
        font-size: 28px;
    }
    .cyy2_message .mess_btn input{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1199px){
    .cyy2_title1 em{
        font-size: 40px;
    }
    .cyy2_title1 i{
        font-size: 30px;
    }
    .cyy2_title1 span{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .page2_2 h3 span{
        font-size: 20px;
    }
    .zdzsly li p{
        font-size: 14px;
    }
    .page4_l h2{
        font-size: 20px;
    }
    .page5_2_l h3{
        font-size: 20px;
    }
    .page8_add_t i{
        font-size: 30px;
    }
    .page8_add_t em{
        font-size: 30px;
    }
    .page8_address h3{
        font-size: 20px;
    }
    .page8_message h3{
        font-size: 22px;
    }
    .cyy2_message .mess_btn input{
        font-size: 14px;
    }
    .page3_content{
        width: 100%;
        margin: 30px auto 0;
        padding: 0 100px;       
    }
    .page8_address{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .page8_address h3 {
        margin: 15px 0;
    }
    .page8_message{
        width: 100%;
        float: none; 
        display: none;       
    }
    .cyy2_message .mess_btn {
        position: relative;
        top: 10px;
        left: 0;
    }
}   
@media(max-width: 768px){
    .cyy2_title1 em{
        font-size: 30px;
    }
    .cyy2_title1 i{
        font-size: 20px;
        padding: 8px 0 10px;
    }
    .cyy2_title1 span{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .page2_2 h3 span{
        font-size: 16px;
    }
    .page4_l{
        width: 100%;
        float: none;
    }
    .page4_l h2{
        font-size: 16px;
/*        display: none;*/
    }
    .page4_list{
/*        display: none;*/
    }
    .page4_r{
        width: 100%;
        float: none;
        display: none;
    }
    .page5_2{
        padding: 10px 15px;
        margin-top: 30px;
    }        
    .page5_2_l h3{
        font-size: 16px;
        padding: 25px 0 10px;
    }
    .page8_add_t i{
        font-size: 20px;
    }
    .page8_add_t em{
        font-size: 20px;
    }
    .page8_address h3{
        font-size: 16px;
    }
    .page8_message h3{
        font-size: 18px;
    }
    .cyy2_title1_l{
        padding-top: 0px;
    }
    .cyy2_title1_r{
        display: none;
    }
    .zdzsly li{
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .zdzsly li:nth-child(4n){
        margin-right: 0;
    }
    .page7_content_l{
        float: none;
        padding-top:10px;
    }
    .page7_content_r{
        float: none;
        margin-top: 10px;
    }
    .page8_message {
        padding: 15px 10px;
    }
    .cyy2_title1_l{
        float: none;
        width: 100%;
    }
    .cyy2_title1_r{
        display: none;
        width: 100%;
    }
}
@media(max-width: 767px){
    .cyy2_title1 em{
        font-size: 20px;
    }
    .cyy2_title1 i{
        font-size: 16px;
    }
    .cyy2_title1 span{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .page2_2 h3 span{
        font-size: 14px;
    }
    .page4_l h2{
        font-size: 14px;
    }
    .page5_2_l h3{
        font-size: 14px;
    }
    .page8_add_t i{
        font-size: 16px;
    }
    .page8_add_t em{
        font-size: 16px;
    }
    .page8_address h3{
        font-size: 14px;
    }
    .page8_message h3{
        font-size: 16px;
    }
    .zdzsly{
        display: none;
    }
    .page3_content .cyy-prev1{
        width: 25px;
        height: 40px;
        margin-top:-20px;
        margin-left: 0;
        background:url(../images/c_right1.png) no-repeat left center;
        display: none;
    }
    .page3_content .cyy-next1{
        width: 25px;
        height: 40px;
        margin-top:-20px;
        margin-left: 0;
        background:url(../images/c_right1.png) no-repeat left center;
        display: none;
    }
    .page3_content{
        padding:0;
    }
    .page4_l h2{
        display: none;
    }
    .page4_list{
        display: none;
    }
    .page5 .cyy2_title1_r2{
        width: 100%;
        float: none;
        margin-top:15px;
    }
    .page5_2{
        display: none;
    }
    .page6_content .cyy-prev2,.page6_content .cyy-next2{
        display: none;
    }
    #swiper-fwtd .swiper-slide{
        padding: 10px 10px 15px;
    }
}







.ui-navi {
    width: 14px !important;
/*    border-radius: 100px !important;*/
/*    padding-bottom: 16px !important;
    padding-top: 16px !important;*/
    background-image: url(../images/line1.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
/*    background-color: rgba(51,51,51,0.3);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c308bbf,endColorstr=#4c308bbf)!important;
    zoom: 1 !important;
    right: 30px;
    position: fixed;
    z-index: 1000;
    margin-top: -280px;
    top: 50%;
    opacity: 1;
    padding:50px 0;
}
.ui-navi ul li, .fp-slidesNav ul li {
    height: 14px !important;
    margin: 0px 0px 60px 0px!important;
    display: block;
    position: relative;
}
.ui-navi ul li:last-child{
    margin-bottom: 0!important;
}
.ui-navi ul li a , .fp-slidesNav ul li a {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    background:#fff;
/*    background: url(../images/dian2.png) no-repeat center center !important;*/
    border: none !important;
    margin-top: 1px !important;
    top: 9px!important;
    left: -9px !important;
    font-size:0;
    display: block;
    box-shadow: 0px 5px 5px #ccc;
/*    position: relative;*/
}
.ui-navi ul li a:before{
    content:'';
    width: 30px;
    height: 30px;
    background:rgba(130,191,0,.2);
    position: absolute;
    left:50%;
    margin-left: -15px;
/*    top:50%;
    margin-top: -15px;*/
    border-radius: 50%;
    opacity: 0;
}
.ui-navi ul li a:after{
    content:'';
    width: 35px;
    height: 1px;
    background:#82bf00;
    position: absolute;
    left: -42px;
    top: 7px;
    opacity: 0;
}
.ui-navi ul li a .text{
    position: absolute;
    left:-120px;
    top:-35px;
    color: #999;
    text-align:center;
}
.ui-navi ul li a .text i{
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    line-height:1em;
    opacity: 0;
 
}
.ui-navi ul li a .text p{
    font-size: 18px;
    line-height:1em;
    margin-top:5px;
}
.ui-navi ul li a.on, .fp-slidesNav ul li a.on {
    display:  block;
    display:  flex;
    align-items:  center;
    background:#82bf00!important;
    box-shadow: none;
}
.ui-navi ul li a.on .text{
    top:-40px;
    color: #82bf00;
}
.ui-navi ul li a.on .text i{
    opacity: 1;
}

.ui-navi ul li a.on:before{
    opacity: 1;
}
.ui-navi ul li a.on:after{
    opacity: 1;
}
@media(max-width: 1600px){
    .ui-navi ul li a.on .text{
        top:-28px;
    }
    .ui-navi ul li a .text i{
        font-size: 24px;
    }
    .ui-navi ul li a .text p{
        font-size: 16px;
    }

}
@media(max-width:1366px){
    .ui-navi,.ui-navi.right{
        display:none!important;
    }
}





h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.pages{
    font-size: 16px;
    color: #666;
    margin-top: 40px; 
    position: relative;   
}
.pages a{
    font-size: 16px;
    color: #666;    
}
.pages a.back{
    display: block;
    width: 130px;
    height: 38px;
    line-height:38px;
    background:#194698;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top:15px;
    border-radius: 3px;
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
    .pages{
        margin-top: 15px;
        font-size: 14px;
    }
    .pages a{
        font-size: 14px;
    }
    .pages a.back{
        position: relative;
        left:0;
        top:10px;
        width: 100px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#194698;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #194698;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #194698;
    vertical-align: middle;
    border: 1px solid #194698; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
.tag_total{
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}

