/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}
html {
    background: #ffffff;
    position: relative;
    height: 100%;
    font-size: 125%;
    overflow-x: hidden;
}
@media (max-width:1200px) {
    html {
        font-size: 100%;
    }
}
@media (max-width:1024px) {
    html {
        font-size: 87.5%;
    }
}
@media (max-width:768px) {
    html {
        font-size: 100%;
    }
}
@media (max-width:540px) {
    html {
        font-size: 100%;
    }
}
@media (max-width:440px) {
    html {
        font-size: 87.5%;
    }
}
@media (max-width:340px) {
    html {
        font-size: 75%;
    }
}
body {
    min-height: 100%;
    font-size: 100%;
    color: #333;
    font-family:"Microsoft YaHei";
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    background: #ffffff;
    box-sizing: border-box;
}
form {
    display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    font-family:"Microsoft YaHei";
}
input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
th {
    text-align: inherit
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
input, img {
    vertical-align: middle
}
ol, ul {
    list-style: none
}
em, i {
    font-style: normal
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
textarea {
    resize: none
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
    clear: both;
    content:" ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
/* ---- header style ----- */
 .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.insideHead {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.header.hide {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header .nav_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: navSlideDown 1.2s ease;
    -moz-animation: navSlideDown 1.2s ease;
    -ms-animation: navSlideDown 1.2s ease;
    animation: navSlideDown 1.2s ease;
}
.header .nav_bg.active {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
}
.header .main {
    max-width: 1844px;
    margin: 0 auto;
    width: 88%;
    position: relative;
    z-index: 2;
    padding: 1.7rem 0 1.1rem;
}
.header .logoBox {
    float: left;
}
.header .logoBox .logo {
    float: left;
    width: auto;
    height: 2.2rem;
}
.header .logoBox .logo.b {
    display: block;
}
.header .logoBox .logo.w {
    display: none;
}
.header .logoBox p.stockCode {
    position: relative;
    float: left;
    padding-left: 1rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.4rem;
    color: #333333;
    text-shadow: 0 0 1px #fff;
}
.header.openNav .logoBox p.stockCode, .header.bg_black .logoBox p.stockCode {
    color: #fff;
}
.header.openNav .logoBox .logo.b, .header.bg_black .logoBox .logo.b {
    display: none;
}
.header.openNav .logoBox .logo.w, .header.bg_black .logoBox .logo.w {
    display: block;
}
.header .logoBox p.stockCode::before {
    content:'';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 1px;
    height: 1.1rem;
    font-size: 0;
    line-height: 0;
    background: #999999;
}
.header .searchBtn {
    float: right;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #fff;
    border-radius: 1.1rem;
    background: url(/public/default/valiant/img/icon_search_w.png) center center no-repeat;
    background-size: auto 1rem;
    outline: none;
    overflow: hidden;
    text-indent: -9999px;
    margin-left: 0.9rem;
    cursor: pointer;
}
.header.black {
    background: rgba(255, 255, 255, 0.4);
}
.header.bg_black {
    background: rgba(0, 0, 0, 0.8);
}
.header.black .searchBtn {
    border: 1px solid #333;
    background-image: url(/public/default/valiant/img/icon_search_b.png);
}
.header.black.openNav .searchBtn {
    border: 1px solid #fff;
    background-image: url(/public/default/valiant/img/icon_search_w.png);
}
.header.black.bg_black .searchBtn {
    border: 1px solid #fff;
    background-image: url(/public/default/valiant/img/icon_searchon_w.png);
}
.header .searchBtn.open {
    background-image: url(/public/default/valiant/img/icon_searchon_w.png);
    background-size: auto 1rem;
    border: 1px solid #fff;
}
.header .languageSelection {
    float: right;
    height: 2.2rem;
    width: 5rem;
    position: relative;
    margin-left: 1.3rem;
}
.header .languageSelection .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 2.2rem;
    border: 1px solid #fff;
    border-radius: 1.1rem;
    overflow: hidden;
    padding: 0 0.2em 0 1rem;
}
.header.black .languageSelection .inner {
    border: 1px solid #333;
}
.header.black.openNav .languageSelection .inner, .header.black.bg_black .languageSelection .inner {
    border: 1px solid #fff;
}
.header .languageSelection button.btn {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    top: 0.65rem;
    right: 1rem;
    border: none;
    outline: none;
    background: url(/public/default/valiant/img/select_arrow_w.png) center center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}
.header.black .languageSelection button.btn {
    background-image: url(/public/default/valiant/img/select_arrow_b.png);
}
.header.black.openNav .languageSelection button.btn, .header.black.bg_black .languageSelection button.btn {
    background-image: url(/public/default/valiant/img/select_arrow_w.png);
}
.header .languageSelection a.active {
    display: block;
    height: 2.1rem;
    width: 100%;
    line-height: 2.1rem;
    font-size: 0.8rem;
    color: #fff;
}
.header.black .languageSelection a.active {
    color: #333;
}
.header.black.openNav .languageSelection a.active, .header.black.bg_black .languageSelection a.active {
    color: #fff;
}
.header .languageSelection a:hover {
    text-decoration: none;
}
.header .languageSelection .language li {
    /* height: 2.1rem; */
    height: 0;
    line-height: 2.1rem;
    color: #fff;
    text-shadow: 0 0 0.4rem #fff;
    font-size: 0.8rem;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.header.black .languageSelection .language li {
    color: #333;
}
.header.black.openNav .languageSelection .language li, .header.black.bg_black .languageSelection .language li {
    color: #fff;
}
.header .languageSelection .language li.open {
    height: 2.1rem;
}
.header .languageSelection .language li a:hover {
    color: #e6202c;
}
.header .nav {
    float: right;
    font-size: 0;
    vertical-align: middle;
}
.header .nav {
    position: relative;
}
.header .nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.9rem;
}
.header .nav li:nth-of-type(1) {
    padding-left: 0;
}
.header .nav li a.single {
    position: relative;
    display: block;
    font-size: 0.9rem;
    color: #fff;
    line-height: 2.1rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}
.header.black .nav li a.single {
    color: #333;
}
.header.black.openNav .nav li a.single, .header.black.bg_black .nav li a.single {
    color: #fff;
}
.header .nav li a:hover {
    text-decoration: none;
}
.header .nav li a.single::before {
    content:"";
    position: absolute;
    top: 109%;
    left: 0;
    width: 100%;
    height: 1px;
    line-height: 0;
    font-size: 0;
    background: #e6202c;
    display: none;
}
.header .nav li:hover a.single::before {
    display: block;
}
.header .nav li .hover {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3.4rem 0 2.2rem;
    display: none;
    opacity: 0;
    -webkit-animation: fadein 1s ease-in forwards;
    -moz-animation: fadein 1s ease-in forwards;
    -ms-animation: fadein 1s ease-in forwards;
    animation: fadein 1s ease-in forwards;
}
.header .nav li:hover .hover {
    display: block;
}
.header .nav li .hover .item {
    margin-bottom: 1.1rem;
}
.header .nav li .hover .item:last-of-type {
    margin-bottom: 0;
}
.header .nav li .hover .item h3 {
    font-size: 1.1rem;
    color: #fff;
    line-height: 3.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: normal;
}
.header .nav li .hover .item .a_block {
    font-size: 0;
    overflow: hidden;
}
.header .nav li .hover .item .a_block a {
    display: flex;
    float: left;
    vertical-align: top;
    font-size: 0.8rem;
    height: 2.6rem;
    line-height: 1.1rem;
    color: #fff;
    justify-content: left;
    margin-top: 0.9rem;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .nav li .hover .item .a_block a:hover {
    color: #e6202c;
}
.header .nav li .hover .item .a_block.row a {
    width: auto;
    margin-right: 2rem;
}
.searchBox {
    position: absolute;
    padding: 1rem 0;
    width: 100%;
    top: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.searchBox.active {
    display: block;
}
.searchBox .search {
    max-width: 1844px;
    margin: 0 auto;
    width: 88%;
    padding: 0 3rem 0 0;
    position: relative;
}
.searchBox .tosearch {
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: url(/public/default/valiant/img/icon_search_w.png) center center no-repeat;
    background-size: auto 1rem;
    overflow: hidden;
    border: none;
    outline: none;
    cursor: pointer;
    text-indent: -9999px;
}
.searchBox .textInput {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    font-size: 0.8rem;
    color: #ccc;
}
.toggleNav {
    display: none;
}
@media (max-width:1700px) {
    .header .nav li a.single {
        font-size: 0.8rem;
    }
}
@media (max-width:1600px) {
    .header .nav li {
        padding: 0 0.4rem;
    }
    .header .nav li a.single {
        font-size: 0.7rem;
    }
}
@media (max-width:1500px) {
    .header .nav li a.single {
        font-size: 0.7rem;
    }
}
@media (max-width:1400px) {
    .header .main {
        width: 94%;
        padding: 1.2rem 0 1rem;
    }
    .header .logoBox .logo {
        height: 1.8rem;
    }
    .header .logoBox p.stockCode {
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: 0.7rem;
    }
    .header .logoBox p.stockCode::before {
        top: 0.4rem;
        height: 1rem;
    }
    .header .searchBtn {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 0.9rem;
        margin-left: 0.6rem;
    }
    .header .languageSelection {
        min-height: 1.8rem;
        width: 4.5rem;
        margin-left: 1rem;
    }
    .header .languageSelection .inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 1.8rem;
        border: 1px solid #fff;
        border-radius: 1.1rem;
        overflow: hidden;
        padding: 0 0.2em 0 1rem;
    }
    .header .languageSelection button.btn {
        width: 0.6rem;
        height: 0.6rem;
        top: 0.5rem;
        right: 0.8rem;
    }
    .header .languageSelection a.active {
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: 0.7rem;
    }
    .header .languageSelection .language li {
        /* height: 2.1rem; */
        height: 0;
        line-height: 1.8rem;
        font-size: 0.7rem;
    }
    .header .nav li {
        padding: 0 0.4rem;
    }
    .header .nav li a.single {
        font-size: 0.7rem;
        line-height: 1.8rem;
    }
}
@media (max-width:768px) {
    .searchBtn {
        display: none;
    }
    .languageSelection {
        display: none;
    }
    .header .nav {
        display: none;
    }
    .toggleNav {
        display: block;
        position: absolute;
        top: 1rem;
        right: 0rem;
        cursor: pointer;
        color: #fff;
        padding: 0.4rem 0 0 0.25rem;
        border: 0.1rem solid #fff;
        border-radius: 0.3rem;
        width: 2rem;
        height: 2rem;
        z-index: 9999;
        /* background: rgba(255,255,255,0.6); */
    }
    .black .toggleNav {
        border: 0.1rem solid #333;
        background: rgba(255, 255, 255, 0.5);
    }
    .toggleNav.open span.m, .toggleNav.open span.n, .toggleNav.open span.u {
        opacity: 1;
    }
    .toggleNav span.m, .toggleNav span.n, .toggleNav span.u {
        font-size: 1rem;
        opacity: 0;
        -webkit-transition: 250ms;
        transition: 250ms;
        letter-spacing: 0.1rem;
    }
    .toggleNav span.e {
        display: inline-block;
        height: 1.2rem;
        width: 1.2rem;
    }
    .toggleNav span.e.btn-close span.bar:nth-child(1) {
        -webkit-transition: 250ms;
        transition: 250ms;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0.5rem;
    }
    .toggleNav span.e.btn-close span.bar:nth-child(2) {
        opacity: 0;
        -webkit-transition: 250ms;
        transition: 250ms;
    }
    .toggleNav span.e.btn-close span.bar:nth-child(3) {
        -webkit-transition: 250ms;
        transition: 250ms;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 0.5rem;
    }
    .toggleNav span.e span.bar {
        -webkit-transition: 250ms;
        transition: 250ms;
        position: relative;
        display: block;
        background: #fff;
        border-radius: 1px;
        border-bottom: 1px solid #fff;
        width: 1.35rem;
        height: 1px;
    }
    .black .toggleNav span.e span.bar {
        background: #333;
        border-bottom: 1px solid #333;
    }
    .toggleNav span.e span.bar:nth-child(2) {
        margin: 0.4rem 0;
    }
    .toggleNav:hover span.m, .toggleNav:hover span.n, .toggleNav:hover span.u {
        opacity: 1;
        -webkit-transition: 250ms;
        transition: 250ms;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes navSlideDown {
    from {
        transform: translateY(-100%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes navSlideDown {
    from {
        transform: translateY(-100%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0);
    }
}
/* ---- menu in mobile Style ---- */
 .navPaneBtn {
    display: none;
}
.navPane {
    display: none;
    -webkit-transition: 250ms;
    transition: 250ms;
    position: fixed;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    top: 0;
    height: 100%;
    width: 85%;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.98);
    z-index: 9998;
    padding: 5%;
    overflow-y: auto;
}
.navPane.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 250ms;
    transition: 250ms;
}
.mobileSearch {
    height: 2rem;
    width: 100%;
    border-radius: 1rem;
    padding: 0 3rem 0 1rem;
    position: relative;
    background: rgba(255, 255, 255, 0.43);
    margin-bottom: 5%;
}
.mobileSearch .btn {
    position: absolute;
    right: 0.5rem;
    top: 0;
    height: 2rem;
    width: 2rem;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    outline: none;
    background: url(/public/default/valiant/img/icon_search_w.png) center center no-repeat;
    background-size: auto 1rem;
    cursor: pointer;
}
.mobileSearch .text_input {
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border: none;
    outline: none;
    background: none;
    font-size: 1rem;
    color: #fff
}
@media (max-width:768px) {
    .navPaneBtn {
        display: none;
        position: fixed;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0px;
        background: rgba(0, 0, 0, 0.1);
        z-index: 998;
    }
    .navPaneBtn.open {
        display: block;
    }
    .navPane {
        display: block;
    }
    .mobileMenu {
        width: 100%;
        padding: 5% 0;
    }
    .mobileMenu>li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
        position: relative;
    }
    .otherlinks {
        border-top: 1px solid rgba(255, 255, 255, 0.43);
        margin: 5% auto 0;
        padding-bottom: 0;
    }
    .mobileMenu>li>a.afinve {
        display: inline-block;
        overflow: hidden;
        padding: 0px 5%;
        text-align: left;
        line-height: 3.2rem;
        color: #fff;
        transition: all .3s;
        position: relative;
        text-decoration: none;
        font-size: 1.2rem;
        position: relative;
        z-index: 1;
        margin-right: 3.2rem;
    }
    .otherlinks>li>a.afinve {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .mobileMenu>li>a.btn {
        position: absolute;
        height: 3.2rem;
        width: 3.2rem;
        top: 0;
        right: 0;
    }
    .mobileMenu li a .arrow::before {
        content:"";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -0.4rem auto 0;
        width: 0.8rem;
        height: 0.8rem;
        font-size: 0;
        line-height: 0;
        background-image: url(/public/default/valiant/img/arrow_right.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 99;
    }
    .mobileMenu li a .arrow.open::before {
        background-image: url(/public/default/valiant/img/arrow_down.png);
        background-size: auto 100%;
    }
    .mobileMenu>li>a.active, .mobileMenu>li>a:hover {
        color: #FFF;
    }
    .mobileMenu>li>ul.sub-menu, .mobileMenu>li>ul.sub-menu>li>ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        margin: 0.4rem 0px 0px 8%;
        padding-bottom: 0.3rem;
    }
    .mobileMenu>li>ul.sub-menu li {
        background: none;
        margin: 0px;
        padding: 0px;
        position: relative;
    }
    .mobileMenu>li>ul.sub-menu li a .arrow::before {
        margin-top: 0;
        top: 0.9rem;
    }
    .mobileMenu>li>ul.sub-menu li>a {
        display: block;
        font-size: 1.1rem;
        line-height: 2.6rem;
        padding-left: 1.1rem;
        color: #fff;
        clear: both;
    }
    .mobileMenu>li>ul.sub-menu li>a.active, .mobileMenu>li>ul.sub-menu li>a:hover, .mobileMenu>li>ul.sub-menu>li.active>a {
        color: #FFF;
    }
}
/* ---- indexMenu ---- */
 .indexMenu {
    position: fixed;
    right: 6%;
    top: 50%;
    margin-top: -2.6rem;
    z-index: 99;
}
.indexMenu li {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.3rem 0;
    border-radius: 50%;
}
.indexMenu li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.indexMenu li a:hover, .indexMenu li.active a {
    border: 1px solid #b8b8b7;
}
.indexMenu li a::before {
    content:"";
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0;
    font-size: 0;
    background: #bcbcbc;
    border-radius: 50%;
}
.indexMenu li a:hover::before, .indexMenu li.active a::before {
    width: 0.5rem;
    height: 0.5rem;
    background: #e52230;
}
.indexMenu li a span {
    position: absolute;
    right: 150%;
    top: 50%;
    margin-top: -0.4rem;
    line-height: 0.8rem;
    font-size: 0.7rem;
    width: 5rem;
    text-align: right;
    color: #fff;
    display: none;
}
.indexMenu li a:hover span {
    display: block;
}
@media (max-width:1700px) {
    .indexMenu {
        right: 4%;
    }
}
@media (max-width:768px) {
    .indexMenu {
        right: 2%;
    }
    .indexMenu li a:hover::before, .indexMenu li.active a::before {
        width: 0.4rem;
        height: 0.4rem;
    }
}
/* ---- banner ---- */
 .mouseTips {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2%;
    width: 1.25rem;
    height: 1.8rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-image: url(/public/default/valiant/img/icon_mouse.png);
    z-index: 59;
    margin: 0 auto;
}
.mouseTips.black {
    background-image: url(/public/default/valiant/img/icon_mouse_b.png);
}
.bannerSwiper {
    position: relative;
    height: 100%;
    width: 100%;
}
.bannerSwiper .swiper-container {
    width: 100%;
    height: 100%;
}
.bannerSwiper .swiper-wrapper {
    height: 100%;
}
.bannerSwiper .swiper-slide {
    height: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.bannerSwiper .swiper-slide-active {
    animation: bannerScale 3s ease-out forwards;
}
@keyframes bannerScale {
    0% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 120% 120%;
    }
}
.bannerSwiper .swiper-slide video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.bannerSwiper .swiper-slide-active video {
    animation: videoScale 3s ease-out forwards;
}
@keyframes videoScale {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
}
.bannerSwiper .swiper-slide .banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.bannerSwiper .swiper-slide .banner img {
    width: 100%;
    height: auto;
}
.bannerBtns {
    position: absolute;
    width: 12.6rem;
    bottom: 11.58%;
    left: 50%;
    margin-left: -725px;
    z-index: 9;
}
.bannerSwiper .bannerNext, .bannerSwiper .bannerPrev {
    position: absolute;
    bottom: 0;
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.7rem;
    color: #fff;
    background-size: auto 0.9rem;
    background-repeat: no-repeat;
    cursor: pointer;
}
.bannerSwiper .bannerNext {
    right: 0;
    text-align: right;
    padding-right: 1rem;
    background-image: url(/public/default/valiant/img/banner_next.png);
    background-position: right center;
}
.bannerSwiper .bannerPrev {
    left: 0;
    text-align: left;
    padding-left: 1rem;
    background-image: url(/public/default/valiant/img/banner_prev.png);
    background-position: left center;
}
.bannerSwiper .pagination {
    position: absolute;
    bottom: 1.6rem;
    left: 0;
    width: 100%;
    height: 0.15rem;
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: left;
    padding: 0;
    margin: 0;
}
.bannerSwiper .pagination i {
    position: absolute;
    left: 0;
    bottom: 2rem;
    font-size: 0.8rem;
    color: #fff;
    display: none;
}
.bannerBtns .total {
    position: absolute;
    left: 0.7rem;
    bottom: 3.1rem;
    font-size: 0.8rem;
    color: #fff;
}
.bannerBtns .videoBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 auto;
    text-align: center;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.bannerBtns .videoBtn.pause {
    background-image: url(/public/default/valiant/img/icon_pause.svg);
}
.bannerBtns .videoBtn.play {
    background-image: url(/public/default/valiant/img/icon_play.svg);
}
.bannerSwiper .swiper-pagination-bullet {
    width: 100%;
    border-radius: 0;
    height: 100%;
    opacity: 1;
    background: rgba(255, 255, 255, 0.46);
}
.bannerSwiper .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}
.bannerSwiper .swiper-pagination-bullet-active i {
    display: block;
}
@media (max-width:2100px) {
    .bannerSwiper .swiper-slide {
        background-size: auto 100%;
    }
    @keyframes bannerScale {
        0% {
            background-size: auto 100%;
        }
        100% {
            background-size: auto 120%;
        }
    }
}
@media (max-width:1450px) {
    .bannerBtns {
        left: 0.6rem;
        margin-left: 0;
    }
}
/* ---- 第二  ---- */
 .section2Box {
    padding: 5rem 0 0rem;
}
.bigPic {
    float: right;
    width: 46.95%;
    height: 26.8rem;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.bigPicIn {
    animation: fadeInRight 1s ease-out forwards;
}
.bigPic img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.enterValiantBox {
    float: right;
    width: 48%;
    margin-right: 3.5%;
    max-width: 780px;
}
.enterValiantBox h1 {
    height: 2.1rem;
    font-size: 2.1rem;
    color: #0153a4;
    margin-bottom: 1.1em;
    opacity: 0;
}
.enterValiantBoxIn h1 {
    animation: fadeInDown 0.3s ease-out forwards;
}
.enterValiantBox .con {
    line-height: 2rem;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 2rem;
    opacity: 0;
}
.enterValiantBoxIn .con {
    animation: fadeInDown 0.3s ease-out forwards;
    animation-delay: 0.2s;
}
.enterValiantBox .con p {
    /* text-indent: 2em; */
}
.enterValiantBox .dataBox {
    margin-bottom: 2.2rem;
    opacity: 0;
}
.enterValiantBoxIn .dataBox {
    animation: fadeInDown 0.3s ease-out forwards;
    animation-delay: 0.5s;
}
.dataBox {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}
.dataBox li {
    width: 33.3333%;
    text-align: center;
    border-left: 0.15rem solid #e6202b;
}
.dataBox li h2 {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.9rem;
    color: #333333;
    margin-bottom: 0.8rem;
}
.dataBox li h2 span {
    font-size: 3rem;
}
.dataBox li p {
    height: 3rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: #999999;
    padding: 0 5%;
    max-width: 10.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enterValiantBox .toDetail {
    margin-bottom: 2rem;
}
.enterValiantBox .toDetail a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.7rem;
    width: 8.2rem;
    border-radius: 1.3rem;
    background: #0153a4;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    opacity: 0;
}
.enterValiantBoxIn .toDetail a {
    animation: fadeInDown 0.3s ease-out forwards;
    animation-delay: 0.8s;
}
.enterValiantBox .toDetail img {
    height: 0.4rem;
    width: auto;
    margin-left: 0.3rem;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@media (max-width:1700px) {
    .bigPic {
        height: 24rem;
    }
    .enterValiantBox h1 {
        height: 1.8rem;
        font-size: 1.8rem;
        margin-bottom: 0.8em;
    }
    .enterValiantBox .con {
        line-height: 1.8rem;
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }
    .dataBox li h2 {
        height: 2.2rem;
        line-height: 2.2rem;
        font-size: 0.8rem;
        margin-bottom: 0.6rem;
    }
    .dataBox li h2 span {
        font-size: 2rem;
    }
    .dataBox li p {
        height: 2.8rem;
        line-height: 1.4rem;
        font-size: 0.7rem;
    }
    .enterValiantBox .toDetail {
        margin-bottom: 1.6rem;
    }
    .enterValiantBox .toDetail a {
        height: 2.4rem;
        border-radius: 1.2rem;
        font-size: 0.8rem;
    }
}
@media (max-width:1400px) {
    .section2Box {
        padding: 4rem 0 0rem;
    }
}
@media (max-width:1300px) {
    .dataBox li h2 span {
        font-size: 2rem;
    }
}
@media (max-width:768px) {
    .bigPic {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .bigPicIn {
        animation: fadeInDown 0.5s ease-out forwards;
    }
    .enterValiantBox {
        width: 100%;
        margin: 0;
        padding: 0 0.6rem;
    }
    .enterValiantBox .toDetail {
        float: right;
    }
}
/* ---- 第三  ---- */
 .section3Box {
    position: absolute;
    top: 5rem;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}
.inliner-banner, .inliner-banner-con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 5;
}
.inliner-banner-con {
    background: none;
}
.inliner-banner ul, .inliner-banner-con ul {
    width: 100%;
    height: 100%;
}
.inliner-banner li, .inliner-banner-con li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
    transform: scale(0.8);
    z-index: 1;
}
.inliner-banner li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.inliner-banner li.index, .inliner-banner-con li.index {
    z-index: 2;
}
.inliner-banner li:first-child, .inliner-banner-con li:first-child {
    left: 0;
    transform: scale(1);
}
.inliner-banner li a, .inliner-banner-con li a {
    display: block;
    width: 100%;
    height: 100%;
}
.inliner-banner li .con, .inliner-banner-con li .con {
    display: block;
    width: 86%;
    max-width: 30rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -6.9rem auto 0;
    transform: scale(0);
}
.inliner-banner li h3, .inliner-banner-con li h3 {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 2.6rem;
    font-weight: normal;
}
.inliner-banner li h2, .inliner-banner-con li h2 {
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 2.8rem;
    font-weight: normal;
}
.inliner-banner li .font, .inliner-banner-con li .font {
    height: 6.4rem;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.6rem;
    width: 72%;
    text-align: center;
    margin: 1rem auto 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical; */
}
.inliner-banner li .more, .inliner-banner-con li .more {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.7rem;
    width: 8.2rem;
    border-radius: 1.3rem;
    background: #0153a4;
    text-align: center;
    font-size: o.9rem;
    color: #fff;
}
.inliner-banner li .more img, .inliner-banner-con li .more img {
    height: 0.4rem;
    width: auto;
    margin-left: 0.3rem;
}
.inliner-list, .inliner-bg {
    width: 90%;
    max-width: 33rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    background: url(/public/default/valiant/img/wel15.png) no-repeat center;
    background-size: 100% 100%;
    transform: scale(0);
}
.inliner-bg {
    transform: scale(0);
    background: none;
}
.inliner-bg span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 41px;
}
.inliner-bg span.one {
    background: url(/public/default/valiant/img/wel23.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-animation: inlinerbg 1.2s infinite linear;
    animation: inlinerbg 1.2s infinite linear;
}
.inliner-bg span.two {
    background: url(/public/default/valiant/img/wel24.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-animation: inlinerbgo 1.2s infinite linear;
    animation: inlinerbgo 1.2s infinite linear;
}
@-webkit-keyframes inlinerbg {
    0% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
}
@keyframes inlinerbg {
    0% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
}
@-webkit-keyframes inlinerbgo {
    0% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
}
@keyframes inlinerbgo {
    0% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
}
.inliner-list .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inliner-list .bg:nth-child(1) {
    width: 0;
    background: url(/public/default/valiant/img/wel17.png) no-repeat top left;
    background-size: auto 100%;
}
.inliner-list .bg:nth-child(2) {
    height: 0;
    background: url(/public/default/valiant/img/wel18.png) no-repeat top left;
    background-size: 100% auto;
}
.inliner-list .bg:nth-child(3) {
    height: 0;
    top: auto;
    bottom: 0;
    background: url(/public/default/valiant/img/wel19.png) no-repeat bottom left;
    background-size: 100% auto;
}
.inliner-list li {
    width: 8px;
    height: 8px;
    position: absolute;
    background: url(/public/default/valiant/img/wel16.png) no-repeat center;
    transition: all 0.3s;
    background-size: 100% 100%;
    z-index: 10;
    cursor: pointer;
}
.inliner-list li.li0 {
    top: 25%;
    left: 6%;
}
.inliner-list li.li1 {
    top: 25%;
    left: 93%;
}
.inliner-list li.li2 {
    top: 99.1%;
    left: 49%;
}
.inliner-list li.on {
    background: url(/public/default/valiant/img/wel16_h.png) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width:1400px) {
    .section3Box {
        top: 4.4rem;
    }
}
@media (max-width:1200px) {
    .inliner-banner li {
        background-size: auto 100%;
    }
}
@media (max-width:768px) {
    .inliner-banner li {
        background-size: auto 100%;
    }
    .inliner-banner li .con, .inliner-banner-con li .con {
        right: 0;
        margin: -8rem auto 0;
    }
    .inliner-banner li .font, .inliner-banner-con li .font {
        font-size: 0.9rem;
        width: 90%;
    }
    /* .section3Box{
		top: 0rem;
	} */
}
/* ---- 第四  ---- */
 .section4Box {
    padding: 0 10px;
    padding-top: 5rem;
    max-width: 1420px;
    margin: 0 auto;
}
h1.newsHead {
    height: 3.6rem;
    position: relative;
    text-align: center;
    font-size: 2.1rem;
    color: #0153a4;
    margin-bottom: 5rem;
    opacity: 0;
}
h1.newsHead::before {
    content:"";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    width: 2em;
    margin: 0 auto;
    font-size: 2.1rem;
    background: #0153a4;
}
.section4BoxIn h1.newsHead {
    animation: fadeInDown 0.3s ease-out forwards;
}
.newsList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3.8rem;
    opacity: 0;
}
.section4BoxIn .newsList {
    animation: fadeInDown 0.3s ease-out forwards;
    animation-delay: 0.2s;
}
.newsList li {
    width: 46%;
    overflow: hidden;
}
.newsList li .pic {
    float: left;
    width: 13.1rem;
    height: auto;
    overflow: hidden;
    margin-right: 4.65%;
}
.newsList li .pic img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.newsList li .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newsList li h2 {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #333333;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList li p.con {
    height: 4.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: #666666;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsList li p.time {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
    color: #999999;
}
.moreNews {
    padding-bottom: 2rem;
    opacity: 0;
}
.section4BoxIn .moreNews {
    animation: fadeInDown 0.3s ease-out forwards;
    animation-delay: 0.5s;
}
.moreNews a {
    display: flex;
    height: 2rem;
    width: 8.2rem;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    color: #0153a4;
    border: 1px solid #0153a4;
    background: #fff;
    border-radius: 1rem;
    margin: 0 auto;
}
.moreNews a:hover {
    text-decoration: none;
}
@media (max-width:1700px) {
    h1.newsHead {
        height: 3.2rem;
        font-size: 1.8rem;
        margin-bottom: 3.6rem;
    }
    .newsList li {
        width: 48.5%;
    }
    .newsList li h2 {
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: 0.8rem;
    }
    .newsList li p.con {
        height: 4.2rem;
        line-height: 1.4rem;
        font-size: 0.7rem;
    }
}
@media (max-width:1400px) {
    .section4Box {
        padding-top: 4.4rem;
    }
    h1.newsHead {
        margin-bottom: 7.14%;
    }
    .newsList {
        margin-bottom: 5%;
    }
}
@media (max-width:768px) {
    .newsList li {
        width: 100%;
        margin: 1rem 0;
    }
    .newsList li .pic {
        width: 10rem;
    }
    .newsList li h2 {
        font-size: 1.1rem;
    }
    .newsList li p.con {
        height: 3rem;
        font-size: 1rem;
        -webkit-line-clamp: 2;
    }
    .newsList li p.time {
        font-size: 0.9rem;
    }
}
/* ---- aboutUsBanner ---- */
 .aboutUsBanner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 4.2rem;
}
.aboutUsBanner .banner {
    max-width: 1340px;
    padding: 14.2rem 10px 18rem;
    margin: 0 auto;
}
.aboutUsBanner .banner h1 {
    padding: 0 3rem;
    line-height: 2.9rem;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 1rem;
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
    /*animation: fadeInDown 0.8s ease-out forwards; */
}
.aboutUsBanner .banner h1 span {
    display: inline-block;
    width: 100%;
}
.aboutUsBanner .banner .con {
    max-width: 46.5rem;
    margin: 0 0 0 5.7rem;
    line-height: 1.6rem;
    font-size: 0.8rem;
    color: #fff;
    padding-left: 0.8rem;
    border-left: 1px solid #cd8700;
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
    /*opacity: 0;
	animation: fadeInDown 0.8s ease-out forwards;
	animation-delay: 0.2s; */
}
.aboutUsBanner .banner .con p {
    /* text-indent: 2em; */
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.aboutUsBanner .bannerNav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
    /* opacity: 0;
	animation: fadeInUp 0.5s ease-out forwards;
	animation-delay: 0.3s; */
}
.aboutUsBanner .bannerNav ul {
    margin: 0 auto;
    max-width: 1320px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    position: relative;
}
.aboutUsBanner .bannerNav ul::before, .aboutUsBanner .bannerNav ul::after {
    content:"";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(4, 66, 135, 0.8);
}
.aboutUsBanner .bannerNav ul::before {
    right: 100%;
}
.aboutUsBanner .bannerNav ul::after {
    left: 100%;
}
.aboutUsBanner .bannerNav ul li {
    width: 32.88%;
    height: 6.7rem;
}
.aboutUsBanner .bannerNav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 66, 135, 0.8);
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #fff;
}
.aboutUsBanner .bannerNav ul li a:hover {
    text-decoration: none;
}
.aboutUsBanner .bannerNav ul li a img {
    height: 3.4rem;
    width: auto;
    margin-right: 10%;
}
@media (max-width:2100px) {
    .aboutUsBanner {
        background-size: auto 100%;
    }
}
@media (max-width:1700px) {
    .aboutUsBanner .banner {
        padding: 12rem 10px 15rem;
    }
    .aboutUsBanner .banner h1 {
        padding: 0 3rem;
        line-height: 2.9rem;
        font-size: 2rem;
    }
    .aboutUsBanner .bannerNav ul li a {
        font-size: 1.2rem;
    }
    .aboutUsBanner .bannerNav ul li a img {
        height: 3rem;
    }
}
@media (max-width:1320px) {
    .aboutUsBanner {
        margin-bottom: 6.36%;
    }
}
@media (max-width:768px) {
    .aboutUsBanner .banner {
        padding: 8rem 10px 16rem;
    }
    .aboutUsBanner .banner h1 {
        padding: 0;
        line-height: 1.9rem;
        font-size: 1.5rem;
    }
    .aboutUsBanner .banner h1 span {
        width: auto;
        margin-right: 0.6rem;
    }
    .aboutUsBanner .banner .con {
        margin: 0 0 0 0rem;
        line-height: 1.6rem;
        font-size: 0.9rem;
    }
    .aboutUsBanner .bannerNav ul::before, .aboutUsBanner .bannerNav ul::after {
        display: none;
    }
    .aboutUsBanner .bannerNav ul li {
        height: 4rem;
    }
    .aboutUsBanner .bannerNav ul li a {
        font-size: 1.1rem;
        line-height: 1.7rem;
    }
    .aboutUsBanner .bannerNav ul li a img {
        height: 1.8rem;
        margin-right: 6%;
    }
}
/* ---- 市场表现 ---- */
 .marketPerformance {
    margin-bottom: 6.8%;
}
.marketPerformance h1 {
    height: 2rem;
    font-size: 1.6rem;
    margin-bottom: 6.06%;
    color: #333;
}
.marketPerformance ul {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.marketPerformance ul li {
    width: 23%;
}
.marketPerformance ul li img {
    display: block;
    height: 2.75rem;
    margin-bottom: 15%;
}
.marketPerformance ul li h2 {
    height: 2.5rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #333;
    font-weight: normal;
    position: relative;
    margin-bottom: 0.8rem;
}
.marketPerformance ul li h2::before {
    content:"";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0.1rem;
    width: 2em;
    font-size: 0.9rem;
    line-height: 0px;
    overflow: hidden;
    background: #e5202d;
}
.marketPerformance ul li p {
    line-height: 187.5%;
    font-size: 0.8rem;
    color: #333;
}
@media (max-width:768px) {
    .marketPerformance ul li {
        width: 46%;
        margin-top: 2.2rem;
    }
    .marketPerformance ul li img {
        margin-bottom: 1.2rem;
    }
    .marketPerformance ul li h2 {
        font-size: 1rem;
    }
    .marketPerformance ul li h2::before {
        font-size: 1rem;
    }
    .marketPerformance ul li p {
        font-size: 1rem;
    }
}
/* ---- WhyChooseUs style ---- */
 .WhyChooseUsBox {
    background: #fcfcfc;
    padding: 2.3rem 0 2.7rem;
}
.WhyChooseUsBox .pic {
    position: absolute;
    width: 35.6%;
    height: 100%;
    overflow: hidden;
    left: 10px;
    top: 0;
}
.WhyChooseUsBox .pic img {
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.WhyChooseUsBox .pic:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.WhyChooseUs {
    float: right;
    width: 57.6%;
}
.WhyChooseUs h1 {
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 1.1rem;
}
.WhyChooseUs li {
    position: relative;
    padding: 0.3rem 0 0.3rem 2.4em;
    min-height: 1.2rem;
    font-size: 0.8rem;
}
.WhyChooseUs li::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    height: 1.8rem;
    line-height: 1.8rem;
}
@media (max-width:768px) {
    .WhyChooseUsBox {
        background: #fcfcfc;
        padding: 1.5rem 0;
    }
    .WhyChooseUsBox .pic {
        position: relative;
        float: left;
        width: 100%;
        height: 10rem;
        left: auto;
        top: auto;
        margin-bottom: 1.5rem;
    }
    .WhyChooseUsBox .pic img {
        min-width: 0;
        width: 100%;
        height: auto;
        min-height: 100%;
    }
    .WhyChooseUs {
        width: 100%;
    }
    .WhyChooseUs li {
        min-height: 1.4rem;
        font-size: 1rem;
    }
    .WhyChooseUs li::before {
        height: 2rem;
        line-height: 2rem;
    }
}
/* ---- 企业文化 style ---- */
 .companyCultureBox {
    padding: 3.7rem 0 1.8rem;
    background: url(/public/default/valiant/img/aboutus_bottom_bg.jpg) center center repeat-x;
    background-size: auto 100%;
}
.companyCultureBox h1 {
    height: 2.3rem;
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 3rem;
}
.companyCulture {
    display: flex;
    max-width: 64.5rem;
    justify-content: left;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.companyCulture li {
    padding-left: 1.6rem;
    padding-right: 1rem;
    border-left: 1px solid #fff;
    margin-bottom: 2.4rem;
}
.companyCulture li:nth-of-type(1), .companyCulture li:nth-of-type(4) {
    width: 20.7%;
    padding-left: 0;
    border: none;
}
.companyCulture li:nth-of-type(3) {
    width: 28%;
    padding-right: 0;
}
.companyCulture li:nth-of-type(2), .companyCulture li:nth-of-type(5) {
    width: 50%;
}
.companyCulture li h2 {
    height: 1.2rem;
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
.companyCulture li p {
    line-height: 1rem;
    font-size: 0.8rem;
    color: #fff;
}
@media (max-width:768px) {
    .companyCultureBox {
        padding: 5rem 0 0rem;
    }
    .companyCultureBox h1 {
        margin-bottom: 2rem;
    }
    .companyCulture li {
        padding-left: 1rem;
        padding-right: 1rem;
        border-left: 1px solid #fff;
        margin-bottom: 2rem;
    }
    .companyCulture li h2 {
        height: auto;
        line-height: 1.4rem;
        font-size: 1rem;
    }
    .companyCulture li p {
        line-height: 1.4rem;
        font-size: 1rem;
    }
}
/* ---- commonBanner style ---- */
 .commonBanner {
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}
.commonBanner .banner {
    max-width: 1590px;
    width: 88%;
    padding: 4.5rem 0px 4.8rem;
    margin: 0 auto;
}
.commonBanner .banner h1 {
    height: 2.3rem;
    line-height: 2.3rem;
    font-size: 1.4rem;
    color: #fff;
}
.commonBanner .banner .nav {
    line-height: 0;
}
.commonBanner .banner .nav a {
    display: inline-block;
    margin-right: 1.75rem;
    position: relative;
    height: 1.75rem;
    line-height: 1.6rem;
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 0.4rem;
    text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.8);
}
.commonBanner .banner .nav a:hover, .commonBanner .banner .nav a.active {
    text-decoration: none;
    border-bottom: 0.15rem solid #fff;
}
@media (max-width:1400px) {
    .commonBanner .banner {
        max-width: 94%;
    }
}
@media (max-width:768px) {
    .commonBanner .banner .nav a {
        font-size: 1rem;
    }
}
/* ---- demo style ---- */
 .historyBox {
    background: url(/public/default/valiant/img/history_bg.jpg) center bottom repeat-x;
    padding: 1.3rem 0 11.7rem;
    overflow: hidden;
}
.historyBox .history {
    background: url(/public/default/valiant/img/history_line.png) center top repeat-y;
    background-size: 2.1rem auto;
}
.historyBox .history li {
    overflow: hidden;
    position: relative;
}
.historyBox .history li:nth-of-type(2n+1) {
    padding-right: 57.58%;
}
.historyBox .history li:nth-of-type(2n) {
    padding-left: 57.58%;
}
.historyBox .history li::before {
    content:"";
    position: absolute;
    top: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
    border: 0.2rem solid #0e68b0;
    background: #fff;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
}
.historyBox .history li:nth-of-type(2n+1)::before {
    right: 50%;
    margin-right: -0.4rem;
}
.historyBox .history li:nth-of-type(2n)::before {
    left: 50%;
    margin-left: -0.4rem;
}
.historyBox .history li h2 {
    height: 1.9rem;
    line-height: 1.9rem;
    width: 100%;
    font-size: 1.3rem;
    color: #0e68b0;
}
.historyBox .history li p {
    line-height: 1.8rem;
    width: 100%;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1.1rem;
}
.historyBox .history li .pic {
    width: 100%;
    max-width: 13.1rem;
    height: auto;
    overflow: hidden;
}
.historyBox .history li .pic img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.historyBox .history li .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.historyBox .history li:nth-of-type(2n+1) h2, .historyBox .history li:nth-of-type(2n+1) p, .historyBox .history li:nth-of-type(2n+1) .pic {
    float: right;
    text-align: right;
}
.historyBox .history li:nth-of-type(2n) h2, .historyBox .history li:nth-of-type(2n) p, .historyBox .history li:nth-of-type(2n) .pic {
    float: left;
    text-align: left;
}
@media (max-width:1570px) {
    .historyBox {
        padding: 1.3rem 0 15%;
    }
}
/* ---- demo style ---- */
 .honorsLists {
    margin: 4.6rem 0 3.6rem;
    border-left: 1px solid #eaeaea;
    padding-left: 3.1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.honorsLists li {
    width: 48.6%;
    padding: 0.8rem 1.5rem 0.9rem;
    position: relative;
    background: #f6f9fe;
    margin-bottom: 2rem;
}
.honorsLists li:last-of-type, .honorsLists li:nth-last-of-type(2) {
    margin-bottom: 0;
}
.honorsLists li::before {
    content:"";
    position: absolute;
    top: 1.2rem;
    left: -3.45rem;
    width: 0.7rem;
    height: 0.7rem;
    border: 0.2rem solid #0e68b0;
    background: #fff;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
}
.honorsLists li:nth-of-type(2n)::before {
    display: none;
}
.honorsLists li h2 {
    padding: 0.2rem 0;
    line-height: 1.3rem;
    font-size: 0.9rem;
    color: #333;
    font-weight: normal;
}
.honorsLists li p {
    line-height: 1.6rem;
    font-size: 0.7rem;
    color: #999999;
}
@media (max-width:768px) {
    .honorsLists {
        margin: 2rem 0;
        padding-left: 1.6rem;
    }
    .honorsLists li {
        width: 100%;
        padding: 0.8rem 1rem 0.9rem;
        margin-bottom: 1.2rem;
    }
    .honorsLists li:nth-last-of-type(2) {
        margin-bottom: 1.2rem;
    }
    .honorsLists li::before {
        left: -1.95rem;
    }
    .honorsLists li:nth-of-type(2n)::before {
        display: block;
    }
    .honorsLists li h2 {
        line-height: 1.5rem;
        font-size: 1.1rem;
    }
    .honorsLists li p {
        font-size: 0.9rem;
    }
}
/* ---- pagerBox Style ---- */
 .pagerBox {
    min-height: 2.7rem;
    margin-bottom: 4.1rem;
}
.pagerBox .page {
    float: left;
    font-size: 0;
}
.pagerBox a, .pagerBox span {
    display: inline-block;
    height: 2.7rem;
    line-height: 2.7rem;
    padding: 0 1.5rem;
    font-size: 14px;
    color: #333;
    background: #f2f3f5;
}
.pagerBox a:hover, .pagerBox a.active {
    text-decoration: none;
    background: #084ca1;
    color: #fff;
}
.pagerBox .disablle {
    display: none;
}
.pagerBox .turning {
    float: right;
    font-size: 0;
}
@media (max-width:768px) {
    .pagerBox {
        margin-bottom: 3rem;
    }
    .pagerBox .page, .pagerBox .turning {
        width: 100%;
        text-align: center;
    }
    .pagerBox .page {
        margin-bottom: 0.5rem;
    }
    .pagerBox a, .pagerBox span {
        font-size: 12px;
    }
}
/* ---- subsidiariesList style ---- */
 .subsidiariesList {
    margin: 5.7rem 0 4.6rem;
}
.subsidiariesList li {
    padding: 2.5rem 1.7rem;
    background: #f6f9fe;
    margin-bottom: 2.4rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.subsidiariesList li:last-of-type {
    margin-bottom: 0;
}
.subsidiariesList li .pic {
    width: 28.9%;
    height: 17.6rem;
    overflow: hidden;
    position: relative;
}
.subsidiariesList li .pic img {
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.subsidiariesList li .infor {
    width: 68.6%;
}
.subsidiariesList li h2 {
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 1.2rem;
}
.subsidiariesList li .con {
    height: 10.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: #333;
    overflow: hidden;
    margin-bottom: 1.6rem;
}
.subsidiariesList li .con p {
    /* text-indent: 2em; */
}
.toDetailbtn {
    height: 2.2rem;
    position: relative;
    width: 8.6rem;
}
.toDetailbtn a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    padding-left: 1.4rem;
    font-size: 0.7rem;
    color: #333;
    border-left: 1px solid #f60001;
    border-right: 1px solid #f60001;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.toDetailbtn:hover a {
    color: #fff;
}
.toDetailbtn a::before {
    content:"";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -0.2rem;
    width: 0px;
    height: 0px;
    border-left: 0.4rem solid #f60001;
    border-top: 0.2rem solid transparent;
    border-bottom: 0.2rem solid transparent;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.toDetailbtn:hover a::before {
    border-left: 0.4rem solid #fff;
}
.toDetailbtn::before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #f60001;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.toDetailbtn:hover::before {
    width: 100%;
}
.toDetailbtn a:hover {
    text-decoration: none;
}
@media (max-width:1024px) {
    .subsidiariesList li .con {
        height: 7.5rem;
        line-height: 1.5rem;
        font-size: 0.9rem;
    }
    .subsidiariesList li .pic {
        height: 14.6rem;
    }
}
@media (max-width:768px) {
    .subsidiariesList {
        margin: 2rem 0;
    }
    .subsidiariesList li {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    .subsidiariesList li .pic {
        width: 10rem;
        height: 10rem;
        margin-right: 1rem;
    }
    .subsidiariesList li h2 {
        height: 2.4rem;
        line-height: 1.2rem;
        font-size: 1rem;
        margin-bottom: 0.6rem;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .subsidiariesList li .con {
        height: 4.5rem;
        line-height: 1.5rem;
        font-size: 0.9rem;
        color: #333;
        overflow: hidden;
        margin-bottom: 0.9rem;
    }
    .toDetailbtn {
        height: 1.5rem;
        width: 8rem;
    }
    .toDetailbtn a {
        height: 1.5rem;
        line-height: 1.5rem;
    }
    .toDetailbtn:hover a {
        color: #fff;
    }
    .toDetailbtn a::before {
        right: 1.2rem;
    }
}
/* ---- RAndDBanner style ---- */
 .RAndDBanner {
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}
.RAndDBanner .banner {
    width: 88%;
    max-width: 1570px;
    padding: 4.2rem 0 13.1rem;
    margin: 0 auto;
}
.RAndDBanner .banner h1 {
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
.RAndDBanner .banner .nav {
    line-height: 0;
}
.RAndDBanner .banner .nav a {
    display: inline-block;
    margin-right: 1.75rem;
    position: relative;
    height: 1.75rem;
    line-height: 1.6rem;
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 0.4rem;
}
.RAndDBanner .banner .nav a:hover, .RAndDBanner .banner .nav a.active {
    text-decoration: none;
    border-bottom: 0.15rem solid #fff;
}
.RAndDBanner .banner .con {
    max-width: 41rem;
    margin: 5.3rem auto 0;
    font-size: 0.8rem;
    line-height: 225%;
    color: #fff;
    /* text-indent: 2em; */
    text-shadow: 0 0 0.2rem #171431;
}
@media (max-width:1400px) {
    .RAndDBanner .banner {
        width: 94%;
    }
}
@media (max-width:768px) {
    .RAndDBanner .banner .con {
        margin-top: 6.8%;
        font-size: 1rem;
        line-height: 200%;
    }
    .RAndDBanner .banner .nav a {
        font-size: 1rem;
    }
}
/* ---- RAndDProducts style ---- */
 .RAndDProducts {
    margin-top: 0.3rem;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.RAndDProducts li {
    width: 16.6666667%;
    height: 14.5rem;
}
.RAndDProducts li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.RAndDProducts li:nth-of-type(1) a {
    background-image: url(/public/default/valiant/img/r_d_xianshi.jpg);
}
.RAndDProducts li:nth-of-type(2) a {
    background-image: url(/public/default/valiant/img/r_d_huanbao.jpg);
}
.RAndDProducts li:nth-of-type(3) a {
    background-image: url(/public/default/valiant/img/r_d_gongneng.jpg);
}
.RAndDProducts li:nth-of-type(4) a {
    background-image: url(/public/default/valiant/img/r_d_yiyao.jpg);
}
.RAndDProducts li:nth-of-type(5) a {
    background-image: url(/public/default/valiant/img/r_d_shengming.jpg);
}
.RAndDProducts li:nth-of-type(6) a {
    background-image: url(/public/default/valiant/img/r_d_shiji.jpg);
}
.RAndDProducts li a img {
    width: 21.14%;
    height: auto;
    margin-bottom: 1rem;
}
.RAndDProducts li a:hover {
    text-decoration: none;
}
.RAndDProducts li a p {
    width: 100%;
    padding: 0 0.5rem;
    text-align: center;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 1.1rem;
    color: #fff;
}
@media (max-width:2100px) {
    .RAndDProducts li a {
        background-size: auto 100%;
    }
}
@media (max-width:768px) {
    .RAndDProducts li {
        width: 33.33333333333%;
        height: 10rem;
    }
}
/* ---- demo style ---- */
 .RAndDInfor {
    max-width: 495rem;
    margin: 5.3rem auto 7.7rem;
}
.RAndDInfor .con {
    line-height: 225%;
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 4.9rem;
}
.RAndDInfor .con p {
    /* text-indent: 2em; */
}
.RAndDInfor .dataBox {
    max-width: 20rem;
    margin: 0 auto;
}
.RAndDInfor .dataBox h2 {
    font-weight: normal;
}
.RAndDInfor .dataBox h2 span {
    font-weight: bold;
}
@media (max-width:768px) {
    .RAndDInfor {
        margin: 2rem auto 3rem;
    }
    .RAndDInfor .con {
        line-height: 200%;
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}
/* ---- reactionList style ---- */
 .reactionList {
    margin: 3.5rem auto 5.9rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.reactionList li {
    width: 49.315%;
    margin-bottom: 1.2rem;
}
.reactionList li:last-of-type, .reactionList li:nth-last-of-type(2) {
    margin-bottom: 0;
}
.reactionList li h2 {
    min-height: 3.8rem;
    padding: 0.5rem 0.8rem;
    line-height: 1.4rem;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    background: #0154a4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reactionList li p {
    min-height: 5.5rem;
    padding: 0.6rem 1rem;
    background: #f6f9fe;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reactionList li p img {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media (max-width:768px) {
    .reactionList {
        margin: 2rem auto 3rem;
    }
    .reactionList li {
        width: 100%;
    }
}
/* ---- productsCenter style ---- */
 .productsCenter {
    background: url(/public/default/valiant/img/products_bg.jpg) center center repeat-x;
    background-size: 100% 100%;
    padding: 3.7rem 0 3.6rem;
}
.productsCenter .intro {
    max-width: 1200px;
    margin: 0 auto 2.3rem;
}
.productsCenter h1 {
    line-height: 3rem;
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
}
.productsCenter p {
    line-height: 175%;
    font-size: 0.8REM;
    text-align: center;
    color: #fff;
}
@media (max-width:2100px) {
    .productsCenter {
        background-size: auto 100%;
    }
}
@media (max-width:768px) {
    .productsCenter {
        padding: 3rem 0;
    }
    .productsCenter h1 {
        line-height: 2.4rem;
        font-size: 1.6rem;
    }
}
/* ---- productSearch style ---- */
 .productSearch {
    max-width: 37.5rem;
    height: 2.7rem;
    padding-right: 7rem;
    border-radius: 1.3rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto 2.2rem;
}
.productSearch .textInput {
    height: 2.7rem;
    line-height: 2.7rem;
    padding: 0 1rem;
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    font-style: 0.8rem;
    color: #333;
}
.productSearch .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.7rem;
    width: 7rem;
    border: none;
    background: #e5202c;
    outline: none;
    font-size: 0.8rem;
    color: #fff;
    cursor: pointer;
}
.productSearch .btn img {
    height: 1rem;
    width: auto;
    margin-right: 0.7rem;
}
@media (max-width:768px) {
    .productSearch .textInput {
        font-style: 1rem;
    }
    .productSearch .btn {
        font-size: 1rem;
    }
}
/* ---- industryList style ---- */
 .industryList {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.industryList li {
    width: 33.333333%;
    padding: 0 1px;
}
.industryList li .industry {
    background: #fff;
    position: relative;
}
.industryList li .con {
    width: 90%;
    max-width: 17.8rem;
    padding: 3.1rem 0 2.9rem;
    text-align: center;
    margin: 0 auto;
}
.industryList li h2 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding: 0.2rem 0;
    color: #333333;
    font-weight: normal;
    margin-bottom: 0.6rem;
}
.industryList li p {
    font-size: 0.7rem;
    line-height: 1.6rem;
    color: #333;
    text-align: left;
}
.industryList li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.industryList li .pic img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.industryList li .pic:hover img {
    transform: scale(1.1);
}
.industryList li .popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 4.1rem 0 6.3rem;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.industryList li .industry:hover .popup {
    opacity: 1;
    transform: scale(1);
}
.industryList li .popup img.bg {
    display: block;
    width: 4.7rem;
    height: auto;
    margin: 0 auto 1.5rem;
}
.industryList li .popup .innerCon {
    position: absolute;
    bottom: 6.6rem;
    left: 0;
    right: 0;
    top: 10.3rem;
    width: 90%;
    max-width: 17.8rem;
    text-align: center;
    margin: 0 auto;
    overflow-y: auto;
}
.industryList li .popup h2, .industryList li .popup p {
    color: #fff;
}
.industryList li .popup a.toDetail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.6rem;
    width: 8.2rem;
    height: 2.8rem;
    line-height: 2.8rem;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #fff;
    background: url(/public/default/valiant/img/select_arrow_w.png) 6rem center no-repeat #0153a4;
    background-size: auto 0.4rem;
    padding-left: 1.5rem;
    border-radius: 1.4rem;
}
.industryList li .popup a:hover {
    text-decoration: none;
}
@media (max-width:768px) {
    .industryList li {
        width: 100%;
        max-width: 489px;
        padding: 1px;
    }
    .industryList li p {
        font-size: 0.9rem;
    }
}
/* ---- demo style ---- */
 .productPopupBox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.productPopupBox.open {
    opacity: 1;
    transform: scale(1);
}
.productPopupBox .popupBg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.productPopupBox .popupBox {
    position: relative;
    width: 90%;
    max-width: 45rem;
    border: 0.4rem solid rgba(6, 116, 202, 0.37);
    border-radius: 1.8rem;
    background: #182023;
    padding: 2.5rem;
    text-align: center;
}
.productPopupBox .popupBox img.loading {
    width: auto;
    height: 6.5rem;
    margin: 0 auto 1.7rem;
}
.productPopupBox .popupBox p.tips {
    line-height: 1.7rem;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    margin-bottom: 1.7rem;
}
.productPopupBox .popupBox a.btn {
    display: flex;
    width: 16rem;
    height: 3.1rem;
    border-radius: 1.5rem;
    background: #0674ca;
    font-size: 1.2rem;
    color: #ffffff;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.productPopupBox .popupBox a:hover {
    text-decoration: none;
}
/* ---- crumbBox style ---- */
 .crumbBox {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.crumbBox .crumb {
    position: relative;
    min-height: 3rem;
    line-height: 1.4rem;
    font-size: 0.8rem;
    color: #999999;
    padding: 0.7rem 7rem 0.7rem 0;
}
.crumbBox .crumb a.toBack {
    position: absolute;
    right: 0;
    top: 0;
    height: 3rem;
    line-height: 3rem;
    padding-right: 2rem;
    background: url(/public/default/valiant/img/icon_back.png) right center no-repeat;
    background-size: 0.9rem auto;
}
@media (max-width:768px) {
    .crumbBox .crumb {
        font-size: 1rem;
    }
}
/* ---- demo style ---- */
 .industryIntroBox {
    margin: 6rem 0 6.3rem;
}
.industryIntroBox h1 {
    min-height: 2.8rem;
    line-height: 2.8rem;
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.2rem;
}
.industryIntroBox p {
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #999;
    max-width: 70rem;
}
@media (max-width:768px) {
    .industryIntroBox {
        margin: 3rem 0 3rem;
    }
    .industryIntroBox p {
        font-size: 1rem;
    }
}
/* ---- industry-banner-container ---- */
.industry-banner-container {
    min-height: 262px;
    width: 100%;
    padding: 78px 468px 42px 129px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.industry-banner-hbcl {
    background-image: url(/public/default/valiant/img/industry-page-hbcl.jpg);
    background-color: #0a3420;
    background-position: right center;
}
.industry-banner-dzxx {
    background-image: url(/public/default/valiant/img/industry-page-dzxx.jpg);
    background-color: #101015;
    background-position: center center;
    background-repeat: repeat-x;
}
.industry-banner-smyy {
    background-image: url(/public/default/valiant/img/industry-page-smyy.jpg);
    background-color: #3e6cba;
    background-position: 75% center;
    text-shadow: 0 0 9px #3e6cba;
}
.industry-banner-xny {
    background-image: url(/public/default/valiant/img/industry-page-xny.jpg);
    background-repeat: repeat-x;
    background-position: 75% center;
    text-shadow: 0 0 9px #75bada;
}
.industry-banner-container h1 {
    line-height: 54px;
    font-size: 42px;
    color: #fff;
    margin-bottom: 15px;
}
.industry-banner-container p {
    font-size: 18px;
    color: #fff;
    line-height: 200%;
}
@media (max-width:1200px) {
    .industry-banner-container {
        min-height: 21.75vw;
        padding: 6.5vw 20vw 3.5vw 1.75vw;
    }
    .industry-banner-container h1 {
        line-height: 4.5vw;
        font-size: 3.5vw;
        margin-bottom: 1.25vw;
    }
    .industry-banner-container p {
        font-size: 1.5vw;
    }
}
@media (max-width:768px) {
    .industry-banner-container {
        min-height: 34.8vw;
        padding: 10.4vw 10vw 5.6vw 10vw;
    }
    .industry-banner-container h1 {
        line-height: 7.2vw;
        font-size: 5.6vw;
        margin-bottom: 2vw;
        text-shadow: 0 0 1.2vw rgba(0, 0, 0, 0.5);
    }
    .industry-banner-container p {
        font-size: 3.6vw;
        line-height: 175%;
        text-shadow: 0 0 1.2vw rgba(0, 0, 0, 0.5);
    }
}
/* ---- industry-tab-container ---- */
.industry-tab-container {
    margin-bottom: 60px;
    background: #f5f5f5;
}
.industry-tabs {
    width: 88%;
    margin: 0 auto;
}
.industry-tabs li {
    float: left;
    height: 60px;
    width: 25%;
    position: relative;
}
.industry-tabs li::before {
    content: "";
    position: absolute;
    top: 30%;
    height: 40%;
    left: 100%;
    width: 1px;
    overflow: hidden;
    background: #d5d5d5;
}
.industry-tabs li:last-of-type::before {
    display: none;
} 
.industry-tabs li a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #888888;
    line-height: 25px;
    padding: 0 6px;
}
.industry-tabs li.active a {
    color: #0f60ae;
    font-weight: bold;
}
.industry-tabs li a:hover {
    color: #0f60ae;
    text-decoration: none;
}
@media (max-width:1200px) {
    .industry-tab-container {
        margin-bottom: 5vw;
    }
    .industry-tabs li {
        height: 5vw;
    }
    .industry-tabs li a {
        font-size: 1.5vw;
        line-height: 2vw;
        padding: 0 0.5vw;
    }
}
@media (max-width:768px) {
    .industry-tab-container {
        margin-bottom: 10vw;
    }
    .industry-tabs {
        width: 100%;
    }
    .industry-tabs li {
        height: 10vw;
    }
    .industry-tabs li a {
        font-size: 3.2vw;
        line-height: 4vw;
        padding: 0 0.8vw;
    }
    .industry-tabs li a span {
        display: none;
    }
}
/* ---- industryList2023 ---- */
.industryList2023 {
    display: flex;
    justify-content:space-around;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.industryList2023 li {
    width: 23.2%;
    position: relative;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.industryList2023 li .pic {
    width: 100%;
    height: 552px;
    overflow: hidden;
    position: relative;
}
.industryList2023 li .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    min-width: 100%;
}
.industryList2023 li * {
    transition: .3s ease-in-out;
}
.industryList2023 li .popup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 45.65%;
    padding: 54px 0 0;
    
}
.industryList2023 li .popup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient( rgba(6, 67, 149, 0) 0%,rgba(6, 67, 149, 1) 25%, rgba(6, 67, 149, 1) 100%);
    transition: .5s ease-in-out;
}
.industryList2023 li:hover .popup::before {
    top: -50%;
}
.industryList2023 li:hover .popup {
    top: 0;
}
.industryList2023 li .popup .icon {
    width: 126px;
    height: 126px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.industryList2023 li .popup .icon img {
    width: auto;
    height: 54px;
}
.industryList2023 li .popup .innerCon {
    width: 82%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.industryList2023 li .popup .innerCon h2 {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px;
}
.industryList2023 li .popup .innerCon p {
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    height: 216px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    opacity: 0;
}
.industryList2023 li:hover .popup .innerCon p {
    opacity: 1;
}
.industryList2023 li .popup .toDetail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #0962bc;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    opacity: 0;
}
.industryList2023 li:hover .popup .toDetail{
    opacity: 1;
}
.industryList2023 li .popup .toDetail:hover {
    text-decoration: none;
}
@media (max-width:1200px) {
    .industryList2023 li .pic {
        height: 46vw;
    }
    .industryList2023 li .popup {
        padding: 4.5vw 0 0;
        
    }
    .industryList2023 li .popup .icon {
        width: 10.5vw;
        height: 10.5vw;;
        margin-bottom: 1.75vw;
    }
    .industryList2023 li .popup .icon img {
        height: 4.5vw;
    }
    .industryList2023 li .popup .innerCon h2 {
        height: 3.5vw;
        line-height: 3.5vw;
        font-size: 1.75vw;
        margin-bottom: 1.5vw;
    }
    .industryList2023 li .popup .innerCon p {
        line-height: 3vw;
        font-size: 1.5vw;
        height: 18vw;
    }
    .industryList2023 li .popup .toDetail {
        height: 4.25vw;
        line-height: 4.25vw;
        font-size: 1.5vw;
    }
}
@media (max-width:768px) {
    .industryList2023 li {
        width: 46.8%;
        margin-bottom: 6.4vw;
    }
    .industryList2023 li .pic {
        height: 73.6vw;
    }

    .industryList2023 li .popup {
        padding: 7.2vw 0 0;
    }
    .industryList2023 li .popup .icon {
        width: 16.8vw;
        height: 16.8vw;
        margin: 0 auto 2.8vw;
    }
    .industryList2023 li .popup .icon img {
        height: 7.2vw;
    }
    .industryList2023 li .popup .innerCon h2 {
        height: 5.6vw;
        line-height: 5.6vw;
        font-size: 3.2vw;
        margin-bottom: 2.4vw;
    }
    .industryList2023 li .popup .innerCon p {
        line-height: 4.8vw;
        font-size: 2.4vw;
        height: 28.8vw;
    }
    .industryList2023 li .popup .toDetail {
        height: 6.8vw;
        line-height: 6.8vw;
        font-size: 2.4vw;
    }
}
@media (max-width:420px) {
    .industryList2023 li {
        width: 100%;
        margin-bottom: 10vw;
    }
    .industryList2023 li .pic {
        height: 130vw;
    }
    .industryList2023 li .popup {
        padding: 12.8vw 0 0;
        
    }
    .industryList2023 li .popup .icon {
        width: 30vw;
        height: 30vw;
        margin: 0 auto 5vw;
    }
    .industryList2023 li .popup .icon img {
        height: 12.8vw;
    }
    
    .industryList2023 li .popup .innerCon h2 {
        height: 10vw;
        line-height: 10vw;
        font-size: 5.6vw;    
        margin-bottom: 4.4vw;
    }
    .industryList2023 li .popup .innerCon p {
        line-height: 8.4vw;
        font-size: 4.2vw;
        height: 50.4vw;
    }
    .industryList2023 li .popup .toDetail {
        height: 12vw;
        line-height: 12vw;
        font-size: 3.6vw;
    }
}
/* ---- left-nav2023 ---- */
.haveLeftBox2023 .laftNavBox {
    width: 330px;
}
.left-nav2023 {
    width: 100%;
    margin-bottom: 36px;
}
.left-nav2023>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    position: relative;
    margin-bottom: 2px;
    line-height: 0;
}
.left-nav2023>li>a.afinve {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 18px 57px 18px 21px;
    text-align: left;
    line-height: 36px;
    color: #fff;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 27px;
    position: relative;
    z-index: 1;
    background: #0154a3;
}
.left-nav2023>li>a.btn {
    position: absolute;
    height: 72px;
    width: 57px;
    top: 0;
    right: 0;
    z-index: 99;
}
.left-nav2023>li>a .arrow {
    position: absolute;
    width: 100%;
    height: 100%;
}
.left-nav2023 li a .arrow::before {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    margin: -9px auto 0;
    right: 21px;
    width: 12px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    background-image: url(/public/default/valiant/img/left-nav-arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 99;
    transition: .3s ease-in-out;
}
.left-nav2023 li a .arrow.open::before {
    transform: rotate(90deg);
}
.left-nav2023>li>a.active, .left-nav2023>li>a:hover {
    color: #FFF;
}
.left-nav2023>li>ul.sub-menu, .left-nav2023>li>ul.sub-menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 2px 0px 0px 0;
    /* padding-bottom: 0.3rem; */
}
.left-nav2023>li>ul.sub-menu li {
    background: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    margin-bottom: 2px;
    min-height: 72px;
    color: #0154a3;
    
}
.left-nav2023>li>ul.sub-menu li a .arrow::before {
    margin-top: 0;
    top: 0.9rem;
}
.left-nav2023>li>ul.sub-menu li>a {
    display: block;
    width: 100%;
    padding: 18px 72px 18px 21px;
    line-height: 36px;
    font-size: 27px;
    clear: both;
    transition: .3s ease-in-out;
    background: #edf5fd;
    background-position: center center;
}
.left-nav2023>li>ul.sub-menu li>a span {
    transition: .3s ease-in-out;
    display: inline-block;
}
.left-nav2023>li>ul.sub-menu li>a:hover {
    background: url(/public/default/valiant/img/left-nav-arrow-right.png) calc(100% - 36px) center / 12px 18px no-repeat #add3fa;
}
.left-nav2023>li>ul.sub-menu li>a:hover span {
    transform: translateX(21px);
}
.left-nav2023>li>ul.sub-menu li>a.active, .left-nav2023>li>ul.sub-menu li>a:hover, .left-nav2023>li>ul.sub-menu>li.active>a {
    text-decoration: none;
}
@media (max-width:1200px) {
    .haveLeftBox2023 .laftNavBox {
        width: 27.5vw;
    }
    .left-nav2023 {
        margin-bottom: 3vw;
    }
    .left-nav2023>li>a.afinve {
        padding: 1.5vw 4.75vw 1.5vw 1.75vw;
        line-height: 3vw;
        font-size: 2.25vw;
    }
    .left-nav2023>li>a.btn {
        height: 6vw;
        width: 4.75vw;
    }
    .left-nav2023 li a .arrow::before {
        margin: -0.75vw auto 0;
        right: 1.75vw;
        width: 1vw;
        height: 1.5vw;
    }
    .left-nav2023>li>ul.sub-menu, .left-nav2023>li>ul.sub-menu>li>ul.sub-menu {
        margin: 0.25vw 0px 0px 0;
    }
    .left-nav2023>li>ul.sub-menu li {
        margin-bottom:  0.25vw;
        min-height: 6vw;
        
    }
    .left-nav2023>li>ul.sub-menu li>a {
        padding: 1.5vw 6vw 1.5vw 1.75vw;
        line-height: 3vw;
        font-size: 2.25vw;
    }
    .left-nav2023>li>ul.sub-menu li>a:hover {
        background: url(/public/default/valiant/img/left-nav-arrow-right.png) calc(100% - 3vw) center / 1vw 1.5vw no-repeat #add3fa;
    }
    .left-nav2023>li>ul.sub-menu li>a:hover span {
        transform: translateX(1.75vw);
    }
}
@media (max-width:768px) {
    .haveLeftBox2023 .laftNavBox {
        display: none;
    }
}
/* ---- relatedProducts style ---- */
.relatedProducts {
    margin-bottom: 2.3rem;
}
.relatedProducts h1 {
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    color: #999999;
    font-weight: normal;
    margin-bottom: 1.8rem;
}
.relatedProducts ul {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.relatedProducts ul li {
    width: 23.13%;
    margin-right: 2.493%;
    background: #f5f5f5;
    border-radius: 0.5rem;
    margin-bottom: 1.8rem;
    padding: 2.5rem 2.1rem 1.5rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.relatedProducts ul li:hover {
    background: #0674ca;
}
.relatedProducts ul li:nth-of-type(4n) {
    margin-right: 0;
}
.relatedProducts ul li h2 {
    min-height: 1.8rem;
    line-height: 1.4rem;
    font-size: 1.2rem;
    color: #333333;
    padding: 0.2rem 0;
    margin: 0 auto 1.4rem;
    font-weight: normal;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.relatedProducts ul li:hover h2 {
    color: #fff;
}
.relatedProducts ul li a.more {
    display: block;
    line-height: 160%;
    font-size: 0.7rem;
    color: #999999;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.relatedProducts ul li a:hover {
    text-decoration: none;
}
.relatedProducts ul li:hover a.more {
    color: #fff;
}
@media (max-width:1024px) {
    .relatedProducts ul li {
        width: 23.13%;
        margin-right: 2.493%;
        background: #f5f5f5;
        border-radius: 0.5rem;
        margin-bottom: 1.8rem;
        padding: 2rem 1rem 1.5rem;
    }
}
@media (max-width:768px) {
    .relatedProducts ul {
        justify-content: space-between;
    }
    .relatedProducts ul li {
        width: 48%;
        margin-right: 0%;
    }
    .relatedProducts ul li a.more {
        font-size: 1rem;
    }
}
/* ---- haveLeftBox style ---- */
 .haveLeftBox {
    display: flex;
    margin-top: 2.5rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.laftNavBox {
    width: 13.8rem;
    margin-bottom: 3.6rem;
    margin-right: 5%;
}
.laftNavBox h1 {
    position: relative;
}
.laftNavBox h1 img.bg {
    width: 100%;
    height: auto;
}
.laftNavBox h1 span {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    padding: 0 0.3rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1.2rem;
    color: #fff;
}
.leftNav {
    margin-bottom: 1.8rem;
}
.leftNav li {
    margin-bottom: 0.1rem;
}
.leftNav li a {
    display: block;
    min-height: 3rem;
    line-height: 1.6rem;
    font-size: 1rem;
    color: #ffffff;
    background: #0154a3;
    padding: 0.7rem 0.8rem;
}
.leftNav li a:hover, .leftNav li.active a {
    text-decoration: none;
    background: #dcebfa;
    color: #0154a3;
}
.leftSearch {
    border: 0.3rem solid #0154a3;
    padding: 1.2rem 0.8rem;
    background: #fff;
}
.leftSearch h2 {
    line-height: 1.5rem;
    font-size: 1rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.6rem
}
.leftSearch .textInput {
    height: 2.3rem;
    line-height: 2.2rem;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 0rem 0.5rem;
    background: #fff;
    outline: none;
    font-size: 0.7rem;
    color: #333;
    margin-bottom: 0.9rem;
}
.leftSearch .btn {
    border: 1px solid #e4e4e4;
    background: #e6202d;
    height: 2.3rem;
    width: 100%;
    outline: none;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
@media (max-width:1024px) {
    .leftSearch .textInput {
        font-size: 0.8rem;
    }
    .leftSearch .btn {
        font-size: 0.9rem;
    }
}
@media (max-width:768px) {
    .laftNavBox {
        display: none;
    }
    .productNavBox {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 8vw;
	}
	.productNavBox h1 {
		display: none;
	}
	.productNavBox .leftNav {
		display: none;
	}
	.leftSearch {
		border-width: 0.8vw;
		padding: 3.2vw 2vw;
	}
	
	.leftSearch h2 {
		line-height: 4vw;
		font-size: 2.8vw;
		margin-bottom: 1.6vw
	}
	
	.leftSearch .textInput {
		height: 6vw;
		line-height: 6vw;
		padding: 0rem 1.2vw;
		font-size: 2.4vw;
		margin-bottom: 2.4vw;
	}
	
	.leftSearch .btn {
		height:6vw;
		font-size: 2.4vw;
	}
}
@media (max-width:475px) {

	.leftSearch h2 {
		line-height: 4.8vw;
		font-size: 3.6vw;
		margin-bottom: 2vw
	}
	
	.leftSearch .textInput {
		height: 8vw;
		line-height: 8vw;
		padding: 0rem 1.2vw;
		font-size: 3.6vw;
		margin-bottom: 2.4vw;
	}
	
	.leftSearch .btn {
		height: 8vw;
		font-size: 3.6vw;
	}
}
/* ---- theRightBox style ---- */
 .theRightBox {
    width: 76.2%;
}
.theRightBox h1.title {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 1.2rem;
}
.theRightBox p.MsoNormal {
    line-height: 2rem;
	font-weight:lighter;
}
.productsList {
    margin-bottom: 2.7rem;
}
.productsList li {
    border: 1px solid #e6e6e6;
    padding: 1px 1px 1px 12.9rem;
    background: #fff;
    position: relative;
    margin-bottom: 0.9rem;
}
.productsList.noImg li {
    padding-left: 1px;
}
.productsList li:last-of-type {
    margin-bottom: 0;
}
.productsList li .pic {
    position: absolute;
    width: 12.8rem;
    left: 1px;
    top: 1px;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productsList li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.productsList li .pic:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.productsList li .con {
    padding: 1.3rem 1.8rem 1rem;
    background: #f6f6f6;
    color: #333;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.productsList li .con h2 {
    line-height: 1.4rem;
    padding: 0.2rem 0;
    font-size: 0.9rem;
    font-weight: normal;
}
.productsList li .con h3 {
    line-height: 1.6rem;
    padding: 0.2rem 0;
    font-size: 1.2rem;
}
.productsList li .con p {
    line-height: 1.4rem;
    padding: 0.3rem 0;
    font-size: 0.9rem;
}
.productsList li:hover .con {
    background: #0154a3;
    color: #fff;
}
@media (max-width:768px) {
    .theRightBox {
        width: 100%;
    }
    .productsList li {
        padding-left: 9rem;
    }
    .productsList.noImg li {
		padding-left: 1px;
	}
    .productsList li .pic {
        position: absolute;
        width: 9rem;
        left: 1px;
        top: 1px;
        height: 100%;
        overflow: hidden;
    }
    .productsList li .con {
        padding: 1rem;
    }
    .productsList li .con h2 {
        padding: 0.1rem 0;
        font-size: 1rem;
    }
    .productsList li .con h3 {
        line-height: 1.6rem;
        padding: 0.1rem 0;
    }
    .productsList li .con p {
        padding: 0.2rem 0;
        font-size: 1rem;
    }
}
/* ---- productTableBox style ---- */
 .productTableBox {
    overflow-x: auto;
    margin-bottom: 2.1rem;
}
.productTable {
    min-width: 600px;
}
.productTable table {
    width: 100%;
    border: 0.1rem solid #e6e6e6;
    border-top: none;
    border-collapse: collapse;
}
.productTable table th {
    height: 3rem;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    font-size: 0.7rem;
    line-height: 130%;
    color: #fff;
    background: #0154a3;
    padding: 0.4rem 0.2rem;
}
.productTable table td {
    border: 1px solid #dedede;
    height: 2.1rem;
    padding: 0.4rem 0.2rem;
    font-size: 0.7rem;
    line-height: 130%;
    color: #333;
    text-align: center;
    vertical-align: middle;
}
@media (max-width:768px) {
    .productTable table th {
        font-size: 0.9rem;
        padding: 0.8rem 0.2rem;
    }
    .productTable table td {
        font-size: 0.9rem;
        padding: 0.8rem 0.2rem;
    }
}
@media (max-width:414px) {
    .productTable table th {
        font-size: 1rem;
    }
    .productTable table td {
        font-size: 1rem;
    }
}
/* ---- demo style ---- */
 .responsibilityBox {
    width: 100%;
    padding: 7rem 0 12.4rem;
    background: url(/public/default/valiant/img/responsibility_bg.jpg) center bottom no-repeat #7eb7e8;
}
.responsibility li {
    float: left;
    position: relative;
    display: flex;
    padding: 3rem;
    align-items: center;
    justify-content: left;
    align-content: center;
    flex-wrap: wrap;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #e2f3ff;
    margin-bottom: 1.4rem;
}
.responsibility li.safe {
    width: 54.42%;
    height: 30.2rem;
    background-image: url(/public/default/valiant/img/responsibility_anquan.jpg);
    margin-right: 1.6%;
}
.responsibility li.environment {
    width: 43.95%;
    height: 14.2rem;
    background-image: url(/public/default/valiant/img/responsibility_huanjing.jpg);
}
.responsibility li.health {
    width: 43.95%;
    height: 14.6rem;
    background-image: url(/public/default/valiant/img/responsibility_jiankang.jpg);
}
.responsibility li.quality {
    width: 81.36%;
    height: 14.4rem;
    background-image: url(/public/default/valiant/img/responsibility_pinzhi.jpg);
    margin-right: 1.6%;
    margin-bottom: 0;
}
.responsibility li.qualityen {
    width: 100%;
    height: 14.4rem;
    background-image: url(/public/default/valiant/img/responsibility_pinzhi.jpg);
    margin-right: 1.6%;
    margin-bottom: 0;
}
.responsibility li.report {
    width: 17%;
    height: 14.4rem;
    padding: 1rem;
    background-image: url(/public/default/valiant/img/responsibility_baogao.jpg);
    margin-bottom: 0;
}
.responsibility li h1 {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 1.3rem;
    color: #333333;
}
.responsibility li.report h1 {
    text-align: center;
}
.responsibility li p {
    margin-top: 0;
    max-width: 30rem;
    line-height: 171%;
    font-size: 0.7rem;
    color: #333333;
    text-shadow: 0 0 0.2rem #e2f3ff;
}
.responsibility li.environment p, .responsibility li.health p {
    max-width: 28rem;
}
.responsibility li .iso {
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 1.7rem;
    line-height: 1.3rem;
    padding: 0.2rem 2.1rem 0.2rem 3rem;
    background: #e6202c;
    font-size: 0.8rem;
    color: #fff;
}
.responsibility li .newiso {
    position: absolute;
    bottom: 0rem;
    right: 0;
    width: auto;
    max-width: 100%;
    min-height: 1.3rem;
    line-height: 1.1rem;
    padding: 0.1rem 1.5rem 0.1rem 1.5rem;
    background: #0154A4;
    font-size: 0.8rem;
    color: #fff;
}
@media (max-width:768px) {
    .responsibilityBox {
        padding: 3rem 0 6rem;
    }
    .responsibility li {
        display: block;
        padding: 3rem 1rem 1rem;
    }
    .responsibility li.safe {
        width: 100%;
        height: 30.2rem;
        margin-right: 0;
        height: auto;
    }
    .responsibility li.environment {
        width: 100%;
        height: auto;
    }
    .responsibility li.health {
        width: 100%;
        height: auto;
    }
    .responsibility li.quality {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 1.4rem;
    }
    .responsibility li.report {
        width: 100%;
        height: auto;
        padding: 2rem 1rem;
    }
    .responsibility li h1 {
        width: 100%;
        height: 2.2rem;
        line-height: 2.2rem;
        font-size: 1.3rem;
        color: #333333;
    }
    .responsibility li.report h1 {
        text-align: center;
    }
    .responsibility li p {
        margin-top: 0.5rem;
        max-width: 19.7rem;
        line-height: 171%;
        font-size: 0.7rem;
        color: #333333;
        text-shadow: 0 0 0.2rem #e2f3ff;
    }
    .responsibility li.environment p, .responsibility li.health p {
        max-width: 15.3rem;
    }
    .responsibility li .iso {
        position: absolute;
        font-size: 0.9rem;

    }
    .responsibility li .newiso{
        bottom: 0;
    }
}
/* ---- newsMainBox style ---- */
 .newsMainBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4.7rem auto 5rem;
}
.newsLeftBox {
    width: 70.7%;
    width: calc(100% - 22.9rem);
    background: #f6f9fd;
    padding: 3rem 2.2rem;
}
.contentTitle {
    margin-bottom: 1.2rem;
}
.contentTitle h1 {
    line-height: 2.4rem;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 0.5rem;
}
.contentTitle p {
    font-size: 0.7rem;
    line-height: 186%;
    color: #999999;
}
.contentTitle p img {
    height: 0.7rem;
    width: auto;
}
.contentTitle p span {
    display: inline-block;
    margin-right: 1.2rem;
}
#font_reduce, #font_plus {
    cursor: pointer;
}
.contentBox {
    font-size: 0.8rem;
    line-height: 200%;
    margin-top: 2.7rem;
}
.contentBox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width:768px) {
    .newsMainBox {
        margin: 2rem auto 3rem;
    }
    .newsLeftBox {
        width: 100%;
        background: none;
        padding: 0;
    }
    .contentTitle h1 {
        line-height: 1.9rem;
        font-size: 1.3rem;
    }
    .contentTitle p {
        font-size: 1rem;
    }
    .contentTitle p img {
        height: 1rem;
        width: auto;
    }
    .contentBox {
        font-size: 1rem;
    }
}
/* ---- rightSidebar style ---- */
 .rightSidebar {
    width: 21.7rem;
}
.rightSidebar .inner {
    width: 21.7rem;
}
.rightSidebar .inner.absolute {
    position: absolute;
    bottom: 0;
}
.rightSidebar .inner.fixed {
    position: fixed;
    top: 0;
}
.sideBarBox {
    margin-bottom: 0.6rem;
    background: #f6f9fd;
    padding: 9.7% 6.45% 6.45%;
}
.sideBarBox:last-of-type {
    margin-bottom: 0;
}
.sideBarBox h1 {
    line-height: 1.5rem;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
}
.sideBarBox .title {
    line-height: 162.5%;
    font-size: 0.8rem;
    color: #666;
}
.sideBarBox .time {
    line-height: 1.6rem;
    font-size: 0.7rem;
    color: #999;
}
.sideBarBox .shareTo {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0.8rem 0 1.1rem;
}
.sideBarBox .shareTo li {
    width: 2.1rem;
    margin-right: 0.5rem;
}
.sideBarBox .shareTo li img {
    width: 100%;
    height: auto;
}
.sideBarBox .toNews {
    display: block;
    background: #e51f28;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
}
.sideBarBox .toNews:hver {
    text-decoration: none;
}
@media (max-width:768px) {
    .rightSidebar {
        display: none;
    }
}
/* ---- newsScreen style ---- */
 .newsScreen {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 0 15rem;
    margin: 1.7rem 0 2.3rem;
}
.newsScreen li {
    width: 48%;
    position: relative;
}
.newsScreen li select {
    width: 100%;
    height: 3.15rem;
    line-height: 3rem;
    border: none;
    border-bottom: 0.15rem solid #004aa0;
    font-size: 0.9rem;
    color: #0154a4;
    background: #fff;
    outline: none;
    padding: 0 2rem 0 1.3rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/public/default/valiant/img/news_select_arrow.png) right center no-repeat;
    background-size: 0.8rem auto;
}
.newsScreen li .textInput {
    width: 100%;
    height: 3.15rem;
    line-height: 3rem;
    border: none;
    border-bottom: 0.15rem solid #004aa0;
    font-size: 0.9rem;
    color: #0154a4;
    background: #fff;
    outline: none;
    padding: 0 3rem 0 1.3rem;
}
.newsScreen li .btn {
    position: absolute;
    height: 3rem;
    width: 3rem;
    right: 0;
    top: 0;
    background: url(/public/default/valiant/img/news_search.png) right center no-repeat;
    background-size: auto 1rem;
    outline: none;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}
.newsScreen li input::-webkit-input-placeholder {
    color: #0154a4;
}
.newsScreen li input::-moz-input-placeholder {
    color: #0154a4;
}
.newsScreen li input::-ms-input-placeholder {
    color: #0154a4;
}
@media (max-width:768px) {
    .newsScreen {
        display: none;
        padding: 0rem;
        margin: 2rem 0 1.5rem;
    }
    .newsScreen li {
        width: 100%;
        margin-bottom: 1rem;
    }
}
/* ---- demo style ---- */
 .totalNewsList {
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.totalNewsList li {
    padding: 2.2rem 2rem 0 9.5rem;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.totalNewsList li:hover {
    background: #f6f9fd;
}
.totalNewsList li .inner {
    padding: 0 0 2.2rem 0;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}
.totalNewsList li:hover .inner {
    border-bottom: 1px solid #f6f9fd;
}
.totalNewsList li h2 {
    line-height: 1.7rem;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}
.totalNewsList li .number {
    line-height: 1.1rem;
    font-size: 12px;
    color: #999999;
    margin-bottom: 0.5rem;
}
.totalNewsList li .number span {
    margin-right: 1.5rem;
}
.totalNewsList li .con {
    height: 2.8rem;
    line-height: 1.4rem;
    font-size: 0.7rem;
    color: #666666;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.totalNewsList li .pic {
    float: right;
    width: 14.8rem;
    margin-left: 9.8%;
    overflow: hidden;
}
.totalNewsList li .pic img {
    width: 100%;
    height: auto;
    top: 50%;
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.totalNewsList li .pic:hover img {
    transform: scale(1.1);
}
.totalNewsList li .timeBox {
    position: absolute;
    left: 2rem;
    top: 2.2rem;
    width: 4.7rem;
    height: 5rem;
    background: #084ca1;
    line-height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.totalNewsList li:hover .timeBox {
    background: #e51f2c;
}
.totalNewsList li .timeBox::before {
    content:"";
    position: absolute;
    top: 0;
    right: -1.3rem;
    height: 100%;
    width: 1px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: #e2e2e2;
}
@media (max-width:768px) {
    .totalNewsList {
        margin-bottom: 3rem;
    }
    .totalNewsList li {
        padding: 1rem 0rem 0 0rem;
    }
    .totalNewsList li .inner {
        padding: 0 0 1rem 0;
    }
    .totalNewsList li h2 {
        line-height: 1.5rem;
        font-size: 1.1rem;
    }
    .totalNewsList li .number {
        display: none;
    }
    .totalNewsList li .con {
        display: none;
    }
    .totalNewsList li .pic {
        width: 8rem;
        margin-left: 4%;
        margin-bottom: 0.6rem;
    }
    .totalNewsList li .timeBox {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: 1.3rem;
        background: none;
        line-height: 1.3rem;
        display: block;
        font-size: 0.9rem;
        color: #999;
        text-align: left;
    }
    .totalNewsList li:hover .timeBox {
        background: none;
    }
    .totalNewsList li .timeBox::before {
        display: none;
    }
    .totalNewsList li .toDetailbtn {
        display: none;
    }
}
/* ---- hrScreenBox style ---- */
 .hrScreenBox {
    margin: 3.6rem 0 2.3rem;
}
.hrScreenBox .post {
    min-width: 1.8rem;
    padding-left: 5.2rem;
    line-height: 1.8rem;
    font-size: 0rem;
    color: #333333;
    position: relative;
    margin-bottom: 0.8rem;
}
.hrScreenBox .post label {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
}
.hrScreenBox .post a {
    display: inline-block;
    margin: 0 0.6rem;
    font-size: 0.9rem;
}
.hrScreenBox .post a:hover, .hrScreenBox .post a.active {
    text-decoration: none;
    color: #0e68b0;
}
.hrScreenBox .hrSearch {
    position: relative;
    width: 100%;
    max-width: 25rem;
}
.hrScreenBox .hrSearch .textInput {
    width: 100%;
    height: 2.95rem;
    line-height: 2.8rem;
    border: none;
    border-bottom: 0.15rem solid #004aa0;
    font-size: 0.9rem;
    color: #0154a4;
    background: #fff;
    outline: none;
    padding: 0 2.8rem 0 0rem;
}
.hrScreenBox .hrSearch .btn {
    position: absolute;
    height: 2.8rem;
    width: 2.8rem;
    right: 0;
    top: 0;
    background: url(/public/default/valiant/img/news_search.png) right center no-repeat;
    background-size: auto 1rem;
    outline: none;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}
.hrScreenBox .hrSearch input::-webkit-input-placeholder {
    color: #0154a4;
}
.hrScreenBox .hrSearch input::-moz-input-placeholder {
    color: #0154a4;
}
.hrScreenBox .hrSearch input::-ms-input-placeholder {
    color: #0154a4;
}
.recruitmentList {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 3.5rem;
}
.recruitmentTable {
    min-width: 35rem;
}
.recruitmentTable table {
    width: 100%;
    border-collapse: collapse;
}
.recruitmentTable table th {
    height: 4.4rem;
    line-height: 1.4rem;
    font-size: 0.9rem;
    color: #fff;
    background: #0e68b0;
    padding: 0.4rem 0.3rem;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1.4rem solid #fff;
}
.recruitmentTable table td {
    height: 3.6rem;
    padding: 0.5rem 0.3rem;
    font-size: 0.8rem;
    color: #333;
    line-height: 1.2rem;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
}
.recruitmentTable table td .toDetailbtn {
    margin: 0 auto;
    text-align: left;
    width: 6rem;
}
.recruitmentTable table td .toDetailbtn a {
    padding-left: 0.8rem;
}
.recruitmentTable table td .toDetailbtn a::before {
    right: 1rem;
}
@media (max-width:768px) {
    .hrScreenBox {
        margin: 2rem 0 1.6rem;
    }
    .hrScreenBox .post label {
        font-size: 1rem;
    }
    .hrScreenBox .post a {
        font-size: 1rem;
    }
    .hrScreenBox .hrSearch .textInput {
        font-size: 1rem;
    }
    .recruitmentList {
        margin-bottom: 2rem;
    }
    .recruitmentTable table th {
        font-size: 1rem;
    }
    .recruitmentTable table td {
        font-size: 1rem;
    }
}
/* ---- demo style ---- */
 .postBox {
    border-top: 1px solid #e1e1e1;
    padding-top: 1.3rem;
}
.postBox li {
    min-height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.8rem;
    color: #333333;
    padding-left: 6rem;
    position: relative;
}
.postBox li label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}
.postBox li .tips {
    min-height: 3.3rem;
    background: #0153a4;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #fff;
}
@media (max-width:768px) {
    .postBox li {
        font-size: 1rem;
    }
    .postBox li .tips {
        font-size: 1rem;
    }
}
/* ---- hrTextPicBox style ---- */
 .hrTextPicBox {
    margin: 2.3rem 0 4.6rem;
}
.hrTextPicBox .pic {
    float: right;
    width: 25.6rem;
    margin-left: 9.2%;
}
.hrTextPicBox .pic.c {
    width: 22.4rem;
}
.hrTextPicBox .pic img {
    width: 100%;
    height: auto;
}
.hrTextPicBox .text {
    line-height: 200%;
    font-size: 0.8rem;
    color: #333;
}
.hrTextPicBox .text p {
    padding: 0.9rem 0;
}
@media (max-width:768px) {
    .hrTextPicBox {
        margin: 2rem 0 3rem;
    }
    .hrTextPicBox .pic {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .hrTextPicBox .text {
        line-height: 175%;
        font-size: 1rem;
    }
    .hrTextPicBox .text p {
        padding: 0.4rem 0;
        /* text-indent: 2em; */
    }
}
/* ---- contactUsBox style ---- */
 .contactUsBox {
    margin: 3.5rem 0 5.5rem;
}
.contactUs {
    width: 23.7rem;
    background: #f6f9fe;
    padding: 2.9rem 1.2rem 2.5rem;
}
.contactUs h1 {
    height: 2.95rem;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    color: #0153a4;
    padding: 0 0.6rem;
}
.contactUs ul li {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 1.1rem;
    margin-bottom: 0.6rem;
}
.contactUs ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.contactUs ul li h2, .contactUs ul li h3, .contactUs ul li p {
    padding: 0.3rem 0;
    padding-left: 2.9rem;
    min-height: 1.8rem;
    font-size: 0.8rem;
    color: #333;
    line-height: 1.2rem;
}
.contactUs ul li p {
    background-position: 1.4rem center;
    background-repeat: no-repeat;
    background-size: 0.9rem auto;
}
.contactUs ul li p.tel {
    background-image: url(/public/default/valiant/img/icon_tel.png);
}
.contactUs ul li p.mail {
    background-image: url(/public/default/valiant/img/icon_mail.png);
}
.contactUs ul li h3 {
    font-weight: normal;
}
.contactUsMap {
    position: absolute;
    top: 0;
    height: 100%;
    left: 24.7rem;
    right: 0;
    background: url(/public/default/valiant/img/map.jpg) center center no-repeat;
    background-size: auto 100%;
}
@media (max-width:1200px) {
    .contactUsBox {
        margin: 2rem 0 3rem;
    }
    .contactUs {
        width: 18rem;
    }
    .contactUsMap {
        left: 19rem;
    }
}
@media (max-width:768px) {
    .contactUsBox {
        margin: 2rem 0 3rem;
    }
    .contactUs {
        width: 100%;
        padding: 1rem 1rem 1rem;
        margin-bottom: 1rem;
    }
    .contactUs ul li h2, .contactUs ul li h3, .contactUs ul li p {
        font-size: 1.1rem;
    }
    .contactUsMap {
        position: unset;
        top: auto;
        width: 100%;
        height: 20rem;
        left: auto;
        right: auto;
    }
}
/* ---- investorBox style ---- */
 .investorBox {
    margin: 4.6rem 0 5.6rem;
    position: relative;
}
.investorBox .pic {
    position: absolute;
    right: 0;
    top: 0;
    width: 41%;
    height: 100%;
    overflow: hidden;
}
.investorBox .pic img {
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.investorBox .pic:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.investorBox .contact {
    width: 59%;
    padding: 1.8rem 4.4rem 1.8rem 2.2rem;
    background: #f6f9fe;
    line-height: 1.8rem;
    font-size: 0.8rem;
    color: #333;
}
.investorBox .tips {
    width: 59%;
    padding: 0.7rem 4.4rem 0rem 2.2rem;
    line-height: 22px;
    font-size: 12px;
    color: #999999;
}
@media (max-width:768px) {
    .investorBox {
        margin: 2rem 0 3rem;
    }
    .investorBox .pic {
        position: unset;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
    }
    .investorBox .pic img {
        width: 100%;
        min-width: 0;
        height: auto;
        position: unset;
        left: auto;
        top: auto;
        transform: translate(0, 0) scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .investorBox .pic:hover img {
        transform: translate(0, 0) scale(1.1);
    }
    .investorBox .contact {
        width: 100%;
        padding: 1rem;
        line-height: 2rem;
        font-size: 1.1rem;
    }
    .investorBox .tips {
        width: 100%;
        padding: 1rem;
        line-height: 22px;
        font-size: 12px;
    }
}
/* ---- demo style ---- */
 .investorRecord {
    margin: 4.2rem 0 3.6rem;
}
.investorRecord li {
    min-height: 2.5rem;
    margin-bottom: 1rem;
    border-left: 0.4rem solid #0153a4;
    padding: 0.6rem 10rem 0.6rem 2rem;
    background: #f6f9fd;
    font-size: 0.8rem;
    color: #333;
    line-height: 1.3rem;
    position: relative;
}
.investorRecord li span {
    position: absolute;
    top: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    right: 3.3rem;
    color: #999999;
}
@media (max-width:768px) {
    .investorRecord li {
        border-left: 0.2rem solid #0153a4;
        padding: 0.5rem 0.8rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .investorRecord li span {
        display: block;
        position: unset;
        height: 2rem;
        line-height: 2rem;
        right: auto;
        top: auto;
        font-size: 0.9rem;
    }
}
/* ---- footer ---- */
 .footerBox {
    padding: 2.7rem 0 0;
    background: #4d4d4d;
}
.insidefooterBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer {
    width: 88%;
    max-width: 87rem;
    margin: 0 auto;
}
.footerSelect {
    height: 3rem;
    margin-bottom: 1.8rem;
    position: relative;
}
.footerSelect select {
    position: relative;
    width: 13.1rem;
    border: none;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3rem;
    padding-left: 0.6rem;
    background: url(/public/default/valiant/img/select_arrow.png) right top no-repeat #0965bf;
    background-size: auto 100%;
    font-size: 0.7rem;
    color: #fff;
}
.weichartShare {
    position: absolute;
    right: 10px;
    top: 0.45rem;
    width: 2.3rem;
    height: 2.3rem;
}
.weichartShare button {
    border: none;
    background: url(/public/default/valiant/img/weichartShare.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    width: 2.3rem;
    height: 2.3rem;
}
.weichartShare .qrcode {
    display: none;
    position: absolute;
    top: 0;
    right: 150%;
    width: 10rem;
    height: auto;
    padding: 0.8rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.4rem #4d4d4d;
}
.weichartShare .qrcode::before {
    content:"";
    position: absolute;
    top: 0.8rem;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-left: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
}
.weichartShare .qrcode img {
    width: 100%;
    height: auto;
}
.weichartShare .qrcode p {
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.9rem;
    color: #333;
}
.weichartShare:hover .qrcode {
    display: block;
}
.footerNav {
    border-top: 1px solid #5a5a5a;
    padding: 1.9rem 0 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-end;
}
.footerNav>li {
    width: 11.5%;
}
.footerNav>li h2 {
    position: relative;
    height: 1.8rem;
    font-size: 0.7rem;
    color: #fff;
    margin-bottom: 1.5rem;
}
.footerNav>li h2::after {
    content:"";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0.1rem;
    line-height: 0;
    width: 2em;
    font-size: 0.7rem;
    overflow: hidden;
    background: #fff;
}
.footerNav>li ul li {
    min-height: 1.5rem;
    line-height: 1.1rem;
    padding: 0.2rem 0;
    font-size: 0.7rem;
    color: #999999;
}
.copyright {
    min-height: 6.5rem;
    border-top: 1px solid #5a5a5a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    font-size: 0.7rem;
    line-height: 200%;
    color: #999999;
}
.copyright span {
    display: inline-block;
    padding: 0 0.5rem;
}
@media (max-width:1400px) {
    .footer {
        width: 96%;
    }
}
@media (max-width:768px) {
    .footerNav {
        display: none;
    }
    .copyright {
        padding: 0.6rem 0;
        min-height: 3rem;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 0.9rem;
    }
    .weichartShare .qrcode {
        bottom: 0;
        top: auto;
    }
    .weichartShare .qrcode::before {
        top: auto;
        bottom: 0.8rem;
    }
}
/* ---- insideContainer ---- */
 .insideContainer {
    max-width: 1340px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}
.wideContianer {
    width: 88%;
    max-width: 1590px;
    margin: 0 auto;
    position: relative;
}
.widestContianer {
    width: 88%;
    max-width: 1660px;
    margin: 0 auto;
    position: relative;
}
.mediumContianer {
    width: 88%;
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
}
.container {
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}
.longLeft {
    width: 73.75%;
    float: left;
}
.shortRight {
    width: 22%;
    float: right;
}
@media (max-width:1400px) {
    .wideContianer {
        width: 94%;
    }
    .widestContianer {
        width: 94%;
    }
    .mediumContianer {
        width: 94%;
    }
}
@media (max-width:1200px) {
    .container {
        padding: 0 0.6rem;
    }
}
@media (max-width:768px) {
    .longLeft {
        width: 100%;
    }
    .shortRight {
        width: 100%;
    }
}
/* ---- 到位置动  ---- */
[aos^=fade][aos^=fade] {
    opacity:0;
    -webkit-transition-property:all;
    transition-property:all;
    -webkit-transition-duration:0.5s;
    transition-duration:0.6s
}
[aos^=fade][aos^=fade].aos-animate {
    opacity: 1;
}
[aos=fade-bottom] {
    -webkit-transform:translate(0, 50px);
    -ms-transform:translate(0, 50px);
    transform:translate(0, 50px)
}
[aos=fade-bottom].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-left-bottom] {
    -webkit-transform:translate(-50px, 50px);
    -ms-transform:translate(-50px, 50px);
    transform:translate(-50px, 50px)
}
[aos=fade-left-bottom].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-right-bottom] {
    -webkit-transform:translate(50px, 50px);
    -ms-transform:translate(50px, 50px);
    transform:translate(50px, 50px)
}
[aos=fade-right-bottom].aos-animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
[aos=fade-rightin] {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-transition-duration:2s;
    transition-duration:2s
}
[aos=fade-rightin].aos-animate {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
[aos=fade-leftin] {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px)
}
[aos=fade-leftin].aos-animate {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
[aos=fade-topin] {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px)
}
[aos=fade-topin].aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
@media (max-width:768px) {
    [aos=fade-left-bottom] {
        -webkit-transform:translate(0, 50px);
        -ms-transform:translate(0, 50px);
        transform:translate(0, 50px)
    }
    [aos=fade-left-bottom].aos-animate {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    [aos=fade-right-bottom] {
        -webkit-transform:translate(0, 50px);
        -ms-transform:translate(0, 50px);
        transform:translate(0, 50px)
    }
    [aos=fade-right-bottom].aos-animate {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
th {
    font-weight: normal;
}<!--0.00020003318786621-->