/* float start*/
.float-window{  
    position: fixed; 
    width: 13rem;
    height: 6rem;
    right: 0;
    top: 25rem;
    z-index: 888;
}


.float-window div:nth-child(1){
    width: 2rem;
    border-radius: 0.5rem;
    border-top: 0.1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    height: 2rem; 
    background-color: #FF9600;
    text-align: center;
    float: right;
  

}

.float-window div:nth-child(1) .to_top_btn{
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    border: 1px solid transparent; 
    outline: none;    
    background-color: transparent;
    background-image:url('../img/icon_top.png');
    background-repeat:no-repeat;

   
}


/* float end */
.header-style{
    width: 100%;
    height: 320px;
    background:linear-gradient(0deg,rgba(5,35,61,0.8) 0%,rgba(5,35,61,0.5) 100%);
}



.header-button{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border: 0;
    background: 0 0;
    font-size: 28px;
    color: aliceblue;
    font-family: roboto,sans-serif;
    width: 40px;
}
.header-button img{
    margin-top: 0.4rem;
}
header .nav-item{-webkit-tab-highlight-color: rgba(0,0,0,0);}
header .dropdown-menu a{
    color: rgba(255,254,254,1);
    font-size: 14px;
}

header .nav-link:hover{
    color:rgba(255,150,0,1) !important;  
    border-bottom:3px solid rgba(255,150,0,1) !important;

    
}
header .nav-item, a{
    color: aliceblue !important;
    background-color: transparent !important;
}

header #navbarDropdownMenuLink:after {
    text-decoration: none;
    border: none !important;
}
/* 1111 */

.dropdown {

    position: relative;

    display: inline-block;

   }

.dropdown-menu {

display: none;

position: absolute;

background-color: transparent;

width: 100%;
text-align: center !important;

} 
.dropdown-menu .dropdown-item{
    text-align: center;
}

.dropdown-menu a {

text-decoration: none;
display: block;
text-align: left !important;
padding-right: 9px !important;
padding-top: 14px !important;
}   

.dropdown-menu a:hover {

background-color: transparent;
border: none !important;
color:rgba(255,150,0,1) !important; 
text-decoration: none; 


}  

.dropdown:hover .dropdown-menu {

display: block;
background-color: transparent !important;
border: none !important;

}

.dropdown-menu:hover{
    background-color: transparent !important;
}
.dropdown-menu{
    background-color: transparent !important;
}

/* overview start */
#overview{
    width: 100%;
    height: 25rem;
    background-image: url('/static/img/tital_bg3.png');
}

#overview div{
    text-align: center;
    padding-top: 15rem;
    height: 20rem;


}


#introduction{
    height: 20rem;   
    width: 100%;
    position: relative;
}

#overview_absolute{
    padding-left: 20rem;
    padding-right: 20rem;
    position: absolute;
    width: 100%;
    height: 35rem;
    background-color: transparent;
}

.introduction_left{
    float: left;
    width: 50%;
    height: 20rem;
}

.introduction_left img{
    float: right;
    width: 30rem;
    height: 18rem;
    padding-top: 1rem;
}

.introduction_right div{
    background-image: url('../img/pic_bg_earth.png');
    background-color: white;
}

.introduction_right h5:first-child{
    height:2rem !important;
    font-size:30px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
    opacity:0.2;
    margin: 0 !important;
}

.introduction_right h5:nth-child(2){  
    height:2rem !important;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    border-bottom: 1px dashed #000;
    margin-top: 1rem !important;
}

.introduction_right p{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:40px;
    text-indent: 2rem;
   
}
@media screen and (max-width: 1600px) {
    #new_content{
        padding-left: 14% !important;
        padding-right: 14% !important;
    }
    .introduction_right p {
        font-size: 12px !important;
        line-height:30px;
    }

    .introduction_right div{
        height: 27rem !important;
    }
    .introduction_right h5:first-child(1){
        font-size: 25px;
    }
    .introduction_right h5:nth-child(2){
        font-size: 18px;
    }
    .new .consult_t li:nth-child(1) h1{
        font-size: 15px !important ;
    }
    .new .consult_t li:nth-child(2){
        font-size: 12px !important;
    }
    .hot_news_content div{
        font-size: 12px !important;
    }
    .hot{
        width: 45% !important;
    }
    .new{
        width: 55% !important;
    }
    
    
}



#news_img{
    width: 100%;
}

#news_img img{
    width: 100%;
    height: 52%;
}


#news_title{
    padding-top: 4rem;
    text-align: center;
}

#news_title img{
    width: 506px;
}


#new_content{
    width: 100%;
    padding-left: 14%;
    padding-right: 14%;
    height: 40rem;
    padding-bottom: 4rem;
}
.hot{
   width: 50%;
   float: left;
   height: 40rem;
}

.hot div:nth-child(1){
    width: 100%;
    height: 20rem;
}
.hot div:nth-child(1) img{
    width: 100%;
    height: 20rem;
}

.hot div:nth-child(2){
   height: 20rem;
}



.hot_news_content h1:nth-child(1){
    font-size:30px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
    opacity:0.2;
    }

.hot_news_content h1:nth-child(2){
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    }

.hot_news_content h1:nth-child(3){
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:48px;
    border-bottom: 1px solid #999999;
    }

.hot_news_content div{
    text-indent: 2rem;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height: 30px;
}
.hot_news_content a{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(231,31,24,1) !important;
    line-height:48px;
    text-decoration: none !important;
}

.new{
    width: 50%;
    float: right;
    background-color: #05233D;
 }


 .new .consult{
     height: 30rem;
 }

 .consult_content{
   padding-top: 2rem;
   padding-top: 2rem;
   padding-left: 2rem;
   padding-right: 2rem;

 }
 
 .new .consult_img img{
     height: 10rem;
     width: 100%;

 }

 .consult_t ul li:nth-child(1) h1:nth-child(1){
    float: left;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);

 }

 .consult_t ul h1{
    margin-bottom: 0 !important;
 }
 .consult_t ul{
     padding-top: 1rem;
     border-bottom: 1px dashed rgba(255,255,255,1) !important;
     
 }



 .consult_t ul li{
    margin:0; 
    padding:0; 
    list-style: none;
 }

 .consult_t ul li:nth-child(1){
    height: 2rem;

 }

 .consult_t ul li:nth-child(1) h1:nth-child(2){
    float: right;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.3;
}

.consult_t ul li:nth-child(2){
    height:5rem;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:24px;
    text-indent: 2rem;
    height: 3rem;
}

/* overview end */


/* agency start */

#agency{
    width: 100%;
    height: 20rem;
    background-image: url('/static/img/tital_bg.png');
}

#agency div{
    text-align: center;
    padding-top: 10rem;
    height: 10rem;
   
}



.agent  h1{
    height: 2rem;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);

}
@media screen and (max-width: 1600px) {
    .agent p {
        font-size: 11px !important;
        line-height:20px !important;
    }
}



.agent p{
    
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:30px;
    text-indent: 2rem;
    padding-right: 4rem;
    font-size:14px;

}

.agent div:nth-child(2){
    height: 30rem;
    width: 50%;
    float: right;

}

.contact{
    padding-left: 19%;
    padding-right: 19%;
    padding-top: 4rem;
    height: 20rem;
}

.contact .contact_title{
    height: 3rem;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.contact_left{
    float: left;
    height: 15rem;
    width: 50%;
    padding-right: 2rem;
}
.contact_left h1,.contact_right h1{
    font-size:14px !important;
    font-family:PingFang SC !important;
    font-weight:400 !important;
    color:rgba(51,51,51,1) !important;
}

.contact_right{
    float: right;
    height: 15rem;
    width: 50%;
    padding-left: 1rem;
}


.contact h1{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:30px;
}


.recruitment_content{
    height: 40rem;
    padding-left: 19%;
    padding-right: 19%;
    

}

.recruitment_content li{
    width:48%; 
    float:left; 
    display:block;
}

.recruitment_content li:nth-child(3){
    float: right;
}
.recruitment_content li:nth-child(4){
    float: right;
}

.recruitment_content label{
    width:100%; 
    display: block;
    line-height:30px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.recruitment_content input{
    width:79%; 
    display: block;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:30px;
}

.recruitment_content li:nth-child(6){
    width:90%;
    height:12rem !important;;
}
.recruitment_content li:nth-child(6) textarea{
    width:100% !important;
    height:8rem !important;
    background:rgba(255,255,255,1);
    border:1px solid rgba(153,153,153,1);
}

.recruitment_content .button{
    padding: 2rem;
    height: 4rem;
    text-align: center;
}

.recruitment_content .button button{
    height: 2rem;
    width: 10rem;
    background:rgba(255,150,0,1);
    border:2px solid rgba(255,150,0,1);
    color: aliceblue;
    margin-right: 6rem !important;
}

.contact_success{
    padding-top: 6rem;
    padding-left: 30rem;
    padding-right: 30rem;
    height: 28rem;
    text-align: center;
    vertical-align:middle;

    
}

.contact_success div{
    padding-top: 1rem;
    height: 10rem;
    text-align: center;
    background-color: #45818e;
    color: aliceblue;
    vertical-align:middle;

}


/* agency end */


/* case start */
#case{
    width: 100%;
    height: 20rem;
    background-image: url('/static/img/tital_bg.png');
}

#case div{
    text-align: center;
    padding-top: 10rem;
    height: 15rem;
}

#case-content{
    padding-top: 2rem;
}
#case-content .nav-item a{
    color:#333333 !important;
}
#case-content .nav-item .nav-link:hover{
    color:black !important;  
    border-bottom:1px solid rgba(255,150,0,1) !important;
    background-color: transparent !important;

}
@media screen and (max-width: 1600px) {
    .case-content .case-title{
        font-size: 13px !important;
        margin-bottom: 4px !important;
    }
    .case-content p{
        font-size: 8px !important;
        line-height: 1.1rem !important;
    }
    .case-content li{
        font-size: 8px !important;
        margin-bottom: 1% !important;

    }

    .case-content li h1{
        font-size: 8px !important;
        margin: 0 !important;

    }
    .case-content li:nth-child(2) h1{
        letter-spacing: 0.7rem !important;
        width: 50px !important;
    }
    .cases{
        padding-left: 10% !important;
        padding-right: 10% !important;

    }
    #case-content{
        padding-left: 10% !important;
        padding-right: 10% !important;


    }
   
}
.cases{
    padding-top: 2rem;
    padding-left: 12%;
    padding-right: 12%;
}



.cases #home{
    width: 100%;
}

.cases .item{
    width: 100%;
    border-top: 0.1rem solid #F1F1F1 !important;
    border-bottom: 0.1rem solid #F1F1F1 !important;
    border-left: 0.1rem solid #F1F1F1 !important;
    border-right: 0.1rem solid #F1F1F1 !important;
}
.case-content{
    float: left;
    padding: 3.1% !important;
}
.cases-content .case-title img{
    display:inline-block !important;
    width: 18px !important;
    height: 18px !important;
    padding-right: 2rem !important;
}
.case-content .case-title{
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.case-content li{
    list-style-type:none;
    font-size:14px;
    font-family:PingFang SC;
}

.case-content li h1{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,150,0,1);
    display: inline-block;
}
.case-content li:nth-child(2) h1{
    letter-spacing: 0.9rem;
    width: 58px;
}





.case-content p{
    padding-top: 0.3rem;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-indent: 2rem;
    line-height: 1.5rem;
}
.case-img{
    float: right;
    width: 55%; 
    height: 100%;
}

.case-img img{
    padding-left: 0.4rem;
    width: 100%;
    height: 100%;
}





/* case end */



/* honor start */
#honor{
    width: 100%;
    height: 20rem;
    background-image: url('/static/img/tital_bg.png');
}

#honor div{
    text-align: center;
    padding-top: 10rem;
    height: 15rem;
}

/* honor end */



/* press center list start */
#press-center{
    width: 100%;
    height: 20rem;
    background-image: url('/static/img/tital_bg.png');
}

#press-center div{
    text-align: center;
    padding-top: 10rem;
    height: 15rem;
}

.press-center-title{
    padding-left: 20%;
    padding-right: 20%;
    height: 2rem;
   
}

.press-center-content a{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1) !important;
    line-height:24px;
}

.press-center-content a:link{
   text-decoration: none;
}


.press-center-title a{
    color:rgba(51,51,51,1) !important;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:24px;
}
.press-center-title a:link{
    text-decoration: none;
}
.press-center-title a:hover{
    text-decoration: none;
    border: none !important;
    color:rgba(255,150,0,1) !important;  
}

.press-center-content{
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    height: 18rem;
}

.press-center-content a{
    text-decoration: none;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
}

.press-center-content .jourlism_content{
    color:rgba(51,51,51,1) !important;

}

.jourlism-content-body h5{
    height: 2rem !important;
    text-align: left !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    height:18px;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
}

.jourlism-content-body h5 span{
    color: #FF9600;
    padding-right: 1rem;
}

.jourlism-content-body p{
    text-align: left !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.journalism-arrow{
    height: 50%;
    text-align: center;
    vertical-align: middle;
}
.journalism-arrow img{
    padding-top: 80%;
    text-align: center;
    vertical-align: middle;

}
.paginator a{
    text-decoration: none !important;
    color: #000 !important;
}

#paginator{
    height: 1rem;
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 1rem;

}
.paginator-row{
    margin: 0 ;
    padding: 0 !important;
}

.pagination-content{
   float: right !important;


}
.pagination-content span:nth-child(1){
    width:140px !important;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
    text-decoration: none;
    text-align: center;
}
.pagination-content li{
    width:40px;
    height:26px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(241,241,241,1);
    margin-left:0.3rem;
    padding:0px;
    font-size:12px;
    text-align: center;
}

.pagination-content li:nth-child(4){
    background:rgba(231,31,24,1);
    width: 25px !important;
}

.pagination-content li a{
    width:40px;
    height:26px;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
}

.pagination-content li a span{
    width:40px;
    height:26px;
    width: 100%;
    height: 100%;
}
.turn-to-page{
    width:36px;
    height:12px;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
   
}
.pagination-content select{
    width:55px;
    height:26px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(221,221,221,1);
    
}
/* press center list end */


/* press center content start */
.press-center-content{
    padding-left: 20%;
    padding-right: 20%;
    height: 100%;
}


#press-center-content{
    margin-bottom: 2rem;
    text-align: left !important;
}


#press-center-content h5{
    height: 2rem !important;
    height:18px;
    font-size:30px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 1.5rem;
    text-align: center !important;

}

#press-center-content h6{
    font-size:12px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    text-align: center !important;
}

#press-center-content .jourlism_img{
    text-align: center !important;
}
#press-center-content img{
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center !important;
    width: 644px !important;
    height: 388px !important;
}

#press-center-content p{
    padding-left: 5% !important;
    padding-right: 5% !important;
    font-size:14px !important;
    font-family:PingFang SC !important;
    font-weight:400 !important;
    color:rgba(51,51,51,1) !important;
    line-height:24px !important;
    margin-bottom: 6rem !important;
    text-align: left !important;
}

/* press center content end */

/* footer start */
@media screen and (max-width: 1600px) {
.footer-content{
    width: 63% !important;
}
}

/* footer end */