/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Sverige Script Demo';
    font-weight: normal;
    font-style: italic;

    src: url('../fonts/SverigeScriptDemo.eot');
    src: local('Sverige Script Demo'), local('SverigeScriptDemo'), url('../fonts/SverigeScriptDemo.eot?#iefix') format('embedded-opentype'), url('../fonts/SverigeScriptDemo.woff2') format('woff2'), url('../fonts/SverigeScriptDemo.woff') format('woff'), url('../fonts/SverigeScriptDemo.ttf') format('truetype'), url('../fonts/SverigeScriptDemo.svg#SverigeScriptDemo') format('svg');
    font-display: swap;
}
html,
body {
    position: relative;

    height: 100%;
}
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slick-arrow {
    font-size: 20px;
    line-height: 66px;

    position: absolute;
    z-index: 7;

    width: 70px;
    height: 70px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #00468e;
    border: 2px solid #00468e;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px) {
    .slick-arrow {
        line-height: 46px;

        width: 50px;
        height: 50px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e670';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    color: #799cc0;
    border-color: #799cc0;
}
.header {
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 90px;
    padding: 0 3%;

    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: right;

    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}
@media (max-width: 1470px) {
    .header {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .header {
        height: 80px;
    }
}
.header .google_translate {
    display: inline-block;

    width: 110px;
    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .google_translate {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
    }
}
.header .google_translate .goog-te-gadget-simple {
    border: none;
}
.header .logo {
    display: inline-block;
    float: left;
    overflow: hidden;

    height: 50px;
    margin-top: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: left;
}
@media (max-width: 1470px) {
    .header .logo {
        height: 40px;
        margin-top: 25px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .header .logo {
        height: 30px;
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        height: 70px;
        margin-top: 0;
        padding-top: 15px;
    }
}
.header .logo a {
    display: inline-block;

    height: 100%;
    margin-right: 30px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .header .logo a {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .header .logo a {
        display: block;

        height: 30px;
    }
    .header .logo a:nth-child(2) {
        height: 20px;
    }
}
.header .logo img {
    height: 100%;
}
.header .pc-search {
    position: relative;

    display: inline-block;

    width: 230px;

    vertical-align: middle;

    border-bottom: 1px solid #dedede;
}
@media (max-width: 1470px) {
    .header .pc-search {
        width: 230px;
    }
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search input {
    line-height: 30px;

    width: 100%;
    padding: 10px 60px 10px 10px;

    outline: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: #888;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: #888;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: #888;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: #888;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search .submit {
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    padding: 0;
    outline: none;

    background: none;
    box-shadow: none;
}
.header .pc-search .submit:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e642';
}
.header .language {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .language {
        position: absolute;
        top: 0;
        right: 120px;
    }
}
.header .language a {
    font-size: 18px;
    line-height: 90px;

    display: inline-block;

    padding: 0 10px;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .language a {
        font-size: 16px;
        line-height: 80px;
    }
}
@media (max-width: 767px) {
    .header .language a {
        line-height: 30px;

        padding: 0 5px;
    }
}
.header .cart {
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .cart {
        margin-top: 20px;
        margin-left: 0;
    }
}
.header .cart a {
    line-height: 90px;

    position: relative;

    display: inline-block;

    padding: 0 10px;

    text-align: center;
}
@media (max-width: 1199px) {
    .header .cart a {
        line-height: 80px;
    }
}
@media (max-width: 767px) {
    .header .cart a {
        line-height: 60px;
    }
}
.header .cart a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e646';
}
.header .cart a span {
    font-size: 12px;
    line-height: 15px;

    position: absolute;
    top: 24px;
    right: 0;

    width: 15px;
    height: 15px;

    color: #fff;
    border-radius: 50%;
    background-color: #00468e;
}
@media (max-width: 1199px) {
    .header .cart a span {
        top: 20px;
    }
}
.header .find {
    font-size: 18px;

    display: inline-block;
    display: none;

    width: 30px;
    margin-left: 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 80px;

        display: inline-block;
    }
}
@media (max-width: 767px) {
    .header .find {
        line-height: 60px;

        margin-top: 20px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 28px;

    display: inline-block;
    float: left;

    content: '\e641';
    vertical-align: middle;

    color: #333;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1199px) {
    .header .find:before {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .header .find:before {
        font-size: 20px;
    }
}
.header .find:hover:before {
    color: #00468e;
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 80%;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .search-wrap {
        top: 100%;
    }
}
.header .search-wrap .search-box {
    position: relative;
}
.header .search-wrap input {
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #799cc0;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e641';
}
.header .btn-menu {
    font-size: 18px;

    display: inline-block;

    margin-left: 30px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .header .btn-menu {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .header .btn-menu {
        font-size: 14px;

        margin-top: 20px;
        margin-left: 0;
    }
}
.header .btn-menu:after {
    display: inline-block;
    float: right;

    width: 27px;
    height: 13px;
    margin-top: 4px;
    margin-left: 4px;

    content: '';

    background: url(../images/menu.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .header .btn-menu:after {
        width: 20px;
        height: 10px;
    }
}
.header .menu-wrap {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding-left: 60%;

    text-align: left;

    background-color: rgba(0, 0, 0, .64);
}
@media (max-width: 1199px) {
    .header .menu-wrap {
        padding-left: 50%;
    }
}
@media (max-width: 991px) {
    .header .menu-wrap {
        padding-left: 35%;
    }
}
@media (max-width: 767px) {
    .header .menu-wrap {
        padding-left: 0;
    }
}
.header .menu-wrap .menu-info {
    position: relative;

    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 30px 12%;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .header .menu-wrap .menu-info {
        padding: 10px 5%;
    }
}
.header .menu-wrap .menu-info:before,
.header .menu-wrap .menu-info:after {
    position: absolute;

    display: block;

    width: 448px;
    height: 458px;

    content: '';
    -webkit-animation: brorate 10s linear infinite;
    animation: brorate 10s linear infinite;

    background: url(../images/menu-chilun.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .header .menu-wrap .menu-info:before,
    .header .menu-wrap .menu-info:after {
        width: 200px;
        height: 200px;
    }
}
.header .menu-wrap .menu-info:before {
    top: -200px;
    left: -200px;
}
@media (max-width: 767px) {
    .header .menu-wrap .menu-info:before {
        top: -100px;
        left: -100px;
    }
}
.header .menu-wrap .menu-info:after {
    right: -250px;
    bottom: -250px;
}
@media (max-width: 767px) {
    .header .menu-wrap .menu-info:after {
        right: -100px;
        bottom: -100px;
    }
}
.header .menu-wrap .close-menu {
    font-size: 24px;

    cursor: pointer;
    text-align: right;
}
@media (max-width: 1199px) {
    .header .menu-wrap .close-menu {
        font-size: 20px;
    }
}
.header .menu-wrap .close-menu:before {
    font-family: 'iconfont' !important;

    content: '\e664';
}
.header .menu-wrap .menu-nav {
    position: relative;
}
@media (max-width: 1199px) {
    .header .menu-wrap .menu-nav {
        overflow-y: auto;
    }
}
.header .menu-wrap .menu-nav .menu-level1 {
    width: 50%;
}
@media (max-width: 1199px) {
    .header .menu-wrap .menu-nav .menu-level1 {
        width: 100%;
    }
}
.header .menu-wrap .menu-nav .menu-level1>li>a {
    font-size: 22px;
    line-height: 30px;

    display: block;

    padding: 15px 30px;

    text-transform: capitalize;
}
@media (max-width: 1470px) {
    .header .menu-wrap .menu-nav .menu-level1>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .header .menu-wrap .menu-nav .menu-level1>li>a {
        font-size: 18px;

        padding: 10px 15px;
    }
}
@media (max-width: 991px) {
    .header .menu-wrap .menu-nav .menu-level1>li>a {
        font-size: 16px;
        line-height: 24px;

        padding: 5px 10px;
    }
}
.header .menu-wrap .menu-nav .menu-level1>li:hover>a,
.header .menu-wrap .menu-nav .menu-level1>li.active>a {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 70, 142, .78)), to(#fff));
    background-image: -webkit-linear-gradient(left, rgba(0, 70, 142, .78), #fff);
    background-image: linear-gradient(to right, rgba(0, 70, 142, .78), #fff);
}
.header .menu-wrap .menu-nav .menu-level1>li .menu-level2 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;

    display: none;

    width: 50%;
    padding: 20px 5%;
}
@media (max-width: 1199px) {
    .header .menu-wrap .menu-nav .menu-level1>li .menu-level2 {
        position: relative;
        left: 0;

        display: block;

        width: 100%;
        padding: 6px 0 0 0;

        background-color: #f9f9f9;
    }
}
@media (max-width: 1199px) {
    .header .menu-wrap .menu-nav .menu-level1>li .menu-level2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.header .menu-wrap .menu-nav .menu-level1>li .menu-level2>li>a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 10px 0;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 1350px) {
    .header .menu-wrap .menu-nav .menu-level1>li .menu-level2>li>a {
        font-size: 14px;

        padding: 6px 0;
    }
}
@media (max-width: 1199px) {
    .header .menu-wrap .menu-nav .menu-level1>li .menu-level2>li>a {
        padding: 0 10px;
    }
    .header .menu-wrap .menu-nav .menu-level1>li .menu-level2>li>a:before {
        margin-right: 4px;

        content: '-';
    }
}
@media (max-width: 767px) {
    .header .menu-wrap .menu-nav .menu-level1>li .menu-level2>li>a {
        line-height: 24px;

        padding: 0 5px;
    }
}
.header .menu-wrap .menu-nav .menu-level1>li .menu-level2>li:hover>a,
.header .menu-wrap .menu-nav .menu-level1>li .menu-level2>li.active>a {
    text-decoration: underline;

    color: #00468e;
}
.header .menu-wrap .menu-nav .menu-level1>li.active .menu-level2 {
    display: block;
}
.header .menu-wrap .share {
    display: inline-block;

    max-width: 330px;
    padding-top: 16px;

    border-top: 1px solid #bdc5d4;
}
@media (max-width: 991px) {
    .header .menu-wrap .share {
        display: block;
        float: none;

        text-align: center;
    }
}
@media (max-width: 767px) {
    .header .menu-wrap .share {
        margin-top: 10px;
    }
}
.header .menu-wrap .share p {
    font-size: 16px;
    line-height: 24px;
}
.header .menu-wrap .share ul li {
    display: inline-block;
}
.header .menu-wrap .share ul li:after {
    font-size: 14px;

    content: '|';

    color: #c7c7c7;
}
.header .menu-wrap .share ul li:last-child:after {
    display: none;
}
.header .menu-wrap .share ul li a {
    font-size: 20px;
    line-height: 32px;

    display: inline-block;

    width: 32px;
    height: 32px;
    margin: 0 2px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
}
.header .menu-wrap .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e6d9';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}
.header .menu-wrap .share ul li.twitter a:before {
    content: '\e687';
}
.header .menu-wrap .share ul li.linkedin a:before {
    content: '\e890';
}
.header .menu-wrap .share ul li.instagram a:before {
    content: '\e6b6';
}
.header .menu-wrap .share ul li.youtube a:before {
    content: '\e618';
}
.header .menu-wrap .share ul li.google a:before {
    content: '\e60c';
}
.header .menu-wrap .share ul li.amazon a:before {
    content: '\e6c1';
}
.header .menu-wrap .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    background-color: #fff;
}
.header .menu-wrap.menuactive .menu-info {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.header-index {
    position: fixed;
    top: 0;

    width: 100%;
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    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;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@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 .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

    color: #898989;
}
.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;
    left: 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: 8;
    top: 50%;
    left: 0;

    -webkit-transition: left .3s;
    transition: left .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        left: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        left: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 5px 0;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #444;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .66);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .online a:before {
    font-size: 24px;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        color: #fff;
        background-color: #00468e;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .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 .3s;
    transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #799cc0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-left: 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;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        left: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e65c';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e66f';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e688';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e766';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e6be';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e614';
}
.xs-online {
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #333;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid rgba(0, 0, 0, .9);
    border-left: 1px solid rgba(255, 255, 255, .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.product>a:before {
    content: '\e6dc';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.tel>a:before {
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.feedback>a:before {
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.wechat {
    position: relative;
}
.xs-online ul li.wechat>a:before {
    content: '\e604';
}
.xs-online ul li.wechat img {
    position: absolute;
    bottom: 55px;
    left: 0;

    display: none;

    width: 100%;
    height: auto;
}
.xs-online ul li.wechat:hover img {
    display: block;
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 80px;
    }
}
.banner img {
    display: block;
}
@media (min-width: 1200px) {
    .banner img {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px) {
    .banner img {
        width: 100%;
    }
}
.banner .slick {
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
.banner .gear-small,
.banner .gear-middle,
.banner .gear-big {
    position: absolute;
    z-index: 6;

    display: block;
}
@media (max-width: 1199px) {
    .banner .gear-small,
    .banner .gear-middle,
    .banner .gear-big {
        display: none;
    }
}
.banner .gear-small img,
.banner .gear-middle img,
.banner .gear-big img {
    display: inline-block;

    -webkit-animation: brorate 30s linear infinite;
    animation: brorate 30s linear infinite;
}
.banner .gear-middle img,
.banner .gear-big img {
    display: inline-block;

    -webkit-animation: brorate 50s linear infinite;
    animation: brorate 50s linear infinite;
}
.banner .gear-small {
    top: 15%;
    left: 3%;

    width: 142px;
}
.banner .gear-middle {
    top: 0;
    right: 350px;

    width: 253px;
}
.banner .gear-big {
    top: -20%;
    right: 0;

    width: 559px;
}
.banner .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 5%;
}
@media (max-width: 767px) {
    .banner .slick-dots {
        bottom: 5%;

        display: none;
    }
}
.banner .slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 20px;

    cursor: pointer;

    border: 4px solid #fff;
    border-radius: 50%;
    background: none;
}
.banner .slick-dots li:before {
    position: absolute;
    top: 2px;
    left: 2px;

    display: block;

    width: 14px;
    height: 14px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 480px) {
    .banner .slick-dots li {
        margin: 0 3px;
    }
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-dots li.slick-active {
    border-width: 1px;
}
.banner .slick-dots li.slick-active:before {
    opacity: 1;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
}
.banner .slick-arrow {
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    z-index: 20;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: .27;
    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    letter-spacing: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
    .banner .slick-arrow:before:hover {
        opacity: .8;
    }
}
.banner .slick-prev {
    left: 2.60416667%;
}
.banner .slick-prev:before {
    content: '\e9b5';
}
.banner .slick-next {
    right: 2.60416667%;
}
.banner .slick-next:before {
    content: '\e72f';
}
.banner-in {
    padding-top: 90px;
}
@media (max-width: 1199px) {
    .banner-in {
        padding-top: 80px;
    }
}
.banner-in img {
    width: 100%;
}
@media (min-width: 1200px) {
    .banner-in img {
        position: relative;
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px) {
    .banner-in img {
        width: 200%;
        margin-left: -50%;
    }
}
.banner-in .title-banner {
    display: inline-block;

    vertical-align: middle;
}
.banner-in .title-banner b {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px) {
    .banner-in .title-banner b {
        font-size: 26px;
    }
}
.banner-in .video-item {
    position: relative;
}
.banner-in .video-item:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 1;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;

    display: block;

    width: 50px;

    content: '\e650';
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px) {
    .banner-in .video-item:before {
        font-size: 44px;
    }
}
.banner-in .text {
    font-size: 14px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 767px) {
    .banner-in .text {
        top: auto;
        bottom: 10px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.banner-in .text .video-sort {
    display: inline-block;
}
.banner-in .text .video-sort>ul>li {
    display: inline-block;

    vertical-align: top;
}
.banner-in .text .video-sort>ul>li:after {
    font-size: 20px;
    font-weight: bold;

    display: inline-block;

    margin: 0 20px;

    content: '/';
    vertical-align: middle;
}
@media (max-width: 991px) {
    .banner-in .text .video-sort>ul>li:after {
        margin: 0 10px;
    }
}
.banner-in .text .video-sort>ul>li:last-child:after {
    display: none;
}
.banner-in .text .video-sort>ul>li a {
    font-family: 'Oswald', Arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;

    display: inline-block;

    vertical-align: middle;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .banner-in .text .video-sort>ul>li a {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .banner-in .text .video-sort>ul>li a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-in .text .video-sort>ul>li a {
        font-size: 15px;
        line-height: 30px;
    }
}
.banner-in .text .video-sort>ul>li.active a {
    color: #00468e;
}
.banner-in .text .location {
    display: inline-block;
    float: right;
}
.banner-in .text .location>ul:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e6f9';
    vertical-align: middle;
}
.banner-in .text .location>ul>li {
    display: inline-block;

    vertical-align: middle;
}
.banner-in .text .location>ul>li:after {
    font-size: 12px;

    display: inline-block;

    margin: 0 10px;

    content: '/';
    vertical-align: middle;

    color: #b4b4b4;
}
.banner-in .text .location>ul>li:last-child:after {
    display: none;
}
.banner-in .text .location>ul>li a {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .banner-in .text .location>ul>li a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .banner-in .text .location>ul>li a {
        line-height: 20px;
    }
}
.banner-in .text .location>ul>li a:hover {
    color: #00468e;
}
@-webkit-keyframes brorate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.title {
    text-align: center;
}
.title h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title h2:before,
.title h2:after {
    display: inline-block;

    width: 20px;
    height: 4px;
    margin: 0 20px;

    content: '';
    vertical-align: middle;

    background-color: #222;
}
@media (max-width: 767px) {
    .title h2:before,
    .title h2:after {
        margin: 0 10px;
    }
}
.title p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px) {
    .title p {
        font-size: 14px;
    }
}
#fp-nav {
    z-index: 8;
}
.box {
    overflow: hidden;

    padding-top: 90px;
}
@media (max-width: 1199px) {
    .box {
        padding: 40px 0;
    }
}
.section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box-category {
    height: 100%;
    padding-top: 0;
}
.box-category ul {
    font-size: 0;

    height: 100%;
}
.box-category ul li {
    font-size: 14px;

    display: inline-block;
    float: none;

    height: 100%;
    padding: 0 3%;
    padding-top: 8%;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .box-category ul li {
        padding: 0 30px;
    }
}
.box-category ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-category ul li:hover .item .number {
    color: #00468e;
}
.box-category ul li:hover .item .title-item {
    color: #00468e;
}
.box-category ul li:hover .item .mask {
    opacity: 1;
}
.box-category ul li .item .pic .img-box img {
    transition: all 1s;
}
.box-category ul li:hover .item .pic .img-box img {
    transform: scale(1.1);
}
.box-category .item {
    position: relative;

    padding: 30px 0 30%;

    text-align: center;
}
@media (max-width: 1199px) {
    .box-category .item {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .box-category .item {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .box-category .item .number {
        display: none;
    }
}
.box-category .item .number span {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;
}
.box-category .item .number span:before,
.box-category .item .number span:after {
    display: inline-block;

    width: 14px;
    height: 2px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background-color: #222;
}
.box-category .item .title-item {
    margin-top: 30px;
    padding: 0 12%;
}
@media (max-width: 1470px) {
    .box-category .item .title-item {
        margin-top: 20px;
        padding: 0 5%;
    }
}
@media (max-width: 767px) {
    .box-category .item .title-item {
        padding: 0;
    }
}
.box-category .item .title-item h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.21428571;

    margin: 0;
}
@media (max-width: 1470px) {
    .box-category .item .title-item h3 {
        font-size: 24px;
    }
}
@media (max-width: 1350px) {
    .box-category .item .title-item h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .box-category .item .title-item h3 {
        font-size: 18px;
        line-height: 24px;

        height: 48px;
    }
}
@media (max-width: 767px) {
    .box-category .item .title-item h3 {
        font-size: 16px;
    }
}
.box-category .item .pic {
    margin-top: 20%;
}
@media (max-width: 1199px) {
    .box-category .item .pic {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .box-category .item .pic {
        margin: 0;
    }
}
.box-category .item .pic .img-box {
    padding-bottom: 70.83333333%;
}
.box-category .item .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding-top: 30px;

    -webkit-transition: all .4s;
    transition: all .4s;

    opacity: 0;
    /* background-color: #fff; */
}
@media (max-width: 1199px) {
    .box-category .item .mask {
        position: relative;

        padding-top: 0;

        opacity: 1;
        background: none;
    }
    .box-category .item .mask .number {
        display: none;
    }
    .box-category .item .mask .title-item {
        display: none;
    }
}
.box-category .item .mask .category-nav {
    overflow: hidden;

    max-height: 304px;
    margin-top: 30px;
    padding: 0 10%;

    text-align: left;
}
@media (max-width: 1470px) {
    .box-category .item .mask .category-nav {
        padding: 0 8%;
    }
}
@media (max-width: 1350px) {
    .box-category .item .mask .category-nav {
        max-height: 272px;
        margin-top: 14px;
    }
}
@media (max-width: 1199px) {
    .box-category .item .mask .category-nav {
        max-height: 180px;
        margin-top: 0;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .box-category .item .mask .category-nav {
        max-height: 96px;
    }
}
.box-category .item .mask .category-nav a {
    font-size: 16px;
    line-height: 32px;

    position: relative;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 6px 0;
    padding: 0 22px;

    -webkit-transition: all .5s;
    transition: all .5s;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .box-category .item .mask .category-nav a {
        font-size: 14px;
        line-height: 28px;

        height: 28px;
    }
}
@media (max-width: 1199px) {
    .box-category .item .mask .category-nav a {
        line-height: 24px;

        height: 24px;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .box-category .item .mask .category-nav a {
        margin: 0;
    }
}
.box-category .item .mask .category-nav a:before {
    position: absolute;
    left: 0;

    display: inline-block;

    width: 22px;
    height: 22px;
    margin-top: 6px;

    content: '';

    opacity: 0;
    background: url(../images/dot-1.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-category .item .mask .category-nav a:before {
        display: none;
    }
}
.box-category .item .mask .category-nav a:hover {
    font-weight: bold;

    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);

    color: #00468e;
}
.box-category .item .mask .category-nav a:hover:before {
    opacity: 1;
}
.box-category .item .mask .more {
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: rgba(0, 70, 142, .38);
}
@media (max-width: 1199px) {
    .box-category .item .mask .more {
        position: relative;

        margin-top: 14px;
    }
}
.box-category .item .mask .more a {
    font-size: 18px;
    line-height: 50px;

    display: block;
}
@media (max-width: 1470px) {
    .box-category .item .mask .more a {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .box-category .item .mask .more a {
        line-height: 40px;
    }
}
.box-category .item .mask .more:hover {
    background-color: #00468e;
}
.section-about {
    position: relative;

    background-position: top center;
}
.section-about:before {
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(49, 124, 251, .2);
}
.box-about {
    position: relative;
    z-index: 2;

    color: #fff;
}
.box-about .title h2:before,
.box-about .title h2:after {
    background-color: #fff;
}
.box-about .about {
    text-align: center;
}
.box-about .about .text {
    display: -webkit-box;
    overflow: hidden;

    max-height: 112px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1350px) {
    .box-about .about .text {
        max-height: 96px;
    }
}
@media (max-width: 1199px) {
    .box-about .about .text {
        margin-top: 20px;
    }
}
.box-about .about .text p {
    font-size: 20px;
    line-height: 28px;

    margin: 0;
}
@media (max-width: 1350px) {
    .box-about .about .text p {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 1199px) {
    .box-about .about .text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-about .about .text p {
        font-size: 14px;
    }
}
.box-about .number,
.box-about .number ul {
    position: relative;
}
.box-about .number:before,
.box-about .number ul:before,
.box-about .number:after,
.box-about .number ul:after {
    position: absolute;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.box-about .number {
    margin-top: 40px;

    background: url(../images/number_bg.png) no-repeat top center;
    background-size: cover;
}
.box-about .number:before {
    top: 0;
    left: 0;
}
.box-about .number:after {
    top: 0;
    right: 0;

    border-right: 2px solid #fff;
    border-left: none;
}
.box-about .number ul {
    overflow: hidden;

    margin: 0;
}
.box-about .number ul:before {
    bottom: 0;
    left: 0;

    border-top: none;
    border-bottom: 2px solid #fff;
}
.box-about .number ul:after {
    right: 0;
    bottom: 0;

    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.box-about .number ul li {
    position: relative;

    padding: 0;
}
.box-about .number ul li:before {
    top: 0;
}
.box-about .number ul li:after {
    top: 0;
}
.box-about .number ul li:last-child:before,
.box-about .number ul li:last-child:after {
    display: none;
}
.box-about .number ul li:last-child .item:before,
.box-about .number ul li:last-child .item:after {
    display: none;
}
.box-about .number ul li,
.box-about .number .item {
    position: relative;
}
.box-about .number ul li:before,
.box-about .number .item:before {
    position: absolute;
    right: -8px;

    display: block;

    width: 16px;
    height: 2px;

    content: '';

    background-color: #fff;
}
.box-about .number ul li:after,
.box-about .number .item:after {
    position: absolute;
    right: -1px;

    display: block;

    width: 2px;
    height: 16px;

    content: '';

    background-color: #fff;
}
.box-about .number .item {
    position: relative;
}
.box-about .number .item:before {
    bottom: 0;
}
.box-about .number .item:after {
    bottom: 0;
}
.box-about .number .item b {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.5;
}
@media (max-width: 1350px) {
    .box-about .number .item b {
        font-size: 48px;
    }
}
@media (max-width: 991px) {
    .box-about .number .item b {
        font-size: 30px;
    }
}
.box-about .number .item p {
    font-size: 18px;
    line-height: 1.44444444;

    max-width: 220px;
    margin: 0 auto;
}
@media (max-width: 1350px) {
    .box-about .number .item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-about .number .item p {
        font-size: 14px;

        padding: 0 10px;
    }
}
.box-about .more {
    margin-top: 6%;

    text-align: center;
}
@media (max-width: 1350px) {
    .box-about .more {
        margin-top: 3%;
    }
}
@media (max-width: 1199px) {
    .box-about .more {
        margin-top: 30px;
    }
}
.box-about .more a {
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;

    display: inline-block;

    padding: 0 30px;

    color: #00468e;
    background-color: #fff;
}
@media (max-width: 991px) {
    .box-about .more a {
        font-size: 16px;
    }
}
.box-about .vrmore {
    margin-top: 4%;

    text-align: center;
}
@media (max-width: 1350px) {
    .box-about .vrmore {
        margin-top: 2%;
    }
}
@media (max-width: 1199px) {
    .box-about .vrmore {
        margin-top: 30px;
    }
}
.box-about .vrmore a {
    display: inline-block;
}
.box-about .vrmore a .icon {
    font-size: 80px;
    line-height: 1;
}
@media (max-width: 1199px) {
    .box-about .vrmore a .icon {
        font-size: 60px;
    }
}
.box-choose .choose {
    margin-top: 40px;
}
@media (max-width: 1350px) {
    .box-choose .choose {
        margin-top: 20px;
    }
}
.box-choose .choose ul {
    margin: 0;
}
.box-choose .choose ul li {
    padding: 0;
}
.box-choose .choose ul li:nth-child(2n) .pic {
    top: -50%;
}
.box-choose .choose ul li:nth-child(2n) .text {
    top: 50%;
}
.box-choose .choose .item {
    position: relative;

    background-color: #fff;
    display: block;
}
.box-choose .choose .item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    border: 4px solid #00468e;
}
.box-choose .choose .item .pic,
.box-choose .choose .item .text {
    position: relative;
}
.box-choose .choose .item .pic .img-box {
    padding-bottom: 74.28571429%;
}
.box-choose .choose .item .pic .img-box img {
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}
.box-choose .choose .item .text {
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .box-choose .choose .item .text {
        padding: 0 15px;
    }
}
.box-choose .choose .item .text .item-top {
    padding-top: 30px;
}
@media (max-width: 1199px) {
    .box-choose .choose .item .text .item-top {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item .text .item-top {
        padding-top: 10px;
    }
}
.box-choose .choose .item .text .item-top .icon {
    font-size: 40px;
    line-height: 40px;

    display: inline-block;
}
@media (max-width: 1199px) {
    .box-choose .choose .item .text .item-top .icon {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item .text .item-top .icon {
        font-size: 20px;
        line-height: 20px;
    }
}
.box-choose .choose .item .text .item-top .number {
    font-size: 40px;
    font-style: italic;
    line-height: 1;

    display: inline-block;
    float: right;

    color: rgba(34, 34, 34, .25);
}
@media (max-width: 1199px) {
    .box-choose .choose .item .text .item-top .number {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item .text .item-top .number {
        font-size: 20px;
    }
}
.box-choose .choose .item .text .title-item {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .box-choose .choose .item .text .title-item {
        margin: 0;
    }
}
.box-choose .choose .item .text .title-item h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px) {
    .box-choose .choose .item .text .title-item h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .box-choose .choose .item .text .title-item h3 {
        font-size: 18px;
        line-height: 24px;

        height: 24px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item .text .title-item h3 {
        font-size: 16px;
    }
}
.box-choose .choose .item .text .note {
    margin-top: 10px;
}
@media (max-width: 1350px) {
    .box-choose .choose .item .text .note {
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item .text .note {
        margin-top: 0;
    }
}
.box-choose .choose .item .text .note p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1350px) {
    .box-choose .choose .item .text .note p {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .box-choose .choose .item .text .note p {
        display: -webkit-box;
        overflow: hidden;

        height: 72px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item .text .note p {
        font-size: 12px;
        line-height: 20px;

        height: 60px;
    }
}
.box-choose .choose .item:hover:before {
    opacity: 1;
}
.box-choose .choose .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-choose .choose .item:hover .text .item-top .icon,
.box-choose .choose .item:hover .text .item-top .number {
    -webkit-animation: swing 1.5s 0s ease both;
    animation: swing 1.5s 0s ease both;
}
.box-customer .customer {
    font-size: 0;

    margin-top: 40px;
}
@media (max-width: 767px) {
    .box-customer .customer {
        margin-top: 20px;
    }
}
.box-customer .customer-logo,
.box-customer .slick-customer {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-customer .customer-logo {
    width: 120px;

    background-color: #fff;
}
@media (max-width: 991px) {
    .box-customer .customer-logo {
        width: 100%;
    }
}
.box-customer .customer-logo .slick-customer-logo {
    font-size: 0;
}
.box-customer .customer-logo .item {
    margin: 18px 0;
}
@media (max-width: 1470px) {
    .box-customer .customer-logo .item {
        margin: 15px 0;
    }
}
.box-customer .customer-logo .item .img-box {
    padding-bottom: 75%;
}
.box-customer .customer-logo .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-customer .slick-customer {
    font-size: 0;

    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 10px;
}
@media (max-width: 991px) {
    .box-customer .slick-customer {
        width: 100%;
        padding-left: 0;
    }
}
.box-customer .slick-customer .item {
    font-size: 0;
}
.box-customer .slick-customer .item .pic,
.box-customer .slick-customer .item .text {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-customer .slick-customer .item .pic {
    width: 62%;
}
@media (max-width: 1470px) {
    .box-customer .slick-customer .item .pic {
        width: 65%;
    }
}
@media (max-width: 767px) {
    .box-customer .slick-customer .item .pic {
        width: 100%;
    }
}
.box-customer .slick-customer .item .pic .img-box {
    padding-bottom: 63.75%;
}
.box-customer .slick-customer .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-customer .slick-customer .item .text {
    width: 38%;
    padding-left: 3%;
}
@media (max-width: 1470px) {
    .box-customer .slick-customer .item .text {
        width: 35%;
    }
}
@media (max-width: 767px) {
    .box-customer .slick-customer .item .text {
        width: 100%;
        padding-top: 14px;
        padding-left: 0;
    }
}
.box-customer .slick-customer .item .text .title-item {
    position: relative;

    padding-bottom: 20px;

    border-bottom: 1px solid #a0a0a0;
}
@media (max-width: 991px) {
    .box-customer .slick-customer .item .text .title-item {
        padding-bottom: 10px;
    }
}
.box-customer .slick-customer .item .text .title-item:after {
    position: absolute;
    bottom: -2px;
    left: 0;

    width: 30px;
    height: 3px;

    content: '';

    background-color: #00468e;
}
.box-customer .slick-customer .item .text .title-item .number {
    font-size: 36px;
    font-weight: bold;

    color: rgba(0, 70, 142, .33);
}
@media (max-width: 991px) {
    .box-customer .slick-customer .item .text .title-item .number {
        font-size: 30px;
    }
}
.box-customer .slick-customer .item .text .title-item h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-customer .slick-customer .item .text .title-item h3 {
        font-size: 24px;

        margin: 0;
    }
}
@media (max-width: 767px) {
    .box-customer .slick-customer .item .text .title-item h3 {
        font-size: 20px;
        line-height: 30px;

        height: 30px;
    }
}
.box-customer .slick-customer .item .text .note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.box-customer .slick-customer .item .text .note p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .box-customer .slick-customer .item .text .note p {
        font-size: 14px;
    }
}
.box-customer .slick-customer .item .text .more {
    margin-top: 20%;
}
@media (max-width: 991px) {
    .box-customer .slick-customer .item .text .more {
        margin-top: 10%;
    }
}
@media (max-width: 767px) {
    .box-customer .slick-customer .item .text .more {
        margin-top: 30px;
    }
}
.box-customer .slick-customer .item .text .more a {
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    background-color: #00468e;
}
@media (max-width: 991px) {
    .box-customer .slick-customer .item .text .more a {
        font-size: 16px;

        padding: 0 10px;
    }
}
.box-customer .slick-customer .slick-arrow {
    top: 66%;
    right: 90px;
}
@media (max-width: 1199px) {
    .box-customer .slick-customer .slick-arrow {
        top: auto;
        right: 60px;
        bottom: 0;
    }
}
.box-customer .slick-customer .slick-arrow.slick-next {
    right: 0;
}
.box-news .news {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .box-news .news {
        margin-top: 0;
    }
}
.box-news .news .slick-news {
    margin: 0 -15px;
}
.box-news .news .slick-slide {
    padding: 0 15px;
}
.box-news .news .item {
    position: relative;

    margin-top: 30px;
}
.box-news .news .item .img-box {
    padding-bottom: 115.55555556%;
}
.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .pic {
    position: relative;

    display: block;
}
.box-news .news .item .pic:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}
.box-news .news .item .text {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;

    width: 100%;
    padding: 0 20px;

    color: #fff;
}
.box-news .news .item .text .date {
    font-size: 16px;
    line-height: 30px;
}
.box-news .news .item .text .date:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 10px;

    content: '\e8b4';
}
.box-news .news .item .text h3 {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1350px) {
    .box-news .news .item .text h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-news .news .item .text h3 {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.box-news .news .item .text a.more {
    font-size: 16px;
    line-height: 40px;

    display: inline-block;
    overflow: hidden;

    height: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .box-news .news .item .text a.more {
        display: none;
    }
}
.box-news .news .item .text a.more:after {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-left: 10px;

    content: '\e64e';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.box-news .news .item:hover .pic:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 70, 142, 0)), to(#00468e));
    background-image: -webkit-linear-gradient(rgba(0, 70, 142, 0) 50%, #00468e);
    background-image: linear-gradient(rgba(0, 70, 142, 0) 50%, #00468e);
}
.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover .text h3 {
    text-decoration: underline;
}
.box-news .news .item:hover .text a.more {
    height: 40px;
}
.box-news .news .slick-arrow {
    position: absolute;
    top: 50%;
    left: -5%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .box-news .news .slick-arrow {
        left: 0;
    }
}
.box-news .news .slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 991px) {
    .box-news .news .slick-arrow.slick-next {
        right: 0;
    }
}
.box-footer {
    position: relative;

    overflow: hidden;

    padding-top: 100px;
}
@media (max-width: 991px) {
    .box-footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.box-footer .title-footer h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1350px) {
    .box-footer .title-footer h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .box-footer .title-footer h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .box-footer .title-footer h2 {
        font-size: 24px;
    }
}
.box-footer .contact .text {
    max-width: 370px;
    margin-top: 40px;
}
@media (max-width:1350px) {
    .box-footer .contact .text {
        margin-top: 20px;
    }
}
.box-footer .contact .text .item {
    position: relative;

    margin-top: 30px;
    padding-left: 60px;
}
@media (max-width: 1350px) {
    .box-footer .contact .text .item {
        margin-top: 10px;
    }
}
.box-footer .contact .text .item .iconfont {
    font-size: 24px;
    line-height: 46px;

    position: absolute;
    top: 0;
    left: 0;

    width: 46px;
    height: 46px;

    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
.box-footer .contact .text .item b {
    font-size: 18px;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px) {
    .box-footer .contact .text .item b {
        font-size: 16px;
    }
}
.box-footer .contact .text .item p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px) {
    .box-footer .contact .text .item p {
        font-size: 14px;

        margin-top: 0;
    }
}
.box-footer .contact .text .item a:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    .box-footer .message {
        margin-top: 30px;
    }
}
.box-footer .message form {
    margin-top: 30px;
}
@media (max-width: 1350px) {
    .box-footer .message form {
        margin: 0;
    }
}
@media (max-width: 1350px) {
    .box-footer .message form {
        margin-top: 14px;
    }
}
.box-footer .message input,
.box-footer .message textarea {
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;

    outline: none;
    background-color: rgba(255, 255, 255, .41);
}
@media (max-width: 767px) {
    .box-footer .message input,
    .box-footer .message textarea {
        line-height: 24px;

        margin-top: 10px;
        padding: 10px;
    }
}
.box-footer .message input::-webkit-input-placeholder,
.box-footer .message textarea::-webkit-input-placeholder {
    color: #444;
}
.box-footer .message input:-o-placeholder,
.box-footer .message textarea:-o-placeholder {
    color: #444;
}
.box-footer .message input::-moz-placeholder,
.box-footer .message textarea::-moz-placeholder {
    color: #444;
}
.box-footer .message input:-ms-input-placeholder,
.box-footer .message textarea:-ms-input-placeholder {
    color: #444;
}
.box-footer .message input:focus::-webkit-input-placeholder,
.box-footer .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-footer .message input:focus::-o-placeholder,
.box-footer .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-footer .message input:focus::-moz-placeholder,
.box-footer .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-footer .message input:focus::-ms-input-placeholder,
.box-footer .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-footer .message .send {
    text-align: right;
}
.box-footer .message .send .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin-top: 20px;
    padding: 0;

    text-decoration: underline;

    outline: none;
    background: none;
}
@media(max-width:1350px) {
    .box-footer .message .send .submit {
        margin-top: 10px;
    }
}
.box-footer .message .send .submit:after {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;
    float: right;

    margin-left: 10px;

    content: '\e64e';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: middle;
}
.box-footer .slick-brand {
    margin: 3% 0;
    padding: 20px 0;

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
}
@media(max-width:1350px) {
    .box-footer .slick-brand {
        margin: 10px;
        padding: 10px 0;
    }
}
.box-footer .slick-brand .item .img-box {
    padding-bottom: 55%;
}
.box-footer .copyright {
    font-size: 16px;

    padding: 26px 0;

    text-align: center;

    border-top: 1px solid #6f6f6f;
}
@media (max-width: 1199px) {
    .box-footer .copyright {
        font-size: 14px;
    }
}
.box-footer .copyright p {
    line-height: 32px;

    display: inline-block;
    float: left;

    margin: 0;
}
@media (max-width: 991px) {
    .box-footer .copyright p {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .box-footer .copyright p {
        line-height: 20px;
    }
}
.box-footer .copyright p a {
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .box-footer .copyright p a {
        margin-left: 0;
    }
}
.box-footer .copyright p a:hover {
    text-decoration: underline;

    color: #00468e;
}
.box-footer .copyright a.sitemap {
    line-height: 32px;

    display: inline-block;

    text-decoration: underline;
}
@media (max-width: 767px) {
    .box-footer .copyright a.sitemap {
        line-height: 20px;
    }
}
.box-footer .copyright a.sitemap:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 10px;

    content: '\e686';
}
.box-footer .copyright a.sitemap:hover {
    color: #00468e;
}
.box-footer .copyright .share {
    display: inline-block;
    float: right;
}
@media (max-width: 991px) {
    .box-footer .copyright .share {
        display: block;
        float: none;

        text-align: center;
    }
}
@media (max-width: 767px) {
    .box-footer .copyright .share {
        margin-top: 10px;
    }
}
.box-footer .copyright .share ul li {
    display: inline-block;
}
.box-footer .copyright .share ul li a {
    font-size: 20px;
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;
    margin: 0 2px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    border-radius: 50%;
}
.box-footer .copyright .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e6d9';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}
.box-footer .copyright .share ul li.twitter a:before {
    content: '\e687';
}
.box-footer .copyright .share ul li.linkedin a:before {
    content: '\e890';
}
.box-footer .copyright .share ul li.instagram a:before {
    content: '\e6b6';
}
.box-footer .copyright .share ul li.youtube a:before {
    content: '\e618';
}
.box-footer .copyright .share ul li.google a:before {
    content: '\e60c';
}
.box-footer .copyright .share ul li.amazon a:before {
    content: '\e6c1';
}
.box-footer .copyright .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    background-color: #fff;
}
.box-footer-in {
    padding-top: 60px;

    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-footer-in {
        padding-top: 30px;
    }
}
.box-footer-in .title-footer h2 {
    font-size: 30px;
}
@media (max-width: 991px) {
    .box-footer-in .title-footer h2 {
        font-size: 24px;
    }
}
.box-footer-in .title-footer h2:after {
    display: inline-block;

    width: 16px;
    height: 3px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: #222;
}
.box-footer-in .slick-brand {
    display: none;
}
@media (min-width: 992px) {
    .box-footer-in .contact {
        position: relative;
        left: 66.66666667%;

        width: 33.33333333%;
        padding-left: 5%;
    }
    .box-footer-in .message {
        position: relative;
        right: 33.33333333%;

        width: 66.66666667%;
    }
    .box-footer-in .message form {
        margin-top: 20px;
    }
}
.box-footer-in .contact .text {
    margin-top: 20px;
}
.box-footer-in .contact .text .item {
    padding-left: 0;
}
.box-footer-in .contact .text .item .iconfont {
    display: none;
}
.box-footer-in .message .send {
    text-align: left;
}
.box-footer-in .copyright {
    margin-top: 50px;
    padding: 20px 0;
}
@media (max-width: 1199px) {
    .box-footer-in .copyright {
        margin-top: 30px;
    }
}
.wrap {
    padding: 70px 0 100px;

    background: url(../images/wrap_bg.png) no-repeat center bottom;
}
@media (max-width: 991px) {
    .wrap {
        padding: 40px 0;
    }
}
.wrapper {
    clear: both;
    overflow: hidden;
}
.title-in {
    text-align: center;
}
.title-in h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-in h2:after {
    display: block;

    width: 193px;
    height: 7px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(../images/line-1.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px) {
    .title-in h2:after {
        margin-top: 10px;
    }
}
.wrap-sidenav {
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-sidenav {
        margin-top: 20px;
    }
}
.wrap-sidenav>ul {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .wrap-sidenav>ul {
        margin: 0 -6px;
    }
}
.wrap-sidenav>ul>li {
    position: relative;

    display: inline-block;

    margin-top: 16px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-sidenav>ul>li {
        margin-top: 10px;
        padding: 0 6px;
    }
}
.wrap-sidenav>ul>li:before {
    position: absolute;
    bottom: -6px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -6px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #e63d03 transparent transparent transparent;
}
.wrap-sidenav>ul>li a {
    font-size: 18px;
    line-height: 50px;

    display: block;

    min-width: 210px;
    padding: 0 15px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;

    background-color: #e5e5e5;
}
@media (max-width: 991px) {
    .wrap-sidenav>ul>li a {
        font-size: 16px;

        min-width: 160px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav>ul>li a {
        font-size: 14px;
        line-height: 40px;

        min-width: 140px;
    }
}
.wrap-sidenav>ul>li.active:before,
.wrap-sidenav>ul>li:hover:before {
    opacity: 1;
}
.wrap-sidenav>ul>li.active a,
.wrap-sidenav>ul>li:hover a {
    color: #fff;
    background-color: #e63d03;
}
.wrap-text p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #444;
}
@media (max-width: 991px) {
    .wrap-text p {
        font-size: 14px;
    }
}
.wrap-text img {
    max-width: 100%;
    height: auto !important;
    margin: 6px 0;
}
.wrap-product-sidenav {
    position: relative;
    z-index: 2;

    overflow: hidden;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav ul.slevel-1 {
        margin-top: 10px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1>li {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 20px 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #00468e;
}
@media (max-width: 1470px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li>a {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li>a {
        font-size: 15px;

        padding: 0 10px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 12px;

    position: absolute;
    top: 20px;
    right: 30px;

    content: '\e625';
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1470px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li>a:after {
        right: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li>a:after {
        display: none;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1>li.active>a,
.wrap-product-sidenav .sidenav ul.slevel-1>li:hover>a {
    color: #fff;
    background-color: #e63d03;
}
.wrap-product-sidenav .sidenav ul.slevel-1>li.active>a:after,
.wrap-product-sidenav .sidenav ul.slevel-1>li:hover>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2 {
    display: none;

    background-color: #eee;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 10px 10px 60px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #222;
}
@media (max-width: 1470px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li>a {
        padding-left: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li>a {
        font-size: 14px;

        padding: 0 8px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li>a:before {
    position: absolute;
    top: 50%;
    left: 40px;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -2px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1470px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li>a:before {
        left: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li>a:before {
        display: none;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li.active>a,
.wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li:hover>a {
    text-decoration: underline;

    color: #fff;
    background-color: #eea78e;
}
.wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li.active>a:before,
.wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li:hover>a:before {
    opacity: 1;
}
@media (max-width: 991px) {
    .wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li.active>a,
    .wrap-product-sidenav .sidenav ul.slevel-1>li ul.slevel-2>li:hover>a {
        color: #e63d03;
        background: none;
    }
}
.wrap-about .about .text {
    margin-top: 30px;

    /* text-align: center; */
}
@media (max-width: 991px) {
    .wrap-about .about .text {
        margin-top: 20px;
    }
}
.wrap-about .about .text p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-about .about .text p {
        font-size: 14px;
    }
}
.wrap-about .about .play {
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-about .about .play {
        margin-top: 30px;
    }
}
.wrap-about .about .play a {
    font-size: 15px;
    line-height: 50px;

    position: relative;

    display: inline-block;

    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #00468e;
}
@media (max-width: 991px) {
    .wrap-about .about .play a {
        line-height: 40px;
    }
}
.wrap-about .about .play a:before {
    font-family: 'iconfont' !important;
    font-size: 46px;

    float: left;

    margin-right: 10px;

    content: '\e70b';
}
@media (max-width: 991px) {
    .wrap-about .about .play a:before {
        font-size: 36px;
    }
}
.wrap-about .about .play a:after {
    position: absolute;
    top: 0;
    right: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 50px 20px;
    border-style: solid;
    border-color: transparent transparent #db2a1a transparent;
}
@media (max-width: 991px) {
    .wrap-about .about .play a:after {
        border-width: 0 0 40px 20px;
    }
}
.wrap-about .about .play a:hover {
    background-color: #db2a1a;
}
.wrap-about .about-number,
.wrap-about .about-number ul {
    position: relative;
}
.wrap-about .about-number:before,
.wrap-about .about-number ul:before,
.wrap-about .about-number:after,
.wrap-about .about-number ul:after {
    position: absolute;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    border-top: 2px solid #d2d2d2;
    border-left: 2px solid #d2d2d2;
}
.wrap-about .about-number {
    margin-top: 70px;
}
.wrap-about .about-number:before {
    top: 0;
    left: 0;
}
.wrap-about .about-number:after {
    top: 0;
    right: 0;

    border-right: 2px solid #d2d2d2;
    border-left: none;
}
.wrap-about .about-number ul {
    overflow: hidden;

    margin: 0;
}
.wrap-about .about-number ul:before {
    bottom: 0;
    left: 0;

    border-top: none;
    border-bottom: 2px solid #d2d2d2;
}
.wrap-about .about-number ul:after {
    right: 0;
    bottom: 0;

    border: none;
    border-right: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
}
.wrap-about .about-number ul li {
    position: relative;

    padding: 0;
}
.wrap-about .about-number ul li:before {
    top: 0;
}
.wrap-about .about-number ul li:after {
    top: 0;
}
.wrap-about .about-number ul li:last-child:before,
.wrap-about .about-number ul li:last-child:after {
    display: none;
}
.wrap-about .about-number ul li:last-child .item:before,
.wrap-about .about-number ul li:last-child .item:after {
    display: none;
}
.wrap-about .about-number ul li,
.wrap-about .about-number .item {
    position: relative;

    text-align: center;
}
.wrap-about .about-number ul li:before,
.wrap-about .about-number .item:before {
    position: absolute;
    right: -8px;

    display: block;

    width: 16px;
    height: 2px;

    content: '';

    background-color: #d2d2d2;
}
.wrap-about .about-number ul li:after,
.wrap-about .about-number .item:after {
    position: absolute;
    right: -1px;

    display: block;

    width: 2px;
    height: 16px;

    content: '';

    background-color: #d2d2d2;
}
.wrap-about .about-number .item {
    position: relative;

    padding: 20px 10%;
}
.wrap-about .about-number .item:before {
    bottom: 0;
}
.wrap-about .about-number .item:after {
    bottom: 0;
}
.wrap-about .about-number .item b {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;

    color: #00468e;
}
@media (max-width: 1350px) {
    .wrap-about .about-number .item b {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about-number .item b {
        font-size: 30px;
    }
}
.wrap-about .about-number .item p {
    font-size: 16px;
    line-height: 1.44444444;

    max-width: 220px;
    margin: 0 auto;
    margin-top: 16px;
}
@media (max-width: 767px) {
    .wrap-about .about-number .item p {
        font-size: 14px;
    }
}
.wrap-about .about-number .item:hover b {
    color: #db2a1a;
}
.wrap-about .about-number .item:hover p {
    color: #db2a1a;
}
.wrap-about .choose {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .wrap-about .choose {
        margin-top: 30px;
    }
}
.wrap-about .choose .item {
    position: relative;

    overflow: hidden;

    margin-top: 30px;
    padding: 50px 20px;

    text-align: center;

    border-bottom: 3px solid #00468e;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-about .choose .item {
        padding: 30px 14px;
    }
}
.wrap-about .choose .item .iconfont {
    font-size: 36px;
    line-height: 80px;

    display: block;

    width: 80px;
    height: 80px;
    margin: 0 auto;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #00468e;
}
@media (max-width: 767px) {
    .wrap-about .choose .item .iconfont {
        font-size: 26px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-about .choose .item .title-choose {
    margin-top: 20px;
}
.wrap-about .choose .item .title-choose h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-about .choose .item .title-choose h3 {
        font-size: 20px;
    }
}
.wrap-about .choose .item .note {
    font-size: 16px;
    line-height: 1.5;

    margin-top: 14px;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-about .choose .item .note {
        font-size: 14px;
    }
}
.wrap-about .choose .item .note p {
    margin: 0;
}
.wrap-about .choose .item .number {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;

    position: absolute;
    bottom: -30px;
    left: 0;

    width: 100%;

    color: rgba(0, 70, 142, .08);
}
.wrap-about .choose .item:hover {
    border-bottom-color: #db2a1a;
}
.wrap-about .choose .item:hover .iconfont {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;

    background-color: #db2a1a;
}
.wrap-about .choose .item:hover .title-choose {
    color: #db2a1a;
}
.wrap-about .choose .item:hover .number {
    color: rgba(219, 42, 26, .08);
}
.wrap-about .company .list {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-about .company .list {
        margin-top: 30px;
    }
}
.wrap-about .company .title-company {
    overflow: hidden;

    padding: 20px;

    color: #fff;
    background-color: #00468e;
}
@media (max-width: 991px) {
    .wrap-about .company .title-company {
        padding: 10px 14px;
    }
}
.wrap-about .company .title-company h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-about .company .title-company h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-about .company .title-company h3 {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-about .company .title-company h3:before {
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background: url(../images/about-dot.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-about .company .title-company h3:before {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-about .company .title-company h3:before {
        display: none;
    }
}
.wrap-about .company .title-company .more {
    font-size: 16px;
    line-height: 40px;

    display: inline-block;
    float: right;

    text-decoration: underline;
}
.wrap-about .company .title-company .more:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: left;

    margin-right: 10px;

    content: '\e6da';
}
.wrap-about .company .text {
    padding: 40px;

    border: 1px solid #d2d2d2;
    border-top: none;
}
@media (max-width: 991px) {
    .wrap-about .company .text {
        padding: 30px 14px;
    }
}
.wrap-about .company .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-about .company .text p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #444;
}
@media (max-width: 991px) {
    .wrap-about .company .text p {
        font-size: 14px;
    }
}
.wrap-chairman {
    background-image: url(../images/chairman_bg.jpg);
}
.wrap-chairman .chairman {
    font-size: 0;

    margin-top: 60px;
}
.wrap-chairman .chairman .pic,
.wrap-chairman .chairman .text {
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
@media (max-width: 991px) {
    .wrap-chairman .chairman .pic,
    .wrap-chairman .chairman .text {
        display: block;
    }
}
.wrap-chairman .chairman .pic {
    width: 34%;
}
@media (max-width: 991px) {
    .wrap-chairman .chairman .pic {
        width: 100%;
        max-width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .wrap-chairman .chairman .pic {
        max-width: 80%;
    }
}
.wrap-chairman .chairman .pic img {
    width: 100%;
}
.wrap-chairman .chairman .text {
    width: 66%;
}
@media (max-width: 991px) {
    .wrap-chairman .chairman .text {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-chairman .chairman .text .note {
    padding-left: 3%;
}
@media (max-width: 991px) {
    .wrap-chairman .chairman .text .note {
        padding-left: 0;
    }
}
.wrap-chairman .chairman .text .note p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #444;
}
@media (max-width: 1470px) {
    .wrap-chairman .chairman .text .note p {
        line-height: 1.5 !important;
    }
}
@media (max-width: 991px) {
    .wrap-chairman .chairman .text .note p {
        font-size: 14px;
    }
}
.wrap-chairman .chairman .text .sign {
    margin-top: 30px;
    padding: 20px 3%;

    /* background-color: #fff; */
}
@media (max-width: 991px) {
    .wrap-chairman .chairman .text .sign {
        margin-top: 30px;
        padding: 30px 14px;
    }
}
.wrap-chairman .chairman .text .sign h3 {
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #444;
}
@media (max-width: 991px) {
    .wrap-chairman .chairman .text .sign h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-chairman .chairman .text .sign h3 {
        font-size: 15px;
    }
}
.wrap-chairman .chairman .text .sign .mask {
    font-family: 'Sverige Script Demo';
    font-size: 28px;

    margin-top: 14px;

    text-align: right;
}
@media (max-width: 991px) {
    .wrap-chairman .chairman .text .sign .mask {
        font-size: 24px;
    }
}
.wrap-chairman .chairman .text .sign .mask span {
    display: inline-block;
}
.wrap-chairman .chairman .text .sign .mask span:before {
    display: inline-block;

    width: 48px;
    height: 1px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background-color: #535353;
}
.wrap-brand .brand,
.wrap-story .brand,
.wrap-brand .story,
.wrap-story .story {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-brand .brand,
    .wrap-story .brand,
    .wrap-brand .story,
    .wrap-story .story {
        margin-top: 30px;
    }
}
.wrap-strategy .strategy ul li {
    overflow: hidden;
}
@media (min-width: 768px) {
    .wrap-strategy .strategy ul li:nth-child(2n) .item .pic {
        left: 48%;
    }
    .wrap-strategy .strategy ul li:nth-child(2n) .item .note {
        right: 52%;

        text-align: right;
    }
}
.wrap-strategy .strategy .item {
    font-size: 0;

    margin: 0 -15px;
    margin-top: 60px;

    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 991px) {
    .wrap-strategy .strategy .item {
        margin-top: 30px;
    }
}
.wrap-strategy .strategy .item .pic,
.wrap-strategy .strategy .item .note {
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding: 0 15px;

    vertical-align: middle;
}
.wrap-strategy .strategy .item .pic {
    overflow: hidden;

    width: 52%;
}
@media (max-width: 767px) {
    .wrap-strategy .strategy .item .pic {
        width: 100%;
    }
}
.wrap-strategy .strategy .item .pic img {
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .wrap-strategy .strategy .item .pic img {
        width: 100%;
    }
}
.wrap-strategy .strategy .item .note {
    width: 48%;
}
@media (max-width: 767px) {
    .wrap-strategy .strategy .item .note {
        width: 100%;
        padding: 20px 0;
    }
}
@media (max-width: 1199px) {
    .wrap-strategy .strategy .item .note p {
        font-size: 14px;
    }
}
.wrap-team .team-text {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-team .team-text {
        margin-top: 30px;
    }
}
.wrap-team .title-team {
    position: relative;

    margin-top: 40px;
    padding: 25px 0;

    text-align: center;

    color: #fff;
    background: url(../images/team-line.png) no-repeat bottom center;
}
.wrap-team .title-team h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .wrap-team .title-team h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-team .title-team h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
.wrap-team .title-team h2:before,
.wrap-team .title-team h2:after {
    display: inline-block;

    width: 40px;
    height: 3px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-team .title-team h2:before,
    .wrap-team .title-team h2:after {
        width: 20px;
        height: 2px;
    }
}
.wrap-team .title-team h2:before {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .wrap-team .title-team h2:before {
        margin-right: 10px;
    }
}
.wrap-team .title-team h2:after {
    margin-left: 30px;
}
@media (max-width: 767px) {
    .wrap-team .title-team h2:after {
        margin-left: 10px;
    }
}
.wrap-team .team .listbox {
    margin-top: 50px;
}
.wrap-team .team .listbox .title-list {
    position: relative;
}
.wrap-team .team .listbox .title-list:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 80%;
    height: 1px;

    content: '';

    background-color: #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-team .team .listbox .title-list:after {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .wrap-team .team .listbox .title-list:after {
        width: 30%;
    }
}
.wrap-team .team .listbox .title-list h3 {
    font-size: 24px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-team .team .listbox .title-list h3 {
        font-size: 20px;
    }
}
.wrap-team .team .listbox .title-list h3:before {
    display: inline-block;

    width: 25px;
    height: 25px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/team-dot.png) no-repeat center;
}
.wrap-team .team .listbox .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-team .team .listbox .list ul li {
    margin-top: 30px;
}
.wrap-team .team .listbox .list .item {
    font-size: 0;

    height: 100%;
    padding: 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #dcdcdc;
}
@media (max-width: 1199px) {
    .wrap-team .team .listbox .list .item {
        padding: 30px 14px;
    }
}
.wrap-team .team .listbox .list .item .pic,
.wrap-team .team .listbox .list .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-team .team .listbox .list .item .pic {
    overflow: hidden;

    width: 100px;
    height: 100px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 2px solid #00468e;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .wrap-team .team .listbox .list .item .pic {
        width: 80px;
        height: 80px;
    }
}
.wrap-team .team .listbox .list .item .note {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 30px;

    color: #444;
}
@media (max-width: 1199px) {
    .wrap-team .team .listbox .list .item .note {
        padding-left: 14px;
    }
}
@media (max-width: 991px) {
    .wrap-team .team .listbox .list .item .note {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}
.wrap-team .team .listbox .list .item .note h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;

    margin-top: 0;
}
.wrap-team .team .listbox .list .item .note p {
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-team .team .listbox .list .item .note p {
        line-height: 20px;
    }
}
.wrap-team .team .listbox .list .item:hover {
    border-color: #e63d03;
}
.wrap-team .team .listbox .list .item:hover .pic {
    border-color: #e63d03;
}
.wrap-education {
    background-image: url(../images/education_bg.jpg);
}
.wrap-education .education {
    margin-top: 60px;
}
.wrap-recruitment .recruitment {
    width: 100%;
    margin-top: 60px;

    word-break: break-word;
}
@media (max-width: 991px) {
    .wrap-recruitment .recruitment {
        margin-top: 30px;
    }
}
.wrap-recruitment .recruitment-top,
.wrap-recruitment .recruitment-list .item-top {
    font-size: 0;

    display: table;

    width: 100%;
}
.wrap-recruitment .recruitment-top p,
.wrap-recruitment .recruitment-list .item-top p {
    font-size: 14px;

    display: table-cell;

    width: 16%;
    margin: 0;
    padding: 0 30px;

    vertical-align: middle;
}
.wrap-recruitment .recruitment-top p:nth-child(1),
.wrap-recruitment .recruitment-list .item-top p:nth-child(1) {
    width: 24%;
}
.wrap-recruitment .recruitment-top p:nth-child(2),
.wrap-recruitment .recruitment-list .item-top p:nth-child(2) {
    width: 20%;
}
.wrap-recruitment .recruitment-top p:nth-child(6),
.wrap-recruitment .recruitment-list .item-top p:nth-child(6) {
    width: 8%;
}
@media (max-width: 991px) {
    .wrap-recruitment .recruitment-top p,
    .wrap-recruitment .recruitment-list .item-top p {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .wrap-recruitment .recruitment-top p,
    .wrap-recruitment .recruitment-list .item-top p {
        font-size: 12px;

        padding: 0 5px;
    }
}
.wrap-recruitment .recruitment-top {
    padding: 25px 0;

    background-color: #f5f6fa;
}
@media (max-width: 991px) {
    .wrap-recruitment .recruitment-top {
        padding: 10px 0;
    }
}
.wrap-recruitment .recruitment-top p {
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 1470px) {
    .wrap-recruitment .recruitment-top p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-recruitment .recruitment-top p {
        font-size: 13px;
        line-height: 20px;
    }
}
.wrap-recruitment .recruitment-list {
    color: #666;
    border: 1px solid #dcdcdc;
}
.wrap-recruitment .recruitment-list li:last-child .item .item-top {
    border-bottom: none;
}
.wrap-recruitment .recruitment-list li:last-child .item .item-text {
    border-bottom: none;
}
.wrap-recruitment .recruitment-list li:last-child.current .item .item-top {
    border-bottom: 1px solid #dcdcdc;
}
.wrap-recruitment .recruitment-list li.current .item .item-top {
    color: #fff;
    background-color: #e63d03;
}
.wrap-recruitment .recruitment-list li.current .item .item-top .iconfont {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    border-color: #fff;
}
.wrap-recruitment .recruitment-list .item .item-top {
    cursor: pointer;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-recruitment .recruitment-list .item .item-top p {
    line-height: 30px;

    padding: 15px 30px;
}
@media (max-width: 991px) {
    .wrap-recruitment .recruitment-list .item .item-top p {
        line-height: 24px;

        padding: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-recruitment .recruitment-list .item .item-top p {
        line-height: 18px;

        padding: 10px 5px;
    }
}
.wrap-recruitment .recruitment-list .item .item-top .iconfont {
    font-size: 14px;
    line-height: 28px;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin: 0 auto;

    text-align: center;

    border: 1px solid #666;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .wrap-recruitment .recruitment-list .item .item-top .iconfont {
        line-height: 22px;

        width: 24px;
        height: 24px;
    }
}
.wrap-recruitment .recruitment-list .item .item-text {
    display: none;

    padding: 20px 30px 40px;

    border-bottom: 1px solid #dcdcdc;
    background-color: #f5f5f5;
}
@media (max-width: 991px) {
    .wrap-recruitment .recruitment-list .item .item-text {
        padding: 10px;
    }
}
.wrap-recruitment .recruitment-list .item .item-text h4 {
    color: #222;
}
.wrap-recruitment .recruitment-list .item .item-text p {
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-recruitment .recruitment-list .item .item-text p {
        font-size: 12px;
        line-height: 18px;
    }
}
.wrap-culture .culture {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-culture .culture {
        margin-top: 30px;
    }
}
.wrap-culture .culture h4 {
    line-height: 1.6;
}
.wrap-party .party {
    margin-top: 70px;
}
@media (max-width: 991px) {
    .wrap-party .party {
        margin-top: 30px;
    }
}
.wrap-party .party .item {
    font-size: 0;

    margin-top: 30px;
    padding: 18px 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-party .party .item {
        padding: 10px 0;
    }
}
.wrap-party .party .item .pic,
.wrap-party .party .item .note {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-party .party .item .pic,
    .wrap-party .party .item .note {
        padding: 0 6px;
    }
}
.wrap-party .party .item .pic .img-box {
    padding-bottom: 55%;
}
.wrap-party .party .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 767px) {
    .wrap-party .party .item .note {
        margin-top: 10px;
    }
}
.wrap-party .party .item .note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 64px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px) {
    .wrap-party .party .item .note h3 {
        font-size: 18px;
        line-height: 26px;

        max-height: 52px;
    }
}
@media (max-width: 767px) {
    .wrap-party .party .item .note h3 {
        font-size: 16px;
    }
}
.wrap-party .party .item .note h3 a {
    display: block;
}
.wrap-party .party .item .note .date {
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #666;
}
.wrap-party .party .item .note .date:before {
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e684';

    color: #db2a1a;
}
.wrap-party .party .item .note p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1470px) {
    .wrap-party .party .item .note p {
        margin-top: 10px;
    }
}
.wrap-party .party .item .note a.more {
    font-weight: bold;
    line-height: 36px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 30px;

    color: #fff;
    background-color: #00468e;
}
@media (max-width: 1470px) {
    .wrap-party .party .item .note a.more {
        margin-top: 10px;
    }
}
.wrap-party .party .item:hover {
    border-color: #db2a1a;
}
.wrap-party .party .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-party .party .item:hover .note h3 {
    color: #db2a1a;
}
.wrap-party .party .item:hover .note a.more {
    background-color: #db2a1a;
}
.wrap-details {
    background: none;
}
.wrap-details .details {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-details .details {
        margin-top: 30px;
    }
}
.wrap-details .details .text {
    margin-top: 20px;
}
.wrap-details .details .text p {
    line-height: 24px;

    margin: 0;

    color: #444;
}
.wrap-details .details .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-details .details .share {
    margin-top: 50px;
}
.wrap-details .details .share p,
.wrap-details .details .share .addthis_inline_share_toolbox {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-details .details .share p {
    font-size: 18px;
    font-weight: bold;
}
.wrap-details .title-details h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;

    padding: 20px;

    background-color: #f5f6fa;
}
@media (max-width: 991px) {
    .wrap-details .title-details h1 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-details .title-details h1 {
        font-size: 18px;
    }
}
.wrap-details .title-details .date {
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: #666;
}
.wrap-details .title-details .date:before {
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e684';

    color: #db2a1a;
}
.wrap-details .prev-next {
    margin-top: 50px;
}
.wrap-details .prev-next a {
    font-size: 18px;
    font-weight: bold;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-details .prev-next a {
        font-size: 16px;
    }
}
.wrap-details .prev-next a:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e677';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wrap-details .prev-next a.next {
    text-align: right;
}
.wrap-details .prev-next a.next:before {
    float: right;

    margin-right: 0;
    margin-left: 10px;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wrap-details .prev-next a:hover {
    color: #db2a1a;
}
.wrap-next-list {
    background-color: #eee;
}
.wrap-next-list .title-next-list h3 {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
.wrap-next-list .news-list {
    max-width: 1080px;
    margin-top: 20px;
}
.wrap-next-list .news-list h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-next-list .news-list h4 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-next-list .news-list h4 {
        font-size: 16px;
    }
}
.wrap-next-list .news-list p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-next-list .news-list:hover h4 {
    color: #db2a1a;
}
.wrap-development .slick-development {
    margin-top: 60px;

    text-align: center;

    border-bottom: 1px solid #00468e;
}
@media (max-width: 991px) {
    .wrap-development .slick-development {
        margin-top: 30px;
    }
}
.wrap-development .slick-development .item {
    display: inline-block;

    padding-top: 10px;
}
.wrap-development .slick-development .item p {
    font-size: 16px;
    line-height: 35px;

    margin: 0;

    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.wrap-development .slick-development .item p:before {
    display: inline-block;

    width: 15px;
    height: 1px;

    content: '';
    vertical-align: middle;

    background-color: #00468e;
}
.wrap-development .slick-development .slick-current .item p {
    font-weight: bold;

    color: #db2a1a;
}
.wrap-development .slick-development .slick-current .item p:before {
    background-color: #db2a1a;
}
.wrap-development .slick-development .slick-arrow {
    line-height: 30px;

    bottom: -18px;
    left: -36px;

    width: 36px;
    height: 36px;

    text-align: center;

    color: #222;
    border: 2px solid #222;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .wrap-development .slick-development .slick-arrow {
        left: -15px;
    }
}
.wrap-development .slick-development .slick-arrow:before {
    content: '\e62b';
}
.wrap-development .slick-development .slick-arrow.slick-next {
    right: -36px;
    left: auto;
}
@media (max-width: 991px) {
    .wrap-development .slick-development .slick-arrow.slick-next {
        right: -15px;
    }
}
.wrap-development .slick-development .slick-arrow:hover {
    color: #db2a1a;
    border-color: #db2a1a;
}
.wrap-development .development {
    position: relative;

    margin-top: 70px;
}
.wrap-development .development:before,
.wrap-development .development:after {
    position: absolute;
    left: 50%;

    display: block;

    width: 10px;
    height: 10px;
    margin-left: -5px;

    content: '';

    border-radius: 50%;
    background-color: #00468e;
}
@media (max-width: 767px) {
    .wrap-development .development:before,
    .wrap-development .development:after {
        left: 10px;
    }
}
.wrap-development .development:before {
    top: 0;
}
.wrap-development .development:after {
    bottom: 0;
}
.wrap-development .development ul {
    position: relative;

    max-width: 1020px;
    margin: 0 auto;
    padding: 160px 0 100px;
}
@media (max-width: 767px) {
    .wrap-development .development ul {
        padding: 40px 0;
    }
}
.wrap-development .development ul:before {
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #00468e;
}
@media (max-width: 767px) {
    .wrap-development .development ul:before {
        left: 10px;
    }
}
.wrap-development .development ul li {
    margin-top: -60px;
}
@media (max-width: 767px) {
    .wrap-development .development ul li {
        margin: 20px 0 0 0;
    }
}
@media (min-width: 768px) {
    .wrap-development .development ul li:nth-child(2n + 1) {
        text-align: right;
    }
    .wrap-development .development ul li:nth-child(2n + 1) .item {
        padding-right: 0;
        padding-left: 150px;

        text-align: left;
    }
    .wrap-development .development ul li:nth-child(2n) .item:before {
        right: -54px;
        left: auto;

        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .wrap-development .development ul li:nth-child(2n) .item .number {
        right: -42px;
        left: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrap-development .development ul li:nth-child(2n + 1) .item {
        padding-left: 100px;
    }
}
.wrap-development .development .item {
    position: relative;

    display: inline-block;

    width: 50%;
    padding-right: 150px;

    text-align: right;
}
@media (max-width: 991px) {
    .wrap-development .development .item {
        padding-right: 100px;
    }
}
@media (max-width: 767px) {
    .wrap-development .development .item {
        width: 100%;
        padding: 0 0 0 30px;

        text-align: left;
    }
}
.wrap-development .development .item:before {
    position: absolute;
    top: 0;
    left: -54px;

    display: block;

    width: 190px;
    height: 84px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;

    background: url(../images/development-blue.jpg) no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .wrap-development .development .item:before {
        top: 0;

        display: none;
    }
}
.wrap-development .development .item .number {
    font-size: 20px;
    font-weight: bold;
    line-height: 84px;

    position: absolute;
    z-index: 2;
    left: -42px;

    width: 84px;
    height: 84px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .wrap-development .development .item .number {
        font-size: 14px;
        line-height: 28px;

        left: -6px;

        width: 30px;
        height: 30px;

        border: 2px solid #fff;
        border-radius: 50%;
        background-color: #00468e;
    }
}
.wrap-development .development .item .title-development {
    position: relative;
    z-index: 2;

    margin-top: 28px;

    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-development .development .item .title-development {
        margin: 0;
    }
}
.wrap-development .development .item .title-development h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #00468e;
}
@media (max-width: 991px) {
    .wrap-development .development .item .title-development h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-development .development .item .title-development h3 {
        font-size: 20px;
    }
}
.wrap-development .development .item .note {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .wrap-development .development .item .note {
        margin: 0;
    }
}
.wrap-development .development .item .note p {
    font-size: 14px;
    line-height: 22px;

    margin: 0;
}
.wrap-development .development .item:hover:before {
    background-image: url(../images/development-red.jpg);
}
@media (max-width: 767px) {
    .wrap-development .development .item:hover:before {
        display: none;
    }
}
.wrap-development .development .item:hover .title-development h3 {
    color: #db2a1a;
}
.wrap-integrity .integrity {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-integrity .integrity {
        margin-top: 30px;
    }
}
.wrap-honor .honor {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-honor .honor {
        margin-top: 20px;
    }
}
.wrap-honor .honor .item {
    display: block;

    margin-top: 30px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-honor .honor .item {
        margin-top: 14px;
    }
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 136.66666667%;
}
.wrap-honor .honor .item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-honor .honor .item p {
        font-size: 16px;

        margin-top: 10px;
    }
}
.wrap-honor .honor .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-honor .honor .item:hover p {
    color: #e63d03;
}
.wrap-project .project {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-project .project {
        margin-top: 20px;
    }
}
.wrap-project .project .item {
    position: relative;

    overflow: hidden;

    margin-top: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 3px solid #fff;
}
@media (max-width: 767px) {
    .wrap-project .project .item {
        margin-top: 14px;
    }
}
.wrap-project .project .item .img-box {
    padding-bottom: 63.76811594%;
}
.wrap-project .project .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-project .project .item .pic {
    position: relative;

    display: block;
}
.wrap-project .project .item .pic:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); */
}
.wrap-project .project .item .note {
    position: absolute;
    z-index: 3;
    bottom: 30px;

    width: 100%;
    padding: 0 30px;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);

    color: #fff;

}
@media (max-width: 1199px) {
    .wrap-project .project .item .note {
        bottom: 10px;

        padding: 0 14px;

        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.wrap-project .project .item .note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;
    text-shadow: 1px 1px 1px #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-project .project .item .note h3 {
        font-size: 20px;
    }
}
.wrap-project .project .item .note p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 5px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-project .project .item .note p {
        font-size: 14px;

        margin: 0;
    }
}
.wrap-project .project .item .note a.more {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 24px;

    color: #222;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .wrap-project .project .item .note a.more {
        font-size: 14px;

        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-project .project .item .note a.more {
        line-height: 30px;

        padding: 0 20px;
    }
}
.wrap-project .project .item:hover {
    border: 3px solid #e63d03;
}
.wrap-project .project .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-project .project .item:hover .note {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.wrap-news .news {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-news .news {
        margin-top: 20px;
    }
}
.wrap-news .news .item {
    position: relative;

    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-news .news .item {
        margin-top: 14px;
    }
}
.wrap-news .news .item .img-box {
    padding-bottom: 115.55555556%;
}
.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .pic {
    position: relative;

    display: block;
}
.wrap-news .news .item .pic:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}
.wrap-news .news .item .text {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;

    width: 100%;
    padding: 0 20px;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-news .news .item .text {
        bottom: 10px;

        padding: 0 10px;
    }
}
.wrap-news .news .item .text .date {
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .date {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text .date {
        font-size: 12px;
    }
}
.wrap-news .news .item .text .date:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e8b4';
}
@media (max-width: 767px) {
    .wrap-news .news .item .text .date:before {
        margin-right: 4px;
    }
}
.wrap-news .news .item .text h3 {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1350px) {
    .wrap-news .news .item .text h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text h3 {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text h3 {
        font-size: 14px;

        margin: 0;
    }
}
.wrap-news .news .item .text a.more {
    font-size: 16px;
    line-height: 40px;

    display: inline-block;
    overflow: hidden;

    height: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .wrap-news .news .item .text a.more {
        font-size: 14px;
        line-height: 24px;

        display: none;
    }
}
.wrap-news .news .item .text a.more:after {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-left: 10px;

    content: '\e64e';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wrap-news .news .item:hover .pic:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 70, 142, 0)), to(#00468e));
    background-image: -webkit-linear-gradient(rgba(0, 70, 142, 0) 50%, #00468e);
    background-image: linear-gradient(rgba(0, 70, 142, 0) 50%, #00468e);
}
.wrap-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .text h3 {
    text-decoration: underline;
}
.wrap-news .news .item:hover .text a.more {
    height: 40px;
}
.wrap-videos .videos {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-videos .videos {
        margin-top: 20px;
    }
}
.wrap-videos .videos .item {
    margin-top: 30px;

    text-align: center;

    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    .wrap-videos .videos .item {
        margin-top: 14px;
    }
}
.wrap-videos .videos .item .pic {
    position: relative;
}
.wrap-videos .videos .item .pic .img-box {
    padding-bottom: 66.66666667%;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-videos .videos .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-videos .videos .item .pic .play {
    font-size: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 767px) {
    .wrap-videos .videos .item .pic .play {
        font-size: 40px;
    }
}
.wrap-videos .videos .item .pic .play:before {
    font-family: 'iconfont' !important;

    content: '\e63f';
}
.wrap-videos .videos .item p {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-videos .videos .item p {
        font-size: 16px;
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-videos .videos .item p {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-videos .videos .item:hover {
    background-color: #e63d03;
}
.wrap-videos .videos .item:hover .pic .img-box {
    opacity: .5;
}
.wrap-videos .videos .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-videos .videos .item:hover p {
    color: #fff;
}
.wrap-enterprise .enterprise {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-enterprise .enterprise {
        margin-top: 20px;
    }
}
.wrap-enterprise .enterprise .item {
    font-size: 0;

    margin-top: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .wrap-enterprise .enterprise .item {
        margin-top: 14px;
    }
}
.wrap-enterprise .enterprise .item .note,
.wrap-enterprise .enterprise .item .date {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-enterprise .enterprise .item .note {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    padding: 30px;
}
@media (max-width: 767px) {
    .wrap-enterprise .enterprise .item .note {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        padding: 10px;
    }
}
.wrap-enterprise .enterprise .item .note 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: 991px) {
    .wrap-enterprise .enterprise .item .note h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-enterprise .enterprise .item .note h3 {
        font-size: 16px;
        line-height: 24px;

        height: 24px;
    }
}
.wrap-enterprise .enterprise .item .note h3 a {
    display: block;
}
.wrap-enterprise .enterprise .item .note p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 6px 0 0 0;

    color: #444;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-enterprise .enterprise .item .note p {
        font-size: 13px;
        line-height: 20px;

        max-height: 40px;
        margin: 4px 0 0 0;
    }
}
.wrap-enterprise .enterprise .item .date {
    width: 140px;
    padding: 20px;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-enterprise .enterprise .item .date {
        width: 80px;
        padding: 10px 10px 10px 0;
    }
}
.wrap-enterprise .enterprise .item .date .date-desc {
    display: block;

    padding: 20px 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #00468e;
}
@media (max-width: 767px) {
    .wrap-enterprise .enterprise .item .date .date-desc {
        padding: 10px 0;
    }
}
.wrap-enterprise .enterprise .item .date .date-desc b,
.wrap-enterprise .enterprise .item .date .date-desc span {
    line-height: 1;

    display: block;
}
.wrap-enterprise .enterprise .item .date .date-desc b {
    font-size: 24px;
}
@media (max-width: 767px) {
    .wrap-enterprise .enterprise .item .date .date-desc b {
        font-size: 20px;
    }
}
.wrap-enterprise .enterprise .item .date .date-desc b:after {
    display: block;

    width: 12px;
    height: 1px;
    margin: 10px auto;

    content: '';

    background-color: #fff;
}
.wrap-enterprise .enterprise .item .date .date-desc span {
    font-size: 18px;
}
@media (max-width: 991px) {
    .wrap-enterprise .enterprise .item .date .date-desc span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-enterprise .enterprise .item .date .date-desc span {
        font-size: 14px;
    }
}
.wrap-enterprise .enterprise .item:hover {
    border-color: #e63d03;
}
.wrap-enterprise .enterprise .item:hover .note h3 {
    color: #e63d03;
}
.wrap-enterprise .enterprise .item:hover .date .date-desc {
    background-color: #e63d03;
}
.wrap-social .social {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-social .social {
        margin-top: 20px;
    }
}
.wrap-social .social .item {
    position: relative;

    display: block;

    margin-top: 30px;
    padding: 0 20px 20px 20px;
}
@media (max-width: 767px) {
    .wrap-social .social .item {
        margin-top: 14px;
    }
}
.wrap-social .social .item:before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 70%;

    content: '';

    border: 1px solid #dcdcdc;
}
.wrap-social .social .item .img-box {
    padding-bottom: 61.9047619%;
}
.wrap-social .social .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-social .social .item .pic,
.wrap-social .social .item .note {
    position: relative;
    z-index: 2;
}
.wrap-social .social .item .pic {
    position: relative;
}
.wrap-social .social .item .pic .date {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: -20px;
}
.wrap-social .social .item .pic .date span {
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #00468e;
}
.wrap-social .social .item .pic .date span:before {
    position: absolute;
    bottom: -12px;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 20px 12px 0;
    border-style: solid;
    border-color: transparent #00254b transparent transparent;
}
.wrap-social .social .item .note {
    padding-top: 20px;
}
.wrap-social .social .item .note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .wrap-social .social .item .note h3 {
        font-size: 18px;
        line-height: 24px;

        height: 72px;
    }
}
@media (max-width: 767px) {
    .wrap-social .social .item .note h3 {
        font-size: 16px;
    }
}
.wrap-social .social .item .note span.more {
    font-weight: bold;
    line-height: 36px;

    display: inline-block;

    margin-top: 26px;
    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #dcdcdc;
}
@media (max-width: 767px) {
    .wrap-social .social .item .note span.more {
        margin-top: 14px;
    }
}
.wrap-social .social .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-social .social .item:hover .pic .date span {
    background-color: #e63d03;
}
.wrap-social .social .item:hover .pic .date span:before {
    border-color: transparent #981205 transparent transparent;
}
.wrap-social .social .item:hover .note h3 {
    color: #e63d03;
}
.wrap-social .social .item:hover .note span.more {
    color: #fff;
    background-color: #e63d03;
}
.wrap-energy .energy {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-energy .energy {
        margin-top: 30px;
    }
}
.wrap-responsibility .responsibility {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-responsibility .responsibility {
        margin-top: 20px;
    }
}
.wrap-responsibility .responsibility .item {
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-responsibility .responsibility .item {
        margin-top: 14px;
    }
}
.wrap-responsibility .responsibility .item .pic .img-box {
    padding-bottom: 96.96969697%;
}
.wrap-responsibility .responsibility .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-responsibility .responsibility .item .note {
    padding: 20px;

    border: 1px solid #dcdcdc;
    border-top: none;
}
@media (max-width: 767px) {
    .wrap-responsibility .responsibility .item .note {
        padding: 10px;
    }
}
.wrap-responsibility .responsibility .item .note 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: 991px) {
    .wrap-responsibility .responsibility .item .note h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-responsibility .responsibility .item .note h3 {
        font-size: 16px;
    }
}
.wrap-responsibility .responsibility .item .note p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .wrap-responsibility .responsibility .item .note p {
        font-size: 13px;
        line-height: 20px;

        height: 60px;
        margin: 0;
    }
}
.wrap-responsibility .responsibility .item .note a.more {
    line-height: 36px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 30px;

    color: #fff;
    background-color: #00468e;
}
@media (max-width: 767px) {
    .wrap-responsibility .responsibility .item .note a.more {
        line-height: 30px;

        margin-top: 10px;
        padding: 0 14px;
    }
}
.wrap-responsibility .responsibility .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-responsibility .responsibility .item:hover .note {
    border-color: #e63d03;
}
.wrap-responsibility .responsibility .item:hover .note h3 {
    color: #e63d03;
}
.wrap-responsibility .responsibility .item:hover .note a.more {
    background-color: #e63d03;
}
.wrap-product .product {
    margin-top: -30px;
}
@media (max-width: 991px) {
    .wrap-product .product {
        margin: 0;
    }
}
.wrap-product .product .item {
    position: relative;

    display: block;

    margin-top: 30px;
    padding: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.wrap-product .product .item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-product .product .item h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item h3 {
        font-size: 16px;
    }
}
.wrap-product .product .item .pic {
    position: relative;

    display: block;

    padding: 14px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .wrap-product .product .item .pic {
        padding: 0;
    }
}
.wrap-product .product .item .pic .img-box {
    padding-bottom: 64.9122807%;
}
.wrap-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item a.addcart {
    font-size: 16px;
    line-height: 40px;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
    .wrap-product .product .item a.addcart {
        font-size: 14px;
    }
}
.wrap-product .product .item a.addcart:after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e646';
}
.wrap-product .product .item a.addcart:hover {
    color: #e63d03;
}
.wrap-product .product .item a.more {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;

    display: block;

    margin-top: 14px;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #cacaca;
}
@media (max-width: 991px) {
    .wrap-product .product .item a.more {
        font-size: 14px;
        line-height: 30px;
    }
}
.wrap-product .product .item:hover {
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .product .item:hover h3 {
    color: #e63d03;
}
.wrap-product .product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .product .item:hover a.more {
    color: #fff;
    background-color: #e63d03;
}
.wrap-product .product-text {
    margin-top: 20px;
}
.wrap-product .product-text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    text-decoration: underline;

    color: #00468e;
}
.wrap-product .product-text p {
    line-height: 26px;

    margin: 0;

    color: #666;
}
.wrap-product-show .carousel-wrap .carousel {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .item {
    position: relative;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 64.9122807%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
    font-size: 24px;

    left: -10px;

    width: 20px;

    color: #333;
    background: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
    right: -10px;
    left: auto;
}
.wrap-product-show .slider-nav {
    margin: 0 -5px;
    margin-top: 10px;
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 5px;

    outline: none;
}
.wrap-product-show .slider-nav .item-video {
    position: relative;

    background-color: #000;
}
.wrap-product-show .slider-nav .item-video .img-box {
    opacity: .6;
}
.wrap-product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e647';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .slider-nav .item-video:after {
        font-size: 40px;
    }
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #e63d03;
}
.wrap-product-show .info-box {
    position: relative;
}
.wrap-product-show .info-box .title-info {
    margin-top: 20px;
}
.wrap-product-show .info-box .title-info h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;

    text-transform: capitalize;

    color: #e63d03;
}
@media (max-width: 1350px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 18px;
    }
}
.wrap-product-show .info-box .text h4 {
    color: #444;
}
.wrap-product-show .info-box .text p {
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .info-box .share {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .share {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p {
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .share p {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .link {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .link {
        margin: 0;
    }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .addcart {
    display: inline-block;

    margin-top: 20px;

    vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .addcart a {
    font-size: 18px;
    line-height: 50px;

    display: block;

    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;

    background-color: #eee;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a {
        font-size: 16px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a {
        padding: 0 20px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:after,
.wrap-product-show .info-box .link .addcart a:after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e646';
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .addcart a:hover {
    color: #fff;
    background-color: #e63d03;
}
.wrap-product-show .info-box .link .addcart {
    margin-right: 20px;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .link .addcart {
        margin-right: 10px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .info-box .link .addcart {
        margin-right: 0;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:after {
    content: '\e67b';
}
.wrap-product-show .title-product-show h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    position: relative;

    margin: 0;

    text-transform: capitalize;

    color: #00468e;
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
.wrap-product-show .title-product-show h2:after {
    position: absolute;
    top: 20px;
    right: 0;

    display: block;

    width: 70%;
    height: 1px;

    content: '';

    background-color: #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h2:after {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h2:after {
        width: 30%;
    }
}
.wrap-product-show .title-product-show p {
    font-size: 14px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #666;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .text {
    margin-top: 20px;
    color: #666666;
}
.wrap-product-show .parameter .text p {
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry .row {
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox {
    padding: 0 10px;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea {
    line-height: 30px;

    width: 100%;
    margin-top: 14px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #ededed;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea {
        padding: 10px;
    }
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #00468e;
    box-shadow: none;
}
.wrap-product-show .inquiry .submit:hover {
    background-color: #e63d03;
}
.wrap-product-show .inquiry .read input {
    color: #fff;
    background-color: #00468e;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact-top {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-contact .contact-top {
        margin-top: 30px;
    }
}
.wrap-contact .contact-top .item .title-contact {
    position: relative;
}
.wrap-contact .contact-top .item .title-contact:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 8px;
    height: 100%;

    content: '';

    background-color: #e63d03;
}
.wrap-contact .contact-top .item,
.wrap-contact .contact .item {
    border: 1px solid #dcdcdc;
}
.wrap-contact .contact-top .item .title-contact,
.wrap-contact .contact .item .title-contact {
    padding: 10px 28px;

    background-color: #e5e5e5;
}
@media (max-width: 991px) {
    .wrap-contact .contact-top .item .title-contact,
    .wrap-contact .contact .item .title-contact {
        padding: 10px 16px;
    }
}
.wrap-contact .contact-top .item .title-contact h3,
.wrap-contact .contact .item .title-contact h3 {
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-contact .contact-top .item .title-contact h3,
    .wrap-contact .contact .item .title-contact h3 {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-contact .contact-top .item .title-contact h3 b,
.wrap-contact .contact .item .title-contact h3 b {
    color: #e63d03;
}
.wrap-contact .contact-top .item .note,
.wrap-contact .contact .item .note {
    padding: 20px;
}
@media (max-width: 767px) {
    .wrap-contact .contact-top .item .note,
    .wrap-contact .contact .item .note {
        padding: 10px;
    }
}
.wrap-contact .contact-top .item .note p,
.wrap-contact .contact .item .note p {
    font-size: 16px;
    line-height: 26px;

    color: #444;
}
@media (max-width: 767px) {
    .wrap-contact .contact-top .item .note p,
    .wrap-contact .contact .item .note p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-contact .contact-top .item .note p a:hover,
.wrap-contact .contact .item .note p a:hover {
    text-decoration: underline;
}
.wrap-contact .contact {
    padding-bottom: 50px;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-contact .contact .listbox {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .listbox {
        margin-top: 30px;
    }
}
.wrap-contact .contact .listbox .title-list {
    position: relative;
}
.wrap-contact .contact .listbox .title-list:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 80%;
    height: 1px;

    content: '';

    background-color: #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-contact .contact .listbox .title-list:after {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .listbox .title-list:after {
        width: 30%;
    }
}
.wrap-contact .contact .listbox .title-list h3 {
    font-size: 24px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .listbox .title-list h3 {
        font-size: 20px;
    }
}
.wrap-contact .contact .listbox .title-list h3:before {
    display: inline-block;

    width: 25px;
    height: 25px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/team-dot.png) no-repeat center;
}
.wrap-contact .contact .listbox .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-contact .contact .listbox .list ul li {
    margin-top: 30px;
}
.wrap-contact .message,
.wrap-interactive .message {
    padding-top: 50px;
}
.wrap-contact .message .title-message h2,
.wrap-interactive .message .title-message h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-contact .message .title-message h2,
    .wrap-interactive .message .title-message h2 {
        font-size: 24px;
    }
}
.wrap-contact .message .title-message p,
.wrap-interactive .message .title-message p {
    font-size: 16px;
    line-height: 26px;

    margin: 6px 0 0 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-contact .message .title-message p,
    .wrap-interactive .message .title-message p {
        font-size: 14px;
    }
}
.wrap-contact .message input,
.wrap-interactive .message input,
.wrap-contact .message textarea,
.wrap-interactive .message textarea {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #dcdcdc;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-contact .message input,
    .wrap-interactive .message input,
    .wrap-contact .message textarea,
    .wrap-interactive .message textarea {
        font-size: 14px;
        line-height: 24px;

        padding: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .message input,
    .wrap-interactive .message input,
    .wrap-contact .message textarea,
    .wrap-interactive .message textarea {
        margin-top: 10px;
    }
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-interactive .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder,
.wrap-interactive .message textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-contact .message input:-o-placeholder,
.wrap-interactive .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder,
.wrap-interactive .message textarea:-o-placeholder {
    color: #666;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-interactive .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder,
.wrap-interactive .message textarea::-moz-placeholder {
    color: #666;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-interactive .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder,
.wrap-interactive .message textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-interactive .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder,
.wrap-interactive .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-interactive .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder,
.wrap-interactive .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-interactive .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder,
.wrap-interactive .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-interactive .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder,
.wrap-interactive .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message .submit,
.wrap-interactive .message .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    margin-top: 40px;
    padding: 0 50px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #00468e;
}
@media (max-width: 767px) {
    .wrap-contact .message .submit,
    .wrap-interactive .message .submit {
        font-size: 14px;
        line-height: 40px;

        margin-top: 20px;
        padding: 0 30px;
    }
}
.wrap-contact .message .submit:after,
.wrap-interactive .message .submit:after {
    font-family: 'iconfont' !important;
    font-weight: normal;

    margin-left: 20px;

    content: '\ea0b';
}
.wrap-contact .message .submit:hover,
.wrap-interactive .message .submit:hover {
    background-color: #e63d03;
}
.wrap-map {
    overflow: hidden;

    width: 100%;
    height: 510px;
}
@media (max-width: 991px) {
    .wrap-map {
        height: 300px;
    }
}
.wrap-map #dituContent {
    height: 100%;
}
.wrap-download .download {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-download .download {
        margin-top: 0;
    }
}
.wrap-download .download .item {
    font-size: 0;

    margin-top: 30px;
}
.wrap-download .download .item .pic,
.wrap-download .download .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .item .pic {
    width: 48%;
}
.wrap-download .download .item .pic .img-box {
    padding-bottom: 115.15151515%;
}
.wrap-download .download .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-download .download .item .note {
    width: 52%;
    padding-left: 30px;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .note {
        padding-left: 14px;
    }
}
.wrap-download .download .item .note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-download .download .item .note h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-download .download .item .note h3 {
        font-size: 18px;
        line-height: 24px;

        height: 24px;
    }
}
.wrap-download .download .item .note h4 {
    font-size: 0;

    margin: 14px 0;
}
@media (max-width: 991px) {
    .wrap-download .download .item .note h4 {
        margin: 0;
    }
}
.wrap-download .download .item .note h4 span {
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    width: 50%;

    vertical-align: top;

    color: #444;
}
@media (max-width: 991px) {
    .wrap-download .download .item .note h4 span {
        line-height: 20px;

        display: block;

        width: 100%;
    }
}
.wrap-download .download .item .note p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .wrap-download .download .item .note p {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;
        margin: 5px 0 0 0;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-download .download .item .note a.down {
    line-height: 40px;

    display: inline-block;

    margin-top: 20%;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #444;
    border: 1px solid #dcdcdc;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .note a.down {
        margin-top: 10%;
    }
}
@media (max-width: 991px) {
    .wrap-download .download .item .note a.down {
        padding: 0 24px;
    }
}
@media (max-width: 767px) {
    .wrap-download .download .item .note a.down {
        line-height: 30px;

        padding: 0 20px;
    }
}
.wrap-download .download .item .note a.down:after {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: right;

    margin-left: 10px;

    content: '\e689';
}
.wrap-download .download .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-download .download .item:hover .note h3 {
    color: #e63d03;
}
.wrap-download .download .item:hover .note a.down {
    color: #fff;
    border-color: #e63d03;
    background-color: #e63d03;
}
.wrap-interactive .interactive {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-interactive .interactive {
        margin-top: 30px;
    }
}
.wrap-interactive .interactive .item {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-interactive .interactive .item {
        margin-top: 14px;
    }
}
.wrap-interactive .interactive .item .title-item {
    position: relative;

    padding: 15px 90px;

    cursor: pointer;

    background-color: #f5f6fa;
}
@media (max-width: 1199px) {
    .wrap-interactive .interactive .item .title-item {
        padding: 15px 60px;
    }
}
@media (max-width: 767px) {
    .wrap-interactive .interactive .item .title-item {
        padding: 10px 40px;
    }
}
.wrap-interactive .interactive .item .title-item:before {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;

    position: absolute;
    top: 0;
    left: 20px;

    content: 'Q :';
}
@media (max-width: 1199px) {
    .wrap-interactive .interactive .item .title-item:before {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-interactive .interactive .item .title-item:before {
        font-size: 20px;

        left: 10px;
    }
}
.wrap-interactive .interactive .item .title-item:after {
    font-family: 'iconfont' !important;
    line-height: 28px;

    position: absolute;
    top: 15px;
    right: 30px;

    display: block;

    width: 30px;
    height: 30px;

    content: '\e670';
    text-align: center;

    color: #666;
    border: 1px solid #666;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .wrap-interactive .interactive .item .title-item:after {
        right: 10px;
    }
}
.wrap-interactive .interactive .item .title-item h3 {
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-interactive .interactive .item .title-item h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-interactive .interactive .item .title-item h3 {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-interactive .interactive .item .note {
    padding: 20px 90px;

    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}
@media (max-width: 1199px) {
    .wrap-interactive .interactive .item .note {
        padding: 20px 60px;
    }
}
@media (max-width: 767px) {
    .wrap-interactive .interactive .item .note {
        padding: 20px 14px;
    }
}
.wrap-interactive .interactive .item .note p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-interactive .interactive .item .note p {
        font-size: 14px;
    }
}
.wrap-interactive .interactive .current .item .title-item {
    color: #fff;
    background-color: #e63d03;
}
.wrap-interactive .interactive .current .item .title-item:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #fff;
    border-color: #fff;
}
.wrap-aftersale .aftersale-text {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-aftersale .aftersale-text {
        margin-top: 30px;
    }
}
.wrap-aftersale .aftersale {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-aftersale .aftersale {
        margin-top: 30px;
    }
}
.wrap-aftersale .aftersale ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-aftersale .aftersale ul li {
    margin-top: 30px;
}
.wrap-aftersale .aftersale .item {
    font-size: 0;

    height: 100%;
    padding: 30px 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-aftersale .aftersale .item {
        padding: 20px 0;
    }
}
.wrap-aftersale .aftersale .item .pic,
.wrap-aftersale .aftersale .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-aftersale .aftersale .item .pic {
    position: relative;

    width: 170px;

    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-aftersale .aftersale .item .pic {
        width: 120px;
    }
}
@media (max-width: 991px) {
    .wrap-aftersale .aftersale .item .pic {
        width: 100%;
    }
}
.wrap-aftersale .aftersale .item .pic:after {
    position: absolute;
    top: 15%;
    right: 0;

    display: block;

    width: 1px;
    height: 70%;

    content: '';

    background-color: #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-aftersale .aftersale .item .pic:after {
        display: none;
    }
}
.wrap-aftersale .aftersale .item .pic .portrait {
    overflow: hidden;

    width: 90px;
    margin: 0 auto;

    border: 3px solid #dcdcdc;
    border-radius: 50%;
}
.wrap-aftersale .aftersale .item .pic p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-aftersale .aftersale .item .pic p {
        font-size: 14px;
    }
}
.wrap-aftersale .aftersale .item .note {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    padding: 0 5%;

    word-break: break-word;
}
@media (max-width: 1199px) {
    .wrap-aftersale .aftersale .item .note {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
}
@media (max-width: 991px) {
    .wrap-aftersale .aftersale .item .note {
        width: 100%;
    }
}
.wrap-aftersale .aftersale .item .note p {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    margin: 20px 0;
    padding-left: 34px;

    color: #666;
}
@media (max-width: 1199px) {
    .wrap-aftersale .aftersale .item .note p {
        font-size: 14px;

        margin: 10px 0;
    }
}
.wrap-aftersale .aftersale .item .note p:before {
    font-family: 'iconfont' !important;
    line-height: 22px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 22px;
    height: 22px;

    content: '\e68a';
    text-align: center;

    border: 1px solid #666;
    border-radius: 50%;
}
.wrap-aftersale .aftersale .item .note p.tel:before {
    font-size: 12px;

    content: '\e61c';
}
.wrap-aftersale .aftersale .item .note p.email2:before {
    font-size: 14px;

    content: '\e6a4';
}
.wrap-aftersale .aftersale .item .note p b {
    text-transform: capitalize;
}
.wrap-aftersale .aftersale .item .note p a:hover {
    text-decoration: underline;
}
.wrap-aftersale .aftersale .item:hover {
    border-color: #e63d03;
}
.wrap-inquiry {
    padding-top: 160px;
}
@media (max-width: 1199px) {
    .wrap-inquiry {
        padding-top: 120px;
    }
}
.wrap-inquiry .title-inquiry h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 24px;
    }
}
.wrap-inquiry .title-inquiry p {
    font-weight: 500;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-inquiry .bar .title-inquiry {
    text-align: center;
}
.wrap-inquiry .inquiry-info {
    font-size: 0;

    width: 100%;
    margin-top: 30px;

    border-collapse: collapse;
}
.wrap-inquiry .inquiry-info .title-inquiry-info {
    padding: 10px 0;

    text-transform: capitalize;

    color: #fff;
    background-color: #00468e;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}
.wrap-inquiry .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiry .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiry .inquiry-info .checkbox,
.wrap-inquiry .inquiry-info .pimg,
.wrap-inquiry .inquiry-info .pname,
.wrap-inquiry .inquiry-info .number,
.wrap-inquiry .inquiry-info .Operation {
    font-size: 14px;

    display: inline-block;

    padding: 20px 3%;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
.wrap-inquiry .inquiry-info .checkbox {
    width: 10%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .checkbox {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .Operation {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .pimg {
    width: 22%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .pimg {
        width: -webkit-calc(42% - 30px);
        width: calc(42% - 30px);
    }
}
.wrap-inquiry .inquiry-info .number {
    width: 20%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .number {
        width: -webkit-calc(58% - 30px);
        width: calc(58% - 30px);
        padding: 10px;
    }
}
.wrap-inquiry .inquiry-info .pname {
    width: 34%;
}
.wrap-inquiry .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiry .inquiry-info .all,
.wrap-inquiry .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiry .inquiry-info .check-all {
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
.wrap-inquiry .inquiry-info .Each,
.wrap-inquiry .inquiry-info .all {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}
.wrap-inquiry .inquiry-info .Each:checked::after,
.wrap-inquiry .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #e63d03;
}
.wrap-inquiry .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #e63d03;
}
.wrap-inquiry .inquiry-info input {
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry-info input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info input {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry .inquiry-info .del1,
.wrap-inquiry .inquiry-info .add1 {
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .del1,
    .wrap-inquiry .inquiry-info .add1 {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}
.wrap-inquiry .inquiry-info .del1:hover,
.wrap-inquiry .inquiry-info .add1:hover {
    color: #fff;
    border-color: #00468e;
    background-color: #00468e;
}
.wrap-inquiry .inquiry-info .pic {
    border: 1px solid #dcdcdc;
}
.wrap-inquiry .inquiry-info .pic .img-box {
    padding-bottom: 64.9122807%;
}
.wrap-inquiry .inquiry-info p {
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info p {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiry .close {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiry .close::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e68b';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiry .close::after {
        font-size: 16px;
    }
}
.wrap-inquiry .close:hover::after {
    color: #00468e;
}
.wrap-inquiry .inquiry-message {
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .wrap-inquiry .inquiry-message {
        padding-top: 50px;
    }
}
.wrap-inquiry .inquiry-message .row {
    margin: 0 -10px;
}
.wrap-inquiry .inquiry-message .row .itembox {
    padding: 0 10px;
}
.wrap-inquiry .inquiry-message input,
.wrap-inquiry .inquiry-message textarea {
    line-height: 30px;

    width: 100%;
    margin-top: 14px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #ededed;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry-message input,
    .wrap-inquiry .inquiry-message textarea {
        padding: 10px;
    }
}
.wrap-inquiry .inquiry-message input::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-inquiry .inquiry-message input:-o-placeholder,
.wrap-inquiry .inquiry-message textarea:-o-placeholder {
    color: #666;
}
.wrap-inquiry .inquiry-message input::-moz-placeholder,
.wrap-inquiry .inquiry-message textarea::-moz-placeholder {
    color: #666;
}
.wrap-inquiry .inquiry-message input:-ms-input-placeholder,
.wrap-inquiry .inquiry-message textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-inquiry .inquiry-message input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-message input:focus::-o-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-message input:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-message input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-message .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #00468e;
    box-shadow: none;
}
.wrap-inquiry .inquiry-message .submit:hover {
    background-color: #e63d03;
}
.wrap-inquiry .inquiry-message .read input {
    color: #fff;
    background-color: #00468e;
}
.wrap-inquiry .inquiry-message .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry-message .read input:-o-placeholder,
.wrap-inquiry .inquiry-message .read textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry-message .read input::-moz-placeholder,
.wrap-inquiry .inquiry-message .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry-message .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry-message .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-message .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-message .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry-message .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-sitemap {
    padding-top: 160px;
}
@media (max-width: 1199px) {
    .wrap-sitemap {
        padding-top: 120px;
    }
}
.wrap-sitemap .title-in {
    text-align: left;
}
.wrap-sitemap .title-in h2 {
    font-size: 30px;
}
@media (max-width: 991px) {
    .wrap-sitemap .title-in h2 {
        font-size: 24px;
    }
}
.wrap-sitemap .title-in h2:after {
    display: none;
}
.wrap-sitemap .sitemap {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    background-color: #00468e;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #00468e;
}
.wrap-sitemap .sitemap>ul>li>ul {
    position: relative;

    padding: 10px 0;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;

    display: block;

    padding: 5px 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a:hover>a {
    text-decoration: underline;

    color: #00468e;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>ul {
        padding: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
    line-height: 30px;

    display: block;

    padding: 0 10px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover a {
    text-decoration: underline;

    color: #00468e;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #00468e;
}
nav {
    text-align: right;
}
.pagination {
    margin: 60px 0 0 0;
}
@media (max-width: 767px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    line-height: 30px;

    width: 40px;
    height: 30px;

    color: #fff;
    border-radius: 0;
    background-color: #e4e4e4;
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    content: '\e64e';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
    color: #fff;
    background-color: #e63d03;
}
.pagination li.next a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pagination li a {
    font-size: 16px;
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin: 0 10px;
    padding: 0;

    text-align: center;

    color: #666;
    border: none;
}
@media (max-width: 767px) {
    .pagination li a {
        margin: 0 4px;
    }
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    text-decoration: underline;

    color: #00468e;
    border: none;
    background: none;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    text-decoration: underline;

    color: #00468e;
    border: none;
    background: none;
}
.lazy {
    background-size: 24px !important;
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    width: auto;
    height: auto;
    margin: 14px 0;

    text-align: center;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    display: none;
}
#fp-nav {
    padding: 10px;

    border-radius: 15px;
    background-color: rgba(0, 0, 0, .52);
}
#fp-nav ul li a {
    font-size: 26px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    color: #fff;
    border-radius: 10px;
}
#fp-nav ul li a:before {
    font-family: 'iconfont' !important;

    content: '\e723';
}
#fp-nav ul li a.active {
    background-image: -webkit-linear-gradient(265deg, #d53903, #0323a4);
    background-image: linear-gradient(-175deg, #d53903, #0323a4);
}
#fp-nav ul li:nth-child(1) a:before {
    font-size: 30px;
}
#fp-nav ul li:nth-child(2) a:before {
    font-size: 24px;

    content: '\e668';
}
#fp-nav ul li:nth-child(3) a:before {
    content: '\e787';
}
#fp-nav ul li:nth-child(4) a:before {
    content: '\e66a';
}
#fp-nav ul li:nth-child(5) a:before {
    content: '\e685';
}
#fp-nav ul li:nth-child(6) a:before {
    content: '\e667';
}
#fp-nav ul li:nth-child(7) a:before {
    content: '\e64a';
}
@media (max-width: 1199px) {
    .skiptranslate iframe {
        display: none;
    }
    .google-translation .skiptranslate {
        display: inline-block;
    }
    body {
        top: 0 !important;
    }
}

.header .pc-search,
.header .cart,
.header .language,
.header .google_translate {
    transition: all .5s;
}
.fp-viewing-2 .pc-search,
.fp-viewing-2 .cart,
.fp-viewing-2 .language,
.fp-viewing-2 .google_translate,
.fp-viewing-3 .pc-search,
.fp-viewing-3 .cart,
.fp-viewing-3 .language,
.fp-viewing-3 .google_translate,
.fp-viewing-4 .pc-search,
.fp-viewing-4 .cart,
.fp-viewing-4 .language,
.fp-viewing-4 .google_translate,
.fp-viewing-5 .pc-search,
.fp-viewing-5 .cart,
.fp-viewing-5 .language,
.fp-viewing-5 .google_translate,
.fp-viewing-6 .pc-search,
.fp-viewing-6 .cart,
.fp-viewing-6 .language,
.fp-viewing-6 .google_translate,
.fp-viewing-7 .pc-search,
.fp-viewing-7 .cart,
.fp-viewing-7 .language,
.fp-viewing-7 .google_translate {
    transform: translateY(-300%);
}

.fp-viewing-1 .header .language a,
.fp-viewing-1 .header .cart {
    color: #ffffff;
}
.fp-viewing-1 .header .pc-search {
    border-color: #ededed;
}
.fp-viewing-1 .header .pc-search input {
    background: none;
    color: #ffffff;
}
.fp-viewing-1 .header .pc-search .submit {
    color: #ffffff;
}
.fp-viewing-1 .header .btn-menu,
.fp-viewing-2 .header .btn-menu,
.fp-viewing-3 .header .btn-menu {
    color: #ffffff;
}
.fp-viewing-1 .header .btn-menu:after,
.fp-viewing-2 .header .btn-menu:after,
.fp-viewing-3 .header .btn-menu:after {
    background-image: url(../images/menu-white.png);
}
.header-in-fixed {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.section-product {
    /* background: none!important; */
}
@media(min-width:768px) {
    .box-news .news ul {
        font-size: 0;
        margin: 0 -24px;
        padding: 40px 0;
    }
    .box-news .news ul li {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        padding: 0 24px;
    }
    .box-news .news ul li:nth-child(2) {
        transform: scale(1.1);
    }
    .box-news .news ul li .item {
        margin: 0;
    }
}
.leave .box-category ul li:nth-child(1) .item {
    animation: fadeOutDown 1.5s 0s ease both;
}
.leave .box-category ul li:nth-child(2 .item) {
    animation: fadeOutDown 1.5s .3s ease both;
}
.leave .box-category ul li:nth-child(3) .item {
    animation: fadeOutDown 1.5s .6s ease both;
}
.leave .box-category ul li:nth-child(4) .item {
    animation: fadeOutDown 1.5s .9s ease both;
}
.leave .customer-logo {
    animation: fadeOutLeft 1.5s 0s ease both;
}
.leave .slick-customer {
    animation: fadeOutRight 1.5s 0s ease both;
}
.leave .box-customer .title {
    animation: fadeOutUpBig 1.5s 0s ease both;
}
.leave .box-choose .title {
    animation: fadeOutUp 1.5s 0s ease both;
}
.leave .box-choose .choose {
    animation: fadeOutDown 1.5s 0s ease both;
}

.active .box-category ul li:nth-child(1) .item {
    animation: fadeInUp 1.5s 0s ease both;
}
.active .box-category ul li:nth-child(2) .item {
    animation: fadeInUp 1.5s 0.5s ease both;
}
.active .box-category ul li:nth-child(3) .item {
    animation: fadeInUp 1.5s 1s ease both;
}
.active .box-category ul li:nth-child(4) .item {
    animation: fadeInUp 1.5s 1.5s ease both;
}
.active .box-about .about .title {
    animation: fadeInDown 1.5s 0s ease both;
}
.active .box-about .about .text {
    animation: fadeInUp 1.5s 0s ease both;
}
.active .box-about .about .number {
    animation: fadeInUp 1.5s 0s ease both;
}
.active .box-about .about .more {
    animation: fadeInUp 1.5s 0s ease both;
}
.active .box-about .about .vrmore {
    animation: fadeInUp 1.5s 0s ease both;
}
.active .customer-logo {
    animation: fadeInLeft 1.5s 0s ease both;
}
.active .slick-customer {
    animation: fadeInRight 1.5s 0s ease both;
}
.active .box-customer .title {
    animation: fadeInDown 1.5s 0s ease both;
}
.active .box-choose .title {
    animation: fadeInDown 1.5s 0s ease both;
}
.active .box-choose .choose {
    animation: fadeInUp 1.5s 0s ease both;
}
.active .box-news .title {
    animation: fadeInDown 1.5s 0s ease both;
}
.active .box-news .news {
    animation: fadeInUp 1.5s 0s ease both;
}
.box-category ul li {
    transition: all .2s;
}
.box-category ul li:nth-child(1) {
    background: url(../images/pb1.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-category ul li:nth-child(2) {
    background: url(../images/pb2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-category ul li:nth-child(3) {
    background: url(../images/pb3.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-category ul li:nth-child(4) {
    background: url(../images/pb4.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-category ul li:nth-child(1):hover {
    background: url(../images/pbh1.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-category ul li:nth-child(2):hover {
    background: url(../images/pbh2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-category ul li:nth-child(3):hover {
    background: url(../images/pbh3.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-category ul li:nth-child(4):hover {
    background: url(../images/pbh4.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.box-footer .foot-nav .menu-level1 {
    font-size: 0;
}
.box-footer .foot-nav .menu-level1>li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    max-width: 16.666667%;
    text-align: left;
}
.box-footer .foot-nav .menu-level1>li>a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.box-footer .foot-nav .menu-level2>li>a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.box-footer .foot-nav .menu-level2>li>a:hover {
    color: #00468e;
}
@media (min-width: 1200px) {
    .box-footer {
        padding-top: 80px;
    }
    .box-footer .foot-nav {
        padding-bottom: 80px;
    }
    .box-footer .foot-nav .menu-level1 {
        text-align: justify;
        text-justify: distribute-all-lines;
        width: 100%;
        padding: 0;
    }
    .box-footer .foot-nav .menu-level1:after {
        width: 100%;
        height: 0;
        margin: 0;
        display: inline-block;
        overflow: hidden;
        content: "";
    }
}
.box-footer .foot-erweima {
    padding-bottom: 50px;
}
.box-footer .foot-erweima ul {
    text-align: center;
    margin: 0 -15px;
}
.box-footer .foot-erweima ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.box-footer .foot-erweima ul li .item {
    width: 150px;
}
.box-footer .foot-erweima ul li .item img {
    width: 100%;
}
.box-footer-in .copyright {
    margin: 0;
}
@media(max-width:1199px) {
    .box-footer .foot-nav {
        padding-bottom: 30px;
    }
    .box-footer .foot-nav .menu-level1>li {
        display: block;
        max-width: 100%;
        margin: 10px 0;
    }
    .box-footer .foot-nav .menu-level2>li {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }
    .box-footer .foot-nav .menu-level2>li>a {
        line-height: 24px;
    }
}
@media(max-width:767px) {
    .box-footer .foot-erweima ul li .item {
        width: 120px;
    }
}