@charset "utf-8";

/* CSS Document */

@charset "utf-8";

/*
 *	Created by 71nc.com on 23/03/28
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #002e93;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}

body {
    font: 15px/1.8 'syhtN', Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #666;
}

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;
    max-width:100%;
}

input {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

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;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #555;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size: 81.1458px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 85px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 95.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

.clear {
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.warp {
    width: 88%;
    margin: 0 auto;
}

.warp1 {
    width: 83%;
    margin: 0 auto;
}

.logo {
    width: 2.05rem;
    height: 0.57rem;
    background: url(../images/logo.png) no-repeat center;
    background-size: cover;
	margin-top:0.22rem;
}

.logo img {
    display: block;
    width: 100%;
}
.top-lan{margin-top:0.22rem;}
.top-lan li {
    width: 0.62rem;
    height: 0.62rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    float: left;
}

.top-lan li:nth-child(1) {
    background: url(../images/top-icon1.png)no-repeat center center;
}

.fixed .top-lan li:nth-child(1) {
    background: url(../images/top-icon1-1.png)no-repeat center center;
}

.top-lan li:nth-child(2) {
    background: url(../images/top-icon2.png)no-repeat center center;
}

.fixed .top-lan li:nth-child(2) {
    background: url(../images/top-icon2-1.png)no-repeat center center;
}

.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.name {
    font-size: 18px;
    font-weight: bold;
}

.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 0 0;
}

.nav-outer .mobile-nav-toggler span b {
    font-weight: normal;
    width: 40px;
    height: 4px;
    border-radius: 10px;
    background: #0251d2;
    display: block;
    margin-bottom: 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 150px;
    max-width: 100%;
    height: 100vh;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    -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: 18px 10px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu .nav-logo img {
    display: block;
    width: 100%;
}

.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: #114ba9;
    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: 5px;
    right: 5px;
    color: #ffffff;
    line-height: 30px;
    width: 30px;
    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: #fff;
    font-size: 16px;
    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.active>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 {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 100;
/*    padding: 0.22rem 0; */
    opacity: 1;
    transition-duration: .5s;
}

.main-header:hover .navigation>li.current>a:after {
    opacity: 1;
}

.header-upper-middle {
    position: relative;
}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 0.2rem;
    line-height: 1rem;
    opacity: 1;
    margin: 0 0.4rem;
    color: #fff;
}

.main-menu .navigation>li>a:hover {
    color: #fff;
}

.main-menu .navigation>li .active {
    color: #fff;
    position: relative;
}

.main-menu .navigation>li .active:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -0.03rem;
    transition-duration: 1s;
}

.main-menu .navigation>li>a:after {
    position: absolute;
    width: 0%;
    height: 3px;
    background:#fff;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -0.04rem;
    transition-duration: 1s;
}

.main-menu .navigation>li:hover>a:after,
.main-menu .navigation>li.active>:after {
    width: 100%;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 165%;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
   /* display: none !important; */
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    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;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
        display: block;
        border-bottom: 1px solid #d8d8d8;
        font-size: 17px;
        line-height: 30px;
        text-align: left;
        text-transform: capitalize;
        transition: all 500ms ease;
        color: #333;
        padding: 12px 15px;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #114fb5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    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 10px;
    width: 100%;
    box-sizing: border-box
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0px 10px;
    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: 5px;
}

.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;
}

.fixed {
    padding: 0.04rem 0;
    background: rgba(255, 255, 255, 1) !important;
}

.fixed .logo {
    width: 2.01rem;
    height: 0.66rem;
    background: url(../images/logo1.png) no-repeat center;
    background-size: cover;
}

.fixed .main-menu .navigation>li .active {
    color: #0251d2;
}

.fixed .main-menu .navigation>li>a {
    color: #333;
}

.ba-zi {
    line-height: 80px;
    font-size: 17px;
}

.link select {
    width: 260px;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #fff;
    background: #2d2d2d;
    border-radius: 20px;
    padding: 0 20px;
    margin-top: 23px;
}

.w1300 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

footer {
    width: 100%;
    margin: 0 auto;
    min-height: 4.8rem;
    z-index: 10;
    bottom: 0;
    color: #fff;
    position: relative;
    background: url(../images/foot-bg.jpg)no-repeat;
    background-size: 100% 100%;
    z-index: 10
}

footer .box-list {
    padding: 0.7rem 0 0.9rem 0;
    display: flex;
}

.foot-nav li {
    font-size: 0.18rem;
    line-height: 0.36rem;
    padding-right: 1.2rem;
    float: left;
}

.foot-nav li a {
    color: #fff;
}

.foot-nav li h1 {
    font-size: 0.2rem;
}

.foot-ewm li {
    float: left;
    margin-left: 0.24rem;
}

.foot-ewm li p {
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.foot-ewm li img {
    width: 1.37rem;
}

footer .copy {
    line-height: 0.4rem;
    padding: 0.3rem 0;
    border-top: 1px solid #33577f;
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.8;
}

footer .medium {
    margin-top: 0.25rem;
}

footer .medium li {
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    float: left;
    border-radius: 100%;
    background: #c41221;
    margin-right: 0.11rem;
    position: relative;
}

footer .medium li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-duration: .5s;
}

footer .medium li:hover:after {
    transform: rotateY(180deg);
}

footer .medium li:nth-child(1):after {
    background: url(../images/f-icon1.png) no-repeat center center;
}

footer .medium li:nth-child(2):after {
    background: url(../images/f-icon2.png) no-repeat center center;
}

footer .medium li:nth-child(3):after {
    background: url(../images/f-icon3.png) no-repeat center center;
}

footer .medium li:nth-child(4):after {
    background: url(../images/f-icon4.png) no-repeat center center;
}

footer .medium li:nth-child(5):after {
    background: url(../images/f-icon5.png) no-repeat center center;
}

.subNavBox {
    width: 100%;
}

.subNav {
    display: block;
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #555;
    padding: 0 0.12rem;
    background: url(../images/down.png) no-repeat 90% center;
    cursor: pointer;
}

.currentDt {
    background: url(../images/up.png) no-repeat 90% center;
    color: #b70000;
    font-weight: bold;
}

.navContent {
    display: none;
}

.navContent li {
    line-height: 28px;
}

.navContent li a {
    display: block;
    font-size: 0.15rem;
    color: #888;
    padding-left: 0.25rem;
}


/*  */

#dialogBg {
    width: 100%;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 600px;
    padding: 50px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute
}

.dialogTop {
    width: 0.4rem;
    height: 0.4rem;
    background: #cdcdcd;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0.24rem;
    border-radius: 100%;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
}

.name {
    font-size: 0.22rem;
    font-weight: bold;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 0.68rem;
    line-height: 0.68rem;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0.3rem
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.22rem;
    border: none;
    outline: none;
}

.sk04 input {
    border-radius: 0;
    background: #0251d2;
    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;
}


/**/

.video-ibox {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.video-ibox .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease-out 0s;
    -webkit-transition: -webkit-transform 1s ease-out 0s;
    overflow: hidden;
}

.video-ibox .bg video {
    width: 100%;
    display: block;
}

.video-ibox .bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s ease-out;
}

.video-ibox .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.video-ibox .vico {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    line-height: 1;
    color: #fff;
    font-size: 58px;
    transition: .3s;
    -webkit-transition: .3s;
}

.video-ibox:hover .vico {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


/**/

@media only screen and (max-width: 991px) {
    .main-menu .navigation>li {
        margin-right: 15px;
    }
    .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.active>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 screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    .wrap {
        width: 86%;
        margin: 0 auto;
    }
    .main-menu .navigation>li>a {
        font-size: 17px;
    }
}

@media screen and (max-width: 1366px) {
    .main-menu .navigation>li>a {
        font-size: 16px;
    }
    .main-header {
        height: 70px;
    }
    .header-upper-middle {
        height: 70px;
        line-height: 70px;
    }
}


/* 下拉菜单显示 */

@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;
    }
    .main-header .nav-outer .main-menu {
        display: none !important;
    }
    .nav-outer .mobile-nav-toggler {
        display: block;
    }
}

.main-menu .navigation .hiden {
    display: none
}

@media only screen and (max-width: 960px) {
    .wrap {
        width: 100%;
    }
    .mnolook{display:none;}
    
    .header-upper-middle {
        position: absolute;
        height: 50px;
        line-height: 50px;
        margin-right: 15px;
        margin-top: 13px;
        right: 0;
    }
    /* .main-header {
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
        padding: 0 3px 0 0;
    } */
    /* .nav-outer .mobile-nav-toggler {
        padding-top: 8px;
    }
    .nav-outer .mobile-nav-toggler span b {
        background: #fff;
    } */
    .bocweb-header {
        top: 0 !important
    }
    .footer {
        padding: 20px;
        background-size: cover !important;
    }
    .sou {
        width: 50px;
        height: 50px;
    }
    .fixed .sou {
        background: url(../images/ss.png) no-repeat center;
    }
    .f-le {
        width: 100%;
        padding: 15px 0;
    }
    .f-le ul {
        display: block;
    }
    .f-le ul li {
        width: 32%;
        float: left;
        text-align: center;
        margin-right: 1%;
        margin-bottom: 8px;
    }
    .f-le ul li a {
        padding: 0;
        font-size: 14px;
    }
    .f-le p {
        font-size: 14px;
        text-align: center;
    }
    footer .f1 a {
        line-height: 30px;
        font-size: 16px;
        padding: 0 20px;
    }
    .f-t1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    
    .hzjg-pic img{height:100%!important}
    .main-header {
        padding: 0 0;
    }
    .logo,.fixed .logo {
       width: 131px;
           height: 40px;
           margin-top: 5px;
           background-size: contain !important;
           background: url(../images/logo1.png) no-repeat left center;
    }
    .nav-outer .mobile-nav-toggler span b {
        width: 34px;
        height: 3px;
    }
    .nav-outer .mobile-nav-toggler {
        padding: 4px 0 0 0;
    }
    .fixed .search {
        background-size: 100% 100%;
    }
    .main-header:hover .search {
        background-size: 100% 100%;
    }
    footer {
        height: auto;
    }
    .warp,
    .warp1 {
        width: 94%;
    }
    #dialog {
        width: 90%;
        padding: 20px;
    }
    .tc-ss ul .sk03 {
        font-size: 17px;
        height: 50px;
        line-height: 50px;
    }
    .tc-ss ul .sk03 input {
        height: 50px;
        line-height: 50px;
        font-size: 17px;
    }
    .sk04 input {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    .in-search {
        margin-right: 60px;
    }
    .top-lan {
        margin-top: 10px;
        margin-left: 20px;
    }
    .foot-nav {
        width: 100%;
    }
    footer .box-list {
        display: block;
        padding: 30px 0 10px 0;
    }
    .foot-nav li {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    .foot-nav li:nth-child(1),
    .foot-nav li:nth-child(2),
    .foot-nav li:nth-child(3) {
        display: none;
    }
    .foot-nav li h1 {
        font-size: 16px;
    }
    .foot-ewm {
       width: 90%;
           margin: 0 auto;
    }
    .copy {
        text-align: center;
        width: 100%;
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .copy div {
      width: 90%;
          margin: 0 5%;
    }
    .foot-ewm li {
        width: 30%;
            margin: 0 10%;
            text-align: center;
    }
    .foot-ewm li p {
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 10px;
    }
	.main-header {
	    background: #fff !important;
	}
	.main-header {
	    height: 50px;
	}
	.foot-ewm li img {
	    width: 2rem;
	}
	.copy div {
	    width: 90%;
	    margin: 0 5%;
	}
}

@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
    }
}
.ab img{float:left;width:100%;}
