<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{  
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 80px;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 130px;
  height: 80px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 130px;
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }
.clear{
    clear: both;
}
.item_top_banner{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top_banner img{
    width: 100%;
}
.item_top_banner_div{

    height: 100px;
    margin: 0 auto;
    margin-top: 470px;
    padding: 15px;
    background: #0f2b8c;
    opacity: 0.7;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}
.item_zhaopin{
    max-width: 1920px;
    height: 155px;
    margin: 0 auto;
    padding: 1px ;
}
.item_zhaopin_four{
    width: 1100px;
    height: 75px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.item_zhaopin_four_one{
    width: 230px;
    height: 75px;
    background:url("four_bg.jpg") no-repeat center top;
    background-size:100% ;
    text-align: center;
}
.item_zhaopin_four_one a{
    color: #fff;
    line-height: 75px;
    margin-right: 20px;
    font-size: 20px;
}
.item_title{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-size: 36px;
    color: #0f2b8c;
    font-weight: bold;
}

.item_title_left{
    width: 50px;
    margin-right: 20px;
}
.item_title_right{
    margin-left: 20px;
}
.title2{
    background: #f5f6fb;
}
.item_guoyou{
    max-width: 1920px;
    margin: 0 auto;
}
.item_guoyou_container{
    padding-top: 50px;
    width: 1100px;
    margin: 20px auto;
    border-top: 1px solid lightgray;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
}
.item_guoyou_container_one{
    width: 220px;
    height: 40px;
    margin:25px 0 10px 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    background: #ff3366 ;
    box-shadow:5px 5px 10px 2px gray;
    

}
.item_guoyou_container_one a{
    color: #fff;
}
.item_gufen{
    max-width: 1920px;
    height: 430px;
    margin: 0 auto;
    background: #f5f6fb;
    padding: 1px;
}
.title2 {
    margin: 50px;
}

.gufen2{
    height: auto;
}
.item_blue{
    max-width: 1920px;
    height: 500px;
    margin: 0 auto;
    background: url("blue.jpg") top center;
    background-size: 100%;
}
.item_blue_left{
    width: 39%;
    height: auto;
    float: left;
    margin-left: 10%;
    padding: 1px;
}
.item_blue_right{
    width: 39%;
    height: 500px;
    float: right;
    margin-right: 10%;
}
.item_blue_left_bank{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
}

.item_blue_left_div{
    width: 100%;
    height: 200px;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.item_blue_left_div_square{
    width: 22%;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
}
.item_blue_left_div_square a{
    
    line-height: 50px;
    color: #fff;
}
.item_blue_right_div{
    width: 100%;
    height: 350px;
    margin-top: 50px;
}
.item_blue_right_div_one{
    width: 150px;
    height: 350px;
    float: left;
}
.item_blue_right_div_one img{
    width: 150px;
}
.second{
    margin-left: 20px;
}
.item_blue_right_div_one p{
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.pink{
    width: 140px;
    height: 20px;
    border-radius: 15px;
    background: #ff3366;
    margin: 10px auto;
}
.pink p{
    font-size: 14px;
}






.item_bottom{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_bottom img{
    width: 100%;
}




















@media screen and (max-width: 700px) {
.item_top p{
	display:none;
}
    .item_top_L{
        float: left;
        width: 50%;
    }
    .item_top_R{
        float: right;
        width: 50%;
        
    }
    .item_top_L img{
        width: 70%;
        padding-left: 0px;
    }
    .item_top_R img{
        width: 40%;
        float: right;
    }
    .item_zhaopin{
        width: 100%;
    }
    .item_zhaopin_four{
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .item_zhaopin_four_one{
        width: 45%;
        height: 50px;
        margin: 10px auto;
        text-align: left;
        font-size: 12px;
    }
    .item_zhaopin_four_one a{
        line-height: 50px;
        text-align: left;
        margin-left: 10px;
        font-size: 14px;
    }
    .item_title{
        font-size: 20px;
    }
    .item_title_left{
        width: 30px;
        margin-right: 20px;
    }
    .item_title_left img{
        width: 100%;
    }
    .item_guoyou{
       
    }
    .item_guoyou_container{
        width: 96%;
        margin: 0 auto;
        justify-content: space-around;
        padding-top: 30px;
    }
    .item_guoyou_container_one{
        width: 30%;
        margin-left: 0;
    }
    .item_guoyou_container_one a{
        font-size: 12px;
    }
    .item_blue{
        height: 600px;
    }
    .item_blue_left{
        width: 96%;
        margin: 0 auto;
        float: none;
        height: auto;
    }
    .item_blue_left_bank{
        margin-top: 20px;
        text-align: center;
    }
    .item_blue_left_div{
        height: 120px;
    }
   .item_blue_right{
    width: 96%;
    margin: 0 auto;
    float: none;
    height: auto;
   }
   .item_blue_right_div{
       height: auto;
   }
   .item_blue_right_div_one{
    width: 32%;
    height: auto;
    float: left;
}
.item_blue_right_div_one img{
    width: 100%;
}
.first{
    margin-left:1% ;
}
.second{
    margin-left:1% ;
}
.item_blue_right_div_one p{
    font-size: 12px;
}
.pink{
    width: 98%;
    margin: 0 auto
}
.rightzx{
	display:none;
}





}</pre></body></html>