﻿@charset "utf-8";

* {
    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;
    color: #333;
}

html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #f24179;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}

body {
    font: 0.2rem/1.8 "syhtN", Arial, Helvetica, sans-serif;
    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: #ce000c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ce000c;
    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;
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SourceHanSansCN-Bold.ttf);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SourceHanSansCN-Normal.ttf);
}

@media screen and (min-width: 322px) {
    html {
        font-size: 16.7777px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 39.5833px;
    }
}

@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;
    color: #f24179;
}

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;
}

.in-warp {
    width: 78.6%;
    margin: 0 auto;
}


/* 引导页 */

.home-list .dw {
    animation: rotating 7s linear infinite;
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

header {
    position: relative;
}

.homewarp {
    width: 73%;
    margin: 0 auto;
}

/* 引导页 */

.header-warp {
    width: 88%;
    margin: 0 auto;
    position: relative;
}


/* top */

.top-enter {
    width: 100%;
    background: #f886aa;
    color: #fff;

    font-size: 16px;
}

.lan {
    padding-right: 0.12rem;
    background: url(../images/lan-jt.png) no-repeat right center;
}

.year {
    width: 1.26rem;
    height: 0.74rem;
    position: absolute;
    right: -0.1rem;
    bottom: 0.17rem;
}

.year img {
    display: block;
    width: 100%;

}

.ban-list {
    display: table;
}

.ban-list li {
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    position: relative;
    font-size: 0.17rem;
    color: #fff;
    align-items: center;
    cursor: pointer;
}

.ban-list li .iconfont {
    margin-right: 5px;
    font-size: 0.26rem;
}

.ban-list li:after {
    width: 1px;
    position: absolute;
    content: "";
    right: 0;
    height: 60%;
    top: 20%;
    background: #faabc4;
}

.ban-list li:last-child:after {
    display: none;
}

.ban-list li:nth-child(4) .iconfont {
    font-size: 0.3rem;
}

.ban-list li:hover {
    background: #f24179;
}



.ban-list li .dw {
    width: 0.15rem;
    height: 0.17rem;
    position: absolute;
    right: 0.12rem;
    top: 0.18rem;
    z-index: 9;
    background: url(../images/search-icon1.png);
    background-size: 100% 100%;
}

.ban-list li a {
    color: #fff;
}




.ban-list li .dw1 {
    width: 1.06rem;
    height: 1.06rem;
    position: absolute;
    top: 0.4rem;
    left: 0.18rem;
    display: none;
    z-index: 99999;
}

.ban-list li:hover .dw1 {
    display: block;
}

.nav-padd {}

.homelogo {
    width: 4.06rem;
    padding: 0.15rem 0 0 0;
}

.homelogo img {
    width: 4.52rem;
    display: block;
}

.nav-warp {
    width: 68%;
    position: relative;
    z-index: 99;
}


/* top */


/* 弹窗 */

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialogBg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    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
}

.information-video {
    width: 100%;
    height: 5.5rem;
}

#dialog {
    width: 60%;
    padding: 0.35rem 0.35rem 0.5rem 0.35rem;
    background: #fff;
    height: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 {
    width: 40%;
    padding: 0.5rem 0.35rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 .tc-ss ul {
    display: flex;
    justify-content: space-between;
}

#dialog1 .tc-ss ul .sk03 {
    width: 78%;
    margin-bottom: 0;
}

#dialog1 .tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
    border: none;
    outline: none;
}

#dialog1 .dialogTop,
#dialog2 .dialogTop {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: -50px;
    right: -50px;
    color: #fff;
    font-size: 0.22rem;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 0.4rem;
}

#dialog2 {
    width: 55%;
    padding: 0.5rem 0.35rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 .dialogTop a,
#dialog2 .dialogTop a {
    color: #fff;
}

#dialog1 .sk04 {
    width: 15%;
    height: 45px;
}

#dialog1 .sk04 input {
    width: 100%;
}

#dialog1 .tc-ss {
    padding: 0;
}

.dialogTop {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
    color: #111;
}

.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: #0081d5;
    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;
}


/* 弹窗 */


/* footer */

footer {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background: #f9f9f9;
}

.f-link {
    padding: 0.3rem 0 0.2rem 0;
}

.f-link h1 {
    line-height: 0.4rem;
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
}

.f-linkList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.linkList {
    width: 88%;
    overflow: hidden;
}

.linkList .swiper-slide {
    width: auto !important;
    font-size: 0.2rem;
    padding-left: 0.18rem;
    position: relative;
    line-height: 0.54rem;
}

.linkList .swiper-slide:after {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    left: 0;
    content: "";
    top: 0.24rem;
}

.f-ewm {
    width: 1.14rem;
    position: absolute;
    bottom: -0.2rem;
    right: 0;
}

.f-ewm img {
    width: 1.14rem;
}

.f-ewm p {
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
}

.f-add {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    line-height: 0.9rem;
}

.f-addList ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.f-addList ul li {
    font-size: 0.2rem;
    color: #333333;
}

.f-addList ul li .iconfont {
    margin-right: 8px;
    font-size: 0.3rem;
}

.copy {
    width: 100%;
    background: #f886aa;
    color: #fff;
    line-height: 0.7rem;
}

.copyBox span {
    display: inline-block;
    margin-right: 10px;
    line-height: 0.7rem;
    font-size: 0.18rem;
}

.copyBox a {
    color: #fff;
}

.ewmBox ul {
    display: flex;
    justify-content: space-between;
}

.ewmBox ul li {
    color: #fff;
    padding: 0 0.15rem;
    cursor: pointer;
    position: relative;
}

.ewmBox ul li .iconfont {
    font-size: 0.3rem;
}

.ewmBox ul li:nth-child(1) .iconfont {
    font-size: 0.34rem;
}

.ewmBox ul li:nth-child(2) .iconfont {
    font-size: 0.36rem;
}

.ewmBox ul li .pic {
    width: 1.3rem;
    position: absolute;
    top: -1.6rem;
    left: -40%;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.18rem;
    color: #333;
    background: #fff;
    padding: 5px 0;
    display: none;
    z-index: 99;
}

.ewmBox ul li:hover .pic {
    display: block;
}

/* 底部 */


/*  */

.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: 4px;
    border-radius: 10px;
    background: #f886aa;
    display: block;
    margin-bottom: 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    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(248, 134, 170, 0.80);
    -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: 30px 15px 10px 15px;
    text-align: left;
    padding-top: 50px;
}

.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: #f24179;
    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 {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    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-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;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 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: 15px;
    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>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: 2px;
    right: 6px;
    width: 39px;
    height: 39px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    /*   background: url(../images/j.png) no-repeat center center; */
    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: 100%;
    z-index: 9;
    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 {
    float: left;
    text-align: center;
    transition: all .5s;
    width: 10%;


}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 0.2rem;
    color: #252525;
    line-height: 0.6rem;
    opacity: 1;
    font-weight: bold;
    padding: 0.35rem 0;

}

.main-menu .navigation>li a:hover,
.main-menu .navigation>li.current>a {
    color: #f886aa;
    font-weight: bold;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 1.28rem;
    left: 0;
    width: 100%;
    display: none;
    /* visibility: hidden; */
    animation-name: tab;
    animation-direction: normal;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    background: #fff;
    padding: 0.3rem;
    z-index: 100;
    width: 100%;
}

.main-menu .navigation>li>.active {
    color: #f886aa;
    font-weight: bold;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    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);
    z-index: -1;
}

.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; */
    display: block;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #fafafa;
    font-size: 0.18rem;
    line-height: 0.26rem;
    padding: 0.1rem 0;
    text-align: center;
    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: #f886aa;
}


/*.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;
}

/*  */
.rightnav {
    position: fixed;
    right: 0;
    top: 95%;
    width: 70px;
    z-index: 99;
    margin-top: -190px;
}

.rightnav .item {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 6px;
    -webkit-box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1);
    box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1);
}

.rightnav .tit {
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f886aa;
    line-height: 20px;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.rightnav .middle {
    width: 100%;
    height: 100%;
}

.rightnav .item:hover .tit {
    opacity: 1;
}

.gotop1 {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    visibility: hidden;
    cursor: pointer;
}

.gotop1.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.middle-cont {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 15px;
}

/*  */
@-webkit-keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/*  */
.navLeft {
    width: 3.6rem;
    float: left;
    position: relative;
    overflow: hidden;
}

.navLeft .dw {
    width: 100%;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.22rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    bottom: 0;
}

.navLeft img {
    display: block;
    width: 100%;
}

.navRight {
    width: calc(96% - 3.6rem);
    float: right;
}

.navRight dl {
    width: 48%;
    float: left;
    line-height: 0.46rem;
    padding-left: 0.15rem;
    border-bottom: 1px solid #d9d9d9;
    margin-right: 2%;
    font-size: 0.18rem;
    text-align: left;
    position: relative;
    cursor: pointer;

}

.navRight dl:hover a {
    color: #f886aa;
}

.navRight dl a:hover {
    color: #f886aa !important;
    font-weight: normal !important;
}

.navRight dl:hover:after {
    background: #f886aa;
}

.navRight dl:hover {
    border-bottom: 1px solid #f886aa;
}

.navRight dl:after {
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    border-radius: 100%;
    background: #d9d9d9;
    left: 0;
    top: 0.2rem;
}

@media only screen and (max-width: 1450px) {

    .main-menu .navigation>li>a,
    .in-warp {
        width: 84%;
        margin: 0 auto;
    }

    .main-menu .navigation>li>a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1366px) {
    .main-menu .navigation>li>a {
        font-size: 15px;
    }
}


/* @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: 1139px) {
    /* .main-menu .navigation>li {
        margin-right: 30px;
    } */
}

@media only screen and (max-width: 1280px) {
    .nav-warp {
        width: 72%;
    }
}

@media only screen and (max-width: 1088px) {
    html {
        font-size: 53.3333px !important;
    }

    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .mobile-menu .navigation li>ul {
        display: none !important;
    }

    .main-header {
        background: none;
    }

    .main-header {
        z-index: 9998;
    }

    .mobile-menu-visible .logo,
    .nav-outer .mobile-nav-toggler {
        padding: 0;
        right: 0;
        top: 25px;
    }


}

@media only screen and (max-width: 760px) {
    .nav-warp {
        width: auto;
    }

    .homewarp {
        width: 94%;
        margin: 0 auto;
    }

    .ban-list li:nth-child(3) {
        display: none;
    }



    .header-warp {
        width: 96%;
        margin: 0 auto;
    }

    .mobile-menu .nav-logo {
        padding-top: 20px;
    }

    .f-logo {
        width: 100%;
        text-align: center;
    }

    .f-logo img {
        width: 60%;
        display: inline-block;
    }

    .f-address {
        width: 100%;
        font-size: 15px;
        line-height: 26px;
        padding: 10px 0 0 0;
        text-align: center;
    }

    footer .foot-nav .left {
        width: 100%;
        border-left: 1px solid #2671a1;
    }

    footer .foot-nav .right {
        width: 100%;
        margin-top: 0.2rem;
    }

    .ban-list {
        margin-right: 0;
        margin-top: 0;
    }

    .ban-list li {
        font-size: 16px;
        line-height: 28px;
        height: 28px;
    }


    footer .foot-nav {
        display: none;
    }

    .f-address a {
        color: #fff;
    }

    .f-address span {
        display: inline-block;
        width: 100%;
    }

    .f-ewm {
        display: none;
    }

    .f-ewm li {
        width: 30.333%;
        margin: 0 1.5%;
        float: left;
        text-align: center;
    }

    .f-ewm li img {
        display: inline-block;
        width: 100%;
    }

    .f-ewm li p {
        line-height: 0.46rem;
        font-size: 15px;
        color: #fff
    }

    .f-linkList {
        display: block;
    }

    .linkList {
        width: 100%;
        overflow: hidden;
    }

    .linkList .swiper-slide {
        font-size: 16px;
    }

    .f-addList ul {
        display: block;
        padding: 10px 0;
    }


    .copy {
        padding: 10px 0;
        line-height: inherit;
    }

    .ewmBox {
        display: none;
    }

    .copyBox span {
        line-height: 30px;
        font-size: 15px;
    }

    .f-addList ul li {
        font-size: 15px;
        line-height: 34px;
    }

    .ban-list li .iconfont {
        font-size: 22px;
    }

    .ban-list li:nth-child(4) .iconfont {
        font-size: 22px;
    }

    .copyBox span {
        line-height: 22px;
    }



}

@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
    }
}