
@font-face {
    font-family: "HarmonyOS_Sans_Regula";
    src: url("../../fonts/HarmonyOS_Sans_Regular.ttf");
}
* {
    font-family:
    HarmonyOS_Sans_Regula,
        Tahoma,
        Arial,
        Microsoft yahei,
        sans-serif !important;
}
body {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
.pointer{
    cursor: pointer;
}
.copyright a{
    color:#ddd;
}
.site_width {
    width: 1200px;
    margin: 0 auto;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99;
    height: 60px;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255,0.04); 
    /* 效果样式1 */
    box-shadow: 0px 1px 6px 0px rgba(255, 255, 255, 0.25);
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header-top.header2 {
    background-color: #fff;
    border: none;
    
    box-shadow: 0 0 32px rgba(2, 80, 158, .14);
}
.header-top.header2 .header{
    color: #333;
}
.header-top.header2 .right_header{
    color: #00a1df;
}
.header {
    display: flex;
    justify-content: flex-start;
    align-items: center; 
    color:#fff;
}
.header .mid {
    margin-left: 28px;
    height: 100%;
}
.header .mid .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.header .mid .menu .menu_item {
    margin-right: 28px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header .mid .menu .menu_item.active::after{
    content:'';
    display: block;
    width:100%;
    height: 4px;
    background-color: #fff;
    left:0;
    bottom: -19px;
    position: absolute;
}
.header .mid .menu .menu_item a {
    
    font-size: 16px;
    font-weight: 400;
    filter: brightness(1.2);
}
.navbar-header{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    left: 15px;
    background-color: #fff;
}
.navbar-collapse{
    position: fixed;
    background-color: rgb(255, 255, 255);
    width: 100%;
    top: 50px;
    z-index: 100;
    left: 15px;
}
.right_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.right_header .login_box {
    margin-left: 35px;
    margin-right: 30px;
}
.login_btn {
    width: 104px;
    height: 40px;
    background: linear-gradient(90deg, rgb(82, 72, 215), rgb(26, 155, 255) 100%);
    border-radius: 6px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.login_btn a {
    color: #ffffff;
    font-size: 16px;
}
a:-webkit-any-link {
    color:unset;
}
.banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 402px;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .title {
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
}
.banner .des {
    width: 70%;
    height: 21px;
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
}
.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #404040;
}
.footer .links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1000px;
    margin-bottom: 20px;
    margin-top: 20px;
    color:#fff;
}
.footer .link_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.footer .link_title {
    margin-bottom: 27px;
}
.footer .link_title a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.footer .link_page {
    margin-bottom: 25px;
}
.footer .link_page a {
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.6;
}
.footer .line {
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0.5;
}
.footer .copyright { 
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.main-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    min-height: 750px;
    background-image: url("../img/bg_diwen.png");
}
.leftside {
    position: fixed;
    left: 10px;
    top: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.leftside .left_menu {
    width: 28px;
    border-radius: 4px;
    background-color: #3f6dc4 !important;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
    border: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 10px;
    margin-bottom: 8px;
    font-size: 12px;
}
.rightside {
    width: 72px;
    height: 293px;
    position: fixed; 
    bottom: 50%; 
    right: 16px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* background-image: url('/assets/company/img/front/right_contact.png'); */
    background: linear-gradient(180deg, rgb(10, 144, 214), rgb(6, 98, 183) 100%);
    border-radius: 32px;
    z-index:100;
}
.rightside a {
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
    border: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.rightside a span {
    font-size: 12px;
    line-height: 14px;
    display: block;
}
.rightside .phone {
    position: relative;
}

.rightside .phone_num {
    position: absolute;
    right: 75px;
    width: 200px;
    padding: 10px;
    background: #fff;
    bottom: 2px;
    border-radius: 2px;
    display: none;
    box-shadow: 0 0 10px 2px #aaa;
    border-radius: 12px;
}
.rightside .contact_phone:hover .phone_num{
    display: block;
}
.rightside .phone_num .box{
    display: flex; 
}
.rightside .phone_num .box img{
    width:50px;
    height:50px;
}
.rightside .phone_num .box .box-right{
    width:fit-content;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    white-space: nowrap;
    justify-content: center;
}
.rightside .phone_num .box .box-right .title{
    font-weight: 600;
    font-size: 14px;
    color: #333; 
}
.rightside .phone_num .box .box-right .desc{
    color: #00a1df;
    font-size: 18px;  
    margin-top: 4px;
}
.rightside .wechat_num {
    position: absolute;
    right:85px; 
    padding: 20px 20px 10px;
    background: #fff;
    bottom:12px;
    border-radius: 12px; 
    display: none;
    box-shadow: 0 0 10px 2px #aaa;
}
.concant_wechat:hover .wechat_num{
    display: block;
}
.rightside .wechat_num .box{
    display: flex; 
}
.rightside .wechat_num .box .box-right{
    width: 206px;
    display: flex;
    flex-direction: column; 
}
.rightside .wechat_num .box .box-right .title{
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
}
.rightside .wechat_num .box .box-right .desc{
    color: #666;
    font-size: 14px;
    margin-left: 10px;
}

.rightside .wechat_num img{
    width: 50px;
    height:50px;
}
.rightside .wechat_num .box .box-right .pic img{
    width: 150px;
    height: 150px;
    position: relative;
}
.rightside .wechat_num .floatbtnPublic-trianglebox{
     
}
.hide {
    display: none;
}
.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tel {
    padding: 24px 30px 20px 30px;
    background-color: #333;
    color: #fff;
}
.floatbtnPublic-trianglebox {
    width: 20px;
    height: 20px;
    /* border: 1px solid #666; */
    background-color: #fff;
    transform: rotate(45deg) translateX(-7px);
}
.contact_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    border-bottom: 2px solid #ffffff;
}
.contact_reg {
}
.reg_icon {
    background-image: url("/assets/company/img/front/person.png");
    width: 24px;
    height: 24px;
}
.right_menu {
    margin-top: 10px;
    margin-bottom: 10px;
}
.phone_icon {
    background-image: url("/assets/company/img/front/phone.png");
    width: 28px;
    height: 25px;
}
.wechat_icon {
    background-image: url("/assets/company/img/front/wechat.png");
    width: 23px;
    height: 22px;
}
.mobile_icon .iconfont {
     font-size: 18px;
}
.dianhua { 
    margin-left: 8px;
    font-size: 16px;
    white-space: nowrap;
}
.skipmenu{
    position: relative;
    top: 0px;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    height: 54px;
    line-height: 50px;
}
.skipmenu .centerpd{
    display: flex;
    justify-content: center;
}
 
.skipmenu a {
    font-size: 12px;
    color: #666;
    text-align: center;
    display: inline-block;
    width: auto;
    line-height: 50px;
    margin-top: 1px;
    padding: 0px 20px;
    margin: 0px 10px;
    position: relative;
    transition: 0.2s all linear;
}
.skipmenu a:hover{
    color: #333;
    font-weight: 700;
}
.skipmenu .centerpd .active>a{ 
    color: #00a1df;
    border-bottom: 1px solid #00a1df;
}
.container{
    padding-left:20px;
    padding-right: 20px;
}
