/**
 * style.less
 * 层叠样式表
 */

.ff {
    font-family: 'iconfont' !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/avantgarde-demi.eot');
    src: url('../fonts/avantgarde-demi.eot') format('embedded-opentype'), url('../fonts/avantgarde-demi.woff2') format('woff2'), url('../fonts/avantgarde-demi.woff') format('woff'), url('../fonts/avantgarde-demi.ttf') format('truetype'), url('../fonts/avantgarde-demi.svg#avantgarde-demi') format('svg');
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/avantgardeitcbybt-book.eot');
    src: url('../fonts/avantgardeitcbybt-book.eot') format('embedded-opentype'), url('../fonts/avantgardeitcbybt-book.woff2') format('woff2'), url('../fonts/avantgardeitcbybt-book.woff') format('woff'), url('../fonts/avantgardeitcbybt-book.ttf') format('truetype'), url('../fonts/avantgardeitcbybt-book.svg#avantgardeitcbybt-book') format('svg');
}

@font-face {
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/agencyfb-reg.eot');
    src: url('../fonts/agencyfb-reg.eot') format('embedded-opentype'), url('../fonts/agencyfb-reg.woff2') format('woff2'), url('../fonts/agencyfb-reg.woff') format('woff'), url('../fonts/agencyfb-reg.ttf') format('truetype'), url('../fonts/agencyfb-reg.svg#agencyfb-reg') format('svg');
}

body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (min-width: 1350px) {
    .container {
        width: 100%;
        padding: 0 7%;
    }
}

@media (max-width: 1349px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

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;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:visited,
a:link {
    text-decoration: none;
    color: inherit;
}

.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}

.header {
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;
    height: 135px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header1 {
    position: relative!important;
}



.header .top{ width:100%; height:35px; line-height:35px; background:#f5f5f5; }

.header .top .language{ float:right;}

.header .top .language a{ display:inline-block; margin-left:10px;  }
.header .top .language a:hover ,.header .top .language a.active{ color:#9d0a0d;}
.header .top .language a:after{ content:''; padding-right:10px; border-right:1px solid #ccc;}
.header .top .language a:last-child:after{ border:none;}


@media (max-width: 1199px) {
    .header {
        height: 95px;
        padding: 0 15px;
    }
}

.header .logo {
    position: relative;
    float: left;
    height: 62px;
	margin-top:19px;
   /* padding: 17px 40px;*/
    -webkit-transition: all .4s;
    transition: all .4s;
    /* border-right: 1px solid #ccc; */
}

@media (max-width: 1199px) {
    .header .logo {
        height: 40px;
       
        border-right: none;
    }
}

.header .logo a {
    display: block;
    height: 100%;
}

.header .logo img {
    display: block;
    height: 100%;
}

.header .nav-collapse {
    position: relative;
    z-index: 10;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    background: none;
}

@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 10px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}

@media (max-width: 767px) {
    .header .nav-collapse {
        position: absolute;
        top: 45px;
        right: 0;
        margin-top: 0;
        border: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}

.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    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: 20px;
    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);
}

@media (min-width: 1200px) {
    .header .nav {
        position: relative;
        float: right;
        padding-left: 1%;
    }
}

@media (max-width: 1560px) {
    .header .nav {
        padding-left: 10px;
    }
}

@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: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background-color: rgba(157, 10, 13, .9);
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}

.subnav {
    position: absolute;
    top: 100px;
    color: #000;
    overflow: hidden;
}

@media (max-width:1199px) {
    .subnav {
        display: none;
    }
}

.fixed-header .subnav {
    position: absolute;
    top: 80px;
    color: #000;
    overflow: hidden;
}

.subnav li {
    font-size: 16px;
    line-height: 49px;
    position: relative;
    background-color: #9C0A0D;
    padding: 0 22px;
    -webkit-transition: all .4s;
    transition: all .4s;
    float: left;
    display: none;
    color: #fff;
    border: 1px solid #9C0A0D;
}

.list:hover .subnav li {
    display: block;
}

.subnav li:hover {
    color: #9C0A0D;
    background-color: #fff;
}

@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}

@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        float: left;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 100px;
        position: relative;
        display: inline-block;
        padding: 0 22px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav .nav-list1>li>a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 4px;
        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        background-color: #9C0A0D;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 {
        display: none;
        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        height: auto !important;
        padding: 20px 0;
    }
    .header .nav .nav-list1 .nav-list2 li {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 13px;
        line-height: 30px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 30px;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        text-decoration: underline;
        color: #9C0A0D;
    }
    .header .nav .nav-list1 .nav-list2 li .pic {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 {
        right: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;
        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2>li {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding-bottom: 999px;
        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2>li .pic {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2>li h4 {
        font-size: 13px;
        font-weight: bold;
        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        left: 100%;
        display: none;
        margin-top: -44px;
        padding: 20px 0;
        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        font-size: 12px;
        line-height: 2;
    }
}

@media (min-width: 1200px) and (max-width: 1560px) {
    .header .nav .nav-list1>li>a {
        padding: 0 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .header .nav .nav-list1>li>a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1199px) {
    .header .nav .nav-list1 .nav-list2 li .pic {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;
        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;
        color: #fff;
    }
}

@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-color: #9C0A0D;
    }
}

.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';
    font-size: 26px;
    content: '\e9b5';
}

.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2 {
        font-size: 20px;
        width: 100%;
    }
}

.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 {
    overflow: auto;
    height: 80%;
    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;
    line-height: 50px;
    margin: 25px 0;
    text-align: left;
}

@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 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 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 .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 .pic {
        display: none !important;
    }
    .header .fade-out ul.nav-list1>li.act.search {
        display: none;
    }
}

@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 {
        position: relative;
        margin: 20px 0;
    }
    .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);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;
        position: absolute;
        top: 50.3%;
        right: 0;
        margin-top: -14px;
        content: '\e72f';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 22px;
        line-height: 2.5;
        display: block;
        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@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;
    }
}

.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}

.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}

@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}

.header .xs-language a {
    font-size: 16px;
    color: #fff;
}

.header .xs-language span {
    margin: 0 5px;
    color: #fff;
}

.header .search-box {
    position: absolute;
    z-index: 888;
    top: 100%;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .header .search-box {
        position: fixed;
        height: 60px;
    }
}

.header .search-box .hbg {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .search-box .search {
    line-height: 40px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 90%;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}

.header .search-box .input-text {
    float: left;
    height: 38px;
    padding-left: 10%;
    color: #333;
    background: none;
}

@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}

.header .search-box .input-submit {
    position: absolute;
    right: 0;
    width: 70px;
    height: 40px;
    border: 1px solid #d5d5d5;
    /* background-color: #9C0A0D; */
}

@media (max-width: 1199px) {
    .header .search-box .input-submit {
        line-height: 30px;
        width: 50px;
        height: 30px;
    }
}

.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;
    display: inline-block;
    display: none;
    cursor: pointer;
}

.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e660';
    color: #9C0A0D;
}

.header .search-lg {
    top: 0;
}

.header .search-lg p {
    line-height: 2;
    margin: 0;
    color: #999;
}

@media (max-width: 1199px) {
    .header .search-lg p {
        font-size: 12px;
    }
}

.header .search-lg .search {
    position: relative;
    left: 0;
    width: 90%;
    border: none;
    border-radius: 0;
}

.header .search-lg .search:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 10px;
    content: '\e660';
    color: #999;
}

@media (max-width: 1199px) {
    .header .search-lg .search:before {
        font-size: 18px;
        line-height: 30px;
    }
}

.header .search-lg .input-text {
    font-size: 16px;
    line-height: 38px;
    width: 100%;
    height: 40px;
    padding: 0 80px 0 40px;
    color: #333;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
}

@media (max-width: 1199px) {
    .header .search-lg .input-text {
        line-height: 28px;
        height: 30px;
    }
}

.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
    color: #999;
}

.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
    color: #999;
}

.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
    color: #999;
}

.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
    color: #999;
}

.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
    color: #fff;
}

.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
    color: #fff;
}

.header .search-lg .close-btn {
    position: absolute;
    top: 15%;
    right: 10px;
    cursor: pointer;
}

.header .search-lg .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #000;
}

.header .right {
    position: relative;
    float: right;
    height: 100px;
    color: #fff;
    background-color: #9C0A0D;
}

@media (max-width: 1199px) {
    .header .right {
        height: 70px;
        background: none;
    }
}

.header .right .share {
    float: left;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .header .right .share {
        display: none;
    }
}

.header .right .bdsharebuttonbox {
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header .right .bdsharebuttonbox a {
    font-size: 16px;
    line-height: 100px;
    position: relative;
    display: inline-block;
    height: 100px;
    margin: 0;
    padding: 0 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: none;
}

@media (max-width: 1660px) {
    .header .right .bdsharebuttonbox a {
        padding: 0 20px;
    }
}

@media (max-width: 1360px) {
    .header .right .bdsharebuttonbox a {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .header .right .bdsharebuttonbox a {
        height: 70px;
    }
}

.header .right .bdsharebuttonbox a:before,
.footer .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 24px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    content: '\e62d';
    text-align: center;
}

.header .right .bdsharebuttonbox a:after {
    line-height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    content: '|';
}

.header .right .bdsharebuttonbox a:hover {
    opacity: 1;
    color: #fff;
}

.header .right .bdsharebuttonbox .bds_sqq:before {
    content: '\e62d';
}

.header .right .bdsharebuttonbox .bds_tsina:before {
    content: '\e62b';
}

.header .right .bdsharebuttonbox .bds_weixin:before,
.footer .bdsharebuttonbox .bds_weixin:before {
    content: '\e604'!important;
}

.header .right .bdsharebuttonbox .bds_video:before {
    content: '\e62a';
}

.header .find {
    font-size: 16px;
    line-height: 100px;
    float: right;
    padding: 0 40px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}

@media (max-width: 1660px) {
    .header .find {
        padding: 0 20px;
    }
}

@media (max-width: 1360px) {
    .header .find {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;
        padding: 0 40px 0 0;
        color: #666;
    }
}

.header .find::before {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    content: '\e660';
}

@media (min-width: 1200px) {
    .header.fixed-header {
        height: 115px;
    }
    .header.fixed-header .logo {
        height: 50px;
       
    }
    .header.fixed-header .nav .nav-list1>li>a {
        line-height: 80px;
    }
    .header.fixed-header .right {
        height: 80px;
    }
    .header.fixed-header .find {
        line-height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a {
        line-height: 80px;
        height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a:after {
        line-height: 80px;
    }
}

.online {
    position: fixed;
    z-index: 9;
    right: 15px;
    width: 45px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

@media (max-width: 1440px) {
    .online {
        right: 5px;
    }
}

@media (min-width: 992px) {
    .online {
        top: 40%;
    }
}

@media (max-width: 991px) {
    .online {
        bottom: -380px;
    }
}

.online.active {
    right: 5px;
    bottom: 80px;
}

.online a {
    line-height: 50px;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 2px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .7);
}

@media (max-width: 1560px) {
    .online a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.online a:after {
    font-family: 'iconfont';
    font-size: 20px;
    content: '\e621';
    color: #fff;
}

.online a:hover {
    background-color: #15ad0d;
}

.online a.online-email:after {
    content: '\e61f';
}

.online a.online-email:hover {
    background-color: #765099;
}

.online a.online-qq:after {
    content: '\e62d';
}

.online a.online-qq:hover {
    background-color: #3b589b;
}

.online a.online-tel:after {
    content: '\e61c';
}

.online a.online-tel:hover {
    background-color: #00affb;
}

.online a.online-weixin:after {
    content: '\e604';
}

.online a.online-weixin:hover {
    background-color: #33d055;
}

.online a.online-wechat:after {
    font-size: 22px;
    content: '\e604';
}

.online a.online-wechat:hover {
    background-color: #33d055;
}

.online a.online-top:after {
    content: '\e605';
}

.online a.online-top:hover {
    background-color: #000;
}

.online a.online-tel p,
.online a.online-whatsapp p {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 54px;
    display: none;
    width: 160px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima,
.online a.online-weixin .erweima {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 20px;
    display: block;
    display: none;
    width: 130px;
    height: 160px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img {
    width: 100%;
}

.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p {
    font-size: 13px;
    line-height: 30px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #888;
}

.icon-online {
    font-size: 30px;
    line-height: 46px;
    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;
    display: none;
    width: 46px;
    height: 46px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #9C0A0D;
}

@media (max-width: 991px) {
    .icon-online {
        display: block;
    }
}

.icon-online.icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
   /* margin-top: 100px;*/
}

.banner-index {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .banner {
        /*margin-top: 60px;*/
    }
    .banner-index {
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

.banner .to-num {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    right: 240px;
    bottom: 20px;
    color: #fff;
    display: none;
}

.banner .to-num:before {
    content: '0';
}

@media (max-width: 991px) {
    .banner .to-num {
        right: 20px;
        bottom: 0;
        display: none;
    }
}

.banner .slick-arrow {
    line-height: 50px;
    position: absolute;
    z-index: 9;
    right: 400px;
    bottom: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    background: none;
    display: none!important;
}

@media (max-width: 991px) {
    .banner .slick-arrow {
        line-height: 34px;
        right: 240px;
        bottom: 0;
    }
}

.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e601';
    color: #fff;
}

.banner .slick-arrow.slick-next {
    right: 350px;
    left: auto;
}

@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        right: 195px;
    }
}

.banner .slick-arrow.slick-next:before {
    content: '\e827';
}

.banner .slick-arrow.slick-next:after {
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: -15px;
    float: left;
    content: '|';
    color: #fff;
}

.banner .slick-arrow:hover:before {
    color: rgba(255, 255, 255, .8);
}

.banner .slick-dots {
    position: absolute;
    right: 2%;
    top: 49%;
    height: 200px;
    text-align: center;
}

@media (max-width: 991px) {
    .banner .slick-dots {
        right: 156px;
    }
}

@media (max-width: 1199px) {
    .banner .slick-dots {
        text-align: center;
        display: none!important;
    }
}

@media (max-width: 991px) {
    .banner .slick-dots {
        bottom: 0;
    }
}

.banner .slick-dots li {
    width: 5px;
    height: 40px;
    background: #fff;
    margin-bottom: 15px;
}

.banner .slick-dots li.slick-active {
    background: #9C0A0D;
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
    display: none;
}

.banner .slick-dots li button {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    opacity: 0;
    color: #fff;
    background: none;
}

.banner .slick-dots li button:before {
    content: '0';
}

.banner .slick-dots li button:after {
    position: absolute;
    top: 24px;
    right: -20px;
    display: inline-block;
    width: 20px;
    height: 1px;
    content: '';
    background-color: #fff;
}

.banner .img-box img {
    display: block;
    width: 100%;
}

.banner .img-box {
    padding-bottom: 41.66666667%;
}

.banner .text {
    position: absolute;
    top: 46%;
    width: 100%;
    padding: 0 6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner .text1 {
    position: absolute;
    top: 45%;
    width: 100%;
    padding: 0 12%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
}

.banner .text1 .text2 span {
    display: block;
    width: 46%;
    font-size: 16px;
    line-height: 2;
}

.banner .text1.text-1 {
    text-align: left;
}

.banner .texti {
    position: absolute;
    bottom: 1%;
    left: 0;
    width: 100%;
    padding: 0 6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner .texti p {
    font-size: 18px;
    color: #fff;
}

.banner .texti img {
    margin: 15px 0;
}

@media (max-width: 991px) {
    .banner .text {
        padding: 0 16%;
    }
    .banner .texti {
        display: none;
    }
}

.banner .text-1 {
    text-align: center;
}

.banner .text-1 h2 {
    font-size: 30px;
    line-height: 1.33333333;
    margin: 0;
}

@media (max-width: 991px) {
    .banner .text-1 h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .banner .text-1 h2 {
        font-size: 18px;
    }
}

.banner .text-1 h2:after {
    display: block;
    width: 41px;
    height: 6px;
    margin: 0 auto;
    margin-top: 16px;
    content: '';
    background: url(../images/line-1.png) no-repeat;
}

.banner .text-1 h3 {
    font-size: 46px;
    line-height: 1.52173913;
    font-weight: bold;
}

.banner .text-1 h4.first-child {
    margin-top: 30px;
}

.banner .text-1 h4 {
    margin: 15px 0;
}

.banner .text-1 .mouse {
    margin: 0 auto;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .banner .text-1 h3 {
        font-size: 24px;
        margin: 10px 0;
    }
    .banner .text-1 .mouse {
        display: none;
    }
    .banner .text-1 h4 {
        font-size: 14px;
        padding-left: 5%;
        display: none;
    }
    .m-banner .text-1 h4 {
        display: block;
    }
}

@media (max-width: 767px) {
    .banner .text-1 h3 {
        font-size: 18px;
    }
}

.banner .text-1 p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    line-height: 1.41666667;
    margin: 10px 0 0 0;
}

.banner .text1 h3 {
    color: #9C0A0D;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.banner .text1 p {
    margin-top: 0;
    margin-bottom: 0;
}

.banner .text1 .text2 {
    margin-top: 5%;
}

@media (max-width: 1199px) {
    .banner .text1 h3 {
        color: #9C0A0D;
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1;
    }
    .banner .text-1 p {
        font-family: 'ITC Avant Garde Gothic';
        font-size: 18px;
    }
    .banner .text1 .text2 span {
        display: block;
        width: 46%;
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .banner .text-1 p {
        font-size: 16px;
    }
}

.banner .text-2 .pic {
    position: relative;
    display: inline-block;
}

.banner .text-2 .pic img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .banner .text-2 .pic img {
        max-width: 200px;
    }
}

.banner .text-2 .phone-pic {
    display: none;
}

.banner .text-2 .phone-pic img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .banner .text-2 .phone-pic img {
        max-width: 80%;
    }
}

.banner .text-2 .note {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 450px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 1199px) {
    .banner .text-2 .note {
        max-width: 200px;
    }
}

.banner .text-2 .note h5 {
    font-size: 26px;
    margin: 0;
}

@media (max-width: 1199px) {
    .banner .text-2 .note h5 {
        font-size: 16px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner .text-2 .note h6 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
}

@media (max-width: 1199px) {
    .banner .text-2 .note h6 {
        font-size: 12px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner .text-2 .note h6:after {
    display: block;
    width: 42px;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background: url(../images/line-1.png) no-repeat;
}

@media (max-width: 767px) {
    .banner .text-2 .note h6:after {
        margin-top: 10px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
}

.banner .text-2 .note p {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 10px;
}

@media (max-width: 1199px) {
    .banner .text-2 .note p {
        font-size: 18px;
        letter-spacing: 0;
    }
}

.banner .text-2 .txt1,
.banner .text-2 .txt2,
.banner .text-2 .txt3,
.banner .text-2 .txt4,
.banner .text-2 .txt5 {
    position: absolute;
    z-index: 9;
    top: 0;
    right: -8%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt1,
    .banner .text-2 .txt2,
    .banner .text-2 .txt3,
    .banner .text-2 .txt4,
    .banner .text-2 .txt5 {
        top: 0;
        right: -60px;
    }
}

.banner .text-2 .txt1:before,
.banner .text-2 .txt2:before,
.banner .text-2 .txt3:before,
.banner .text-2 .txt4:before,
.banner .text-2 .txt5:before {
    display: inline-block;
    width: 51px;
    height: 56px;
    margin-right: 16px;
    content: '';
    vertical-align: middle;
    background: url(../images/round-01.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt1:before,
    .banner .text-2 .txt2:before,
    .banner .text-2 .txt3:before,
    .banner .text-2 .txt4:before,
    .banner .text-2 .txt5:before {
        width: 27px;
        height: 30px;
        margin-top: -4px;
        margin-right: 4px;
        background-size: contain;
    }
}

.banner .text-2 .txt1 p,
.banner .text-2 .txt2 p,
.banner .text-2 .txt3 p,
.banner .text-2 .txt4 p,
.banner .text-2 .txt5 p {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt1 p,
    .banner .text-2 .txt2 p,
    .banner .text-2 .txt3 p,
    .banner .text-2 .txt4 p,
    .banner .text-2 .txt5 p {
        font-size: 12px;
    }
}

.banner .text-2 .txt1 p:hover,
.banner .text-2 .txt2 p:hover,
.banner .text-2 .txt3 p:hover,
.banner .text-2 .txt4 p:hover,
.banner .text-2 .txt5 p:hover {
    color: rgba(255, 255, 255, .8);
}

.banner .text-2 .txt2 {
    top: 58%;
    right: -176px;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt2 {
        right: -80px;
    }
}

.banner .text-2 .txt2:before {
    background: url(../images/round-02.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt2:before {
        width: 27px;
        height: 30px;
        background-size: contain;
    }
}

.banner .text-2 .txt3 {
    top: 80%;
    right: auto;
    left: -70px;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt3 {
        left: -30px;
    }
}

.banner .text-2 .txt3:before {
    float: right;
    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;
    background: url(../images/round-01.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt3:before {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 8px;
        background-size: contain;
    }
}

.banner .text-2 .txt4 {
    top: 22%;
    right: auto;
    left: -150px;
}

@media (max-width: 1199px) {
    .banner .text-2 .txt4 {
        left: -80px;
    }
}

.banner .text-2 .txt4:before {
    float: right;
    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;
    background: url(../images/round-02.png);
}

@media (max-width: 1199px) {
    .banner .text-2 .txt4:before {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 6px;
        background-size: contain;
    }
}

.banner .text-2 .txt4:hover {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}

.banner .text-3 h2 {
    font-size: 34px;
    line-height: 1.47058824;
    margin: 0;
}

@media (max-width: 991px) {
    .banner .text-3 h2 {
        font-size: 18px;
    }
}

.banner .text-3 h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    max-width: 680px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .banner .text-3 h3 {
        font-size: 18px;
        margin-top: 14px;
    }
}

.banner .text-3 a.more {
    font-size: 20px;
    line-height: 48px;
    display: inline-block;
    height: 48px;
    margin-top: 36px;
    padding: 0 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px dashed #fff;
    border-radius: 50px;
}

.banner .text2.text-3 a.more {
    font-size: 18px;
    line-height: 46px;
    display: inline-block;
    height: 46px;
    margin-top: 36px;
    padding: 0 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px dashed #fff;
    border-radius: 50px;
    color: #fff;
    border-color: #9C0A0D;
    background-color: #9C0A0D;
}

.banner .text-3 a.more:hover {
    color: #fff;
    border-color: #9C0A0D;
    background-color: #9C0A0D;
}

@media (max-width:767px) {
    .m-banner .img-box img {
        display: none;
    }
    .m-banner .item {
        position: relative;
    }
    .m-banner .text1 h3,
    .m-banner .text1 p {
        display: none;
    }
    .banner .text1 {
        position: absolute;
        top: 45%;
        width: 100%;
        padding: 0 12%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #333;
    }
    .banner .text1 .text2 span {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
        text-indent: 2em;
        padding: 0 5%;
    }
    .banner .text1 h3 {
        opacity: 0;
        font-size: 70px;
    }
    .banner .text2.text-3 a.more {
        font-size: 15px;
        line-height: 37px;
        margin-left: 5%;
        height: 37px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .banner .text {
        top: 50%;
    }
}

.banner .slick-current .text-1 h2,
.banner .slick-current .text-1 p {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.banner .slick-current .text-1 h3 {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}

.banner .slick-current .text-2 .pic,
.banner .slick-current .text-2 .note {
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
}

.banner .slick-current .text-2 .txt1,
.banner .slick-current .text-2 .txt2 {
    -webkit-animation: fadeInRightBig 1s 0s ease both;
    animation: fadeInRightBig 1s 0s ease both;
}

.banner .slick-current .text-2 .txt3,
.banner .slick-current .text-2 .txt4 {
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
    animation: fadeInLeftBig 1s 0s ease both;
}

.banner .slick-current .text-3 h2,
.banner .slick-current .text-3 h3,
.banner .slick-current .text-3 a.more {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.banner-in {
    padding: 0;
}

@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}

.banner-in .slick-current img {
    -webkit-animation: fadeIn 0s 0s ease both;
    animation: fadeIn 0s 0s ease both;
}

.banner-in .img-box {
    padding-bottom: 31.27083333%;
}

.banner-in .text-in {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.b-about .container {
    padding: 0 17%;
}

.banner-in .text-in h3 {
    font-size: 33px;
    font-weight: normal;
    margin: 0;
}

.banner-in .banner-product h3 {
    color: #9C0A0D;
}

.join-banner .banner-product {
    left: 20%;
}

.join-banner .img-box {
    padding-bottom: 49.000033%;
}

.join-banner .banner-product h3 {
    font-family: cursive;
}

.banner-in .text-in p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 46px;
    margin: 0;
    text-transform: uppercase;
}

.banner-in .banner-product p {
    color: #000;
    font-size: 35px;
}

.join-banner .banner-product h3 {
    font-size: 82px;
}

.join-banner .banner-product p {
    display: inline-block;
    background: #9C0A0D;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    padding: 3px 15px;
    position: relative;
}

.join-banner .banner-product p::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -300%;
    width: 2px;
    height: 300%;
    background: #9C0A0D;
}

.join-banner .banner-product p::before {
    content: '';
    position: absolute;
    right: -1%;
    bottom: -300%;
    width: 10px;
    height: 10px;
    background: #9C0A0D;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .banner-in .text-in h3 {
        font-size: 24px;
    }
    .banner-in .text-in p {
        font-size: 22px;
    }
    .join-banner .text-in p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner-in .text-in p {
        font-size: 16px;
    }
}

.box {
    /* display: inline-block; */
    overflow: hidden;
    padding: 60px 0;
}

.title h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.box-honor .title h2 {
    font-size: 45px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.box-honor .title h2 span {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 80px;
    font-weight: bold;
    color: #9C0A0D;
}

@media (max-width:767px) {
    .box-honor .title h2 span {
        font-size: 50px;
        font-weight: bold;
        color: #9C0A0D;
    }
    #job-text {
        margin-top: 2px;
    }
}

.box-honor .title h2 small {
    font-size: 28px;
    color: #333;
}

.box-honor .title h2::after {
    display: none;
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 22px;
    }
}

.title h2:after {
    display: block;
    width: 46px;
    height: 4px;
    margin-top: 14px;
    content: '';
    background-color: #9C0A0D;
}

.title span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #999;
}

.content {
    position: relative;
    z-index: 9;
}

.box-about {
    overflow: hidden;
}

.box-about .about {
    font-size: 0;
    overflow: hidden;
    margin-top: 50px;
    background-color: #f8f8f8;
}

@media (max-width: 991px) {
    .box-about .about {
        margin-top: 40px;
    }
}

.box-about .about .left,
.box-about .about .right {
    float: left;
    width: 50%;
}

@media (max-width: 1199px) {
    .box-about .about .left,
    .box-about .about .right {
        width: 100%;
    }
}

.box-about .about .left .video,
.box-about .about .right .video {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 50%;
    vertical-align: middle;
    background-color: #000;
}

@media (max-width: 767px) {
    .box-about .about .left .video,
    .box-about .about .right .video {
        width: 100%;
    }
}

.box-about .about .left .video:before,
.box-about .about .right .video:before {
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 8px 12px 8px 0;
    border-style: solid;
    border-color: transparent #f8f8f8 transparent transparent;
}

@media (max-width: 767px) {
    .box-about .about .left .video:before,
    .box-about .about .right .video:before {
        display: none;
    }
}

.box-about .about .left .video .img-box,
.box-about .about .right .video .img-box {
    padding-bottom: 68.11594203%;
}

.box-about .about .left .video .img-box img,
.box-about .about .right .video .img-box img {
    opacity: .5;
}

.box-about .about .left .video img,
.box-about .about .right .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.box-about .about .left .video .video-box,
.box-about .about .right .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.box-about .about .left .video .iframe,
.box-about .about .right .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.box-about .about .left .video .play,
.box-about .about .right .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: .8;
    color: #fff;
}

.box-about .about .left .video .play:before,
.box-about .about .right .video .play:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    content: '\e67f';
}

.box-about .about .left .video:hover .img-box img,
.box-about .about .right .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-about .about .left .text,
.box-about .about .right .text {
    display: inline-block;
    width: 50%;
    padding: 24px 30px;
    vertical-align: middle;
}

@media (max-width: 1560px) {
    .box-about .about .left .text,
    .box-about .about .right .text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .box-about .about .left .text,
    .box-about .about .right .text {
        width: 100%;
        padding: 30px 10px;
    }
}

.box-about .about .left .text h3,
.box-about .about .right .text h3 {
    font-size: 20px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    height: 20px;
    margin: 0;
    color: #9C0A0D;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-about .about .left .text p,
.box-about .about .right .text p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    margin: 20px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 1560px) {
    .box-about .about .left .text p,
    .box-about .about .right .text p {
        margin: 10px 0 0 0;
    }
}

.box-about .about .left .text a,
.box-about .about .right .text a {
    display: inline-block;
}

.box-about .about .left .text a.more,
.box-about .about .right .text a.more {
    font-size: 14px;
    line-height: 1.71428571;
    margin-top: 22px;
    color: #999;
}

@media (max-width: 1560px) {
    .box-about .about .left .text a.more,
    .box-about .about .right .text a.more {
        margin: 10px 0 0 0;
    }
}

.box-about .about .left .text a.more:hover,
.box-about .about .right .text a.more:hover {
    color: #9C0A0D;
}

.box-about .about .left .pic,
.box-about .about .right .pic {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .box-about .about .left .pic,
    .box-about .about .right .pic {
        width: 100%;
    }
}

.box-about .about .left .pic:before,
.box-about .about .right .pic:before {
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 8px 12px 8px 0;
    border-style: solid;
    border-color: transparent #f8f8f8 transparent transparent;
}

@media (max-width: 767px) {
    .box-about .about .left .pic:before,
    .box-about .about .right .pic:before {
        display: none;
    }
}

.box-about .about .left .pic .img-box,
.box-about .about .right .pic .img-box {
    padding-bottom: 68.11594203%;
}

.box-product {
    overflow: hidden;
    padding-top: 0;
}

.box-product .title {
    text-align: center;
}

.box-product .title h2 {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    padding: 0 18px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.box-product {
    width: 100%;
    background: url('../images/product.png') no-repeat;
    background-size: 100% 100%;
}

.box-product .title h2 span {
    display: block;
}

@media (max-width:767px) {
    .box-product .title h2 {
        display: inline-block;
        font-size: 21px;
        font-weight: normal;
        position: relative;
        padding: 0 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .title span {
        font-family: 'ITC Avant Garde Gothic';
        font-size: 14px;
        font-weight: normal;
        position: relative;
        top: 4px;
        display: inline-block;
        margin-left: 10px;
        text-transform: uppercase;
        color: #999;
    }
}

.box-product .title h2:after {
    display: inline-block;
    width: 5px;
    height: 16px;
    margin-top: 14px;
    content: '';
    background-color: #9C0A0D;
    position: absolute;
    left: 0;
    top: 0;
}

.box-product .title h2::before {
    display: inline-block;
    width: 5px;
    height: 16px;
    margin-top: 14px;
    content: '';
    background-color: #9C0A0D;
    position: absolute;
    top: 0;
    right: 0;
}

.box-product .pro-sort {
    position: relative;
    z-index: 4;
    text-align: center;
}

@media (max-width: 1199px) {
    .box-product .pro-sort {
        /* margin-top: 30px; */
        text-align: center;
    }
}

.box-product .pro-sort li {
    display: inline-block;
}

.box-product .pro-sort li a {
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-product .pro-sort li a {
        font-size: 15px;
        padding: 0 10px;
    }
}

.box-product .pro-sort li.active a {
    color: #9C0A0D;
    position: relative;
}

.box-product .pro-sort li.active a::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 3px;
    background: #9C0A0D;
    bottom: 0;
    right: 25%;
}

@media (max-width: 1199px) {
    .box-product .product {
        margin-top: 20px;
    }
}

.box-product .product .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-product .product .row {
        margin: 0 -10px;
    }
}

.box-product .product .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-product .product .list {
        padding: 0 2px;
    }
}

.box-product .product .item {
    margin-top: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
}

.box-product .product .item .img-box img {
    position: absolute;
    top: 0;
   /* left: 5%;*/
    display: block;
    /*width: 90%;*/
    height: 100%;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .box-product .product .item {
        margin-top: 20px;
    }
}

.box-product .product .item .img-box {
    padding-bottom: 66%;
}

.box-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-product .product .item .note {
    padding: 0px 30px 20px 30px;
}

@media (max-width: 1199px) {
    .box-product .product .item .note {
        padding: 20px 10px 10px 10px;
    }
}

.box-product .product .item h3 {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    /* height: 30px; */
    margin: 0;
    /* text-align: center; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-top: 20px;
    padding-left: 10px;
}

@media (max-width: 1199px) {
    .box-product .product .item .note h3 {
        font-size: 16px;
    }
}

.box-product .product .item .note p {
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 20px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .box-product .product .item .note p {
        margin: 10px 0 0 0;
    }
}

.box-product .product .item .note a.more {
    display: block;
    color: #adadad;
}

.box-product .product .item .note a.more:after {
    font-family: 'iconfont' !important;
    font-size: 40px;
    height: 20px;
    content: '\e612';
}

@media (max-width: 1199px) {
    .box-product .product .item .note a.more:after {
        font-size: 30px;
    }
}

.box-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-product .product .item:hover h3,
.box-product .product .item:hover .note a.more {
    color: #9C0A0D;
}

.box-product .product .item:hover {
    -moz-box-shadow: 0px 0px 10px #333333;
    -webkit-box-shadow: 0px 0px 10px #333333;
    box-shadow: 0px 0px 10px #333333;
}

.box-product .promore {
    margin-top: 40px;
    text-align: center;
}

.box-product .promore a {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.box-product .promore a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 30px;
    content: '';
    border-width: 5px 10px 5px 0;
    border-style: solid;
    border-color: transparent #0b0b0b transparent transparent;
}

.box-product .promore a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 30px;
    content: '';
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #0b0b0b;
}

.box-product .promore a:hover {
    color: #9C0A0D;
}

.box-product .promore a:hover:before {
    border-color: transparent #9C0A0D transparent transparent;
}

.box-product .promore a:hover:after {
    border-color: transparent transparent transparent #9C0A0D;
}

.box-dingzhi {
    background: url('../images/case.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.box-dingzhi .content .item {
    position: relative;
}

.box-dingzhi .content .item img {
    width: 100%;
}

.box-dingzhi .content li .item {
    width: 100%;
    overflow: hidden;
}

.box-dingzhi .content li .item img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-dingzhi .content li .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-dingzhi .content .item p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFF;
    font-size: 18px;
}

.box-dingzhi .content ul li {
    padding: 0 7.5px;
}

.box-dingzhi .title h2 {
    margin-top: 0px;
}

.box-dingzhi .content .item {
    margin-bottom: 7%;
}

.box-dingzhi .content ul li.col-md-4 .item img {
    width: 90%;
}

.timeless {
    width: 100%;
    background: url('../images/company.png') no-repeat;
    background-size: 100% 100%;
}

.timeless .lined {
    width: 100%;
    text-align: center;
    position: relative;
}

.timeless .lined img {
    position: absolute;
    /* left: 50%; */
    top: -30px;
}

.timeless .addp {
    padding-top: 10px;
}

.timeless .addp .content {
    text-align: center;
}

@media (max-width:1199px) {
    .box-dingzhi .content ul li.col-md-4 .item img {
        width: 100%;
    }
}

.box-dingzhi .content ul li.col-md-4 .item {
    margin-bottom: 5%;
}

.box-dingzhi {
    padding-bottom: 0;
}

@media (max-width:767px) {
    .box-dingzhi {
        padding-bottom: 0;
        position: relative;
        top: -50px;
    }
    .box-dingzhi .container .container {
        padding: 0;
    }
}

.box-dingzhi .content {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 3%; */
}


/* .box-dingzhi .content .col-md-2 .item img {
    width: 83%;
} */

.box-dingzhi .wrap-video .info {
    margin-top: 0px;
}

.box-dingzhi .content .wrap-video .item {
    margin-bottom: 0;
}

.box-dingzhi .wrap-video .item .video .img-box {
    padding-bottom: 69.78861789%;
}

.box-dingzhi .right_a .title {
    text-align: left;
    margin-top: 70px;
}

.box-dingzhi .right_a .title h2::before,
.box-dingzhi .right_a .title h2::after {
    display: none;
}

.box-dingzhi .right_a .title h2 span {
    margin-left: 0;
    font-size: 22px;
}

.box-dingzhi .right_a .title .jiameng {
    overflow: hidden;
}

.box-dingzhi .right_a .title .jiameng li button {
    width: 85%;
    color: #fff;
    background: #9C0A0D;
    padding: 10px 0;
    font-size: 20px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-dingzhi .right_a .title h3 {
    font-weight: normal;
    font-size: 20px;
    padding-left: 15px;
    margin-top: 30px;
    color: #666;
}

.box-dingzhi .right_a .title h3:hover {
    color: #9C0A0D;
}

.box-dingzhi .right_a .title.ltitle {
    margin: 10px;
}

@media (max-width:991px) {
    .box-dingzhi .bbg {
        display: none!important;
    }
}

.company {
    background: url('../images/news.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.company .wrap-news .news-top ul {
    overflow: hidden;
}

.company .wrap-news .news-top ul li,
.company .wrap-news .news-top ul li:first-child {
    margin-top: 40px;
}

.company {
    padding: 30px 0;
    padding-bottom: 60px;
}

@media (max-width:767px) {
    .company .container .container {
        padding: 0;
    }
}

.company .wrap-news .news-top ul li .text h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 0;
}

.company .wrap-news .news-top ul li .text h3:first-child {
    margin-top: 10px;
}

.company .wrap-news .news-top ul li .text p {
    margin-top: 5px;
    font-size: 15px;
}

.map {
    position: relative;
}

.map .erweima {
    position: absolute;
    top: 0px;
    left: 8%;
    margin-top: 20px;
}

.map .erweima h3 {
    font-weight: normal;
    font-size: 29px;
    margin-top: 0;
}

.map .erweima h3 p {
    font-family: 'ITC Avant Garde Gothic';
    color: #9C0A0D;
    font-weight: bold;
}

.map .erweima img {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .box-dingzhi .wrap-video .col-md-2 {
        padding-right: 0;
    }
    .box-dingzhi .wrap-video .col-md-4 {
        padding-left: 0;
    }
}

.box-application {
    background-color: #f8f8f8;
}

.box-application .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-application .row {
        margin: 0 -10px;
    }
}

.box-application .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-application .list {
        padding: 0 10px;
    }
}

.box-application .application .item {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .box-application .application .item {
        margin-top: 30px;
    }
}

.box-application .application .item h3 {
    font-size: 24px;
    line-height: 48px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 2px solid #e7e7e7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .box-application .application .item h3 {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
    }
}

.box-application .application .item p {
    line-height: 1.85714286;
    display: -webkit-box;
    overflow: hidden;
    height: 78px;
    margin: 16px 0 0 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.box-application .application .item .img-box {
    margin-top: 30px;
    padding-bottom: 70.27027027%;
}

.box-application .application .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-application .application .item:hover h3 {
    font-weight: bold;
    color: #9C0A0D;
    border-bottom-color: #9C0A0D;
}

.box-application .application .item:hover p {
    color: #9C0A0D;
}

.box-application .application .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-technology {
    position: relative;
    z-index: 4;
    padding-top: 0;
}

.box-technology .title-technology {
    text-align: center;
}

.box-technology .title-technology h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .box-technology .title-technology h2 {
        font-size: 22px;
    }
}

.box-technology .title-technology h2:before {
    display: block;
    width: 3px;
    height: 123px;
    margin: 0 auto;
    margin-bottom: 20px;
    content: '';
    background: url(../images/line-2.png) no-repeat;
}

.box-technology .title-technology p {
    font-size: 16px;
    line-height: 1.75;
    margin: 14px 0 0 0;
    color: #666;
}

.jion-bot {
    padding-top: 50px;
}

@media (max-width:1199px) {
    .jion-bot {
        padding-top: 0px;
    }
}

.jion-bot ul li {
    margin-top: 50px;
    text-align: center;
}

.jion-bot ul li div.box {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    background: #434343;
    border: 17px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    line-height: 190px;
    padding-bottom: 15%;
}

.jion-bot ul li div.box h3,
.jion-bot ul li div.box h4 {
    position: relative;
    top: -33px;
}

.jion-bot ul li .word {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    height: 150px;
    overflow: hidden;
}

.jion-bot ul li div.box:hover {
    background: #9C0A0D;
    border-color: rgba(211, 146, 144, 1);
}

@media (max-width:1199px) {
    .jion-bot ul li div.container {
        margin: 0;
        padding: 0;
    }
    .jion-bot ul li div.box {
        width: 130px;
        height: 130px;
        margin: 0 auto;
        color: #fff;
        box-sizing: border-box;
        background: #434343;
        border: 12px solid rgba(255, 255, 255, .3);
        border-radius: 50%;
        line-height: 120px;
        padding-bottom: 15%;
    }
    .jion-bot ul li div.box h3 {
        font-size: 16px;
    }
    .jion-bot ul li div.box h4 {
        font-size: 12px;
    }
    .jion-bot ul li div.box h3,
    .jion-bot ul li div.box h4 {
        position: relative;
        top: -45px;
    }
    .jion-bot ul li .word {
        margin-bottom: 0px;
    }
    .jion-bot ul li .word {
        font-size: 13px;
    }
    .jion-bot ul li {
        margin-top: 20px;
        text-align: center;
    }
}

.box-technology .title-technology a.more {
    line-height: 30px;
    display: inline-block;
    margin-top: 14px;
    padding: 0 16px;
    border: 1px solid #e8e8e8;
}

.jion-bot {
    background: url('../images/quxian.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.box-technology .list {
    overflow: hidden;
    margin-top: 0px;
}

.box-technology .list .pic {
    float: left;
    overflow: hidden;
    width: 50%;
}

@media (max-width: 991px) {
    .box-technology .list .pic {
        width: 100%;
    }
    .box-technology .list .pic img {
        width: 100%;
    }
}

.box-technology .list .pic .img-box {
    padding-bottom: 51.20671563%;
}

.box-technology .list .text {
    float: left;
    width: 50%;
    padding: 20px 7% 0 90px;
    background: url(../images/technologybg1.jpg) right top no-repeat;
}

@media (max-width: 1199px) {
    .box-technology .list .text {
        padding: 20px 30px 0 30px;
    }
}

@media (max-width: 991px) {
    .box-technology .list .text {
        width: 100%;
        padding: 30px 15px;
    }
}

.box-technology .list .text h3 {
    font-size: 26px;
    font-weight: bold;
    color: #9C0A0D;
}

@media (max-width: 1560px) {
    .box-technology .list .text h3 {
        font-size: 22px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .box-technology .list .text h3 {
        font-size: 18px;
    }
}

.box-technology .list .text h3 span {
    font-family: 'Agency FB';
    font-size: 34px;
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
}

@media (max-width: 1560px) {
    .box-technology .list .text h3 span {
        font-size: 28px;
    }
}

.box-technology .list .text p {
    font-size: 18px;
    line-height: 1.625;
    margin: 0;
    color: #333;
}

.box-technology .list .text p span {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    margin-right: 15px;
    margin-left: 10px;
    background: #9C0A0D;
}

.box-technology .list .text p i {
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    font-style: normal;
}

.box-technology .box-honor .title h2 {
    border-bottom: none;
}


/* .box-technology .list-2 {
    background: url(../images/technologybg2.jpg) left bottom no-repeat;
} */

@media (max-width: 991px) {
    .box-technology .list-2 {
        margin-top: 0;
    }
}

.box-technology .list-2 .pic {
    float: right;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .box-technology .list-2 .pic {
        padding-left: 0;
    }
}

.box-technology .list-2 .pic .img-box {
    padding-bottom: 50.21598272%;
}

.box-technology .list-2 .text {
    padding: 20px 90px 0 7%;
    background: none;
    /* position: relative; */
}

@media (min-width:1500px) {
    #index-about {
        max-width: 1500px;
        margin: 0 auto;
    }
}

@media (max-width:1400px) {
    #index-about {
        max-width: auto;
    }
}


/* .box-technology .list-2 .text .word {
    position: relative;
} */

.box-technology .list-2 .text .word p {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    width: 45.4%;
    max-height: 80px;
    background: #9C0A0D;
    color: #fff;
    font-size: 45px;
    padding-left: 15px;
}

@media(max-width:1199px) {
    .box-technology .list-2 .text .word p {
        display: none;
    }
}

.box-technology .list-2 .text .word p span {
    font-size: 32px;
    font-weight: normal;
    margin-left: 0;
}

.box-technology .list-2 .text .word p {}

@media (max-width: 1199px) {
    .box-technology .list-2 .text {
        padding: 20px 30px 0 30px;
    }
}

@media (max-width: 991px) {
    .box-technology .list-2 .text {
        padding: 30px 15px;
    }
}

.box-honor {
    background: url('../images/pinpai.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}


/* .box-technology {
    background-color: #f8f8f8;
} */

.box-honor .more {
    position: relative;
    z-index: 4;
    margin-top: -50px;
    text-align: right;
}

.box-honor .more a {
    line-height: 50px;
    display: inline-block;
    color: #666;
}

.box-honor .more a:hover {
    color: #9C0A0D;
}

.box-honor .honor {
    overflow: hidden;
}

.box-honor .honor ul {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-honor .honor ul {
        margin: 0 -10px;
        margin-top: 20px;
    }
}

.box-honor .honor ul li {
    float: left;
    width: 20%;
    margin-top: 50px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-honor .honor ul li {
        margin-top: 20px;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .box-honor .honor ul li {
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .box-honor .honor ul li {
        width: 50%;
    }
}

.box-honor .honor ul li .img-box {
    padding-bottom: 123.5%;
}

.box-honor .honor ul li .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-honor .honor ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-news .news-sort {
    position: relative;
    z-index: 4;
    margin-top: -40px;
    text-align: right;
}

@media (max-width: 1199px) {
    .box-news .news-sort {
        margin-top: 30px;
        text-align: center;
    }
}

.box-news .news-sort li {
    display: inline-block;
    margin-left: 20px;
}

.box-news .news-sort li:first-child {
    margin-left: 0;
}

.box-news .news-sort li a {
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .box-news .news-sort li a {
        font-size: 15px;
        padding: 0 10px;
    }
}

.box-news .news-sort li.active a {
    color: #fff;
    background-color: #9C0A0D;
}

.box-news .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-news .row {
        margin: 0 -10px;
    }
}

.box-news .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-news .list {
        padding: 0 10px;
    }
}

.box-news .news .item {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .box-news .news .item {
        margin-top: 30px;
    }
}

.box-news .news .item h3 {
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    height: 32px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-news .news .item .pic {
    position: relative;
    margin: 16px 0;
}

.box-news .news .item .pic .date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    background-color: #b4b4b4;
}

.box-news .news .item .pic .date h4 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    margin: 0;
}

.box-news .news .item .pic .date h5 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 14px;
    margin: 0;
}

.box-news .news .item .img-box {
    padding-bottom: 49.59785523%;
}

.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-news .news .item p {
    font-size: 14px;
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-news .news .item a {
    display: block;
}

.box-news .news .item a.more {
    font-size: 14px;
    line-height: 2;
    display: block;
    margin-top: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 3px solid #e0e0e0;
}

.box-news .news .item:hover h3 {
    color: #9C0A0D;
}

.box-news .news .item:hover p {
    color: #9C0A0D;
}

.box-news .news .item:hover .pic .date {
    background-color: #9C0A0D;
}

.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-news .news .item:hover a.more {
    color: #9C0A0D;
    border-bottom-color: #9C0A0D;
}

.bd_weixin_popup,
.bd_weixin_popup_bg {
    width: 250px !important;
    height: 300px !important;
}

.footer {
    background-color: #f5f5f5;
}

.footer .foot {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 1560px) {
    .footer .foot {
        padding: 30px 0;
    }
}

@media (max-width: 1199px) {
    .footer .foot {
        display: none;
    }
}

.footer .foot .middle {
    float: left;
    width: 25%;
    padding: 0 4%;
}

@media (max-width: 1560px) {
    .footer .foot .middle {
        padding: 0 2%;
    }
}

.footer .foot .middle .contact .tel {
    position: relative;
}

.footer .foot .middle .contact .tel p {
    font-size: 14px;
    margin: 0;
}

.footer .foot .middle .contact .tel h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    color: #9C0A0D;
    position: relative;
}

.footer .foot .middle .contact .tel h3::after {
    font-family: 'ITC Avant Garde Gothic';
    background-color: #9C0A0D;
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 20%;
    height: 3px;
}

.footer .foot .middle .contact .tel h3 span {
    color: #333;
    font-size: 18px;
    display: inline-block;
    padding-left: 8px;
    font-weight: normal;
}

.footer .foot .middle .contact .note {
    margin-top: 20px;
}

.footer .foot .middle .contact .note p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #999;
}

.footer .foot .middle .contact .bdsharebuttonbox {
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.footer .foot .middle .contact .bdsharebuttonbox a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    margin: 0 14px 0 0;
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #fff;
    background: none;
}

.footer .foot .middle .contact .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 16px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\e62d';
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background-color: #999;
}

.footer .foot .middle .contact .bdsharebuttonbox a:hover {
    opacity: 1;
}

.footer .foot .middle .contact .bdsharebuttonbox a:hover:before {
    background-color: #9C0A0D;
}

.footer .foot .middle .contact .bdsharebuttonbox .bds_sqq:before {
    content: '\e62d';
}

.footer .foot .middle .contact .bdsharebuttonbox .bds_tsina:before,
.footer .bdsharebuttonbox .bds_tsina:before {
    content: '\e62b'!important;
}

.footer .copyright .bdshare-button-style0-16 a {
    background-image: none;
    color: #9a9a9a;
    line-height: 12px;
}

.footer .foot .middle .contact .bdsharebuttonbox .bds_weixin:before,
.footer .bdsharebuttonbox .bds_weixin:before {
    content: '\e604';
}

.footer .foot .middle .contact .bdsharebuttonbox .bds_video:before {
    content: '\e62a';
}

.footer .foot .left {
    float: left;
    width: 60%;
    padding: 20px 0;
}

.footer .foot .left ul {
    overflow: hidden;
}

.footer .foot .left ul li {
    float: left;
    width: 14.2857142857142%;
    padding: 0 3%;
}

.footer .foot .left ul li h3 {
    font-size: 16px;
    margin: 0 0 14px 0;
}

.footer .foot .left ul li a {
    font-size: 14px;
    line-height: 1.85714286;
    display: block;
    color: #999;
}

.footer .foot .left ul li a:hover {
    color: #9C0A0D;
}

.footer .foot .right {
    float: left;
    overflow: hidden;
    width: 15%;
    padding: 0 2%;
    text-align: right;
}

.footer .foot .right .erweima {
    display: inline-block;
    text-align: center;
}

.footer .foot .right .erweima img {
    max-width: 100%;
}

.footer .foot .right .erweima p {
    margin: 10px 0 0 0;
}

.footer .copyright {
    padding: 22px 2%;
    background-color: #474747;
}

.footer .copyright p {
    line-height: 24px;
    margin: 0;
    color: #9a9a9a;
}

@media only screen and (min-width: 1199px) and (max-width: 1302px) {
    .footer .foot .middle .contact .note p {
        font-size: 14px;
        line-height: 1.75;
        margin: 0;
        color: #999;
    }
    .footer .foot .left ul li a {
        font-size: 12px;
        line-height: 1.85714286;
        display: block;
        color: #999;
    }
    .footer .foot .left ul li h3 {
        font-size: 14px;
        margin: 0 0 14px 0;
    }
}

@media (max-width: 991px) {
    .footer .copyright p {
        font-size: 14px;
    }
}

.footer .copyright p span {
    display: inline-block;
    margin-left: 30px;
}

@media (max-width: 991px) {
    .footer .copyright p span {
        margin-left: 0;
    }
}

.footer .copyright a {
    display: inline-block;
    /* float: right; */
}

.footer .copyright {
    color: #9a9a9a
}

.footer .copyright p,
.footer .copyright ul,
.footer .copyright ul li,
.footer .copyright .share {
    display: inline-block;
}

.footer .copyright ul li {
    padding: 0 5px;
}

.footer .copyright ul,
.footer .copyright .share {
    float: right;
}

.footer .copyright p a:hover {
    text-decoration: underline;
}

.footer .copyright ul {
    margin-right: 40px;
}

.footer .copyright ul li a:hover {
    color: #fff;
}

.footer .copyright p a {
    margin-right: 20px;
}

@media (max-width:1199px) {
    .footer .copyright p a {
        display: block;
    }
    .footer .copyright ul,
    .footer .copyright .share {
        display: none;
    }
}

.wrap-sidenav {
    position: relative;
    overflow: hidden;
    height: 58px;
    top: -100px;
    background: rgba(255, 255, 255, .8);
}

@media (max-width: 991px) {
    .wrap-sidenav {
        height: 50px;
    }
    .wrap-sidenav {
        top: 0px;
    }
    .bizhongc {
        padding: 0;
    }
    #index-about .wrapper .title-about {
        margin-top: 30px;
    }
}

.wrap-sidenav .sidenav {
    position: relative;
}

.wrap-sidenav .sidenav ul {
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.wrap-sidenav .sidenav ul li {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
}

.wrap-sidenav .sidenav ul li a {
    font-size: 16px;
    line-height: 58px;
    position: relative;
    display: block;
    height: 58px;
    padding: 0 40px;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-sidenav .sidenav ul li a {
        font-size: 15px;
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }
}

.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a {
    color: #fff;
    background-color: #9C0A0D;
}

.top-tit {
    width: 100%;
    text-align: center;
}

.top-tit h3 {
    font-size: 34px;
    color: #9C0A0D;
    font-weight: bold;
}

.top-tit p {
    font-size: 28px;
}

@media (max-width: 1199px) {
    .top-tit h3 {
        font-size: 20px;
        color: #9C0A0D;
    }
    .top-tit p {
        font-size: 18px;
    }
    .wrap-sidenav .sidenav ul li:hover a:before {
        display: none;
    }
}

.wrapper {
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
}

.wrap {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}

.title-in h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    color: #9C0A0D;
}

@media (max-width: 991px) {
    .title-in h2 {
        font-size: 22px;
    }
}

.title-in p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    margin: 0;
    color: #999;
}

.wrap-left {
    float: left;
    width: 70%;
    padding-right: 90px;
}

.news-show {
    width: 100%;
}

@media (max-width: 1199px) {
    .wrap-left {
        width: 100%;
        padding-right: 0;
    }
}

.wrap-right {
    float: right;
    width: 30%;
}

@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
        margin-top: 50px;
    }
}

.wrap-right .title-wrap-right h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0 20px;
    color: #9C0A0D;
    border-left: 5px solid #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-right .title-wrap-right h2 {
        font-size: 22px;
    }
}

.wrap-right .wrap-relate ul {
    margin-top: 20px;
}

.wrap-right .wrap-relate ul li {
    font-size: 0;
    overflow: hidden;
    padding: 15px 0;
}

@media (max-width: 991px) {
    .wrap-right .wrap-relate ul li {
        padding: 10px 0;
    }
}

.wrap-right .wrap-relate ul li .pic {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}

.wrap-right .wrap-relate ul li .note {
    display: inline-block;
    width: 55%;
    padding-left: 20px;
    vertical-align: middle;
}

.wrap-right .wrap-relate ul li .img-box {
    padding-bottom: 49.33333333%;
}

.wrap-right .wrap-relate ul li .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-right .wrap-relate ul li p {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 64px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .wrap-right .wrap-relate ul li p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}

.wrap-right .wrap-relate ul li a {
    display: block;
}

.wrap-right .wrap-relate ul li span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 2;
    display: block;
    margin: 0;
    color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-right .wrap-relate ul li span {
        font-size: 14px;
    }
}

.wrap-right .wrap-relate ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-right .wrap-relate ul li:hover .note p {
    color: #9C0A0D;
}

.wrap-right .wrap-more {
    margin-top: 30px;
}

.wrap-right .wrap-more a {
    font-size: 15px;
    display: inline-block;
    color: #cb0d18;
}

.wrap-right .wrap-more a:before {
    float: left;
    width: 20px;
    height: 5px;
    margin-top: 8px;
    margin-right: 14px;
    content: '';
    background-color: #cb0d18;
}

.wrap-right .wrap-more a:hover {
    color: #9C0A0D;
}

.wrap-right .wrap-more a:hover:before {
    background-color: #9C0A0D;
}

.wrap-about .about .title-about {
    position: relative;
}

.wrap-about .about .title-about:before {
    position: absolute;
    left: 0;
    display: block;
    width: 47px;
    height: 47px;
    content: '';
    background: url(../images/about-icon.jpg);
}

.wrap-about .about .title-about h2,
.wrap-about .about .title-about h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.wrap-about .about .title-about h2 {
    font-weight: bold;
}

.wrap-about .about .title-about h2 span {
    color: #9C0A0D;
}

#intro {
    position: relative;
    top: -20px;
}

@media (max-width: 991px) {
    .wrap-about .about .title-about h2,
    .wrap-about .about .title-about h3 {
        font-size: 22px;
    }
}

.wrap-about .about .title-about p {
    font-size: 21px;
    margin: 0;
    color: #333;
    margin-top: 22px;
}

.wrap-about .about .text {
    margin-top: 40px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .wrap-about .about .text {
        padding-right: 0;
    }
}

.wrap-about .about .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-about .about .text p {
        font-size: 15px;
    }
}

.wrap-about .about .video {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

@media (max-width: 991px) {
    .wrap-about .about .video {
        margin-top: 40px;
    }
}

.hproduct {
    background: #f8f8f8;
    overflow: hidden;
    margin: 60px 0;
}

.wrap-about .about .video .img-box {
    padding-bottom: 61.78861789%;
}

.shengchan .about .video .img-box {
    padding-bottom: 68.78861789%;
}

.shengchan .about .rvideo .video:last-child {
    margin-top: 5%;
}

.shengchan .about .rvideo .video .img-box {
    padding-bottom: 32.0094309%;
}

.wrap-about .about .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.wrap-about .about .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap-about .about .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.wrap-about .about .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: .8;
    color: #fff;
}

.wrap-about .about .video .play:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    content: '\e67f';
}

.wrap-about .about .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-about .about-pic {
    position: relative;
    overflow: hidden;
    margin-top: 66px;
}

@media (max-width: 991px) {
    .wrap-about .about-pic {
        margin-top: 40px;
    }
}

.wrap-about .about-pic .note {
    position: absolute;
    top: 50%;
    padding: 0 14%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 767px) {
    .wrap-about .about-pic .note {
        padding: 0 20px;
    }
}

.wrap-about .about-pic .note p {
    font-size: 20px;
    margin: 0;
    text-shadow: 0 2px 4px #000;
}

@media (max-width: 991px) {
    .wrap-about .about-pic .note p {
        font-size: 16px;
    }
}

.wrap-about .about-pic .note h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 2px 4px #000;
}

@media (max-width: 991px) {
    .wrap-about .about-pic .note h3 {
        font-size: 24px;
    }
}

.wrap-about .brand {
    margin-top: 0px;
}

.wrap-about .brand .text {
    margin-top: 30px;
}

.wrap-about .brand .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-about .brand .text p {
        font-size: 15px;
    }
}

.wrap-about .brand .pic {
    margin-top: 30px;
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-about .brand .pic {
        text-align: center;
    }
}

.wrap-about .brand .pic img {
    max-width: 100%;
}

.wrap-development .development .item {
    font-size: 0;
    width: 100%;
    margin-top: 50px;
}

.wrap-development .development .item .date,
.wrap-development .development .item .note,
.wrap-development .development .item .pic {
    display: inline-block;
    vertical-align: middle;
}

.wrap-development .development .item .date {
    width: 10%;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    background-color: #9C0A0D;
}

@media (max-width: 1199px) {
    .wrap-development .development .item .date {
        width: 15%;
    }
}

@media (max-width: 767px) {
    .wrap-development .development .item .date {
        width: 20%;
        padding: 20px 0;
    }
}

.wrap-development .development .item .date h3 {
    font-size: 28px;
    margin: 0;
}

@media (max-width: 767px) {
    .wrap-development .development .item .date h3 {
        font-size: 20px;
    }
}

.wrap-development .development .item .date p {
    font-size: 18px;
    margin: 10px 0 0 0;
}

@media (max-width: 767px) {
    .wrap-development .development .item .date p {
        font-size: 15px;
    }
}

.wrap-development .development .item .note {
    width: 60%;
    padding: 0 50px;
}

@media (max-width: 1199px) {
    .wrap-development .development .item .note {
        width: 55%;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .wrap-development .development .item .note {
        width: 80%;
        padding: 0 0 0 20px;
    }
}

.wrap-development .development .item .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 767px) {
    .wrap-development .development .item .note p {
        font-size: 14px;
    }
}

.wrap-development .development .item .pic {
    width: 30%;
}

@media (max-width: 767px) {
    .wrap-development .development .item .pic {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-development .development .item .pic .img-box {
    padding-bottom: 32.88590604%;
}

.wrap-honor .honor {
    overflow: hidden;
    margin-top: -40px;
}

@media (max-width: 991px) {
    .wrap-honor .honor {
        margin-top: -30px;
    }
}

.wrap-honor .honor ul {
    overflow: hidden;
    margin: 0 -20px;
}

@media (max-width: 1560px) {
    .wrap-honor .honor ul {
        margin: 0 -10px;
    }
}

.wrap-honor .honor ul li {
    float: left;
    /* width: 16.66666667%;
    padding: 0 20px; */
}

.zzhonor .page {
    margin-top: 0;
    margin-bottom: 30px;
}

.zzhonor .page a {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    width: auto;
    min-width: 15px;
    height: 40px;
    margin: 0 6px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    color: #999;
    background: #fff;
    border-radius: 0;
}

.zzhonor .page a.active,
.zzhonor .page a:hover {
    color: #9C0A0D;
    background: none;
}

@media (min-width:1430px) {
    .zzhonor .container {
        width: 1430px;
        padding: 0;
    }
}

.zwrap-honor .honor ul li {
    text-align: center;
}

@media (max-width: 1560px) {
    .wrap-honor .honor ul li {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .wrap-honor .honor ul li {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .wrap-honor .honor ul li {
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .wrap-honor .honor ul li {
        width: 50%;
    }
}

.wrap-honor .honor .item {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .wrap-honor .honor .item {
        margin-top: 30px;
    }
}

@media (min-width:1500px) {
    .all-ins .text-in {
        padding: 0 7%;
    }
    .all-container {
        padding: 0 6%;
    }
}

@media (max-width:1499px) {
    .all-ins .text-in {
        padding: auto;
    }
    .all-container {
        padding: auto;
    }
}

.wrap-honor .honor .item .img-box {
    padding-bottom: 145%;
}

.zwrap-honor .honor .item .img-box {
    padding-bottom: 68.93491124%;
}

.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-honor .honor .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    text-align: center;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-honor .honor .item p {
        font-size: 14px;
    }
}

.wrap-honor .honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-honor .honor .showMorehandle {
    margin-top: 50px;
    text-align: center;
}

.wrap-honor .honor .showMorehandle a {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50%;
    background-color: #9C0A0D;
}

.wrap-honor .honor .showMorehandle a:hover {
    background-color: rgba(36, 51, 118, .9);
}

.wrap-application .text {
    overflow: hidden;
    padding: 1px;
}

.wrap-application .text .note {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 0 20px;
    border-left: 1px solid #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-application .text .note {
        font-size: 15px;
        width: 100%;
    }
}

.wrap-application .text .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-application .text .note p {
        font-size: 15px;
    }
}

.wrap-application .application .row {
    font-size: 0;
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-application .application .row {
        margin: 0 -10px;
    }
}

.wrap-application .application .list {
    display: inline-block;
    float: none;
    padding: 0 20px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .wrap-application .application .list {
        padding: 0 10px;
    }
}

.wrap-application .application .item {
    margin-top: 60px;
}

.wrap-application .application .item .img-box {
    padding-bottom: 70.27027027%;
}

.wrap-application .application .item h3 {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    margin: 30px 0;
    padding: 0 24px;
    color: #fff;
    border-radius: 50px;
    background-color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-application .application .item h3 {
        font-size: 16px;
        line-height: 40px;
    }
}

.wrap-application .application .item p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-application .application .item p {
        font-size: 15px;
    }
}

.wrap-video .info {
    margin-top: -40px;
}

.wrap-video .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-video .row {
        margin: 0 -10px;
    }
}

.wrap-video .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-video .list {
        padding: 0 10px;
    }
}

.wrap-video .item {
    margin-top: 40px;
    text-align: center;
}

.wrap-video .item p {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 32px;
    margin: 16px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-video .item:hover .video .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

.wrap-video .item:hover .video .play {
    opacity: 1;
}

.wrap-video .item:hover p {
    color: #9C0A0D;
}

.wrap-video .item .video {
    position: relative;
    overflow: hidden;
}

.wrap-video .item .video .img-box {
    z-index: 0;
    padding-bottom: 61.78861789%;
    background-color: #000;
}

.wrap-video .item .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .4;
}

.wrap-video .item .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap-video .item .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.wrap-video .item .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 991px) {
    .wrap-video .item .video .play {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}

.wrap-video .item .video .play:before {
    font-family: 'iconfont';
    font-size: 60px;
    display: block;
    content: '\e67f';
    opacity: .7;
}

.wrap-product .product {
    margin-top: -50px;
}

@media (max-width: 991px) {
    .wrap-product .product {
        margin-top: -30px;
    }
}

.wrap-product .product .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-product .product .row {
        margin: 0 -10px;
    }
}

.wrap-product .product .row .heart-top {
    width: 100%;
    overflow: hidden;
}
.wrap-product .product .row .heart-top #heart-ul {
    overflow: hidden;
}
.wrap-product .product .row .heart-top #heart-ul li{
    float: left;
    width: auto;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border: 1px solid #ccc;
    margin-right: 24px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    color: #000;
    font-family: "微软雅黑 Light";
    margin-bottom: 8px;
}
@media (max-width: 517px) {
    .wrap-product .product .row .heart-top #heart-ul li{
        margin-right: 6px;
    }
    .wrap-product .product .row .heart-top #heart-ul{
        padding: 0 2px;
    }
}
.wrap-product .product .row .heart-top #heart-ul .select {
    color: #fff;
    background-color: #9C0A0D;
    border-color: #9C0A0D;
}

@media (max-width: 505px) {
    #heart-ul .heartl-2{
        margin-top: 5% !important;
    }
}

.wrap-product .product .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-product .product .list {
        padding: 0 10px;
    }
}

.wrap-product .product .item {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-product .product .item {
        margin-top: 30px;
    }
}

.wrap-product .product .item .img-box {
    padding-bottom: 68.67567568%;
}

.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product .product .item p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    /* height: 30px; */
    padding: 14px 0 0 0;
    text-align: center;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background: #F8F8F8;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-product .product .item p {
        font-size: 16px;
    }
}

.wrap-product .product .item:hover .img-box img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product .product .item {
    padding: 15px;
    border: 1px solid #f6f6f6;
}

.wrap-product .product .item:hover {
    border-color: #9C0A0D;
}

.wrap-product .product.custom-made .item {
    border: none;
}

.wrap-product .product.custom-made .item .tit {
    border: 1px dashed #ccc;
    border-top: none;
    overflow: hidden;
    font-size: 18px;
    padding: 15px 5px;
}

.wrap-product .product.custom-made .item:hover .tit {
    background: #9C0A0D;
    color: #fff;
}

.wrap-product .product.custom-made .item .tit .pl {
    float: left;
    line-height: 45px;
}

.wrap-product .product.custom-made .item .tit .pr {
    float: right;
    font-size: 45px;
    line-height: 1;
}

.wrap-product .product.custom-made .item:hover .tit {
    border: 1px solid #9C0A0D;
    border-top: none;
}

.wrap-product .product .item:hover p {
    background-color: #9C0A0D;
    color: #fff;
}

/*.wrap-product .page a {
    color: #666;
}*/

.wrap-product .page a.active,
.wrap-product .page a:hover {
    color: #fff;
}

.wrap-product-show .product-show .row {
    margin: 0 -25px;
}

.wrap-product-show .product-show .list {
    padding: 0 25px;
}

.wrap-product-show .product-show .pic {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border: 10px solid #e5e5e5;
}

.wrap-product-show .product-show .pic .img-box {
    padding-bottom: 75.67567568%;
}

.wrap-product-show .product-show .pic img {
    width: 100%;
}

.sing {
    padding: 25px;
    border: 1px dashed #efefef;
}

.sing img {
    width: 100%;
}

.dd-product .product-showd.custom-showd {
    padding: 0;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text {
        margin-top: 30px;
    }
}

.wrap-product-show .product-show .text h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
    color: #9C0A0D;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text h1 {
        font-size: 20px;
    }
}

.wrap-product-show .product-show .text h1 span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    font-weight: normal;
    margin-left: 10px;
    color: #333;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text h1 span {
        font-size: 16px;
        display: block;
        margin-left: 0;
    }
}

.wrap-product-show .product-show .text h3 {
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    height: 36px;
    margin-bottom: 20px;
    padding: 0 26px;
    border: 1px dashed #9C0A0D;
    border-radius: 30px;
}

.wrap-product-show .product-show .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text p {
        font-size: 15px;
    }
}

.wrap-product-show .product-show .text span {
    font-size: 16px;
    line-height: 2;
    display: inline-block;
    margin-right: 8%;
}

.wrap-product-show .parameter {
    margin-top: 50px;
    padding: 40px 30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter {
        padding: 30px 15px;
    }
}

.wrap-product-show .parameter h3 {
    font-size: 22px;
    line-height: 2;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter h3 {
        font-size: 20px;
    }
}

.wrap-product-show .parameter h3:after {
    display: block;
    width: 44px;
    height: 4px;
    content: '';
    background-color: #9C0A0D;
}

.wrap-product-show .parameter span {
    line-height: 2;
    display: inline-block;
    margin-right: 4%;
}

.wrap-product-show .parameter span:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background-color: #cb0d18;
}

.wrap-product-show .parameter table {
    text-align: center;
}

.wrap-product-show .parameter table td {
    font-size: 18px;
    line-height: 1.66666667;
    width: 33.33333333%;
    padding: 15px;
    color: #666;
    border: 1px solid #b4b4b4;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter table td {
        font-size: 14px;
        padding: 10px 6px;
    }
}

.wrap-product-show .parameter table b {
    font-size: 22px;
    font-weight: normal;
    color: #333;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter table b {
        font-size: 15px;
    }
}

.wrap-product-show .message {
    margin-top: 50px;
}

.wrap-product-show .message .title-message h2 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
    .wrap-product-show .message .title-message h2 {
        font-size: 24px;
    }
}

.wrap-product-show .message .title-message h2:after {
    position: absolute;
    bottom: -2px;
    display: block;
    width: 60px;
    height: 3px;
    content: '';
    background-color: #9C0A0D;
}

.wrap-product-show .message .title-message p {
    font-size: 20px;
    line-height: 2;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-product-show .message .title-message p {
        font-size: 16px;
    }
}

.wrap-product-show .message .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .message .row {
        margin: 0 -10px;
    }
}

.wrap-product-show .message .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .message .list {
        padding: 0 10px;
    }
}

.wrap-product-show .message .list input,
.wrap-product-show .message .list textarea {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    width: 100%;
    min-height: 60px;
    margin-top: 38px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding-left: 30px;
}

.wrap-product-show .message .list {
    position: relative;
}

.wrap-product-show .message .list::after {
    position: absolute;
    content: '';
    left: 27px;
    top: 55px;
    width: 22px;
    height: 22px;
    z-index: 1000;
}

.wrap-product-show .message .name::after {
    background: url('../images/name.png') no-repeat;
}

.wrap-product-show .message .phone::after {
    background: url('../images/tel.png') no-repeat;
}

.wrap-product-show .message .mail::after {
    background: url('../images/email.png') no-repeat;
}

.wrap-product-show .message .leavem::after {
    background: url('../images/message.png') no-repeat;
}

.wrap-product-show .message .buttonzz {
    float: right;
}

@media (max-width: 991px) {
    .wrap-product-show .message .list input,
    .wrap-product-show .message .list textarea {
        font-size: 15px;
        line-height: 24px;
        min-height: 44px;
        margin-top: 20px;
        padding: 10px;
        padding-left: 32px;
    }
    .wrap-product-show .message .list::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 32px;
        width: 22px;
        height: 22px;
        z-index: 1000;
    }
}

.wrap-product-show .message .list input::-webkit-input-placeholder,
.wrap-product-show .message .list textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-product-show .message .list input:-o-placeholder,
.wrap-product-show .message .list textarea:-o-placeholder {
    color: #999;
}

.wrap-product-show .message .list input::-moz-placeholder,
.wrap-product-show .message .list textarea::-moz-placeholder {
    color: #999;
}

.wrap-product-show .message .list input:-ms-input-placeholder,
.wrap-product-show .message .list textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-product-show .message .list input:focus::-webkit-input-placeholder,
.wrap-product-show .message .list textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list input:focus::-o-placeholder,
.wrap-product-show .message .list textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list input:focus::-moz-placeholder,
.wrap-product-show .message .list textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list input:focus::-ms-input-placeholder,
.wrap-product-show .message .list textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list .submit,
.wrap-product-show .message .list .reset {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #9C0A0D;
}

@media (max-width: 1199px) {
    .wrap-product-show .message .list .submit,
    .wrap-product-show .message .list .reset {
        font-size: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .message .list .submit,
    .wrap-product-show .message .list .reset {
        line-height: 50px;
        height: 50px;
    }
}

.wrap-product-show .message .list .submit:hover,
.wrap-product-show .message .list .reset:hover {
    background-color: #f54336;
}

.wrap-product-show .message .list .reset {
    background-color: #999;
}

.wrap-product-show .relate {
    margin-top: 60px;
}

.baozhang .wrap-product-show .relate {
    margin-top: 10px;
}

.baozhang .wrap-product-show {
    text-align: center;
}

.wrap-product-show .relate .title-relate h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    display: inline-block;
    margin: 0;
}

.baozhang .wrap-product-show .relate .title-relate h2 {
    font-size: 40px;
    font-family: 'ITC Avant Garde Gothic';
}

.baozhang .wrap-product-show .relate .title-relate p {
    font-size: 33px;
}

.baozhang .wrap-product-show .relate .title-relate h2 span {
    color: #9C0A0D;
}

.wrap-product-show .relate .title-relate p {
    font-size: 26px;
}

@media (max-width: 991px) {
    .wrap-product-show .relate .title-relate h2 {
        font-size: 20px;
    }
}

.wrap-product-show .relate .title-relate a.more {
    font-size: 14px;
    line-height: 44px;
    display: inline-block;
    float: right;
    color: #999;
}

.wrap-product-show .relate .title-relate a.more:hover {
    color: #9C0A0D;
}

.wrap-product-show .relate .row {
    margin: 0 -20px;
}


/* 轮播图 */

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-wrapper img {
    width: 100%;
}

.gallery-thumbs .swiper-wrapper img {
    width: 90%;
    margin: 5%;
}

.gallery-thumbs .swiper-slide {
    border: 1px solid #F3F3F3;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #9C0A0D;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.dd-product {
    background: #f3f3f3;
    padding-bottom: 60px;
}

.dd-custom {
    background: #fff;
}

@media (max-width:991px) {
    .dd-product>.container>.container,
    .dd-product>.container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.dd-product .jianjie .top,
.dd-product .jianjie .middle {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.dd-custom .jianjie .top,
.dd-custom .jianjie .middle {
    border-bottom: none;
    padding-bottom: 0px;
}

.dd-custom .jianjie .top {
    padding-left: 15px;
}

.dd-product .jianjie .middle {
    padding-top: 20px;
}

.dd-product .jianjie .middle-c {
    overflow: hidden;
}

.dd-product .jianjie .bottom {
    padding-top: 40px;
}

.dd-product .jianjie .bottom button {
    background: #9C0A0D;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
}

.dd-product .jianjie .bottom button img {
    position: relative;
    top: -3px;
}

.dd-product .jianjie div p {
    font-size: 17px;
    line-height: 2;
    color: #666;
}

.dd-custom .jianjie div p {
    font-size: 17px;
    line-height: 2;
    color: #333;
}

.dd-custom .jianjie div p {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.dd-custom .jianjie div p:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    content: '';
    vertical-align: middle;
    background-color: #9C0A0D;
}

.dd-product .jianjie .bottom p:before {
    display: none;
}

.dd-product .jianjie .top h2 {
    color: #9F2E30;
    padding-bottom: 15px;
}

.dd-custom .jianjie .top h2 {
    padding-bottom: 0;
    color: #333;
    text-align: justify;
}

@media (max-width:767px) {
    .dd-custom .jianjie .top h2 {
        font-size: 22px;
    }
}

.word h3 {
    display: inline-block;
    padding: 8px 40px;
    font-weight: bold;
    color: #fff;
    background: #9C0A0D;
    margin-top: 60px;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .dd-product .jianjie .top h2 {
        font-size: 22px;
    }
    .dd-product .jianjie div p {
        font-size: 14px;
    }
    .dd-product .jianjie .bottom button {
        background: #9C0A0D;
        font-size: 14px;
        line-height: 32px;
        color: #fff;
        font-weight: normal;
        padding: 1px 10px;
    }
    .dd-product {
        padding-bottom: 10px;
    }
    .word h3 {
        font-size: 18px;
        margin-top: 20px;
        font-size: 18px;
    }
}

.xiangguan h3 {
    display: block;
    padding: 8px 40px;
    padding-left: 15px;
    font-weight: normal;
    color: #333;
    background: #fff;
    margin-top: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    font-size: 28px;
    padding-bottom: 15px;
}

.xiangguan h3::after {
    position: absolute;
    content: '';
    left: 15px;
    bottom: 0;
    width: 5%;
    height: 4px;
    background: #9C0A0D;
}

.xiangguan ul li {
    margin-top: 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.xiangguan ul li img {
    width: 100%;
}

.xiangguan ul li .item {
    width: 100%;
    overflow: hidden;
}

.xiangguan ul li:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.word p {
    line-height: 2;
    font-size: 15px;
    color: #666;
}

.word .img {
    overflow: hidden;
    padding: 30px 0;
}

.word .img div {
    width: 100%;
    /*text-align: center;*/
}

.word .img div img {
    /*width: 100%;*/
}

.word .img div.left,
.word .img div.right {
    padding: 15px;
}


/* .word .img img {
    width: 100%;
} */


/* .word-m {
    display: none;
} */

@media (min-width: 1499px) {
    .dd-product .product-showd {
        background: #fff;
        padding: 70px;
    }
}

@media (max-width: 1399px) {
    .dd-product .product-showd {
        background: #fff;
        padding: 40px;
    }
}

@media (max-width: 1199px) {
    /* .word-p {
        display: none;
    }
    .word-m {
        display: block;
    } */
    .wrap-product-show .relate .row {
        margin: 0 -10px;
    }
    .dd-product .product-showd {
        background: #fff;
        padding: 20px;
    }
}

.wrap-product-show .relate .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .relate .list {
        padding: 0 10px;
    }
}

.wrap-product-show .relate .item {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-product-show .relate .item {
        margin-top: 30px;
    }
}

.wrap-product-show .relate .item .img-box {
    padding-bottom: 60.67567568%;
}

.wrap-product-show .relate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product-show .relate .item p {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    height: 60px;
    margin: 0;
    text-align: center;
    color: #333;
    width: 100%;
    overflow: hidden;
}

.wrap-product-show .relate .item p a {
    display: block;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding: 14px 0;
}

.wrap-product-show .relate .item p a::after {
    position: absolute;
    content: '';
    width: 10%;
    left: 44%;
    background: #9C0A0D;
    height: 3px;
    bottom: 0;
}

.in-about {
    background: url('../images/about.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.for-img {
    text-align: center;
}

.for-img .fline {
    position: relative;
}

.for-img .fline-t {
    top: 30px;
    z-index: 4;
}

.for-img .fline-b {
    top: -30px;
}

@media (max-width: 991px) {
    .wrap-product-show .relate .item p {
        font-size: 16px;
    }
}

.wrap-product-show .relate .item:hover .img-box img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product-show .relate .item:hover p {
    color: #9C0A0D;
}

.wrap-team .title-team h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-team .title-team h2 {
        font-size: 22px;
    }
}

.wrap-team .title-team span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #999;
}

.wrap-team .list-1 {
    padding-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
}

.wrap-team .list-1 .team {
    overflow: hidden;
}

.wrap-team .list-1 .team .pic {
    float: left;
    width: 30%;
    margin-top: 30px;
}

@media (max-width: 1560px) {
    .wrap-team .list-1 .team .pic {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .wrap-team .list-1 .team .pic {
        width: 100%;
    }
}

.wrap-team .list-1 .team .pic .img-box {
    padding-bottom: 69.3877551%;
}

.wrap-team .list-1 .team .text {
    float: left;
    width: 70%;
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 30px;
}

@media (max-width: 1560px) {
    .wrap-team .list-1 .team .text {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .wrap-team .list-1 .team .text {
        width: 100%;
        padding-left: 0;
    }
}

.wrap-team .list-1 .team .text h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-team .list-1 .team .text h3 {
        font-size: 20px;
    }
}

.wrap-team .list-1 .team .text p {
    font-size: 15px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-team .list-1 .team .text p {
        font-size: 14px;
    }
}

.wrap-team .list-2 {
    margin-top: 40px;
}

.wrap-team .list-2 .row {
    margin: 0 -30px;
}

@media (max-width: 1560px) {
    .wrap-team .list-2 .row {
        margin: 0 -15px;
    }
}

@media (max-width: 1199px) {
    .wrap-team .list-2 .row {
        margin: 0 -10px;
    }
}

.wrap-team .list-2 .list {
    padding: 0 30px;
}

@media (max-width: 1560px) {
    .wrap-team .list-2 .list {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .wrap-team .list-2 .list {
        padding: 0 10px;
    }
}

.wrap-team .list-2 .item {
    margin-top: 40px;
}

.wrap-team .list-2 .item .img-box {
    padding-bottom: 69.3877551%;
}

.wrap-team .list-2 .item .text {
    padding: 30px 20px;
    background-color: #f6f6f6;
}

.wrap-team .list-2 .item .text h3 {
    font-size: 24px;
    margin: 0 0 14px 0;
}

@media (max-width: 991px) {
    .wrap-team .list-2 .item .text h3 {
        font-size: 20px;
    }
}

.wrap-team .list-2 .item .text p {
    font-size: 14px;
    line-height: 1.71428571;
    margin: 0;
    color: #666;
}

.wrap-team-show {
    padding: 50px;
}

@media (max-width: 991px) {
    .wrap-team-show {
        padding: 50px 15px;
    }
}

.wrap-team-show .team-show .title-team {
    padding-left: 24px;
    border-left: 8px solid #035cac;
}

.wrap-team-show .team-show .title-team h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.wrap-team-show .team-show .title-team p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    color: #999;
}

.wrap-team-show .team-show .text {
    overflow: hidden;
}

.wrap-team-show .team-show .text .note {
    float: left;
    width: 70%;
    margin-top: 46px;
}

@media (max-width: 991px) {
    .wrap-team-show .team-show .text .note {
        width: 100%;
        margin-top: 30px;
    }
}

.wrap-team-show .team-show .text .note p {
    font-size: 16px;
    line-height: 2.125;
    margin: 0;
    text-indent: 2em;
}

.wrap-team-show .team-show .text .pic {
    float: left;
    width: 30%;
    margin-top: 46px;
    padding-left: 60px;
}

@media (max-width: 991px) {
    .wrap-team-show .team-show .text .pic {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-team-show .team-show .text .pic img {
    max-width: 100%;
}

.wrap-team-show .team-show .video {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .wrap-team-show .team-show .video {
        margin-top: 40px;
    }
}

.wrap-team-show .team-show .video .img-box {
    z-index: 0;
    padding-bottom: 43.39739616%;
    background-color: #000;
}

.wrap-team-show .team-show .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .3;
}

.wrap-team-show .team-show .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap-team-show .team-show .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.wrap-team-show .team-show .video .play {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 991px) {
    .wrap-team-show .team-show .video .play {
        top: 50%;
    }
}

.wrap-team-show .team-show .video .play:before {
    display: block;
    width: 198px;
    height: 198px;
    margin: 0 auto;
    content: '';
    background: url(../images/play.png) no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .wrap-team-show .team-show .video .play:before {
        width: 60px;
        height: 60px;
    }
}

.wrap-team-show .team-show .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7;
}

.wrap-team-show .other {
    margin-top: 60px;
}

.wrap-team-show .other .title-other {
    position: relative;
    padding-right: 130px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.wrap-team-show .other .title-other h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 56px;
    margin: 0;
}

.wrap-team-show .other .title-other a.more {
    font-size: 16px;
    line-height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.wrap-team-show .other .title-other a.more:hover {
    color: #9C0A0D;
}

.wrap-team-show .other .item {
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .wrap-team-show .other .item {
        margin-top: 30px;
    }
}

.wrap-team-show .other .item .img-box {
    padding-bottom: 62.74509804%;
}

.wrap-team-show .other .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-team-show .other .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-team-show .other .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news-top ul li {
    overflow: hidden;
    margin-top: 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 991px) {
    .wrap-news .news-top ul li {
        margin-top: 40px;
    }
}

.wrap-news .news-top ul li:first-child {
    margin-top: 0;
}

.znews .wrap-news .news-top ul li {
    padding-bottom: 30px;
    border-bottom: 1px dashed #afafaf;
}

.znews .wrap-news .news-top ul li:last-child {
    border-bottom: 1px dashed #fff;
}

.wrap-news .news-top ul li .pic {
    float: left;
    width: 30%;
}

.wrap-news .news-top ul li .pic span {}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .pic {
        width: 40%;
    }
    .znews .news-top ul li .pic {
        float: left;
        width: 100%;
    }
    .znews .news-top ul li .picl {
        display: none;
    }
}

.znews .news-top ul li .pic {
    float: left;
    width: 20%;
}

.znews .news-top ul li .picl {
    float: left;
    width: 10%;
    text-align: center;
}

@media (max-width: 767px) {
    .wrap-news .news-top ul li .pic {
        width: 100%;
    }
    .znews .news-top ul li .pic {
        width: 100%;
    }
}

.znews .news-top ul li .picl .h3 {
    font-size: 60px;
    display: block;
    font-weight: bold;
    margin-top: 0;
}

.znews .news-top ul li .picl .ppp {
    font-style: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.znews .news-top ul li .picl .ppp::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 3px;
    background: #9C0A0D;
    width: 100%;
}

.znews .news-top ul li:hover .picl .h3 {
    color: #9C0A0D;
}

.wrap-news .news-top ul li .pic .img-box {
    padding-bottom: 49.59785523%;
}

.znews .news-top ul li .pic .img-box {
    padding-bottom: 70.59785523%;
}

.company .wrap-news .news-top ul li .pic .img-box {
    padding-bottom: 65.597855%;
}

.company .wrap-news .news-top ul li .pic {
    float: left;
    width: 35%;
    margin: 5px 0;
}

.company .wrap-news .news-top ul li .text {
    float: left;
    width: 65%;
    padding-left: 30px;
}

.company .wrap-news .news-top ul li .text a.more {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-top: 0px;
    color: #cb0d18;
}

.wrap-news .news-top ul li .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-news .news-top ul li .text {
    float: left;
    width: 70%;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text {
        width: 60%;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top ul li .text {
        width: 100%;
        padding-left: 30px 15px;
    }
    .company .wrap-news .news-top ul li .text {
        width: 100%;
        padding-left: 10px;
    }
    .company .wrap-news .news-top ul li .pic .img-box {
        padding-bottom: 70.597855%;
    }
    .company .wrap-news .news-top ul li .pic {
        width: 100%;
    }
}

.wrap-news .news-top ul li .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text h3 {
        margin: 0 0 4px 0;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top ul li .text h3 {
        font-size: 18px;
    }
}

.wrap-news .news-top ul li .text span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    color: #cb0d18;
    display: none;
}

@media (max-width:1199px) {
    .wrap-news .news-top ul li .text span {
        display: block;
    }
    .znews .news-top ul li .picl {
        display: none;
    }
}

.wrap-news .news-top ul li .text a {
    display: block;
}

.wrap-news .news-top ul li .text p {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 64px;
    margin: 30px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text p {
        margin: 10px 0 0 0;
    }
}

@media (max-width: 991px) {
    .wrap-news .news-top ul li .text p {
        font-size: 15px;
    }
}

.wrap-news .news-top ul li .text a.more {
    font-size: 14px;
    line-height: 2;
    display: inline-block;
    margin-top: 20px;
    color: #cb0d18;
}

.znews .wrap-news .news-top ul li .text a.more {
    border: 1px dashed #9C0A0D;
    padding: 4px 10px;
}

.znews .wrap-news .news-top ul li:hover .text a.more {
    background: #9C0A0D;
    color: #fff;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text a.more {
        margin: 10px 0 0 0;
    }
}

.wrap-news .news-top ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news-top ul li:hover .text h3,
.wrap-news .news-top ul li:hover .text p {
    color: #9C0A0D;
}


/* .wrap-news .news-top ul li:hover .text a.more {
    color: #fff;
    background: #9C0A0D;
} */

.wrap-news .news {
    overflow: hidden;
}

.wrap-news .news ul {
    margin: 0 -30px;
}

.wrap-news .news ul li {
    float: left;
    width: 50%;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .wrap-news .news ul li {
        width: 100%;
    }
}

.wrap-news .news .item {
    position: relative;
    min-height: 110px;
    margin-top: 60px;
    padding-left: 140px;
}

@media (max-width: 767px) {
    .wrap-news .news .item {
        margin-top: 30px;
        padding-left: 100px;
    }
}

.wrap-news .news .item .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border: 1px dashed #9C0A0D;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .wrap-news .news .item .date {
        width: 80px;
        height: 80px;
    }
}

.wrap-news .news .item .date h3 {
    font-family: Impact;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin: 24px 0 0 0;
    color: #9C0A0D;
}

@media (max-width: 767px) {
    .wrap-news .news .item .date h3 {
        font-size: 26px;
        margin: 16px 0 0 0;
    }
}

.wrap-news .news .item .date p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    margin: 6px 0 0 0;
    color: #9C0A0D;
}

.wrap-news .news .item .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-news .news .item .text h3 {
        font-size: 24px;
    }
}

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

.wrap-news .news .item .text p {
    font-size: 16px;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    height: 56px;
    margin: 20px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .wrap-news .news .item .text p {
        font-size: 15px;
        margin: 10px 0 0 0;
    }
}

.wrap-news .news .item .text a {
    display: block;
}

.wrap-news .news .item:hover .date {
    background-color: #9C0A0D;
}

.wrap-news .news .item:hover .date h3,
.wrap-news .news .item:hover .date p {
    color: #fff;
}

.wrap-news .news .item:hover .text h3 {
    color: #9C0A0D;
}

.wrap-news-show {
    overflow: hidden;
}

.wrap-news-show .title-news h1 {
    font-size: 24px;
    line-height: 1.33333333;
    margin: 0;
}

.wrap-news-show .news-show .title-news h1 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    position: relative;
}

.wrap-news-show .news-show .title-news h1::after {
    position: absolute;
    content: '';
    left: 45.5%;
    width: 7%;
    height: 4px;
    background: #9C0A0D;
    bottom: -20px;
}

@media (max-width: 767px) {
    .wrap-news-show .title-news h1 {
        font-size: 18px;
    }
}

.wrap-news-show .info {
    overflow: hidden;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px dashed #dfdfdf;
}

.wrap-news-show .info .left {
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-news-show .info .left {
        width: 100%;
    }
}

.wrap-news-show .info .left span {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-right: 40px;
    color: #999;
    position: relative;
}

.wrap-news-show .info .left span::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    width: 100px;
    height: 4px;
    background: #9C0A0D;
}

@media (max-width: 767px) {
    .wrap-news-show .info .left span {
        font-size: 15px;
        padding: 0 6px;
    }
}

.wrap-news-show .info .right {
    float: right;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-news-show .info .right {
        float: left;
        width: 100%;
    }
}

.wrap-news-show .info .right .font {
    float: right;
}

.wrap-news-show .info .right .font a {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    color: #9C0A0D;
}

.wrap-news-show .info .right .font a:before {
    font-family: 'iconfont';
    font-size: 28px;
    font-weight: bold;
    content: '\e9bb';
    color: #9C0A0D;
    position: relative;
    top: 4px;
    left: -15px;
}

.wrap-news-show .info .right .font a.switcher-small:before {
    content: '\e625';
}

@media (max-width: 767px) {
    .wrap-news-show .info .right .font a:after {
        margin: 0 6px;
        margin-top: 8px;
    }
}

.wrap-news-show .info .right .font a:hover:before {
    color: #ea474c;
}

.wrap-news-show .info .right .bdsharebuttonbox {
    float: right;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wrap-news-show .info .right .bdsharebuttonbox a {
    padding: 0;
    background: none;
}

.wrap-news-show .info .right .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\e61f';
    text-align: center;
    color: #979797;
    background-color: none;
}

.wrap-news-show .info .right .bdsharebuttonbox a:after {
    line-height: 25px;
    display: inline-block;
    float: right;
    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 2px;
    content: '';
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .wrap-news-show .info .right .bdsharebuttonbox a:after {
        margin: 0 6px;
    }
}

.wrap-news-show .info .right .bdsharebuttonbox a:first-child {
    padding-left: 0;
}

.wrap-news-show .info .right .bdsharebuttonbox a:last-child:after {
    display: none;
}

.wrap-news-show .info .right .bdsharebuttonbox a:hover {
    opacity: 1;
}

.wrap-news-show .info .right .bdsharebuttonbox a:hover:before {
    color: #9C0A0D;
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_qzone:before {
    font-size: 30px;
    line-height: 30px;
    content: '\e635';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_tsina:before {
    content: '\e7ed';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_weixin:before,
.footer .bdsharebuttonbox .bds_weixin:before {
    content: '\e609';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_mshare:before {
    content: '\e61b';
}

.wrap-news-show .text {
    font-size: 16px;
    line-height: 1.875;
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .wrap-news-show .text {
        font-size: 15px;
    }
}

.wrap-news-show .text p {
    margin: 0;
    color: #666;
}

.wrap-news-show .text img {
    max-width: 100%;
    margin: 0 50px;
}

@media (max-width: 991px) {
    .wrap-news-show .text img {
        margin: 10px 0;
    }
}

.wrap-news-show .relate {
    font-size: 0;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    border-top: 1px dashed #e9e9e9;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .wrap-news-show .relate {
        margin-top: 50px;
        padding-right: 0;
    }
}

.wrap-news-show .relate a {
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
    display: -webkit-box;
    float: left;
    overflow: hidden;
    width: 50%;
    margin-top: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #999;
    border-radius: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-news-show .relate a span {
    display: inline-block;
    border: 1px solid #999;
    padding: 4px 8px;
    border-radius: 30px;
}

@media (max-width:767px) {
    .wrap-news-show .relate a span {
        border: none;
    }
}

.wrap-news-show .relate a:hover span {
    border-color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-news-show .relate a {
        width: 100%;
        margin-top: 10px;
    }
}

.wrap-news-show .relate a:last-child {
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-news-show .relate a:last-child {
        text-align: left;
    }
}

.wrap-news-show .relate a:hover {
    color: #9C0A0D;
}

.wrap-news-title {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .wrap-news-title {
        margin-top: 60px;
    }
}

.wrap-news-title img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .wrap-news-title img {
        max-width: 250px;
    }
}

.wrap-job .job-text {
    font-size: 0;
    overflow: hidden;
}

.wrap-job .job-text .pic {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-job .job-text .pic {
        width: 36%;
    }
}

@media (max-width: 767px) {
    .wrap-job .job-text .pic {
        width: 100%;
    }
}

.wrap-job .job-text .pic img {
    width: 100%;
}

.wrap-job .job-text .note {
    display: inline-block;
    width: 76%;
    padding-left: 50px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-job .job-text .note {
        width: 64%;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-job .job-text .note {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-job .job-text .note p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-job .job-text .note p {
        font-size: 15px;
    }
}

.wrap-job .contact {
    overflow: hidden;
}

.wrap-job .contact .title-contact {
    float: left;
    width: 26%;
    margin-top: 90px;
}

@media (max-width: 991px) {
    .wrap-job .contact .title-contact {
        width: 100%;
        margin-top: 40px;
    }
}

.wrap-job .contact .title-contact h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-job .contact .title-contact h3 {
        font-size: 24px;
    }
}

.wrap-job .contact .title-contact p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wrap-job .contact .title-contact p {
        font-size: 20px;
    }
}

.wrap-job .contact .note {
    position: relative;
    float: left;
    width: 37%;
    margin-top: 90px;
    padding: 0 100px;
}

@media (max-width: 1560px) {
    .wrap-job .contact .note {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .wrap-job .contact .note {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }
}

.wrap-job .contact .note:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 94px;
    content: '';
    background: url(../images/line-4.png) no-repeat;
}

@media (max-width: 991px) {
    .wrap-job .contact .note:before {
        display: none;
    }
}

.wrap-job .contact .note p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.wrap-job .job {
    padding-top: 0px;
    padding-bottom: 60px;
}

.wrap-job .job .title-job {
    text-align: center;
}

.wrap-job .job .title-job h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-job .job .title-job h3 {
        font-size: 24px;
    }
}

.wrap-job .job .title-job p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wrap-job .job .title-job p {
        font-size: 20px;
    }
}

.wrap-job .job .text {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .wrap-job .job .text {
        margin-top: 40px;
    }
}

.wrap-job .job .text h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 18px 0;
}

.wrap-job .job .text p {
    font-size: 13px;
    line-height: 2.30769231;
    color: #666;
}

.wrap-job .job .text p a:hover {
    text-decoration: underline;
    color: #9C0A0D;
}

.wrap-job .job .list {
    margin-top: 60px;
}

.wrap-job .job .list>ul {
    overflow: hidden;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.wrap-job .job .list>ul>li {
    border-bottom: 1px solid #ddd;
}

.wrap-job .job .list>ul>li:first-child {
    font-weight: bold;
    line-height: 60px;
    border: none;
    background-color: #f4f4f4;
}

.wrap-job .job .list>ul>li:first-child .tlist .titem p {
    font-size: 18px;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li:first-child .tlist .titem p {
        font-size: 13px;
    }
}

.wrap-job .job .list>ul>li .tlist {
    overflow: hidden;
}

.wrap-job .job .list>ul>li .tlist .titem {
    font-size: 16px;
    display: inline-block;
    width: 18%;
    min-height: 60px;
    margin-right: -4px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ddd;
}

.wrap-job .job .list>ul>li .tlist .titem:first-child {
    border-left: none;
}

@media (max-width: 767px) {
    .wrap-job .job .list>ul>li .tlist .titem {
        padding: 0 4px;
    }
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(5) {
    width: 28%;
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(6) {
    text-align: right;
    color: #9C0A0D;
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(6) a {
    text-decoration: underline;
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(6) a:hover {
    color: #df0815;
}

.wrap-job .job .list>ul>li .tlist .titem p {
    margin: 0;
}

@media (max-width: 767px) {
    .wrap-job .job .list>ul>li .tlist .titem p {
        font-size: 13px;
    }
}

.wrap-job .job .list>ul>li .tlist .titem a {
    line-height: 2;
    display: inline-block;
    padding: 14px 30px;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .tlist .titem a {
        padding: 0 0;
    }
}

.wrap-job .job .list>ul>li .tlist .titem a.more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
    border-width: 0 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #9C0A0D transparent;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .tlist .titem a.more:after {
        display: none;
    }
}

.wrap-job .job .list>ul>li .tlist .titem a.apply {
    color: #9C0A0D;
}

.wrap-job .job .list>ul>li .tlist .titem a.apply:hover {
    color: #d70c18;
}

.wrap-job .job .list>ul>li.current {
    background-color: #efefef;
}

.wrap-job .job .list>ul>li.current .tlist .titem a.more:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap-job .job .list>ul>li .note {
    display: none;
    padding: 30px 50px;
    border-top: 1px solid #ddd;
    background-color: #efefef;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .note {
        padding: 30px 0;
    }
}

.wrap-job .job .list>ul>li .note p {
    font-size: 16px;
    display: inline-block;
    margin: 6px 28px;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .note p {
        font-size: 14px;
        display: block;
        margin: 6px 10px;
    }
}

.wrap-job .job .list>ul>li .note p span {
    line-height: 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #9C0A0D;
}

.wrap-job .message {
    position: fixed;
    z-index: 11;
    top: 9%;
    left: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .wrap-job .message {
        padding: 20px;
    }
}

.wrap-job .message .messageinfo {
    position: relative;
    max-width: 1130px;
    height: 100%;
    margin: 0 auto;
    padding: 0 70px 30px 70px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-job .message .messageinfo {
        padding: 0 15px 15px 15px;
    }
}

.wrap-job .message .m-close {
    position: absolute;
    top: -20px;
    right: -20px;
    float: right;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-job .message .m-close:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;
    content: '\e61b';
    color: #999;
}

.wrap-job .message .m-close:hover {
    background-color: #9C0A0D;
}

.wrap-job .message .m-close:hover:after {
    color: #fff;
}

.wrap-job .message form {
    overflow: hidden;
}

.wrap-job .message .col-xs-12 {
    margin-top: 10px;
}

.wrap-job .message form {
    margin-top: 30px;
}

.wrap-job .message .title-message {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.wrap-job .message .title-message span {
    display: inline-block;
    margin-left: 10%;
}

@media (max-width: 991px) {
    .wrap-job .message .title-message span {
        margin-left: 6px;
    }
}

.wrap-job .message .title-message h3 {
    font-size: 18px;
    line-height: 2;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-job .message .title-message h3 {
        font-size: 16px;
    }
}

.wrap-job .message .item {
    position: relative;
    overflow: hidden;
    min-height: 50px;
    padding-left: 120px;
}

@media (max-width: 991px) {
    .wrap-job .message .item {
        padding-left: 90px;
    }
}

.wrap-job .message .item-1 {
    padding-left: 0;
    text-align: center;
}

.wrap-job .message .item-1 .btn {
    display: inline-block;
    margin: 0 40px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .wrap-job .message .item-1 .btn {
        margin: 0 10px;
        margin-top: 20px;
    }
}

.wrap-job .message p {
    font-size: 16px;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    margin: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-job .message p {
        font-size: 14px;
        width: 70px;
    }
}

.wrap-job .message input,
.wrap-job .message textarea,
.wrap-job .message select {
    line-height: 28px;
    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}

.wrap-job .message .js-check {
    font-size: 16px;
    line-height: 48px;
    float: left;
    width: 100%;
    height: 50px;
    color: #666;
}

.wrap-job .message .js-check i {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.wrap-job .message .js-check label {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.wrap-job .message .js-check label input {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

.wrap-job .message .js-check label:after {
    position: relative;
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    content: '';
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-job .message .js-check label:after {
        top: 12px;
    }
}

.wrap-job .message .js-check label i {
    position: absolute;
    z-index: 9;
    top: 18px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-job .message .js-check label i {
        top: 22px;
    }
}

.wrap-job .message .js-check label.checked i {
    background-color: #000;
}

.wrap-job .message .js-check input[type=radio] {
    width: 30px;
    height: 30px;
    min-height: auto;
    margin: 0 0 0 8px;
    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}

.wrap-job .message .fileWrapper {
    position: relative;
    float: left;
    width: 100% !important;
    max-width: 470px;
    padding-right: 130px;
}

.wrap-job .message .fileWrapper input {
    min-height: auto;
}

.wrap-job .message .fileInputText {
    width: 100% !important;
}

.wrap-job .message .fileInputText,
.wrap-job .message .nicefile {
    height: 50px !important;
}

.wrap-job .message .fileInputButton {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #9C0A0D;
}

.wrap-job .message .filedelete {
    line-height: 48px;
    float: left;
    margin-left: 20px;
    color: #9C0A0D;
}

.wrap-job .message .submit,
.wrap-job .message .reset {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #cecece;
}

.wrap-job .message .submit:hover,
.wrap-job .message .reset:hover {
    color: #fff;
    background-color: red;
}

.wrap-job .message .submit {
    color: #fff;
    background-color: #9C0A0D;
}

.wrap-job .showMorehandle {
    margin-top: 50px;
    text-align: center;
}

.wrap-job .showMorehandle a {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50%;
    background-color: #9C0A0D;
}

.wrap-job .showMorehandle a:hover {
    background-color: rgba(36, 51, 118, .9);
}

.maskbg {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.wrap-message .title-in h2 {
    color: #09357f;
}

.wrap-message .info {
    display: table;
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-message .info {
        display: block;
        width: 100%;
    }
}

.wrap-message .info .message {
    display: table-cell;
    width: 50%;
    padding: 30px 0;
    padding-right: 50px;
    vertical-align: middle;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-message .info .message {
        display: block;
        width: 100%;
        padding: 0;
    }
}

.wrap-message .info .message ul li {
    overflow: hidden;
    margin-top: 14px;
}

.wrap-message .info .message ul li:first-child {
    margin-top: 0;
}

.wrap-message .info .message ul li:first-child input {
    float: left;
    width: 60%;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li:first-child input {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li:first-child input {
        width: 100%;
    }
}

.wrap-message .info .message ul li input,
.wrap-message .info .message ul li textarea {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    min-height: 60px;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li input,
    .wrap-message .info .message ul li textarea {
        line-height: 30px;
        min-height: 50px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li input,
    .wrap-message .info .message ul li textarea {
        font-size: 16px;
    }
}

.wrap-message .info .message ul li input::-webkit-input-placeholder,
.wrap-message .info .message ul li textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input:-o-placeholder,
.wrap-message .info .message ul li textarea:-o-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input::-moz-placeholder,
.wrap-message .info .message ul li textarea::-moz-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input:-ms-input-placeholder,
.wrap-message .info .message ul li textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input:focus::-webkit-input-placeholder,
.wrap-message .info .message ul li textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li input:focus::-o-placeholder,
.wrap-message .info .message ul li textarea:focus::-o-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li input:focus::-moz-placeholder,
.wrap-message .info .message ul li textarea:focus::-moz-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li input:focus::-ms-input-placeholder,
.wrap-message .info .message ul li textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li .btn {
    font-size: 20px;
    line-height: 60px;
    display: inline-block;
    height: 60px;
    padding: 0 100px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background-color: #09357f;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .btn {
        line-height: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li .btn {
        font-size: 18px;
        font-size: 16px;
        padding: 0 50px;
    }
}

.wrap-message .info .message ul li .btn.reset {
    margin-left: 10px;
    background-color: #245c9a;
}

.wrap-message .info .message ul li .btn:hover {
    background-color: #6eb92c;
}

.wrap-message .info .message ul li .js-check {
    font-size: 20px;
    line-height: 60px;
    float: left;
    width: 40%;
    text-align: center;
    color: #666;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .js-check {
        line-height: 50px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li .js-check {
        font-size: 16px;
        width: 100%;
        margin-top: 16px;
        text-align: left;
    }
}

.wrap-message .info .message ul li .js-check i {
    display: inline-block;
    margin: 0 10px;
}

.wrap-message .info .message ul li .js-check label {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.wrap-message .info .message ul li .js-check label input {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

.wrap-message .info .message ul li .js-check label:after {
    position: relative;
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    content: '';
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .js-check label:after {
        top: 12px;
    }
}

.wrap-message .info .message ul li .js-check label i {
    position: absolute;
    z-index: 9;
    top: 26px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .js-check label i {
        top: 22px;
    }
}

.wrap-message .info .message ul li .js-check label.checked i {
    background-color: #000;
}

.wrap-message .info .message ul li .js-check input[type=radio] {
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}

.wrap-message .info .pic {
    display: table-cell;
    width: 50%;
    padding-left: 50px;
}

@media (max-width: 991px) {
    .wrap-message .info .pic {
        display: block;
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}

.wrap-message .info .pic img {
    width: 100%;
}

.wrap-research {
    padding: 50px;
}

@media (max-width: 991px) {
    .wrap-research {
        padding: 50px 15px;
    }
}

.wrap-research .research-text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    text-indent: 2em;
}

@media (max-width: 991px) {
    .wrap-research .research-text p {
        font-size: 15px;
    }
}

.wrap-research .research {
    font-size: 0;
    position: relative;
    z-index: 4;
    margin-top: 70px;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .wrap-research .research {
        margin-top: 40px;
    }
}

.wrap-research .research .list {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.wrap-research .research .item {
    padding: 50px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .wrap-research .research .item {
        padding: 15px 0;
    }
}

.wrap-research .research .item:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    height: 60px;
    margin-bottom: 20px;
    content: '\e618';
    color: #666;
}

.wrap-research .research .item p {
    font-size: 17px;
    line-height: 2;
    margin: 0;
    color: #666;
}

@media (max-width: 1560px) {
    .wrap-research .research .item p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .wrap-research .research .item p {
        font-size: 14px;
    }
}

.wrap-research .research .item-2:before {
    font-size: 60px;
    content: '\e674';
}

.wrap-research .research .item-3:before {
    font-size: 56px;
    content: '\e619';
}

.wrap-research .research .item-4:before {
    font-size: 50px;
    content: '\e632';
}

.wrap-research .research-pic .item {
    margin-top: 30px;
}

.wrap-research .research-pic .item .img-box {
    padding-bottom: 62.5%;
}

.wrap-research .research-pic .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-research .research-pic .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-contact {
    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover;
}

.wrap-contact .contact {
    overflow: hidden;
}

.wrap-contact .contact .map {
    float: left;
    width: 60%;
    height: 560px;
}

.map .wrap-contact .contact .map {
    float: left;
    width: 100%;
    height: 380px;
}

.contact-bg {
    background: url('../images/red.png') no-repeat;
    background-position: bottom left;
    background-size: 57.5% 40%;
    margin-bottom: 70px;
}

.piczzz {
    width: 100%;
    text-align: center;
}

.piczzz .middle {
    width: 100%;
}

.piczzz img {
    position: relative;
}

.piczzz img.top {
    top: 37px;
    z-index: 5;
}

.piczzz img.bottom {
    top: -15px;
}

@media (max-width: 991px) {
    .wrap-contact .contact .map {
        width: 100%;
        height: 300px;
    }
    .contact-bg {
        background: none;
        margin-bottom: 00px;
    }
}

.wrap-contact .contact .text {
    float: left;
    width: 40%;
    padding-left: 60px;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text {
        width: 100%;
        padding: 0;
    }
}

.wrap-contact .contact .text .item h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    margin: 50px 0;
    color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .item h3 {
        font-size: 20px;
        margin: 30px 0;
    }
}

.wrap-contact .contact .text .item p {
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    padding-left: 34px;
}

@media (max-width: 991px) {
    .wrap-contact .contact .text .item p {
        font-size: 14px;
    }
}

.wrap-contact .contact .text .item p:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e60d';
    color: #a8a8a8;
}

.wrap-contact .contact .text .item p.tel:before {
    font-size: 22px;
    content: '\e62f';
}

.wrap-contact .contact .text .item p.email:before {
    font-size: 20px;
    content: '\e72e';
}

.wrap-contact .contact .erweima {
    font-size: 0;
    overflow: hidden;
    margin-top: 50px;
    padding: 16px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

@media (max-width:767px) {
    .wrap-contact .contact .erweima {
        display: none;
    }
}

.wrap-contact .contact .erweima .pic {
    display: inline-block;
    width: 22%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-contact .contact .erweima .pic {
        width: 30%;
    }
}

.wrap-contact .contact .erweima .pic img {
    width: 100%;
}

.wrap-contact .contact .erweima .note {
    display: inline-block;
    width: 78%;
    padding-left: 30px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-contact .contact .erweima .note {
        width: 70%;
        padding-left: 20px;
    }
}

.wrap-contact .contact .erweima .note h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-contact .contact .erweima .note h3 {
        font-size: 18px;
    }
}

.wrap-contact .contact .erweima .note p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-contact .contact .erweima .note p {
        font-size: 14px;
    }
}

.wrap-message {
    padding-left: 7%;
    background: url(../images/message_bg.jpg) no-repeat top center;
}

@media (max-width: 991px) {
    .wrap-message {
        padding: 50px 15px;
    }
}

.title-contact h2 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .title-contact h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .title-contact h2 {
        font-size: 20px;
    }
}

.title-contact h2:after {
    display: block;
    width: 135px;
    height: 3px;
    margin: 14px 0;
    content: '';
    background: url(../images/line-3.png) no-repeat;
}

.title-contact p {
    font-size: 20px;
    margin: 0;
    color: #666;
}

@media (max-width: 767px) {
    .title-contact p {
        font-size: 16px;
    }
}

.message {
    overflow: hidden;
}

.message .left {
    float: left;
    width: 58%;
    padding-right: 6%;
}

@media (max-width: 991px) {
    .message .left {
        width: 100%;
        padding-right: 0;
    }
}

.message .left form {
    overflow: hidden;
}

.message .left form ul {
    overflow: hidden;
    margin: 0 -30px;
}

@media (max-width: 991px) {
    .message .left form ul {
        margin: 0 -15px;
    }
}

.message .left form ul li {
    float: left;
    width: 100%;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .message .left form ul li {
        padding: 0 15px;
    }
}

.message .left form ul li:last-child {
    text-align: center;
}

.message .left form .item {
    width: 100%;
}

.message .left form input,
.message .left form textarea {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 10px 10px 10px 60px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .message .left form input,
    .message .left form textarea {
        font-size: 15px;
        line-height: 24px;
        min-height: 44px;
        padding: 10px 10px 10px 50px;
    }
}

.message .left form .ipttext {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .message .left form .ipttext {
        margin-top: 20px;
    }
}

.message .left form .ipttext:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 60px;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    content: '\e754';
    text-align: center;
    color: #afafaf;
}

@media (max-width: 991px) {
    .message .left form .ipttext:before {
        line-height: 44px;
    }
}

.message .left form input::-webkit-input-placeholder,
.message .left form textarea::-webkit-input-placeholder {
    color: #999;
}

.message .left form input:-o-placeholder,
.message .left form textarea:-o-placeholder {
    color: #999;
}

.message .left form input::-moz-placeholder,
.message .left form textarea::-moz-placeholder {
    color: #999;
}

.message .left form input:-ms-input-placeholder,
.message .left form textarea:-ms-input-placeholder {
    color: #999;
}

.message .left form input:focus::-webkit-input-placeholder,
.message .left form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.message .left form input:focus::-o-placeholder,
.message .left form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.message .left form input:focus::-moz-placeholder,
.message .left form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.message .left form input:focus::-ms-input-placeholder,
.message .left form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.message .left form .tel .ipttext:before {
    content: '\e61c';
}

.message .left form .email .ipttext:before {
    content: '\e6a4';
}

.message .left form .note .ipttext:before {
    font-size: 18px;
    content: '\e62e';
}

.message .left form .submit,
.message .left form .reset {
    font-size: 20px;
    line-height: 58px;
    display: inline-block;
    height: 58px;
    margin: 0 auto;
    margin-top: 26px;
    padding: 0 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #9C0A0D;
}

@media (max-width: 1199px) {
    .message .left form .submit,
    .message .left form .reset {
        font-size: 16px;
        margin-top: 30px;
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .message .left form .submit,
    .message .left form .reset {
        line-height: 40px;
        height: 40px;
        padding: 0 30px;
    }
}

.message .left form .submit:hover,
.message .left form .reset:hover {
    background-color: #f54336;
}

.message .left form .reset {
    margin-left: 6%;
    background-color: #999;
}

.message .right {
    float: left;
    width: 42%;
}

@media (max-width: 991px) {
    .message .right {
        width: 100%;
        margin-top: 40px;
    }
    .message .right img {
        max-width: 100%;
    }
}


/**
 * page
 */

.page {
    clear: both;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
}

.page a {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    color: #fff;
    background: #c9c9c9;
    border-radius: 50%;
}

.page a.omit:hover {
    color: #333;
    background-color: #eee;
}

.page a.first-child {
    font-size: 14px;
    width: auto;
}

.page a.first-child:after {
    display: inline-block;
    width: 50px;
    height: 1px;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
    background-color: #e0e0e0;
}

@media (max-width: 991px) {
    .page a.first-child:after {
        width: 30px;
    }
}

.page a.last-child {
    font-size: 14px;
    width: auto;
}

.page a.last-child:before {
    display: inline-block;
    width: 50px;
    height: 1px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background-color: #e0e0e0;
}

@media (max-width: 991px) {
    .page a.last-child:before {
        width: 30px;
    }
}

.page a.page-num-current,
.page a:hover {
    background: #9C0A0D;
}

@media (max-width: 767px) {
    .page a {
        line-height: 34px;
        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child {
        margin: 0 5px;
    }
}

.bdshare_popup_box {
    right: 0 !important;
    left: auto !important;
    display: none !important;
}

.stuck {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 70px !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}

.stuck .logo {
    margin-top: 16px;
}

.stuck .nav .nav-list1>li>a {
    line-height: 70px;
}

.stuck .nav .nav-list1>li.more>a:after {
    margin-top: 28px;
}

.stuck .find {
    line-height: 70px;
}

.stuck .cart {
    margin-top: 13px;
}

.table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}

.bdshare_weixin_qrcode_dialog {
    height: 310px !important;
}
/* jinni8.com 客服插件 css 代码块 */
.jinni8_kefu_style{position: fixed;width:78px;top: 50%;transform: translateY(-50%);right: 0;font-size: 13px;color: #fff;z-index:100000000000000000;background-color: #488bff;cursor:pointer;}
.jinni8_kefu_nth{display:block;position: relative;text-align: center;padding: 15px 10px;padding:15px 0;border-top: rgb(0, 0, 0) 1px solid;transition:all 0.3s;color:#fff !important;}
.jinni8_kefu_nth a{color:#fff !important;}
.jinni8_kefu_nth:before{content:"";position: absolute;left: 0;top: -1px;width: 100%;height: 1px;background-color: #FFFFFF;z-index: 10;}
.jinni8_kefu_nth:hover{background-color: #2373fe;}
.jinni8_kefu_nth:nth-child(1){border:0;}
.jinni8_kefu_nth:nth-child(1):before{display:none;}
.jinni8_kefu_mipimgs{height:32px;}
.jinni8_kefu_xx .jinni8_kefu_mipimgs{background:url(jinni8/kefu/6/img/jinni8_kefu_xx.png) no-repeat center;}
.jinni8_kefu_qq .jinni8_kefu_mipimgs{background:url(jinni8/kefu/6/img/jinni8_kefu_qq.png) no-repeat center;}
.jinni8_kefu_sj .jinni8_kefu_mipimgs{background:url(jinni8/kefu/6/img/jinni8_kefu_sj.png) no-repeat center;}
.jinni8_kefu_ma .jinni8_kefu_mipimgs{background:url(jinni8/kefu/6/img/jinni8_kefu_ma.png) no-repeat center;}
.jinni8_kefu_top .jinni8_kefu_mipimgs{background:url(jinni8/kefu/6/img/jinni8_kefu_top.png) no-repeat center;}
.jinni8_kefu_nth span{display:block;margin-top:8px;}
.jinni8_kefu_nth .tips{display:none;opacity:0;transition: all 0.3s;position: absolute;right: 78px;top: 0;width: 300px;height: 100%;box-shadow: 0 5px 10px rgba(72, 139, 255, 0.38);background-color: rgba(255, 255, 255, 1);color: #5191FF;line-height: 90px;text-align: center;text-indent: 10px;font-size: 21px;text-shadow: 0 0 1px #C5DAFF;z-index:1000000;}
.jinni8_kefu_nth:hover .tips{display:block;opacity:1;}
.jinni8_kefu_ma .tips{top: inherit;bottom: 0;height: inherit;width: 200px;padding: 10px;margin: 10px;}
.jinni8_kefu_ma .tips:before{content: "";width: 100%;height: 100%;position: absolute;z-index: 1;}
.jinni8_kefu_ma .tips a{display:none;}
.jinni8_kefu_style mip-fixed{position: relative !important;right: inherit !important;bottom: inherit !important;left: inherit !important;top: inherit !important;}
.jinni8_kefu_style mip-fixed mip-gototop{background-image:none;width:auto !important;height:inherit;background:none !important;border:none;}
.jinni8_kefu_style mip-fixed mip-gototop .jinni8_kefu_nth{border-top: rgb(0, 0, 0) 1px solid;}
.jinni8_kefu_style mip-fixed mip-gototop .jinni8_kefu_nth:before{display:block;}
@media screen and (max-width:767px){
.jinni8_kefu_style{width:100%;bottom:0;left:0;top:inherit;height:76px;transform: inherit;box-shadow:0 0 5px #fff;}
.jinni8_kefu_nth{width:calc( 33% - 1px );float:left;border-top:0 !important;border-left: #68a0ff 1px solid;margin-top: 2px;}
.jinni8_kefu_nth:nth-child(1){border-left:0;}
.jinni8_kefu_nth:before{display:none;}
.jinni8_kefu_nth .tips{display:none;}
.jinni8_kefu_nth:hover .tips{display:none;opacity:0;}
.jinni8_kefu_mipimgs{height:22px;}
.jinni8_kefu_style .jinni8_kefu_mipimgs{background-size:22px 22px;}
.jinni8_kefu_ma:hover .tips{display: block;z-index: 99999;opacity: 1;bottom: 66px;top: inherit;right: 0;left: inherit;background-color: rgba(0,0,0,0.8);width: 100%;height: 100%;position: fixed;padding: 0;margin: 0;}
.jinni8_kefu_ma:hover .tips mip-img{width: 260px;height: 260px;position: absolute;left: calc( 50% - 130px);bottom: calc( 50% - 130px);border-radius: 4px;}
.jinni8_kefu_ma:hover .tips mip-img img{border:#fff 20px solid !important;width:inherit;min-width:inherit;border-radius:4px;height:auto;max-width:calc( 100% - 40px );}
.jinni8_kefu_ma .tips a{display:block;color: #fff !important;position: fixed;top: 10px;right: 10px;color: #fff !important;z-index: 1000000000000000000000000000000000;font-size: 13px;padding: 10px;
}
}
/* jinni8.com 客服插件 代码块 END */