﻿@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-Normal.ttf);
}

body {
    font: 16px/1.8 "syhtL";
    margin: 0 auto;
    color: #2c303d;
    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: #004fa2;
}

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 3.2rem;
}

.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.top {
    height: 0.44rem;
    border-bottom: #e2e2e2;
    padding: 0 0.6rem;
    display: flex;
    justify-content: right;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}




.topRight {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topRight li {
    border-left: 1px solid #e2e2e2;
}

.topRight li a {
    height: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.17rem;
    padding: 0 0.19rem;
}

.topRight li a p {
    width: 0.29rem;
    height: 0.29rem;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.06rem;
}

.topRight li a p i {
    font-size: 0.2rem;
}

.topRight li:nth-child(1) p {
    border: none;
}

.topRight li:nth-child(1) p i {
    font-size: 0.3rem;
}

.topRight li a:hover p {
    border-color: #004fa2;
}



/*==============================================
    Main Header Css        
===============================================*/
.hRight {
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo {
    width: 125px;
    height: 54px;
    position: relative;
    overflow: hidden;
}

 

 

.logo img {

    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.search1 {
    margin-left: 0.3rem;
}

.search1 i {
    font-size: 0.34rem;
}

.main-header {
    transition: all .5s;
    position: relative;
    width: 100%;
    top: 0rem;
    left: 0;
    z-index: 9999;
    padding: 0 0.63rem 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.92rem;
    background: #fff;

}


.main-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-upper-middle {
    transition: all .2s;
    width: 100%;
}

.header-upper-middle.on {
    opacity: 0;
}

.main-menu {
    display: block;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-menu .navigation>li {
    float: left;
    transition: all .5s;
}

.main-menu .navigation>li>a {
    position: relative;
    opacity: 1;
    display: block;
    transition-duration: .5s;
    margin: 0 0.3rem;
    line-height: 0.92rem;
    text-align: left;
    height: 0.92rem;
    font-size: 0.19rem;


}




.main-menu .navigation>li>a:after {
    content: '';
    position: absolute;
    bottom: -0.01rem;
    left: 50%;
    width: 0;
    height: 0.04rem;
    transform: translate(-50%, -50%);
    background: #004ea2;
    transition-duration: .5s;
}

.main-menu .navigation>li>a:hover:after,
.main-menu .navigation>li .currentDd:after {
    width: 100%;
}

.main-header .main-menu .navigation>li>a:hover,

.main-header .main-menu .navigation>li .currentDd {
    color: #004ea2;
}


.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    display: none;
    transition: all 100ms ease;
    z-index: 100;
    background: #ffffff;
    border-top: 1px solid #e2e2e2;
}

.menuNr {
    display: flex;
}

.xlMenubox {
    width: 5.16rem;

    padding-left: 1.56rem;
    padding-top: 0.57rem;
    padding-bottom: 0.9rem;
}

.xlMenubox h1 {
    font-size: 0.3rem;
    color: #004ea2;
    /* font-family: 'syhtB'; */
    font-weight: normal;
    margin-bottom: 0.33rem;
}

.xlMenubox dt li {
    font-size: 0.2rem;
    cursor: pointer;
    margin-bottom: 0.1rem;
}

.xlMenubox dt li img {
    width: 0.15rem;
    margin-right: 0.2rem;
    opacity: 0;
    transition-duration: .5s;
}

.xlMenubox dt li.hover {
    color: #004ea2;
}

.xlMenubox dt li.hover img {
    opacity: 1;
}

.xlContentbox {
    padding: 0.57rem 1rem;
    width: calc(97% - 4.16rem);
    width: -webkit-calc(97% - 4.16rem);
    border-left: 1px solid #e2e2e2;
}

.cdTi {
    font-size: 0.32rem;
    position: relative;
    padding-left: 0.15rem;
    line-height: 1.2;
}

.cdTi:before,
.cdTi:after {
    content: '';
    width: 0.06rem;
    height: 0.08rem;
    position: absolute;
    top: 0.1rem;
    left: 0;
    background: #004ea2;
}

.cdTi:after {
    top: 0.2rem;
    background: #6eb92b;
}

.mLIs {
    margin-top: 0.25rem;
}

.mLIs dt {
    border-bottom: 1px solid #e2e2e2;
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.25rem;
}

.mLIs dt p {
    color: #004ea2;
    border-left: 3px solid #004ea2;
    line-height: 1;
    padding-left: 0.15rem;
}

.mLIs dt p a {
    color: #2c303d;
}

.mLIs dd {
    width: 90%;
}

.mLIs dd a {
    font-size: 0.18rem;
    display: block;
    width: 25%;
    float: left;
    margin-bottom: 0.05rem;
}

.caseMenu dl {
    width: 23%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.1rem;
}

.colsed {
    position: absolute;
    top: 0.53rem;
    right: 0.6rem;
}

.colsed i {
    color: #004ea2;
    font-size: 0.3rem;
}

.sqBtn {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
}

.sqBtn i {
    color: #333;
    font-size: 0.4rem;
    transform: rotate(-90deg);
}

/* .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%;
    text-align: center
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    font-size: 0.18rem;
    text-transform: capitalize;
    transition: all 500ms ease;
    color: #fff;
    text-align: center;
    transition-duration: .5s;
    padding-top: 0;
}





.main-menu .navigation>li>ul>li>a:hover {
    color: #fff;
    font-weight: bold;
}

.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;
}

.main-header.on .main-menu .navigation>li>a {
    color: #333;
}

.main-header.on .tTel,
.main-header.on .search1,
.main-header.on .en {
    color: #b12322;
    border: 1px solid #cccccc;
}





/*搜索框弹出*/
.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: 9;
    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;
    background: rgba(0, 0, 0, .05);
    margin-left: 0.2rem;
    border: none;

}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
    padding-left: 10px;
}

.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: #004ea2;
    display: block;
    margin-bottom: 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;

    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%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;

    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    width: 100%;
    background: #fff;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
    width: 120px;
}

.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: #f7f7f7;
    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;
    padding: 10px;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.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;

    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.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;
}


footer {
    background: #004ea2;
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #fff;
}



.lxGai {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: calc(89% - 4rem);
    width: -webkit-calc(89% - 4rem);
    padding-top: 0.35rem;

}

footer .fLe {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 1.52rem;
    padding-bottom: 0.37rem;
    margin-bottom: 0.5rem;
}

.fBt {
    padding-left: 1.52rem;
    display: flex;
}

.fLe .fLo {
    width: 1.39rem;
    margin-right: 0.5rem;
}

.fMc p {
    font-size: 0.2rem;
    letter-spacing: 1px;
    line-height: 1;
}

.fMc span {
    text-transform: uppercase;
    font-size: 0.10rem;
}

.fAdd {
    display: flex;
}

.fAdd i {
    font-size: 0.36rem;
}

.fAdd p {
    font-size: 0.2rem;
    padding-top: 0.1rem;
}

.fIcon {
    display: flex;
    margin: 0.4rem 0;
}

.fIcon li a {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.26rem;
}

.fIcon li a i {
    color: #fff;
    font-size: 0.26rem;
}

.fLx dl {
    margin-bottom: 0.15rem;
    float: left;
   
    margin-bottom: 0.5rem; width:50%
}

.fLx dl dt {
    border-left: 3px solid #65b51e;
    padding-left: 0.1rem;
    margin-bottom: 0.05rem;
}



.fLx dl dt p {
    overflow: hidden;
    color: #ffffff;
    font-size: 0.2rem;
    position: relative;
    line-height: 0.3rem;
}



.fLx dl dd {
    font-size: 0.18rem;
    padding-left: 0.08rem;
}

.fForm {
    width: 4rem;
    margin-right: 1.52rem;
    padding-top: 0.4rem;

}

.lyTi {
    font-size: 0.24rem;
    margin-bottom: 0.22rem;
}

.form li {
    width: 100%;
    height: 0.56rem;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    margin-bottom: 0.12rem;
    position: relative;
    padding-left: 0.23rem;
}

.form li p {
    color: #fff;
    font-size: 0.18rem;
}

.form li input {
    width: 60%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    padding-left: 0.15rem;
    color: #fff;
}

.form li a {
    display: block;
    width: 0.98rem;
    height: 0.35rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

.form li a img {
    width: 100%;
    height: 100%;
    display: block;
}

.tjBtn {
    width: 0.92rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #65b51e;
    font-weight: bold;
    /* font-family: 'syhtB'; */
}

.fEwm ul {
    display: flex;
    margin-right: 0.3rem;
}

.fEwm ul li {
    margin-right: 0.2rem;
    text-align: center;
    font-size: 0.18rem;
    line-height: 1.5;
    width: 1.2rem;
}

.fEwm ul li img {
    width: 100%;
    display: block;
}

.fEwm ul li:last-child {
    margin-right: 0;
}

.en {
    position: absolute;
    right: 0;
    bottom: 0.6rem;
    font-size: 1.22rem;
    font-weight: bold;
    /* font-family: 'syhtB'; */
    color: #fff;
    opacity: 0.03;
}

.banquan {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background: #004ea2;
}

.banquan .wrap {
    height: 0.57rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banquan .wrap p,
.banquan .wrap p a {
    color: #fff;
    font-size: 0.18rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banquan .wrap p a {
    padding: 0 0.29rem;
    display: flex;
}

.banquan .wrap p a:last-child {
    padding-right: 0;
}

.banquan .wrap p a:after {
    content: '';
    width: 1px;
    height: 0.18rem;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
}

.xzss {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#DropDownList1 {
    height: 50px;
    background: rgba(0, 0, 0, .05);
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding-left: 10px;
}

@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 (max-width: 960px) {
    .main-menu .navigation>li {
        margin-right: 30px;
    }

    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }
}


.moCd {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .main-menu .navigation>li>a {
        font-size: 0.22rem;
    }

}

@media only screen and (max-width: 1400px) {

    .wrap {
        margin: 0 1.6rem;
    }
}

@media only screen and (max-width: 1280px) {
    .logo {
        width: 116px;
        height: 50px;
    }
}



@media only screen and (max-width: 960px) {

    .top,
    .main-header {
        padding: 0 40px;
    }

    .main-header {
        height: 60px;
    }

    .lxGai {
        width: 100%;
    }

    footer {
        display: block;
    }

    .fForm {
        width: 100%;
        padding: 0 2% 30px;
    }

    footer .fLe,
    .fBt {
        padding: 0 15px 20px;
        display: block;
    }

    .moCd {
        display: block;
    }

    .main-header {
        padding: 0 10px;
        height: 50px;
    }

    .topRight li a {
        font-size: 12px;
    }

    .moCd {
        margin-left: 10px;
    }

    .moCd a {
        font-size: 14px;
        position: relative;
        width: 33.33%;
        float: left;
        display: block;
        border-left: 3px solid #004ea2;
        line-height: 1;
        padding-left: 0.15rem;
        margin-bottom: 0.3rem;
    }

    .header-upper-middle {
        margin-right: 0;
    }

    .xlMenubox dt,
    .xlCbContainer {
        display: none;
    }

    .xlCbContainer.caseMenu {
        display: block;
    }

    .top {
        padding: 0 10px;
        height: 35px;
    }


    .wrap {
        margin: 0 15px;
    }

    .search1 i {
        font-size: 26px;
    }

    footer .wrap,
    .menuNr {
        display: block;
    }

    .fMc,
    .fIcon {
        display: none;
    }

    .fLe .fLo {
        width: 120px;
        margin-bottom: 10px;
    }

    .lyTi {
        font-size: 16px;
    }

    .fAdd p,
    .fLx dl dd,
    .form li p,
    .fEwm ul li {
        font-size: 14px;
    }

.fLx dl{ width:100%}

    .fLx dl dt p,
    .fLx dl dt {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }



    .fLx {
        margin-top: 20px;
    }

    .fLx:after {
        content: '';
        clear: both;
        display: block;
    }

    .form li {
        width: 100%;
    }

    .fEwm .lyTi,
    .colsed,
    .sqBtn,
    .xlMenubox h1 {
        display: none;
    }

    .tjBtn {
        width: 120px;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    footer .wrap {
        padding-bottom: 20px;
    }

    .banquan .wrap {
        height: auto;
        display: block;
        padding: 10px 0;
    }

    .banquan .wrap p,
    .banquan .wrap p a {
        font-size: 12px;
        text-align: center;
    }

    .xlMenubox,
    .xlContentbox {
        width: 100%;
        padding: 0 20px;
        border: none;
    }

    .mLIs dt p {
        font-size: 14px;
    }

    .caseMenu dl {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .mLIs dt {
        font-size: 14px;
        border: none;
        margin-bottom: 0;
    }

    #dialog {
        width: 90%;
        padding: 30px;

    }

    .xlContentbox {
        padding-left: 30px;
    }

}


@media only screen and (max-width: 750px) {
    .moCd a {
        width: 48%;
        margin-right: 2%;
        border-left: 2px solid #004ea2
    }

    .caseMenu dl {
        width: 48%;
    }

    .mLIs dt p {
        border-left: 2px solid #004ea2;
    }

    .fEwm ul li {
        width: 100px;
    }

    .fLx dl dt p,
    .fLx dl dt {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
    }

    .fLx dl {
        width: 50%;
        margin-right: 0;
    }

    .fLx dl dd {
        font-size: 12px;
    }
}



@media only screen and (max-width: 500px) {    .logo {
        width: 100px;
        height: auto;
    }
	.fLx dl{ width:100%}
	.whLIs li p{ font-size:12px}
	
	}

























@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
    }
}