/* 首页 */
#navheadr{
    position: relative;
    z-index: 999;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    transition: all 1s;
    border-bottom: 1px solid rgba(153,153,153,0.4);
}

@media screen and (max-width:1100px) {
    #navheadr{
     display: none;
    }
}


@media screen and (max-width:1600px) {
    .wrapa {
        width: 1200px;
        margin: 0 auto;
    }

}





/* .wrapa {
    
    width: 1700px;
    margin: 0 auto;
} */

@media screen and (max-width:1600px) {
    .wrapa {
        width: 1200px;
        margin: 0 auto;
    }

}

@media screen and (max-width:1200px) {
    .wrapa {
        width: 900px;
        margin: 0 auto;
    }
}

#navone{
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    width: 230px;
    overflow: hidden;
}

@media screen and (max-width:1600px) {
  .logo{
    width: 150px;
    overflow: hidden;
  }

}

.logo a {
    display: block;
}



.logo a img {
    max-width: 100%;
}

ul.nav {
    display: inline-flex;
    flex: 1;
    padding-left: 50px;
}

li.nav-item {
    flex: 1;
}

li.nav-item>a {
    display: block;
    text-align: center;
    line-height: 80px;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none
}

@media screen and (max-width:1200px) {
    li.nav-item>a {

        font-size: 12px;
     
    }
  
  }

li.nav-item>a::before{
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-width: 1px 20px 1px;
    border-style: solid;
    border-color:#666666;;
    position: absolute;
}


li.nav-item:hover>a::before,
li.nav-item.active>a::before {
    display: block;
}

.subMenu {
    display: none;
    width: 100vw;
    z-index: 1000;
    position: absolute;
    left: 0;

    background-color: #87ceeb;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 3.5rem 20rem 6rem 20rem;
    
}

@media only screen and (max-width:1440px){
    .subMenu {
         display: none;
         width: 100vw;
         z-index: 1000;
         position: absolute;
         left: 0;
         background-color: rgba(0, 0, 0, 0.2);
         color: #fff;
         padding: 3.5rem 5rem 0 5rem;
     }
}

.subMenu .container-fluid .row .col-6 .navbiaoti{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    font-family: "微软雅黑";
    margin-bottom: 1rem;
}

.subMenu .container-fluid .row .col-6 .navfubiaoti {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.subMenu .container-fluid .row .col-6 ul.navul li {
    width: 30%;
    float: left;
}

.subMenu .container-fluid .row .col-6 ul.navul li a {
    display: block;
    line-height: 40px;
    font-size: 16px;  
}


@media screen and (max-width:1200px) {
    .subMenu .container-fluid .row .col-6 ul.navul li>a {
        display: block;
        line-height: 40px;
        font-size: 12px;
    }
  
  }


 
.subMenu .container-fluid .row .col-6 img.guanyu {
    /* margin-left: 12rem; */
}


/* 手机端导航 */
.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;width: 109px;}
.sp_nav{width:50px;float:right;position:absolute;cursor:pointer;height:30px;margin-top:15px;margin-top: 0;
    position: absolute;
    right: 0;
    top: 10px;}
.sp_nav span{display:block;background:#c9141e;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}

@media screen and (min-width: 1100px) and (max-width: 2300px) {
    .sp_header{
        display: none;
    }
}
/* 手机端导航 */




/* 首页 */

.banner {
    top: -100px;
    position: relative;
}

@media screen and (max-width:1100px) {
    .banner {
        top: 0px;
        position: relative;
    }
}

@media screen and (max-width:1100px) {
    #shoufenqin{
       display: none;    
    }
}


/* 手风琴 */

/* 手机手风情 */

#phonefenqin .row .col-4 .imgone{
    width:100%;
    height: 15rem;
}

#phonefenqin .row .col-4 img{
    width: 100%;
    height: auto;
}



/* 手机手风情 */



#procted .row .col h2 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#procted {
    margin-bottom: 11rem;
}

#procted .row .proctedleft {
    padding-left: 0px;
    padding-right: 0;
}

@media screen and (max-width:800px){
    #procted {
        margin-bottom: 1rem;
    }


    #procted .row .proctedleft {
       margin-bottom: 1rem;
    }
}



#procted .row .col-lg-12 img {
    width: 100%;
    height: 100%;
}




#procted .proctedright {
    padding: 0 10rem 0 5rem;
}

@media screen and (max-width:1600px) {
    #procted .proctedright {
        padding: 0 2rem 0 2rem;
    }
}





#procted .row .col-6 .row #biaoti h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}


.proctedright>div>div>h2 {
    font-size: 2.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.proctedright .proctedrightcenter .fubiaoti {
    height: 4rem;
    position: relative;
    margin-bottom: 5.5rem;
}

@media screen and (max-width:800px) {
    .proctedright .proctedrightcenter .fubiaoti {
        height: 4rem;
        position: relative;
        margin-bottom: 1rem;
    }
}

.proctedright .proctedrightcenter .fubiaoti small {
    font-size: 1.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}






.proctedright .proctedrightcenter .fubiaoti::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: #D7D7D7;
}

@media screen and (max-width:800px){
    .proctedright .proctedrightcenter .fubiaoti::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 1px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #D7D7D7;
    }
}


.proctedright .proctedrightcenter .guanyu {
    margin-bottom: 10rem;
}

@media screen and (max-width:800px) {
    .proctedright .proctedrightcenter .guanyu {
        margin-bottom: 2rem;
    }
}

.proctedright .proctedrightcenter .guanyu span {
    text-indent: 2em;
    line-height: 2.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* 这个的使用在web-kit中有些危险，他可能会阶段所有东西 */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* 如果浏览器支持的话增加一个连接符(Blink不支持) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: right;
    width: fit-content;
}


@media screen and (max-width:800px) {
    .proctedright .proctedrightcenter .guanyu span {
       text-align: left;
       line-height: 2rem;
    }
}


.proctedwenzi01 .proctedwenzi {
    display: inline-block;
    /* font-size: 4em; */
    font-family: Impact;
    font-weight: 400;
    color: #075EAB;
}

.proctedwenzi01 .proctedwenzi .pone span {
    display: inline-block;
    font-size: 4rem;
    font-family: Impact;
    font-weight: 400;
    color: #075EAB;
}


@media screen and (max-width:600px) {
    .proctedwenzi01 .proctedwenzi .pone span {
        font-size: 2rem;
    }
}

.proctedwenzi01 .proctedwenzi {
    text-align: center;
}

@media screen and (max-width:600px) {
    .proctedwenzi01 .proctedwenzi {
        text-align: center;
    }
}

@media screen and (max-width:1000px) {
    .proctedwenzi01 .proctedwenzi .pone span {
        text-align: center;

    }
}

.proctedwenzi01 .proctedwenzi .pone i {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.proctedwenzi01 .proctedwenzi .pone2 {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

@media screen and (max-width:600px) {
    .proctedwenzi01 .proctedwenzi .pone2 {
        font-size: 0.7rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;

    }

}


#news{
    padding:20px 100px;
    margin-bottom: 3rem;
}

@media screen and (max-width:1500px) {
    #news{
        padding:20px 10px;
    }

}

@media screen and (max-width:1170px) {
    .newsbiaoti{
        display: flex;
        justify-content: center;
    }  

}

@media screen and (max-width:1170px) {
    #news .col-xl-3{
        margin-bottom: 2rem; 
    }

}

@media screen and (max-width:1170px) {
    #news .col-xl-3{
        margin-bottom: 1rem; 
    }

}




#news .col-xl-3 .newsbiaoti{
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 2rem;

}




#news .col-xl-3 .newsfubiaopti {
    
    position: relative;
    display: block;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 2rem;
    height: 3rem;
 
}
@media screen and (max-width:1170px) {
    #news .col-xl-3 .newsfubiaopti {
      display: flex;
      justify-content: center;
       
    }

}


@media screen and (max-width:800px) {
    #news .col-xl-3 .newsfubiaopti {
        margin-bottom: 1rem;
       
    }

}



#news .col-xl-3 .newsfubiaopti::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color:#E3E3E4;
  
}

@media screen and (max-width:1170px) {
 
#news .col-xl-3 .newsfubiaopti::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 2px;
    background-color:#E3E3E4;
  
}

}

@media screen and (max-width:800px) {
 
    #news .col-xl-3 .newsfubiaopti::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 0px;
        height: 0px;
        background-color:#ffff;
      
    }
    
    }






#news .col-xl-3.newgongsi li{
    display: flex;
    justify-content:space-between;
    height: 3rem;
    transition: all 3s;
    border-bottom: 1px solid #EDEEEF;
    
  }






 


 #news .col-xl-3 .newgongsi li a{
     line-height: 3rem; 
     font-size: 1.2rem;
     font-family: Microsoft YaHei;
     font-weight: bold;
     color: #333333;
 }

 #news .col-xl-3 .newgongsi li i{
     display: inline-block;
     line-height: 3rem; 

 }


 .newsright{
    padding:0 5rem;
}


@media screen and (max-width:1500px) {
    .newsright{
        padding:0 ;
    }

}





.newsright .newsright01{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EAEAE9;
    margin-bottom: 2rem;

}

@media screen and (max-width:600px) {
     .newrightheader{
        display: none;
    } 
}




.newsright .newsright01 .newrightone{
      margin-left: 2rem;
}

.newsright .newsright01 .newrightone{
    margin-left: 2rem;
}

.newsright .newsright01 .newrightone h5{
    margin-bottom: 1rem;
}

.newsright01 .newbiaoti{
    margin-bottom: 1rem;
}


/* newsright02 */



.newsright .newsright02{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EAEAE9;
    margin-bottom: 2rem;

}

@media screen and (max-width:600px) {
     .newrightheader{
        display: none;
    } 
}




.newsright .newsright02 .newrightone{
      margin-left: 0.5rem;
}

.newsright .newsright02 .newrightone{
    margin-left: 0.5rem;
    width: 100%;
}

.newsright .newsright02 .newrightone h5{
    margin-bottom: 1rem;
}

.newsright02 .newbiaoti{
    margin-bottom: 1rem;
}




/* newsright02 */



.footer{
    padding: 60px  150px 0 150px;
    background-color: #2E2E2E;
    height: 300px;
}

@media screen and (max-width:1200px) {
    .footer{
        padding: 60px  40px 0 40px;
        background-color: #2E2E2E;
        height: 320px;
    }
}

@media screen and (max-width:1100px) {
    .footer{
       display: none;
    }
}

.footer .row .col-xl-12 .footer01{
    padding: 0 0 40px 0px;
    border-bottom: 1px solid #575757;
}


.footer .row .col-xl-12 .footer01 .footerone{
    width: 20%;
    display: block;
}

.footer .row .col-xl-12 .footer01 .footerone .footerones{
    width: 90%;
    height: 4.5rem;
    border-bottom: 1px solid #6F6F6F;
    margin-bottom: 1rem;
}

.footer .row .col-xl-12 .footer01 .footerone .footerones .footerpone p{
    color: #fff;
    line-height: 1.5rem;
   
}

.footerone{
    color: #fff;
}

.footerone .footzaixian{
    position: relative;
    height: 2rem;
    line-height: 20px;
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
margin-bottom:1rem;
}

.footerone .footzaixian::after{
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 1px;
    bottom: 1px;
    background-color:#6F6F6F;
}

.footerone .footercixun{
   color:#B4B4B4; 
   margin-bottom: 1rem;  
}

.footerboder{
    width: 60%;
    display: flex;
    justify-content: space-around;
    height: 2.5rem;
    background-color: #1E6FA7;
    border-radius: 20px;
}

.footerboder a{
    color: #fff;
   line-height: 2.5rem;
}
.footerboder i{
  
    line-height: 2.5rem;

}

.footerfuwu{
    margin-bottom: 0.5rem;
}

@media screen and (max-width:900px) {
    .footerimg{
        margin-left: 0.5rem;
    }
}




#phoneduan{
    padding: 20px  20px 0 20px;
    background-color: #2E2E2E;
    /* height: 300px; */
}

@media screen and (min-width:1100px),screen and(max-width:3000px) {
    #phoneduan{
       display: none;
    }
}



#phoneduan .row .col-sm-12 .phone01 p{
    margin-bottom: 0.2rem;
}

.phone01 p{
  color: #D7D7D7;
}


.phone01 img:nth-of-type(2){
  margin-left: 2rem;
}
 
.phone01 .phoneone{
    margin-bottom: 1rem;
}


.newrightone{
    padding: 10px;
}

.newrightone:hover{
    background-color: rgba(0,0,0,0.3);
}


.newneirong{
    padding: 0 10px;
}

.newneirong:hover{
    background-color: rgba(0,0,0,0.3);
}

















