/* header footer */


.header {
    box-sizing: border-box;
    line-height: 1.92rem;
  
    /*height: 1.92rem;*/
    /* background-color: #fff; */
}
.header_fix_box {
	
}
header.header-nav{
    width: 100%;
}
header.header-nav.bg_white  {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
    
}
header.header-nav .header-logo a:nth-child(1){
    display: block;
}
header.header-nav .header-logo a:nth-child(2){
    display: none;
}
header.header-nav.active_bg_white .header-logo a:nth-child(1){
    display: none;
}
header.header-nav.active_bg_white .header-logo a:nth-child(2){
    display: block;
}
header.header-nav.bg_white .header-logo a:nth-child(1){
    display: none;
}
header.header-nav.bg_white .header-logo a:nth-child(2){
    display: block;
}

header.header-nav .nav-item .default{
    display: block;
}
header.header-nav .nav-item .blue{
    display: none;
}
header.header-nav.active_bg_white .nav-item .default,header.header-nav.bg_white .nav-item .default{
    display: none;
}
header.header-nav.active_bg_white .nav-item .blue,header.header-nav.bg_white .nav-item .blue{
    display: block;
}

header.header-nav a{
    color: #fff;
}
header.header-nav.active {
	background: #fff;
    
}
header.header-nav .nav-item{
    position: relative;
}
header.header-nav .nav-item .head-a{
    height: 2.22rem;
    line-height: 2.22rem;
}
header.header-nav .nav-item.active .head-a:after {
	content: "";
	width: 0;
	display: block;
	height: 2px;
	background: #2386ee;
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s;
}

header.header-nav .nav-item.active .head-a:after {
	width: 100%;
}

header.header-nav .nav-item.active .head-a:hover  {
	width: 100%;
}
.header.active_bg_white a,header.header-nav.bg_white a{
    color: #252B3A;
}
.header.active_bg_white,header.header-nav.bg_white {
	background: #fff;
    color: #252B3A;
	box-shadow: 0  0.0266rem  0.53rem rgba(54,54,54,0.4);
}
header.header-nav .nav-item:nth-child(6).active .nav-sec {
    display: block;
        z-index: 99;
}
.header-nav .nav-item .header-item-block h4 {
    padding: 0 0 4px;
    line-height:0.74rem;
    border-bottom:  0.0266rem solid #dcdcdc;
}
.header-nav .nav-item .header-item-block a {
    margin-right:0px;
}

.header-nav .nav-item:nth-child(5) .header-item-block li a {
    color: #575d6c;
}
.header-nav .nav-item .header-item-block{
    height: auto;
    text-align: center;
}
.header-nav .nav-item .header-item-block li{
    line-height: 0.9rem;
}
.header-nav .nav-item:nth-child(5) .header-item-block li a:hover {
	color: #2a84ee;
}

.header-nav .nav-item:nth-child(5) .header-item-block li a {
	color: #575d6c;
}

.header-nav .nav-item:nth-child(5) .header-item-block li h4 a {
	color: #252B3A;
}
.header-item-head{
    text-align: left;
    height: 1.02rem;
    width: 3.8rem;
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.02rem;
    font-size: .48rem;
    font-weight: bold;
    color: #333333;
   
}
.nav-sec li a{
    text-align: left;
    line-height: 1.2rem !important;
}
.header-nav .nav-item:nth-child(6) .nav-sec {
    width: 16.5rem;
    padding: 0.8rem;
    position: absolute;
    left: -7.15rem;
    box-shadow: 0 40px 50px 0 rgb(0 0 0 / 20%);
    top: 2.22rem;
    display: none;
    border-top: 0.0266rem solid #e5e8ed;
    background: #fff;
}

.header-nav .header-default {
	position: relative;
}
.main-box{
    margin: 0 8.26rem;
}
.header .logo {
    width: 4.68rem;
    margin-right: 0.4rem;
}
.header .btn-login{
    background: #fff;
    color: #6384E3;
    border-radius: 0.4rem;
    width: 1.95rem;
    text-align: center;
    font-size: 0.43rem;
    height: 0.8rem;
    line-height: 0.8rem;

}
.header.active_bg_white .btn-login,.header.bg_white .btn-login {
    color: #fff;
    background: linear-gradient(180deg, #3F6DF2 0%, #43C5EC 100%);
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
}

.header .logo-txt {
    font-size: 0.53rem;
    color: #fff;
}

.header .navs-wrapper {
    height: 2.22rem;
    margin: 0 auto;
    width: 37.66rem;
}

.header .navs {
    list-style: none;
    
}
.header .nav-item {
    margin-right: 0.8rem;
}
.header .nav-item a {
    display: flex;
    align-items: center;
    height: 2.22rem;
    font-size: .48rem;
    line-height: 2.22rem;
    box-sizing: border-box;
    text-decoration: none;
}
.header .nav-item .data_text {
    height: 0.92rem;
    font-size: .48rem;
    line-height: 0.92rem;

}
.header .nav-item a img{
    max-width: 22px;
    max-height: 22px;
    margin-right: 0.13rem;
    margin-top: -0.1067rem;
}


.header .nav-item.hover a {
   
    border-radius: 2px;
}
.header .nav-item a.active{
    position: relative;
    
}


.header .nav-item:last-child {
    margin-right: 0;
}

.open>.dropdown-menu {
    left: unset;
    right: 0px;
    padding: 0;
}

.dropdown-menu .divider {
     margin: 0 0;
}

.dropdown-menu .menu-item {
    height: 0.93rem;
    cursor: pointer;
}

.dropdown-menu .menu-item a {
    display: block;
    line-height: 0.93rem;
    padding: 0px 0.53rem;
}

.dropdown-menu .menu-item:last-child a {
    color: #3d8ff4;
}

.dropdown-menu .menu-item a.active {
    background-color: #4a87c7;
    color: white;
}

.header .btn-group .btn-default {
    color: white !important;
    background-color: #4a87c7 !important;
    border-color: #4a87c7 !important;
}

.customer-float {
    position: fixed;
    left: 0.26rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10000;
}

.customer-float .close {
    margin: 0.26rem;
    cursor: pointer;
}

.customer-float .head {
    position: relative;
    text-align: center;
    top: 1.06rem;
}

.customer-float .head img {
    width: 80px;
    height: 80px;
}

.customer-bg {
    padding: 1.06rem 0.53rem 0.26rem 0.53rem;
    background: #fff;
    box-shadow: 0px 2px 1.06rem 0px rgba(60, 72, 86, 0.3);
    border-radius: 0.21rem;
}

.customer-float .wechat {
    padding: 0.26rem 0px;
    text-align: center;
}

.wechat img {
    width: 3.84rem;
    height: 3.84rem;
}

.customer-float p {
    color: #1e95f7
}

.customer-float .p2 {
    font-size: 0.53rem;
    font-weight: bold;
}

.customer-float .p1 {
    font-size: .3733rem;
    line-height: 0.53rem;
}

.customer-float .content {
    text-align: center;
}

.customer-float .btn {
    padding: 0.53rem 0px;
}

.customer-float .qq-btn {
    border: 0px;
}

.customer-float .qq-btn a {
    display: block;
    text-align: center;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(#147df4, #33a7f9);
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
}

.footer-copyright a {
    color: #bedcff;
}

.com, .cn {
    display: none;
}

.copyright {
    color: #bedcff;
    font-size: 0.26rem;
}

.footer {
    background-color: #242831;
    padding: 1.06rem 0 60px;
}
.footer>div {
   
    width: 34.66rem;
    margin: 0 auto;
}
.footer .footer-title{
    color: #fff;
    margin: 0.74rem 0;
}
.footer .footer-product,
.footer .footer-aboutus,
.footer .footer-mobile {
    order: 1;
    margin-right: 0.8rem;
}
.footer .footer-aboutus{
    padding: 0 1.33rem;
}
.footer .footer-content{
    margin: 0.21rem 0;
    color: #FFFFFF;
}
.footer .footer-vhr{
    border: 0;
    height: 2.53rem;
    width: 2px;
    background-color: #BEDCFF;
}
.footer .link{
    margin: 0.21rem 0;
    color: #FFFFFF;
    text-decoration: none;
}
.footer .footer-aboutus-img{
    width: 0.69rem;
    height: 0.69rem;
    margin-right: 0.69rem;
}
.footer .flex0 {
    position: relative;
}

.footer .fa {
    color: #FFFFFF;
    width: 0.64rem;
    text-align: center;
    font-size: 0.48rem;
    position: absolute;
    bottom: 0.26rem;
}
.footer .mobile-intro img{
    width: 2.66rem;
    height: 2.66rem;
    background-color: white;
    box-sizing: border-box;
    border-radius: 0.13rem;
}
.footer .friend-links .link {
    margin-right: 1.06rem;
    font-size: 0.32rem;
}
.footer .footer-copyright{
    color: #bedcff;
    margin-top: 0.8rem;
    font-size: 0.26rem;
}

/*media*/
