@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0}

.clear{clear:both}
.clearfix{zoom:1} .clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

@font-face {
  font-family: 'Qxmi';
  src: url("../font/MiSans-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Qxmi';
  src: url("../font/MiSans-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
	font-family: 'Qxmie';
	src: url("../font/Aileron-Regular.otf") format("opentype");
	font-weight: normal;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}


body{
	font-family: 'Qxmie','Qxmi',Microsoft,HelveticaYaHei,Arial!important;
	overflow-x: hidden;
	font-size: 16px!important;
	width: 100%;
}

html{
	font-size: 16px;
}

a{
	text-decoration: none;
    transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

a:hover{
	text-decoration: none;
}

ul{
	margin-bottom: 0;
}

ul li{
	list-style: none;
	/*float: left;*/
}

.no-padding {
	padding: 0;
}

.wid{
	position: relative;
	width: 72.9166666667vw;
    margin: 9.7916666667vw auto 0;
}

@media (max-width:1500px){
	.wid{
		width: 82.9166666667vw;
		margin: 7.5vw auto 0;
	}
}

@media (max-width:1000px){
    .wid{
        width: 90vw;
        margin: 6rem auto 0;
    }
}







scrollbar, [scrollbar], [data-scrollbar] {
  display: block;
  position: relative;
}
scrollbar .scroll-content, [scrollbar] .scroll-content, [data-scrollbar] .scroll-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform
}
scrollbar.scrolling .scroll-content, [scrollbar].scrolling .scroll-content, [data-scrollbar].scrolling .scroll-content {
  pointer-events: none;
}
scrollbar.scrolling .scroll-content .scroll-content, [scrollbar].scrolling .scroll-content .scroll-content, [data-scrollbar].scrolling .scroll-content .scroll-content {
  pointer-events: auto
}
scrollbar .scrollbar-track, [scrollbar] .scrollbar-track, [data-scrollbar] .scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .5s 1s ease-out, background .5s ease-out;
  transition: opacity .5s 1s ease-out, background .5s ease-out;
  background: none;
}
scrollbar .scrollbar-track.show, [scrollbar] .scrollbar-track.show, [data-scrollbar] .scrollbar-track.show, scrollbar .scrollbar-track:hover, [scrollbar] .scrollbar-track:hover, [data-scrollbar] .scrollbar-track:hover {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
scrollbar .scrollbar-track:hover, [scrollbar] .scrollbar-track:hover, [data-scrollbar] .scrollbar-track:hover {
  background: rgba(222, 222, 222, 0.75)
}
scrollbar .scrollbar-track-x, [scrollbar] .scrollbar-track-x, [data-scrollbar] .scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px
}
scrollbar .scrollbar-track-y, [scrollbar] .scrollbar-track-y, [data-scrollbar] .scrollbar-track-y {
  top: 0;
  right: 0;
  width: 8px;
  height: 100%
}
scrollbar .scrollbar-thumb, [scrollbar] .scrollbar-thumb, [data-scrollbar] .scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px
}
scrollbar .scrollbar-effect, [scrollbar] .scrollbar-effect, [data-scrollbar] .scrollbar-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#qxcontent {
    height: 100vh;
}

.scroll-content {
    overflow: hidden;
}

.scrollbar-thumb {
    width: 5px !important;
}

@media screen and (max-width: 1365px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}

.scrollbar-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

.scrollbar-thumb {
    background: rgba(0, 0, 0, .5) !important;
}
/*nav*/

.nav_top{
	z-index: 888;
	width: 100%;
	height: 88px;
	position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	border-bottom: 1px solid transparent;
}

.nav_top.nav_active,.nav_top.nav_active1{
	background: #f1f1f1;
	border-bottom: 1px solid #ddd;
}

.nav_l{
	display: flex;
	height: 100%;
	align-items: center;
}

.nav_logo{
	
}

.nav_logo img{
	width: auto;
	height: 46px;
	
}

.nav_menu{
	width: 850px;
    height: 100%;
    
}

@media (max-width: 1500px) {
    .nav_menu{
        width: 650px;
    }
}

.nav_menu ul{
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.nav_menu ul li{
	position: relative;

	transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.nav_menu ul li img{
	padding-left: 10px;
  width: auto;
  height: 6px;
	
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.nav_menu ul li:hover img{
	transform:rotateX(180deg);
	-o-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-webkit-transform:rotateX(180deg);
}

.nav_menu ul li .navxian{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0;
	width: 0%;
	height: 2px;
	background: linear-gradient(to left, #00daf0, #0040f7);
	transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.nav_menu ul li:hover .navxian{
	width: 140%;
}

.nav_menucon{
	position: absolute;
    top: 86px;
    left: -82px;
	border-radius: 5px;
	
    z-index: 58;
    transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	width: 228px;
    height: 0px;
    overflow: hidden;
	background: #f2f3f3;
    box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
	
	
}

.nav_menucon ul{
	display: block;
	padding: 20px 20px;
	border-bottom: 2px solid #0040f7;
}

.nav_menucon ul li{
	width: 100%;
	float: left;
	line-height: 2rem;
  padding: 8px 0;
}

.nav_menucon ul li a{
	color: #111!important;
	font-size: 0.95rem!important;
}

.nav_menu ul li a {
	font-weight: normal;
  height: 100%;
  font-size: 1rem;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_top.nav_active .nav_menu ul li a,.nav_top.nav_active1 .nav_menu ul li a{
	color: #444;
}

.nav_top.nav_active .nav_menu ul li a:hover,.nav_top.nav_active1 .nav_menu ul li a:hover{
	color: #0040f7!important;
}

/*.nav_top .nav_menu ul li a:after{
	content: "";
	width: 0;
	height: 2px;
	background: #f69625;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.nav_top.nav_active .nav_menu ul li a:hover:after{
	width: 140%;
}*/

.nav_r{
	display: flex;
  	align-items: center;
	position: relative;
	height: 88px;
}












footer {
    overflow: hidden;
    background: #F2F2F2;
    padding: 89px 0 39px;
}
footer .wid{
    margin: auto;
}
footer .wid .top{
    display: flex;
    justify-content: space-between;
}

footer .wid .top .l .foo_logo{
    width: auto;
  display: block;
  height: 150px;
	margin-bottom: 50px;
}

footer .wid .top .l .color{
    font-weight: bold;
    font-size: 21px;
    color: #0040f7;
    display: block;
    margin: 14px 0 34px 0;
}
footer .wid .top .l .color{
    color: #0040f7;
    display: inline;
	
}
footer .wid .top .l .text{
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin: 0 0 65px;
}


footer .wid .top .l .text p{
	margin-bottom: 0!important;
}

footer .wid .top .l .text p a{
    color: #666;
}
footer .wid .top .l .code {
    margin: 51px 0 0 0;
    display: flex;
}

footer .wid .top .l .code .list {
    width: 93px;
    text-align: center;
}

footer .wid .top .l .code .list:not(:last-child) {
    margin: 0 17px 0 0;
}

footer .wid .top .l .code .list img {
    width: 93px;
    margin: 0 0 9px 0;
}

footer .wid .top .l .code .list p {
    /* font-size: 12px; */
    font-size: 14px;
    
    /* font-weight: 300; */
    font-weight: 200;
    color: #888888;
}
footer .wid .top .foo_nav{
    display: flex;
}
footer .wid .top .foo_nav .item:not(:last-child) {
    margin: 0 134px 0 0;
}
@media (max-width:1500px){
	footer .wid .top .foo_nav .item:not(:last-child) {
		margin: 0 104px 0 0;
	}
}
footer .wid .top .foo_nav .item a{
    transition: .6s;
}
footer .wid .top .foo_nav .item a:hover{
    color: #0040f7!important;
}
footer .wid .top .foo_nav .item > a{
    font-weight: bold;
    font-size: 16px;
    color: #101216;
    display: block;
}
footer .wid .top .foo_nav .item .level{
    margin: 9px 0 0 0;
}
footer .wid .top .foo_nav .item .level a{
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 36px;
    display: block;
}
footer .wid .top .foo_nav .flex{
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 60px 134px;
    width: fit-content;
}
footer .wid .top .foo_nav .flex .item:not(:last-child) {
    margin: 0;
}

footer .wid .bottom{
    margin: 0;
    border-top: 1px solid #D9D9D9;
    padding: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .wid .bottom p,footer .wid .bottom a{
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    display: inline;
    transition: .6s;
}
footer .wid .bottom a:hover{
    color: #0040f7;
}













.menu-toggle {
    width: 50px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #0040f7;
    cursor: pointer;
    border-radius: 4px; }
.menu-toggle .menu__bar {
    position: absolute;
    display: block;
    height: 2px;
    left: 13px;
    width: calc(100% - 25px);
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.menu-toggle .menu__bar:nth-child(1) {
    top: 13px; }
.menu-toggle .menu__bar:nth-child(2) {
    top: 22px; }
.menu-toggle .menu__bar:nth-child(3) {
    top: 30px; }
.menu-toggle.active .menu__bar:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.menu-toggle.active .menu__bar:nth-child(2) {
    opacity: 0;
    visibility: hidden; }
.menu-toggle.active .menu__bar:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.hamburger-menu {
    display: inline-block; }
.hamburger-menu a {
    display: block; }

.slide-bar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: -330px;
    width: 300px;
    padding: 25px 20px;
    height: 100%;
    display: block;
    background-color: #ffffff;
    z-index: 1020;
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    padding-top: 60px;
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.slide-bar.show {
    left: 0; }

.close-mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    background: #0040f7;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.close-mobile-menu a {
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 16px;
    left: 0;
    display: block; }
.close-mobile-menu img {
    width: 30px;
    height: 30px;
}

.body-overlay {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease; }
.body-overlay.active {
    opacity: .5;
    visibility: visible; }

.side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.side-mobile-menu ul li a {
    padding: 0.9rem 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.9rem;
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
.side-mobile-menu ul li a:hover {
    color: #44c2fd;
    padding-left: 5px; }
.side-mobile-menu ul li a[aria-expanded="true"] {
    color: #44c2fd; }
.side-mobile-menu ul li a[aria-expanded="true"]:before {
    background: #44c2fd;
    border-color: #44c2fd; }
.side-mobile-menu ul li ul {
    padding-left: 0;
    list-style: none; }
.side-mobile-menu ul li ul li {
    padding-left: 1rem; }
.side-mobile-menu ul li ul li:hover > a {
    color: #44c2fd;
    padding-left: 20px; }
.side-mobile-menu ul li ul li:hover > a:before {
    background: #44c2fd;
    border-color: #44c2fd; }
.side-mobile-menu ul li ul li a {
    position: relative;
    padding-left: 1rem;
    text-transform: capitalize;
    font-size: 0.9rem; }
.side-mobile-menu ul li ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #1a1842;
    border-radius: 50%; }
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
    padding-left: 20px; }
.side-mobile-menu ul li.dropdown > a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    -webkit-transform-origin: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
.side-mobile-menu ul li.dropdown a[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%); }
.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}
*[dir="rtl"] .metismenu .arrow {
    float: left;
}

/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/

.metismenu .glyphicon.arrow:before {
    content: "\e079";
}
.metismenu .mm-active > a > .glyphicon.arrow:before {
    content: "\e114";
}

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/

.metismenu .fa.arrow:before {
    content: "\f104";
}
.metismenu .mm-active > a > .fa.arrow:before {
    content: "\f107";
}

/*
 * Require Ionicons
 * http://ionicons.com/
*/

.metismenu .ion.arrow:before {
    content: "\f3d2"
}
.metismenu .mm-active > a > .ion.arrow:before {
    content: "\f3d0";
}
.metismenu .plus-times {
    float: right;
}
*[dir="rtl"] .metismenu .plus-times {
    float: left;
}
.metismenu .fa.plus-times:before {
    content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-times {
    transform: rotate(45deg);
}
.metismenu .plus-minus {
    float: right;
}
*[dir="rtl"] .metismenu .plus-minus {
    float: left;
}
.metismenu .fa.plus-minus:before {
    content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-minus:before {
    content: "\f068";
}
.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility;
}

.metismenu .has-arrow {
    position: relative;
}

.metismenu .has-arrow::after {
    position: absolute;
    content: '';
    width: .5em;
    height: .5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: currentColor;
    border-color: initial;
    right: 1em;
    transform: rotate(-45deg) translate(0, -50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out;
}

*[dir="rtl"] .metismenu .has-arrow::after {
    right: auto;
    left: 1em;
    transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(-135deg) translate(0, -50%);
}

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(225deg) translate(0, -50%);
}


@media (min-width: 768px) and (max-width: 1000px) {
    header{
        background: #fff;
    }

    .nav_top{
        position: relative;
    }

    .nav_logo img{
        height: 66px;
    }

    footer .foo_nav{
        display: none!important;
    }

    footer .wid .bottom{
        display: block;
        line-height: 2rem;
    }
}





@media (max-width: 767px) {
    header{
        background: #fff;
    }

    .nav_top{
        position: relative;
        height: 68px;
    }

    .nav_logo img{
        height: 48px;
    }

    .menu-toggle{
        width: 45px;
        height: 40px;
    }

    .menu-toggle .menu__bar:nth-child(1){
        top: 11px;
    }

    .menu-toggle .menu__bar:nth-child(2) {
        top: 20px;
    }

    .menu-toggle .menu__bar:nth-child(3) {
        top: 28px;
    }


    footer{
        padding-top: 50px;
    }

    footer .foo_nav{
        display: none!important;
    }

    footer .wid .top .l .foo_logo {
        width: auto;
        display: block;
        height: 80px;
        margin-bottom: 30px;
    }

    footer .wid .top .l .text{
        margin-bottom: 40px;
    }

    footer .wid .bottom{
        display: block;
        line-height: 2rem;
    }
}
