@charset 'utf-8';
@-ms-viewport {
    width: auto !important;
}
.ff {
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: Arial, 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1590px) {
    .container {
        width: 1560px;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1589px) {
    .container {
        width: 1410px;
    }
}
@media only screen and (min-width: 1340px) and (max-width: 1440px) {
    .container {
        width: 1310px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .container {
        width: 1170px;
    }
}
.lazy {
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
*[data-fancybox],
*[data-type='iframe'] {
    outline: none !important;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea,
select {
    resize: none;

    border: none;
    outline: none;
}
textarea {
    overflow: auto;
}
.txt-over1 {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.page {
    text-align: center;
}
.page li {
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin: 0 3px;

    cursor: pointer;
    text-align: center;

    color: #999;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 767px) {
    .page li {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover {
    color: #fff;
    border-color: #00479d;
    background-color: #00479d;
}
.page li a {
    display: block;
}
.page li.prev,
.page li.next {
    color: #fff;
    background-color: #ddd;
}
.page li.prev:hover,
.page li.next:hover {
    border-color: #00479d;
    background-color: #00479d;
}
@media (min-width: 481px) {
    .page li.prev {
        margin-right: 26px;
    }
}
@media (min-width: 481px) {
    .page li.next {
        margin-left: 26px;
    }
}
.table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px) {
    .table-box {
        padding: 0 5px;
    }
}
table {
    width: 100%;
    max-width: 98%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
table tr,
table td {
    width: auto !important;
    height: auto !important;
}
table td {
    padding: 5px !important;

    border: 1px solid #cecece !important;
}
table tr p,
table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.language-box {
    position: relative;

    display: none;
}
.language-box p {
    margin: 0;

    color: #999;
}
.language-box p:before,
.language-box p:after {
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.language-box p:before {
    width: 24px;
    height: 24px;
    margin-right: 5px;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.language-box p:after {
    width: 0;
    height: 0;
    margin-left: 5px;

    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
}
.language-box p.en:before {
    background-position: 0 100%;
}
.language-box p.cn:before {
    background-position: 100% 100%;
}
@media (min-width: 768px) {
    .language-box ul {
        position: absolute;
        left: 50%;

        display: none;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.language-box ul li a {
    display: block;

    color: #fff;
}
.language-box ul li a:before {
    display: inline-block;
    overflow: hidden;

    width: 22px;
    height: 22px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}
.language-box ul li a:hover {
    text-decoration: underline;
}
.language-box ul .en a:before {
    background-position: 0 100%;
}
.language-box ul .cn a:before {
    background-position: 100% 100%;
}
.language-box.language-header {
    padding: 29px 0;
}
.language-box.language-header ul {
    z-index: 10;
    top: 100%;

    padding: 10px 13px;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
}
.language-box.language-header li {
    margin: 0 12px;

    white-space: nowrap;
}
.language-box.language-header li:first-child {
    margin-bottom: 12px;
}
.language-box.language-header li a {
    color: #666;
}
.header {
    position: relative;
    z-index: 60;

    zoom: 1;

    width: 100%;

    -webkit-transition: .3s;
    transition: .3s;
}
.header:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 768px) {
    .header .container {
        width: 100%;
        padding: 0 50px 0 30px;
    }
}
.header .logo {
    float: left;

    text-align: center;
}
.header .logo a {
    display: block;

    width: auto;
    max-width: 100%;
    padding: 12px 0;
}
@media (max-width: 767px) {
    .header .logo a {
        max-width: 130px;
        padding: 15px 0;
    }
}
.header .logo img {
    display: block;

    width: 100%;
}
.header .right-box {
    float: right;
}
@media (min-width: 1340px) {
    .header .right-box {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .header .right-box {
        margin-left: 0;
    }
}
.header .find {
    display: inline-block;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.header .find:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    content: '\e660';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
    .header .find {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .header .find {
        margin-top: 23px;
    }
}
.header .language-box {
    font-size: 15px;

    display: inline-block;

    padding-left: 45px;

    vertical-align: middle;

    border-left: 1px solid #f2f2f2;
}
@media (max-width: 1339px) {
    .header .language-box {
        padding-left: 25px;
    }
}
@media (max-width: 1199px) {
    .header .language-box {
        display: none;
    }
}
.header .language-box .active {
    color: #00479d;
}
.header .language-box a:first-child:after {
    margin: 0 10px;

    content: '·';

    color: #333;
}
.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-top: 30px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;

        margin-top: 22px;
        margin-left: 15px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #666;
    }
}
@media (max-width: 767px) {
    .header .nav-collapse {
        margin-top: 14px;

        border: none;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav {
    float: right;
}
@media (min-width: 1340px) {
    .header .nav {
        text-align: center;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background: #000;
    }
    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 25px;
    }
}
.header .nav.left-100 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
}
.header .nav .nav-list1 {
    position: relative;

    zoom: 1;
}
.header .nav .nav-list1:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        position: relative;

        float: left;

        padding: 0 25px;
    }
    .header .nav .nav-list1>li:before {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;

        position: absolute;
        top: 50%;
        left: -2px;

        margin-top: -8px;

        content: '/';

        color: #ccc;
    }
    .header .nav .nav-list1>li:first-child:before {
        display: none;
    }
    .header .nav .nav-list1>li:hover>a {
        color: #00479d;
    }
    .header .nav .nav-list1>li>a {
        font-size: 14px;

        position: relative;

        display: inline-block;

        padding: 29px 0;

        text-transform: uppercase;
    }
    .header .nav .nav-list1 .nav-list2,
    .header .nav .nav-list1 .nav-list3 {
        display: none;

        text-align: left;

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 140px;
        padding: 20px 10px;

        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2>li {
        position: relative;

        padding: 8px 15px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2>li:first-child>a {
        border-top: none;
    }
    .header .nav .nav-list1 .nav-list2>li:before,
    .header .nav .nav-list1 .nav-list2>li:after {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2>li:before {
        top: 0;
    }
    .header .nav .nav-list1 .nav-list2>li:after {
        top: 100%;
    }
    .header .nav .nav-list1 .nav-list2>li:hover>a {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);

        color: #00479d;
        border-bottom: 1px solid #00479d;
    }
    .header .nav .nav-list1 .nav-list2>li>a {
        font-size: 14px;

        display: inline-block;

        -webkit-transition: .3s;
        transition: .3s;
    }
    .header .nav .nav-list1 .nav-list2>li>a:before {
        margin-right: 5px;

        content: '-';
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;

        width: 255px;
        padding: 20px;

        border-left: 1px solid transparent;
        background-clip: padding-box;
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        position: relative;

        padding: 12px 0 12px 10px;

        white-space: normal;
        word-break: break-word;
    }
    .header .nav .nav-list1 .nav-list3 li>a:hover {
        color: #00479d;
    }
    .header .nav .nav-list1 .nav-list3 li>a:before {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .header .nav .nav-list1>li {
        padding: 0 25px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px) {
    .header .nav .nav-list1>li {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1>li {
        white-space: nowrap;

        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 .pic-box {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav .nav-list1 {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    content: '\e9b5';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2 {
        font-size: 20px;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    margin-top: 12%;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 20px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 10px 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li .pic-box,
.header .nav-3 .content ul li .pic-box {
    display: none;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 19px;
}
.header .search-wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.header .search-wrap.active .search {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.header .search-wrap .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-50%) scale(.2);
    -ms-transform: translateY(-50%) scale(.2);
    transform: translateY(-50%) scale(.2);

    border: none;
    border-radius: 0;
}
.header .search-wrap .search p {
    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-wrap .search .input-text {
    font-size: 20px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 3px solid #1f1e1e;
    background: none;
}
@media (max-width: 767px) {
    .header .search-wrap .search .input-text {
        padding-left: 5px;
    }
}
.header .search-wrap .search .input-submit {
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 10px;

    width: 50px;

    background: none;
}
.header .search-wrap .search .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    content: '\e660';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .search-wrap .search-close {
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.header .search-wrap .search-close:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

    content: '\e61b';

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        zoom: 1;

        margin: 4% 0;
    }
    .header .fade-out ul.nav-list1>li:after {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .header .fade-out ul.nav-list1>li.act {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more>a:before {
        font-family: 'iconfont' !important;
        font-size: 25px;
        font-style: normal;

        content: '\e72f';

        color: #fff;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 26px;

        position: relative;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (max-width: 991px) {
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .header .fade-out ul.nav-list1>li.more {
        padding-right: 10px;

        -webkit-transition: padding-right .5s;
        transition: padding-right .5s;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .header .fade-out ul.nav-list1>li.more>a:before {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px) {
    .header .fade-out ul.nav-list1>li.more>a:before {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .header .fade-out ul.nav-list1>li.more.show {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li>a {
        font-size: 22px;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .fade-out .nav-list2 {
        position: absolute;
        top: 50%;
        left: 100%;

        padding: 0 20%;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.header .xs-language {
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding-left: 25px;

    text-align: left;
}
@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}
.header .xs-language a {
    font-size: 16px;

    white-space: nowrap;

    color: #fff;
}
.header .xs-language a.active {
    text-decoration: underline;
}
.header .xs-language span {
    margin: 0 5px;

    color: #fff;
}
.banner {
    position: relative;
    z-index: 5;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px) {
    .banner .banner-wrap {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .banner .banner-wrap {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner .banner-wrap {
        width: 280%;
        max-width: 280%;
        margin-left: -90%;
    }
}
.banner .tparrows {
    display: none;
}
.banner .tp-bullets.simplebullets.round {
    z-index: 40;

    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);

    opacity: 1;
}
.banner .tp-bullets.simplebullets.round .bullet {
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 767px) {
    .banner .tp-bullets.simplebullets.round .bullet {
        margin: 0 5px;
    }
}
.banner .tp-bullets.simplebullets.round .bullet:before,
.banner .tp-bullets.simplebullets.round .bullet:after {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    border-radius: 50%;
}
.banner .tp-bullets.simplebullets.round .bullet:before {
    width: 4px;
    height: 4px;

    border-radius: 50%;
    background: #fff;
}
.banner .tp-bullets.simplebullets.round .bullet:after {
    width: 0;
    height: 0;

    -webkit-transition: .5s;
    transition: .5s;
}
.banner .tp-bullets.simplebullets.round .bullet.selected:after {
    width: 18px;
    height: 18px;

    border: 1px solid #fff;
}
.banner .tp-bullets.simplebullets.round .bullet button {
    display: none;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .slick-slide {
    position: relative;
}
.banner .text {
    font-size: 10px;

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

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    letter-spacing: 0;

    color: #fff;
}
@media (max-width: 1339px) {
    .banner .text {
        font-size: 8px;

        padding: 0 10%;
    }
}
@media (max-width: 991px) {
    .banner .text {
        font-size: 6px;

        padding: 0 18%;
    }
}
@media (max-width: 767px) {
    .banner .text {
        font-size: 3px;

        padding: 0 15%;

        -webkit-transform: translateY(-54%);
        -ms-transform: translateY(-54%);
        transform: translateY(-54%);
    }
}
.banner .text p {
    line-height: 2.14285714;
    line-height: 1.4;

    margin: 0;

    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);

    opacity: 0;

    will-change: transform;
}
.banner .text p:nth-child(1),
.banner .text p:nth-child(2) {
    font-size: 6.8em;

    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.banner .text p:nth-child(3) {
    font-size: 4.6em;
    line-height: 1.5;

    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.banner .text p:nth-child(4) {
    font-size: 4.4em;

    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.banner .text p:nth-child(5) {
    font-size: 3.8em;

    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.banner .text p:nth-child(6) {
    font-size: 3.2em;

    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.banner .slick-current .text p {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.wrap {
    overflow: hidden;

    max-width: 100%;
}
.index-box {
    padding: 100px 0;
}
@media (max-width: 1199px) {
    .index-box {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .index-box {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .index-box {
        padding: 45px 0;
    }
}
.index-box .title {
    position: relative;

    width: 66%;
    margin: 0 auto 40px;

    text-align: center;
}
.index-box .title:after {
    display: block;

    width: 30px;
    height: 3px;
    margin: 0 auto;
    margin-top: 15px;

    content: '';

    background-color: #00479d;
}
@media (max-width: 1199px) {
    .index-box .title {
        width: 90%;
    }
}
.index-box .title h3 {
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 5px 0;

    color: #00479d;
}
@media (max-width: 767px) {
    .index-box .title h3 {
        font-size: 26px;
    }
}
.index-box .title p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.index-range ul {
    zoom: 1;
}
.index-range ul:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.index-range ul li {
    position: relative;

    float: left;
    overflow: hidden;

    width: 20%;
    /*padding: 4.5% 0;*/
    padding: 7.5% 0;

    text-align: center;
}
@media (max-width: 1199px) {
    .index-range ul li {
        width: 33.3333%;
    }
}
@media (max-width: 767px) {
    .index-range ul li {
        width: 50%;
        padding: 25px 0 30px 0;
    }
}
.index-range ul li:nth-child(odd) {
    background-color: #fbfbfb;
}
.index-range ul li:nth-child(even) {
    background-color: #f6f6f6;
}
.index-range ul li:nth-child(1) .item:before
/*.index-range ul li:nth-child(1) .mask-box:after*/
    {
    font-size: 45px;

    content: '\e61a';
}
.index-range ul li:nth-child(2) .item:before
/*.index-range ul li:nth-child(2) .mask-box:after*/
    {
    font-size: 45px;

    content: '\e617';
}
.index-range ul li:nth-child(3) .item:before
/*.index-range ul li:nth-child(3) .mask-box:after*/
    {
    font-size: 45px;

    content: '\e6aa';
}
.index-range ul li:nth-child(4) .item:before
/*.index-range ul li:nth-child(4) .mask-box:after*/
    {
    font-size: 45px;

    content: '\e76e';
}
.index-range ul li:nth-child(5) .item:before
/*.index-range ul li:nth-child(5) .mask-box:after*/
    {
    font-size: 45px;

    content: '\e6c3';
}
@media (max-width: 767px) {
    .index-range ul li:nth-child(1),
    .index-range ul li:nth-child(4),
    .index-range ul li:nth-child(5) {
        background-color: #fbfbfb;
    }
    .index-range ul li:nth-child(2),
    .index-range ul li:nth-child(3) {
        background-color: #f6f6f6;
    }
}
.index-range ul li:hover .mask {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.index-range .item:before,
.index-range .mask-box:before,
.index-range .item:after,
.index-range .mask-box:after {
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-range .item:before {
    font-weight: normal;

    display: block;

    color: #00479d;
}
.index-range .item span,
.index-range .item b {
    display: block;
}
.index-range .item b {
    font-size: 16px;

    margin: 15% 0;
}
@media (max-width: 767px) {
    .index-range .item b {
        font-size: 14px;

        margin: 10% 0;
    }
}
.index-range .item .num {
    font-size: 30px;
    font-weight: bold;

    color: #00479d;
}
.index-range .item p {
    margin: 2% 0 15%;

    color: #666;
}
@media (max-width: 767px) {
    .index-range .item p {
        margin-bottom: 0;
    }
}
.index-range .item .more {
    color: #666;
}
.index-range .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 0 10%;

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

    opacity: 0;
    color: #fff;
    background-color: #00479d;
}
@media (max-width: 991px) {
    .index-range .mask {
        display: none;
    }
}
.index-range .mask-box {
    position: relative;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-range .mask-box b {
    font-size: 18px;

    display: block;

    margin-bottom: 20px;
}
.index-range .mask-box p {
    line-height: 1.71428571;

    /*min-height: 240px;*/
    margin: 0;
}
@media (max-width: 1339px) {
    .index-range .mask-box p {
        /*min-height: 192px;*/
    }
}
.index-about {
    position: relative;

    background: url(../images/imgs/about-bg.jpg) bottom center no-repeat;

    background-size: cover;
}
@media (max-width: 767px) {
    .index-about {
        border-bottom: 1px solid #ececec;
    }
}
.index-about .about-box {
    width: 70%;
    margin: 30px auto 0;

    text-align: center;
}
@media (max-width: 1199px) {
    .index-about .about-box {
        width: 85%;
    }
}
@media (max-width: 767px) {
    .index-about .about-box {
        width: 90%;
    }
}
.index-about .about-box p {
    line-height: 2.14285714;

    margin: 0;
}
.index-about .about-box a.more {
    line-height: 50px;

    display: block;

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

    text-align: center;

    border-radius: 50px;
    background-color: #00479d;
}
@media (max-width: 767px) {
    .index-about .about-box a.more {
        color: #fff;
    }
}
.index-about .intro {
    /*text-align: center;*/
    text-align: left;
}
.index-about .intro p {
    line-height: 2.14285714;

    width: 78%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .index-about .intro p {
        width: 90%;
    }
}
.index-about .index-num {
    overflow: hidden;

    padding: 90px 0;

    color: #333;
}
@media (max-width: 991px) {
    .index-about .index-num {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .index-about .index-num {
        padding: 30px 0;
    }
}
.index-about .index-num ul {
    font-size: 0;

    margin: 0 -20px;

    letter-spacing: -8px;
}
@media (max-width: 1199px) {
    .index-about .index-num ul {
        margin: 0 -10px;
    }
}
@media (max-width: 991px) {
    .index-about .index-num ul {
        margin-top: -15px;
    }
}
@media (max-width: 767px) {
    .index-about .index-num ul {
        margin: 0;
    }
}
.index-about .index-num ul li {
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    padding: 0 35px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px) {
    .index-about .index-num ul li {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .index-about .index-num ul li {
        width: 33.333%;
        margin-top: 15px;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .index-about .index-num ul li {
        width: 50%;
        padding: 0 15px;
    }
}
@media (max-width: 320px) {
    .index-about .index-num ul li {
        width: 100%;
    }
}
.index-about .index-num .item {
    position: relative;

    text-align: center;
}
.index-about .index-num .item .timer {
    font-size: 30px;
    font-weight: bold;

    position: relative;

    display: block;

    color: #00479d;
}
.index-about .index-num .item p {
    line-height: 1.71428571;

    margin: 0;
}
.index-about .more {
    line-height: 40px;

    display: block;

    width: 190px;
    height: 40px;
    margin: 0 auto;
    padding: 0 20px;

    -webkit-transition: .3s;
    transition: .3s;

    color: #fff;
    background-color: #00479d;
    text-align: center;
}
.index-about .more:after {
    font-family: 'iconfont' !important;
    font-style: normal;

    float: right;

    content: '\e72f';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 992px) {
    .index-about .more:hover {
        background-color: #f79600;
    }
}
.index-solution {
    padding-bottom: 0;
}
.index-solution .video-wrap {
    position: relative;
    z-index: 2;

    background: url(../images/imgs/solution.jpg) no-repeat center;
    background-size: cover;
}
@media only screen and (min-width: 768px) {
    .index-solution .video-wrap {
        /*padding-bottom: 31.25%;*/
        padding-bottom: 28.55%;
    }
}
@media (max-width: 767px) {
    .index-solution .video-wrap {
        padding: 45px 0;
    }
}
@media only screen and (min-width: 768px) {
    .index-solution .v-solution,
    .index-solution .list {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .index-solution .v-solution {
        display: none;
    }
}
.index-solution .list {
    z-index: 2;

    color: #fff;
}
.index-solution .container {
    position: relative;

    height: 100%;
}
.index-solution ul {
    position: relative;

    height: 100%;

    text-align: center;
}
@media (max-width: 767px) {
    .index-solution ul {
        font-size: 0;

        z-index: 5;

        width: 100%;

        text-align: left;
        letter-spacing: -8px;
    }
}
.index-solution li {
    width: 20%;
}
@media only screen and (min-width: 768px) {
    .index-solution li {
        position: absolute;
        top: 0;

        height: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .index-solution li:hover>b:before {
        -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
        transform: translateY(-150px);
    }
    .index-solution li:hover>b span {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);

        opacity: 0;
    }
    .index-solution li:hover .mask {
        opacity: 1;
        background-color: #00479d;
    }
    .index-solution li:hover .mask-box b,
    .index-solution li:hover .mask-box p,
    .index-solution li:hover .mask-box i {
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}
@media (max-width: 991px) {
    .index-solution li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .index-solution li {
        font-size: 0;

        position: relative;
        left: 0 !important;

        display: inline-block;

        width: 50%;
        margin: 30px 0;

        text-align: center;
        vertical-align: top;
        letter-spacing: 0;
    }
}
.index-solution li:nth-child(1) {
    left: 0;
}
.index-solution li:nth-child(1)>b:before {
    content: '\e611';
}
.index-solution li:nth-child(2) {
    left: 20%;
}
.index-solution li:nth-child(2)>b:before {
    content: '\e691';
}
.index-solution li:nth-child(3) {
    left: 40%;
}
.index-solution li:nth-child(3)>b:before {
    content: '\ea3d';
}
.index-solution li:nth-child(4) {
    left: 60%;
}
.index-solution li:nth-child(4)>b:before {
    content: '\e6d8';
}
.index-solution li:nth-child(5) {
    left: 80%;
}
.index-solution li:nth-child(5)>b:before {
    content: '\e640';
}
.index-solution li>b {
    font-size: 16px;

    position: relative;
    left: 0;

    display: block;

    width: 100%;

    -webkit-transition: .5s;
    transition: .5s;
}
@media only screen and (min-width: 768px) {
    .index-solution li>b {
        top: 50%;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (max-width: 991px) {
    .index-solution li>b {
        font-size: 14px;
    }
}
.index-solution li>b:before {
    font-family: 'iconfont' !important;
    font-size: 44px;
    font-weight: normal;
    font-style: normal;

    display: block;

    margin-bottom: 35px;

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

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px) {
    .index-solution li>b:before {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .index-solution li>b:before {
        margin-bottom: 20px;
    }
}
.index-solution li>b span {
    display: block;

    -webkit-transition: .5s;
    transition: .5s;
}
.index-solution .mask {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
}
.index-solution .mask-box {
    position: relative;
    top: 50%;

    padding: 0 5%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-solution .mask-box b,
.index-solution .mask-box p,
.index-solution .mask-box i {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);

    opacity: 0;
}
.index-solution .mask-box b {
    display: block;

    margin-bottom: 20px;

    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.index-solution .mask-box p {
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 240px;

    -webkit-transition-delay: .3s;
    transition-delay: .3s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
@media (max-width: 1199px) {
    .index-solution .mask-box p {
        height: 144px;

        -webkit-line-clamp: 6;
    }
}
.index-solution .mask-box i {
    font-weight: bold;
    line-height: 45px;

    display: block;

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

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

    color: #00479d;
    border-radius: 50%;
    background-color: #fff;
}
.index-product {
    padding-bottom: 0;
}
.index-product .list {
    zoom: 1;

    background-color: rgba(0, 0, 0, .6);
}
.index-product .list:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.index-product li {
    float: left;

    width: 25%;
    padding: 1px 0 0 1px;
}
@media (max-width: 767px) {
    .index-product li {
        width: 100%;
    }
}
.index-product .img-box {
    padding-bottom: 75%;
}
.index-product .item {
    position: relative;

    overflow: hidden;
}
@media (min-width: 992px) {
    .index-product .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .index-product .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media (min-width: 1200px) {
    .index-product .item:hover .mask {
        background-color: rgba(0, 0, 0, .2);
    }
    .index-product .item:hover .mask .text {
        opacity: 0;
    }
    .index-product .item:hover .mask .intro {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        opacity: 1;
    }
    .index-product .item:hover .mask .intro b:before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
.index-product .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}
@media (max-width: 767px) {
    .index-product .mask {
        background-color: rgba(0, 0, 0, .3);
    }
}
.index-product .mask b {
    font-size: 20px;

    display: block;

    margin-bottom: 5px;
}
.index-product .mask p {
    margin: 0;
}
.index-product .mask .text {
    padding: 45px 30px;

    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 767px) {
    .index-product .mask .text {
        position: relative;
        top: 50%;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.index-product .mask .intro {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    text-align: center;

    opacity: 0;
}
.index-product .mask .intro b:before {
    font-family: 'iconfont' !important;
    font-weight: normal;
    font-style: normal;
    line-height: 48px;

    display: block;

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

    content: '\e61f';
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);

    color: #fff;
    border-radius: 50%;
    background-color: #00479d;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news .img-box {
    padding-bottom: 53.33333333%;
}
@media (max-width: 991px) {
    .index-news .news-slider-for {
        margin: 0 -10px;
    }
    .index-news .news-slider-for .slick-slide {
        padding: 0 10px;
    }
}
.index-news .news-slider-for .intro {
    padding: 35px 0;

    color: #666;
    border-bottom: 1px solid #f2f2f2;
}
.index-news .news-slider-for h4 {
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 15px 0 25px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}
.index-news .news-slider-for p {
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-news .news-slider-for .more a {
    position: relative;

    padding-right: 15px;
}
.index-news .news-slider-for .more a:after {
    font-family: 'iconfont' !important;
    font-size: 12px;
    font-style: normal;

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

    content: '\e72f';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news .news-slider-nav {
    position: relative;

    /*padding: 90px 0;*/
    padding: 70px 0;
}
@media (max-width: 1589px) {
    .index-news .news-slider-nav {
        padding: 70px 0;
    }
}
@media (max-width: 1440px) {
    .index-news .news-slider-nav {
        padding: 55px 0;
    }
}
@media (max-width: 1589px) {
    .index-news .news-slider-nav {
        padding: 38px 0;
    }
}
@media (max-width: 1199px) {
    .index-news .news-slider-nav {
        padding: 40px 0;
    }
}
@media (max-width: 991px) {
    .index-news .news-slider-nav {
        display: none;
    }
}
.index-news .news-slider-nav .slick-current .item,
.index-news .news-slider-nav .slick-slide:hover .item {
    background-color: #f6f6f6;
}
.index-news .news-slider-nav .slick-current .item:before,
.index-news .news-slider-nav .slick-slide:hover .item:before {
    width: 20px;
}
.index-news .news-slider-nav .slick-current .item .num,
.index-news .news-slider-nav .slick-slide:hover .item .num {
    color: #00479d;
}
.index-news .news-slider-nav .item {
    position: relative;

    padding: 45px 50px 45px 150px;

    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
@media (max-width: 1199px) {
    .index-news .news-slider-nav .item {
        padding: 35px 50px 35px 100px;
    }
}
.index-news .news-slider-nav .item:before {
    position: absolute;
    top: 50px;
    left: 30px;

    display: block;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: width .3s;
    transition: width .3s;

    background-color: #00479d;
}
@media (max-width: 1199px) {
    .index-news .news-slider-nav .item:before {
        display: none;
    }
}
.index-news .news-slider-nav .item .num {
    font-size: 20px;

    position: absolute;
    top: 38px;
    left: 90px;
}
@media (max-width: 1199px) {
    .index-news .news-slider-nav .item .num {
        top: 32px;
        left: 40px;
    }
}
.index-news .news-slider-nav .item h4 {
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 0 0 15px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news .news-slider-nav .item p {
    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.index-news .news-slider-nav .slick-arrow {
    background: none;
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;

    position: absolute;
    left: 50%;

    margin-left: -16px;

    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.index-news .news-slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;

    position: absolute;
    left: 50%;

    margin-left: -16px;

    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.index-news .news-slider-nav .slick-prev {
    top: 0;
}
.index-news .news-slider-nav .slick-prev:before {
    content: '\ea3e';
}
.index-news .news-slider-nav .slick-next {
    bottom: 0;
}
.index-news .news-slider-nav .slick-next:before {
    content: '\ea3f';
}
.index-news .slick-dots {
    margin-top: 25px;

    text-align: center;
}
@media (max-width: 767px) {
    .index-news .slick-dots {
        margin-top: 15px;
    }
}
.index-news .slick-dots li {
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 767px) {
    .index-news .slick-dots li {
        margin: 0 5px;
    }
}
.index-news .slick-dots li:before,
.index-news .slick-dots li:after {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    border-radius: 50%;
}
.index-news .slick-dots li:before {
    width: 4px;
    height: 4px;

    border-radius: 50%;
    background: #bbb;
}
.index-news .slick-dots li:after {
    width: 0;
    height: 0;

    -webkit-transition: .5s;
    transition: .5s;
}
.index-news .slick-dots li.slick-active:after {
    width: 18px;
    height: 18px;

    border: 1px solid #bbb;
}
.index-news .slick-dots li button {
    display: none;
}
.index-partner {
    background: #f1f1f1 url(../images/imgs/partner-bg.jpg) no-repeat bottom / contain;
}
.index-partner .img-box {
    padding-bottom: 39.13043478%;
}
@media (max-width: 767px) {
    .index-partner .row {
        margin: -5px;
    }
}
@media only screen and (min-width: 768px) {
    .index-partner .slick-partner {
        margin-top: -10px;
    }
}
.index-partner .slick-dots {
    margin-top: 25px;

    text-align: center;
}
@media (max-width: 767px) {
    .index-partner .slick-dots {
        margin-top: 15px;
    }
}
.index-partner .slick-dots li {
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 767px) {
    .index-partner .slick-dots li {
        margin: 0 5px;
    }
}
.index-partner .slick-dots li:before,
.index-partner .slick-dots li:after {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    border-radius: 50%;
}
.index-partner .slick-dots li:before {
    width: 4px;
    height: 4px;

    border-radius: 50%;
    background: #bbb;
}
.index-partner .slick-dots li:after {
    width: 0;
    height: 0;

    -webkit-transition: .5s;
    transition: .5s;
}
.index-partner .slick-dots li.slick-active:after {
    width: 18px;
    height: 18px;

    border: 1px solid #bbb;
}
.index-partner .slick-dots li button {
    display: none;
}
.index-partner .slick-slide>div {
    padding: 10px 15px;
}
@media (max-width: 767px) {
    .index-partner .slick-slide>div {
        padding: 2px 5px;
    }
}
@media only screen and (min-width: 992px) {
    .index-partner .item {
        -webkit-transition: .3s;
        transition: .3s;

        /* opacity: .6;

        -webkit-filter: grayscale(100%);
           -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
             -o-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-filter: gray;
                filter: gray; */
    }
    .index-partner .item:hover {
        opacity: 1;
        box-shadow: 0 0 15px 0 rgba(204, 204, 204, .5);

        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-filter: none;
        filter: none;
        transform: scale(1.1);
    }
}
.public-banner {
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img {
    width: 100%;
}
@media (max-width: 1199px) {
    .public-banner img {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .public-banner img {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .public-banner img {
        width: 220%;
        max-width: 220%;
        margin-left: -50%;
    }
}
.public-banner .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.public-banner .text h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    margin-top: 0;

    color: #f6f6f6;
}
@media (max-width: 480px) {
    .public-banner .text h3 {
        font-size: 24px;
    }
}
.public-banner .text span {
    font-size: 16px;

    color: #fff;
}
@media (max-width: 480px) {
    .public-banner .text span {
        font-size: 12px;
    }
}
.inside-nav {
    display: none;

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1200px) {
    .inside-nav {
        display: block;
    }
}
.inside-nav.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;

    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 16px rgba(92, 127, 204, .12);
}
.inside-nav ul {
    margin: 0 -10px;

    text-align: center;
}
@media (max-width: 1339px) {
    .inside-nav ul {
        margin: 0 -5px;
    }
}
.inside-nav li {
    font-size: 16px;

    float: left;

    padding: 0 10px;
}
@media (max-width: 1339px) {
    .inside-nav li {
        padding: 0 5px;
    }
}
.inside-nav li.active a {
    color: #00479d;
}
.inside-nav li.active a:after {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

    background-color: #00479d;
}
.inside-nav li:hover {
    color: #00479d;
}
.inside-nav li a {
    position: relative;

    display: block;

    padding: 29px 20px;
}
@media (max-width: 1339px) {
    .inside-nav li a {
        padding: 29px 15px;
    }
}
.inside-page {
    overflow: hidden;
}
.inside-page .list-l {
    position: relative;
}
@media (max-width: 991px) {
    .inside-page .list-l {
        display: none;
    }
}
.inside-page .list-l .menu {
    position: relative;
    z-index: 10;
}
.inside-page .list-l .menu h3 {
    font-size: 22px;

    margin: 0;
    padding: 18px 20px;

    color: #fff;
    background-color: #00479d;
}
.inside-page .list-l .menu .menu1 {
    margin-bottom: 60px;
    margin-bottom: -9999px;
    padding: 25px;
    padding-bottom: 9999px;

    border: 1px solid #e5e5e5;
    border-top: none;
}
.inside-page .list-l .menu .menu1>li:last-child {
    border: none;
}
.inside-page .list-l .menu .menu1>li {
    margin-bottom: 35px;
}
.inside-page .list-l .menu .menu1>li.active .menu2 {
    display: block;
}
.inside-page .list-l .menu .menu1>li:hover>a,
.inside-page .list-l .menu .menu1>li.active>a {
    color: #00479d;
}
.inside-page .list-l .menu .menu1>li:hover>a:before,
.inside-page .list-l .menu .menu1>li.active>a:before {
    background-color: #00479d;
}
.inside-page .list-l .menu .menu1>li>a {
    font-size: 16px;

    position: relative;

    display: block;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
.inside-page .list-l .menu .menu2 {
    display: none;

    margin-top: 20px;
    padding-left: 25px;
}
.inside-page .list-l .menu .menu2>li {
    margin-top: 20px;
}
.inside-page .list-l .menu .menu2>li.active .menu3 {
    display: block;
}
.inside-page .list-l .menu .menu2>li.active>a,
.inside-page .list-l .menu .menu2>li:hover>a {
    color: #00479d;
}
.inside-page .list-l .menu .menu2>li.active>a:before,
.inside-page .list-l .menu .menu2>li:hover>a:before {
    border-color: #00479d;
}
.inside-page .list-l .menu .menu2>li.slide>a:after {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}
.inside-page .list-l .menu .menu2>li>a {
    font-size: 14px;

    position: relative;

    display: block;

    padding-right: 15px;
}
.inside-page .list-l .menu .menu2>li>a:before {
    position: absolute;
    z-index: 10;
    top: -2px;
    left: -15px;

    content: '-';

    opacity: 1;
}
.inside-page .list-l .menu .menu2>li>a:after {
    font-family: 'iconfont' !important;
    font-style: normal;

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

    display: block;

    content: '\e72f';
    -webkit-transition: .4s;
    transition: .4s;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inside-page .list-l .menu .menu3 {
    display: none;

    padding-left: 10px;
}
.inside-page .list-l .menu .menu3>li {
    margin-top: 25px;
}
.inside-page .list-l .menu .menu3>li:hover>a,
.inside-page .list-l .menu .menu3>li.active>a {
    color: #00479d;
}
.inside-page .list-l .menu .menu3>li:hover>a:before,
.inside-page .list-l .menu .menu3>li.active>a:before {
    background-color: #00479d;
}
.inside-page .list-l .menu .menu3>li>a {
    position: relative;

    display: block;

    padding-left: 15px;
}
.inside-page .list-l .menu .menu3>li>a:before {
    font-size: 12px;

    position: absolute;
    top: 8px;
    left: -2px;

    width: 2px;
    height: 2px;

    content: '';

    border-radius: 50%;
    background-color: #666;
}
.inside-page .content {
    padding: 80px 0 100px 0;
}
@media (max-width: 991px) {
    .inside-page .content {
        padding: 50px 0 80px 0;
    }
}
@media (max-width: 767px) {
    .inside-page .content {
        padding: 40px 0 60px 0;
    }
}
.inside-page .title {
    position: relative;

    zoom: 1;

    margin-bottom: 40px;
}
.inside-page .title:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px) {
    .inside-page .title {
        margin-bottom: 30px;
    }
}
.inside-page .title h3 {
    font-size: 30px;

    margin-top: 0;

    color: #00479d;
}
@media (max-width: 991px) {
    .inside-page .title h3 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .inside-page .title h3 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .inside-page .title ul {
        position: absolute;
        top: 12px;
        right: 0;
    }
}
@media (max-width: 991px) {
    .inside-page .title ul {
        margin-top: 20px;
    }
}
.inside-page .title ul li {
    display: inline-block;

    margin-left: 8px;

    vertical-align: top;
}
@media (max-width: 991px) {
    .inside-page .title ul li {
        margin: 0 8px 0 0;
    }
}
@media (max-width: 767px) {
    .inside-page .title ul li {
        margin: 0 2px;
    }
}
.inside-page .title ul li.active a,
.inside-page .title ul li:hover a {
    color: #fff;
    border-color: #00479d;
    background-color: #00479d;
}
.inside-page .title ul li a {
    display: block;

    padding: 9px 21px;

    -webkit-transition: .3s;
    transition: .3s;

    border: 1px solid #e5e5e5;
    border-radius: 40px;
}
@media (max-width: 767px) {
    .inside-page .title ul li a {
        padding: 9px 15px;
    }
}
.inside-page .back {
    line-height: 38px;

    position: absolute;
    top: -10px;
    right: 0;

    display: block;

    width: 90px;
    height: 40px;

    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;

    color: #999;
    border: 1px solid #e5e5e5;
    border-radius: 40px;
}
.inside-page .back:before {
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    content: '\e646';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inside-page .back:hover {
    color: #fff;
    border-color: #00479d;
    background-color: #00479d;
}
@media (max-width: 991px) {
    .talent-strategy-wrap .list-wrap {
        margin-top: -25px;
    }
}
.talent-strategy-wrap .list-wrap .text,
.talent-strategy-wrap .list-wrap .pic-box {
    padding: 0 15px;
}
@media only screen and (min-width: 768px) {
    .talent-strategy-wrap .list-wrap .text,
    .talent-strategy-wrap .list-wrap .pic-box {
        width: 50%;
    }
}
.talent-strategy-wrap .list-wrap .list {
    zoom: 1;

    padding: 35px 10px;

    border: 1px solid #e5e5e5;
}
.talent-strategy-wrap .list-wrap .list:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 991px) {
    .talent-strategy-wrap .list-wrap .list {
        margin-top: 25px;
    }
}
.talent-strategy-wrap .list-wrap .text {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media only screen and (min-width: 768px) {
    .talent-strategy-wrap .list-wrap .text {
        float: left;
    }
}
.talent-strategy-wrap .list-wrap .text dl {
    margin: 24px 0 0 0;
}
.talent-strategy-wrap .list-wrap .text dt {
    font-weight: normal;

    margin-bottom: 5px;
}
.talent-strategy-wrap .list-wrap .text dd {
    line-height: 1.71428571;

    position: relative;

    padding-left: 15px;
}
.talent-strategy-wrap .list-wrap .text dd:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '·';
}
@media only screen and (min-width: 768px) {
    .talent-strategy-wrap .list-wrap .pic-box {
        float: right;
    }
}
@media (max-width: 767px) {
    .talent-strategy-wrap .list-wrap .pic-box {
        margin-bottom: 15px;
    }
}
.talent-strategy-wrap .list-wrap .pic-box img {
    width: 100%;
}
.recruitment-wrap .join-list {
    color: #666;
}
.recruitment-wrap .join-list span {
    display: inline-block;

    width: 19%;
    padding: 19px 30px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .recruitment-wrap .join-list span {
        padding: 19px 20px;
    }
}
@media (max-width: 767px) {
    .recruitment-wrap .join-list span {
        display: block;

        width: 100%;
        padding: 10px 3%;
    }
    .recruitment-wrap .join-list span span {
        display: inline-block;

        width: auto;
        padding: 0;
    }
    .recruitment-wrap .join-list span span:after {
        margin: 0 5px;

        content: ':';
    }
}
.recruitment-wrap dt {
    font-size: 16px;
    font-weight: normal;

    color: #fff;
    background-color: #00479d;
}
.recruitment-wrap dd {
    position: relative;

    -webkit-transition: .3s;
    transition: .3s;

    border-top: 1px solid #e5e5e5;
}
.recruitment-wrap dd:last-child {
    border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) {
    .recruitment-wrap dd:after {
        position: absolute;
        top: 50%;
        right: 30px;

        width: 0;
        height: 0;
        margin-top: -4px;

        content: '';
        -webkit-transition: .3s;
        transition: .3s;

        border-width: 4px 0 4px 4px;
        border-style: solid;
        border-color: transparent transparent transparent #999;
    }
}
@media (min-width: 1200px) {
    .recruitment-wrap dd:hover {
        color: #00479d;
        border-color: #00479d;
    }
    .recruitment-wrap dd:hover:after {
        border-color: transparent transparent transparent #00479d;
    }
    .recruitment-wrap dd:hover+dd {
        border-top-color: #00479d;
    }
}
@media (max-width: 767px) {
    .recruitment-wrap dd {
        padding: 15px 0;
    }
}
.recruitment-details-wrap .info h3 {
    font-size: 24px;

    margin-top: 0;
    margin-bottom: 30px;
}
.recruitment-details-wrap .info span {
    display: inline-block;

    vertical-align: top;
}
.recruitment-details-wrap .info .treatment span {
    font-size: 13px;

    margin-top: 10px;
    margin-right: 7px;
    padding: 3px 12px;

    color: #00479d;
    border: 1px solid #abbdff;
    border-radius: 2px;
    background-color: #eef1f8;
}
.recruitment-details-wrap .info .treatment span:hover {
    background-color: #e3e6ec;
}
.recruitment-details-wrap .info .list {
    position: relative;

    margin-top: 20px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .recruitment-details-wrap .info .list {
        padding-right: 45%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px) {
    .recruitment-details-wrap .info .list {
        padding-right: 15%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .recruitment-details-wrap .info .list {
        padding-right: 8%;
    }
}
@media (max-width: 767px) {
    .recruitment-details-wrap .info .list {
        margin-top: 5px;
        padding-bottom: 30px;
    }
}
.recruitment-details-wrap .info .list:after {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    border-top: 1px dotted #d6d6d6;
}
.recruitment-details-wrap .info .list span {
    width: 48%;
    margin-top: 20px;

    color: #666;
}
.recruitment-details-wrap .intro {
    overflow: hidden;
}
.recruitment-details-wrap .intro ul {
    font-size: 0;

    margin: 0 -35px;

    letter-spacing: -8px;
}
@media (max-width: 1199px) {
    .recruitment-details-wrap .intro ul {
        margin: 0 -25px;
    }
}
.recruitment-details-wrap .intro li {
    font-size: 14px;

    display: inline-block;

    width: 33.33333%;
    margin-top: 50px;
    padding: 0 35px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px) {
    .recruitment-details-wrap .intro li {
        padding: 0 25px;
    }
}
@media (max-width: 991px) {
    .recruitment-details-wrap .intro li {
        width: 100%;
        margin-top: 35px;
    }
}
@media (max-width: 767px) {
    .recruitment-details-wrap .intro li {
        margin-top: 25px;
    }
}
.recruitment-details-wrap .intro li span {
    font-size: 18px;

    display: block;

    margin-bottom: 25px;

    color: #00479d;
}
@media (max-width: 767px) {
    .recruitment-details-wrap .intro li span {
        margin-bottom: 10px;
    }
}
.recruitment-details-wrap .intro li p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.recruitment-details-wrap .intro li a:hover {
    text-decoration: underline;

    color: #00479d;
}
.development-wrap .intro p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.development-wrap .intro .pic-box {
    display: block;

    margin-top: 50px;
}
.development-wrap .intro img {
    display: block;

    max-width: 100%;
}
.product-wrap .list li {
    margin-bottom: 30px;
}
.product-wrap .list .item {
    position: relative;

    overflow: hidden;

    border: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
    .product-wrap .list .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .product-wrap .list .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media (min-width: 1200px) {
    .product-wrap .list .item:hover p a {
        color: #fff;
        background-color: #00479d;
    }
}
.product-wrap .list .item p {
    position: relative;
    z-index: 10;

    margin: 0;

    border-top: 1px solid #e5e5e5;
}
.product-wrap .list .item p a {
    line-height: 60px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 60px;
    padding: 0 50px 0 20px;

    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-wrap .list .item p a:after {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

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

    content: '\e76c';

    color: #d0d0d0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-wrap .list .img-box {
    padding-bottom: 66.93548387%;
}
.product-wrap .page {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .product-wrap .page {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .product-wrap .page {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .product-details-wrap .container {
        padding: 0 15px;
    }
}
.product-details-wrap .carousel-wrap h1 {
    font-size: 30px;
    font-weight: bold;

    margin: 0 0 20px 0;
}
@media (max-width: 767px) {
    .product-details-wrap .carousel-wrap h1 {
        font-size: 26px;
    }
}
.product-details-wrap .carousel-wrap .carousel,
.product-details-wrap .carousel-wrap .info-box {
    padding: 0 15px;
}
@media only screen and (min-width: 768px) {
    .product-details-wrap .carousel-wrap .carousel,
    .product-details-wrap .carousel-wrap .info-box {
        float: left;
    }
}
.product-details-wrap .carousel-wrap .carousel {
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
@media (max-width: 767px) {
    .product-details-wrap .carousel-wrap .carousel {
        margin-bottom: 30px;
    }
}
.product-details-wrap .carousel-wrap .carousel .img-box {
    padding-bottom: 66.93548387%;
}
.product-details-wrap .carousel-wrap .carousel .slick-slider {
    position: relative;

    border: 1px solid #e5e5e5;
}
.product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 767px) {
    .product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots {
        bottom: 5%;

        display: none;
    }
}
.product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots li {
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin: 0 3px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots li:before,
.product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots li:after {
    position: absolute;
    top: 50%;
    left: 50%;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    border-radius: 50%;
}
.product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots li:before {
    width: 4px;
    height: 4px;

    background: #00479d;
}
.product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots li:after {
    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(.1);
    transform: translateX(-50%) translateY(-50%) scale(.1);

    opacity: 0;
    border: 1px solid #00479d;
}
.product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots li:hover:after,
.product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots li.slick-active:after {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);

    opacity: 1;
}
.product-details-wrap .carousel-wrap .carousel .slick-slider .slick-dots li button {
    display: none;
}
@media only screen and (min-width: 768px) {
    .product-details-wrap .carousel-wrap .carousel {
        width: 55.55555556%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-wrap .carousel-wrap .carousel {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .product-details-wrap .carousel-wrap .info-box {
        width: 44.44444444%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-wrap .carousel-wrap .info-box {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-wrap .carousel-wrap .info {
        margin-top: 25px;
    }
}
.product-details-wrap .carousel-wrap .info h1 {
    font-size: 30px;
    font-weight: normal;

    margin: 0 0 5px;
}
@media (max-width: 991px) {
    .product-details-wrap .carousel-wrap .info h1 {
        font-size: 24px;

        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .product-details-wrap .carousel-wrap .info h1 {
        font-size: 22px;

        margin-bottom: 10px;
    }
}
.product-details-wrap .carousel-wrap .info h1+span {
    color: #666;
}
.product-details-wrap .carousel-wrap .info ul {
    line-height: 2.14285714;

    margin-top: 30px;

    color: #666;
}
@media (max-width: 991px) {
    .product-details-wrap .carousel-wrap .info ul {
        margin-top: 15px;
    }
}
.product-details-wrap .carousel-wrap .info ul b {
    font-size: 16px;

    display: block;

    margin-bottom: 5px;

    color: #00479d;
}
.product-details-wrap .carousel-wrap .info ul p {
    position: relative;

    margin: 0;
    padding-left: 10px;
}
.product-details-wrap .carousel-wrap .info ul p:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '·';
}
.product-details-wrap .tab-list h4 {
    font-size: 18px;

    margin: 50px 0 0 0;
    padding: 13px 50px;

    color: #fff;
    background-color: #00479d;
}
@media (max-width: 767px) {
    .product-details-wrap .tab-list h4 {
        padding: 13px 15px;
    }
}
.details-tab {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .details-tab {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .details-tab {
        margin-top: 20px;
    }
}
.details-tab .tab-nav {
    zoom: 1;

    color: #fff;
    background-color: #00479d;
}
@media (max-width: 767px) {
    .details-tab .tab-nav {
        display: none;
    }
}
.details-tab .tab-nav:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.details-tab .tab-nav li {
    float: left;

    margin: 0;
}
.details-tab .tab-nav li a {
    font-size: 16px;

    display: block;

    padding: 19px 40px;

    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .details-tab .tab-nav li a {
        padding: 14px 30px;
    }
}
.details-tab .tab-nav li.active a,
.details-tab .tab-nav li:hover a {
    background-color: #f79600;
}
@media only screen and (min-width: 768px) {
    .details-tab .tab-wrap {
        border: 1px solid #e5e5e5;
    }
}
@media (min-width: 768px) {
    .details-tab .tab-list {
        display: none;
    }
}
@media (max-width: 767px) {
    .details-tab .tab-list {
        display: block;
    }
}
.details-tab .tab-list .list-content {
    padding: 50px 30px;
}
@media (max-width: 991px) {
    .details-tab .tab-list .list-content {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .details-tab .tab-list .list-content {
        padding: 15px 15px 30px;

        border: 1px solid #ececec;
    }
}
.details-tab .tab-list .list-content p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.details-tab .tab-list .list-content img {
    display: block;

    max-width: 100%;
}
.details-tab .tab-list .list-content .video {
    position: relative;

    cursor: pointer;
}
@media (min-width: 992px) {
    .details-tab .tab-list .list-content .video img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .details-tab .tab-list .list-content .video:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.details-tab .tab-list .list-content .video:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    cursor: pointer;

    background-color: rgba(0, 0, 0, .5);
}
.details-tab .tab-list .list-content .video:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    font-style: normal;

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

    display: block;

    content: '\e63c';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
    .details-tab .tab-list .list-content .video:before {
        font-size: 50px;
    }
}
.details-tab .tab-list .list-content .video .img-box {
    padding-bottom: 43.85964912%;
}
.details-tab .tab-list .list-content .pdf-list {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .details-tab .tab-list .list-content .pdf-list {
        border-top: 1px solid #e5e5e5;
    }
}
.details-tab .tab-list .list-content .pdf-list li {
    font-size: 0;

    width: 100%;
    padding: 15px 0;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;

    color: #666;
    border-bottom: 1px solid #e5e5e5;
}
.details-tab .tab-list .list-content .pdf-list li:after {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.details-tab .tab-list .list-content .pdf-list li .pdf-logo,
.details-tab .tab-list .list-content .pdf-list li .pdf-name,
.details-tab .tab-list .list-content .pdf-list li .size,
.details-tab .tab-list .list-content .pdf-list li .pdf-lang {
    font-size: 14px;

    display: inline-block;

    margin: 0;
    padding: 0 25px;

    vertical-align: middle;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    .details-tab .tab-list .list-content .pdf-list li .pdf-logo,
    .details-tab .tab-list .list-content .pdf-list li .pdf-name,
    .details-tab .tab-list .list-content .pdf-list li .size,
    .details-tab .tab-list .list-content .pdf-list li .pdf-lang {
        padding: 0 1%;
    }
}
.details-tab .tab-list .list-content .pdf-list li .pdf-logo {
    width: 30px;
    height: 30px;

    background: url(../images/pdf.png) no-repeat center;
}
.details-tab .tab-list .list-content .pdf-list li .pdf-name {
    overflow: hidden;

    width: 40%;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .details-tab .tab-list .list-content .pdf-list li .pdf-name {
        width: 35%;
    }
}
.details-tab .tab-list .list-content .pdf-list li .pdf-lang a:hover {
    color: #f79600;
}
.details-tab .tab-list h3 {
    display: none;
}
@media (max-width: 767px) {
    .details-tab .tab-list h3 {
        font-size: 18px;

        display: block;

        margin: 30px 0 0 0;
        padding: 15px 15px;

        color: #fff;
        background-color: #00479d;
    }
}
.case-wrap .list .img-box {
    padding-bottom: 66.66666667%;
}
.case-wrap .list li {
    margin-bottom: 30px;
}
.case-wrap .list .item {
    -webkit-transition: .4s;
    transition: .4s;
}
@media (min-width: 992px) {
    .case-wrap .list .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .case-wrap .list .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px) {
    .case-wrap .list .item:hover {
        background-color: #00479d;
    }
    .case-wrap .list .item:hover .intro {
        color: #fff;
        border-color: #00479d;
    }
    .case-wrap .list .item:hover .intro span,
    .case-wrap .list .item:hover .intro p {
        color: #fff;
    }
}
.case-wrap .list .intro {
    padding: 25px 20px;

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

    border: 1px solid #e5e5e5;
    border-top: none;
}
@media (max-width: 767px) {
    .case-wrap .list .intro {
        padding: 20px 15px;
    }
}
.case-wrap .list .intro p {
    font-size: 16px;

    overflow: hidden;

    margin-bottom: 5px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-wrap .list .intro span {
    color: #666;
}
.case-wrap .list .intro span:after {
    font-family: 'iconfont' !important;
    font-size: 12px;
    font-style: normal;

    content: '\e72f';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.case-wrap .page {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .case-wrap .page {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .case-wrap .page {
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .case-details-wrap .carousel-wrap .carousel {
        width: 50%;
    }
}
.case-details-wrap .carousel-wrap .carousel .slick-slider {
    border: none;
}
.case-details-wrap .carousel-wrap .carousel .img-box {
    padding-bottom: 66.66666667%;
}
@media only screen and (min-width: 768px) {
    .case-details-wrap .carousel-wrap .info-box {
        width: 50%;
    }
}
.case-details-wrap .carousel-wrap .info-box dl {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .case-details-wrap .carousel-wrap .info-box dl {
        margin-bottom: 20px;
    }
}
.case-details-wrap .carousel-wrap .info-box dt {
    font-size: 16px;

    margin-bottom: 5px;
}
.case-details-wrap .carousel-wrap .info-box dd {
    line-height: 2.14285714;

    position: relative;

    padding-left: 15px;

    color: #666;
}
.case-details-wrap .carousel-wrap .info-box dd:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '·';
}
.sale-network-wrap .intro .row>div {
    margin-top: 35px;
}
.sale-network-wrap .intro h4 {
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 35px 0;

    color: #00479d;
}
.sale-network-wrap .intro dl {
    margin-bottom: 70px;
}
@media (max-width: 991px) {
    .sale-network-wrap .intro dl {
        margin-bottom: 20px;
    }
}
.sale-network-wrap .intro dt {
    font-size: 18px;
    font-weight: normal;

    margin-bottom: 5px;
}
.sale-network-wrap .intro dd {
    line-height: 2.14285714;

    position: relative;

    padding-left: 15px;

    color: #666;
}
.sale-network-wrap .intro dd:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '·';
}
.sale-network-wrap .map {
    position: relative;
}
@media only screen and (min-width: 992px) {
    .sale-network-wrap .map {
        top: 0;

        height: 600px;
    }
    .sale-network-wrap .map .dituContent {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1199px) {
    .sale-network-wrap .map .dituContent {
        height: 550px;
    }
}
@media (max-width: 991px) {
    .sale-network-wrap .map {
        margin-top: 30px;
    }
    .sale-network-wrap .map .dituContent {
        height: 380px;
    }
}
@media (max-width: 767px) {
    .sale-network-wrap .map .dituContent {
        height: 350px;
    }
}
.contact-wrap .contact-list h5 {
    font-size: 18px;

    margin: 50px 0 5px 0;
}
.contact-wrap .contact-list h5:nth-of-type(1) {
    margin-top: 0;
}
.contact-wrap .contact-list h5~p {
    line-height: 2.14285714;

    position: relative;

    margin: 30px 0 15px 0;
    padding-left: 55px;

    color: #666;
}
.contact-wrap .contact-list h5~p:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    line-height: 38px;

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

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #00479d;
    border: 1px solid #e6e6e6;
    border-radius: 40px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-wrap .contact-list h5~p.address:before {
    content: '\e63b';
}
.contact-wrap .contact-list h5~p.tel:before {
    content: '\e6ba';
}
.contact-wrap .contact-list h5~p.fax:before {
    content: '\e628';
}
.contact-wrap .contact-list h5~p.mail:before {
    content: '\e62c';
}
.contact-wrap .contact-list h5~p.factory:before {
    content: '\e67a';
}
.contact-wrap .contact-list h5~p a:hover {
    text-decoration: underline;

    color: #00479d;
}
.contact-wrap .contact-list .contact-share {
    margin-top: 25px;
}
.contact-wrap .contact-list .contact-share a {
    line-height: 40px;

    position: relative;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-right: 2px;

    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #bbb;
}
.contact-wrap .contact-list .contact-share a:hover {
    color: #fff;
    background-color: #00479d;
}
.contact-wrap .contact-list .contact-share a:hover .pic-box {
    display: block;
}
.contact-wrap .contact-list .contact-share a .pic-box {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: none;

    width: 100px;
}
.contact-wrap .contact-list .contact-share a .pic-box img {
    width: 100%;
}
/* @media (max-width: 991px)
{
    .message-wrap form
    {
        margin-top: 30px;
    }
}
.message-wrap form p
{
    line-height: 1.57142857;

    margin-bottom: 30px;

    text-align: center;
}
.message-wrap form input::-webkit-input-placeholder,
.message-wrap form textarea::-webkit-input-placeholder
{
    color: #666;
}
.message-wrap form input:-o-placeholder,
.message-wrap form textarea:-o-placeholder
{
    color: #666;
}
.message-wrap form input::-moz-placeholder,
.message-wrap form textarea::-moz-placeholder
{
    color: #666;
}
.message-wrap form input:-ms-input-placeholder,
.message-wrap form textarea:-ms-input-placeholder
{
    color: #666;
}
.message-wrap form input:focus::-webkit-input-placeholder,
.message-wrap form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.message-wrap form input:focus::-o-placeholder,
.message-wrap form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.message-wrap form input:focus::-moz-placeholder,
.message-wrap form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.message-wrap form input:focus::-ms-input-placeholder,
.message-wrap form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.message-wrap form label
{
    font-weight: normal;

    position: relative;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;
}
.message-wrap form label:after
{
    position: absolute;
    top: 50%;
    right: 15px;

    width: 0;
    height: 0;

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

    border-width: 4px 3px 0 3px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
}
.message-wrap form input,
.message-wrap form textarea,
.message-wrap form select
{
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 14px;

    color: #666;
    border: 1px solid #e5e5e5;
    background: none;
}
@media (max-width: 991px)
{
    .message-wrap form input,
    .message-wrap form textarea,
    .message-wrap form select
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .message-wrap form input,
    .message-wrap form textarea,
    .message-wrap form select
    {
        padding: 13px 15px;
    }
}
.message-wrap form select
{
    position: relative;

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}
.message-wrap form textarea
{
    height: 140px;
}
.message-wrap form .submit
{
    font-size: 18px;

    display: block;

    margin-top: 40px;
    padding: 5px 12px;
    padding: 13px 62px;

    color: #fff;
    background: #00479d;
}
@media (max-width: 767px)
{
    .message-wrap form .submit
    {
        margin-top: 30px;
    }
}
.message-wrap form .submit:hover
{
    background-color: #024290;
}
.message-wrap .img-box
{
    padding-bottom: 61.33333333%;
} */

.message-wrap form p,
.fancy-box p {
    line-height: 1.57142857;

    margin-bottom: 30px;

    text-align: center;
}
.message-wrap form input::-webkit-input-placeholder,
.inquiry-form form input::-webkit-input-placeholder,
.fancy-box input::-webkit-input-placeholder,
.message-wrap form textarea::-webkit-input-placeholder,
.inquiry-form form textarea::-webkit-input-placeholder,
.fancy-box textarea::-webkit-input-placeholder {
    color: #666;
}
.message-wrap form input:-o-placeholder,
.inquiry-form form input:-o-placeholder,
.fancy-box input:-o-placeholder,
.message-wrap form textarea:-o-placeholder,
.inquiry-form form textarea:-o-placeholder,
.fancy-box textarea:-o-placeholder {
    color: #666;
}
.message-wrap form input::-moz-placeholder,
.inquiry-form form input::-moz-placeholder,
.fancy-box input::-moz-placeholder,
.message-wrap form textarea::-moz-placeholder,
.inquiry-form form textarea::-moz-placeholder,
.fancy-box textarea::-moz-placeholder {
    color: #666;
}
.message-wrap form input:-ms-input-placeholder,
.inquiry-form form input:-ms-input-placeholder,
.fancy-box input:-ms-input-placeholder,
.message-wrap form textarea:-ms-input-placeholder,
.inquiry-form form textarea:-ms-input-placeholder,
.fancy-box textarea:-ms-input-placeholder {
    color: #666;
}
.message-wrap form input:focus::-webkit-input-placeholder,
.inquiry-form form input:focus::-webkit-input-placeholder,
.fancy-box input:focus::-webkit-input-placeholder,
.message-wrap form textarea:focus::-webkit-input-placeholder,
.inquiry-form form textarea:focus::-webkit-input-placeholder,
.fancy-box textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.message-wrap form input:focus::-o-placeholder,
.inquiry-form form input:focus::-o-placeholder,
.fancy-box input:focus::-o-placeholder,
.message-wrap form textarea:focus::-o-placeholder,
.inquiry-form form textarea:focus::-o-placeholder,
.fancy-box textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.message-wrap form input:focus::-moz-placeholder,
.inquiry-form form input:focus::-moz-placeholder,
.fancy-box input:focus::-moz-placeholder,
.message-wrap form textarea:focus::-moz-placeholder,
.inquiry-form form textarea:focus::-moz-placeholder,
.fancy-box textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.message-wrap form input:focus::-ms-input-placeholder,
.inquiry-form form input:focus::-ms-input-placeholder,
.fancy-box input:focus::-ms-input-placeholder,
.message-wrap form textarea:focus::-ms-input-placeholder,
.inquiry-form form textarea:focus::-ms-input-placeholder,
.fancy-box textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.message-wrap form label,
.inquiry-form form label,
.fancy-box label {
    font-weight: normal;

    position: relative;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;
}
.message-wrap form label:after,
.inquiry-form form label:after,
.fancy-box label:after {
    position: absolute;
    top: 50%;
    right: 15px;

    width: 0;
    height: 0;

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

    border-width: 4px 3px 0 3px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
}
.message-wrap form input,
.inquiry-form form input,
.fancy-box input,
.message-wrap form textarea,
.inquiry-form form textarea,
.fancy-box textarea,
.message-wrap form select,
.inquiry-form form select,
.fancy-box select {
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 14px;

    color: #666;
    border: 1px solid #e5e5e5;
    background: none;
}
@media (max-width: 991px) {
    .message-wrap form input,
    .inquiry-form form input,
    .fancy-box input,
    .message-wrap form textarea,
    .inquiry-form form textarea,
    .fancy-box textarea,
    .message-wrap form select,
    .inquiry-form form select,
    .fancy-box select {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .message-wrap form input,
    .inquiry-form form input,
    .fancy-box input,
    .message-wrap form textarea,
    .inquiry-form form textarea,
    .fancy-box textarea,
    .message-wrap form select,
    .inquiry-form form select,
    .fancy-box select {
        padding: 13px 15px;
    }
}
.message-wrap form select,
.inquiry-form form select,
.fancy-box select {
    position: relative;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.message-wrap form textarea,
.inquiry-form form textarea,
.fancy-box textarea {
    height: 140px;
}
.message-wrap form .submit,
.inquiry-form form .submit,
.fancy-box .submit {
    font-size: 18px;

    display: block;

    margin-top: 40px;
    padding: 5px 12px;
    padding: 13px 62px;

    color: #fff;
    background: #00479d;
}
@media (max-width: 767px) {
    .message-wrap form .submit,
    .inquiry-form form .submit,
    .fancy-box .submit {
        margin-top: 30px;
    }
}
.message-wrap form .submit:hover,
.inquiry-form form .submit:hover,
.fancy-box .submit:hover {
    background-color: #024290;
}
.fancy-box {
    display: none;

    max-width: 670px;
    padding: 30px 40px;
}
.fancy-box h3 {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .message-wrap form {
        margin-top: 30px;
    }
}
.message-wrap .img-box {
    padding-bottom: 61.33333333%;
}

.solution-wrap .list {
    margin: -15px -9px 0;
}
.solution-wrap .list .img-box {
    padding-bottom: 60%;
}
.solution-wrap .list li {
    padding: 0 8px;
}
.solution-wrap .list li .item {
    position: relative;

    margin-top: 15px;
}
@media (min-width: 992px) {
    .solution-wrap .list li .item .item-box img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .solution-wrap .list li .item .item-box:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.solution-wrap .list li .item .mask {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
.solution-wrap .list li .item .mask .intro {
    position: relative;
    top: 50px;

    padding: 0 30px;
}
@media (max-width: 1440px) {
    .solution-wrap .list li .item .mask .intro {
        top: 25px;
    }
}
.solution-wrap .list li .item .mask b {
    font-size: 16px;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .solution-wrap .list li .item .mask b {
        margin-bottom: 5px;
    }
}
.solution-wrap .list li .item .mask b:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    line-height: 80px;

    display: block;

    width: 80px;
    height: 80px;
    margin-bottom: 35px;

    text-align: center;

    color: #00479d;
    border-radius: 50%;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1339px) {
    .solution-wrap .list li .item .mask b:before {
        font-size: 24px;
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .solution-wrap .list li .item .mask b:before {
        font-size: 22px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.solution-wrap .list li .item .mask p {
    margin: 0;
}
.solution-wrap .list li:first-child .item {
    padding-top: 63%;

    border: 1px solid #e5e5e5;
}
.solution-wrap .list li:first-child .mask {
    background: none;
}
.solution-wrap .list li:first-child .mask b {
    color: #333;
}
.solution-wrap .list li:first-child .mask b:before {
    content: '\e611';

    background-color: #f7f7f7;
}
.solution-wrap .list li:first-child .mask p {
    color: #666;
}
.solution-wrap .list li:nth-child(2) .mask b:before {
    content: '\e691';
}
.solution-wrap .list li:nth-child(3) .mask b:before {
    content: '\ea3d';
}
.solution-wrap .list li:nth-child(4) .mask b:before {
    content: '\e6d8';
}
.solution-wrap .list li:nth-child(5) .mask b:before {
    content: '\e640';
}
.solution-details-wrap .carousel-wrap .carousel .slick-slider {
    border: 1px solid #e5e5e5;
}
.video-wrap .top-video {
    overflow: hidden;
}
.video-wrap .top-video .video {
    position: relative;
}
@media (min-width: 992px) {
    .video-wrap .top-video .video img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .video-wrap .top-video .video:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media (max-width: 767px) {
    .video-wrap .top-video .video {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.video-wrap .top-video .img-box {
    padding-bottom: 35.94771242%;
}
.video-wrap .top-video .video-box {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;

    background-color: rgba(0, 0, 0, .5);
}
.video-wrap .top-video .video-box p {
    font-size: 16px;

    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 0 5%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px) {
    .video-wrap .top-video .video-box p {
        padding: 0 20%;
    }
}
.video-wrap .top-video .video-box p:before {
    font-family: 'iconfont' !important;
    font-size: 80px;
    font-style: normal;

    display: block;

    margin-bottom: 20px;

    content: '\e63c';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
    .video-wrap .top-video .video-box p:before {
        font-size: 60px;

        margin-bottom: 0;
    }
}
.video-wrap .video-nav {
    margin: 44px 0 24px;
}
@media (max-width: 991px) {
    .video-wrap .video-nav ul {
        margin: 0 -3px;
    }
}
.video-wrap .video-nav ul li {
    display: inline-block;

    margin: 6px 3px;

    vertical-align: top;
}
.video-wrap .video-nav ul li.active a,
.video-wrap .video-nav ul li:hover a {
    color: #fff;
    border-color: #00479d;
    background-color: #00479d;
}
.video-wrap .video-nav ul li a {
    display: block;

    min-width: 100px;
    padding: 9px 21px;

    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;

    border: 1px solid #e5e5e5;
    border-radius: 40px;
}
@media (max-width: 767px) {
    .video-wrap .video-nav ul li a {
        padding: 9px 15px;
    }
}
.video-wrap .video-list li {
    margin-bottom: 50px;
}
@media (max-width: 1199px) {
    .video-wrap .video-list li {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .video-wrap .video-list li {
        margin-bottom: 30px;
    }
}
.video-wrap .video-list .video {
    cursor: pointer;
}
@media (min-width: 992px) {
    .video-wrap .video-list .video img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .video-wrap .video-list .video:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media (min-width: 1200px) {
    .video-wrap .video-list .video:hover p {
        color: #00479d;
    }
}
.video-wrap .video-list .img-box {
    padding-bottom: 67.34693878%;
}
.video-wrap .video-list .img-box:before,
.video-wrap .video-list .img-box:after {
    position: absolute;

    content: '';
}
.video-wrap .video-list .img-box:before {
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .5);
}
.video-wrap .video-list .img-box:after {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;

    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e63c';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.video-wrap .video-list p {
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;
    padding: 0 20px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
@media (max-width: 767px) {
    .video-wrap .video-list p {
        padding: 0 5px;
    }
}
.video-wrap .page {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .video-wrap .page {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .video-wrap .page {
        margin-top: 0;
    }
}
.service-wrap .intro>p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.service-wrap .intro b {
    display: block;

    margin-top: 40px;
}
.service-wrap .intro .row {
    font-size: 0;

    margin: 50px -5px 0;

    letter-spacing: -8px;
}
@media (max-width: 991px) {
    .service-wrap .intro .row {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .service-wrap .intro .row {
        margin-top: 30px;
    }
}
.service-wrap .intro .row li {
    font-size: 14px;

    display: inline-block;

    width: 22.07792208%;
    padding: 0 5px;

    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    .service-wrap .intro .row li {
        width: 100%;
    }
}
.service-wrap .intro .row li:first-child {
    width: 33.76623377%;
}
@media (max-width: 767px) {
    .service-wrap .intro .row li:first-child {
        width: 100%;
    }
}
.service-wrap .intro .row li .img-box {
    margin-top: 10px;
    padding-bottom: 111.76470588%;
}
@media (max-width: 767px) {
    .service-wrap .intro .row .item-box {
        float: left;

        width: 50%;
    }
}
.service-wrap .intro .row .item {
    position: relative;

    margin-top: 10px;
    padding-bottom: 84.84848485%;

    -webkit-transition: .4s;
    transition: .4s;
}
.service-wrap .intro .row .item:hover p:after {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.service-wrap .intro .row .item p {
    font-size: 24px;

    position: absolute;
    top: 50%;

    width: 100%;
    margin: 0;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px) {
    .service-wrap .intro .row .item p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .service-wrap .intro .row .item p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .service-wrap .intro .row .item p {
        font-size: 16px;
    }
}
.service-wrap .intro .row .item p:after {
    display: block;

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

    content: '';

    background: url(../images/service-icon.png) no-repeat 0 100%;
    background-size: 600% auto;
}
@media (max-width: 1199px) {
    .service-wrap .intro .row .item p:after {
        width: 40px;
        height: 40px;
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    .service-wrap .intro .row .item p:after {
        width: 30px;
        height: 30px;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .service-wrap .intro .row .item p:after {
        margin-top: 15%;
    }
}
.service-wrap .intro .row .item.item-1,
.service-wrap .intro .row .item.item-4,
.service-wrap .intro .row .item.item-5 {
    background-color: #00479d;
}
@media (min-width: 1200px) {
    .service-wrap .intro .row .item.item-1:hover,
    .service-wrap .intro .row .item.item-4:hover,
    .service-wrap .intro .row .item.item-5:hover {
        background-color: #f79600;
    }
}
.service-wrap .intro .row .item.item-2,
.service-wrap .intro .row .item.item-3,
.service-wrap .intro .row .item.item-6 {
    background-color: #f79600;
}
@media (min-width: 1200px) {
    .service-wrap .intro .row .item.item-2:hover,
    .service-wrap .intro .row .item.item-3:hover,
    .service-wrap .intro .row .item.item-6:hover {
        background-color: #00479d;
    }
}
.service-wrap .intro .row .item.item-2 p:after {
    background-position: 20% 100%;
}
.service-wrap .intro .row .item.item-3 p:after {
    background-position: 40% 100%;
}
.service-wrap .intro .row .item.item-4 p:after {
    background-position: 60% 100%;
}
.service-wrap .intro .row .item.item-5 p:after {
    background-position: 80% 100%;
}
.service-wrap .intro .row .item.item-6 p:after {
    background-position: 100% 100%;
}
.innovating-wrap .intro p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.innovating-wrap ul .img-box {
    padding-bottom: 72.22222222%;
}
.innovating-wrap ul li {
    margin-top: 35px;
}
@media (max-width: 767px) {
    .innovating-wrap ul li {
        margin-top: 25px;
    }
}
.history-wrap .axis {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .history-wrap .axis {
        padding: 0 58px;
    }
}
.history-wrap .carousel-wrap {
    position: relative;

    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .history-wrap .carousel-wrap:before {
        position: absolute;
        top: 50%;
        left: 0;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #d1d1d1;
    }
}
.history-wrap .carousel {
    left: 0;

    -webkit-transition: .5s;
    transition: .5s;
}
.history-wrap .carousel .carousel-box {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .history-wrap .carousel .carousel-odd {
        border-left: 180px solid transparent;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .history-wrap .carousel .carousel-odd {
        border-left-width: 100px;
    }
}
.history-wrap .carousel .carousel-odd .item {
    vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
    .history-wrap .carousel .carousel-odd .item {
        padding-bottom: 60px;
    }
}
.history-wrap .carousel .carousel-odd .item:before {
    bottom: 0;

    margin-bottom: -7px;
}
.history-wrap .carousel .carousel-odd .item-box:after {
    bottom: 0;

    margin-bottom: -8px;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.history-wrap .carousel .carousel-even {
    margin-left: -28px;
}
.history-wrap .carousel .carousel-even .item {
    padding-top: 60px;

    vertical-align: top;
}
.history-wrap .carousel .carousel-even .item:before {
    top: 0;

    margin-top: -7px;
}
.history-wrap .carousel .carousel-even .item-box:after {
    top: 0;

    margin-top: -8px;

    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.history-wrap .carousel .production {
    font-size: 0;

    position: relative;

    zoom: 1;
}
.history-wrap .carousel .production:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.history-wrap .carousel .item {
    font-size: 14px;

    position: relative;
    z-index: 5;

    display: inline-block;

    padding: 0 28px;

    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
@media only screen and (min-width: 768px) {
    .history-wrap .carousel .item {
        width: 420px;

        opacity: 0;
    }
    .history-wrap .carousel .item:before {
        position: absolute;
        z-index: 2;
        left: 50%;

        width: 14px;
        height: 14px;
        margin-left: -7px;

        content: '';
        -webkit-transition: background-color .4s;
        transition: background-color .4s;

        border-radius: 50%;
        background-color: #cfcfcf;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1589px) {
    .history-wrap .carousel .item {
        width: 370px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .history-wrap .carousel .item {
        width: 335px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1339px) {
    .history-wrap .carousel .item {
        width: 285px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .history-wrap .carousel .item {
        width: 325px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .history-wrap .carousel .item {
        width: 265px;
    }
}
@media (max-width: 767px) {
    .history-wrap .carousel .item {
        display: block;

        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .history-wrap .carousel .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .history-wrap .carousel .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.history-wrap .carousel .item:hover:before,
.history-wrap .carousel .item:hover .date,
.history-wrap .carousel .item:hover .item-box:after {
    color: #fff;
    background-color: #00479d;
}
.history-wrap .carousel .item .item-box {
    position: relative;

    border: 1px solid #ececec;
}
.history-wrap .carousel .item .item-box:after {
    position: absolute;
    left: 50%;

    display: block;

    width: 16px;
    height: 16px;
    margin-left: -8px;

    content: '';
    -webkit-transition: background-color .4s;
    transition: background-color .4s;

    background-color: #e8e8e8;
}
.history-wrap .carousel .item p {
    position: relative;

    min-height: 32px;
    margin: 15px 20px;
    padding-left: 20px;

    color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .history-wrap .carousel .item p {
        min-height: 60px;
    }
}
.history-wrap .carousel .item p:before {
    position: absolute;
    top: 5px;
    left: 0;

    width: 6px;
    height: 2px;

    content: '';

    background-color: #9a9a9a;
}
.history-wrap .carousel .item .date {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    height: 50px;

    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    text-align: center;

    background-color: #e8e8e8;
}
@media (max-width: 767px) {
    .history-wrap .production-btn {
        display: none;
    }
}
.history-wrap .production-btn span {
    line-height: 40px;

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

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #d1d1d1;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
}
.history-wrap .production-btn span:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.history-wrap .production-btn span:hover {
    color: #fff;
    border-color: #00479d;
    background-color: #00479d;
}
.history-wrap .production-btn .prev {
    left: 0;
}
.history-wrap .production-btn .prev:before {
    content: '\e626';
}
.history-wrap .production-btn .next {
    right: 0;
}
.history-wrap .production-btn .next:before {
    content: '\e76c';
}
.about-wrap .intro p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.about-wrap .intro ul {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .about-wrap .intro ul {
        margin: 10px -10px 0;
    }
}
@media (max-width: 991px) {
    .about-wrap .intro ul li {
        padding: 0 10px;
    }
}
.about-wrap .intro ul li .img-box {
    margin-top: 30px;
    padding-bottom: 97.95918367%;
}
@media (max-width: 1199px) {
    .about-wrap .intro ul li .img-box {
        margin-top: 22px;
    }
}
@media (max-width: 991px) {
    .about-wrap .intro ul li .img-box {
        margin-top: 18px;
    }
}
.about-wrap .intro ul li:nth-child(2) .img-box {
    padding-bottom: 45.71428571%;
}
.culture-wrap .intro p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.culture-wrap .intro .list {
    zoom: 1;

    margin-top: 30px;
}
.culture-wrap .intro .list:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.culture-wrap .intro .list b {
    display: block;

    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .culture-wrap .intro .list p {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .culture-wrap .intro .list .pic-box {
        float: left;

        width: 49.01960784%;
    }
}
.culture-wrap .intro .list .pic-box img {
    display: block;

    width: 100%;
}
.culture-wrap .intro .list ul {
    zoom: 1;
}
.culture-wrap .intro .list ul:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media only screen and (min-width: 768px) {
    .culture-wrap .intro .list ul {
        float: right;

        width: 50.98039216%;
        margin-top: -30px;
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .culture-wrap .intro .list ul {
        margin: -20px -5px 0;
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .culture-wrap .intro .list ul {
        margin: 0 -5px;
        padding-left: 0;
    }
}
.culture-wrap .intro .list li {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .culture-wrap .intro .list li {
        margin-top: 20px;
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .culture-wrap .intro .list li {
        display: block;

        width: 100%;
    }
}
@media (max-width: 767px) {
    .honor-wrap .list {
        margin: 0 -8px;
    }
}
.honor-wrap .list.l-vertical li,
.honor-wrap .list.l-all li {
    width: 20%;
}
@media (max-width: 1339px) {
    .honor-wrap .list.l-vertical li,
    .honor-wrap .list.l-all li {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .honor-wrap .list.l-vertical li,
    .honor-wrap .list.l-all li {
        width: 33.333%;
    }
}
@media (max-width: 767px) {
    .honor-wrap .list.l-vertical li,
    .honor-wrap .list.l-all li {
        width: 50%;
    }
}
.honor-wrap .list.l-vertical li .pic-box,
.honor-wrap .list.l-all li .pic-box {
    padding-bottom: 120.83333333%;
}
.honor-wrap .list.l-horizontal li {
    width: 25%;
}
@media (max-width: 1339px) {
    .honor-wrap .list.l-horizontal li {
        width: 33.333%;
    }
}
@media (max-width: 991px) {
    .honor-wrap .list.l-horizontal li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .honor-wrap .list.l-horizontal li {
        width: 50%;
    }
}
.honor-wrap .list.l-horizontal li .item {
    padding: 19px;
}
.honor-wrap .list.l-horizontal li .pic-box {
    padding-bottom: 75%;
}
.honor-wrap .list li {
    float: left;

    margin-bottom: 30px;
    padding: 0 15px;
}
@media (max-width: 767px) {
    .honor-wrap .list li {
        margin-bottom: 20px;
        padding: 0 8px;
    }
}
.honor-wrap .list li>a {
    display: block;
}
@media (min-width: 1200px) {
    .honor-wrap .list li>a:hover img {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
        transform: translateX(-50%) translateY(-50%) scale(1.1);
    }
    .honor-wrap .list li>a:hover p {
        color: #00479d;
    }
}
.honor-wrap .list li .item {
    padding: 20px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .honor-wrap .list li .item {
        padding: 10px;
    }
}
.honor-wrap .list li .pic-box {
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding-bottom: 120.83333333%;
}
.honor-wrap .list li .pic-box img {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    max-width: 100%;

    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.honor-wrap .list li p {
    overflow: hidden;

    height: 20px;
    margin: 0;
    margin-top: 15px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.honor-wrap .page {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .honor-wrap .page {
        margin-top: 10px;
    }
}
.download-wrap .img-box {
    padding-bottom: 136.36363636%;
}
.download-wrap .list li {
    margin-bottom: 30px;
}
.download-wrap .item {
    zoom: 1;

    padding: 9px 30px 9px 9px;

    border: 1px solid #ececec;
}
.download-wrap .item:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 991px) {
    .download-wrap .item {
        padding-right: 9px;
    }
}
.download-wrap .item .pic-box {
    float: left;

    width: 220px;
    margin-right: 30px;
}
@media (max-width: 991px) {
    .download-wrap .item .pic-box {
        width: 160px;
    }
}
@media (max-width: 767px) {
    .download-wrap .item .pic-box {
        width: 50%;
        margin-right: 10px;
    }
}
.download-wrap .item h4 {
    font-size: 18px;

    overflow: hidden;

    height: 20px;
    margin: 25px 0 15px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 991px) {
    .download-wrap .item h4 {
        font-size: 16px;

        margin: 10px 0;
    }
}
.download-wrap .item p {
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 0;

    color: #999;

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

        -webkit-line-clamp: 2;
    }
}
.download-wrap .item .info {
    margin: 30px 0 40px;
}
@media (max-width: 991px) {
    .download-wrap .item .info {
        margin: 10px 0 15px;
    }
}
.download-wrap .item .info .size {
    margin-right: 40px;
}
@media (max-width: 1199px) {
    .download-wrap .item .info .size {
        display: block;

        margin-right: 0;
    }
}
.download-wrap .item .download {
    line-height: 40px;

    display: inline-block;

    width: 130px;
    height: 40px;

    text-align: center;

    color: #fff;
    background-color: #00479d;
}
.download-wrap .item .download:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    margin-right: 10px;

    content: '\e675';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.download-wrap .item .download:hover {
    background-color: #024290;
}
@media (max-width: 767px) {
    .download-wrap .item .download {
        width: 110px;
    }
}
.download-wrap .page {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .download-wrap .page {
        margin-top: 0;
    }
}
.news-wrap .content {
    padding: 0;
}
.news-wrap .top-news {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .news-wrap .top-news {
        padding: 65px 0;
    }
}
@media (max-width: 991px) {
    .news-wrap .top-news {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .news-wrap .top-news {
        padding: 35px 0;
    }
}
.news-wrap .slick-news-list .img-box {
    padding-bottom: 68%;
}
.news-wrap .slick-news-list .item {
    position: relative;
}
@media (min-width: 992px) {
    .news-wrap .slick-news-list .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .news-wrap .slick-news-list .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.news-wrap .slick-news-list .text {
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    padding: 24px 30px;

    color: #fff;
    background-color: rgba(0, 71, 157, .8);
}
@media (max-width: 991px) {
    .news-wrap .slick-news-list .text {
        font-size: 14px;
        font-weight: bold;

        padding: 20px;
    }
}
.news-wrap .slick-news-list .text span {
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-wrap .slick-news-list .slick-dots {
    position: absolute;
    z-index: 10;
    bottom: 90px;
    left: 0;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px) {
    .news-wrap .slick-news-list .slick-dots {
        bottom: 70px;
    }
}
.news-wrap .slick-news-list .slick-dots li {
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 767px) {
    .news-wrap .slick-news-list .slick-dots li {
        margin: 0 5px;
    }
}
.news-wrap .slick-news-list .slick-dots li:before,
.news-wrap .slick-news-list .slick-dots li:after {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    border-radius: 50%;
}
.news-wrap .slick-news-list .slick-dots li:before {
    width: 4px;
    height: 4px;

    border-radius: 50%;
    background: #fff;
}
.news-wrap .slick-news-list .slick-dots li:after {
    width: 0;
    height: 0;

    -webkit-transition: .5s;
    transition: .5s;
}
.news-wrap .slick-news-list .slick-dots li.slick-active:after {
    width: 18px;
    height: 18px;

    border: 1px solid #fff;
}
.news-wrap .slick-news-list .slick-dots li button {
    display: none;
}
@media (max-width: 767px) {
    .news-wrap .list-r {
        margin-top: 15px;
    }
}
.news-wrap .list-r li {
    /*padding: 30px 0;*/
    padding: 25px 0;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1589px) {
    .news-wrap .list-r li {
        padding: 22px 0;
    }
}
@media (max-width: 1440px) {
    .news-wrap .list-r li {
        padding: 16px 0;
    }
}
@media (max-width: 1339px) {
    .news-wrap .list-r li {
        padding: 9px 0;
    }
}
@media (max-width: 1199px) {
    .news-wrap .list-r li {
        padding: 22px 0;
    }
}
@media (max-width: 991px) {
    .news-wrap .list-r li {
        padding: 9px 0;
    }
}
@media (max-width: 767px) {
    .news-wrap .list-r li {
        padding: 15px 0;
    }
}
.news-wrap .list-r li:first-child {
    border-top: 1px solid #e5e5e5;
}
.news-wrap .list-r li:hover h4 {
    color: #00479d;
}
.news-wrap .list-r li h4 {
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-wrap .list-r li .date {
    color: #999;
}
.news-wrap .list-r li p {
    overflow: hidden;

    margin-top: 20px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
@media (max-width: 991px) {
    .news-wrap .list-r li p {
        margin-top: 10px;
    }
}
.news-wrap .list {
    padding: 80px 0 100px;

    background-color: #f7f7f7;
}
@media (max-width: 1199px) {
    .news-wrap .list {
        padding: 65px 0;
    }
}
@media (max-width: 991px) {
    .news-wrap .list {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .news-wrap .list {
        padding: 35px 0;
    }
}
.news-wrap .list li {
    margin-bottom: 30px;
}
.news-wrap .list .item {
    padding: 30px;

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

    background-color: #fff;
}
@media (max-width: 991px) {
    .news-wrap .list .item {
        padding: 30px 15px;
    }
}
@media (min-width: 992px) {
    .news-wrap .list .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .news-wrap .list .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px) {
    .news-wrap .list .item:hover {
        box-shadow: 0 0 16px 1px rgba(7, 17, 27, .1);
    }
    .news-wrap .list .item:hover h4 {
        color: #00479d;
    }
}
.news-wrap .list .img-box {
    margin: 20px 0;
    padding-bottom: 68.33333333%;
}
.news-wrap .list h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-wrap .list .date {
    color: #999;
}
.news-wrap .list p {
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin-bottom: 20px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.news-wrap .list .more:after {
    font-family: 'iconfont' !important;
    font-size: 12px;
    font-style: normal;

    margin-left: 5px;

    content: '\e72f';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-wrap .page {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .news-wrap .page {
        margin-top: 0;
    }
}
.news-details-wrap .news-title {
    position: relative;

    padding-right: 25px;
}
.news-details-wrap .news-title h1 {
    font-size: 24px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 767px) {
    .news-details-wrap .news-title h1 {
        font-size: 22px;
    }
}
.news-details-wrap .news-title .back {
    position: absolute;
    top: 6px;
    right: 0;

    color: #999;
}
.news-details-wrap .news-title .back:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

    content: '\e646';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-details-wrap .news-title .back:hover {
    color: #00479d;
}
.news-details-wrap .fun-btn {
    line-height: 2;

    margin: 30px 0 50px;
    padding: 11px 0;

    color: #666;
    background-color: #edf1f7;
}
@media (max-width: 767px) {
    .news-details-wrap .fun-btn {
        margin: 25px 0 35px;
        padding: 11px 15px;
    }
}
.news-details-wrap .fun-btn span {
    margin: 0 30px;
}
@media (max-width: 767px) {
    .news-details-wrap .fun-btn span {
        margin: 0 15px;
    }
}
.news-details-wrap .fun-btn span a,
.news-details-wrap .fun-btn span button {
    background: none;
}
.news-details-wrap .fun-btn span a:hover,
.news-details-wrap .fun-btn span button:hover {
    color: #00479d;
}
.news-details-wrap .intro p {
    line-height: 2.14285714;

    margin: 0;

    /*text-indent: 2em;*/

    color: #666;
}
.news-details-wrap .intro img {
    display: block;
    width: 700px !important;
    height: auto !important;
    max-width: 100%;
    margin: 40px auto;
}
@media (max-width: 767px) {
    .news-details-wrap .intro img {
        margin: 25px 0;
    }
}
.news-details-wrap .news-page {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .news-details-wrap .news-page {
        margin-top: 45px;
    }
}
@media (max-width: 767px) {
    .news-details-wrap .news-page {
        margin-top: 30px;
    }
}
.news-details-wrap .news-page p {
    line-height: 2.14285714;

    overflow: hidden;

    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.news-details-wrap .news-page p:hover span {
    text-decoration: underline;

    color: #00479d;
}
.history-wrap .list ul {
    position: relative;

    zoom: 1;

    border-top: 1px solid transparent;
}
.history-wrap .list ul:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
@media (max-width: 767px) {
    .history-wrap .list ul {
        padding-bottom: 35px;
    }
}
.history-wrap .list ul:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;

    width: 2px;
    height: 100%;

    content: '';

    background-color: #d1d5d8;
}
@media (max-width: 767px) {
    .history-wrap .list ul:before {
        left: 0;
    }
}
.history-wrap .list li {
    position: relative;

    margin-top: 15px;
}
.history-wrap .list li:before {
    position: absolute;
    z-index: 5;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    border: 2px solid #d1d5d8;
    border-radius: 50%;
    background-color: #00479d;
}
.history-wrap .list li:after {
    position: absolute;

    width: 50px;
    height: 2px;

    content: '';

    background-color: #d1d5d8;
}
.history-wrap .list li .pic-box {
    width: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .history-wrap .list li .pic-box {
        width: 160px;
    }
}
@media only screen and (min-width: 768px) {
    .history-wrap .list li .intro {
        min-height: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .history-wrap .list li .info {
        float: left;

        width: 100%;
    }
}
.history-wrap .list li .img-box {
    padding-bottom: 66.66666667%;
}
@media (max-width: 767px) {
    .history-wrap .list li {
        margin-top: 30px;
        padding-left: 35px;
    }
    .history-wrap .list li:before,
    .history-wrap .list li:after {
        top: 0;
        left: 0;
    }
    .history-wrap .list li:before {
        top: 5px;
        left: -7px;
    }
    .history-wrap .list li:after {
        top: 12px;

        width: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .history-wrap .list li {
        width: 50%;
    }
    .history-wrap .list li:nth-child(odd) {
        float: left;

        text-align: right;
    }
    .history-wrap .list li:nth-child(odd):before {
        top: 52px;
        right: -9px;
    }
    .history-wrap .list li:nth-child(odd):after {
        top: 58px;
        right: 0;
    }
    .history-wrap .list li:nth-child(odd) .pic-box {
        float: right;
    }
    .history-wrap .list li:nth-child(even) {
        float: right;
    }
    .history-wrap .list li:nth-child(even):before {
        top: 52px;
        left: -7px;
    }
    .history-wrap .list li:nth-child(even):after {
        top: 58px;
        left: 0;
    }
    .history-wrap .list li:nth-child(even) .pic-box {
        float: left;
    }
    .history-wrap .list li:last-child .intro {
        min-height: auto;
    }
    .history-wrap .list li:nth-child(1) {
        margin-top: 60px;
    }
    .history-wrap .list li:nth-child(2) {
        margin-top: 215px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .history-wrap .list li:nth-child(odd) {
        padding-right: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .history-wrap .list li:nth-child(even) {
        padding-left: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .history-wrap .list li:nth-child(2) {
        margin-top: 270px;
    }
}
@media (min-width: 1200px) {
    .history-wrap .list li:nth-child(odd) {
        padding-right: 290px;
    }
    .history-wrap .list li:nth-child(odd) .pic-box {
        margin-right: -210px;
    }
    .history-wrap .list li:nth-child(even) {
        padding-left: 290px;
    }
    .history-wrap .list li:nth-child(even) .pic-box {
        margin-left: -210px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px) {
    .history-wrap .list li:nth-child(odd) {
        padding-right: 240px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px) {
    .history-wrap .list li:nth-child(odd) .pic-box {
        margin-right: -180px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px) {
    .history-wrap .list li:nth-child(even) {
        padding-left: 240px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px) {
    .history-wrap .list li:nth-child(even) .pic-box {
        margin-left: -180px;
    }
}
.history-wrap .list li .date {
    font-size: 24px;

    display: block;

    margin-bottom: 5px;

    color: #00479d;
}
@media (max-width: 1199px) {
    .history-wrap .list li .date {
        margin: 10px 0 5px;
    }
}
@media (max-width: 767px) {
    .history-wrap .list li .date {
        font-size: 20px;
    }
}
.history-wrap .list li p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.factory-wrap .list {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .factory-wrap .list {
        margin-top: 35px;
    }
}
.factory-wrap .list.machining {
    margin-top: 0;
}
.factory-wrap .list.machining .row {
    margin-top: 0;
}
.factory-wrap .list.machining li {
    margin-top: 15px;
}
.factory-wrap .list img {
    display: block;

    width: 100%;
}
.factory-wrap .list h4 {
    font-size: 22px;

    margin: 0 0 25px 0;
}
@media (max-width: 767px) {
    .factory-wrap .list h4 {
        margin-bottom: 15px;
    }
}
.factory-wrap .list p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.factory-wrap .list b {
    font-size: 16px;

    color: #00479d;
}
.factory-wrap .list .row {
    margin: -10px -9px 0;
}
@media (max-width: 767px) {
    .factory-wrap .list .row {
        margin-top: 0;
    }
}
.factory-wrap .list li {
    margin-top: 30px;
    padding: 0 8px;

    text-align: center;
}
@media (max-width: 767px) {
    .factory-wrap .list li {
        margin-top: 15px;
    }
}
@media (min-width: 992px) {
    .factory-wrap .list li img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .factory-wrap .list li:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.factory-wrap .list li span {
    display: block;
    overflow: hidden;

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

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.factory-wrap .list .img-box {
    padding-bottom: 67.74193548%;
}
.service-wrap .pic-intro a {
    display: block;
    overflow: hidden;
}
.service-wrap .pic-intro a:first-child {
    border-radius: 50px 0 0 0;
}
.service-wrap .pic-intro img {
    display: block;

    width: 100%;
}
.app-wrap .list .img-box {
    padding-bottom: 68.25396825%;
}
.app-wrap .list li {
    overflow: hidden;

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

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

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .app-wrap .list li {
        padding: 20px 0;
    }
}
.app-wrap .list li:first-child {
    padding-top: 0;
}
.app-wrap .list li .pic-box,
.app-wrap .list li .item {
    float: left;
}
@media (min-width: 992px) {
    .app-wrap .list li img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .app-wrap .list li:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media only screen and (min-width: 992px) {
    .app-wrap .list li:hover .item .introduce b,
    .app-wrap .list li:hover .item .introduce i {
        color: #00479d;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .app-wrap .list .pic-box {
        width: 30%;
    }
}
.app-wrap .list .item-box {
    display: block;

    background-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .app-wrap .list .item-box {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .app-wrap .list .item-box .info {
        margin-top: 20px;
    }
}
.app-wrap .list .item-box .introduce h4 {
    font-size: 18px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0 0 10px 0;

    color: #00479d;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.app-wrap .list .item-box .introduce p {
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.app-wrap .list .item-box .introduce i {
    display: block;

    margin-top: 20px;

    color: #bbb;
}
@media (max-width: 767px) {
    .app-wrap .list .item-box .introduce i {
        margin-top: 10px;
    }
}
.customer-wrap .customer-list .img-box {
    padding-bottom: 62.79069767%;
}
.customer-wrap .customer-list li {
    margin-bottom: 30px;
}
.customer-wrap .customer-list li .item {
    padding: 10px;

    background-color: #fff;
}
@media (min-width: 992px) {
    .customer-wrap .customer-list li .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .customer-wrap .customer-list li .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.customer-wrap .customer-list li .item p {
    position: relative;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.customer-wrap .customer-list li .item p:before {
    position: absolute;
    top: 5px;
    left: 0;

    width: 2px;
    height: 10px;

    content: '';

    background-color: #00479d;
}
.customer-wrap .page {
    margin-top: 20px;
}
.public-form p {
    font-size: 16px;
    line-height: 2;

    margin-bottom: 25px;
}
.public-form .row {
    margin: 0 -10px;
}
.public-form .row li {
    padding: 0 10px;
}
.public-form input::-webkit-input-placeholder,
.public-form textarea::-webkit-input-placeholder {
    color: #666;
}
.public-form input:-o-placeholder,
.public-form textarea:-o-placeholder {
    color: #666;
}
.public-form input::-moz-placeholder,
.public-form textarea::-moz-placeholder {
    color: #666;
}
.public-form input:-ms-input-placeholder,
.public-form textarea:-ms-input-placeholder {
    color: #666;
}
.public-form input:focus::-webkit-input-placeholder,
.public-form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.public-form input:focus::-o-placeholder,
.public-form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.public-form input:focus::-moz-placeholder,
.public-form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.public-form input:focus::-ms-input-placeholder,
.public-form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.public-form input,
.public-form textarea {
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 17px 15px;

    -webkit-transition: border-color .3s;
    transition: border-color .3s;

    color: #666;
    border-bottom: 1px solid #e5e5e5;
    background: none;
}
@media (max-width: 767px) {
    .public-form input,
    .public-form textarea {
        padding: 17px 5px;
    }
}
.public-form input:focus,
.public-form textarea:focus {
    border-color: #00479d;
}
.public-form textarea {
    overflow: hidden;

    height: 55px;
}
.public-form .submit {
    font-size: 18px;
    line-height: 50px;

    display: block;

    width: 160px;
    height: 50px;
    margin-top: 40px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #00479d;
}
@media (max-width: 767px) {
    .public-form .submit {
        line-height: 40px;

        width: 140px;
        height: 40px;
        margin-top: 30px;
    }
}
.public-form .submit:hover {
    background-color: #024290;
}
.join-wrap h4 {
    font-size: 20px;

    margin-top: 0;

    color: #00479d;
}
.join-wrap .list {
    margin-top: 45px;
}
@media (max-width: 767px) {
    .join-wrap .list {
        margin-top: 30px;
    }
}
.join-wrap .list p {
    line-height: 2.14285714;

    position: relative;

    margin: 0;
    padding-left: 15px;

    color: #666;
}
.join-wrap .list p:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '·';
}
.join-wrap .advantage {
    margin-top: 0;
}
.join-wrap .agent b {
    font-size: 16px;

    display: block;

    margin: 20px 0 0 0;

    color: #666;
}
.join-wrap .agent p {
    margin: 30px 0 0 0;
}
@media (max-width: 767px) {
    .join-wrap .agent p {
        margin-top: 15px;
    }
}
.join-wrap .form ul {
    padding-top: 5px;
}
.join-wrap .form .tips {
    display: block;

    margin-top: 20px;

    text-decoration: underline;
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 768px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .online-wrap .code-pic {
        right: 55px;
        bottom: 370px;
    }
}
.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: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
    transition: right .3s;
}
@media (max-width: 767px) {
    .online-wrap .online {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

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

    text-align: center;

    border-radius: 5px 0 0 5px;
    background-color: rgba(0, 0, 0, .8);
}
.online-wrap .online a:before {
    font-size: 22px;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #00479d;
    }
}
@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 {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    padding: 0 10px;

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

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.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;
}
.footer {
    color: #c0c0c0;
    background-color: #31333f;
}
.footer .footer-wrap {
    overflow: hidden;
}
.footer .footer-row {
    font-size: 0;

    margin: 0 -15px;
    padding: 50px 0 90px 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
@media (min-width: 1200px) {
    .footer .footer-row:after {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    .footer .footer-row {
        padding: 40px 0 60px;
    }
}
@media (max-width: 767px) {
    .footer .footer-row {
        margin: 0 -5px;
        padding: 20px 0 40px;
    }
}
.footer .foot-list {
    font-size: 13px;

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .footer .foot-list {
        width: 33.333333%;
    }
}
@media (max-width: 767px) {
    .footer .foot-list {
        width: 100%;
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .footer .foot-list .list {
        display: none;

        margin-top: 15px;
        padding: 0 10px;
    }
}
.footer .foot-list .list li {
    margin-bottom: 10px;
}
.footer .foot-list .list li a {
    display: inline-block;
}
.footer .foot-list p a:hover,
.footer .foot-list li a:hover {
    text-decoration: underline;

    color: #fff;
}
.footer .foot-list h4 {
    font-size: 16px;

    margin: 35px 0 15px;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 767px) {
    .footer .foot-list h4 {
        position: relative;

        margin-top: 20px;
        margin-bottom: 10px;
        padding-right: 20px;
    }
    .footer .foot-list h4:after {
        position: absolute;
        top: 0;
        right: 15px;

        content: '+';
    }
}
.footer .foot-contact {
    margin-right: 0;
}
@media (min-width: 768px) {
    .footer .foot-contact {
        width: 320px;
    }
}
@media (max-width: 767px) {
    .footer .foot-contact {
        width: 100%;
    }
    .footer .foot-contact h4:after {
        display: none;
    }
    .footer .foot-contact .contact-box {
        margin-top: 15px;
    }
}
.footer .foot-contact p {
    position: relative;
}
.footer .foot-contact .add {
    position: relative;
}
.footer .copyright {
    padding: 33px 0;

    text-align: center;

    border-top: 1px solid #404250;
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 20px 0;
    }
}
.footer .copyright p {
    line-height: 1.8;

    margin: 0;
}
@media only screen and (min-width: 992px) {
    .footer .copyright p {
        float: left;
    }
}
.footer .copyright p span {
    margin: 0 5px 0 30px;
}
@media (max-width: 767px) {
    .footer .copyright p span {
        display: block;

        margin: 5px 0;
    }
}
.footer .copyright p a:hover {
    text-decoration: underline;

    color: #fff;
}
@media only screen and (min-width: 992px) {
    .footer .copyright .share {
        float: right;
    }
}
@media (max-width: 991px) {
    .footer .copyright .share {
        margin-top: 10px;
    }
}
.footer .copyright .share a {
    line-height: 28px;

    position: relative;

    display: inline-block;

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

    text-align: center;

    color: #8c8c8c;
    border: 1px solid #8c8c8c;
    border-radius: 50%;
}
.footer .copyright .share a:before {
    font-size: 15px;
}
.footer .copyright .share a:first-child {
    margin-left: 0;
}
.footer .copyright .share a:hover {
    color: #fff;
    border-color: transparent;
    background-color: #00479d;
}
.footer .copyright .share .icon-weixin:hover {
    background-color: #4fc237;
}
.footer .copyright .share .icon-weixin:hover .code-wrap,
.footer .copyright .share a:hover .code-wrap {
    width: 110px;

    -webkit-transition: .4s;
    transition: .4s;
}
.footer .copyright .share .icon-facebook:hover {
    background-color: #3c579a;
}
.footer .copyright .share .icon-tuite:hover {
    background-color: #54aded;
}
.footer .copyright .share .icon-weibo:hover {
    background-color: #e22427;
}
.footer .copyright .share .icon-youku:hover {
    background-color: #38CEFF;
}
.footer .copyright .share .icon-douyin:hover {
    background-color: #000;
}
.footer .copyright .share .icon-youtube1:hover {
    background-color: #c3302e;
}
.footer .copyright .code-wrap {
    position: absolute;
    bottom: 110%;
    left: 50%;

    display: block;
    overflow: hidden;

    width: 0;
    max-width: 110px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer .copyright .code-wrap:after {
    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;

    content: '';

    border-width: 6px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.footer .copyright .code-wrap img {
    display: block;

    width: 100%;
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}

.recruitment-details-wrap .info {
    position: relative;
}

.index-range .item .num:after {
    content: "+";
    vertical-align: text-top;
    line-height: 1;
    font-size: 18px;
}
.index-range ul li:last-child .item .num:after {
    content: "h";
    font-size: 14px;
    margin-left: 2px;
}

/**
 * Date : 2019年1月4日15:57:55
 * @author HSM
 * @toDo 底部增加 改两行
 */
@media (min-width: 1200px) {
    .footer .foot-list,
    .footer .foot-list.foot-contact {
        width: 25%;
    }
}

.index-range .mask-box p {
    font-size: 12px;
    line-height: 1.6;
    min-height: auto;
}
.index-range .mask-box b {
    margin-bottom: 10px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .header .nav .nav-list1>li {
        padding: 0 18px;
    }
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .header .nav .nav-list1>li {
        padding: 0 11px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .header .container {
        padding-right: 20px;
    }
    .header .language-box {
        padding-left: 20px;
    }
}

/**
 * Date : 2020年1月8日16:41:22
 * @author HSM
 * @toDo BUSINESS title  3row
 */

.index-range .item b {
    min-height: 66px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .index-range .item b {
        min-height: 44px;
    }
    .index-range ul li {
        padding-bottom: 10px;
    }
    .index-range .item p {
        height: 40px;
    }
}

/**
 * Date : 2021年7月7日17:51:03
 * @author HSM
 * @toDo 首页业务范围
 */

@media (min-width: 1200px) {
    .index-range ul li {
        width: 16.6666666666666%;
    }
}

.index-range ul li .item:before {
    font-size: 45px;
}

.index-range ul li:nth-child(5) .item:before {
    content: '\e644';
}

.index-range ul li:nth-child(6) .item:before {
    content: '\e6c3';

}

/**
 * Date : 2022年9月13日09:09:28
 * @author HSM
 * @toDo 新增投资者关系分类
 */
.forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1>li {
        padding: 0 1.3vw;
    }

}

@media (max-width: 1589px) and (min-width: 1200px) {
    .header .nav .nav-list1>li {
        padding: 0 0.9vw;
    }
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .header .nav .nav-list1>li {
        padding: 0 0.7vw;
        font-size: 13px;
    }
}
@media (max-width: 1440px) {
    .language-box.language-header {
        padding-left: 15px;
    }

}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.f-flex:before,
.f-flex:after {
    display: none;
}

.footer {
    position: relative;
    z-index: 2;
}

.announcement-wrap .title ul {
    position: initial;
}
.announcement-list li {
    border-bottom: 1px solid #eeeeee;
    color: #666666;
}
@media (min-width: 1200px) {
    .announcement-list li:hover a {
        color: #00479d;
    }
}
@media (min-width: 576px) {
    .announcement-list li {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
}
.announcement-list a {
    padding: 13px 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: start;
    align-items: flex-start;
}
@media (min-width: 576px) {
    .announcement-list a {
        width: -webkit-calc(100% - 130px);
        width: calc(100% - 130px);
    }
}
@media (max-width: 575px) {
    .announcement-list a {
        width: 100%;
        padding-bottom: 8px;
    }
}
.announcement-list a img {
    margin-right: 5px;
    margin-top: 3px;
}
.announcement-list a span {
    position: relative;
    display: block;
    padding-left: 10px;
}
.announcement-list a span:before {
    position: absolute;
    left: 2px;
    top: -1px;
    content: '· ';
}
.announcement-list .date {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}
@media (min-width: 576px) {
    .announcement-list .date {
        margin-left: 15px;
    }
}
@media (max-width: 575px) {
    .announcement-list .date {
        margin-bottom: 10px;
    }
}
.announcement-list .date img {
    margin-right: 15px;
}
.investor-contact-wrap .list {
    flex-wrap: wrap;
}
.investor-contact-wrap .list>li {
    margin-top: 30px;
}
@media (max-width: 575px) {
    .investor-contact-wrap .list>li {
        width: 100%;
        margin-top: 20px;
    }
}
.investor-contact-wrap .list .item {
    height: 100%;
    border: 1px solid #f3f3f3;
    padding: 12.12121212% 7.57575758% 12.12121212% 12.12121212%;
    position: relative;
    z-index: 2;
    font-size: 16px;
}
.investor-contact-wrap .list .item:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 2;
}
@media (min-width: 1200px) {
    .investor-contact-wrap .list .item:hover .iconfont,
    .investor-contact-wrap .list .item:hover p * {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #fff;
    }
    .investor-contact-wrap .list .item:hover .pic {
        opacity: 1;
    }
}
@media (max-width: 1199px) {
    .investor-contact-wrap .list .item {
        padding: 6.06060606%;
    }
    .investor-contact-wrap .list .item .iconfont,
    .investor-contact-wrap .list .item p * {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #fff;
    }
    .investor-contact-wrap .list .item .pic {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .investor-contact-wrap .list .item {
        font-size: 15px;
    }
}
.investor-contact-wrap .list .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    object-fit: cover;
    opacity: 0;
}
.investor-contact-wrap .list .iconfont {
    font-size: 2.8125em;
    color: #00479d;
    line-height: 1;
    display: block;
}
@media (max-width: 767px) {
    .investor-contact-wrap .list .iconfont {
        font-size: 2.5em;
    }
}
.investor-contact-wrap .list p {
    margin: 0;
}
.investor-contact-wrap .list p span {
    display: block;
    color: #333333;
    margin: 20px 0 5px;
}
@media (max-width: 767px) {
    .investor-contact-wrap .list p span {
        margin-top: 15px;
    }
}
.investor-contact-wrap .list p b {
    color: #00479d;
    font-size: 1.125em;
}
.investor-quotation-wrap .iframe {
    width: 100%;
    height: 800px;
}
@media (max-width: 1199px) {
    .investor-quotation-wrap .iframe {
        height: 75vh;
    }
}

/**
 * Date : 2022年10月21日16:20:54
 * @author HSM
 * @toDo 下载缩小  底部电话明显一些
 */
@media (min-width: 1200px) {
    .announcement-wrap .container {
        width: 1170px;
    }

}

.footer .foot-contact p.tel {
    font-weight: bold;
    margin-top: 15px;
    color: #fff;
    font-size: 1.2em;
}

/**
 * Date : 2023年1月6日08:56:32
 * @author HSM
 * @toDo 新闻缩小可视区域  新闻图片更改比例
 */

@media (min-width: 1200px) {
    .news-details-wrap .container {
        width: 1170px;
    }
}

.news-wrap .list .img-box {
    padding-bottom: 42.5%;
}

.news-wrap .slick-news-list .img-box {
    padding-bottom: 42.6666666666666%;
}

/**
 * Date : 2023年3月1日19:13:56
 * @author HSM
 * @toDo 首页增加产品分类
 */

@media (min-width: 1200px) {
    .index-product li {
        width: 20%;
    }
    .index-news .news-slider-nav .slick-arrow:hover {
        color: #00479d;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1469px) {
    .index-product .mask .text {
        padding: 35px 30px;
    }
    .index-product .mask .intro b:before {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .index-product li {
        width: 33.3333333%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .index-product li {
        width: 50%;
    }
}

.index-news .img-box {
    padding-bottom: 42.66666666666667%;
}

.forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}

.index-news .news-slider-nav .item p {
    height: 20px;
}

/**
 * Date : 2023年3月24日16:10:08
 * @author HSM
 * @toDo 社媒重新添加
 */
.footer .copyright .share {
    margin-top: -5px;
}
.footer .copyright .share a {
    margin-top: 5px;
}

.footer .copyright .share .icon-shipinhao:hover {
    background-color: #fa9d3b;
}

.footer .copyright .share .icon-bilibili:hover {
    background-color: #6acff4;
}

.footer .copyright .share .icon-youtube:hover {
    background-color: #c3302e;
}

@media (max-width: 575px) {
    .footer .copyright .share {
        padding: 0 20px;
    }
}

/**
 * Date : 2023年4月6日16:44:40
 * @author HSM
 * @toDo 加询盘 加右下角提交
 */

.showbtn-feedback {
    line-height: 60px;

    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 20px;

    width: 60px;
    height: 60px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #00479d;
}
@media (max-width: 767px) {
    .showbtn-feedback {
        line-height: 50px;

        right: 0;

        width: 50px;
        height: 50px;
    }
}
.showbtn-feedback.act {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}
.showbtn-feedback:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e6a4';
}
.showbtn-feedback:hover {
    background-color: #053a79;
    box-shadow: 0 0 20px rgba(0, 71, 157, .5);
}
.open-feedback {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    overflow: hidden;

    width: 100%;
    max-width: 360px;

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

    border: 2px solid #00479d;
    border-radius: 10px;
    background-color: #00479d;
}
.open-feedback .close-feedback {
    line-height: 40px;

    display: inline-block;
    float: right;

    width: 40px;
    height: 40px;

    cursor: pointer;
    text-align: center;
}
.open-feedback .close-feedback:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e61b';

    color: #fff;
}
.open-feedback .title-open {
    clear: both;

    padding: 10px 20px;

    color: #fff;
}
.open-feedback .title-open h2 {
    font-size: 20px;
    line-height: 1.4;

    margin: 0;
}
.open-feedback .title-open h2:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e6a4';
    vertical-align: middle;
}
.open-feedback .title-open p {
    font-size: 14px;
    line-height: 24px;
}
.open-feedback .feedback {
    padding: 30px;

    background-color: #fff;
}
.open-feedback .feedback input,
.open-feedback .feedback textarea {
    line-height: 30px;

    width: 100%;
    min-height: 40px;
    margin: 5px 0;
    padding: 5px 10px;

    background: #eee;
}
.open-feedback .feedback input::-webkit-input-placeholder,
.open-feedback .feedback textarea::-webkit-input-placeholder {
    color: #666;
}
.open-feedback .feedback input:-o-placeholder,
.open-feedback .feedback textarea:-o-placeholder {
    color: #666;
}
.open-feedback .feedback input::-moz-placeholder,
.open-feedback .feedback textarea::-moz-placeholder {
    color: #666;
}
.open-feedback .feedback input:-ms-input-placeholder,
.open-feedback .feedback textarea:-ms-input-placeholder {
    color: #666;
}
.open-feedback .feedback input:focus::-webkit-input-placeholder,
.open-feedback .feedback textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.open-feedback .feedback input:focus::-o-placeholder,
.open-feedback .feedback textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.open-feedback .feedback input:focus::-moz-placeholder,
.open-feedback .feedback textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.open-feedback .feedback input:focus::-ms-input-placeholder,
.open-feedback .feedback textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.open-feedback .feedback .submit {
    line-height: 40px;

    display: block;

    width: 100%;
    height: 40px;
    padding: 0;

    color: #fff;
    background-color: #00479d;
}
.open-feedback .feedback .submit:after {
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-top: -4px;
    margin-left: 4px;

    content: '';
    vertical-align: middle;

    background: url(../images/send.png) no-repeat center;
    background-size: cover;
}
.open-feedback.act {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.inquiry-form .tit {
    font-size: 22px;
    font-weight: bold;
    margin: 35px 0 15px;
}

/**
* Date : 2024-08-26
* @author HSM
* @toDo 添加cookie协议
*/

.cookie-bar {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    display: none;
    color: #333333;
    /* box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3) */
}
.cookie-bar p {
    line-height: 24px;
    text-align: left;
    padding-right: 5%;
    width: calc(100% - 240px);
}
.cookie-flex {
    display: flex;
    align-items: center;

}

.cookie-bar .accept-cookie {
    color: #ffffff;
    background-color: #333333;
    display: inline-block;
    padding: 8px 16px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 8px 0;
}
.cookie-bar .accept-cookie:hover {

    background-color: #000000;
}

.cookie-bar .refuse-cookie {
    color: #000000;
    border: 1px solid #666666;
    display: inline-block;
    padding: 8px 16px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 8px 0;
    margin-right: 20px;
}
.cookie-bar .refuse-cookie:hover {
    color: #ffffff;
    background-color: #000000;
}
@media(max-width:991px) {
    .cookie-flex {
        flex-wrap: wrap;
    }
    .cookie-bar p {
        width: 100%;
    }
}