* { margin:0; padding:0; font-family: "Apercu",Helvetica,Arial,sans-serif;}
img { border:none; }
li{list-style:none}
a:link,a:visited{text-decoration:none}
a{list-style:none}
a:hover{list-style:none}
body,html{
	height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/*通用*/
.height_24{
    width: 100%;
    height: 24px;
    float: left;
}
.height_30{
    width: 100%;
    height: 30px;
    float: left;
}
.height_32{
    width: 100%;
    height: 32px;
    float: left;
}
.height_42{
    width: 100%;
    height: 42px;
    float: left;
}
.height_50{
    width: 100%;
    height: 50px;
    float: left;
}
.height_56{
    width: 100%;
    height: 56px;
    float: left;
}
.height_70{
    width: 100%;
    height: 70px;
    float: left;
}
.height_80{
    width: 100%;
    height: 80px;
    float: left;
}
.height_82{
    width: 100%;
    height: 82px;
    float: left;
}
.height_90{
    width: 100%;
    height: 90px;
    float: left;
}
.height_100{
    width: 100%;
    height: 100px;
    float: left;
}
.height_105{
    width: 100%;
    height: 105px;
    float: left;
}
.height_135{
    width: 100%;
    height: 135px;
    float: left;
}
.height_170{
    width: 100%;
    height: 170px;
    float: left;
}
.height_235{
    width: 100%;
    height: 235px;
    float: left;
    clear: both;
}
.body_width{width: 1585px;}
.body_width2{width: 1317px;}
.body_width3{width: 1299px;}
/*header*/
header{width: 100%;height: 94px;border-bottom: #f5f5f5 1px solid;float: left;}
.header{height: 100%;margin: 0 auto;}
.header_01{
    width: 166px;
    height: 100%;
    float: left;
}
.header_01_logo{
    margin-top: 36px;
}
.header_02{
    margin-left: 54px;
    float: left;
    
}
.header_02 ul li{
    float: left;
    margin-right: 40px;
    margin-top: 55px;
}
.header_02 ul li a{
    font-size: 16px;
    font-family: "Microsoft YaHei" !important;
    color: #1f4954;
}
.header_02 ul li a:hover{
    color: #428697;
    padding-bottom: 16px;
    border-bottom: #1f4954 1px solid;
}
.header_03{
    margin-top: 17px;
    float: right;
    
}
.header_03 a{
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
    color: #000000;
}
.header_03 a:hover{
    color: #1f4954;
}
.header_03_01{
    width: 100%;
    float: right;
    text-align: right;
    position: relative;
}
.header_03_01 span{
    font-size: 22px;
    position: absolute;
    right: 36px;
}
.header_03_02{
    margin-top: 13px;
    width: 100%;
    float: right;
    text-align: right;
    position: relative;
}
.header_03_02 span{
    font-size: 26px;
    position: absolute;
    right: -5px;
}
/*banner*/
.banner{
    width: 100%;
    height: 867px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    clear: both;
}
.banner_content{
    height: 100%;margin: 0 auto;
    position: relative;
}
.banner_text{
    font-size: 95px;
    font-weight: 100;
    line-height: 120px;
    color: #ffffff;
    margin-top: 196px;
    margin-left: 44px;
    height: 350px;
    overflow:hidden; 
}
.banner_footer{
    width: 100%;
    position: absolute;
    bottom: 212px;
}
.banner_container{
    display: grid;
    grid-gap: 55px ;
    grid-template-columns: auto auto auto;

}
.banner_item{
    height: 120px;
    background-color: #ffffff
}
.banner_container a>div{
    margin-top: 20px;
    margin-left: 25px;
    position: relative;
}
.banner_container a{
    font-size: 18px;
    font-family: "Microsoft YaHei" !important;
    color: #000000;
}
.banner_container a>div span{
    font-size: 28px;
    color: #89ac5c;
    position: absolute;
    top: 60px;
}
.banner_container a:hover>div span{
    animation:banner_jiantou 0.3s infinite;
    animation-direction:alternate;
    /* Safari and Chrome */
    -webkit-animation:banner_jiantou 0.3s infinite;
    -webkit-animation-direction:alternate;
    position: absolute;
    top: 70px;
    color: #1f4954
}
@keyframes banner_jiantou
{
100% {top: 60px;}
100% {color: #89ac5c}
}
@-webkit-keyframes banner_jiantou /* Safari and Chrome */
{
100% {top: 70px;}
100% {color: #1f4954}
}
/*content*/
.content{
    height: auto;
    margin: 0 auto;
    clear: both;
}
.index_title{
    width: 100%;
    float: left;
    font-size: 40px;
    font-family: "Microsoft YaHei" !important;
}
.index_title2{
    width: 100%;
    float: left;
    font-size: 16px;
    font-family: "Microsoft YaHei" !important;
}
.content_k{
    width: 100%;
    float: left;
}
.content_container{    
    display: grid;
    grid-gap: 42.5px ;
    grid-row-gap: 52px;
    grid-template-columns: auto auto auto;
}
.content_item{
    width: 500px;
    height: 534px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.con_img{
    width: 500px;
    height: 434px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}
.con_img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.content_container a:hover img{
    width: 110%;
    height: 110%;
}
.con_title{
    margin: 27px 16px;
    width: 100%;
    height: 100px;
    float: left;
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    font-family: "Microsoft YaHei" !important;
    
}
.con_title span{
    font-size: 16px;
}
.content_about{
    padding-top: 90px;
    padding-left: 16px;
    width: 484px;
    height: 77px;
    background-color: #f5f5f5;
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    font-family: "Microsoft YaHei" !important;
    overflow: hidden;    
    transition: 0.5s;
    
}
.content_about span{
    font-size: 16px;
}
.content_about:hover,.content_active:hover{
    background-color: #1f4954 !important;
    color: #ffffff !important;
}
 
.content_about:nth-child(1),.content_about:nth-child(2) {
    background-color: #1f4954;
    color: #ffffff;
  }
.content_container:hover .content_active{
    background-color: #f5f5f5;
    color: #000000;
}
/*footer*/
footer{
    width: 100%;
    height: 478px;
    background-color: #1f4954;
    float: left;
}

.footer{
    margin: 0 auto;
    font-size: 14px;
    color: #c0c0c0;    
    background-color: #1f4954;
}
.footer_li{
    width: 260px;
    float: left;
}
.footer_li ul li{

}
.footer_li ul li:first-child a{
    color: #ffffff;
}
.footer_li ul li a{
    font-size: 14px;
    line-height: 36px;
    font-weight: lighter;
    color: #c0c0c0
}
.footer_li ul li a:hover{
    color: #ffffff;
}
.footer_right{   
    width: 380px;
    float: right;
    color: #ffffff;
    text-align: right;
}
.footer_r01{
    font-size: 23px;
    font-weight: bold;
}
.footer_r01 span{
    font-size: 22px;
}
.footer_r02{
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.footer_r02 span{
    font-size: 22px;
    padding-right: 10px;
}
.footer_r03{
    padding-top: 30px;
}
.footer_r03 span{
    font-size: 64px;
    padding-left: 28px;    
}
.footer_r04{
    padding-top: 24px;
}
.footer_r04 a{
    color: #ffffff;
}
.footer_r04 a:hover{
    color: #c0c0c0;
}
.footer_r04 span{
    font-size: 48px;
    padding-left: 8px; 
    cursor: pointer;
}
.footer_hr{
    border-top: 0.1px solid #ffffff;
    width: 100%;
    height: auto;
    float: left;
    background-color: #1f4954;
}

.wx {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8); /* 半透明背景 */
  }
  .wx > div{
    position: relative;
  }
  .wx > div > div{
    position: absolute; top: -36px;text-align: center;width: 100%;font-size: 24px;
  }
  .wx img {
    width: 300px;
    height: 300px;
  }
/*menu_bg*/
.menu_bg{
    width: 100%;
    height: 540px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    clear: both;
}
/*about*/
.about_title{
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}
.about_title_01{
    width: 95px;
    float: left;

}
.about_title_01 > div{
    width: 49px;
    height: 26px;
    border-bottom: #888888 3px solid;
}
.about_title_02{
    width: 100px;
    height: auto;
    float: left;
    color: #888888;
    font-size: 44px;
    font-family: 'montserrat_light', sans-serif !important;
}
.about_title_03{
    font-size: 75px;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    float: left;
    

}
.about_title_03 span{
    font-size: 40px;
    font-weight:lighter;
    letter-spacing: 1px;
}
.about_js_title{
    width: 520px;
    height: 200px;
    font-size: 84px;
    font-weight: 100;
    overflow: hidden;
    float: left;
    
}
.about_js_title span{
    font-size: 63px;
    font-weight: bold;
    
}
.about_js_text{
    margin-top: 24px;
    width: 987px;
    height: auto;
    float: right;
}
.about_js_text_01{
    width: 100%;
    float: left;
    color: #595757;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 88px;
    clear: both;
}
.about_js_text_02{
    width: 100%;
    float: left;
    clear: both;
}
.found{
   width: 20%;
   float: left;
}
.about_right .found:nth-child(1){
    width: 22%;
}
.about_right .found:nth-child(2){
    width: 18%;
}
.about_right .found:nth-child(3){
    width: 25%;
}
.about_right .found:nth-child(5){
    width: 15%;
}
.found > p{
    color: #1f4954;
    margin-bottom: 2px;
}
.counter{
    font-size: 45px; 
    letter-spacing: 1px;   
}
.found label{
    font-size: 45px;
}
.counter_w{
    font-size: 18px;
    margin-left: 16px;
}
.counter_t{
    font-size: 16px;
    color: #595757;
}
.about_pic_gc{
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}
.about_pic_gc_01{
    float: left;
}
.about_pic_gc_02{
    float: right;
}
.gc_img{
    width: 757px;
    height: 477px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}
.gc_img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.gc_img:hover img{
    width: 110%;
    height: 110%;
}
.gc_title{
    width: 100%;
    float: left;
    clear: both;
    margin-top: 16px;
    font-size: 24px;
    font-weight: lighter;
}
.gc_title span{
    font-weight: bold;

}
.about_culture{
    width: 100%;
    height: 600px;
    float: left;
}
.about_culture_01{
    width: 50%;
    height: 600px;
    float: left;
    background-color: #e7e7e7;
}
.about_culture_02{
    width: 25%;
    height: 250px;
    float: right;
    border-bottom: #e0e0e0 3px solid;
}
.about_culture_img{
    width: 1084px;
    height: 605px;
    position: absolute;
    top: -90px;
    left: 0px;

}
.about_culture_img img{
    width: 100%;
    height: auto;
}
.about_culture_title{
    width: 402px;
    height: 605px;
    position: absolute;
    top: -90px;
    right: 0px;
}

.about_culture_title_02{
    width: 100%;
    height: 86px;
    float: left;
    color: #888888;
    font-size: 44px;
    font-family: 'montserrat_light', sans-serif !important;
    
}
.about_culture_title_xian{
    width: 54px;
    border-top: #888888 3px solid;
    margin-bottom: 18px;
}
.about_culture_title_03{
    font-size: 75px;
    line-height: 80px;
    letter-spacing: 5px;
    font-weight: bold;
    float: left;
    

}
.about_culture_title_04{
    font-size: 40px;
    letter-spacing: 1px;
    float: left;
}
.about_culture_yuanx{
    position: absolute;
    top: 250px;
    right: 0px;
    width: 402px;
    border-bottom: #e0e0e0 3px solid;
}
.about_culture_bg{
    position: absolute;
    width: 1000px;
    height: 600px;
    top: 0px;
    left: 0px;
    background-color: #e7e7e7;
    z-index: -1;
}
.about_culture_shixingyuan{
    position: absolute;
    top: -5px;
    left: 0px;
    width: 10px;      
    height: 10px;     
    border-radius: 50%; 
    background-color: #e0e0e0; 
}
.about_culture_mo{
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
.about_culture_mo_01{
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 15px;
    padding-top: 6px;
}
.about_culture_mo_01 img{
    width: 100%;
}
.about_culture_mo_02{
    width: 320px;
    float: left;
    overflow: hidden;
}
.about_culture_mo_title{
    font-size: 18px;
    color: #1f4954;
    margin-bottom: 5px;
}
.about_culture_mo_text{
    font-size: 16px;
    color: #727171;

}
.about_bo_n{
    width: 100%;
    float: left;
    margin-bottom: 76px;
}
.about_nl{
    display: grid;
    grid-gap: 160px ;
    grid-template-columns: auto auto auto;
    margin: 0 90px;
}
.about_nl_groupe{
    text-align: center;
}
.about_nl_ico{
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}
.about_nl_title{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    color: #1f4954;
    font-size: 24px;
    padding-bottom: 32px;
    border-bottom: #1f4954 3px solid;
}
.about_nl_text{
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    color: #727171;
}
.about_footer_bg{
    width: 100%;
    height: 764px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    clear: both;
}
/*cp*/
.cp_zx{
    font-size: 64px;
}
.cp_menu{
    width: 100%;
    float: left;
    border-bottom:#9d9d9d 1px solid;
}
.cp_menu_fl{
    font-size: 14px;
    margin-bottom: 18px;
}
.cp_menu_cd ul li{
    float: left;
    margin-right: 70px;
    margin-bottom: 10px;
}
.cp_menu_cd ul li a{
    color: #1f4954;
    font-size: 18px;
}
.cp_menu_cd ul li a:hover{
    color: #428697;
}


.cp_content{
    width: 100%;
    float: left;
}
.cp_container{    
    display: grid;
    grid-column-gap: 28px ;
    grid-row-gap: 54px;
    grid-template-columns: auto auto auto;
}
.cp_item{
    width: 420px;
    height: 346px;
    border-bottom: #dcdcdc 1px solid;
    overflow: hidden;
}
.cp_con_img{
    width: 420px;
    height: 285px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}
.cp_con_img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.cp_container a:hover img{
    width: 110%;
    height: 110%;
}
.cp_title1{
    width: 70%;
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    margin-top: 15px;
    overflow:hidden;
}
.cp_title2{
    width: 30%;
    float: right;
    text-align: right;
    font-size: 16px;
    color: #414040;
    margin-top: 24px;
    overflow:hidden;
}
/*new*/
.new_div{
    width: 100%;
    padding-left: 142px;
    float: left;
    clear: both;
}
.new_title{
    width: 100%;
    float: left;
    font-size: 64px;
}
.new_xian{
    width: 130px;
    float: left;
    border: #1f4954 1px solid;
    margin-top: 40px;
    margin-bottom: 20px;
}
.new_text{
    width: 100%;
    float: left;
    font-size: 18px;
}
.new_anliu{
    width: 495px;
    margin: 0 auto;
}
.new_anliu ul li{
    float: left;
}
.new_anliu ul li:last-child{
    float: right;
}
.new_anliu ul li a{
    border: #dcdcdc 1px solid;
    font-size: 25px;
    color: #414040;
    padding: 18px 67px;
    
}
.new_anliu ul li a:hover,.new_anliu_on a{
    color: #ffffff !important;
    background-color: #1f4954;
}
.new_page{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}
.new_page ul li{
    float: left;
    margin: 0 13px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
}
.new_page ul li:first-child{
    display: none;
}
.new_page ul li:last-child{
    display: none;
}
.new_page ul li a{
    font-size: 14px;
    padding: 6px 16px;
    text-align: center;
    color: #000000;
}
.new_page ul li:hover,.new_page ul .on{
    background-color: #1f4954;
}
.new_page ul li:hover a,.new_page ul .on>a{
    color: #ffffff;
}
/*contact*/
.contact_title{
    font-size: 64px;
    letter-spacing: 5px;
    color: #000000;
    font-family: "Microsoft YaHei" !important;
}
.contact_xhx{
    width: 130px;
    height: 100%;
    border-bottom: #1f4954 2px solid;
}
.contact_text{
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-family: "Microsoft YaHei" !important;
    margin-bottom: 60px;
    clear: both;
}
.contact_text img{
    max-width: 100%;
}
.contact_map{
    width: 100%;
    float: left;
    margin-bottom: 127px;
    clear: both;
}
.contact_map img{
    max-width: 100%;

}

/*大于1920*/
@media screen and (min-width: 1920px) {
    .banner{
        height: 1000px;
    }
    .banner_text{
        font-size: 100px;
        line-height: 130px;
        margin-top: 200px;
        height: 400px;
    }
    .banner_footer{
        bottom: 222px;
    }
}
/*小于1366*/
@media screen and (max-width:1366px) {
    .body_width{width: 94%;}
.body_width2{width: 94%;}
.body_width3{width: 94%;}
.header_width{width: 94%;}
.header_03{margin-right: 0px;}


.banner{
    height: 700px;
}
.banner_text{
    font-size: 75px;
    line-height: 90px;
    margin-top: 136px;
}

.banner_footer{
    bottom: 152px;
} 

.content_container{    
    display: grid;
    grid-gap: 40px ;
    grid-row-gap: 50px;
    grid-template-columns: auto auto auto;
}

.con_title span{
    font-size: 14px;
}
.content_about{
    padding-top: 75px;
    padding-left: 16px;
    width: 355px;
    height: 77px;
    background-color: #f5f5f5;
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    font-family: "Microsoft YaHei" !important;
    overflow: hidden;    
    transition: 0.5s;
    
}

/*about*/
.about_js_title{
    width: 420px;
    height: 200px;
    font-size: 56px;
    font-weight: 100;
    overflow: hidden;
    float: left;
    
}
.about_js_title span{
    font-size: 38px;
    font-weight: bold;
    
}
.about_js_text{
    margin-top: 24px;
    width: 780px;
    height: auto;
    float: right;
}
.gc_img{
    width: 45vw;
    height: 28vw;
}
.about_culture_img{
    width: 60%;
    height: 38vw;
}

.about_culture_bg{
    position: absolute;
    width: 58%;
    height: 30vw;
}


.about_culture_title_03{
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 5px;
    font-weight: bold;
    float: left;
    

}
.about_culture_title_04{
    font-size: 36px;
    letter-spacing: 1px;
    float: left;
}
.about_culture_yuanx{
    position: absolute;
    top: 200px;
    right: 0px;
    width: 402px;
    border-bottom: #e0e0e0 3px solid;
}

.about_culture_mo{
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
.about_culture_mo_01{
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 15px;
    padding-top: 6px;
}
.about_culture_mo_01 img{
    width: 100%;
}
.about_culture_mo_02{
    width: 320px;
    float: left;
    overflow: hidden;
}
.about_culture_mo_title{
    font-size: 18px;
    color: #1f4954;
    margin-bottom: 5px;
}
.about_culture_mo_text{
    font-size: 14px;
    color: #727171;

}


.about_culture_01{
    width: 50%;
    height: 30vw;
    float: left;
    background-color: #e7e7e7;
}
.about_culture_02{
    width: 25%;
    height: 200px;
    float: right;
    border-bottom: #e0e0e0 3px solid;
}
.about_culture{
    height: 400px;

}

.height_100{
    width: 100%;
    height: 80px;
    float: left;
}
.height_135{
    width: 100%;
    height: 90px;
    float: left;
}
.height_170{
    width: 100%;
    height: 100px;
    float: left;
}
/*cp*/


.content_item{
    width: 100%;
    height: 33vw;
    background-color: #f5f5f5;
    overflow: hidden;
}
.con_img{
    width: 100%;
    height: 25vw;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}
.con_title{
    margin: 16px 16px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-family: "Microsoft YaHei" !important;
    
}
.cp_item{
    width: 100%;
    height: 26vw;
    border-bottom: #dcdcdc 1px solid;
    overflow: hidden;
}
.cp_con_img{
    width: 100%;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}
.cp_title1{
    width: 60%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-top: 15px;
    overflow:hidden;
}
.cp_title2{
    width: 40%;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #414040;
    margin-top: 24px;
    overflow:hidden;
}
/*new*/
.new_div{

    padding-left: 0px;

}
/*menu*/
.menu_bg{
    width: 1340px;
    height: 376px;

}

.footer_li{
    width: 15%;
    float: left;
}

}

/*小于1200*/
@media screen and (max-width:1200px) {
/*banner*/
.banner{
    width: 1200px;
    height: 700px;
}
/*menu*/
.menu_bg{
    width: 1200px;
    height: 338px;

}

}