<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*瀵艰埅鏉�*/
.navbar-title .active{
   border-bottom: 3px solid rgb(251, 51, 75);
}
.navbar-trans{
    background: #fff;
   /* height: 80px;*/
    transition: top .5s;
}
.hiddened{top: -96px;}
.navbar-header .showed{top:0;}

.container-fluid{
    padding-left: 0px;
     padding-right: 0px;
}
.navbar-header{
    width:100%;
    height: 96px;
    display: flex;
    /*padding: 0 15px;*/
   /* border-bottom: 1px solid #aaa;*/
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.nav-box{
    display: flex;
    flex: 1;
}
.navbar-title-wrap{
    display: block;
    flex: 1;
    border-right: 1px solid #e5e5e5;
}
.search{
    position: absolute;
    width: 99%;
	
    /*height: 80px;*/
    /*background: #fff;*/
    /*border-bottom: 1px solid #aaa;*/
    left: 0;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*transition: top .5s;*/
    top: -96px;
}
.box-search-wrap{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*height: 80px;*/
    left: 0;
    width: 100%;
    z-index: 2;
    /*border-bottom: 1px solid #aaa;*/
    /*background: #fff;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box-search{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 220px;
    background: #fff;
}
#form{
    width: 100%;
}
.keyword{
    outline: none;
    color: #333;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 45px;
    padding: 0 20px;
    border: 0;
    text-transform: uppercase;
    line-height: normal;
    width: 100%;
}
.keyword:-moz-placeholder {
    color: #ccc;
}
.keyword::-moz-placeholder {
    color: #ccc;
}
.keyword:-ms-input-placeholder{
    color: #ccc;
}
.keyword::-webkit-input-placeholder{
    color: #ccc;
}

.bt-close{
    position: relative;
    width: 66px;
    height: 96px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
}
.bt-close:before,
.bt-close:after{
    content: '';
    position: absolute;
    top: 48px;
    right: 26px;
    width: 20px;
    height: 3px;
    background: #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bt-close:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-button{
    display:none;
    position: relative;
    width: 66px;
    /*height: 80px;*/
    cursor: pointer;
    z-index: 1;
    text-align: center;
    line-height: 96px;
    background: #f00;
}
.search-button a{
    font-size: 15px;
    color: #fff;
    display: block;
    background: #FB334B;
}
.search-button a:hover{
    text-decoration: none;
    color: #fff;
    background: red;
}
.right{
    max-width: 400px;
    /*float: right;
    padding: 5px 15px;
    cursor: pointer;*/
}
.right ul{
    margin:0;
    list-style: none;
    float: left;
}
/*.box-left{
    border-left: 1px solid #ccc;
}*/
.box-left li:first-child{
    margin-left: 10px;
}
.box-left li:last-child{
    margin-right: 10px;
}
.box-ul li{
    /*display: inline-block;*/
    float: left;
    padding: 0;
    color:#ccc;
}
.box-ul .nav-button{
    display: none;
    width: 60px;
    text-align: center;
}
.right ul li a{
    font-size: 12px;
    color: #7d8a93;
    padding: 0 10px;
    line-height: 83px;
    font-weight: 300;
    transition: all .3s;
}
.right ul li a:hover{
    color:#fb7658;
    text-decoration: none;
}
.navbar-toggle{
    float: none;
    background: #fff !important;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 35px;
    margin-top: 24px;
}
.navbar-toggle .icon-bar{
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background: #000;
    margin-left: 5px;
}
.search_pic{
    height: 18px;
    cursor: pointer;
    padding: 39px 0;
}
.box-ul .entrance-button{
    width: 62px;
    /*border-left: 1px solid #ccc;*/
    text-align: center;
    cursor: pointer;
    display: none;
}
.box-ul .list-ul{
    position: absolute;
    background: #fff;
    text-align: center;

    display: none;
}
.box-ul .list-ul li{
    float: none;

}
.box-ul .list-ul li a{
    line-height: 35px !important;
}
.language-wrap{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 70px;
    text-align: center;
}
.search_pic_wrap{
    width: 50px;
    text-align: center;
    line-height: 96px;
    transition:all .3s;

}
@media screen and (min-width: 1910px) and (max-width:1920px) {
.search_pic_wrap{
    width: 80px;
    text-align: center;
    line-height: 96px;
    transition:all .3s;

}
}
@media screen and (min-width: 1900px) and (max-width:1910px) {
.search_pic_wrap{
    width: 65px;
    text-align: center;
    line-height: 96px;
    transition:all .3s;

}
}

.right ul li .language{
    font-size: 14px;
    padding: 0 10px;
    color: #999;
    cursor: pointer;
    /* font-weight: 600; */
    letter-spacing: 0.1em;
    font-family: Arial,Helvetica,sans-serif;

}
.zn{
    border-right:1px solid #aaa;
    border-left:1px solid #aaa;
    padding-right: 13px;
    padding-left: 13px;
}
.container-fluid .navbar-wrap{
     display: flex;
     width: 100%;
}
.narrow-navbar-wrap{
    display:none;
    border-bottom: 1px solid #aaa;

}
.narrow-navbar-box{
    flex: 1;
}
.narrow-navbar{
    list-style: none;
    margin: 0px 0px 0px 25px;
}
.narrow-navbar li{
    display: inline-block;
    padding: 0;
    width: 15%;
    text-align: center;
}
.narrow-navbar li a{
    font-size: 12px;
    color: #888;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.narrow-navbar li a:hover{
    color:#fb7658;
    text-decoration: none;
}
.narrow-box-navbar{
    width: 230px;
}
.narrow-navbar-ul{
    list-style: none;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.narrow-navbar-ul li{
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}
.narrow-navbar-ul li a{
    font-size: 12px;
    color: #aaa;
    line-height: 50px;
}
.narrow-navbar-ul li a:hover{
    color:#fb7658;
    text-decoration: none;
}
.navbar-title{
    text-align: center;
    /*padding: 0 20px;*/
    float: none;
    /*height: 80px;*/
   /* margin: 0 30px;*/
}
.navbar-title li{
    display: inline-block;
    float: none;
    padding: 0;
    width: 15%;
    text-align: center;
    /*margin: 0px 23px;*/
}
.navbar-title li a{
    color: #888;
    font-size: 12px;
    line-height: 80px;
    padding: 0px;
    letter-spacing: 0.2em;
    transition: all .3s;
    font-weight: bold;
}
.navbar-title li a:hover{
    color:rgb(251, 51, 75) !important;
    background: #fff;
    text-decoration: none;
}
/*----------瀵艰埅涓嬫媺鏍峰紡-----------*/
.drop-down-menu{
    position: fixed;
    height: 900px;
    padding: 35px 35px;
    display: block;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 1);
    border-top: 1px solid #e5e5e5;
    z-index: 1;
    display: none;
}
.drop-down-menu li{
    line-height: 19px !important;
}
.b-menu{
    width: 100%;
    height: 200px;
}
/*瀛︽牎姒傝*/
.down-menu-l{
    float: left;
    width: 45%;
    border-right: 1px solid #e5e5e5;
}
.down-menu-l-t{
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.down-menu-title{
    text-align: left;
    padding-top: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding-bottom: 30px;
    height: 60px;
}
.down-menu-title i{
    color: #aaa;
}
.down-menu-title span:nth-child(1){
    width: 2px;
    height: 20px;
    display: block;
    float: left;
    border-left: 2px solid;
    padding-right: 10px;
}
.down-menu-list{
    /*margin-left: 40px;*/
    overflow: hidden;
}
.down-menu-list ul{
    width: 535px;
    float: right;
}
.collapse .down-menu-list li{
    width: 15%;
    margin-bottom: 10px;
}
.collapse .down-menu-list a{
    line-height: 0 !important;
    color: #7d8a93;
    font-size: 12px;
    letter-spacing: 0;
}

.down-menu-l-b{
    padding-top: 20px;
}
.pic-wrap{
    height: 270px;
    overflow: hidden;
}
.pic-wrap img{
    width:100%;
}

.down-menu-r{
    float: left;
    width: 55%;
}
.down-menu-r-t{
    padding-left: 35px;
}
.down-menu-r-b{
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}
.down-menu-r-b-l{
    width: 50%;
    float: left;
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 40px;
}
.collapse .down-menu-r-b-l li{
    width: 100%;
    margin-bottom: 10px;
    display: list-item;
    margin-left: 0;
    text-align: right;
}
.collapse .down-menu-r-b-l a{
    line-height: 0 !important;
    color: #7d8a93;
    font-size: 12px;
    letter-spacing: 0;
}
.down-menu-r-b-list{
   /* padding-bottom: 87px;*/
    float: right;
}
.down-menu-title-box{
    padding-top: 164px;
}
.down-menu-r-b-r{
    width: 50%;
    float: left;
    border-left: 1px solid #e5e5e5;
}
.down-menu-r-b-r-pic{
    height: 300px;
}
.down-menu-r-b-r-pic img{
    width: 100%;
    height: 100%;
}
.down-menu-title-wrap{
    padding-top: 10px;
}
.down-menu-title-wrap .down-menu-title{
    text-align: right;
}
.down-menu-title a{
line-height: 1.5em !important;
}
.down-menu-title-wrap .down-menu-title span:nth-child(1){
    float: right;
    padding-right: 0;

}

.down-menu-title-wrap .down-menu-title span:nth-child(3){
    padding-right: 10px;
}

@media only screen and (min-width: 1360px) and (max-width:1900px){
.narrow-navbar-wrap{
        display: none !important;
    }
	
	.box-search-wrap{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*height: 80px;*/
    left: 0;
    width: 98%;
	
    z-index: 2;
    /*border-bottom: 1px solid #aaa;*/
    /*background: #fff;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
}
@media screen and (max-width:1024px) {
.search_pic_wrap{ display:none !important;}
.navbar-header{
    width:100%;
    height: 66px;
    display: flex;
    /*padding: 0 15px;*/
   /* border-bottom: 1px solid #aaa;*/
    margin-right: 0px !important;
    margin-left: 0px !important;
}

}

@media screen and (min-width: 1024px) and (max-width:1360px) {
.search_pic_wrap{
    width: 30px;
    text-align: center;
    line-height: 96px;
    transition:all .3s;

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