﻿﻿@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;
	box-sizing: border-box;
}

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(/client/font/SourceHanSansCN-Bold.ttf);
}

@font-face {
    font-family: 'syhtM';
    src: url(/client/font/SourceHanSansCN-Medium.ttf);
}

@font-face {
    font-family: 'syhtL';
    src: url(/client/font/SourceHanSansCN-Normal.ttf);
}

body {
    font: 16px/1.8 "syhtL";
    margin: 0 auto;
    color: #333;
    overflow: hidden;
    background-color: #ffffff;
	 box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
	 box-sizing: border-box;
}

@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;
    }
}
div,p,span{box-sizing:border-box;}
ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #0058a8;
}

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 2.2rem;
}
.topNav{
	width: 100%;
	    background-color: #000;
	    color: #fff;
	    padding: 0 1rem;
	    display: flex;
	    justify-content: space-between;
	    line-height: 0.4rem;
	    font-size: 16px;
	    position: fixed;
	    z-index: 99;
	    top: 0rem;
	
}

.logo {
    width: 1.74rem;
    overflow: hidden;
    position: relative;
    margin: 0.15rem 0.4rem 0.15rem 0;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
}


.searchBox {
    width: 2.2rem;
    height: 0.36rem;
    color: #333;
    margin-right: 0.2rem;
    border: 1px solid #ececee;
    border-radius: 0.1rem;
    transition-duration: .5s;
    position: relative;
    margin-top: 0.34rem;
    overflow: hidden;

}

.searchBox input {
    width: 100%;
    border: none;
    outline: none;
    line-height: 0.34rem;
    font-size: 0.16rem;
    padding: 0 0.15rem;
}

.searchBox i {
    width: 0.22rem;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #222222;
    font-size: 0.22rem;
    position: absolute;
    right: 8px;
    top: 0.06rem;
}


.topLogin{    margin-top: 0.34rem;}
.topLogin a{display: inline-block; padding:0 0.1rem; font-size:0.17rem;}
.i-login {
    display: flex;
    margin-top: 0.35rem;
    justify-content: space-between;
}

.i-login .lan {
    width: 0.28rem;
    height: 0.36rem;
    margin-right: 8px;
    text-align: center;
    line-height: 0.36rem;

}

.i-login .lan i {
    font-size: 0.22rem;
}

.i-login .lan:nth-child(1) i {
    font-size: 0.25rem;
}

.loginBox {
    width: 0.88rem;
    border-radius: 0.1rem;
    height: 0.38rem;
    line-height: 0.36rem;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    background: #0058a8;
    margin-left: 5px;
}

header {
    width: 100%;
    padding: 0 1rem;
    position: fixed;
    z-index: 99;
    display: flex;
    justify-content: space-between;
	background: #fff;
	box-sizing: border-box;
	top:0.38rem;
}

.fixed {
    background: #fff;
}

.f-logo {
    width: 100%;
    padding: 0.2rem 0;
    border-bottom: 1px solid #3e4b5e;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f-logo .img {
    width: 2.04rem;
}

.f-logo .btn {
    width: 1.6rem;
    height: 0.46rem;
    line-height: 0.46rem;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    margin-top: 0.23rem;
}

.f-logo .btn .iconfont {
	color: #fff;
    margin-left: 5px;
    transition-duration: 0.3s;
}
.f-logo .btn:hover .iconfont{
	margin-left: 10px;
}

.f-nav {
    width: 100%;
    padding: 0.35rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f-nav .left {
    width: 70%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.f-nav .left dl {
    width: 19%;
}

.f-nav .left dl dt {
    line-height: 0.46rem;
    font-size: 0.22rem;
    margin-bottom: 10px;
}
.f-nav .left dl dt a{
	color: #fff;
}

.f-nav .left dl dd {
    opacity: 0.7;
    line-height: 0.38rem;
    font-size: 0.18rem;
}
.f-nav .left dl dd:hover{
	opacity: 1;
}
.f-nav .left dl dd a{
	color: #fff;
}

.f-nav .left dl:nth-child(1) {
    width: 24%;
}

.f-nav .right {
    width: 28%;
}


.f-nav .right .bit {
    line-height: 0.46rem;
    font-size: 0.22rem;
    margin-bottom: 10px;
}

.f-nav .right .f-bit {
    font-size: 0.17rem;
    line-height: 0.3rem;
    margin-bottom: 15px;
	position: relative;
}
.f-nav .right .f-bit .ewm{position: absolute; width: 1.4rem; height: 1.4rem; top: 0.4rem; left: 0; display: none; transition-duration: .5s;}
.f-nav .right .f-bit:hover .ewm{display: block; top:0.3rem}
.f-nav .right .f-bit .iconfont {
    margin-right: 10px;
    font-size: 30px;
	cursor: pointer;
}

.f-nav .right .f-bit .iconfont:nth-child(1) {
    font-size: 36px;
}

.f-copy {
    border-top: 1px solid #3e4b5e;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 0.8;
    font-size: 0.18rem;
    line-height: 0.36rem;
    padding: 0.3rem 0;
}

/*----------------------导航------------------------------*/

li.nav-item {
    float: left;
    padding: 0.3rem 0;
    border-radius: 0.15rem;
}



li.nav-item.active a {
    color: #fff;
    display: inline-block;
    position: relative;
    background: #0058a8;
    border-radius: 0.15rem;
}

li.nav-item>a {
    display: block;
    text-align: center;
    font-size: 0.22rem;
    position: relative;
    padding: 0 0.2rem;
    color: #111111;
    line-height: 0.44rem;
}

li.nav-item>a .iconfont {
    font-size: 0.32rem;
    margin-right: 5px;

}

li:last-child.nav-item>a {
    display: flex;
}



li.nav-item>a.active {
    color: #fff !important;
    background: #104cc7;
    border-radius: 0.1rem;
}

li.nav-item:hover>a::before,
li.nav-item.active>a::before {
    display: block;
}

.w11 {
    width: 16rem;
    margin: 0 auto;
}

/* 二级菜单 */
.subMenu {
    display: none;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
}

.subMenu>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subMenu>ul>li>a {
    display: block;
    padding: 0 18px;
    text-align: center;
    line-height: 50px;
    color: #333;
}

.subMenu>ul>li>a:hover {
    color: red
}

/*二级下拉导航样式*/
.header-down {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto !important;
    background: #f5f5f5;
    z-index: 2;
}

.header-down-nav {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0.3rem 1.55rem;
}

.navTab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 10px 15px #dcdcdc;
}

.navTab .left {
    width: 20%;

}

.navTab .left ul {
    padding-right: 8px;
}

.navTab .left li {
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.18rem;
    color: #333;
    padding: 0 0.28rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.navTab .left li:hover {
    background: #0058a8;
    color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 5px 10px #6daae1;
}

.navTab .left li.hover {
    background: #0058a8;
    color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 5px 10px #6daae1;
}

.navTab .right {
    width: 80%;
    /* position: fixed;
    right: 10px;
    bottom: ; */

}

.tabRightBox {
    display: flex;
    justify-content: left;
}

.navTab .right .tabLeft {
    width: 25%;
    background: #f0f0f0;
    min-height: 4.2rem;
}

.navTab .right .tabLeft li {
    width: 100%;
    padding-left: 0.3rem;
    line-height: 0.6rem;
    font-size: 0.16rem;
    color: #3f4452;
    cursor: pointer;
    position: relative;
}

.navTab .right .tabLeft li:after {
    width: 3px;
    height: 50%;
    top: 25%;
    position: absolute;
    left: 0;
    content: "";
    background: #0058a8;
    display: none;
}

.navTab .right .tabLeft li:hover {
    background: #fff;
    color: #0058a8;
}

.navTab .right .tabLeft li.hover {
    background: #fff;
    color: #0058a8;
}

.navTab .right .tabLeft li:hover:after {
    display: block;
}

.navTab .right .tabLeft li.hover:after {
    display: block;
}

.navTab .right .tabRight {
    width: 75%;
}

.smallList {
    padding: 0.25rem;
}

.smallList ul {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.smallList li {
    width: 24%;
    line-height: 0.44rem;
    font-size: 0.16rem;
    color: #3f4452;
    margin-right: 1%;
}

.smTwoList {
    width: 100%;
    padding: 0.25rem;
}

.smTwoList dl {
    padding: 0.15rem 0;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: left;
}

.smTwoList dl dt {
    width: 20%;
    line-height: 0.32rem;
    position: relative;
    padding-left: 0.15rem;
    font-size: 0.17rem;
    font-weight: bold;
}

.smTwoList dl dt:after {
    position: absolute;
    width: 3px;
    height: 26px;
    left: 0;
    top: 5px;
    content: "";
    background: #0058a8;
}

.smTwoList dl dd {
    width: 80%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.smTwoList dl dd a {
    width: 24%;
    line-height: 0.32rem;
    font-size: 0.16rem;
    display: inline-block;
    background: none !important;
    color: #333 !important;
    border-radius: 0 !important;
    margin-right: 1%;
}

.smTwoList dl dd a:hover {
    color: #0058a8 !important;
}

/*==============================================
    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;

    background: #fff;

    border-top: 0.07rem solid #0058a8;

}

.main-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.38rem;
}



.main-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-upper-middle {
    transition: all .2s;

}

.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;
    position: relative;
}



.main-menu .navigation>li>a {
    position: relative;
    font-size: 0.22rem;
    opacity: 1;
    display: block;
    line-height: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.18rem;
}

.main-menu .navigation>li>a i {
    font-weight: normal;
    font-size: 0.24rem;
}



.main-menu .navigation>li>a:hover,
.main-header.on .main-menu .navigation .current a {
    color: #0058a8;
}



.main-header.on .main-menu .navigation>li>a {
    color: #333;
}

.main-header.on .main-menu .navigation>li>a:hover {
    color: #0058a8;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    visibility: hidden;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 100ms ease;
    z-index: 100;
    background: #fff;
    border-top: 3px solid #0058a8;
    top: 0.9rem;

}

.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.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;
    padding: 0;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 0.18rem;
    transition: all 500ms ease;
    text-align: center;
    line-height: 0.5rem;
}



.main-menu .navigation>li>a.on {
    color: #0058a8;
    font-weight: bold;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #fff;
    font-weight: bold;
    background: #0058a8;
}

.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;
}




/*搜索框弹出*/
.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: 600px;
    padding: 75px 100px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute
}

.dialogTop {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
}

.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: 30px;
    height: 3px;
    border-radius: 10px;
    background: #0469c0;
    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%;

    -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%);
    background: rgba(15, 113, 187, 0.7);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 15px 10px 15px;
    text-align: left;
}

.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: #0f71bb;
    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(/client/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% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.claseDialogBtn{
	font-size: 16px;
}
#dialog {
    width: 92%;
    padding: 20px 10px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute
}

.dialogTop {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 30px;
}

.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;
}







/*手机端导航*/
.mobile-header{
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}
.mobile-header-nav{
	padding: 0 4%;
	background: #fff;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid #004e97;
	position: relative;
	z-index: 20;
}
.mobile-header-nav ul{
	display: flex;
}
.mobile-header-nav ul li{
	padding: 0 10px;
	font-size: 14px;
	line-height: 26px;
	position: relative;
}
.mobile-header-nav ul li:before{
	display: block;
	content: '';
	width: 1px;
	height: 14px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mobile-header-nav ul li:first-child{
	padding-right: 24px;
}
.mobile-header-nav ul li:first-child:before{
	width: 14px;
	height: 1px;
	left: auto;
	right: 0;
}
.mobile-header-nav ul li:nth-child(2):before{
	display: none;
}
.mobile-header-nav ul li.on a{
	color: #004e97 !important;
}
.mobile-header-box{
	/*padding: 10px 0;*/
	background: #fff;
	background-size: cover;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	height: 55px;
	zoom: 1;
	z-index: 20;
}
.mobile-header-box:after{
	display: block;
	content: '';
	clear: both;
}
.mobile-logo{
	float: left;
	width:100px;
	padding-top: 6px;
	margin-left: 4%;
}
.mobile-logo img{
	display: block;
}
.mobile-inner-header-icon{
	color: #004e97;
	height: 55px;
	font-size: 25px;
	text-align: center;
	width: 55px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 20;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 5px) / 2);
	width: 30px;
	height: 3px;
	background-color: #104cc7;
	transition-duration: 0.5s;
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-10px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	width: 20px;
}

.active_mobile span:nth-child(3) {
	opacity: 0;
}

.active_mobile span:nth-child(1) {
	transform: rotate(45deg);
	width: 30px;
}

.active_mobile span:nth-child(2) {
	transform: rotate(-45deg);
	width: 30px;
}

.mobile-search{
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #104cc7;
	margin-top: 8px;
	margin-right: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-search .iconfont{
	color: #104cc7;
	font-size: 20px;
}
.mobile-panel{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff;
	right: 0;
	top: 0;
	z-index: 10;
	padding-top: 84px;
	overflow-y: scroll;
}
.mobile-menu{
	width: 100%;
}
.mobile-menu ul li{
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.mobile-menu ul li>a{
	color: #333;
	display: block;
	padding: 10px 4%;
	position: relative;
}
.down-p>a:before{
	display: block;
	content: '';
	width: 16px;
	height: 9px;
	background: url(/client/images/mobile-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -4.5px;
	transition-duration: 0.5s;
}
.mobile-menu ul li.hover>a{
	background: #ccc;
}
.mobile-menu ul li.hover>a:before{
	transform: rotate(180deg);
}
.mobile-menu ul li dl{
	display: none;
	padding: 0 20px 10px;
	background: #ddd;
}

.mobile-menu ul li dl dd{
	font-size: 14px;
	line-height: 2;
}
.other-web{
	width: 280px;
	padding-left: 10px;
	position: absolute;
	top: 7px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
}
.other-web-info{
	display: inline-block;
}
.webBtn-icon{
	width: 36px;
	margin: 0 auto;
}
.webBtn-icon img{
	display: block;
	width: 100%;
}
.other-web-info p{
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.pageN p{
	font-size: 16px !important;
	color: #f1c97b !important;
}
.mobile-mask{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	z-index: 8;
}












@media (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width: 1600px) {}


@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1280px) {}

@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: 1600px) {
    header {
        width: 100%;
        padding: 0 1rem;
    }

    li.nav-item>a {
        font-size: 18px;
    }

    .f-nav .left dl dd,
    .f-copy {
        font-size: 16px;
    }

    .header-down-nav {
        padding: 0.3rem 1rem;
    }

    .navTab .right .tabLeft li,
    .smallList li,
    .smTwoList dl dt,
    .smTwoList dl dd a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1440px) {
    li.nav-item>a {
        font-size: 18px;
    }

    .navTab .left li,
    .navTab .right .tabLeft li {
        line-height: 50px;
        font-size: 16px;
    }

}

@media only screen and (max-width: 1366px) {
    li.nav-item>a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1280px) {
    .wrap {
        margin: 0 0.8rem;
    }
}


@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: 996px) {
    .main-menu .navigation>li {
        margin-right: 30px;
    }

    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }
}

@media only screen and (max-width: 760px) {
	header{
		display: none;
	}
	.f-logo{
		padding: 10px 4%;
	}
	.f-logo .img{
		width: 120px;
	}
	.f-logo .btn{
		width: 120px;
		height: 30px;
		line-height: 28px;
	}
	.f-nav{
		display: block;
		padding: 20px 4%;
	}
	.f-nav .left{
		display: none;
	}
	.f-nav .right{
		width: 100%;
	}
	.f-nav .right .bit{
		font-size: 18px;
	}
	.f-nav .right .f-bit{
		font-size: 14px;
		line-height: 1.4;
	}
	.f-nav .right .f-bit .iconfont{
		font-size: 30px !important;
	}
	.f-nav .right .f-bit .iconfont:nth-child(2){
		font-size: 26px !important;
	}
	.f-copy{
		padding: 15px 4%;
		font-size: 14px;
	}
	.mobile-header{
		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
    }
}

@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);
    }
}