/**
 * style.less
 * 层叠样式表
 */

.ff {
    font-family: "iconfont" !important;
}

@font-face {
    font-family: "ITC Avant Garde Gothic";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/AvantGardeITCbyBT-Medium.eot");
    src: local("AvantGardeITCbyBT-Medium"), url("../fonts/AvantGardeITCbyBT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGardeITCbyBT-Medium.woff2") format("woff2"), url("../fonts/AvantGardeITCbyBT-Medium.woff") format("woff"), url("../fonts/AvantGardeITCbyBT-Medium.ttf") format("truetype"), url("../fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "ITC Avant Garde Gothic Book";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/AvantGardeITCbyBT-Book.eot");
    src: local("AvantGardeITCbyBT-Book"), url("../fonts/AvantGardeITCbyBT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGardeITCbyBT-Book.woff2") format("woff2"), url("../fonts/AvantGardeITCbyBT-Book.woff") format("woff"), url("../fonts/AvantGardeITCbyBT-Book.ttf") format("truetype"), url("../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Barlow Condensed";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/BarlowCondensed-SemiBold.eot");
    src: local("Barlow Condensed SemiBold"), local("BarlowCondensed-SemiBold"), url("../fonts/BarlowCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BarlowCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowCondensed-SemiBold.woff") format("woff"), url("../fonts/BarlowCondensed-SemiBold.ttf") format("truetype"), url("../fonts/BarlowCondensed-SemiBold.svg#BarlowCondensed-SemiBold") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Tungsten";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/Tungsten-Bold.eot");
    src: local("Tungsten Bold"), local("Tungsten-Bold"), url("../fonts/Tungsten-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tungsten-Bold.woff2") format("woff2"), url("../fonts/Tungsten-Bold.woff") format("woff"), url("../fonts/Tungsten-Bold.ttf") format("truetype"), url("../fonts/Tungsten-Bold.svg#Tungsten-Bold") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "EmpireBuilder";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/EmpireBuilder.eot");
    src: local("EmpireBuilder"), url("../fonts/EmpireBuilder.eot?#iefix") format("embedded-opentype"), url("../fonts/EmpireBuilder.woff2") format("woff2"), url("../fonts/EmpireBuilder.woff") format("woff"), url("../fonts/EmpireBuilder.ttf") format("truetype"), url("../fonts/EmpireBuilder.svg#EmpireBuilder") format("svg");
    font-display: swap;
}

*[data-type="iframe"],
*[data-fancybox],
.slick-slide:focus {
    outline: none !important;
}

.slick-slide a {
    outline: none !important;
}

.header a,
.footer a {
    color: inherit;
}

.header ul,
.footer ul {
    margin: 0;
    padding: 0;
}

.header ul li,
.footer ul li {
    list-style: none;
}

.header button,
.footer button {
    border: none;
    outline: none;
}

@-ms-viewport {
    width: auto !important;
}

body {
    font-family:  "思源宋体","Noto Serif SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "PingFang SC", "Heiti SC", "Hiragino Sans GB", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    padding: 0 5%;
}

@media (max-width: 1199px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

a:active,
a:link,
a:visited,
a:focus {
    text-decoration: none;
    color: inherit;
}

.img-size {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-size img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.img-size img[src=""],
.img-size img:not([src]) {
    opacity: 0;
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: right;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .header {
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
    }
}

.header .logo-stock {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

@media (max-width: 1620px) {
    .header .logo-stock {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .header .logo-stock {
        margin-top: 10px;
    }
}

.header .logo {
    position: relative;
    display: inline-block;
    height: 60px;
    padding: 0 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    vertical-align: middle;
}

@media (max-width: 1620px) {
    .header .logo {
        height: 50px;
        padding: 0 10px;
    }
}

@media (max-width: 1350px) {
    .header .logo {
        height: 40px;
    }
}

@media (max-width: 991px) {
    .header .logo {
        padding-right: 0;
    }
}

.header .logo a {
    display: block;
    height: 100%;
}

.header .logo img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header .stock {
    line-height: 24px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 1700px) {
    .header .stock {
        font-size: 12px;
    }
}

@media (max-width: 1620px) {
    .header .stock {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .header .stock {
        display: none;
    }
}

.header .stock:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 40px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #dedcdc;
}

.header .stock p {
    display: inline-block;
    margin: 0;
}

.header .stock p.code {
    display: block;
}

.header .stock p span,
.header .stock p i {
    font-style: normal;
    color: #e70f14;
}

.header .stock p b {
    font-weight: normal;
    color: #666;
}

.header .stock .t4 {
    margin-right: 6px;
}

.header .stock .t5 b {
    margin-left: 6px;
}

.header .language {
    font-family: "Microsoft YaHei", serif;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    padding: 0 70px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    vertical-align: middle;
    color: #fff;
    background-color: #e70f14;
}

@media (max-width: 1700px) {
    .header .language {
        margin-left: 10px;
        padding: 0 30px;
    }
}

@media (max-width: 1620px) {
    .header .language {
        padding: 0 20px;
    }
}

@media (max-width: 1350px) {
    .header .language {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .header .language {
        margin: 0;
    }
}

.header .language p {
    font-family: "Arial", serif;
    font-size: 16px;
    line-height: 90px;
    margin: 0;
    cursor: pointer;
}

@media (max-width: 1470px) {
    .header .language p {
        font-size: 14px;
    }
}

@media (max-width: 1350px) {
    .header .language p {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .header .language p {
        line-height: 60px;
    }
}

.header .language p:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    content: "";
    vertical-align: middle;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.header .language p:before
{
    display: inline-block;
    overflow: hidden;

    width: 34px;
    height: 34px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .header .language p:before
    {
        width: 24px;
        height: 24px;
        margin-right: 4px;
    }
}
.header .language p.en:before
{
    background-position: -34px 0;
}
@media (max-width: 1199px)
{
    .header .language p.en:before
    {
        background-position: -24px 0;
    }
}
.header .language p.jp:before
{
    background-position: -68px 0;
}
@media (max-width: 1199px)
{
    .header .language p.jp:before
    {
        background-position: -48px 0;
    }
}
.header .language .lan-down {
    position: absolute;
    right: 0;
    display: none;
    min-width: 100%;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .language .lan-down li {
    border-bottom: 1px solid #f8f8f8;
}

.header .language .lan-down li a {
    font-size: 16px;
    line-height: 34px;
    display: block;
    padding: 10px;
    color: #333;
}

@media (max-width: 1620px) {
    .header .language .lan-down li a {
        font-size: 14px;
    }
}

.header .language .lan-down li a:before {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    content: "";
    vertical-align: middle;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .header .language .lan-down li a:before {
        width: 24px;
        height: 24px;
        margin-right: 4px;
    }
}

.header .language .lan-down li.en a:before {
    background-position: -34px 0;
}

@media (max-width: 1199px) {
    .header .language .lan-down li.en a:before {
        background-position: -24px 0;
    }
}

.header .language .lan-down li.jp a:before {
    background-position: -68px 0;
}

@media (max-width: 1199px) {
    .header .language .lan-down li.jp a:before {
        background-position: -48px 0;
    }
}

.header .language .lan-down li:hover a {
    background-color: #fce5e5;
}

.header .menu {
    line-height: 60px;
    display: inline-block;
    float: right;
    padding: 0 10px;
    cursor: pointer;
}

.header .menu .icon {
    font-size: 30px;
}

.header .nav {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 1200px) {
    .header .nav ul.menu-level1>li {
        display: inline-block;
        vertical-align: top;
    }
    .header .nav ul.menu-level1>li>a {
        font-size: 16px;
        line-height: 90px;
        position: relative;
        display: block;
        padding: 0 20px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }
    .header .nav ul.menu-level1>li.active>a,
    .header .nav ul.menu-level1>li:hover>a {
        color: #fff;
        background-color: #e70f14;
    }
    .header .nav ul.menu-level2 {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        width: 100%;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .header .nav ul.menu-level2>li {
        display: inline-block;
        vertical-align: top;
    }
    .header .nav ul.menu-level2>li>a {
        font-size: 16px;
        line-height: 30px;
        display: block;
        padding: 15px 20px;
        color: #333;
    }
    .header .nav ul.menu-level2>li>a:hover {
        color: #e70f14;
    }
}

@media (min-width: 1200px) and (max-width: 1620px) {
    .header .nav ul.menu-level1>li>a {
        padding: 0 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav ul.menu-level1>li>a {
        font-size: 15px;
        padding: 0 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav ul.menu-level1>li>a {
        font-size: 14px;
        padding: 0 8px;
    }
}

@media (min-width: 1200px) and (max-width: 1199px) {
    .header .nav ul.menu-level2 {
        display: block;
    }
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0 30px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        text-align: left;
        color: #333;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .nav .close-menu {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }
    .header .nav .close-menu .icon {
        font-size: 20px;
    }
    .header .nav .logo-nav {
        position: absolute;
        top: 15px;
        left: 15px;
        height: 40px;
    }
    .header .nav .logo-nav a {
        height: 100%;
    }
    .header .nav .logo-nav a img {
        height: 100%;
    }
    .header .nav .logo-nav p {
        line-height: 30px;
        display: block;
        margin-top: 10px;
        padding: 0 10px;
        color: #e70f14;
        border: 1px dashed #e70f14;
        border-radius: 30px;
    }
    .header .nav ul.menu-level1>li {
        margin: 0.5em 0;
    }
    .header .nav ul.menu-level1>li>a {
        font-family: "Poppins";
        font-size: 18px;
        font-weight: bold;
        line-height: 2.4;
        display: block;
        text-transform: capitalize;
    }
    .header .nav ul.menu-level2 {
        font-size: 0;
        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav ul.menu-level2>li {
        display: inline-block;
        padding: 0 10px;
        vertical-align: top;
    }
    .header .nav ul.menu-level2>li a {
        font-size: 16px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .header .nav ul.menu-level2 {
        display: none;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .header .nav ul.menu-level2 {
        padding: 5px 0;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .header .nav ul.menu-level2>li a {
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }
}

.header .find {
    font-size: 26px;
    line-height: 90px;
    position: relative;
    display: inline-block;
    height: 90px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    vertical-align: middle;
    color: #c1c0c0;
}

@media (max-width: 1350px) {
    .header .find {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;
        height: 60px;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .header .find {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .header .find {
        font-size: 20px;
        padding: 0 10px;
    }
}

.header .find:before {
    font-family: "iconfont";
    content: "\e704";
}

.header .find:hover {
    color: #e70f14;
}

.header .open-search {
    font-size: 14px;
    position: fixed;
    z-index: 2;
    top: 90px;
    left: 0;
    display: none;
    width: 100%;
    padding: 14px 0;
    background-color: #e70f14;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .header .open-search {
        top: 60px;
    }
}

.header .open-search form {
    position: relative;
    display: inline-block;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}

.header .open-search form input {
    line-height: 24px;
    width: 100%;
    padding: 4px 60px 4px 20px;
    color: #333;
    border: 1px solid #dcdcdc;
    outline: none;
}

.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder {
    color: #666;
}

.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder {
    color: #666;
}

.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder {
    color: #666;
}

.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder {
    color: #666;
}

.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.header .open-search form .submit {
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding: 0;
    text-align: center;
    color: #999;
    background: none;
}

.header .open-search form .submit:before {
    font-family: "iconfont";
    font-size: 20px;
    content: "\e660";
}

.header .open-search form .submit:hover {
    color: #999;
}

.header .open-search .search-close {
    line-height: 30px;
    float: right;
    width: 60px;
    cursor: pointer;
    text-align: right;
    color: #fff;
}

.header .open-search .search-close:hover {
    color: rgba(255, 255, 255, 0.8);
}

.header .back-btn {
    position: absolute;
    left: 15px;
}

.open-nav .nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}

.online-wrap .btn:before {
    font-family: "iconfont" !important;
    font-size: 18px;
    display: inline-block;
    content: "\e6d2";
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    color: #fff;
}

.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}

.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;
    display: none;
    max-width: 120px;
}

.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff;
}

.online-wrap .code-pic img {
    display: block;
    max-width: 100%;
}

.online-wrap .online {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .online-wrap .online {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}

.online-wrap .online a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
}

.online-wrap .online a:hover {
    text-decoration: none;
}

.online-wrap .online a:before {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}

.online-wrap .online a:after {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    content: "";
    opacity: 0.5;
    background-color: #fff;
}

@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 50px;
        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        left: 100%;
    }
}

.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;
    padding-right: 5px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    white-space: nowrap;
}

.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #c62828;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}

.online-wrap .online .cart {
    position: relative;
}

.online-wrap .online .cart:before {
    font-family: "iconfont" !important;
    content: "\e633";
}

.online-wrap .online .cart span {
    line-height: 20px;
    position: absolute;
    top: 4px;
    right: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #e70f14;
}

.online-wrap .online .icon-qq:before {
    font-family: "iconfont" !important;
    content: "\e62d";
}

.online-wrap .online .icon-weixin:before {
    font-family: "iconfont" !important;
    content: "\e604";
}

.online-wrap .online .icon-message:before {
    font-family: "iconfont" !important;
    content: "\e6a4";
}

.online-wrap .online .icon-skype:before {
    font-family: "iconfont" !important;
    content: "\e6b7";
}

.online-wrap .online .icon-line:before {
    font-family: "iconfont" !important;
    content: "\e640";
}

.online-wrap .online .icon-messenger:before {
    font-family: "iconfont" !important;
    content: "\e663";
}

.online-wrap .online .icon-whatsapp:before {
    font-family: "iconfont" !important;
    content: "\e751";
}

.online-wrap .online .icon-phone:before {
    font-family: "iconfont" !important;
    content: "\e61c";
}

.online-wrap .online .icon-arrow-top:before {
    font-family: "iconfont" !important;
    font-size: 26px !important;
    content: "\e614";
}

.online-wrap .online .icon-arrow-top:after {
    display: none !important;
}

.online-wrap .online .code:before {
    font-size: 24px;
}

@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}

.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px;
}

.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.online-wrap .online .code .mask img {
    display: block;
    width: 100%;
}

.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}

.xs-online {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: #e70f14;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}

.xs-online ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}

.xs-online ul li {
    float: left;
    width: 20%;
    list-style: none;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.xs-online ul li>a {
    font-size: 10px;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    color: inherit;
}

@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}

.xs-online ul li>a:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.xs-online ul li:first-child {
    border-left: none;
}

.xs-online ul li.tel>a:before {
    content: "\e61c";
}

.xs-online ul li.mail>a:before {
    font-weight: normal;
    content: "\e72e";
}

.xs-online ul li.whatsapp>a:before {
    font-weight: normal;
    content: "\e621";
}

.xs-online ul li.feedback>a:before {
    font-weight: normal;
    content: "\e826";
}

.xs-online ul li.top>a:before {
    font-weight: normal;
    content: "\e60f";
}

.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 90px;
}

@media (max-width: 1199px) {
    .banner {
        padding-top: 60px;
    }
}

.banner .item {
    position: relative;
}

.banner .banner-scroll {
    overflow: hidden;
}

@media (max-width: 767px) {
    .banner .banner-scroll {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .item .video-box
{
    position: relative;

    display: block;

    padding-bottom: 45.3125%;
}
.banner .item .video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner .item .video-box video
{
    position: absolute;

    width: 100%;
    height: auto !important;
}
.banner .slick-dots {
    position: absolute;
    z-index: 6;
    bottom: 50px;
    display: block;
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}

.banner .slick-dots li {
    display: inline-block;
    width: 45px;
    height: 6px;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .banner .slick-dots li {
        width: 30px;
        height: 3px;
    }
}

.banner .slick-dots li.slick-active {
    background-color: #fc0a10;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-arrow {
    line-height: 60px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 2%;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: none;
}

@media (max-width: 767px) {
    .banner .slick-arrow {
        left: 8%;
    }
}

.banner .slick-arrow:before {
    font-family: "iconfont" !important;
    font-size: 50px;
    content: "\e601";
    text-shadow: 0 0 4px #333;
}

@media (max-width: 991px) {
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}

.banner .slick-arrow.slick-next {
    right: 2%;
    left: auto;
}

@media (max-width: 767px) {
    .banner .slick-arrow.slick-next {
        right: 10%;
    }
}

.banner .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: "\e827";
}

.banner img {
    display: block;
    width: 100%;
}

.banner .text {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .banner .text {
        padding: 0 20%;
    }
}

.banner .text h3 {
    font-size: 46px;
}

@media (max-width: 1470px) {
    .banner .text h3 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .banner .text h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .banner .text h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner .text h3 {
        font-size: 18px;
    }
}

.banner .text h4 {
    font-family: "ITC Avant Garde Gothic";
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .banner .text h4 {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    .banner .text h4 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .banner .text h4 {
        font-size: 12px;
    }
}

.banner .text a.more {
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
    margin-top: 50px;
    padding: 0 30px;
    color: #fff;
    background-color: #e70f14;
}

@media (max-width: 1350px) {
    .banner .text a.more {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .banner .text a.more {
        line-height: 40px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .banner .text a.more {
        font-size: 12px;
        line-height: 30px;
        margin-top: 10px;
        padding: 0 10px;
    }
}

.banner .text a.more:after {
    font-family: "iconfont" !important;
    display: inline-block;
    margin-left: 20px;
    content: "\e634";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 991px) {
    .banner .text a.more:after {
        margin-left: 10px;
    }
}

.banner .text-2 {
    font-size: 0;
}

.banner .text-2 h4 {
    font-size: 30px;
}

@media (max-width: 1470px) {
    .banner .text-2 h4 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .banner .text-2 h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner .text-2 h4 {
        font-size: 14px;
    }
}

.banner .text-2 .iconbox {
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .banner .text-2 .iconbox {
        display: none;
    }
}

.banner .text-2 .iconbox .itemgroup {
    display: inline-block;
    width: 190px;
    padding: 30px 10px;
    text-align: center;
    vertical-align: top;
    color: #e70f14;
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1470px) {
    .banner .text-2 .iconbox .itemgroup {
        width: 150px;
        padding: 20px 10px;
    }
}

@media (max-width: 991px) {
    .banner .text-2 .iconbox .itemgroup {
        width: 100px;
        padding: 10px;
    }
}

.banner .text-2 .iconbox .itemgroup .icon {
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 1470px) {
    .banner .text-2 .iconbox .itemgroup .icon {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .banner .text-2 .iconbox .itemgroup .icon {
        font-size: 20px;
        line-height: 30px;
    }
}

.banner .text-2 .iconbox .itemgroup span {
    font-size: 22px;
    line-height: 1.4;
    display: block;
    margin-top: 10px;
}

@media (max-width: 1470px) {
    .banner .text-2 .iconbox .itemgroup span {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .banner .text-2 .iconbox .itemgroup span {
        font-size: 16px;
        margin: 0;
    }
}

.banner .text-2 .iconbox .itemgroup-green {
    color: #fff;
    background-color: rgba(231, 15, 20, 0.9);
}

.banner .text-2 ul li:nth-child(3) {
    margin-left: 190px;
}

@media (max-width: 1470px) {
    .banner .text-2 ul li:nth-child(3) {
        margin-left: 150px;
    }
}

@media (max-width: 991px) {
    .banner .text-2 ul li:nth-child(3) {
        margin-left: 100px;
    }
}

.banner .text-2 .note {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .banner .text-2 .note {
        width: 100%;
    }
}

.banner .text-2 .note h3,
.banner .text-2 .note h4 {
    color: #fff;
}

.banner .text-3 {
    color: #fff;
}

.banner .text-3 h4 {
    font-size: 24px;
}

@media (max-width: 1470px) {
    .banner .text-3 h4 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .banner .text-3 h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .banner .text-3 h4 {
        font-size: 14px;
    }
}

.banner .text-3 .iconbox {
    margin-top: 50px;
}

@media (max-width: 1350px) {
    .banner .text-3 .iconbox {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner .text-3 .iconbox {
        display: none;
    }
}

.banner .text-3 .iconbox ul {
    margin: 0 -30px;
}

@media (max-width: 991px) {
    .banner .text-3 .iconbox ul {
        margin: 0 -14px;
    }
}

.banner .text-3 .iconbox ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.banner .text-3 .iconbox ul li:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.banner .text-3 .iconbox ul li:last-child:after {
    display: none;
}

.banner .text-3 .iconbox ul li a {
    display: block;
    padding: 0 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .banner .text-3 .iconbox ul li a {
        padding: 0 14px;
    }
}

.banner .text-3 .iconbox ul li a .icon {
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 991px) {
    .banner .text-3 .iconbox ul li a .icon {
        font-size: 30px;
        line-height: 40px;
    }
}

.banner .text-3 .iconbox ul li a span {
    font-size: 18px;
    line-height: 1.4;
    display: block;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .banner .text-3 .iconbox ul li a span {
        font-size: 16px;
    }
}

.banner .num-box {
    font-family: "ITC Avant Garde Gothic";
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .banner .num-box {
        bottom: 0;
    }
}

.banner .num-box .prev {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 991px) {
    .banner .num-box .prev {
        font-size: 20px;
    }
}

.banner .num-box .prev:after {
    margin: 0 10px;
    content: "/";
}

.banner .num-box .prev:hover:before {
    border: 1px solid #222;
}

.banner .num-box .next {
    font-size: 22px;
    color: #fff;
}

@media (max-width: 991px) {
    .banner .num-box .next {
        font-size: 16px;
    }
}

.banner .num-box .next:hover:after {
    border: 1px solid #222;
}

.banner .slick-current .text h3 {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}

.banner .slick-current .text h4,
.banner .slick-current .text a.more {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.banner .slick-current .text .itemgroup {
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
}

.banner-inner {
    padding-top: 90px;
}

@media (max-width: 1199px) {
    .banner-inner {
        padding-top: 60px;
    }
}

.banner-inner img {
    width: 100%;
}

.banner-inner .btn-arrow {
    margin-top: 5%;
}

@media (max-width: 1470px) {
    .banner-inner .btn-arrow {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .banner-inner .btn-arrow {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .banner-inner .btn-arrow {
        display: none;
    }
}

.banner-inner .btn-arrow a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
}

@media (max-width: 991px) {
    .banner-inner .btn-arrow a {
        font-size: 14px;
    }
}

.banner-inner .btn-arrow a .btn-iconfont {
    display: block;
    width: 40px;
    height: 70px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 40px;
}

@media (max-width: 1470px) {
    .banner-inner .btn-arrow a .btn-iconfont {
        width: 34px;
        height: 60px;
    }
}

.banner-inner .btn-arrow a .btn-iconfont:before {
    display: block;
    width: 1px;
    height: 18px;
    margin: 0 auto;
    content: "";
    -webkit-animation: barrow 2s linear infinite;
    animation: barrow 2s linear infinite;
    border-radius: 1px;
    background-color: #fff;
}

.banner-inner .title-binner {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 5%;
    width: 100%;
    width: 90%;
    padding-bottom: 5%;
    padding-left: 20px;
    color: #fff;
    border-left: 1px dashed #fff;
}

@media (max-width: 1470px) {
    .banner-inner .title-binner {
        padding-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .banner-inner .title-binner {
        left: 15px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

.banner-inner .title-binner:before {
    position: absolute;
    top: -22px;
    left: -12px;
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    border: 1px dashed #fff;
    border-radius: 50%;
}

.banner-inner .title-binner h2 {
    font-family: "Tungsten";
    font-size: 64px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    margin-top: -28px;
    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .banner-inner .title-binner h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .banner-inner .title-binner h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .banner-inner .title-binner h2 {
        font-size: 30px;
    }
}

.banner-inner .title-binner h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

@media (max-width: 1470px) {
    .banner-inner .title-binner h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner-inner .title-binner h3 {
        font-size: 24px;
    }
}

.banner-inner .title-binner h3::after {
    display: block;
    width: 74px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
    content: "";
    background-color: #fff;
}

@media (max-width: 767px) {
    .banner-inner .title-binner h3::after {
        width: 50px;
    }
}

.banner-inner .title-binner p {
    font-size: 22px;
    line-height: 2.18181818;
    margin: 0;
}

@media (max-width: 1470px) {
    .banner-inner .title-binner p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .banner-inner .title-binner p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .banner-inner .title-binner p {
        display: none;
    }
}

@-webkit-keyframes barrow {
    0% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
}

@-webkit-keyframes narrow {
    0% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
}

@keyframes narrow {
    0% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
}

.barrow {
    -webkit-animation-name: barrow;
    animation-name: barrow;
}

.home {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 960px;
    padding: 90px 0;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1470px) {
    .home {
        display: block;
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .home {
        padding: 50px 0;
    }
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin: 8px 0 0 0;
}

@media (max-width: 1470px) {
    .title h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .title h2 {
        font-size: 20px;
    }
}

.title p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 0 0;
}

@media (max-width: 767px) {
    .title p {
        font-size: 14px;
    }
}

.indexcontent {
    position: relative;
    z-index: 2;
}

.home-customer,
.home-technology,
.home-history,
.home-news {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .home-customer,
    .home-technology,
    .home-history,
    .home-news {
        background-attachment: fixed;
    }
}

.home-category
{
    min-height: auto;
    padding: 0;
}
.home-category ul
{
    margin: 0 !important;
}
.home-category ul li
{
    padding: 0 !important;
}
.home-category .itempack
{
    position: relative;

    display: block;

    background-color: #000;
}
.home-category .itempack .img-size
{
    padding-bottom: 200%;

    opacity: .7;
}
.home-category .itempack .img-size img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-category .itempack .desc
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 30%;
    padding: 0 5%;

    -webkit-transition: all .5s;
            transition: all .5s;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1470px)
{
    .home-category .itempack .desc
    {
        bottom: 5%;
    }
}
@media (max-width: 767px)
{
    .home-category .itempack .desc
    {
        bottom: 20px;
    }
}
.home-category .itempack .desc h3
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;

    display: block;
}
@media (max-width: 1470px)
{
    .home-category .itempack .desc h3
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .home-category .itempack .desc h3
    {
        font-size: 20px;

        margin: 0;
    }
}
@media (max-width: 767px)
{
    .home-category .itempack .desc h3
    {
        font-size: 18px;
    }
}
.home-category .itempack .desc h3:after
{
    display: block;

    width: 70px;
    height: 3px;
    margin-top: 14px;

    content: '';

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .home-category .itempack .desc h3:after
    {
        width: 50px;
        height: 2px;
    }
}
.home-category .itempack .desc p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 30px;
    margin: 8px 0 0 0;

    -webkit-transition: all .5s;
            transition: all .5s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .home-category .itempack .desc p
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px)
{
    .home-category .itempack .desc p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .home-category .itempack .desc p
    {
        margin: 0;
    }
}
.home-category .itempack:hover .img-size img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-category .itempack:hover .desc
{
    bottom: 0;

    height: 100%;

    background-color: rgba(33, 83, 168, .6);
}
.home-category .itempack:hover .desc p
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.home-customer {
    font-size: 0;
}

.home-customer .customer-left,
.home-customer .customer-right {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.home-customer .customer-left {
    width: 50%;
}

@media (max-width: 767px) {
    .home-customer .customer-left {
        width: 100%;
    }
}

.home-customer .customer-left .title {
    text-align: left;
}

.home-customer .customer-left .title:after {
    display: block;
    width: 90px;
    height: 2px;
    margin-top: 16px;
    content: "";
    background-color: #fff;
}

.home-customer .customer-left .title h2 {
    color: #fff;
}

.home-customer .customer-left .desc {
    margin-top: 20px;
    color: #fff;
}

.home-customer .customer-left .desc h3 {
    font-size: 32px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1470px) {
    .home-customer .customer-left .desc h3 {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .home-customer .customer-left .desc h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .home-customer .customer-left .desc h3 {
        font-size: 18px;
    }
}

.home-customer .customer-left .desc h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.71428571;
    margin: 0;
    color: #e70f14;
}

@media (max-width: 1470px) {
    .home-customer .customer-left .desc h4 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .home-customer .customer-left .desc h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .home-customer .customer-left .desc h4 {
        font-size: 16px;
    }
}

.home-customer .customer-left .desc p {
    font-size: 22px;
    font-weight: 200;
    line-height: 2;
    margin: 0;
}

@media (max-width: 1470px) {
    .home-customer .customer-left .desc p {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .home-customer .customer-left .desc p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .home-customer .customer-left .desc p {
        font-size: 14px;
    }
}

.home-customer .customer-right {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 50%;
    padding-left: 10%;
}

@media (max-width: 767px) {
    .home-customer .customer-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.home-customer .customer-right .customer-scroll {
    overflow: hidden;
    height: 600px;
}

@media (max-width: 1199px) {
    .home-customer .customer-right .customer-scroll {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .home-customer .customer-right .customer-scroll {
        height: 300px;
    }
}

.home-customer .customer-right .slick-slide {
    display: block;
}

.home-customer .customer-right .itempack {
    font-size: 0;
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 2px 0;
}

.home-customer .customer-right .itempack .img,
.home-customer .customer-right .itempack .desc {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
}

.home-customer .customer-right .itempack .img {
    width: 40%;
    border-right: 1px solid #12569d;
}

.home-customer .customer-right .itempack .img .img-size {
    padding-bottom: 53.84615385%;
}

.home-customer .customer-right .itempack .desc {
    width: 60%;
    padding: 0 5%;
}

.home-customer .customer-right .itempack .desc h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1470px) {
    .home-customer .customer-right .itempack .desc h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .home-customer .customer-right .itempack .desc h3 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
}

.home-customer .customer-right .itempack .desc p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1470px) {
    .home-customer .customer-right .itempack .desc p {
        font-size: 15px;
        line-height: 24px;
        max-height: 48px;
    }
}

@media (max-width: 1199px) {
    .home-customer .customer-right .itempack .desc p {
        font-size: 14px;
    }
}

.home-technology {
    padding-bottom: 0;
}

.home-technology .technology {
    position: relative;
    margin-top: 30px;
}

.home-technology .technology .technology-list {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 420px;
    height: 100%;
    padding: 10px 30px;
    background-color: rgba(231, 15, 20, 0.3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1470px) {
    .home-technology .technology .technology-list {
        right: 5%;
        width: 340px;
    }
}

@media (max-width: 1199px) {
    .home-technology .technology .technology-list {
        position: relative;
        right: 0;
        width: 100%;
        background-color: rgba(51, 51, 51, 0.9);
    }
}

@media (max-width: 1199px) {
    .home-technology .technology .technology-list ul {
        font-size: 0;
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .home-technology .technology .technology-list ul {
        margin: 0 -5px;
    }
}

.home-technology .technology .technology-list ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
    .home-technology .technology .technology-list ul li {
        display: inline-block;
        width: 50%;
        padding: 0 10px;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .home-technology .technology .technology-list ul li {
        padding: 0 5px;
        border-bottom: none;
    }
}

.home-technology .technology .technology-list ul li:last-child {
    border-bottom: none;
}

@media (max-width: 1199px) {
    .home-technology .technology .technology-list ul li:nth-child(3) {
        border-bottom: none;
    }
}

.home-technology .technology .technology-list .itempack {
    padding: 20px 0;
    text-align: right;
    color: #fff;
}

@media (max-width: 767px) {
    .home-technology .technology .technology-list .itempack {
        text-align: center;
    }
}

.home-technology .technology .technology-list .itempack .icon {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .home-technology .technology .technology-list .itempack .icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .home-technology .technology .technology-list .itempack .icon {
        display: block;
        float: none;
        margin: 0 auto;
    }
}

.home-technology .technology .technology-list .itempack .icon img {
    width: 100%;
}

@media (max-width: 767px) {
    .home-technology .technology .technology-list .itempack .desc {
        margin-top: 10px;
    }
}

.home-technology .technology .technology-list .itempack .desc h3 {
    font-family: "ITC Avant Garde Gothic Book";
    font-size: 48px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .home-technology .technology .technology-list .itempack .desc h3 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .home-technology .technology .technology-list .itempack .desc h3 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .home-technology .technology .technology-list .itempack .desc h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .home-technology .technology .technology-list .itempack .desc h3 {
        font-size: 20px;
    }
}

.home-technology .technology .technology-list .itempack .desc p {
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0 0 0;
}

@media (max-width: 1470px) {
    .home-technology .technology .technology-list .itempack .desc p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .home-technology .technology .technology-list .itempack .desc p {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .home-technology .technology .technology-img img {
        width: 100%;
    }
}

.home-technology .technology-sort {
    padding: 30px 5% 50px;
}

@media (max-width: 1470px) {
    .home-technology .technology-sort {
        padding: 30px 3% 50px;
    }
}

.home-technology .technology-sort ul {
    font-size: 0;
    margin: 0 -14px;
}

@media (max-width: 767px) {
    .home-technology .technology-sort ul {
        margin: 0 -4px;
    }
}

.home-technology .technology-sort ul li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    padding: 0 14px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .home-technology .technology-sort ul li {
        padding: 0 4px;
    }
}

.home-technology .technology-sort .itempack {
    border-top: 3px solid #e0dddd;
}

@media (max-width: 767px) {
    .home-technology .technology-sort .itempack {
        border-top-width: 1px;
    }
}

.home-technology .technology-sort .itempack h3 {
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1470px) {
    .home-technology .technology-sort .itempack h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .home-technology .technology-sort .itempack h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .home-technology .technology-sort .itempack h3 {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        overflow: hidden;
        height: 24px;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

.home-technology .technology-sort .itempack p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 48px;
    margin: 8px 0 0 0;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1470px) {
    .home-technology .technology-sort .itempack p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .home-technology .technology-sort .itempack p {
        font-size: 14px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .home-technology .technology-sort .itempack p {
        font-size: 12px;
        line-height: 20px;
        max-height: 40px;
    }
}

.home-technology .technology-sort .active .itempack {
    border-top-color: #e70f14;
}

.home-technology .technology-sort .active .itempack h3 {
    color: #e70f14;
}

.home-history .title {
    color: #fff;
}

.home-history .history-scroll {
    margin-top: 30px;
    padding: 0 54px;
}

@media (max-width: 767px) {
    .home-history .history-scroll {
        margin-top: 10px;
        padding: 0 30px;
    }
}

.home-history .history-scroll .slick-slide {
    padding-top: 10px;
    padding-bottom: 36px;
}

.home-history .history-scroll .itempack {
    position: relative;
    padding: 0 20px;
    color: #fff;
}

@media (max-width: 1199px) {
    .home-history .history-scroll .itempack {
        padding: 0 8px;
    }
}

.home-history .history-scroll .itempack:before,
.home-history .history-scroll .itempack:after {
    position: absolute;
    bottom: 37px;
    display: block;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    height: 3px;
    content: "";
    background-color: #fff;
}

.home-history .history-scroll .itempack:before {
    left: 0;
}

.home-history .history-scroll .itempack::after {
    right: 0;
}

.home-history .history-scroll .itempack .img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.home-history .history-scroll .itempack .img-size {
    padding-bottom: 60%;
}

.home-history .history-scroll .itempack .note {
    padding: 20px 0 30px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
	text-align: center;
}

.home-history .history-scroll .itempack h3 {
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0 0 10px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .home-history .history-scroll .itempack h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .home-history .history-scroll .itempack h3 {
        font-size: 16px;
        margin: 0;
    }
}

.home-history .history-scroll .itempack p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 991px) {
    .home-history .history-scroll .itempack p {
        font-size: 14px;
    }
}

.home-history .history-scroll .itempack .year {
    margin-bottom: -42px;
}

.home-history .history-scroll .itempack .year::before {
    display: block;
    width: 2px;
    height: 50px;
    margin: 0 auto;
    content: "";
    border-left: 2px dotted #fff;
}

.home-history .history-scroll .itempack .year b {
    font-family: Impact, serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 76px;
    display: block;
    width: 80px;
    height: 76px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    background: url(../images/year-icon.png) no-repeat center;
}

@media (max-width: 1470px) {
    .home-history .history-scroll .itempack .year b {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .home-history .history-scroll .itempack .year b {
        font-size: 20px;
    }
}

.home-history .history-scroll .itempack:hover .img,
.home-history .history-scroll .itempack:hover .note {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.home-history .history-scroll .slick-arrow {
    font-size: 24px;
    line-height: 54px;
    position: absolute;
    z-index: 4;
    bottom: 28px;
    width: 54px;
    height: 54px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #c2c2c2;
    border: none;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 767px) {
    .home-history .history-scroll .slick-arrow {
        font-size: 20px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.home-history .history-scroll .slick-arrow:before {
    font-family: "iconfont" !important;
    display: inline-block;
    content: "\e647";
}

.home-history .history-scroll .slick-arrow.slick-prev {
    left: 0;
}

.home-history .history-scroll .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.home-history .history-scroll .slick-arrow.slick-next {
    right: 0;
}

.home-history .history-scroll .slick-arrow:hover {
    color: #fff;
    background-color: #e70f14;
}

.home-news .title {
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #dbdbdb;
}

.home-news .title:after {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 50%;
    display: block;
    width: 80px;
    height: 1px;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e70f14;
}

.home-news .title h2 {
    font-size: 36px;
}

@media (max-width: 1199px) {
    .home-news .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .home-news .title h2 {
        font-size: 24px;
    }
}

.home-news .news-sort {
    margin-top: 30px;
    text-align: center;
}

.home-news .news-sort ul {
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .home-news .news-sort ul {
        margin: 0 -5px;
    }
}

.home-news .news-sort ul li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .home-news .news-sort ul li {
        padding: 0 5px;
    }
}

.home-news .news-sort ul li a {
    font-size: 20px;
    line-height: 48px;
    display: block;
    padding: 0 30px;
    border-radius: 30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .home-news .news-sort ul li a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .home-news .news-sort ul li a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 20px;
    }
}

.home-news .news-sort ul li.active a {
    color: #fff;
    background-color: #e70f14;
}

.home-news .news-scroll {
    margin: 0 -14px;
    margin-top: 50px;
}

@media (max-width: 1470px) {
    .home-news .news-scroll {
        margin-top: 30px;
    }
}

.home-news .news-scroll .slick-slide {
    padding: 0 14px;
}

.home-news .news-scroll .itempack {
    display: block;
    background-color: #fff;
}

.home-news .news-scroll .itempack .img-size {
    padding-bottom: 70%;
}

.home-news .news-scroll .itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.home-news .news-scroll .itempack .desc {
    padding: 10px 20px 10px 20px;
}

@media (max-width: 1470px) {
    .home-news .news-scroll .itempack .desc {
        padding: 10px;
    }
}

.home-news .news-scroll .itempack .desc .title-news {
    position: relative;
    z-index: 2;
    padding-left: 110px;
}

@media (max-width: 1470px) {
    .home-news .news-scroll .itempack .desc .title-news {
        padding-left: 90px;
    }
}

.home-news .news-scroll .itempack .desc .title-news .date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    text-align: center;
    color: #fff;
    background-color: #0d5eb9;
}

@media (max-width: 1470px) {
    .home-news .news-scroll .itempack .desc .title-news .date {
        width: 80px;
    }
}

.home-news .news-scroll .itempack .desc .title-news .date b {
    font-size: 36px;
    font-weight: normal;
    line-height: 60px;
    border-bottom: 1px solid #0857af;
}

@media (max-width: 1470px) {
    .home-news .news-scroll .itempack .desc .title-news .date b {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .home-news .news-scroll .itempack .desc .title-news .date b {
        font-size: 24px;
    }
}

.home-news .news-scroll .itempack .desc .title-news .date span {
    font-size: 18px;
    line-height: 34px;
    display: block;
    border-top: 1px solid #1266c4;
}

@media (max-width: 767px) {
    .home-news .news-scroll .itempack .desc .title-news .date span {
        font-size: 16px;
    }
}

.home-news .news-scroll .itempack .desc h3 {
    font-size: 24px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    height: 36px;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1470px) {
    .home-news .news-scroll .itempack .desc h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .home-news .news-scroll .itempack .desc h3 {
        font-size: 18px;
    }
}

.home-news .news-scroll .itempack .desc p {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 20px 0 0 0;
    color: #9f9f9f;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1470px) {
    .home-news .news-scroll .itempack .desc p {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .home-news .news-scroll .itempack .desc p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .home-news .news-scroll .itempack .desc p {
        font-size: 14px;
        margin-top: 10px;
    }
}

.home-news .news-scroll .itempack .desc span.more {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: right;
    color: #b9b8b8;
}

@media (max-width: 767px) {
    .home-news .news-scroll .itempack .desc span.more {
        font-size: 14px;
        margin-top: 10px;
    }
}

.home-news .news-scroll .itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-news .news-scroll .itempack:hover .desc h3 {
    color: #e70f14;
}

.home-news .news-scroll .itempack:hover .desc span.more {
    color: #e70f14;
}

.footer {
    font-size: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 60px 5%;
    color: #333;
    background-color: #eeeded;
}

@media (max-width: 1199px) {
    .footer {
        padding: 30px 15px 0 15px;
    }
}

.footer .foot-left {
    float: left;
    width: 70%;
    padding-right: 5%;
}

@media (max-width: 991px) {
    .footer .foot-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .footer .foot-left {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer .foot-left>ul {
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot-left>ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: "";
    }
}

@media (max-width: 1199px) {
    .footer .foot-left>ul {
        display: block;
        overflow: hidden;
    }
}

.footer .foot-left>ul>li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 767px) {
    .footer .foot-left>ul>li {
        display: block;
    }
}

.footer .foot-left>ul>li>a {
    font-size: 18px;
    line-height: 30px;
    display: block;
}

@media (max-width: 991px) {
    .footer .foot-left>ul>li>a {
        font-size: 16px;
    }
}

.footer .foot-left>ul>li>a:hover {
    color: #e70f14;
}

.footer .foot-left>ul>li.line {
    display: inline-block;
    width: 1px;
    height: 200px;
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .footer .foot-left>ul>li.line {
        display: none;
    }
}

.footer .foot-left>ul>li>ul {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .footer .foot-left>ul>li>ul {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .footer .foot-left>ul>li>ul>li {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }
}

.footer .foot-left>ul>li>ul>li a {
    font-size: 16px;
    line-height: 36px;
    display: block;
    color: #666;
}

@media (max-width: 991px) {
    .footer .foot-left>ul>li>ul>li a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer .foot-left>ul>li>ul>li a {
        font-size: 13px;
        line-height: 24px;
    }
}

.footer .foot-left>ul>li>ul>li a:hover {
    text-decoration: underline;
    color: #e70f14;
}

.footer .foot-right {
    float: right;
    width: 30%;
}

@media (max-width: 991px) {
    .footer .foot-right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer .foot-right {
        margin: 0;
    }
}

.footer .foot-right .foot-logo {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.footer .foot-right .foot-logo img {
    display: inline-block;
    max-height: 60px;
}

@media (max-width: 1470px) {
    .footer .foot-right .foot-logo img {
        max-height: 50px;
    }
}

@media (max-width: 767px) {
    .footer .foot-right .foot-logo img {
        max-height: 40px;
    }
}

.footer .foot-right .foot-logo .code {
    font-size: 20px;
    display: inline-block;
    float: right;
    margin-top: 20px;
}

@media (max-width: 1470px) {
    .footer .foot-right .foot-logo .code {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .footer .foot-right .foot-logo .code {
        font-size: 14px;
        margin-top: 10px;
    }
}

.footer .foot-right .foot-erweima {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .foot-right .foot-erweima p {
    font-size: 16px;
    line-height: 1.875;
}

@media (max-width: 1470px) {
    .footer .foot-right .foot-erweima p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer .foot-right .foot-erweima p {
        line-height: 24px;
        margin: 0;
    }
}

.footer .foot-right .foot-erweima .tel {
    font-size: 36px;
    line-height: 1.4;
    color: #e70f14;
}

@media (max-width: 1470px) {
    .footer .foot-right .foot-erweima .tel {
        font-size: 30px;
    }
}

@media (max-width: 1350px) {
    .footer .foot-right .foot-erweima .tel {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .footer .foot-right .foot-erweima .tel {
        font-size: 20px;
    }
}

.footer .foot-right .foot-erweima .erweima {
    width: 110px;
    text-align: center;
}

@media (max-width: 767px) {
    .footer .foot-right .foot-erweima .erweima {
        padding-left: 10px;
    }
}

.footer .foot-right .foot-erweima .erweima img {
    max-width: 100%;
}

.footer .foot-right .foot-erweima .erweima p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #666;
}

@media (max-width: 1470px) {
    .footer .foot-right .foot-erweima .erweima p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer .foot-right .foot-erweima .erweima p {
        font-size: 12px;
    }
}

.copyright {
    line-height: 30px;
    overflow: hidden;
    padding: 20px 5%;
    color: #fff;
    background-color: #bc0409;
}

@media (max-width: 1199px) {
    .copyright {
        line-height: 24px;
        padding: 10px 15px;
    }
}

@media (max-width: 991px) {
    .copyright {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .copyright {
        font-size: 12px;
    }
}

.copyright p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.copyright .link {
    display: inline-block;
    float: right;
    margin: 0 -10px;
}

@media (max-width: 991px) {
    .copyright .link {
        display: block;
        float: none;
    }
}

.copyright .link a {
    display: inline-block;
    padding: 0 10px;
}

.copyright .link a:hover {
    text-decoration: underline;
}

.online-service {
    position: fixed;
    z-index: 13;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .online-service {
        z-index: 9;
    }
}

@media (max-width: 991px) {
    .online-service {
        top: auto;
        bottom: 0;
        width: 100%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 991px) {
    .online-service ul {
        font-size: 0;
    }
}

.online-service ul li {
    margin: 3px 0;
}

@media (max-width: 991px) {
    .online-service ul li {
        font-size: 14px;
        display: inline-block;
        width: 33.33333333%;
        margin: 0;
        text-align: center;
        vertical-align: top;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.online-service a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d6d6d6;
}

@media (max-width: 991px) {
    .online-service a {
        line-height: 48px;
        width: 100%;
        height: 48px;
        border-radius: 0;
        background-color: rgba(51, 51, 51, 0.9);
    }
}

.online-service a p,
.online-service a img {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: -72px;
    padding: 0 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    white-space: nowrap;
    border-radius: 5px;
    background-color: #e70f14;
}

@media (max-width: 991px) {
    .online-service a p,
    .online-service a img {
        display: none;
    }
}

.online-service a img {
    left: -120px;
    width: 120px;
    padding: 10px;
}

@media (max-width: 991px) {
    .online-service a img {
        top: -130px;
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.online-service a .icon {
    font-size: 24px;
    color: #fff;
}

@media (max-width: 991px) {
    .online-service a .icon {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .online-service a:hover {
        color: #fff;
        background-color: #e70f14;
    }
    .online-service a:hover p,
    .online-service a:hover img {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (max-width: 991px) {
    .online-service a:hover img {
        display: block;
    }
}

.innerwrap {
   /* position: relative;
    z-index: 2; */
    background-color: #fafafa;
}

.inner {
    overflow: hidden;
    padding: 80px 0;
}

@media (max-width: 991px) {
    .inner {
        padding: 40px 0;
    }
}

.inner .slick-arrow {
    font-size: 26px;
    line-height: 50px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #b7b7b7;
}

@media (max-width: 767px) {
    .inner .slick-arrow {
        font-size: 20px;
        line-height: 34px;
        width: 34px;
        height: 34px;
    }
}

.inner .slick-arrow:before {
    font-family: "iconfont" !important;
    display: inline-block;
    content: "\e61f";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.inner .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.inner .slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.inner .slick-arrow:hover {
    background-color: #e70f14;
}

.inner .slick-dots {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .inner .slick-dots {
        margin-top: 20px;
    }
}

.inner .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px;
    vertical-align: top;
    border: 4px solid #d2d2d2;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .inner .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
        border-width: 2px;
    }
}

.inner .slick-dots li button {
    display: none;
}

.inner .slick-dots li.slick-active {
    border-color: #e70f14;
}

.inner-txt {
    font-size: 16px;
    line-height: 2.25;
}

@media (max-width: 991px) {
    .inner-txt {
        font-size: 14px;
        line-height: 26px;
    }
}

.inner-txt p {
    margin: 0;
}

.title-inner {
    text-align: center;
}

.title-inner h3 {
    font-family: "ITC Avant Garde Gothic Book";
    font-size: 30px;
    line-height: 1.2;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #ddd;
}

@media (max-width: 991px) {
    .title-inner h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .title-inner h3 {
        font-size: 22px;
    }
}

.title-inner h2 {
    font-size: 32x;
    line-height: 1.25;
    margin: 0;
    color: #e70f14;
}

@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 22px;
    }
}

.title-wrap {
    text-align: center;
}

.title-wrap:after {
    display: block;
    width: 100%;
    height: 15px;
    margin-top: 30px;
    content: "";
    background: url(../images/line1.png) no-repeat center;
}

@media (max-width: 991px) {
    .title-wrap:after {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .title-wrap:after {
        margin-top: 0;
    }
}

.title-wrap h3 {
    font-family: "Tungsten";
    font-size: 72px;
    line-height: 72px;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.07);
}

@media (max-width: 1470px) {
    .title-wrap h3 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .title-wrap h3 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .title-wrap h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .title-wrap h3 {
        font-size: 38px;
    }
}

.title-wrap h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 72px;
    margin: 0;
    margin-top: -76px;
}

@media (max-width: 1470px) {
    .title-wrap h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .title-wrap h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .title-wrap h2 {
        font-size: 30px;
    }
}

.inner-sort {
    text-align: center;
}

.inner-sort ul {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .inner-sort ul {
        margin: 0 -8px;
    }
}

.inner-sort ul li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 15px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .inner-sort ul li {
        padding: 0 8px;
    }
}

.inner-sort ul li a {
    font-size: 20px;
    line-height: 60px;
    display: block;
    padding: 0 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
    background-color: #dbdbdb;
}

@media (max-width: 991px) {
    .inner-sort ul li a {
        font-size: 18px;
        line-height: 40px;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .inner-sort ul li a {
        font-size: 16px;
    }
}

.inner-sort ul li.active a,
.inner-sort ul li:hover a {
    color: #fff;
    background-color: #e70f14;
}

.scrollbox {
    overflow: auto;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.scrollbox .scrolllist {
    display: inline-block;
}

.scrollbox .scrolllist ul {
    font-size: 0;
}

.scrollbox .scrolllist ul li {
    display: inline-block;
    float: none;
    width: 22.8vw;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .scrollbox .scrolllist ul li {
        width: 25vw;
    }
}

@media (max-width: 991px) {
    .scrollbox .scrolllist ul li {
        width: 33.3vw;
        padding: 0 8px;
    }
}

@media (max-width: 767px) {
    .scrollbox .scrolllist ul li {
        width: 50vw;
    }
}

.inside-nav {
    border-bottom: 1px solid #eaeaea;
}

.inside-nav .nav-wrap {
    position: relative;
    display: inline-block;
}

@media (max-width: 1199px) {
    .inside-nav .nav-wrap {
        display: block;
    }
}

@media (max-width: 767px) {
    .inside-nav .nav-wrap {
        padding: 10px 0;
        background: none;
    }
}

.inside-nav .nav-wrap ul {
    border-left: 1px solid #eaeaea;
}

.inside-nav .nav-wrap ul>li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #eaeaea;
}

.inside-nav .nav-wrap ul>li>a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 35px 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1470px) {
    .inside-nav .nav-wrap ul>li>a {
        padding: 20px;
    }
}

@media (max-width: 1199px) {
    .inside-nav .nav-wrap ul>li>a {
        padding: 10px 14px;
    }
}

@media (max-width: 767px) {
    .inside-nav .nav-wrap ul>li>a {
        font-size: 15px;
        padding: 0 10px;
        color: #666;
    }
}

.inside-nav .nav-wrap ul>li.active>a,
.inside-nav .nav-wrap ul>li:hover>a {
    color: #fff;
    background-color: #e70f14;
}

@media (max-width: 767px) {
    .inside-nav .nav-wrap ul>li.active>a,
    .inside-nav .nav-wrap ul>li:hover>a {
        font-weight: bold;
        color: #e70f14;
        background: none;
    }
}

.inside-nav .location {
    display: inline-block;
    float: right;
    color: #999;
}

@media (max-width: 1199px) {
    .inside-nav .location {
        display: block;
        float: none;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
}

.inside-nav .location:before {
    font-family: "iconfont" !important;
    font-size: 20px;
    display: inline-block;
    margin-right: 4px;
    content: "\e663";
    vertical-align: middle;
    color: #d3d3d3;
}

.inside-nav .location span,
.inside-nav .location ul {
    display: inline-block;
    vertical-align: middle;
}

.inside-nav .location ul>li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    color: #979696;
}

@media (max-width: 767px) {
    .inside-nav .location ul>li {
        font-size: 14px;
    }
}

.inside-nav .location ul>li:after {
    content: ">";
}

.inside-nav .location ul>li:last-child:after {
    display: none;
}

.inside-nav .location ul>li a {
    line-height: 30px;
    display: inline-block;
    padding: 35px 4px;
}

@media (max-width: 767px) {
    .inside-nav .location ul>li a {
        padding: 4px;
    }
}

.inside-nav .location ul>li a:hover {
    text-decoration: underline;
    color: #e70f14;
}

.inner-about {
    padding: 0;
    background-color: #fff;
}

.inner-about .info {
    font-size: 0;
}

.inner-about .info .aleft,
.inner-about .info .aright {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .inner-about .info .aleft,
    .inner-about .info .aright {
        display: block;
        width: 100%;
    }
}

.inner-about .info .desc p {
    font-size: 16px;
    line-height: 2.25;
    margin: 0;
    text-indent: 2em;
}

@media (max-width: 767px) {
    .inner-about .info .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-about .about .info {
    font-size: 0;
    padding: 50px 0;
    border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 767px) {
    .inner-about .about .info {
        padding: 30px 0;
    }
}

.inner-about .about .desc,
.inner-about .about .number {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.inner-about .about .desc {
    width: 60%;
    padding-right: 5%;
}

@media (max-width: 991px) {
    .inner-about .about .desc {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .inner-about .about .desc {
        width: 100%;
    }
}

.inner-about .about .desc .title-about h1 {
    font-size: 26px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-about .about .desc .title-about h1 {
        font-size: 22px;
    }
}

.inner-about .about .desc .txt {
    margin-top: 30px;
    text-indent: 2em;
}

@media (max-width: 991px) {
    .inner-about .about .desc .txt {
        margin-top: 20px;
    }
}

.inner-about .about .desc .txt p {
    font-size: 16px;
    line-height: 2.25;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-about .about .desc .txt p {
        line-height: 2;
    }
}

@media (max-width: 767px) {
    .inner-about .about .desc .txt p {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-about .about .desc .txt p span {
    color: #e70f14;
}

.inner-about .about .number {
    width: 40%;
}

@media (max-width: 767px) {
    .inner-about .about .number {
        width: 100%;
    }
}

.inner-about .about .number .item-number {
    text-align: center;
}

.inner-about .about .number .item-number h3 {
    color: #e70f14;
}

.inner-about .about .number .item-number h3 b {
    font-family: "ITC Avant Garde Gothic Book";
    font-size: 72px;
    font-weight: normal;
}

@media (max-width: 1199px) {
    .inner-about .about .number .item-number h3 b {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .inner-about .about .number .item-number h3 b {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .inner-about .about .number .item-number h3 b {
        font-size: 40px;
    }
}

.inner-about .about .number .item-number h3 sup {
    font-size: 16px;
    top: 10px;
    vertical-align: top;
}

.inner-about .about .number .item-number p {
    font-size: 16px;
}

.inner-about .about-video,
.inner-about .about-factory {
    padding: 90px 0;
}

@media (max-width: 991px) {
    .inner-about .about-video,
    .inner-about .about-factory {
        padding: 50px 0;
    }
}

.inner-about .about-video .desc {
    padding-left: 5%;
}

@media (max-width: 991px) {
    .inner-about .about-video .desc {
        margin-top: 30px;
        padding-left: 0;
    }
}

.inner-about .about-video .video {
    position: relative;
    background-color: #000;
}

.inner-about .about-video .video img {
    width: 100%;
    opacity: 0.7;
}

.inner-about .about-video .video .play {
    font-size: 70px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
}

.inner-about .about-video .video .play:before {
    font-family: "iconfont" !important;
    content: "\e72b";
}

.inner-about .about-video .video .play:hover {
    opacity: 0.8;
}

.inner-about .about-factory {
    background-color: #f7f7f7;
}

.inner-about .about-factory .desc {
    padding-right: 5%;
}

@media (max-width: 991px) {
    .inner-about .about-factory .desc {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .inner-about .about-factory .about-scroll {
        margin-top: 30px;
    }
}

.inner-about .about-factory .about-scroll .item {
    position: relative;
}

.inner-about .about-factory .about-scroll .item .img-size {
    padding-bottom: 61.9047619%;
}

.inner-about .about-factory .about-scroll .item p {
    font-size: 18px;
    line-height: 2;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    color: #fff;
}

@media (max-width: 767px) {
    .inner-about .about-factory .about-scroll .item p {
        font-size: 16px;
        bottom: 10px;
        padding: 0 10px;
    }
}

.inner-about .about-factory .about-scroll .slick-dots {
    position: absolute;
    z-index: 6;
    bottom: 20px;
    display: block;
    width: 100%;
    padding-right: 20px;
    text-align: right;
}

@media (max-width: 1199px) {
    .inner-about .about-factory .about-scroll .slick-dots {
        bottom: 10px;
    }
}

.inner-about .about-factory .about-scroll .slick-dots li {
    display: inline-block;
    width: 45px;
    height: 6px;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
    border-radius: 0;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .inner-about .about-factory .about-scroll .slick-dots li {
        width: 30px;
        height: 3px;
    }
}

.inner-about .about-factory .about-scroll .slick-dots li.slick-active {
    background-color: #fc0a10;
}

.inner-about .about-factory .about-scroll .slick-dots li button {
    display: none;
}

.inner-culture {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .inner-culture {
        background-attachment: fixed;
    }
}

.inner-culture .title-wrap {
    color: #fff;
}

.inner-culture .title-wrap h3 {
    color: rgba(255, 255, 255, 0.07);
}

.inner-culture .culture {
    margin-top: 20px;
}

.inner-culture .culture .itempack {
    margin-top: 30px;
    padding: 100px 8%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1470px) {
    .inner-culture .culture .itempack {
        padding: 70px 3%;
    }
}

@media (max-width: 991px) {
    .inner-culture .culture .itempack {
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .inner-culture .culture .itempack {
        margin-top: 14px;
    }
}

.inner-culture .culture .itempack h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

@media (max-width: 1470px) {
    .inner-culture .culture .itempack h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .inner-culture .culture .itempack h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .inner-culture .culture .itempack h3 {
        font-size: 18px;
        margin-top: 0;
    }
}

.inner-culture .culture .itempack h3:after {
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 auto;
    margin-top: 14px;
    content: "";
    background-color: #fff;
}

@media (max-width: 991px) {
    .inner-culture .culture .itempack h3:after {
        width: 50px;
    }
}

.inner-culture .culture .itempack p {
    font-size: 20px;
    line-height: 2.4;
    margin: 0;
}

@media (max-width: 1470px) {
    .inner-culture .culture .itempack p {
        font-size: 18px;
        line-height: 2;
    }
}

@media (max-width: 1350px) {
    .inner-culture .culture .itempack p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .inner-culture .culture .itempack p {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-culture .culture .itempack:hover {
    background-color: rgba(231, 15, 20, 0.7);
}

.inner-honor {
    padding-bottom: 0;
}

.inner-honor .list {
    margin-top: 40px;
}

.inner-honor .list .title-honor h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-honor .list .title-honor h3 {
        font-size: 20px;
    }
}

.inner-honor .list .itempack {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.inner-honor .list .itempack .img-size {
    padding-bottom: 65.85365854%;
}

.inner-honor .list .itempack h3 {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 14px 0 0 0;
    white-space: normal;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .inner-honor .list .itempack h3 {
        font-size: 14px;
        margin-top: 6px;
    }
}

.inner-honor .list .itempack:hover h3 {
    color: #e70f14;
}

.inner-system .system-scroll {
    margin: 0 -8px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .inner-system .system-scroll {
        margin-top: 20px;
    }
}

.inner-system .system-scroll .slick-slide {
    padding: 0 8px;
}

.inner-system .itempack {
    text-align: center;
}

.inner-system .itempack .img {
    display: block;
    border: 4px solid #eee;
}

.inner-system .itempack .img .img-size {
    padding-bottom: 140.625%;
}

.inner-system .itempack .img .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-system .itempack h3 {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 14px 0 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.inner-system .itempack a.down {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    margin-top: 20px;
    padding: 0 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #b9b9b9;
    border-radius: 10px;
    background-color: #eee;
}

@media (max-width: 767px) {
    .inner-system .itempack a.down {
        font-size: 14px;
    }
}

.inner-system .itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-system .itempack:hover h3 {
    color: #e70f14;
}

.inner-system .itempack:hover a.down {
    color: #fff;
    background-color: #e70f14;
}

.inner-product .container {
    padding: 0 3%;
}

@media (max-width: 1199px) {
    .inner-product .container {
        padding: 0;
    }
}

.inner-product .product {
    padding: 0 2% 50px;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .inner-product .product {
        padding: 0 15px 30px;
    }
}

.inner-product .productbox {
    padding-top: 50px;
}

.inner-product .productbox .title-product {
    position: relative;
    padding-left: 60px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
}

.inner-product .productbox .title-product .iconimg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 40px;
    height: 60px;
    background-color: #e70f14;
}

.inner-product .productbox .title-product .iconimg:before {
    position: absolute;
    top: 0;
    left: 40px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 60px 20px 0 0;
    border-style: solid;
    border-color: #e70f14 transparent transparent transparent;
}

.inner-product .productbox .title-product .iconimg img {
    width: 100%;
}

.inner-product .productbox .title-product h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 15px 10px;
}

.inner-product .productbox .itempack {
    display: block;
    margin-top: 20px;
    padding: 30px 20px;
    background-color: #f9f9f9;
}

@media (max-width: 991px) {
    .inner-product .productbox .itempack {
        padding: 20px 10px;
    }
}

.inner-product .productbox .itempack .title-itempack {
    position: relative;
}

.inner-product .productbox .itempack .title-itempack h3 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin: 0;
    padding-right: 30px;
}

@media (max-width: 1470px) {
    .inner-product .productbox .itempack .title-itempack h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .inner-product .productbox .itempack .title-itempack h3 {
        font-size: 16px;
    }
}

.inner-product .productbox .itempack .title-itempack h3 span {
    position: absolute;
    top: 0;
    right: 0;
}

.inner-product .productbox .itempack .img {
    margin-top: 20px;
}

.inner-product .productbox .itempack .img .img-size {
    padding-bottom: 69.44444444%;
}

.inner-product .productbox .itempack .desc {
    margin-top: 20px;
    white-space: normal;
}

.inner-product .productbox .itempack .desc p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 90px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 1470px) {
    .inner-product .productbox .itempack .desc p {
        display: -webkit-box;
        overflow: hidden;
        height: 120px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 1350px) {
    .inner-product .productbox .itempack .desc p {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .inner-product .productbox .itempack .desc p {
        line-height: 26px;
        display: -webkit-box;
        overflow: hidden;
        height: 78px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 767px) {
    .inner-product .productbox .itempack .desc p {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        overflow: hidden;
        height: 96px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 34;
    }
}

.inner-product .productbox .itempack .more {
    margin-top: 20px;
    text-align: center;
}

.inner-product .productbox .itempack .more a {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding: 0 36px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
    background-color: #f2f0f0;
}

@media (max-width: 991px) {
    .inner-product .productbox .itempack .more a {
        line-height: 40px;
        padding: 0 26px;
    }
}

@media (max-width: 767px) {
    .inner-product .productbox .itempack .more a {
        font-size: 14px;
    }
}

.inner-product .productbox .itempack .more a:hover {
    color: #fff;
    background-color: #0d5eb9;
}

.inner-technology {
    background-color: #fff;
}

.inner-technology .technology-top {
    border: 1px solid #eee;
}

.inner-technology .technology-top ul {
    margin: 0;
}

.inner-technology .technology-top ul li {
    padding: 0;
    padding: 50px 10px;
    text-align: center;
    border-right: 1px solid #eee;
}

@media (max-width: 991px) {
    .inner-technology .technology-top ul li:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 991px) {
    .inner-technology .technology-top ul li {
        padding: 30px 10px;
    }
}

@media (max-width: 767px) {
    .inner-technology .technology-top ul li:nth-child(3),
    .inner-technology .technology-top ul li:nth-child(4) {
        padding-top: 0;
    }
}

.inner-technology .technology-top ul li:last-child {
    border-right: none;
}

.inner-technology .technology-top .itempack {
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #e70f14;
}

@media (max-width: 767px) {
    .inner-technology .technology-top .itempack {
        text-align: center;
    }
}

.inner-technology .technology-top .itempack .icon,
.inner-technology .technology-top .itempack .desc {
    display: inline-block;
    vertical-align: middle;
}

.inner-technology .technology-top .itempack .icon {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border: 1px solid #e70f14;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .inner-technology .technology-top .itempack .icon {
        display: block;
        margin: 0 auto;
    }
}

.inner-technology .technology-top .itempack .icon img {
    position: relative;
    left: -35px;
    border-right: 35px solid transparent;
    -webkit-filter: drop-shadow(35px 0 0 red);
    filter: drop-shadow(35px 0 0 red);
}

.inner-technology .technology-top .itempack .desc {
    max-width: -webkit-calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px;
    text-align: left;
}

@media (max-width: 767px) {
    .inner-technology .technology-top .itempack .desc {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }
}

.inner-technology .technology-top .itempack .desc h3 {
    font-family: "ITC Avant Garde Gothic Book";
    font-size: 48px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .inner-technology .technology-top .itempack .desc h3 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .inner-technology .technology-top .itempack .desc h3 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .inner-technology .technology-top .itempack .desc h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .inner-technology .technology-top .itempack .desc h3 {
        font-size: 20px;
    }
}

.inner-technology .technology-top .itempack .desc p {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 0 0;
}

@media (max-width: 1470px) {
    .inner-technology .technology-top .itempack .desc p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .inner-technology .technology-top .itempack .desc p {
        font-size: 12px;
        margin-top: 4px;
    }
}

.inner-technology .technology-top .itempack:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.inner-technology .technology-top .itempack:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}

.inner-technology .technology {
    padding: 50px;
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .inner-technology .technology {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .inner-technology .technology {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .inner-technology .technology {
        padding: 0;
    }
}

.inner-technology .technology>ul>li {
    margin-top: 30px;
}

.inner-technology .technology>ul>li:nth-child(1) {
    margin-top: 0;
}

@media (min-width: 768px) {
    .inner-technology .technology>ul>li:nth-child(2n) .itemgroup .img {
        left: 50%;
    }
    .inner-technology .technology>ul>li:nth-child(2n) .itemgroup .desc {
        right: 50%;
    }
}

.inner-technology .technology .itemgroup {
    font-size: 0;
    background-color: #fff;
}

.inner-technology .technology .itemgroup .img,
.inner-technology .technology .itemgroup .desc {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .inner-technology .technology .itemgroup .img,
    .inner-technology .technology .itemgroup .desc {
        display: block;
        width: 100%;
    }
}

.inner-technology .technology .itemgroup .img img {
    width: 100%;
}

.inner-technology .technology .itemgroup .desc {
    padding: 30px 8%;
}

@media (max-width: 1470px) {
    .inner-technology .technology .itemgroup .desc {
        padding: 30px 5%;
    }
}

@media (max-width: 1350px) {
    .inner-technology .technology .itemgroup .desc {
        padding: 30px 3%;
    }
}

@media (max-width: 991px) {
    .inner-technology .technology .itemgroup .desc {
        padding: 10px 15px;
    }
}

.inner-technology .technology .itemgroup .desc .title-technology::after {
    display: block;
    width: 90px;
    height: 2px;
    margin-top: 6px;
    content: "";
    background-color: #e70f14;
}

.inner-technology .technology .itemgroup .desc .title-technology h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-technology .technology .itemgroup .desc .title-technology h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .inner-technology .technology .itemgroup .desc .title-technology h3 {
        font-size: 18px;
    }
}

.inner-technology .technology .itemgroup .desc .txt {
    margin-top: 20px;
    text-indent: 2em;
}

@media (max-width: 991px) {
    .inner-technology .technology .itemgroup .desc .txt {
        margin-top: 10px;
    }
}

.inner-technology .technology .itemgroup .desc .txt p {
    font-size: 16px;
    line-height: 2.25;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-technology .technology .itemgroup .desc .txt p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .inner-technology .technology .itemgroup .desc .txt p {
        font-size: 14px;
    }
}

.inner-advantage .advantage {
    position: relative;
    overflow: hidden;
}

.inner-advantage .adicon-left,
.inner-advantage .adicon-right {
    font-size: 30px;
    line-height: 80px;
    display: inline-block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
    background-color: #e70f14;
}

@media (max-width: 991px) {
    .inner-advantage .adicon-left,
    .inner-advantage .adicon-right {
        font-size: 24px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

.inner-advantage .adicon-left::before,
.inner-advantage .adicon-right::before {
    font-family: "iconfont" !important;
    content: "\e601";
}

.inner-advantage .adicon-left:hover,
.inner-advantage .adicon-right:hover {
    background-color: #c62828;
}

.inner-advantage .adicon-right {
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .inner-advantage .adicon-right {
        left: -25px;
    }
}

@media (max-width: 767px) {
    .inner-advantage .adicon-right {
        top: 0;
        left: auto;
    }
}

.inner-advantage .adicon-right::before {
    content: "\e827";
}

.inner-advantage .advantage-before,
.inner-advantage .advantage-after {
    font-size: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
}

.inner-advantage .advantage-before .img,
.inner-advantage .advantage-after .img,
.inner-advantage .advantage-before .desc,
.inner-advantage .advantage-after .desc {
    font-size: 14px;
  /*  display: inline-block;
    vertical-align: middle; */
}

.inner-advantage .advantage-before .img,
.inner-advantage .advantage-after .img {
    overflow: hidden;
    /* width: 64%; */
    /* text-align: center; */
}

@media (max-width: 767px) {
    .inner-advantage .advantage-before .img,
    .inner-advantage .advantage-after .img {
        width: 100%;
    }
}

.inner-advantage .advantage-before .desc,
.inner-advantage .advantage-after .desc {
    position: absolute;
    width: 30%;
    height: 100%;
    z-index: 2;
    right: 0;
    top: 0;
    padding: 10% 1% 0 3%;
}

.inner-advantage .advantage-before .desc:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    right: 0;
	transition: all .5s;
}

@media (max-width: 767px) {
    .inner-advantage .advantage-before .desc,
    .inner-advantage .advantage-after .desc {
        width: 100%;
        position: relative;
        padding: 30px 10px;
    }
    .inner-advantage .advantage-before .desc h3 {
        color: #333;
    }
    .inner-advantage .advantage-before .desc .txt {
        width: 100%;
        max-height: 500px;
    }
    .inner-advantage .advantage-before .desc .adicon-left {
        display: none;
    }
}

.inner-advantage .advantage-before {
    /* padding: 120px 20px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .inner-advantage .advantage-before {
        /* padding: 100px 10px; */
    }
}

.inner-advantage .advantage-before img {
    width: 100%;
}

.inner-advantage .advantage-before .desc {
	text-align: right;
    color: #fff;
}

@media (max-width: 767px) {
    .inner-advantage .advantage-before .desc {
        margin-top: 20px;
        padding-left: 0;
    }
}

.inner-advantage .advantage-before {
    position: relative;
}

.inner-advantage .advantage-before .desc h3 {
    font-size: 28px;
    line-height: 1.4;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 1470px) {
    .inner-advantage .advantage-before .desc h3 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .inner-advantage .advantage-before .desc h3 {
        font-size: 20px;
    }
}

.inner-advantage .advantage-before .desc h3:after {
    display: block;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    content: "";
    background-color: #fff;
}

@media (max-width: 1199px) {
    .inner-advantage .advantage-before .desc h3:after {
        width: 60px;
        height: 2px;
    }
}
.inner-advantage .advantage-before{
	position: relative;
}
.inner-advantage .advantage-before .desc .adicon-left {
    margin-top: 30px;
	position: absolute;
	right: 0;
	top: 45%;
	transition: all .5s;
}

.inner-advantage .advantage-before .desc .txt {
    margin-top: 20px;
    text-indent: 2em;
    position: relative;
    z-index: 2;
	transition: all .5s;
	text-align: left;
	display: inline-block;
	padding-right: 6%;
}

@media (max-width: 991px) {
    .inner-advantage .advantage-before .desc .txt {
        margin-top: 10px;
    }
	.inner-advantage .advantage-before .desc{
		padding-top: 3%;
	}
}

.inner-advantage .advantage-before .desc .txt p {
    font-size: 16px;
    line-height: 2.25;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-advantage .advantage-before .desc .txt p {
        font-size: 14px;
        line-height: 24px;
    }
}



.inner-advantage .advantage-before {
    margin-bottom: 50px;
}

.inner-advantage .advantage-before .txt {
    width: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.inner-advantage .open-advantage {
    /* -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); */
}
.inner-advantage .advantage-before .desc .title-advantage{
	text-align: left;
}
.inner-advantage .open-advantage .desc h3 {
    color: #333;
	
}

.inner-advantage .open-advantage .desc h3:after{
	background-color: #e70f14;
}
.inner-advantage .open-advantage .txt {
    width: 100%;
    max-height: 400px;
    color: #333;
}

.inner-advantage .open-advantage .desc::before {
    width: 100%;
}

.inner-advantage .open-advantage  .desc .adicon-left {
    right: calc(100% - 40px);
    transform: rotate(180deg);
}
@media(max-width:991px){
	.inner-advantage .open-advantage  .desc .adicon-left {
		    right: calc(100% - 30px);
	}
}

@media (max-width: 767px) {
    .inner-advantage .advantage-before .desc .txt p {
        font-size: 14px;
    }
	.inner-advantage .advantage-before .desc .txt{
		color: #333;
		padding: 0;
	}
	.inner-advantage .advantage-before .desc{
		background-color: #fff;
		margin: 0;
		padding: 20px 10px;
	}
	.inner-advantage .advantage-before  .desc .title-advantage{
		text-align: left;
	}
	.inner-advantage .advantage-before  .desc h3:after{
		background-color: #e70f14;
	}
}


/* .inner-advantage .open-advantage .advantage-after
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
} */

.inner-workshop {
    background-color: #fff;
}

.inner-workshop .workshop .scrolllist ul li {
    width: 30.3vw;
}

@media (max-width: 991px) {
    .inner-workshop .workshop .scrolllist ul li {
        width: 33.3vw;
        padding: 0 8px;
    }
}

@media (max-width: 767px) {
    .inner-workshop .workshop .scrolllist ul li {
        width: 50vw;
    }
}

.inner-workshop .workshop .itempack {
    text-align: center;
}

.inner-workshop .workshop .itempack .img-size {
    padding-bottom: 68.51851852%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 3px solid #fff;
}

.inner-workshop .workshop .itempack .img-size img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.inner-workshop .workshop .itempack .desc {
    margin-top: 20px;
    white-space: normal;
}

@media (max-width: 767px) {
    .inner-workshop .workshop .itempack .desc {
        margin-top: 10px;
    }
}

.inner-workshop .workshop .itempack .desc h3 {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .inner-workshop .workshop .itempack .desc h3 {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .inner-workshop .workshop .itempack:hover .img-size {
        border-color: #e70f14;
    }
    .inner-workshop .workshop .itempack:hover .img-size img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .inner-workshop .workshop .itempack:hover .desc h3 {
        color: #e70f14;
    }
}

.inner-equipment .equipment {
    margin-top: 20px;
}

.inner-equipment .equipment .itempack {
    display: block;
    text-align: center;
}

.inner-equipment .equipment .itempack .img-size {
    padding-bottom: 70%;
    border: 1px solid #eee;
}

.inner-equipment .equipment .itempack .img-size img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.inner-equipment .equipment .itempack .desc {
    margin-top: 20px;
    white-space: normal;
}

@media (max-width: 767px) {
    .inner-equipment .equipment .itempack .desc {
        margin-top: 10px;
    }
}

.inner-equipment .equipment .itempack .desc h3 {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .inner-equipment .equipment .itempack .desc h3 {
        font-size: 14px;
    }
}

.inner-equipment .equipment .itempack:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-equipment .equipment .itempack:hover .desc h3 {
    color: #e70f14;
}

.inner-investor-stock {
    background-color: #fff;
}

.inner-investor-stock .stock {
    display: table;
    width: 100%;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .inner-investor-stock .stock {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock {
        display: block;
    }
}

.inner-investor-stock .stock .stock-left,
.inner-investor-stock .stock .stock-right {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-left,
    .inner-investor-stock .stock .stock-right {
        display: block;
    }
}

.inner-investor-stock .stock .stock-left {
    width: 35%;
    padding: 50px;
    background-color: #f5f3f3;
}

@media (max-width: 1350px) {
    .inner-investor-stock .stock .stock-left {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-left {
        width: 100%;
        padding: 30px 14px;
    }
}

.inner-investor-stock .stock .stock-left .title-stock h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    color: #e70f14;
}

@media (max-width: 1470px) {
    .inner-investor-stock .stock .stock-left .title-stock h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .inner-investor-stock .stock .stock-left .title-stock h3 {
        font-size: 16px;
    }
}

.inner-investor-stock .stock .stock-left .title-stock h2 {
    font-size: 48px;
    line-height: 1.4;
    margin: 0;
    color: #e70f14;
}

@media (max-width: 1470px) {
    .inner-investor-stock .stock .stock-left .title-stock h2 {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .inner-investor-stock .stock .stock-left .title-stock h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-left .title-stock h2 {
        font-size: 26px;
    }
}

.inner-investor-stock .stock .stock-left .desc {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-left .desc {
        margin-top: 10px;
    }
}

.inner-investor-stock .stock .stock-left .desc p {
    font-size: 20px;
    line-height: 2.4;
    margin: 0;
}

@media (max-width: 1470px) {
    .inner-investor-stock .stock .stock-left .desc p {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .inner-investor-stock .stock .stock-left .desc p {
        font-size: 16px;
    }
}

.inner-investor-stock .stock .stock-right {
    width: 65%;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-right {
        width: 100%;
    }
}

.inner-investor-stock .stock .stock-right .info {
    max-width: 80%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .info {
        max-width: 90%;
        padding: 30px 10px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-right .info {
        max-width: 100%;
    }
}

.inner-investor-stock .stock .stock-right .title-investor {
    position: relative;
    padding-right: 230px;
    border-bottom: 1px solid #dfdcdc;
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .title-investor {
        padding-right: 0;
    }
}

.inner-investor-stock .stock .stock-right .title-investor b {
    font-size: 32px;
    line-height: 1.2;
    display: block;
}

@media (max-width: 1470px) {
    .inner-investor-stock .stock .stock-right .title-investor b {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .title-investor b {
        font-size: 20px;
    }
}

.inner-investor-stock .stock .stock-right .title-investor p {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0;
}

@media (max-width: 1470px) {
    .inner-investor-stock .stock .stock-right .title-investor p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .title-investor p {
        font-size: 14px;
    }
}

.inner-investor-stock .stock .stock-right .title-investor span.number {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 10px;
    display: block;
    color: #e70f14;
}

@media (max-width: 1470px) {
    .inner-investor-stock .stock .stock-right .title-investor span.number {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .inner-investor-stock .stock .stock-right .title-investor span.number {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .title-investor span.number {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-right .title-investor span.number {
        font-size: 30px;
    }
}

.inner-investor-stock .stock .stock-right .xinvestor-asider {
    margin-top: 20px;
}

.inner-investor-stock .stock .stock-right .xinvestor-asider .t4 {
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    color: #e70f14;
}

@media (max-width: 1470px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t4 {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t4 {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t4 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t4 {
        font-size: 40px;
    }
}

.inner-investor-stock .stock .stock-right .xinvestor-asider .t4:after {
    font-size: 48px;
    content: "RMB";
}

@media (max-width: 1199px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t4:after {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t4:after {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t4:after {
        font-size: 24px;
    }
}

.inner-investor-stock .stock .stock-right .xinvestor-asider .t4 span {
    font-weight: normal;
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t4 span {
        font-size: 20px;
    }
}

.inner-investor-stock .stock .stock-right .xinvestor-asider .t5 {
    font-size: 20px;
    position: relative;
    display: inline-block;
    float: right;
    overflow: hidden;
    margin-top: 40px;
    padding-left: 30px;
    text-align: left;
    color: #e70000;
}

@media (max-width: 1199px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t5 {
        font-size: 18px;
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider .t5 {
        margin-top: 8px;
    }
}

.inner-investor-stock .stock .stock-right .xinvestor-asider .t5 img {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.inner-investor-stock .stock .stock-right .xinvestor-asider .t5 span {
    display: block;
}

.inner-investor-stock .stock .stock-right .xinvestor-asider .t5 b {
    display: none;
}

.inner-investor-stock .stock .stock-right .xinvestor-asider .t5 am {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    float: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-investor-stock .stock .stock-right .xinvestor-asider>ul {
    clear: both;
    overflow: hidden;
}

.inner-investor-stock .stock .stock-right .xinvestor-asider>ul>li {
    float: left;
    width: 25%;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider>ul>li {
        width: 50%;
    }
}

.inner-investor-stock .stock .stock-right .xinvestor-asider>ul>li p {
    font-size: 20px;
    line-height: 1.30769231;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider>ul>li p {
        font-size: 16px;
    }
}

.inner-investor-stock .stock .stock-right .xinvestor-asider>ul>li span {
    font-size: 20px;
    line-height: 30px;
    display: block;
}

@media (max-width: 991px) {
    .inner-investor-stock .stock .stock-right .xinvestor-asider>ul>li span {
        font-size: 16px;
    }
}

.inner-investor-stock .stock .stock-right .xinvestor-asider .t6 {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 0 0;
}

.inner-investor-stock .stock-link {
    padding-top: 90px;
}

@media (max-width: 991px) {
    .inner-investor-stock .stock-link {
        padding-top: 60px;
    }
}

.inner-investor-stock .stock-link ul {
    margin: 0 -5px;
}

.inner-investor-stock .stock-link ul li {
    margin-top: 10px;
    padding: 0 5px;
}

.inner-investor-stock .stock-link .itempack {
    position: relative;
    display: block;
}

.inner-investor-stock .stock-link .itempack .img-size {
    padding-bottom: 55.95238095%;
}

.inner-investor-stock .stock-link .itempack .desc {
    position: absolute;
    z-index: 2;
    top: 10%;
    width: 100%;
    padding: 0 8%;
}

@media (max-width: 767px) {
    .inner-investor-stock .stock-link .itempack .desc {
        top: 5%;
        padding: 0 15px;
    }
}

.inner-investor-stock .stock-link .itempack .desc .title-desc h3 {
    font-family: "Tungsten";
    font-size: 64px;
    line-height: 64px;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1470px) {
    .inner-investor-stock .stock-link .itempack .desc .title-desc h3 {
        font-size: 50px;
    }
}

@media (max-width: 1350px) {
    .inner-investor-stock .stock-link .itempack .desc .title-desc h3 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .inner-investor-stock .stock-link .itempack .desc .title-desc h3 {
        font-size: 30px;
    }
}

.inner-investor-stock .stock-link .itempack .desc .title-desc h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 64px;
    margin: 0;
    margin-top: -68px;
    color: #fff;
}

@media (max-width: 1470px) {
    .inner-investor-stock .stock-link .itempack .desc .title-desc h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .inner-investor-stock .stock-link .itempack .desc .title-desc h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock-link .itempack .desc .title-desc h2 {
        font-size: 22px;
    }
}

.inner-investor-stock .stock-link .itempack .desc .more {
    font-size: 18px;
    line-height: 54px;
    display: inline-block;
    margin-top: 5%;
    padding: 0 40px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
    .inner-investor-stock .stock-link .itempack .desc .more {
        line-height: 44px;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .inner-investor-stock .stock-link .itempack .desc .more {
        font-size: 15px;
        margin-top: 10px;
    }
}

.inner-investor-stock .interactive {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .inner-investor-stock .interactive {
        padding-top: 60px;
    }
}

.inner-investor-stock .interactive .message {
    margin-top: 30px;
}

.inner-investor-stock .interactive .message textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    padding: 30px;
    border: 5px solid #f6f6f6;
    outline: none;
}

@media (max-width: 767px) {
    .inner-investor-stock .interactive .message textarea {
        font-size: 14px;
        padding: 20px 14px;
        border-width: 2px;
    }
}

.inner-investor-stock .interactive .message #num_txt1 {
    display: block;
    margin-top: -40px;
    padding-right: 20px;
    text-align: right;
    color: #999;
}

.inner-investor-stock .interactive .message input::-webkit-input-placeholder,
.inner-investor-stock .interactive .message textarea::-webkit-input-placeholder {
    color: #ccc;
}

.inner-investor-stock .interactive .message input:-o-placeholder,
.inner-investor-stock .interactive .message textarea:-o-placeholder {
    color: #ccc;
}

.inner-investor-stock .interactive .message input::-moz-placeholder,
.inner-investor-stock .interactive .message textarea::-moz-placeholder {
    color: #ccc;
}

.inner-investor-stock .interactive .message input:-ms-input-placeholder,
.inner-investor-stock .interactive .message textarea:-ms-input-placeholder {
    color: #ccc;
}

.inner-investor-stock .interactive .message input:focus::-webkit-input-placeholder,
.inner-investor-stock .interactive .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.inner-investor-stock .interactive .message input:focus::-o-placeholder,
.inner-investor-stock .interactive .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.inner-investor-stock .interactive .message input:focus::-moz-placeholder,
.inner-investor-stock .interactive .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.inner-investor-stock .interactive .message input:focus::-ms-input-placeholder,
.inner-investor-stock .interactive .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.inner-investor-stock .interactive .message .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner-investor-stock .interactive .message .desc p {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    color: #666;
}

@media (max-width: 767px) {
    .inner-investor-stock .interactive .message .desc p {
        font-size: 14px;
    }
}

.inner-investor-stock .interactive .message .desc .submit {
    font-size: 16px;
    line-height: 54px;
    padding: 0 46px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #e70f14;
}

@media (max-width: 767px) {
    .inner-investor-stock .interactive .message .desc .submit {
        font-size: 14pxx;
        line-height: 40px;
        padding: 0 30px;
    }
}

.inner-investor-stock .interactive .message .desc .submit:hover {
    background-color: #c62828;
}

.inner-news-latest .title-news {
    padding-bottom: 16px;
    border-bottom: 2px solid #edecec;
}

.inner-news-latest .title-news h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #e70f14;
}

@media (max-width: 991px) {
    .inner-news-latest .title-news h2 {
        font-size: 24px;
    }
}

.inner-news-latest .title-news h2:before {
    display: inline-block;
    width: 23px;
    height: 26px;
    margin-top: -2px;
    margin-right: 10px;
    content: "";
    vertical-align: middle;
    background: url(../images/line2.png) no-repeat;
    background-size: cover;
}

.inner-news-latest .news .itempack {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #ededed;
}

@media (max-width: 991px) {
    .inner-news-latest .news .itempack {
        padding: 14px 0;
    }
}

.inner-news-latest .news .itempack h3,
.inner-news-latest .news .itempack p {
    font-size: 18px;
    line-height: 2;
    position: relative;
    margin: 0;
    padding-left: 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .inner-news-latest .news .itempack h3,
    .inner-news-latest .news .itempack p {
        font-size: 16px;
    }
}

.inner-news-latest .news .itempack h3::before,
.inner-news-latest .news .itempack p::before {
    font-family: "iconfont" !important;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 36px;
    height: 36px;
    content: "\e6a3";
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #e70f14;
}

.inner-news-latest .news .itempack p {
    margin-top: 14px;
    color: #868686;
}

.inner-news-latest .news .itempack p::before {
    content: "\e664";
    background-color: #0567ac;
}

.inner-news-latest .news .itempack:hover h3 {
    color: #e70f14;
}

.inner-investor-reports .search-reports {
    margin-top: 30px;
    padding: 20px;
    background-color: #f6f5f5;
}

@media (max-width: 991px) {
    .inner-investor-reports .search-reports {
        padding: 10px;
    }
}

.inner-investor-reports .search-reports ul {
    font-size: 0;
    margin: 0 -5px;
}

.inner-investor-reports .search-reports ul li {
    font-size: 14px;
    display: inline-block;
    width: -webkit-calc(33.33% - 110px);
    width: calc(33.33% - 110px);
    padding: 0 5px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .inner-investor-reports .search-reports ul li {
        width: 33.3333%;
        margin: 5px 0;
    }
}

@media (max-width: 767px) {
    .inner-investor-reports .search-reports ul li {
        width: 100%;
    }
}

.inner-investor-reports .search-reports ul li:nth-child(1) {
    width: 150px;
}

@media (max-width: 991px) {
    .inner-investor-reports .search-reports ul li:nth-child(1) {
        width: 100%;
    }
}

.inner-investor-reports .search-reports ul li:nth-child(5) {
    width: 180px;
}

.inner-investor-reports .search-reports input,
.inner-investor-reports .search-reports select {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 15px 10px;
    color: #666;
    border: 1px solid #eee;
    outline: none;
    background: none;
}

@media (max-width: 991px) {
    .inner-investor-reports .search-reports input,
    .inner-investor-reports .search-reports select {
        padding: 10px;
    }
}

.inner-investor-reports .search-reports input option,
.inner-investor-reports .search-reports select option {
    color: #666;
}

.inner-investor-reports .search-reports input::-webkit-input-placeholder,
.inner-investor-reports .search-reports textarea::-webkit-input-placeholder {
    color: #666;
}

.inner-investor-reports .search-reports input:-o-placeholder,
.inner-investor-reports .search-reports textarea:-o-placeholder {
    color: #666;
}

.inner-investor-reports .search-reports input::-moz-placeholder,
.inner-investor-reports .search-reports textarea::-moz-placeholder {
    color: #666;
}

.inner-investor-reports .search-reports input:-ms-input-placeholder,
.inner-investor-reports .search-reports textarea:-ms-input-placeholder {
    color: #666;
}

.inner-investor-reports .search-reports input:focus::-webkit-input-placeholder,
.inner-investor-reports .search-reports textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.inner-investor-reports .search-reports input:focus::-o-placeholder,
.inner-investor-reports .search-reports textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.inner-investor-reports .search-reports input:focus::-moz-placeholder,
.inner-investor-reports .search-reports textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.inner-investor-reports .search-reports input:focus::-ms-input-placeholder,
.inner-investor-reports .search-reports textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.inner-investor-reports .search-reports select {
    background: url(../images/select_bg.jpg) no-repeat right center;
    -webkit-appearance: none;
}

.inner-investor-reports .search-reports h3 {
    font-size: 28px;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-investor-reports .search-reports h3 {
        font-size: 24px;
    }
}

.inner-investor-reports .search-reports .submit {
    font-size: 16px;
    line-height: 54px;
    width: 180px;
    padding: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #e70f14;
}

@media (max-width: 991px) {
    .inner-investor-reports .search-reports .submit {
        line-height: 44px;
        width: 160px;
    }
}

.inner-investor-reports .search-reports .submit:hover {
    background-color: #c62828;
}

.inner-investor-reports .reports .itempack {
    position: relative;
    margin-top: 30px;
    padding: 30px 40px 30px 90px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .inner-investor-reports .reports .itempack {
        padding: 20px 20px 20px 60px;
    }
}

@media (max-width: 767px) {
    .inner-investor-reports .reports .itempack {
        margin-top: 10px;
    }
}

.inner-investor-reports .reports .itempack:before {
    position: absolute;
    top: 30px;
    left: 50px;
    display: block;
    width: 32px;
    height: 36px;
    content: "";
    background: url(../images/notice_icon.png) no-repeat;
}

@media (max-width: 991px) {
    .inner-investor-reports .reports .itempack:before {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .inner-investor-reports .reports .itempack:before {
        left: 10px;
    }
}

.inner-investor-reports .reports .itempack h3 {
    font-size: 20px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .inner-investor-reports .reports .itempack h3 {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
}

.inner-investor-reports .reports .itempack .date {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
    color: #c9c8c8;
}

@media (max-width: 767px) {
    .inner-investor-reports .reports .itempack .date {
        font-size: 14px;
    }
}

.inner-investor-reports .reports .itempack .link {
    margin-top: 10px;
}

.inner-investor-reports .reports .itempack .link a {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #9e9d9d;
    background-color: #eee;
}

@media (max-width: 767px) {
    .inner-investor-reports .reports .itempack .link a {
        font-size: 14px;
        line-height: 30px;
        padding: 0 20px;
    }
}

.inner-investor-reports .reports .itempack .link a:hover {
    color: #fff;
    background-color: #e70f14;
}

.inner-investor-reports .reports .itempack .link a.down:hover {
    background-color: #0567ac;
}

.inner-investor-reports .reports .itempack:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.inner-investor-activity .activity .itempack {
    font-size: 0;
    line-height: 30px;
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #efeeee;
}

@media (max-width: 767px) {
    .inner-investor-activity .activity .itempack {
        padding: 10px 0;
    }
}

.inner-investor-activity .activity .itempack h3 {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    display: inline-block;
    overflow: hidden;
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    height: 30px;
    margin: 0;
    vertical-align: middle;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .inner-investor-activity .activity .itempack h3 {
        font-size: 16px;
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}

@media (max-width: 767px) {
    .inner-investor-activity .activity .itempack h3 {
        display: block;
        width: 100%;
    }
}

.inner-investor-activity .activity .itempack .date,
.inner-investor-activity .activity .itempack .more {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    width: 130px;
    text-align: right;
    vertical-align: middle;
    color: #979797;
}

@media (max-width: 991px) {
    .inner-investor-activity .activity .itempack .date,
    .inner-investor-activity .activity .itempack .more {
        font-size: 14px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .inner-investor-activity .activity .itempack .date,
    .inner-investor-activity .activity .itempack .more {
        text-align: left;
    }
}

.inner-investor-activity .activity .itempack:hover h3,
.inner-investor-activity .activity .itempack:hover .more {
    color: #e70f14;
}

.inner-news .news-top {
    font-size: 0;
    display: block;
    background-color: #fff;
}

.inner-news .news-top .img,
.inner-news .news-top .desc {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.inner-news .news-top .img {
    overflow: hidden;
    width: 35%;
}

@media (max-width: 1470px) {
    .inner-news .news-top .img {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .inner-news .news-top .img {
        width: 100%;
    }
}

.inner-news .news-top .img img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-news .news-top .desc {
    width: 65%;
    padding: 20px 30px;
}

@media (max-width: 1470px) {
    .inner-news .news-top .desc {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .inner-news .news-top .desc {
        width: 100%;
        padding: 20px 10px;
    }
}

.inner-news .news-top .desc h3 {
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1470px) {
    .inner-news .news-top .desc h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .inner-news .news-top .desc h3 {
        font-size: 18px;
    }
}

.inner-news .news-top .desc .date {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
    color: #9f9f9f;
}

@media (max-width: 991px) {
    .inner-news .news-top .desc .date {
        font-size: 14px;
    }
}

.inner-news .news-top .desc p {
    font-size: 16px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 108px;
    margin: 20px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .inner-news .news-top .desc p {
        font-size: 14px;
        line-height: 26px;
        display: -webkit-box;
        overflow: hidden;
        max-height: 52px;
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.inner-news .news-top .desc span.more {
    font-size: 16px;
    line-height: 54px;
    display: inline-block;
    margin-top: 30px;
    padding: 0 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    background-color: #e70f14;
}

@media (max-width: 991px) {
    .inner-news .news-top .desc span.more {
        line-height: 40px;
        margin-top: 14px;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .inner-news .news-top .desc span.more {
        font-size: 14px;
    }
}

.inner-news .news-top .desc span.more:hover {
    background-color: #c62828;
}

.inner-news .news-top:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-news .news-top:hover .desc h3 {
    color: #e70f14;
}

.inner-news .news {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .inner-news .news {
        margin-top: 10px;
    }
}

.inner-news .news .itemgroup {
    display: table;
    width: 100%;
    margin-top: 28px;
    padding: 30px 0 30px 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
}

@media (max-width: 767px) {
    .inner-news .news .itemgroup {
        margin-top: 10px;
        padding: 20px 0 20px 10px;
    }
}

.inner-news .news .itemgroup .date,
.inner-news .news .itemgroup .desc,
.inner-news .news .itemgroup .more {
    display: table-cell;
    vertical-align: middle;
}

.inner-news .news .itemgroup .date {
    width: 100px;
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .inner-news .news .itemgroup .date {
        width: 60px;
    }
}

.inner-news .news .itemgroup .date b {
    font-size: 42px;
    font-weight: normal;
    line-height: 80px;
    display: block;
    background-color: #e70f14;
}

@media (max-width: 991px) {
    .inner-news .news .itemgroup .date b {
        font-size: 30px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .inner-news .news .itemgroup .date b {
        font-size: 24px;
        line-height: 40px;
    }
}

.inner-news .news .itemgroup .date span {
    font-size: 16px;
    line-height: 34px;
    display: block;
    background-color: #0d5eb9;
}

@media (max-width: 767px) {
    .inner-news .news .itemgroup .date span {
        font-size: 14px;
        line-height: 28px;
    }
}

.inner-news .news .itemgroup .desc {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    padding: 0 3%;
}

@media (max-width: 991px) {
    .inner-news .news .itemgroup .desc {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}

@media (max-width: 767px) {
    .inner-news .news .itemgroup .desc {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
}

.inner-news .news .itemgroup .desc h3 {
    font-size: 26px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    height: 36px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1470px) {
    .inner-news .news .itemgroup .desc h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .inner-news .news .itemgroup .desc h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .inner-news .news .itemgroup .desc h3 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
}

.inner-news .news .itemgroup .desc p {
    font-size: 16px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .inner-news .news .itemgroup .desc p {
        font-size: 14px;
        line-height: 26px;
        max-height: 52px;
    }
}

@media (max-width: 767px) {
    .inner-news .news .itemgroup .desc p {
        margin: 0;
    }
}

.inner-news .news .itemgroup .more {
    font-size: 16px;
    width: 190px;
    text-align: center;
    color: #b9b8b8;
    border-left: 1px solid #f0f0f0;
}

@media (max-width: 991px) {
    .inner-news .news .itemgroup .more {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .inner-news .news .itemgroup .more {
        font-size: 14px;
        width: 60px;
        padding: 0 10px;
    }
}

.inner-news .news .itemgroup:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.inner-news .news .itemgroup:hover .desc h3 {
    color: #e70f14;
}

.inner-news .news .itemgroup:hover .more {
    color: #e70f14;
}

.inner-social .social {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .inner-social .social {
        margin-top: 20px;
    }
}

.inner-social .social .itempack {
    display: block;
    background-color: #fff;
}

.inner-social .social .itempack .img-size {
    padding-bottom: 70%;
}

.inner-social .social .itempack .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-social .social .itempack .desc {
    padding: 20px;
}

@media (max-width: 1470px) {
    .inner-social .social .itempack .desc {
        padding: 10px;
    }
}

.inner-social .social .itempack .desc h3 {
    font-size: 24px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    height: 36px;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1470px) {
    .inner-social .social .itempack .desc h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .inner-social .social .itempack .desc h3 {
        font-size: 18px;
    }
}

.inner-social .social .itempack .desc .date {
    display: block;
    color: #9f9f9f;
}

.inner-social .social .itempack .desc p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    color: #9f9f9f;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .inner-social .social .itempack .desc p {
        font-size: 14px;
        margin-top: 10px;
    }
}

.inner-social .social .itempack .desc span.more {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: right;
    color: #cecdcd;
}

@media (max-width: 767px) {
    .inner-social .social .itempack .desc span.more {
        font-size: 14px;
        margin-top: 10px;
    }
}

.inner-social .social .itempack .desc span.more:hover {
    color: #e70f14;
}

.inner-news-show .news-show {
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .inner-news-show .news-show {
        padding: 20px 10px;
    }
}

.inner-news-show .news-show .news-left {
    float: left;
    width: 65%;
    border-right: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
    .inner-news-show .news-show .news-left {
        width: 100%;
        border: none;
    }
}

.inner-news-show .news-show .news-right {
    float: right;
    width: 35%;
}

@media (max-width: 767px) {
    .inner-news-show .news-show .news-right {
        display: none;
        width: 100%;
    }
}

.inner-news-show .title-news {
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.inner-news-show .title-news h1 {
    font-size: 26px;
    line-height: 40px;
    display: block;
    margin: 0;
    color: #333;
}

@media (max-width: 991px) {
    .inner-news-show .title-news h1 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .inner-news-show .title-news h1 {
        font-size: 18px;
    }
}

.inner-news-show .title-news p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #bababa;
}

.inner-news-show .title-news p span {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.inner-news-show .text {
    font-size: 16px;
    line-height: 2.25;
    overflow: hidden;
    padding-top: 40px;
    padding-right: 5%;
    color: #666;
}

@media (max-width: 991px) {
    .inner-news-show .text {
        font-size: 16px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .inner-news-show .text {
        font-size: 14px;
        line-height: 26px;
        padding-right: 0;
    }
}

.inner-news-show .text p {
    margin: 0;
}

.inner-news-show .text img {
    max-width: 100%;
    height: auto !important;
}

.inner-news-show .news-relate {
    margin-top: 60px;
    padding-right: 5%;
}

@media (max-width: 991px) {
    .inner-news-show .news-relate {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .inner-news-show .news-relate {
        padding-right: 0;
    }
}

.inner-news-show .news-relate a {
    font-size: 16px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    height: 60px;
    margin-top: 10px;
    padding: 0 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
    border: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .inner-news-show .news-relate a {
        font-size: 14px;
        line-height: 44px;
        height: 44px;
        padding: 0 14px;
    }
}

.inner-news-show .news-relate a:hover {
    color: #fff;
    background-color: #e70f14;
}

@media (max-width: 991px) {
    .inner-news-show .news-right {
        margin-top: 30px;
        padding-left: 0;
    }
}

.inner-news-show .news-right .title-news-relate {
    padding-bottom: 30px;
    padding-left: 5%;
    border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
    .inner-news-show .news-right .title-news-relate {
        padding-bottom: 0;
        padding-left: 0;
    }
}

.inner-news-show .news-right .title-news-relate h2 {
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    color: #333;
}

@media (max-width: 991px) {
    .inner-news-show .news-right .title-news-relate h2 {
        font-size: 22px;
    }
}

.inner-news-show .news-right .list {
    padding-left: 5%;
}

@media (max-width: 767px) {
    .inner-news-show .news-right .list {
        padding-left: 0;
    }
}

.inner-news-show .news-right .list .item {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #f7f6f6;
}

@media (max-width: 991px) {
    .inner-news-show .news-right .list .item {
        padding: 14px 0;
    }
}

.inner-news-show .news-right .list .item h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .inner-news-show .news-right .list .item h3 {
        font-size: 16px;
        margin: 10px 0 0 0;
    }
}

.inner-news-show .news-right .list .item span.date {
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #a3a2a2;
}

.inner-news-show .news-right .list .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    margin: 14px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .inner-news-show .news-right .list .item p {
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
    }
}

.inner-news-show .news-right .list .item:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-news-show .news-right .list .item:hover h3 {
    color: #e70f14;
}

.inner-news-show .news-right .more {
    margin-top: 30px;
}

.inner-news-show .news-right .more a {
    font-size: 18px;
    line-height: 44px;
    display: inline-block;
    padding: 0 24px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    border-radius: 10px;
    background-color: #e70f14;
}

.inner-news-show .news-right .more a:hover {
    background-color: #c62828;
}

.inner-concept .concept-top {
    padding: 80px 50px;
    background-color: #fff;
}

@media (max-width: 1470px) {
    .inner-concept .concept-top {
        padding: 50px 30px;
    }
}

@media (max-width: 1199px) {
    .inner-concept .concept-top {
        padding: 30px 20px;
    }
}

.inner-concept .concept-top:before {
    display: block;
    width: 188px;
    height: 3px;
    margin-bottom: 10px;
    content: "";
    background-color: #e70f14;
}

@media (max-width: 1199px) {
    .inner-concept .concept-top:before {
        width: 100px;
    }
}

.inner-concept .concept-top h2 {
    font-size: 48px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1470px) {
    .inner-concept .concept-top h2 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .inner-concept .concept-top h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .inner-concept .concept-top h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .inner-concept .concept-top h2 {
        font-size: 20px;
    }
}

.inner-concept .concept-part-one {
    position: relative;
    margin-top: 30px;
}

.inner-concept .concept-part-one .img img {
    width: 100%;
}

.inner-concept .concept-part-one .desc {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    color: #fff;
    background-color: rgba(231, 15, 20, 0.8);
}

@media (max-width: 767px) {
    .inner-concept .concept-part-one .desc {
        position: relative;
        top: 0;
        width: 100%;
    }
}

.inner-concept .concept-part-one .desc .note {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

@media (max-width: 1470px) {
    .inner-concept .concept-part-one .desc .note {
        left: 15%;
        width: 70%;
    }
}

@media (max-width: 767px) {
    .inner-concept .concept-part-one .desc .note {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px 10px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.inner-concept .concept-part-one .desc .note p {
    font-size: 20px;
    line-height: 2.4;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-concept .concept-part-one .desc .note p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-concept .concept-part-one .desc .note p {
        font-size: 16px;
        line-height: 26px;
    }
}

.inner-concept .concept-part-two {
    font-size: 0;
    margin-top: 30px;
    background-color: #fff;
}

.inner-concept .concept-part-two .img,
.inner-concept .concept-part-two .desc {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .inner-concept .concept-part-two .img,
    .inner-concept .concept-part-two .desc {
        display: block;
        width: 100%;
    }
}

.inner-concept .concept-part-two .img img {
    width: 100%;
}

.inner-concept .concept-part-two .desc {
    padding: 20px 10%;
}

@media (max-width: 1470px) {
    .inner-concept .concept-part-two .desc {
        padding: 20px 5%;
    }
}

.inner-concept .concept-part-two .desc p {
    font-size: 20px;
    line-height: 2.4;
    margin: 0;
    text-indent: 2em;
}

@media (max-width: 1199px) {
    .inner-concept .concept-part-two .desc p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-concept .concept-part-two .desc p {
        font-size: 16px;
        line-height: 26px;
    }
}

.inner-concept .concept-part-three {
    margin-top: 50px;
}

.inner-concept .concept-part-three .itemgroup {
    margin-top: 20px;
    background-color: #fff;
}

.inner-concept .concept-part-three .itemgroup .img-size {
    padding-bottom: 50.60240964%;
}

.inner-concept .concept-part-three .itemgroup .desc {
    padding: 30px;
}

@media (max-width: 991px) {
    .inner-concept .concept-part-three .itemgroup .desc {
        padding: 20px 10px;
    }
}

.inner-concept .concept-part-three .itemgroup .desc p {
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-concept .concept-part-three .itemgroup .desc p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-concept .concept-part-three .itemgroup .desc p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 1200px) {
    .inner-team ul {
        margin: 0 -20px;
    }
    .inner-team ul li {
        padding: 0 20px;
    }
}

.inner-team .team {
    margin-top: -40px;
}

@media (max-width: 991px) {
    .inner-team .team {
        margin-top: -20px;
    }
}

.inner-team .team .itemgroup {
    display: block;
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 991px) {
    .inner-team .team .itemgroup {
        margin-top: 20px;
    }
}

.inner-team .team .itemgroup .img-size {
    padding-bottom: 66.03773585%;
}

.inner-team .team .itemgroup .img-size img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-team .team .itemgroup h3 {
    font-size: 20px;
    line-height: 90px;
    display: -webkit-box;
    overflow: hidden;
    height: 90px;
    margin: 0;
    padding: 0 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #f1f0f0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1470px) {
    .inner-team .team .itemgroup h3 {
        font-size: 18px;
        line-height: 70px;
        height: 70px;
    }
}

@media (max-width: 1199px) {
    .inner-team .team .itemgroup h3 {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .inner-team .team .itemgroup h3 {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }
}

.inner-team .team .itemgroup:hover .img-size img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-team .team .itemgroup:hover h3 {
    color: #fff;
    background-color: #e70f14;
}

.inner-join-information .join-information {
    font-size: 0;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .inner-join-information .join-information {
        margin-top: 10px;
    }
}

.inner-join-information .join-information .desc,
.inner-join-information .join-information .img {
    font-size: 14px;
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
}

.inner-join-information .join-information .desc {
    width: 58%;
    padding-right: 5%;
    color: #666;
}

@media (max-width: 767px) {
    .inner-join-information .join-information .desc {
        width: 100%;
        padding-right: 0;
    }
}

.inner-join-information .join-information .desc p {
    font-size: 16px;
    line-height: 2.25;
    margin: 0;
}

@media (max-width: 1350px) {
    .inner-join-information .join-information .desc p {
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .inner-join-information .join-information .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-join-information .join-information .img {
    width: 42%;
}

@media (max-width: 767px) {
    .inner-join-information .join-information .img {
        width: 100%;
    }
}

.inner-join-information .join-information .img img {
    max-width: 100%;
}

.inner-join {
    background-color: #fff;
}

.inner-join .join {
    margin-top: 70px;
    padding: 50px;
    background-color: #fafafa;
}

@media (max-width: 991px) {
    .inner-join .join {
        margin-top: 30px;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .inner-join .join {
        padding: 0;
    }
}

.inner-join .join .title-join>ul,
.inner-join .join .join-list .title-item>ul {
    font-size: 0;
}

.inner-join .join .title-join>ul>li,
.inner-join .join .join-list .title-item>ul>li {
    font-size: 14px;
    display: inline-block;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    padding: 0 5%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .inner-join .join .title-join>ul>li,
    .inner-join .join .join-list .title-item>ul>li {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .inner-join .join .title-join>ul>li,
    .inner-join .join .join-list .title-item>ul>li {
        width: -webkit-calc(25% - 10px);
        width: calc(25% - 10px);
    }
}

.inner-join .join .title-join>ul>li:nth-child(5),
.inner-join .join .join-list .title-item>ul>li:nth-child(5) {
    width: 80px;
    padding: 0;
}

@media (max-width: 767px) {
    .inner-join .join .title-join>ul>li:nth-child(5),
    .inner-join .join .join-list .title-item>ul>li:nth-child(5) {
        width: 40px;
    }
}

.inner-join .join .title-join p,
.inner-join .join .join-list .title-item p {
    margin: 0;
}

.inner-join .join .title-join {
    line-height: 30px;
    padding: 20px 0;
    color: #fff;
    background-color: #e70f14;
}

.inner-join .join .title-join p {
    font-size: 20px;
}

@media (max-width: 991px) {
    .inner-join .join .title-join p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .inner-join .join .title-join p {
        font-size: 14px;
    }
}

.inner-join .join-list {
    clear: both;
    background-color: #fff;
}

.inner-join .join-list>ul>li {
    border-bottom: 1px solid #f9f9f9;
}

.inner-join .join-list .title-item {
    cursor: pointer;
}

.inner-join .join-list .title-item>ul>li:nth-child(5) p {
    font-size: 20px;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #e70f14;
    background-color: #f6f5f5;
}

.inner-join .join-list .title-item>ul>li:nth-child(5) p:before {
    content: "+";
}

.inner-join .join-list .title-item p {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 5%;
}

@media (max-width: 991px) {
    .inner-join .join-list .title-item p {
        font-size: 14px;
        padding: 10px;
    }
}

.inner-join .join-list .desc {
    font-size: 16px;
    line-height: 30px;
    display: none;
    padding: 50px 5%;
}

@media (max-width: 991px) {
    .inner-join .join-list .desc {
        font-size: 14px;
        padding: 30px 15px;
    }
}

.inner-join .join-list .desc p {
    margin: 0;
}

.inner-join .join-list .desc h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #e70f14;
}

@media (max-width: 991px) {
    .inner-join .join-list .desc h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .inner-join .join-list .desc h3 {
        font-size: 14px;
    }
}

.inner-join .join-list .desc a.more {
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    padding: 0 36px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    background-color: #e70f14;
}

@media (max-width: 767px) {
    .inner-join .join-list .desc a.more {
        font-size: 14px;
    }
}

.inner-join .join-list .desc a.more:hover {
    background-color: #c62828;
}

.inner-join .join-list .current .title-item {
    background-color: #f4f5f6;
}

.inner-join .join-list .current .title-item>ul>li:nth-child(5) p {
    color: #fff;
    background-color: #e70f14;
}

.inner-join .join-list .current .title-item>ul>li:nth-child(5) p:before {
    content: "-";
}

.inner-contact {
    background-color: #fff;
}

.inner-contact .contact {
    font-size: 0;
    background-color: #f9f8f8;
}

.inner-contact .contact .desc,
.inner-contact .contact .map {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.inner-contact .contact .desc {
    width: 40%;
    padding: 30px 3%;
}

@media (max-width: 991px) {
    .inner-contact .contact .desc {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    .inner-contact .contact .desc {
        width: 100%;
    }
}

.inner-contact .contact .desc h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-contact .contact .desc h1 {
        font-size: 18px;
    }
}

.inner-contact .contact .desc p {
    font-size: 16px;
    line-height: 2.25;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-contact .contact .desc p {
        font-size: 14px;
    }
}

.inner-contact .contact .map {
    width: 60%;
    height: 540px;
}

@media (max-width: 991px) {
    .inner-contact .contact .map {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .inner-contact .contact .map {
        width: 100%;
    }
}

.inner-contact .message {
    font-size: 0;
    overflow: hidden;
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #f8f8f8;
}

@media (max-width: 991px) {
    .inner-contact .message {
        margin-top: 50px;
        padding-top: 50px;
    }
}

.inner-contact .message .mleft {
    position: relative;
    float: left;
    width: 50%;
    padding: 50px 30px 70px;
    background-color: #efeeee;
}

@media (max-width: 991px) {
    .inner-contact .message .mleft {
        padding: 50px 14px 70px 14px;
    }
}

@media (max-width: 767px) {
    .inner-contact .message .mleft {
        width: 100%;
        padding: 20px 10px;
    }
}

.inner-contact .message .mleft:after {
    position: absolute;
    right: 0;
    bottom: -60px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 0 40px 60px 0;
    border-style: solid;
    border-color: transparent #e0dfdf transparent transparent;
}

@media (max-width: 767px) {
    .inner-contact .message .mleft:after {
        display: none;
    }
}

.inner-contact .message .mleft .title-inner {
    text-align: left;
}

.inner-contact .message .mleft .title-inner h2 {
    font-weight: bold;
}

.inner-contact .message .mleft form {
    margin-top: 10px;
}

.inner-contact .message .mleft form ul {
    margin: 0 -10px;
}

.inner-contact .message .mleft form ul li {
    margin-top: 20px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .inner-contact .message .mleft form ul li {
        margin-top: 10px;
    }
}

.inner-contact .message .mleft form input,
.inner-contact .message .mleft form textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background-color: #fff;
}

.inner-contact .message .mleft form input::-webkit-input-placeholder,
.inner-contact .message .mleft form textarea::-webkit-input-placeholder {
    color: #bebebe;
}

.inner-contact .message .mleft form input:-o-placeholder,
.inner-contact .message .mleft form textarea:-o-placeholder {
    color: #bebebe;
}

.inner-contact .message .mleft form input::-moz-placeholder,
.inner-contact .message .mleft form textarea::-moz-placeholder {
    color: #bebebe;
}

.inner-contact .message .mleft form input:-ms-input-placeholder,
.inner-contact .message .mleft form textarea:-ms-input-placeholder {
    color: #bebebe;
}

.inner-contact .message .mleft form input:focus::-webkit-input-placeholder,
.inner-contact .message .mleft form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.inner-contact .message .mleft form input:focus::-o-placeholder,
.inner-contact .message .mleft form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.inner-contact .message .mleft form input:focus::-moz-placeholder,
.inner-contact .message .mleft form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.inner-contact .message .mleft form input:focus::-ms-input-placeholder,
.inner-contact .message .mleft form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.inner-contact .message .mleft form .item-send {
    text-align: center;
}

.inner-contact .message .mleft form .submit {
    font-size: 14px;
    font-size: 16px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 50px;
    color: #fff;
    border-radius: 0;
    background-color: #e70f14;
}

.inner-contact .message .pic {
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .inner-contact .message .pic {
        width: 100%;
    }
}

.inner-contact .message .pic:before {
    display: block;
    width: 101px;
    height: 125px;
    content: "";
    background: url(../images/line-2.jpg) no-repeat center;
}

@media (max-width: 767px) {
    .inner-contact .message .pic:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .inner-contact .message .pic img {
        width: 100%;
    }
}

.inner-customer {
    background-color: #fff;
}

.inner-customer .customer .itempack {
    font-size: 0;
    display: table;
    overflow: hidden;
    width: 100%;
    margin-top: 48px;
    padding: 18px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #f6f6f6;
}

@media (max-width: 991px) {
    .inner-customer .customer .itempack {
        margin-top: 20px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .inner-customer .customer .itempack {
        padding: 4px;
    }
}

.inner-customer .customer .itempack .img,
.inner-customer .customer .itempack .desc {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
}

.inner-customer .customer .itempack .img {
    width: 40%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-right: 3px solid #f6f6f6;
}

.inner-customer .customer .itempack .img .img-size {
    padding-bottom: 53.84615385%;
}

.inner-customer .customer .itempack .desc {
    width: 60%;
    padding: 0 5%;
}

.inner-customer .customer .itempack .desc h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1470px) {
    .inner-customer .customer .itempack .desc h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .inner-customer .customer .itempack .desc h3 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
}

.inner-customer .customer .itempack .desc p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1470px) {
    .inner-customer .customer .itempack .desc p {
        font-size: 15px;
        line-height: 24px;
        max-height: 48px;
    }
}

@media (max-width: 1199px) {
    .inner-customer .customer .itempack .desc p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .inner-customer .customer .itempack .desc p {
        font-size: 12px;
    }
}

.inner-customer .customer .itempack:hover {
    background-color: #e70f14;
}

.inner-customer .customer .itempack:hover .img {
    border-color: #e70f14;
}

.inner-industrial .txt {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .inner-industrial .txt {
        margin-top: 20px;
    }
}

.inner-industrial .txt p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-industrial .txt p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-industrial .txt p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .inner-industrial .industrial ul {
        margin: 0 -20px;
    }
    .inner-industrial .industrial ul li {
        padding: 0 20px;
    }
}

.inner-industrial .industrial ul {
    font-size: 0;
}

.inner-industrial .industrial ul li {
    font-size: 14px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.inner-industrial .industrial .itempack {
    position: relative;
    margin-top: 40px;
    color: #fff;
}

@media (max-width: 1199px) {
    .inner-industrial .industrial .itempack {
        margin-top: 30px;
        color: #333;
    }
}

@media (max-width: 767px) {
    .inner-industrial .industrial .itempack {
        margin-top: 15px;
    }
}

.inner-industrial .industrial .itempack .img-size {
    padding-bottom: 63.41463415%;
}

.inner-industrial .industrial .itempack .desc {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    width: 100%;
    padding: 0 30px;
}

@media (max-width: 1199px) {
    .inner-industrial .industrial .itempack .desc {
        display: none;
    }
}

.inner-industrial .industrial .itempack .desc h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
}

.inner-industrial .industrial .itempack .mask {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10% 5% 0 5%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    background-color: rgba(231, 15, 20, 0.6);
}

@media (max-width: 1199px) {
    .inner-industrial .industrial .itempack .mask {
        position: relative;
        padding: 20px 0 0 0;
        opacity: 1;
        background: none;
    }
}

.inner-industrial .industrial .itempack .mask h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .inner-industrial .industrial .itempack .mask h3 {
        font-size: 26px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .inner-industrial .industrial .itempack .mask h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .inner-industrial .industrial .itempack .mask h3 {
        font-size: 18px;
    }
}

.inner-industrial .industrial .itempack .mask p {
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
    text-indent: 2em;
}

@media (max-width: 1199px) {
    .inner-industrial .industrial .itempack .mask p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-industrial .industrial .itempack .mask p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .inner-industrial .industrial .itempack .mask p {
        font-size: 13px;
        line-height: 22px;
    }
}

.inner-industrial .industrial .itempack:hover .mask {
    opacity: 1;
}

.inner-industrial .industrial .itempack:hover .mask h3,
.inner-industrial .industrial .itempack:hover .mask p {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.inner-industrial .industrial .itempack:hover .desc {
    opacity: 0;
}

.inner-industrial .industrial-dot {
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .inner-industrial .industrial-dot {
        margin-top: 30px;
    }
}

.inner-future {
    color: #fff;
    background-color: #2153a8;
}

.inner-future .title-wrap h2 {
    color: #fff;
}

.inner-future .title-wrap h3 {
    color: rgba(255, 255, 255, 0.07);
}

.inner-future .txt {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .inner-future .txt {
        margin-top: 20px;
    }
}

.inner-future .txt p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-future .txt p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-future .txt p {
        font-size: 16px;
    }
}

.inner-future .future {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .inner-future .future {
        margin-top: 30px;
    }
}

.inner-future .future img {
    max-width: 100%;
}

.inner-future .future .img1 {
    width: 100%;
}

.inner-future .future .img2 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .inner-distribution {
        padding-bottom: 300px;
    }
}

.inner-distribution .distribution {
    position: relative;
    margin-top: 80px;
    text-align: center;
}

.inner-distribution .distribution img {
    max-width: 100%;
}

.inner-distribution .distribution .itempack {
    position: absolute;
}

.inner-distribution .distribution .itempack .title-itempack {
    padding-left: 30px;
    cursor: pointer;
}

.inner-distribution .distribution .itempack .title-itempack h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack .title-itempack h3 {
        font-size: 16px;
    }
}

.inner-distribution .distribution .itempack .title-itempack h3 .icon {
    position: relative;
    display: inline-block;
    -webkit-animation: scale 2s infinite;
    animation: scale 2s infinite;
    border: 8px solid rgba(231, 15, 20, 0.2);
    border-radius: 50%;
}

.inner-distribution .distribution .itempack .title-itempack h3 .icon i {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e70f14;
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack .title-itempack h3 .icon i {
        width: 14px;
        height: 14px;
    }
}

.inner-distribution .distribution .itempack.active .list {
    display: block;
}

.inner-distribution .distribution .itempack .list {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -500px;
    display: none;
    width: 500px;
    padding: 30px 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}

@media (max-width: 1470px) {
    .inner-distribution .distribution .itempack .list {
        left: -400px;
        width: 400px;
        padding: 20px 10px;
    }
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack .list {
        left: -300px;
        width: 300px;
    }
}

@media (max-width: 767px) {
    .inner-distribution .distribution .itempack .list {
        top: 200%;
        right: 0;
        left: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.inner-distribution .distribution .itempack .list:before {
    position: absolute;
    top: 50%;
    right: -14px;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 14px 0 14px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.inner-distribution .distribution .itempack .list ul {
    /* overflow-y: auto; */
    /* max-height: 650px; */
    border-top: 1px solid #f0f0f0;
}

@media (max-width: 1470px) {
    .inner-distribution .distribution .itempack .list ul {
        max-height: 500px;
    }
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack .list ul {
        max-height: 300px;
    }
}

.inner-distribution .distribution .itempack .list ul::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}

.inner-distribution .distribution .itempack .list ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.inner-distribution .distribution .itempack .list ul::-webkit-scrollbar-thumb {
    background-color: #e70f14;
}

.inner-distribution .distribution .itempack .list ul li {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 1470px) {
    .inner-distribution .distribution .itempack .list ul li {
        padding: 20px 0;
    }
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack .list ul li {
        padding: 10px 0;
    }
}

.inner-distribution .distribution .itempack .list .item {
    font-size: 0;
    text-align: left;
}

.inner-distribution .distribution .itempack .list .item .img,
.inner-distribution .distribution .itempack .list .item .note {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.inner-distribution .distribution .itempack .list .item .img {
    width: 150px;
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack .list .item .img {
        width: 100px;
    }
}

.inner-distribution .distribution .itempack .list .item .img .img-size {
    padding-bottom: 66.66666667%;
}

.inner-distribution .distribution .itempack .list .item .note {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-left: 20px;
}

@media (max-width: 1470px) {
    .inner-distribution .distribution .itempack .list .item .note {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack .list .item .note {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
}

.inner-distribution .distribution .itempack .list .item .note h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1470px) {
    .inner-distribution .distribution .itempack .list .item .note h4 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack .list .item .note h4 {
        font-size: 16px;
    }
}

.inner-distribution .distribution .itempack .list .item .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 1470px) {
    .inner-distribution .distribution .itempack .list .item .note p {
        line-height: 26px;
    }
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack .list .item .note p {
        font-size: 14px;
        line-height: 22px;
    }
}

.inner-distribution .distribution .itempack-china {
    top: 42%;
    right: 15%;
}

@media (max-width: 1470px) {
    .inner-distribution .distribution .itempack-china {
        top: 40%;
        right: 12%;
    }
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack-china {
        top: 38%;
        right: 10%;
    }
}

.inner-distribution .distribution .itempack-america {
    top: 36%;
    left: 16%;
}

@media (max-width: 1470px) {
    .inner-distribution .distribution .itempack-america {
        top: 36%;
        left: 12%;
    }
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack-america {
        top: 34%;
        left: 8%;
    }
}

.inner-distribution .distribution .itempack-america .title-itempack {
    padding-right: 30px;
    padding-left: 0;
}

.inner-distribution .distribution .itempack-america .list {
    right: -500px;
    left: auto;
}

@media (max-width: 1470px) {
    .inner-distribution .distribution .itempack-america .list {
        right: -400px;
    }
}

@media (max-width: 1199px) {
    .inner-distribution .distribution .itempack-america .list {
        right: -300px;
    }
}

@media (max-width: 767px) {
    .inner-distribution .distribution .itempack-america .list {
        top: 200%;
        right: auto;
        left: auto;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.inner-distribution .distribution .itempack-america .list:before {
    right: auto;
    left: -14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.inner-application {
    padding-bottom: 0;
    background-color: #fff;
}

.inner-application .application {
    margin-top: 90px;
}

@media (max-width: 1199px) {
    .inner-application .application {
        margin-top: 40px;
    }
}

.inner-application .application ul li:nth-child(1),
.inner-application .application ul li:nth-child(4) {
    background-color: #f7fcff;
}

@media (min-width: 768px) {
    .inner-application .application ul li:nth-child(2n) .img {
        left: 50%;
    }
    .inner-application .application ul li:nth-child(2n) .desc {
        right: 50%;
    }
}

.inner-application .application .itempack {
    font-size: 0;
}

.inner-application .application .itempack .img,
.inner-application .application .itempack .desc {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .inner-application .application .itempack .img,
    .inner-application .application .itempack .desc {
        display: block;
        width: 100%;
    }
}

.inner-application .application .itempack .img {
    overflow: hidden;
}

.inner-application .application .itempack .img img {
    max-width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-application .application .itempack .desc {
    padding: 20px 8%;
}

@media (max-width: 1470px) {
    .inner-application .application .itempack .desc {
        padding: 20px 3%;
    }
}

.inner-application .application .itempack .desc .title-application {
    position: relative;
    min-height: 110px;
    padding-right: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

@media (max-width: 1470px) {
    .inner-application .application .itempack .desc .title-application {
        min-height: 90px;
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .inner-application .application .itempack .desc .title-application {
        min-height: 70px;
        padding-right: 70px;
    }
}

@media (max-width: 767px) {
    .inner-application .application .itempack .desc .title-application {
        min-height: 60px;
    }
}

.inner-application .application .itempack .desc .title-application .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

@media (max-width: 1470px) {
    .inner-application .application .itempack .desc .title-application .icon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 991px) {
    .inner-application .application .itempack .desc .title-application .icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .inner-application .application .itempack .desc .title-application .icon {
        width: 50px;
        height: 50px;
    }
}

.inner-application .application .itempack .desc .title-application .icon img {
    width: 100%;
}

.inner-application .application .itempack .desc .title-application h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
}

@media (max-width: 1470px) {
    .inner-application .application .itempack .desc .title-application h3 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .inner-application .application .itempack .desc .title-application h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .inner-application .application .itempack .desc .title-application h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

.inner-application .application .itempack .desc .title-application h3:after {
    display: block;
    content: "~~~";
    color: #e70f14;
}

.inner-application .application .itempack .desc .txt {
    margin-top: 40px;
    color: #666;
}

@media (max-width: 1470px) {
    .inner-application .application .itempack .desc .txt {
        margin-top: 20px;
    }
}

.inner-application .application .itempack .desc .txt p {
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
    text-indent: 2em;
}

@media (max-width: 1470px) {
    .inner-application .application .itempack .desc .txt p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1350px) {
    .inner-application .application .itempack .desc .txt p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .inner-application .application .itempack .desc .txt p {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-application .application .itempack:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-application .application .itempack:hover .desc h3 {
    color: #e70f14;
}

.page {
    padding-top: 70px;
    text-align: center;
}

@media (max-width: 991px) {
    .page {
        padding-top: 40px;
    }
}

.page a {
    font-size: 16px;
    line-height: 30px;
    line-height: 70px;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 10px;
    padding: 0 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: top;
    color: #aaa;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 991px) {
    .page a {
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .page a {
        line-height: 34px;
        width: 34px;
        height: 34px;
        margin: 0 4px;
    }
}

.page a.prev:before,
.page a.next:before {
    font-family: "iconfont" !important;
    font-size: 20px;
    content: "\e601";
}

@media (max-width: 767px) {
    .page a.prev:before,
    .page a.next:before {
        font-size: 16px;
    }
}

.page a.next:before {
    content: "\e827";
}

.page a:hover,
.page a.active {
    color: #fff;
    background-color: #e70f14;
}

.lazy {
    background-repeat: no-repeat;
    background-position: center;
}

.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100% !important;
    max-height: 80% !important;
    margin: 0;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.nicescroll-rails {
    position: relative !important;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .nicescroll-rails {
        margin-top: 30px;
    }
}

.nicescroll-rails:before {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    content: "";
    background: #e9e9ea;
}

.nicescroll-cursors {
    border: none !important;
}

.nicescroll-cursors::before {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    display: block;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    width: 100%;
    height: 8px;
    content: "";
    background: #e70f14;
}

.nicescroll-cursors::after {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 64px;
    height: 70px;
    content: "";
    background: url(../images/scroll.png) no-repeat;
}

body>canvas#dot-canvas {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

@media (max-width: 1199px) {
    body>canvas#dot-canvas {
        display: none;
    }
}
.inner-join .message
{
    position: fixed;
    z-index: 11;
    top: 5%;
    left: 0;

    display: none;
    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}
@media (max-width: 991px)
{
    .inner-join .message
    {
        padding: 20px;
    }
}
.inner-join .message .messageinfo
{
    position: relative;

    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10% 30px 10%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-join .message .messageinfo
    {
        padding: 0 15px 15px 15px;
    }
}
.inner-join .message form
{
    overflow: hidden;
}
.inner-join .message .col-xs-12
{
    margin-top: 6px;
}
.inner-join .message form
{
    margin-top: 30px;
}
.inner-join .message .title-message
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.inner-join .message .title-message h3
{
    font-size: 20px;
    line-height: 2;

    display: block;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-join .message .title-message h3
    {
        font-size: 18px;
    }
}
.inner-join .message .title-message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    float: right;

    width: 42px;
    height: 42px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
    border-radius: 50%;
    background-color: #fff;
}
.inner-join .message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;

    display: block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.inner-join .message .title-message .m-close:hover
{
    color: #fff;
    background-color: #e70f14;
}
.inner-join .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .inner-join .message .item
    {
        padding-left: 90px;
    }
}
.inner-join .message p
{
    font-size: 16px;
    line-height: 48px;

    position: absolute;
    top: 0;
    left: 0;

    width: 110px;
    margin: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .inner-join .message p
    {
        font-size: 14px;

        width: 70px;
    }
}
.inner-join .message input,
.inner-join .message textarea,
.inner-join .message select
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.inner-join .message .radio
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-join .message .radio
    {
        font-size: 15px;
    }
}
.inner-join .message .radio input[type='radio']
{
    position: absolute;

    opacity: 0;
}
.inner-join .message .radio input[type='radio'] + .radio-label:before
{
    position: relative;
    top: 6px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 1em;

    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    text-align: center;
    vertical-align: top;

    border: 1px solid #b4b4b4;
    border-radius: 100%;
    background: #f4f4f4;
}
.inner-join .message .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #135494;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.inner-join .message .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #3197ee;
    outline: none;
}
.inner-join .message .radio input[type='radio'] + .radio-label:empty:before
{
    margin-right: 0;
}
.inner-join .message .item-1
{
    padding-left: 0;

    text-align: center;
}
.inner-join .message .btn
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    margin-top: 20px;
    padding: 0 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #e70f14;
}
@media (max-width: 1560px)
{
    .inner-join .message .btn
    {
        font-size: 16px;
    }
}
.inner-join .message .btn.reset
{
    margin-right: 100px;

    color: #333;
    background-color: #e70f14;
}
@media (max-width: 991px)
{
    .inner-join .message .btn.reset
    {
        margin-right: 20px;
    }
}
.inner-join .message .btn:hover
{
    background-color: #e70f14;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}
button{
	outline: none;
}
green{
	color: green!important;
}
green span,
green am{
	color: green!important;
}
.fluid_controls_container{
	display: none!important;
}
.inner-hotline
{
    overflow: hidden;

    margin-top: 80px;
    padding: 110px 0;

    color: #fff;
}
@media (max-width: 1470px)
{
    .inner-hotline
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .inner-hotline
    {
        padding: 50px 0;
    }
}
.inner-hotline .title-hotline
{
    display: inline-block;
}
.inner-hotline .title-hotline h3
{
    font-family: 'Tungsten';
    font-size: 64px;
    line-height: 64px;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: rgba(255, 255, 255, .2);
}
@media (max-width: 1470px)
{
    .inner-hotline .title-hotline h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1350px)
{
    .inner-hotline .title-hotline h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .inner-hotline .title-hotline h3
    {
        font-size: 30px;
    }
}
.inner-hotline .title-hotline h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 64px;

    margin: 0;
    margin-top: -68px;

    color: #fff;
}
@media (max-width: 1470px)
{
    .inner-hotline .title-hotline h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-hotline .title-hotline h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .inner-hotline .title-hotline h2
    {
        font-size: 22px;
    }
}
.inner-hotline .txt
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .inner-hotline .txt
    {
        display: block;
        float: none;
    }
}
.inner-hotline .txt p
{
    font-size: 24px;
    line-height: 30px;

    display: inline-block;

    margin: 10px 0;
    margin-left: 20px;
}
@media (max-width: 1470px)
{
    .inner-hotline .txt p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-hotline .txt p
    {
        font-size: 18px;

        display: block;

        margin-left: 0;
    }
}
.inner-hotline .txt .icon,
.inner-hotline .txt span
{
    display: inline-block;

    vertical-align: middle;
}
.inner-hotline .txt .icon
{
    font-size: 24px;
    line-height: 50px;

    width: 50px;
    height: 50px;
    margin-right: 10px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .inner-hotline .txt .icon
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}

#c_n10,
#c_n11,
#c_n2{
  position: fixed;
  pointer-events: none;
  z-index: 99 !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  
}

 @media (max-width: 1199px) {
	 #c_n10,
	 #c_n11{
		    display: none;
	 }
 
  }
  
  .amap-icon img{
	  width:30px;
  }
@media (max-width:1710px) {
	.inner-culture .culture .itempack p { font-size: 18px; }
}
@media (max-width:1550px) {
	.inner-culture .culture .itempack { padding: 100px 4%; }
}
@media (max-width:1425px) {
	.inner-culture .culture .itempack p { font-size: 16px; }
}
@media (max-width:1280px) {
	.inner-culture .culture .itempack p { font-size: 14px; }
}
@media (max-width:1055px) {
	.inner-culture .culture .itempack p { font-size: 13px; }
}
@media (max-width:768px) {
	.inner-culture .culture .itempack p { font-size: 16px; }
	.inner-culture .culture ul > li { width:100%; padding:0 15px; }
}


.about-video-hidden {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	display:none;
	z-index:999;
	opacity:0;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.about-video-hidden.active {
	opacity:1;
}
.about-video-hidden video {
	width:60%;
	margin-left:20%;
	margin-top:7%;
}
.about-video-hidden p {
	position:absolute;
	top:7%;
	right:15%;
	color:#fff;
	font-size:30px;
	cursor:pointer;
}
