@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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;
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SourceHanSansCN-Bold.ttf);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SourceHanSansCN-Normal.ttf);
}

@font-face {
    font-family: 'syhtL';
    src: url(../font/SourceHanSansCN-Light.ttf);
}

body {
    font: 16px/1.8 "syhtL";
    margin: 0 auto;
    color: #333;
    overflow: hidden;
    background-color: #ffffff;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

@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: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 85.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: #003380;
}

img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}



.wrap {
    margin: 0 1rem;
}

.logo {
    width: 1.61rem;
    height: 0.92rem;
    overflow: hidden;
    position: relative;
}

.logo img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .5s;
}

.logo img:nth-child(2) {
    opacity: 0;
}

.lan {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.18rem;

    cursor: pointer;
    position: relative;
}

.lan .dq {
    display: block;
    height: 1.05rem;
    line-height: 1.05rem;

}

.lan .dq {
    font-size: 0.28rem;
}



.lan:hover .dq,
.lan:hover p,
.lan:hover .jt {
    color: #333;
}



.lanCase {
    background-color: #fff;
    padding: 15px 10px;
    width: 103px;
    position: absolute;
    left: -33px;
    top: 0.93rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s ease;
    -webkit-box-shadow: 0 0 99px rgba(29, 56, 75, .4);
    -moz-box-shadow: 0 0 99px rgba(29, 56, 75, .4);
    box-shadow: 0 0 99px rgba(29, 56, 75, .4);
    pointer-events: none;
    border-bottom: 2px solid #00aa9b;
}

.lanCase:after {
    width: 70%;
    position: absolute;
    left: 15%;
    top: -1px;
    height: 1px;
    background: #00aa9b;
    content: "";
}

.lanCase a {
    line-height: 0.52rem;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 100%;
}

.lan:hover .lanCase {
    opacity: 1;
    transform: translateY(10px);
    pointer-events: auto;
}

.search1 {
    width: 0.32rem;
    height: 1.05rem;
    padding-right: 0.25rem;
    margin-right: 0.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/*  */
.nav-content {
    position: fixed;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.7rem;
    background: #fff;
/*    opacity: 0; */
    z-index: 99;
    padding: 1.4rem 20% 0 20%;
    border-bottom: 2px solid #00aa9b;
	/* display: none; */
}

.nav-content .close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10%;
    top: 1.4rem;
    cursor: pointer;
}

@keyframes showNav {
    from {
        top: -100%;
		 opacity: 0;
		 display: none;
    }

    to {
        top: 0;
		 opacity: 1;
		 display: block;
    }
}

@-webkit-keyframes showNav {
    from {
        top: -100%;
		 opacity: 0;
		 display: none;
    }

    to {
        top: 0;
		 opacity: 1;
		 display: block;
    }
}

@-moz-keyframes showNav {
    from {
        top: -100%;
		 opacity: 0;
		 display: none;
    }

    to {
        top: 0;
		 opacity: 1;
		  display: block;
    }
}

@-o-keyframes showNav {
    from {
        top: -100%;
		 opacity: 0;
		 display: none;
    }

    to {
        top: 0;
		opacity: 1;
		display: block;
    }
}

.showNav {
    -webkit-animation: showNav .5s ease forwards;
    -moz-animation: showNav .5s ease forwards;
    -o-animation: showNav .5s ease forwards;
    animation: showNav .5s ease forwards;
	display: block;
}

@keyframes hideNav {
    from {
        top: 0;
		opacity: 1;
		display: block;
    }

    to {
        top: -100%;
		 opacity: 0;
		 display: none;
    }
}

@-webkit-keyframes hideNav {
    from {
        top: 0;
		opacity: 0;
		display: block;
    }

    to {
        top: -100%;
		opacity: 0;
		display: none;
    }
}

@-moz-keyframes hideNav {
    from {
        top: 0;
		opacity: 0;
		display: block;
    }

    to {
        top: -100%;
		opacity: 0;
		display: none;
    }
}

@-o-keyframes hideNav {
    from {
        top: 0;
		opacity: 0;
		display: block;
    }

    to {
        top: -100%;
		opacity: 0;
		display: none;
    }
}

.hideNav {
    -webkit-animation: hideNav 1s ease forwards;
    -moz-animation: hideNav 1s ease forwards;
    -o-animation: hideNav 1s ease forwards;
    animation: hideNav 1s ease forwards;
	display: none;
}

.search-box2 {
    width: 100%;
    border: 1px solid #cfcfcf;
    display: flex;
    justify-content: space-between;
}

.search-box2 input {
    width: 85%;
    line-height: 0.52rem;
    padding: 0 0.4rem;
    background: #fff;
    font-size: 0.18rem;
    outline: none;
    border: none;
}

.search-box2 .button {
    width: 15%;
    line-height: 0.52rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    background: #00a798;
    outline: none;
    border: none;
}

.seaList {
    display: flex;
    justify-content: left;
    margin-top: 0.2rem;
}

.seaList h1 {
    line-height: 0.26rem;
    font-weight: normal;
    margin-right: 0.2rem;
    font-size: 0.18rem;
}

.seaList .t1 {
    display: inline-block;
    line-height: 0.26rem;
    border-radius: 0.05rem;
    padding: 0 0.1rem;
    background: #ededed;
    margin: 0 0.05rem;
}

/*  */

.search1 i {
    color: #fff;
    font-size: 0.26rem;
    line-height: 1.05rem;
}

.search1 .iconfont {
    font-size: 0.26rem;
}

.tLx {
    font-size: 0.18rem;
    color: #fff;
    display: block;
    padding-right: 0.25rem;
    margin-right: 0.25rem;
    position: relative;
}


.tLx:after,
.search1:after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: #fff;
}



.main-header.on .search1 i,
.main-header.on .tLx {
    color: #333;
}

.main-header.on .tLx:hover,
.main-header.on .search1:hover i {
    color: #003380;
}

.main-header.on .tLx:after,
.main-header.on .search1:after {
    background: #333;
    opacity: 0.3;
}


/*==============================================
    Main Header Css        
===============================================*/
.hRight {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header {
    transition: all .5s;
    position: fixed;
    width: 100%;
    top: 0rem;
    left: 0;
    z-index: 9999;
    padding: 0 1.22rem 0 1.41rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.05rem;
}

.main-header.on {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

.main-header.on .logo img:nth-child(1) {
    opacity: 0;
}

.main-header.on .logo img:nth-child(2) {
    opacity: 1;
}

.main-header.on .lan {
    color: #333;
}

.main-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-upper-middle {
    transition: all .2s;
    margin-right: 0.8rem;
}

.header-upper-middle.on {
    opacity: 0;
}

.main-menu {
    display: block;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    display: block;
    width: 100%;
}

.main-menu .navigation>li {
    float: left;
    text-align: center;
    transition: all .5s;
	  margin-right: 0.77rem;
}

.main-menu .navigation>li>a {
    position: relative;
    font-size: 0.19rem;
    opacity: 1;
    color: #fff;
    display: block;
    line-height: 1.05rem;
}

.main-menu .navigation>li>a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #00aa9b;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition-duration: .5s;
    opacity: 0;
}

.main-menu .navigation>li>a:hover,
.main-header.on .main-menu .navigation .current a {
    color: #003380;
}

.main-menu .navigation>li>a:hover:after {
    opacity: 1;
}

.main-header.on .main-menu .navigation .current:after {
    opacity: 1;
    bottom: 0;
}

.main-header.on .main-menu .navigation>li>a {
    color: #333;
}

.main-header.on .main-menu .navigation>li>a:hover {
    color: #003380;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 101%;
    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;
 
    border-bottom: 2px solid #00aa9b;
    padding: 0.6rem 20%;
    z-index: 100;
}

@-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%);
    }
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    z-index: -1;
}

.main-menu .navigation>li>ul li {
    line-height: 1 !important;
    padding-top: 0.15rem;

}

.menuRight {
    position: relative;
    width: 5.09rem;
    overflow: hidden;
    margin-top: 0.41rem;
    border-radius: 15px;
}

.menuRight img {
    width: 100%;
    display: block;
}

.menuRight p {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    color: #fff;
    background: rgba(0, 51, 128, 0.78);
    font-size: 0.16rem;
    line-height: 0.45rem;
    padding: 0 0.2rem;
    border-radius: 10px 0 0 0;
}

.menuLeft {
    height: 2.84rem;
    border-right: 1px solid #ebebeb;
    width: 4.6rem;
}

.menuLeft h1 {
    text-align: left;
    font-size: 0.24rem;
    color: #003b80;
    padding: 0.25rem 0.35rem 0;
    margin: 0 !important;
}

.menuLeft p {
    padding-left: 0.32rem;
    transition-duration: .5s;
}

.menuLeft p a {
    display: block;
    position: relative;
    font-size: 0.17rem;
    text-align: left;
    line-height: 0.32rem;
    color: #333;
    margin-bottom: 0.05rem;
    padding-left: 0.2rem;
    background: url(../images/jia.png) no-repeat left center;
    transition-duration: .5s;
}

.menuLeft p:hover {
    background: #f5f5f5;
}

.menuLeft p:hover a {
    background: url(../images/jia1.png) no-repeat left center;
}

.main-header.on .menuLeft p a {
    color: #333 !important;
}

.main-header.on .menuLeft p:hover a {
    color: #003b80 !important;
}

.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;
    padding: 0;
    width: 100%;
    padding-left: 0.18rem;

}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 0.22rem;
    height: 0.5rem;
    display: flex;

    align-items: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    text-align: left;
}



.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #0072ef;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 100%;
    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;
}

.footBox {
    width: 100%;
    position: relative;
}

.footBox:after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #00a798;
    height: 80%;
}

footer {
    background: #021c45;
    position: relative;
    border-radius: 0 100px;
    margin-right: 1.15rem;
    color: #fff;
    z-index: 2;
}

.copyRight {

    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0.75rem;
    margin: 0 1.2rem 0 1.75rem;
    font-size: 0.2rem;
    position: relative;
    z-index: 9;
    color: #fff;

}

#top_btn {
    cursor: pointer;
    position: absolute;
    right: -0.8rem;
    top: 1.3rem;
    z-index: 3;
}

.fMenu {
    padding: 0 0.7rem 0 1.75rem;
    display: flex;
    justify-content: space-between;


}

.fMenu .left {
    width: 75%;
    border-right: 1px solid #385985;
    padding-top: 0.6rem;
}

.fMenu .right {
    padding-top: 0.2rem;
    position: relative;
}

.fMenu .right .wechat {
    width: 1.64rem;
    line-height: 0.48rem;
    border: 1px solid #00a798;
    text-align: center;
    font-size: 0.2rem;
    position: absolute;
    bottom: 0.5rem;
    border-radius: 0.2rem 0;
}

.fMenu .right .wechat .iconfont {
    font-size: 0.3rem;
    margin-right: 5px;
}

.fmLe {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-right: 15%;
}

.fmLe dl {
    margin-right: 0.8rem;
}

.fmLe dt {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
}

.fmLe dd a {
    display: block;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.4rem;
    opacity: 0.85;
}

.fmLe dd a:hover {
    opacity: 1;
}

.fmRi a {
    width: 2.05rem;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 0.18rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.05rem;
    align-items: center;
}

.fmRi a i {
    font-size: 0.24rem;
}

.fLx {
    position: relative;
    width: 100%;
    align-items: center;
    padding-left: 1.2rem;
}

.liLi {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #385985;
    padding: 0.35rem 0 0.4rem 0;
}

.liLi ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.liLi ul li {
    width: 48%;
    font-size: 0.14rem;
}

.liLi ul li h2 {
    color: #00a798;
    line-height: 0.4rem;
    margin-bottom: 7px;
}

.liLi ul li p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
}


/*搜索框弹出*/
.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute
}



.name {
    font-size: 18px;
    font-weight: bold;
}

.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;
}

.sk04 input {
    border-radius: 0;
    background: rgba(0, 0, 0, .05);
    color: #333;
    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;
}

.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: 5px 0 0 0;
}

.nav-outer .mobile-nav-toggler span b {
    font-weight: normal;
    width: 36px;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
    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: rgba(0, 0, 0, .9);
    -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;
    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: #00aa9b;
    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 li:last-child {
    display: none;
}

.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/j2.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.on .main-menu .navigation>li {
    line-height: 0.6rem;
}

/*搜索框弹出*/
.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog video {
    width: 100%;
}

.dialogTop {
    position: absolute;
    top: 0;
    right: -50px;
    font-size: 30px;
}

.dialogTop a {
    color: #fff;
}

.name {
    font-size: 18px;
    font-weight: bold;
}

.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;
}

.sk04 input {
    border-radius: 0;
    background: rgba(0, 0, 0, .05);
    color: #333;
    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;
}



.hRight {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-downMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    padding: 0.4rem 20% 0.4rem 20%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 2px solid #00aa9b;
}

.pro-downMenu-flex {
    display: flex;
}
.first-proFn{width: 100%; display: flex; justify-content: center;}
.first-proFn a{display: inline-block; width: 30%; margin-right: 3%;} 
.first-proFn a:hover{color: #00aa9b !important;}
/* .first-proFn,
.second-proFn,
.third-proFn {
    width: 33.333%;
    padding: 0 0.3rem;
    border-right: 1px solid #e1e1e1;
} */

.third-proFn {
    border-right: none;
}

.second-proFn-list {
    display: none;
}

.proFn-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 80%;
    height: 0.54rem;
    padding: 0 0.2rem;
    border: 1px solid #e1e1e1;
    border-radius: 0.24rem 0 0.24rem 0;
    margin-bottom: 0.16rem;
}

.proFn-btn:last-child {
    margin-bottom: 0;
}

.proFn-btn span {
    display: block;
    width: 100%;
    font-size: 0.2rem;
    color: #333;
    text-align: left;
    line-height: 1.4;
    position: relative;
}

.proFn-btn span:after {
    display: block;
    content: '';
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 100%;
    background: url(../images/app-jt.png) no-repeat center center #fff;
    position: absolute;
    top: 50%;
    right: -0.1rem;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.proFn-btn.active span {
    font-family: 'syhtB';
    color: #00a798;
}

.third-proFn-list {
    display: none;
}

.third-proFn-list ul {
    display: none;
}

.third-proFn-list ul li {
    display: block;
    width: 100%;
    height: 0.54rem;
    border: 1px solid #e1e1e1;
    border-radius: 0.24rem 0 0.24rem 0;
    margin-bottom: 0.16rem;
}

.third-proFn-list ul li:last-child {
    margin-bottom: 0;
}

.third-proFn-list ul li a {
    display: flex;
    padding: 0 0.4rem 0 0.2rem;
    width: 100%;
    height: 100%;
    font-size: 0.2rem;
    color: #333;
    text-align: left;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: Nowrap;
    position: relative;
}

.third-proFn-list ul li a:after {
    display: block;
    content: '';
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 100%;
    background: url(../images/app-jt.png) no-repeat center center #fff;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.third-proFn-list ul li a:hover {
    font-family: 'syhtB';
    color: #00a798;
}

.wechat-img {
    width: 1.41rem;
    position: absolute;
    top: -1.45rem;
    left: 0.1rem;
}

.wechat-img img {
    display: block;
    width: 100%;
}

.f-s-logo {
    width: 2.14rem;
    display: inline-block;
}

.mobile-lan{
	display: none;
}

@media (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width: 1600px) {
    .main-menu .navigation>li>a {
        font-size: 20px;
    }

}


@media only screen and (max-width: 1450px) {
    .fmLe dd a {
        font-size: 16px;
    }

    .search1 .iconfont,
    .lan .dq {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1366px) {
    .main-menu .navigation>li>a {
        font-size: 18px;
    }


}

@media only screen and (max-width: 1280px) {
    .header-upper-middle {
        margin-right: 1.5rem;
    }

    .menuLeft p a,
    .menuLeft p a:hover {
        background-size: 6px 6px;
    }

    .main-header {
        padding-left: 1.2rem;
    }
}

@media only screen and (max-width: 1088px) {
    html {
        font-size: 53.3333px !important;
    }

    .main-menu .navigation>li>a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {

    .menu-right-content {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 0px;
        float: none;
        text-align: left;
        border-top: none;
        z-index: 999;
    }

    .main-header .main-menu {
        position: relative;
        display: block;
        width: 100%;
        float: none;
    }

    .main-menu .navbar-header {
        position: relative;
        display: block;
        float: none;
        text-align: right;
        width: 100%;
        top: 0px;
        z-index: 12;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 4px 5px;
        cursor: pointer;
        margin: 24px 0;
        border-radius: 0px;
        background: #131313;
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
        height: 2px;
        width: 29px;
        display: block;
        margin: 7px 5px;
    }

    .main-menu .collapse {
        max-height: 350px;
        max-width: none;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

    .main-menu .navbar-collapse {
        max-height: 350px;
    }

    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #000000;
        border: 0px solid #ffffff;
        border-top: none;
    }

    .main-menu .navbar-collapse>.navigation>li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0px !important;
        float: none !important;
    }

    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid #242a30 !important;
        opacity: 1 !important;
        top: 0px !important;
        padding-top: 0;
        padding-bottom: 0;
        left: 0px !important;
        visibility: visible !important;
        border-bottom: none;
        padding: 0 !important;
    }

    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: none;
    }

    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px 20px 8px !important;
        line-height: 24px;
        color: #ffffff;
        text-align: left;
        min-height: 0px;
        border-bottom: 0px solid;
    }

    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        color: #fff !important;
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        padding: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #111111;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        box-shadow: none !important;
    }

    .main-menu .navbar-collapse>.navigation>li>ul:before,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul:before {
        display: none;
    }

    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .main-menu .navigation>li.dropdown>a:before {
        display: none;
    }

    .main-menu .navigation>li>ul>li>a:before {
        display: none;
    }

    .main-menu .navigation>li>ul>li>ul>li a:before {
        display: none;
    }
}

/* 
@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: 0px;
    }

    .header-upper-middle {
        margin-right: 0.8rem;
    }

}

@media only screen and (max-width: 1620px) {

    .wrap {
        margin: 0 auto;
        max-width: 1370px;
        padding: 0 70px;
    }



}

@media only screen and (max-width:900px) {
    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }
}

@media only screen and (max-width: 1540px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {}


@media only screen and (max-width: 760px) {

    .fMenu .left {
        width: 100%;
        border-right: none;
        padding-top: 0.6rem;
    }

    .main-header {
        padding: 0 10px;
    }

    .tLx,
    .search1,
    .lan {
        display: none;
    }

    .header-upper-middle {
        margin-right: 0;
    }



    .main-header.on .nav-outer .mobile-nav-toggler span b {
        background: #003380;
    }

    footer {
        top: 0;
        border-radius: 0;
        margin: 15px;
        padding: 15px;
    }

    .fLx {
        position: relative;
        padding-left: 0;
    }

    .fMenu,
    .liLi,
    .liLi ul {
        padding: 0;
        display: block;
    }

    .fmLe dl {

        margin-right: 0;
    }


    .liLi ul li i,
    .liLi p a i,
    .liLi p span i {
        font-size: 13px;
    }

    .fmLe dt {
        font-size: 17px;
        text-align: center;
    }

    .fMenu .right {
        padding-top: 20px;
    }

    .fMenu .right .wechat {
        width: 100px;
        line-height: 36px;
        font-size: 16px;
        bottom: 0;
        right: 0;
    }

    .liLi ul li p {
        font-size: 15px;
        line-height: 24px;
    }

    .fmLe dd a {
        font-size: 12px;
    }

    .fmRi {
        display: flex;
        justify-content: space-between;
    }

    .fmRi a {
        width: 49%;
        font-size: 12px;
    }

    .liLi {
        border: none;
        height: auto;
    }

    .liLi ul,
    .liLi p {
        height: auto;
    }

    .liLi ul li {
        width: 100%;
        justify-content: left;
        font-size: 12px;
        margin-bottom: 15px;
    }


    .liLi p a,
    .liLi p span {
        width: 30px;
        height: 30px;
    }

    .copyRight {
       margin: 0 15px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
    }

    .fmLe {
        display: block;
        padding-right: 0;
    }

    .fmLe dl {
        width: 50%;
        float: left;
    }

    .fmRi {
        clear: both;
    }

    .menuLeft {
        height: auto;
        border-right: none;
        width: 100%;
    }

    .menuLeft h1 {
        display: none;
    }

    .menuLeft p a {
        font-size: 15px;
        line-height: 28px;
        color: #fff;
    }

    .main-header.on .menuLeft p a {
        color: #fff !important;
    }

    .menuRight {
        display: none;
    }

    .mobile-menu .navigation li:last-child {
        display: block;
    }

    .fmLe dl dd {
        display: none;
    }
    
    .mobile-lan{
	display: block;
}
}
































@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
    }
}