@charset "utf-8";

/*
 *	Created by 71nc.com on 25/01/08
*/


/* 黑白结束 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #99A3B2;
    border-radius: 0.5rem;
}

html::-webkit-scrollbar-corner {
    background: #7B8A9F;
}

html::-webkit-scrollbar-thumb:hover {
    background: #7B8A9F;
}

html::-webkit-scrollbar-thumb:active {
    background: #5E6B80;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}

body {
    font-size: 0.18rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
   
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #2670E8;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2670E8;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #555;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size: 81.1458px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 85px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 95.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;

}

img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.wrap {
    margin: 0 3rem;
}


.warp {
    width: 74%;
    margin: 0 auto;
    position: relative;
}

.indexTitle {
    line-height: 0.45rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #202020;
    font-weight: bold;
    font-size: 0.34rem;
}

.indexTitle span {
    width: 100%;
    display: inline-block;
    color: #2670E8;
    font-size: 0.2rem;
    line-height: 0.28rem;
    font-weight: normal;
}


/* top */

header {
    width: 100%;
    height: 64px;
    background: #fff;
    padding-left: 0.3rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #c9d1f1;
}



.logo {
    width: 140px;
    height: 28px;
    margin-right: 0.65rem;
}

.logo img {
    display: block;
    width: 100%;
}

.freeBox {
    width: 150px;
    height: 64px;
    color: #fff;
    background: #2670E8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.freeBox a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition-duration: .5s;
}

.freeBox a:hover {
    background-image: linear-gradient(to right, #FF8C00, #FF5F25);
}

.freeBox img {
    margin-right: 0.05rem;
}


.main-menu .navigation>li>.active:after {
    width: 15px;
    height: 8px;
    position: absolute;
    content: "";
    left: 45%;
    bottom: -8px;
    background: url(../images/nav-jt.png) no-repeat;
    background-size: 100% 100%;
}

/*  */
.ewm-box {
    position: absolute;
    top: 100%;
    left: -0.4rem;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.1rem;
    background: #fff;
    box-shadow: 0 0 10px #a3a3a3;
    display: none;
    -webkit-animation-name: tab;
    animation-name: tab;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    border-radius: 0.1rem;
    box-sizing: border-box;
    z-index: 999;

}

@-webkit-keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/* 弹窗 */

#dialogBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
	display: none;
}



.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialog {
    width: 5.7rem;
    padding: 0.3rem 0.5rem 0.3rem 0.3rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
	box-shadow: 0px 4.76px 11.9px 0px #D7DEED;
}

#dialog .ewm {
    width: 1.7rem;
}

#dialog .pText {
    color: #202020;
    font-size: 0.22rem;
    line-height: 0.4rem;
    text-align: center;
}

#dialog .pText span {
    font-weight: bold;
    display: inline-block;
}

#dialog .pText .c1 {
    color: #2670E8;
}

.dialogTop {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0.22rem;
    top: 0.15rem;
    cursor: pointer;
    z-index: 2;

}

.claseDialogBtn img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.claseDialogBtn:hover img {
    transform: rotate(180deg);
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
    outline: none;
}

.sk04 {
    height: 45px;
}

.sk04 input {
    border-radius: 0;
    background: #fe9ac0;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

/*  */
.follow-us-btn{position: relative;}
 .qrcode-popup {
    position: absolute;
    right: 60px; 
    top: 50%;
    transform: translateY(-50%) translateX(20px); 
    padding: 5px;
    opacity: 1; 
    visibility: hidden; 
    transition: all 0.3s ease;
    z-index: -1; 
}


.qrcode-popup img {
    width: 120px;
    height: 120px;
    display: block;
}


.qrcode-popup p {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin: 5px 0 0 0;
}


.follow-us-btn:hover .qrcode-popup {
	width: 130px;
    opacity: 1;
    visibility: visible; 
    transform: translateY(-50%) translateX(0); 
    z-index: 1000; 
}


.follow-us-btn:hover {
    background: #0056b3;
}
/*  */
footer {
    width: 100%;
    background: #ebeef3;
    padding-top: 0.4rem;
}

.copyright {
    border-top: 1px solid #d9dde6;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    color: #717171;
}

.footBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0.4rem;
}

.footBox .left {
    width: 23%;
    margin-right: 5%;
    border-right: 1px solid #d4d7dc;
}

.footBox .left .linkBox {
    padding-left: 28%;
}

.footBox .left .btn {
    margin-bottom: 0.08rem;

}

.footBox .left .btn a {
    width: 1.4rem;
    border: 1px solid #2670e8;
    line-height: 0.36rem;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    transition-duration: .2s;
    margin-bottom: 7px;
    color: #2670e8;
}

.footBox .left .btn a:hover {
    border: 1px solid #FF8C00;
    color: #fff;
    background-image: linear-gradient(to right, #FF8C00, #FF5F25);
}

.footBox .left .title {
    width: 100%;
    line-height: 0.4rem;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
}

.footBox .left .linkList a {
    width: 100%;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    color: #717171;
}

.footBox .left .linkList a:hover {
    color: #2670E8;
}

.footBox .left .f-logo {
    width: 2.28rem;
    display: block;
    margin-bottom: 15px;
}

.footBox .center {
    display: flex;
    flex-wrap: wrap;
}

.footBox .center dl {
    padding-right: 0.4rem;
}

.footBox .center dl dt {
    line-height: 0.4rem;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 0.1rem;
}

.footBox .center dl dt:after {
    width: 13px;
    height: 2px;
    background: #2670e8;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.footBox .center dl dd {
    font-size: 14px;
    line-height: 27px;
    color: #717171;
}

.footBox .center dl dd a {
    color: #717171;
}

.footBox .center dl dd a:hover {
    color: #2670E8;
}

.footBox .center dl dd:hover {
    color: #2670E8;
}

.footBox .right {
    width: 12.15%;
}

.footBox .right .ewmBox .title {
    width: 100%;
    line-height: 0.4rem;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 0.1rem;
    text-align: center;
}

.footBox .right .ewmBox img {
    width: 100%;
    display: block;
}

/*  */

.header-upper-middle .navigation .dropdown>ul {
    position: absolute;
    left: -20vw;
    width: 110vw;
    min-width: 110%;
    top: 100%;
    margin: 0;
    text-align: left;
    padding: 0.25rem 0 0.25rem 21vw;
    list-style: none;
    box-sizing: border-box;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 10px #cbdcf7;
}

.main-menu .navigation>li:nth-child(3) .navigation .dropdown>ul {
    position: absolute;
    left: -30vw;
    width: 120vw;
    min-width: 120%;
    top: 100%;
    margin: 0;
    text-align: left;
    padding: 0.25rem 0 0.25rem 21vw;
    list-style: none;
    box-sizing: border-box;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 10px #cbdcf7;
}

.header-upper-middle .navigation .dropdown>ul>li {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: left;
    padding-bottom: 8px;
}


.header-upper-middle .navigation .dropdown {
    position: relative;
}

/*  */
/* 悬浮窗口 */
.float-sidebar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 999;
}


.float-top-btn {
    width: 48px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 10px 0px #E6EBF3, inset 0px 0px 10px 0px #EA6310;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, #ff9f40, #ff6b00);
    color: #fff;
    border-radius: 30px;

    cursor: pointer;
    position: relative;
}

.float-top-btn:after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff2e5;
    top: 3px;
    left: 2px;
}

/* .float-top-btn img {
    width: 58px;
    height: 76px;
    position: absolute;
    margin-bottom: 5px;
    top: -26px;
    z-index: 2;
} */
.e_icon {
    width: 58px;
    height: 76px;
    position: absolute;
    margin-bottom: 5px;
    top: -26px;
    z-index: 2;
}
.e_icon img{display: block; width: 100%;}
.float-top-btn span {
    font-size: 14px;
/*    letter-spacing: -2.4px; */
    font-weight: bold;
    writing-mode: vertical-rl;
}

.float-top-btn a {	
		width: 100%;
		    color: #fff;
		    padding: 47px 0 12px 0;
		    text-align: center;
		    margin: 0 auto;
		    display: inline-block;
}

.float-btn {
    width: 48px;
    height: 48px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    transition: background 0.2s;
    border-radius: 10px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 81%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 10px 0px #E3EAF4;
	transition: all 0.3s ease;
	position: relative; /* 为二维码弹窗做定位参考 */
	overflow: visible; /* 允许弹窗超出按钮范围 */
}

.float-btn:hover {
    color: #fff;
    background-image: linear-gradient(#FF5F25, #FF8C00);
}

.float-btn a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}

.float-btn a:hover {
    color: #fff;
}

.back-top {
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: none;
    border-radius: 10px;
    padding: 13px;

    transition: all 0.2s;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 81%);
    border: 2px solid #FFFFFF;
    box-shadow: inset 0px 0px 10px 0px #E3EAF4, 0px 4px 10px 0px #E6EBF3;
}


.back-top.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-top.show:hover{ background-image: linear-gradient(#FF5F25, #FF8C00);}
.back-top:hover {
	    background-image: linear-gradient(#FF5F25, #FF8C00);
    background: #f5f5f5;
}

.back-top svg {
    width: 16px;
    height: 16px;
    fill: #666;
}
.back-top.show:hover svg{fill:#fff;}
/* 悬浮窗口 */

/*  */

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    cursor: pointer;
    padding: 20px 0;
}

.nav-outer .mobile-nav-toggler span b {
    font-weight: normal;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #2670E8;
    display: block;
    margin-bottom: 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
position: relative;
    padding:5px 15px 0 25px ;
    text-align: left;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mlogo{width: 50%;}
.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #2670E8;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
	width: 22px;
    position: relative;
    top: inherit;
    right:inherit;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu .close-btn img{ display: block;}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
/*    position: relative;
    display: block;
    width: 100%;
    float: none; */
	position: relative;
	    display: block;
	    width: 100%;
	    float: none;
	    height: 80vh;
	    overflow-y: auto;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
   /* border-bottom: 1px solid rgba(255, 255, 255, 0.10); */
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* 
.mobile-menu .navigation li:last-child {
    display: flex;
    justify-content: space-around;
}

.mobile-menu .navigation li:last-child>a {
    padding: 10px 15px;
} */

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 11px;
    right: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: url(../images/j.png) no-repeat;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*==============================================
    Main Header Css        
===============================================*/

.main-header {
    /* width: 40%; */
    z-index: 999999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-upper-middle {
    position: relative;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 0.45rem;

}



.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #202020;
    line-height: 64px;
    opacity: 1;
    /* font-weight: bold; */
    padding: 0 15px;
}

.main-menu .navigation>li a:hover,
.main-menu .navigation>li.current>a {
    color: #2670E8;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation>li>.active {
    color: #2670E8;
    position: relative;

}

.main-menu .navigation>li>.active:after {
    width: 100%;
    position: absolute;
    bottom: -1px;
    height: 4px;
    left: 0;
    content: "";
    background-image: linear-gradient(to right, #2873e9, #55b6fe);
    border-radius: 0.5rem;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 120vw;
    height: 100%;
    content: '';
    background: #ffffff;
    z-index: -1;
    /* box-shadow: 0px 4px 10px 0px #D7DEED; */
}

.main-menu .navigation>li:nth-child(3)>ul:before {
    width: 120vw;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
}

.main-menu .navigation>li>ul>li>a {
    width: fit-content;
    position: relative;
    display: block;
    border-bottom: 1px solid #fafafa;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #2670E8;
    border-bottom: 1px solid #2670E8;

}


/*.main-menu .navigation> li> ul> li> a:before{ content:"";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-size: 14px;
    margin: 12px 0;
	opacity: 0; width:6px; height:26px; background:url(../images/sj.png) no-repeat left center;
    transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
}*/

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 150px;
    padding: 10px 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #242a30;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}
.main-menu .navigation>li:nth-child(3)>ul {
    position: absolute;
        left: -45vw;
        width: 170vw;
        min-width: 170%;
        top: 100%;
        margin: 0;
        text-align: left;
        padding: 0.25rem 0 0.25rem 46vw;
        list-style: none;
        box-sizing: border-box;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 10px 10px #cbdcf7;
}

@media only screen and (max-width: 1615px) {

    .warp {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1540px) {
    .header-upper-middle .navigation .dropdown>ul {
        left: -22.5vw;
        padding: 0.25rem 0 0.25rem 23.5vw;
    }

}

@media only screen and (max-width: 1460px) {
    footer .warp {
        width: 83%;
    }
}

@media only screen and (max-width: 1440px) {




    footer .warp {
        width: 84%;
    }

    .ydy-link li p {
        margin-top: 8px;
    }

    .footBox .left {

        margin-right: 3%;
    }


}

@media only screen and (max-width: 1366px) {
    .freeBox {
        width: 130px;
        font-size: 16px;
    }

    .footBox .right {
        width: 11.5%;
    }

    footer .warp {
        width: 90%;
    }

    .footBox .left .linkBox {
        padding-left: 24%;
        padding-right: 0.2rem;
    }

    .footBox .left {
        margin-right: 0;
    }
}


@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (max-width: 1280px) {
	.warp {
	        width: 86%;
	    }
}
@media only screen and (max-width: 1270px) {

    /* .main-menu .navigation>li {
        margin-right: 30px;
    } */
    .footBox .left .linkBox {
        padding-left: 22%;
        padding-right: 0.2rem;
    }

    .footBox .left .btn a {
        width: 100px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1096px) {
    html {
        font-size: 53.3333px !important;
    }



}

@media only screen and (max-width: 1320px) {}

@media only screen and (max-width: 960px) {
    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }
}

@media only screen and (max-width: 760px) {
    .warp {
        width: 90%;
    }

    footer .warp {
        width: 90%;
    }

    .footBox .left .linkBox {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .footBox .left {
        width: 100%;
        margin-right: 0;
        border-right: 0;
    }

    .footBox .left .f-logo {
		width: 50%;
        margin: 0 auto 15px;
    }

    .footBox .right {
        width: 100%;
        margin: 0 auto;
    }

    .ewmBox {
        width: 40%;
        margin: 0 auto;
    }

    .footBox .left .btn a {
     width: 40%;
             margin: 0 10% 7px 10%;
             line-height: 38px;
             font-size: 16px;
             padding: 0 20px;
             background: #FF5F25;
             color: #fff;
             border: 1px solid #FF5F25;
    }

    .footBox .center {
        display: none;
    }

    .footBox .left .title,
    .linkList {
        display: none;
    }

    .main-header {
        background: none;
    }

    .main-header {
        z-index: 9998;
    }

    .mobile-menu-visible .logo,
    .nav-outer .mobile-nav-toggler {
        padding: 0;
        right: 130px;
        top: 3px;
    }

    .top-enter {
        height: auto;
    }

    .header-warp {
        width: 100%;
        padding: 10px 2%;
        margin: 0 auto;
    }
/* 
    .mobile-menu .nav-logo {
        padding-top: 20px;
    } */


    .main-menu .navigation>li:last-child {
        display: block;
    }

    .mobile-menu .navigation li:last-child.dropdown .dropdown-btn {
        display: none;
    }

    .freeBox {
       width: 110px;
    }

    header {
        justify-content: space-between;
    }

/*    .float-sidebar {
        display: none;
    } */
.float-sidebar {
    right: 10px;
	}
    .footBox .left .btn {
        text-align: center;
    }
	
	#dialog {
	        width: 70%;
	        flex-wrap: wrap;
	        justify-content: center;
	    }
		#dialog .ewm {
		    width: 140px;
		}
	#dialog .pText {
	        font-size: 18px;
	        line-height: 30px;
	        padding-top: 15px;
	    }
	html::-webkit-scrollbar {
	   display: none;
	}
	 html::-webkit-scrollbar {
	        display: none; 
	    }
	    html {
	        -ms-overflow-style: none;  /* IE 和 Edge */
	        scrollbar-width: none;     /* Firefox */
	    }
}

@keyframes run {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.04);
    }

    50% {
        transform: scale(1.08);
    }

    75% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}



@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}



@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}



@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}