.div-no-record1 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
}

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

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

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

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

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

@font-face {
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;
    src: url('../font/AgencyFB-Reg.eot');
    src: url('../font/AgencyFB-Reg.eot#iefix') format('embedded-opentype'), url('../font/AgencyFB-Reg.woff2') format('woff2'), url('../font/AgencyFB-Reg.woff') format('woff'), url('../font/AgencyFB-Reg.ttf') format('truetype'), url('../font/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 4%;
    }
}

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

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

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

.header {
    position: fixed;
    z-index: 9;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 105px;
    padding: 0 5%;
}

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

.header .logo {
    position: relative;
    z-index: 9;
    float: left;
    overflow: hidden;
    height: 53px;
    margin-top: 26px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .header .logo {
        height: 53px;
        margin-top: 8px;
    }
}

.header .logo .blue-logo {
    display: none;
}

.header .logo p {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    float: left;
    margin: 15px 0 0 0;
    padding: 0 20px;
    -webkit-transition: all 1s;
    transition: all 1s;
    color: #fff;
    border: 1px dashed #fff;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .header .logo p {
        display: none;
    }
}

.header .logo img {
    display: block;
    float: left;
    height: 100%;
    margin-right: 24px;
}

.header .menu {
    position: absolute;
    right: 0;
    left: 0;
    width: 51px;
    height: 45px;
    margin: auto;
    margin-top: 28px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: url(../image/menu.png) no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    .header .menu {
        width: 40px;
        margin-top: 16px;
    }
}

.header .right {
    float: right;
}

.header .right .info {
    float: left;
}

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

.header .right .info p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    line-height: 105px;
    display: inline-block;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
}

.header .right .info p:before {
    font-family: 'iconfont' !important;
    margin-right: 10px;
    content: '\e633';
}

.header .right .info p.email {
    margin-left: 24px;
}

.header .right .info p.email:before {
    content: '\e612';
}

.header .right .language {
    float: right;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .header .right .language {
        margin-left: 0;
    }
}

.header .right .language ul li {
    display: inline-block;
    margin-top: 35px;
    margin-left: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 991px) {
    .header .right .language ul li {
        margin-top: 18px;
        margin-left: 8px;
    }
}

.header .right .language ul li a {
    font-family: 'Agency FB';
    line-height: 34px;
    display: block;
    width: 34px;
    height: 34px;
    -webkit-transition: all 1s;
    transition: all 1s;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.header.fixed-header {
    position: fixed;
    height: 70px;
    background-color: rgba(0, 19, 49, .8);
}

.header.fixed-header .logo {
    margin-top: 8px;
}

.header.fixed-header .menu {
    margin-top: 14px;
}

.header.fixed-header .right .info p {
    line-height: 70px;
}

.header.fixed-header .right .language ul li {
    margin-top: 18px;
}

.header-in {
    height: 100px;
    background-color: #fff;
}

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

.header-in .menu {
    background: url(../image/menu-in.png) no-repeat;
}

.header-in .right .info p {
    color: #333;
}

.header-in .right .language ul li a {
    color: #333;
    border: 1px solid #333;
}

.header-in.fixed-header {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.open-header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    padding: 0 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-102%);
    -ms-transform: translateY(-102%);
    transform: translateY(-102%);
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
    .open-header {
        height: 100%;
        padding: 0 15px;
    }
}

.open-header .top {
    height: 105px;
}

@media (max-width: 991px) {
    .open-header .top {
        height: 70px;
    }
}

.open-header .logo {
    position: relative;
    z-index: 9;
    float: left;
    overflow: hidden;
    height: 53px;
    margin-top: 26px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

@media (max-width: 991px) {
    .open-header .logo {
        height: 40px;
        margin-top: 15px;
    }
}

.open-header .logo .blue-logo {
    display: none;
}

.open-header .logo p {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    float: left;
    margin: 15px 0 0 0;
    padding: 0 20px;
    -webkit-transition: all 1s;
    transition: all 1s;
    color: #fff;
    border: 1px dashed #fff;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .open-header .logo p {
        display: none;
    }
}

.open-header .logo img {
    display: block;
    float: left;
    height: 100%;
    margin-right: 24px;
}

.open-header .h-close {
    line-height: 50px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: auto;
    cursor: pointer;
}

.open-header .h-close:after {
    font-family: 'iconfont';
    font-size: 30px;
    line-height: 105px;
    content: '\e849';
    color: #666;
}

@media (max-width: 991px) {
    .open-header .h-close:after {
        line-height: 70px;
    }
}

.open-header .right {
    float: right;
}

.open-header .right .info {
    float: left;
}

@media (max-width: 991px) {
    .open-header .right .info {
        display: none;
    }
}

.open-header .right .info p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    line-height: 105px;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    color: #666;
}

.open-header .right .info p:before {
    font-family: 'iconfont' !important;
    margin-right: 10px;
    content: '\e633';
}

.open-header .right .info p.email {
    margin-left: 24px;
}

.open-header .right .info p.email:before {
    content: '\e612';
}

.open-header .right .language {
    float: right;
    margin-left: 10px;
}

.open-header .right .language ul li {
    display: inline-block;
    margin-top: 35px;
    margin-left: 16px;
}

@media (max-width: 991px) {
    .open-header .right .language ul li {
        margin-top: 18px;
    }
}

.open-header .right .language ul li a {
    line-height: 34px;
    display: block;
    width: 34px;
    height: 34px;
    -webkit-transition: all 1s;
    transition: all 1s;
    text-align: center;
    color: #666;
    border: 1px solid #666;
    border-radius: 50%;
}

.open-header .nav {
    padding: 80px 0;
    border-top: 1px solid #ddd;
    background: url(../image/nav_bg.jpg) no-repeat center;
}

@media (max-width: 1560px) {
    .open-header .nav {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .open-header .nav {
        background-size: 70%;
    }
}

.open-header .nav .level-1 {
    overflow: hidden;
}

.open-header .nav .level-1>li {
    display: block;
    text-align: center;
}

.open-header .nav .level-1>li>a {
    font-size: 30px;
    line-height: 64px;
    position: relative;
    display: block;
}

@media (max-width: 1560px) {
    .open-header .nav .level-1>li>a {
        font-size: 25px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .open-header .nav .level-1>li>a {
        font-size: 24px;
        line-height: 54px;
    }
}

.open-header .nav .level-1>li>a:hover {
    color: #ae2a23;
}

.open-header .h-bottom {
    margin-bottom: 60px;
}

.open-header .h-bottom .share {
    overflow: hidden;
    text-align: center;
}

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

.open-header .h-bottom .bdsharebuttonbox a {
    display: inline-block;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: none;
}

.open-header .h-bottom .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\e62d';
    text-align: center;
    vertical-align: middle;
    color: #999;
}

.open-header .h-bottom .bdsharebuttonbox a:after {
    display: inline-block;
    margin: 0 20px;
    content: '/';
    vertical-align: middle;
    color: #999;
}

.open-header .h-bottom .bdsharebuttonbox a:last-child:after {
    display: none;
}

.open-header .h-bottom .bdsharebuttonbox a:hover {
    opacity: 1;
}

.open-header .h-bottom .bdsharebuttonbox a:hover:before {
    color: #ae2a23;
}

.open-header .h-bottom .bdsharebuttonbox .bds_sqq:before {
    content: '\e62d';
}

.open-header .h-bottom .bdsharebuttonbox .bds_tsina:before {
    content: '\e7ed';
}

.open-header .h-bottom .bdsharebuttonbox .bds_weixin:before {
    content: '\e6c2';
}

.open-header .h-bottom .bdsharebuttonbox .bds_email:before {
    content: '\e88e';
}

.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: 50px;
    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: 54px;
    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: #0d69f0;
}

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

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

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

@media (max-width: 767px) {
    .banner .slickbanner {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}

.banner .slick-dots {
    position: absolute;
    bottom: 38px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

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

@media (max-width: 767px) {
    .banner .slick-dots {
        bottom: 12px;
        display: none;
    }
}

.banner .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    cursor: pointer;
    opacity: .65;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active, .banner .slick-dots li:hover {
    opacity: 1;
    background-color: #fff;
}

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

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

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

.banner-in {
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .banner-in {
        margin-top: 70px;
    }
}

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

.banner .ball {
    position: absolute;
    bottom: 50px;
    width: 100%;
    -webkit-animation: jump 1s infinite;
    animation: jump 1s infinite;
}

@media (max-width: 767px) {
    .banner .ball {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.banner .ball img {
    width: auto;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .banner .ball img {
        width: 24px;
    }
}

.banner .text {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.banner .text img {
    display: inline-block;
    width: auto;
}

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

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

@media (max-width: 767px) {
    .banner .text img {
        max-width: 140px;
    }
}

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

.banner .text .note h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 64px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .banner .text .note h3 {
        font-size: 30px;
    }
}

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

.banner .text .note p {
    font-size: 24px;
    margin: 0;
}

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

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

@-webkit-keyframes jump {
    0% {
        bottom: 56px;
        -webkit-animation-timing-function: ease-in;
    }
    50% {
        bottom: 50px;
        -webkit-animation-timing-function: ease-out;
    }
    55% {
        bottom: 50px;
        -webkit-animation-timing-function: ease-in;
    }
    65% {
        bottom: 50px;
        -webkit-animation-timing-function: ease-out;
    }
    95% {
        bottom: 56px;
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        bottom: 56px;
        -webkit-animation-timing-function: ease-in;
    }
}

@keyframes jump {
    0% {
        bottom: 56px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    50% {
        bottom: 50px;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    55% {
        bottom: 50px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        bottom: 50px;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        bottom: 56px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        bottom: 56px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.box {
    overflow: hidden;
    padding: 80px 0;
}

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

.title h2 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}

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

.title h3 {
    font-size: 24px;
    margin: 0;
    color: #666;
}

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

.title p {
    font-size: 20px;
    margin: 0;
    color: #999;
}

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

.box-about {
    overflow: hidden;
    padding: 220px 10%;
}

@media (max-width: 1560px) {
    .box-about {
        padding: 160px 4%;
    }
}

@media (max-width: 991px) {
    .box-about {
        padding: 60px 15px;
    }
}

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

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

.box-about .left {
    padding-right: 80px;
}

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

@media (max-width: 767px) {
    .box-about .left {
        padding-right: 0;
    }
}

.box-about .right {
    padding-left: 40px;
}

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

@media (max-width: 767px) {
    .box-about .right {
        margin-top: 30px;
        padding-left: 0;
    }
}

.box-about .text {
    margin-top: 50px;
}

@media (max-width: 1330px) {
    .box-about .text {
        margin-top: 30px;
    }
}

.box-about .text p {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    max-height: 160px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

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

.box-about a.more {
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
    height: 48px;
    margin-top: 60px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 30px;
    background-color: #e4312a;
}

@media (max-width: 1330px) {
    .box-about a.more {
        margin-top: 30px;
    }
}

.box-about a.more:before {
    font-family: 'iconfont' !important;
    margin-right: 10px;
    content: '\e617';
}

.box-about a.more:hover {
    background-color: #ae2a23;
}

.box-about .item .img-box {
    padding-bottom: 57.30659026%;
}

.box-about .slick-dots {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 8px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

@media (max-width: 767px) {
    .box-about .slick-dots {
        right: -12px;
    }
}

.box-about .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 6px 0;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ddd;
}

.box-about .slick-dots li.slick-active, .box-about .slick-dots li:hover {
    background-color: #ae2a23;
}

.box-about .slick-dots li button {
    display: none;
}

.box-product {
    overflow: hidden;
    padding: 110px 0 110px 10%;
    background: url(../image/product_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .box-product {
        padding: 0;
        padding-bottom: 90px;
        background: none;
    }
}

.box-product .product {
    font-size: 0;
    position: relative;
    padding: 50px 150px;
    background-color: #f9f9f9;
}

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

@media (max-width: 767px) {
    .box-product .product {
        padding: 50px 15px 50px 20px;
    }
}

.box-product .product .left, .box-product .product .right {
    display: inline-block;
    vertical-align: middle;
}

.box-product .product .left {
    width: 60%;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .box-product .product .left {
        width: 100%;
        padding-right: 0;
    }
}

.box-product .product .right {
    position: relative;
    width: 40%;
}

@media (max-width: 767px) {
    .box-product .product .right {
        width: 100%;
        margin-top: 30px;
    }
}

.box-product .product .right .pic {
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 50%;
    overflow: hidden;
    width: 80%;
}

.box-product .product .right .pic img {
    width: 100%;
}

.box-product .product .text {
    margin-top: 30px;
}

.box-product .product .text p {
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #111;
}

.box-product .product .text p:before {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background-color: #e4312a;
}

@media (max-width: 767px) {
    .box-product .product .text p {
        font-size: 15px;
    }
}

.box-product .product a.more {
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
    height: 48px;
    margin-top: 50px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 30px;
    background-color: #e4312a;
}

@media (max-width: 1330px) {
    .box-product .product a.more {
        margin-top: 30px;
    }
}

.box-product .product a.more:before {
    font-family: 'iconfont' !important;
    margin-right: 10px;
    content: '\e617';
}

.box-product .product a.more:hover {
    background-color: #ae2a23;
}

.box-product .product .roundbox {
    -webkit-transition: all .6s;
    transition: all .6s;
}

.box-product .product .roundbox .round-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed #ebebeb;
    border-radius: 50%;
    background-color: #fff;
}

.box-product .product .roundbox .round-1:before {
    position: absolute;
    bottom: 14%;
    left: 8%;
    display: block;
    width: 38px;
    height: 38px;
    content: '';
    border: 4px solid #eee;
    border-radius: 50%;
}

.box-product .product .roundbox .round-1:after {
    position: absolute;
    right: 14%;
    bottom: 10%;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    border-radius: 50%;
    background-color: #e4312a;
}

.box-product .product .roundbox .round-2 {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background-color: #eee;
}

.box-product .product .roundbox .round-2:after {
    position: absolute;
    top: 10%;
    left: 14%;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    border-radius: 50%;
    background-color: #e4312a;
}

.box-product .product .roundbox .round-3 {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #fff;
}

.box-product .product .list:hover .roundbox {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.box-product .product .slick-dots {
    position: absolute;
    bottom: -100px;
    left: 49%;
    width: auto;
    text-align: center;
}

.box-product .product .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ddd;
}

.box-product .product .slick-dots li.slick-active, .box-product .product .slick-dots li:hover {
    opacity: 1;
    background-color: #e4312a;
}

.box-product .product .slick-dots li button {
    display: none;
}

.box-product .product .slick-num {
    position: absolute;
    z-index: 10;
    bottom: -60px;
    left: 47%;
    width: 30px;
}

@media (max-width: 767px) {
    .box-product .product .slick-num {
        left: 38%;
    }
}

.box-product .product .slick-num span {
    font-size: 20px;
    display: inline-block;
}

.box-application {
    padding: 220px 0;
}

@media (max-width: 1560px) {
    .box-application {
        padding: 160px 0;
    }
}

@media (max-width: 991px) {
    .box-application {
        padding: 60px 0;
    }
}

.box-application .text {
    overflow: hidden;
    padding: 0 10%;
}

@media (max-width: 991px) {
    .box-application .text {
        padding: 0 15px;
    }
}

.box-application .text .title {
    float: left;
    width: 30%;
}

@media (max-width: 767px) {
    .box-application .text .title {
        width: 100%;
    }
}

.box-application .text .note {
    float: left;
    width: 70%;
}

@media (max-width: 767px) {
    .box-application .text .note {
        width: 100%;
        margin-top: 30px;
    }
}

.box-application .text .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}

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

.box-application .application {
    margin-top: 160px;
}

@media (max-width: 1560px) {
    .box-application .application {
        margin-top: 100px;
    }
}

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

.box-application .item {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
    opacity: .5;
}

@media (max-width: 1560px) {
    .box-application .item {
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .box-application .item {
        padding: 0;
    }
}

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

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

.box-application .item .mask {
    position: absolute;
    top: 160%;
    left: 40px;
    display: block;
    width: 50%;
    max-width: 500px;
    padding: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 4px solid #e4312a;
    background-color: #fff;
}

@media (max-width: 1560px) {
    .box-application .item .mask {
        left: 24px;
    }
}

@media (max-width: 767px) {
    .box-application .item .mask {
        left: 0;
        width: 60%;
        padding: 30px 10px;
    }
}

.box-application .item .mask h3 {
    font-size: 26px;
    position: relative;
    margin: 0;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .box-application .item .mask h3 {
        font-size: 18px;
    }
}

.box-application .item .mask h3:after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 5px solid #e4312a;
    border-radius: 50%;
}

.box-application .item .mask p {
    font-size: 16px;
    line-height: 1.875;
    display: -webkit-box;
    overflow: hidden;
    max-height: 90px;
    margin: 30px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
    .box-application .item .mask p {
        font-size: 14px;
        line-height: 1.71428571;
        display: -webkit-box;
        overflow: hidden;
        max-height: 48px;
        margin: 14px 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

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

.box-application .slick-current .item {
    opacity: 1;
}

.box-application .slick-current .item .mask {
    top: 50%;
}

.box-application .slick-dots {
    width: 100%;
    margin-top: 80px;
    text-align: center;
}

.box-application .slick-dots li {
    display: inline-block;
    width: 130px;
    height: 4px;
    margin: 0;
    cursor: pointer;
    background-color: #ddd;
}

@media (max-width: 767px) {
    .box-application .slick-dots li {
        width: 40px;
    }
}

.box-application .slick-dots li.slick-active, .box-application .slick-dots li:hover {
    opacity: 1;
    background-color: #e4312a;
}

.box-application .slick-dots li button {
    display: none;
}

.box-news {
    padding: 140px 0 0 10%;
    background: url(../image/news_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 991px) {
    .box-news {
        padding: 60px 0 0 0;
    }
}

.box-news .news {
    position: relative;
    overflow: hidden;
    padding: 0 210px 0 156px;
}

@media (max-width: 1569px) {
    .box-news .news {
        padding-right: 150px;
    }
}

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

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

@media (max-width: 991px) {
    .box-news .news .left, .box-news .news .right {
        float: none;
        width: 100%;
    }
}

.box-news .news .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 156px;
    padding: 40px 0;
    text-align: center;
    background-color: #e4312a;
}

@media (max-width: 991px) {
    .box-news .news .title {
        position: relative;
    }
}

.box-news .news .title h2 {
    font-size: 36px;
    color: #fff;
}

.box-news .news .title h3 {
    font-size: 20px;
    color: #fff;
}

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

.box-news .news .left {
    overflow: hidden;
}

.box-news .news .left .item {
    padding: 40px 60px;
    background: url(../image/newsleft_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 1560px) {
    .box-news .news .left .item {
        padding: 40px 30px;
    }
}

@media (max-width: 1199px) {
    .box-news .news .left .item {
        padding: 38px 30px;
    }
}

@media (max-width: 991px) {
    .box-news .news .left .item {
        float: left;
        width: 50%;
        padding: 36px 15px;
    }
}

.box-news .news .left .item h3 {
    font-size: 26px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .box-news .news .left .item h3 {
        font-size: 18px;
    }
}

.box-news .news .left .item span {
    font-size: 14px;
    display: block;
    color: #fff;
}

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

.box-news .news .left .item .round {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 40px;
    border: 5px solid #fff;
    border-radius: 50%;
}

.box-news .news .left .item-2 {
    background: #eee;
}

.box-news .news .left .item-2 h3, .box-news .news .left .item-2 span, .box-news .news .left .item-2 p {
    color: #333;
}

.box-news .news .left .item-2 .round {
    border-color: #0d69f0;
}

.box-news .news .left .item:hover h3 {
    text-decoration: underline;
}

.box-news .news .right {
    overflow: hidden;
}

.box-news .news .right .item {
    position: relative;
    min-height: 80px;
    padding: 56px 80px;
    padding-left: 170px;
    background-color: #eee;
}

@media (max-width: 1560px) {
    .box-news .news .right .item {
        padding: 56px 30px;
        padding-left: 130px;
    }
}

@media (max-width: 1199px) {
    .box-news .news .right .item {
        padding: 56px 15px;
        padding-left: 110px;
    }
}

@media (max-width: 991px) {
    .box-news .news .right .item {
        padding: 24px 15px;
        padding-left: 110px;
    }
}

.box-news .news .right .item .date {
    position: absolute;
    left: 60px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #666;
    border: 1px dashed #bbb;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .box-news .news .right .item .date {
        left: 30px;
    }
}

@media (max-width: 1199px) {
    .box-news .news .right .item .date {
        left: 15px;
    }
}

.box-news .news .right .item .date h3 {
    font-size: 20px;
    line-height: 1.1;
    margin: 16px 0 0 0;
}

.box-news .news .right .item .date p {
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
}

.box-news .news .right .item .note {
    padding-top: 10px;
}

.box-news .news .right .item .note p {
    font-size: 24px;
    line-height: 1.33333333;
    display: -webkit-box;
    overflow: hidden;
    height: 64px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .box-news .news .right .item .note p {
        font-size: 18px;
        line-height: 1.66666667;
        height: 60px;
    }
}

.box-news .news .right .item-2 {
    background-color: #fff;
}

.box-news .news .right .item-3 {
    background: url(../image/newsright_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 991px) {
    .box-news .news .right .item-3 {
        width: 100%;
    }
}

.box-news .news .right .item-3 .date {
    color: #fff;
    border-color: #fff;
}

.box-news .news .right .item-3 .note p {
    color: #fff;
}

.box-news .news .right .item:hover {
    text-decoration: underline;
}

.box-news .news .more {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    line-height: 210px;
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 100%;
    text-align: center;
    background-color: #fff;
}

@media (max-width: 1569px) {
    .box-news .news .more {
        line-height: 150px;
        width: 150px;
    }
}

@media (min-width: 992px) {
    .box-news .news .more {
        -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        -webkit-writing-mode: tb-lr;
        writing-mode: tb-lr;
    }
}

@media (max-width: 991px) {
    .box-news .news .more {
        font-size: 20px;
        line-height: 60px;
        position: relative;
        width: 100%;
        height: 60px;
    }
}

.box-news .news .more:hover {
    color: #0d69f0;
}

.box-contact {
    overflow: hidden;
    padding: 240px 20% 0 0;
    background: url(../image/contact_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .box-contact {
        padding: 100px 10% 0 0;
    }
}

.box-contact .contact {
    padding: 80px 9% 140px 12%;
    color: #fff;
    background-color: #0d69f0;
}

@media (max-width: 1560px) {
    .box-contact .contact {
        padding: 80px 6% 100px 10%;
    }
}

@media (max-width: 991px) {
    .box-contact .contact {
        padding: 60px 30px;
    }
}

@media (max-width: 767px) {
    .box-contact .contact {
        padding: 40px 15px;
    }
}

.box-contact .contact .title h2, .box-contact .contact .title h3 {
    color: #fff;
}

.box-contact .contact .title h2 {
    position: relative;
    padding-right: 30px;
}

.box-contact .contact .title h2:after {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    border: 5px solid #fff;
    border-radius: 50%;
}

.box-contact .contact .text {
    margin-top: 50px;
    color: #fff;
}

.box-contact .contact .text h4 {
    font-size: 24px;
}

@media (max-width: 991px) {
    .box-contact .contact .text h4 {
        font-size: 20px;
    }
}

.box-contact .contact .text p {
    font-size: 18px;
    line-height: 1.77777778;
    margin: 0;
}

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

.box-contact .contact .text span {
    display: inline-block;
    margin-right: 30px;
}

.box-map .map {
    height: 500px;
}

@media (max-width: 991px) {
    .box-map .map {
        height: 350px;
    }
}

.full {
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 1001;
}

.full li a {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 1px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.full li a:hover span, .full li a:hover label {
    background-color: #edaa24 !important;
}

.full li:last-child a {
    border-bottom: 0;
}

.full li a span {
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 100;
    background-position: center center;
    background-repeat: no-repeat;
}

.full li:nth-child(2) a, .full li:nth-child(1) a {
    z-index: 2;
}

.full li a label {
    display: block;
    width: 120px;
    white-space: nowrap;
    padding: 0 10px;
    position: absolute;
    line-height: 52px;
    color: #fff;
    z-index: -1;
    background: #000;
    bottom: 0;
    left: 100%;
    box-sizing: inherit;
    max-width: 300%;
    margin: 0;
}

.full li a:hover label {
    left: -120px;
}

.full li a .lbl_img {
    padding: 10px;
    height: auto;
    line-height: normal;
    width: 120px;
}

.full li a .lbl_img img {
    width: 100px;
}

.full li a span.span1 {
    background-image: url(../image/full1.png);
}

.full li a span.span2 {
    background-image: url(../image/full2.png);
}

.full li a span.span3 {
    background-image: url(../image/full3.png);
}

.full li a span.span4 {
    background-image: url(../image/full4.png);
}

.footer {
    border-top: 1px solid #ddd;
}

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

.footer .foot {
    padding: 50px 10%;
}

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

.footer .foot>ul {
    width: 100%;
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.footer .foot>ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    content: '';
}

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

@media (max-width: 1199px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;
        margin: 0 -15px;
    }
}

@media (max-width: 767px) {
    .footer .foot>ul {
        margin: 0;
    }
}

.footer .foot>ul>li {
    display: inline-block;
    max-width: 160px;
    vertical-align: top;
    word-break: break-all;
}

@media (max-width: 1199px) {
    .footer .foot>ul>li {
        display: inline-block;
        width: 50%;
        margin-right: -4px;
        padding: 0 15px;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .footer .foot>ul>li {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.footer .foot>ul>li h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    color: #333;
}

.footer .foot>ul>li .item {
    margin: 20px 0;
}

.footer .foot>ul>li .item .foot-logo {
    padding: 40px 20px;
    background-color: #ea2f4c;
}

.footer .foot>ul>li .item .foot-logo img {
    max-width: 100%;
}

.footer .foot>ul>li .item a {
    line-height: 2.28571429;
    display: block;
    color: #666;
}

.footer .foot>ul>li .item a:hover {
    color: #ea2f4c;
}

.footer .copyright {
    overflow: hidden;
    padding: 20px 10% 100px;
    text-align: center;
    border-top: 1px solid #ddd;
}

@media (max-width: 1199px) {
    .footer .copyright {
        padding: 20px 15px;
    }
}

.footer .copyright p {
    line-height: 30px;
    display: inline-block;
    float: left;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .footer .copyright p {
        display: block;
        float: none;
    }
}

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

@media (max-width: 767px) {
    .footer .copyright p img {
        display: block;
        margin: 0 auto;
    }
}

.footer .copyright p a:hover {
    text-decoration: underline;
    color: #0d69f0;
}

.footer .copyright p a {
    display: inline-block;
    margin-left: 40px;
}

.footer .share {
    float: right;
    overflow: hidden;
    height: 30px;
}

@media (max-width: 991px) {
    .footer .share {
        display: block;
        float: none;
        margin-top: 10px;
        text-align: center;
    }
}

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

.footer .bdsharebuttonbox a {
    display: inline-block;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: none;
}

.footer .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\e62d';
    text-align: center;
    vertical-align: middle;
    color: #999;
}

.footer .bdsharebuttonbox a:after {
    display: inline-block;
    margin: 0 20px;
    content: '/';
    vertical-align: middle;
    color: #999;
}

.footer .bdsharebuttonbox a:last-child:after {
    display: none;
}

.footer .bdsharebuttonbox a:hover {
    opacity: 1;
}

.footer .bdsharebuttonbox a:hover:before {
    color: #ae2a23;
}

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

.footer .bdsharebuttonbox .bds_tsina:before {
    content: '\e7ed';
}

.footer .bdsharebuttonbox .bds_weixin:before {
    content: '\e6c2';
}

.footer .bdsharebuttonbox .bds_email:before {
    content: '\e88e';
}

.sidenav {
    overflow: hidden;
}

.sub-box {
    padding: 0 10%;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 1560px) {
    .sub-box {
        padding: 0 15px;
    }
}

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

.sub-box .category {
    position: relative;
    width: 100%;
    height: 60px;
    text-align: center;
}

@media (max-width: 991px) {
    .sub-box .category {
        height: 50px;
    }
}

.sub-box .category ul {
    position: absolute;
    left: 0;
    white-space: nowrap;
}

.sub-box .category ul li {
    position: relative;
    display: inline-block;
    height: 60px;
    margin-right: -4px;
    border-left: 1px solid #ddd;
    min-width: 6%;
    text-align: center;
}

@media (max-width: 991px) {
    .sub-box .category ul li {
        height: 50px;
    }
}

.sub-box .category ul li:last-child {
    border-right: 1px solid #ddd;
}

.sub-box .category ul li a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    height: 60px;
    padding: 14px 34px;
    color: #666;
}

@media (max-width: 1560px) {
    .sub-box .category ul li a {
        font-size: 15px;
        padding: 14px 24px;
    }
}

@media (max-width: 991px) {
    .sub-box .category ul li a {
        font-size: 15px;
        height: 50px;
        padding: 9px 18px;
    }
}

.sub-box .category ul li.active a, .sub-box .category ul li:hover a {
    color: #fff;
    background-color: #ea474c;
}

.sub-box.sub-product .category ul li.active a:after, .sub-box.sub-product .category ul li:hover a:after {
    z-index: 10;
    right: 0;
    bottom: -5px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    background: none;
}

.sub-box.sub-news {
    border-top: 3px solid #6eb92c;
}

.wrapper {
    overflow: hidden;
}

.wrap {
    padding: 60px 0 70px 0;
}

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

.title-in {
    text-align: center;
}

.title-in h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.title-in h3:before {
    display: block;
    width: 3px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 18px;
    content: '';
    background-color: #ea2f4c;
}

.title-in h2 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

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

.wrap-left {
    float: left;
    width: 70%;
    margin-top: 60px;
}

@media (max-width: 1560px) {
    .wrap-left {
        width: 75%;
    }
}

@media (max-width: 1330px) {
    .wrap-left {
        width: 70%;
    }
}

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

.wrap-right {
    float: right;
    width: 20%;
    margin-top: 60px;
}

@media (max-width: 1330px) {
    .wrap-right {
        width: 25%;
    }
}

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

.wrap-right .title-wrap-right h2 {
    font-size: 32px;
    margin: 0;
}

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

.wrap-right .wrap-relate {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 2px solid #ea474c;
    border-bottom: 2px solid #ea474c;
}

.wrap-right .wrap-relate ul li {
    overflow: hidden;
    margin: 30px 0;
}

.wrap-right .wrap-relate ul li .pic {
    float: left;
    width: 40%;
    border: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
    .wrap-right .wrap-relate ul li .pic {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .wrap-right .wrap-relate ul li .pic {
        width: 30%;
    }
}

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

.wrap-right .wrap-relate ul li .note {
    float: left;
    width: 60%;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .wrap-right .wrap-relate ul li .note {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .wrap-right .wrap-relate ul li .note {
        width: 70%;
        padding-left: 20px;
    }
}

.wrap-right .wrap-relate ul li .note p {
    font-size: 22px;
    line-height: 1.36363636;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

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

.wrap-right .wrap-relate ul li .note a.more {
    margin-top: 10px;
    color: #ea474c;
}

.wrap-right .wrap-relate ul li .note a.more:after {
    font-family: 'iconfont' !important;
    font-size: 26px;
    content: '\e614';
}

.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: #ea474c;
}

.wrap-right .wrap-more, .wrap-right .wrap-return {
    font-size: 16px;
    line-height: 96px;
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto;
    margin-top: 90px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #ea474c;
    border: 1px dashed #ea474c;
    border-radius: 50%;
}

.wrap-right .wrap-more:before, .wrap-right .wrap-return:before {
    position: absolute;
    top: -90px;
    right: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 90px;
    margin: auto;
    content: '';
    background-color: #ea474c;
}

.wrap-right .wrap-more:after, .wrap-right .wrap-return:after {
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 22px;
    margin: auto;
    content: '';
    background-color: #ea474c;
}

.wrap-right .wrap-more a, .wrap-right .wrap-return a {
    display: block;
}

.wrap-right .wrap-more:hover, .wrap-right .wrap-return:hover {
    color: #fff;
    background-color: #ea474c;
}

.wrap-right .wrap-return {
    margin-top: 40px;
}

.wrap-right .wrap-return:before {
    top: -40px;
    height: 40px;
}

.wrap-about {
    padding: 70px 0;
    background: url(../image/about_bg.jpg) no-repeat bottom center;
}

.wrap-about .about {
    margin-top: 60px;
    padding: 0 4%;
}

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

.wrap-about .about p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #666;
}

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

.wrap-about .pic {
    position: relative;
    z-index: 9;
    overflow: hidden;
    max-width: 380px;
    margin: 100px auto;
    padding: 24px;
    border: 2px solid #f00;
    border-radius: 50%;
}

.wrap-about .pic .img-box {
    z-index: 9;
    border-radius: 50%;
}

.wrap-culture {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 170px;
}

@media (max-width: 767px) {
    .wrap-culture {
        padding-bottom: 60px;
    }
}

.wrap-culture .culture .text, .wrap-culture .culture .pic {
    display: inline-block;
    width: 50%;
    margin-top: 120px;
    margin-right: -4px;
    vertical-align: top;
}

@media (max-width: 991px) {
    .wrap-culture .culture .text, .wrap-culture .culture .pic {
        width: 100%;
        margin-top: 50px;
    }
}

.wrap-culture .culture .text {
    padding-right: 120px;
}

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

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

@media (max-width: 767px) {
    .wrap-culture .culture .text p {
        font-size: 14px;
    }
}

.wrap-culture .culture .text:after {
    display: block;
    width: 120px;
    height: 120px;
    margin-top: 120px;
    margin-left: -120px;
    content: '';
    background-color: #ea2f4c;
}

@media (max-width: 991px) {
    .wrap-culture .culture .text:after {
        display: none;
    }
}

.wrap-culture .culture .pic img {
    position: relative;
    z-index: 9;
    max-width: 100%;
}

.wrap-culture .culture .pic:before {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: block;
    width: 330px;
    height: 330px;
    content: '';
    background-color: #0d69f0;
}

@media (max-width: 767px) {
    .wrap-culture .culture .pic:before {
        display: none;
    }
}

.wrap-speech {
    position: relative;
    overflow: hidden;
    margin-top: -80px;
    padding-top: 50px;
}

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

.wrap-speech .speech:after {
    position: absolute;
    z-index: -1;
    top: -260px;
    left: -150px;
    display: block;
    width: 150px;
    height: 150px;
    content: '';
    background-color: #eee;
}

.wrap-speech:before {
    position: absolute;
    z-index: 0;
    top: 70px;
    right: 328px;
    display: block;
    width: 3px;
    height: 210px;
    content: '';
    background: url(../image/line.jpg) no-repeat center;
}

@media (max-width: 991px) {
    .wrap-speech:before {
        display: none;
    }
}

.wrap-speech .text {
    float: left;
    width: 70%;
    margin-top: 130px;
    padding-right: 140px;
}

@media (max-width: 1560px) {
    .wrap-speech .text {
        width: 65%;
        padding-right: 40px;
    }
}

@media (max-width: 991px) {
    .wrap-speech .text {
        width: 100%;
        margin-top: 50px;
        padding-right: 0;
    }
}

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

@media (max-width: 767px) {
    .wrap-speech .text p {
        font-size: 14px;
    }
}

.wrap-speech .pic {
    float: right;
    width: 30%;
    margin-top: 100px;
}

@media (max-width: 1560px) {
    .wrap-speech .pic {
        width: 35%;
    }
}

@media (max-width: 991px) {
    .wrap-speech .pic {
        width: 100%;
        margin-top: 50px;
    }
}

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

.wrap-honor {
    padding-bottom: 200px;
}

@media (max-width: 991px) {
    .wrap-honor {
        padding-bottom: 80px;
    }
}

.wrap-honor .title-in h3:before {
    width: 2px;
    height: 140px;
}

.wrap-honor .slick-honor {
    position: relative;
    margin-top: 120px;
    padding: 0 12%;
}

@media (max-width: 991px) {
    .wrap-honor .slick-honor {
        margin-top: 60px;
        padding: 0 8%;
    }
}

.wrap-honor .slick-honor:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    content: '';
    border-top: 1px dashed #dcdcdc;
}

.wrap-honor .slick-honor .item {
    padding: 0 60px;
}

@media (max-width: 1560px) {
    .wrap-honor .slick-honor .item {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .wrap-honor .slick-honor .item {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .wrap-honor .slick-honor .item {
        padding: 0 12px;
    }
}

.wrap-honor .slick-honor .item .pic {
    overflow: hidden;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    border: 10px solid #eee;
    border-radius: 50%;
}

.wrap-honor .slick-honor .slick-current .pic {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 2px solid #f00;
}

.wrap-honor .slick-honor-text {
    padding: 0 12%;
}

@media (max-width: 991px) {
    .wrap-honor .slick-honor-text {
        padding: 0 8%;
    }
}

@media (max-width: 767px) {
    .wrap-honor .slick-honor-text {
        padding: 0 15px;
    }
}

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

.wrap-honor .slick-honor-text .text h3 {
    font-size: 24px;
    line-height: 1.66666667;
    margin: 0 0 30px 0;
}

@media (max-width: 991px) {
    .wrap-honor .slick-honor-text .text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.wrap-honor .slick-honor-text .text p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #999;
}

@media (max-width: 767px) {
    .wrap-honor .slick-honor-text .text p {
        font-size: 14px;
    }
}

.wrap-honor .slick-honor-text .text .honor-more {
    font-size: 16px;
    display: inline-block;
    margin-top: 70px;
    text-transform: uppercase;
}

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

.wrap-honor .slick-honor-text .text .honor-more:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 66px;
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    margin-bottom: 14px;
    content: '\e604';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d70c18;
}

.wrap-honor .slick-honor-text .text .honor-more:hover {
    color: #d70c18;
}

.wrap-honor .slick-arrow {
    position: absolute;
    top: 50%;
    left: 10%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
}

@media (max-width: 991px) {
    .wrap-honor .slick-arrow {
        left: 0;
    }
}

.wrap-honor .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    display: block;
    width: 40px;
    height: 40px;
    content: '\e602';
    color: #f00;
    border: 4px solid #eee;
    border-radius: 50%;
}

.wrap-honor .slick-arrow.slick-next {
    right: 10%;
    left: auto;
}

@media (max-width: 991px) {
    .wrap-honor .slick-arrow.slick-next {
        right: 0;
    }
}

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

.wrap-honor .slick-arrow:hover:before {
    border-color: #f00;
}

.wrap-wikipedia {
    padding: 70px 0 0 0;
}

.wrap-wikipedia .wikipedia {
    margin-top: 50px;
    padding: 0 4%;
}

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

.wrap-wikipedia .wikipedia p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #666;
}

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

.wrap-support {
    padding: 100px 0 230px;
}

.wrap-support .support {
    margin-top: 60px;
}

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

.wrap-support .support ul {
    font-size: 0;
}

.wrap-support .support ul li {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .wrap-support .support ul li {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .wrap-support .support ul li {
        margin-top: 80px;
    }
}

.wrap-support .support ul li:first-child .pic:before {
    display: none;
}

.wrap-support .support ul li:nth-child(2n) .text {
    /* padding-right: 80px;
    padding-left: 0; */
}

@media (max-width: 1199px) {
    .wrap-support .support ul li:nth-child(2n) .text {
        /* padding-right: 30px;
        padding-left: 0; */
    }
}

.wrap-support .support ul li:hover .text h3 {
    color: #d70c18;
}

.wrap-support .support .pic {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 28%;
    padding: 20px;
    vertical-align: middle;
    border: 1px dashed #b5b5b5;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .wrap-support .support .pic {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .wrap-support .support .pic {
        padding: 5px;
    }
}

.wrap-support .support .pic .img-box {
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 50%;
}

.wrap-support .support .pic:before {
    position: absolute;
    z-index: 9;
    top: -76px;
    right: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 76px;
    margin: auto;
    content: '';
    background: url(../image/line-1.jpg) no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .wrap-support .support .pic:before {
        top: -48px;
        height: 48px;
    }
}

.wrap-support .support .pic:after {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: -94px;
    left: 0;
    display: block;
    width: 5px;
    height: 94px;
    margin: auto;
    content: '';
    background: url(../image/line-2.jpg) no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .wrap-support .support .pic:after {
        bottom: -58px;
        height: 58px;
    }
}

.wrap-support .support .text {
    display: inline-block;
    width: 72%;
    padding-left: 80px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .wrap-support .support .text {
        width: 60%;
        padding-left: 30px;
    }
}

.wrap-support .support .text h3 {
    font-size: 30px;
    line-height: 1.33333333;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .wrap-support .support .text h3 {
        font-size: 24px;
        line-height: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-support .support .text h3 {
        font-size: 18px;
        line-height: 20px;
        height: 20px;
    }
}

.wrap-support .support .text .note {
    overflow: hidden;
    height: 96px;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .wrap-support .support .text .note {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-support .support .text .note {
        height: 66px;
        margin-top: 10px;
    }
}

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

@media (max-width: 767px) {
    .wrap-support .support .text p {
        font-size: 14px;
        line-height: 1.57142857;
    }
}

.wrap-support .support .text a {
    display: block;
}

.wrap-support .support .text a.more {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    display: block;
    margin-top: 50px;
    color: #ea2f4c;
}

@media (max-width: 1199px) {
    .wrap-support .support .text a.more {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-support .support .text a.more {
        margin-top: 0;
    }
}

.wrap-support .support .mansorymore {
    font-size: 16px;
    margin-top: 140px;
    text-align: center;
}

.wrap-support .support .mansorymore a {
    display: inline-block;
}

.wrap-support .support .mansorymore a:hover {
    color: #d70c18;
}

.wrap-support .support .mansorymore a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 66px;
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    margin-bottom: 20px;
    content: '\e604';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d70c18;
}

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

.wrap-wikipedia-show .title-wikipedia {
    position: relative;
    padding-right: 170px;
}

@media (max-width: 767px) {
    .wrap-wikipedia-show .title-wikipedia {
        padding-right: 0;
    }
}

.wrap-wikipedia-show .title-wikipedia h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    color: #ea474c;
}

@media (max-width: 767px) {
    .wrap-wikipedia-show .title-wikipedia h3 {
        font-size: 24px;
    }
}

.wrap-wikipedia-show .title-wikipedia a {
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 150px;
    height: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #ea474c;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .wrap-wikipedia-show .title-wikipedia a {
        line-height: 40px;
        position: relative;
        width: 130px;
        height: 40px;
        margin-top: 30px;
    }
}

.wrap-wikipedia-show .title-wikipedia a:hover {
    color: #fff;
    border-color: #ea474c;
    background-color: #ea474c;
}

.wrap-wikipedia-show .info {
    overflow: hidden;
    margin-top: 40px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.wrap-wikipedia-show .info .left {
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-wikipedia-show .info .left {
        width: 100%;
    }
}

.wrap-wikipedia-show .info .left span, .wrap-wikipedia-show .info .left a {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    color: #666;
}

.wrap-wikipedia-show .info .left a:after {
    content: '-';
}

.wrap-wikipedia-show .info .left a:last-child:after {
    display: none;
}

.wrap-wikipedia-show .info .left a:hover {
    color: #ea474c;
}

.wrap-wikipedia-show .info .right {
    float: right;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-wikipedia-show .info .right {
        width: 100%;
    }
}

.wrap-wikipedia-show .info .right .font {
    float: right;
}

.wrap-wikipedia-show .info .right .font a {
    line-height: 40px;
    display: inline-block;
    height: 40px;
}

.wrap-wikipedia-show .info .right .font a:before {
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: bold;
    content: '\e623';
    color: #979797;
}

.wrap-wikipedia-show .info .right .font a.switcher-small:before {
    content: '\e61f';
}

.wrap-wikipedia-show .info .right .font a:after {
    display: inline-block;
    float: right;
    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 8px;
    content: '';
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .wrap-wikipedia-show .info .right .font a:after {
        margin: 0 6px;
        margin-top: 8px;
    }
}

.wrap-wikipedia-show .info .right .font a:hover:before {
    color: #ea474c;
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox {
    float: right;
    height: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox a {
    padding: 0;
    background: none;
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 26px;
    line-height: 34px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: '\e629';
    text-align: center;
    color: #979797;
    background-color: none;
}

.wrap-wikipedia-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-wikipedia-show .info .right .bdsharebuttonbox a:after {
        margin: 0 6px;
    }
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox a:first-child {
    padding-left: 0;
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox a:last-child:after {
    display: none;
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox a:hover {
    opacity: 1;
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox a:hover:before {
    color: #ea474c;
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox .bds_qzone:before {
    font-size: 30px;
    line-height: 30px;
    content: '\e635';
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox .bds_tsina:before {
    content: '\e7ed';
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox .bds_weixin:before {
    content: '\e609';
}

.wrap-wikipedia-show .info .right .bdsharebuttonbox .bds_mshare:before {
    content: '\e61b';
}

.wrap-wikipedia-show .text {
    font-size: 18px;
    line-height: 2.33333333;
    overflow: hidden;
    margin-top: 40px;
}

@media (max-width: 1560px) {
    .wrap-wikipedia-show .text {
        font-size: 16px;
    }
}

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

.wrap-wikipedia-show .text .note {
    float: left;
    width: 50%;
}

@media (max-width: 991px) {
    .wrap-wikipedia-show .text .note {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}

.wrap-wikipedia-show .text .pic {
    float: right;
    width: 44%;
}

@media (max-width: 991px) {
    .wrap-wikipedia-show .text .pic {
        float: none;
        width: 100%;
    }
}

.wrap-wikipedia-show .text p {
    margin: 0;
    color: #666;
}

.wrap-wikipedia-show .text img {
    max-width: 100%;
}

.wrap-wikipedia-show .relate {
    margin: 0 -12px;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .wrap-wikipedia-show .relate {
        margin-top: 50px;
    }
}

.wrap-wikipedia-show .relate ul {
    overflow: hidden;
}

.wrap-wikipedia-show .relate li {
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 0 12px;
}

@media (max-width: 991px) {
    .wrap-wikipedia-show .relate li {
        width: 100%;
    }
}

.wrap-wikipedia-show .relate a {
    font-size: 16px;
    line-height: 70px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 70px;
    padding: 0 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-wikipedia-show .relate a {
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }
}

.wrap-wikipedia-show .relate a:hover {
    color: #fff;
    border-color: #ea474c;
    background-color: #ea474c;
}

.wrap-relate-news {
    padding: 100px 0 150px;
}

@media (max-width: 991px) {
    .wrap-relate-news {
        padding: 60px 0 80px;
    }
}

.wrap-relate-news .relate-news {
    overflow: hidden;
    margin-top: 50px;
}

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

.wrap-relate-news .relate-news ul li {
    float: left;
    width: 50%;
    margin-top: 30px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .wrap-relate-news .relate-news ul li {
        width: 100%;
    }
}

.wrap-relate-news .item {
    font-size: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #f7f7f7;
}

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

.wrap-relate-news .item .date {
    width: 20%;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #ea2f4c;
}

@media (max-width: 1199px) {
    .wrap-relate-news .item .date {
        width: 25%;
    }
}

.wrap-relate-news .item .date h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 56px;
    font-weight: bold;
    margin: 0;
}

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

.wrap-relate-news .item .date p {
    font-size: 16px;
    margin: 0;
}

.wrap-relate-news .item .note {
    width: 80%;
    padding: 0 30px;
}

@media (max-width: 1199px) {
    .wrap-relate-news .item .note {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .wrap-relate-news .item .note {
        padding: 0 14px;
    }
}

.wrap-relate-news .item .note p {
    font-size: 24px;
    line-height: 1.33333333;
    display: -webkit-box;
    overflow: hidden;
    max-height: 64px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .wrap-relate-news .item .note p {
        font-size: 20px;
    }
}

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

.wrap-relate-news .item:hover {
    background-color: #ea2f4c;
}

.wrap-relate-news .item:hover .note p {
    color: #fff;
}

.wrap-relate-news .mansorymore {
    font-size: 16px;
    margin-top: 90px;
    text-align: center;
}

.wrap-relate-news .mansorymore a {
    display: inline-block;
}

.wrap-relate-news .mansorymore a:hover {
    color: #d70c18;
}

.wrap-relate-news .mansorymore a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 66px;
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    margin-bottom: 20px;
    content: '\e604';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d70c18;
}

.wrap-application {
    padding-bottom: 200px;
}

@media (max-width: 991px) {
    .wrap-application {
        padding-bottom: 80px;
    }
}

.wrap-application .application ul li {
    overflow: hidden;
    margin: 0 -30px;
    padding: 80px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 991px) {
    .wrap-application .application ul li {
        padding: 40px 0;
    }
}

.wrap-application .application ul li .pic, .wrap-application .application ul li .text {
    float: left;
    padding: 0 30px;
}

.wrap-application .application ul li .pic {
    float: left;
    width: 66%;
}

@media (max-width: 1330px) {
    .wrap-application .application ul li .pic {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .wrap-application .application ul li .pic {
        width: 100%;
    }
}

.wrap-application .application ul li .pic .img-box {
    padding-bottom: 44.84536082%;
}

.wrap-application .application ul li .text {
    float: left;
    width: 34%;
}

@media (max-width: 1330px) {
    .wrap-application .application ul li .text {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .wrap-application .application ul li .text {
        width: 100%;
    }
}

.wrap-application .application ul li .text h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    display: inline-block;
    margin: 20px 0 40px 0;
    padding: 0 24px;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
}

@media (max-width: 1330px) {
    .wrap-application .application ul li .text h3 {
        font-size: 24px;
        margin: 20px 0;
    }
}

@media (max-width: 991px) {
    .wrap-application .application ul li .text h3 {
        font-size: 20px;
    }
}

.wrap-application .application ul li .text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}

@media (max-width: 1330px) {
    .wrap-application .application ul li .text p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}

.wrap-application .application ul li:nth-child(2n) .pic {
    float: right;
}

.wrap-application .application ul li:hover {
    background-color: #ea474c;
}

.wrap-application .application ul li:hover .text h3, .wrap-application .application ul li:hover .text p {
    color: #fff;
}

.wrap-application .application ul li:hover .text h3 {
    border-color: #fff;
}

.wrap-application .mansorymore {
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
}

.wrap-application .mansorymore a {
    display: inline-block;
}

.wrap-application .mansorymore a:hover {
    color: #d70c18;
}

.wrap-application .mansorymore a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 66px;
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    margin-bottom: 20px;
    content: '\e604';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d70c18;
}

.wrap-application-list {
    overflow: hidden;
    padding: 50px 0 130px;
}

@media (max-width: 991px) {
    .wrap-application-list {
        padding: 30px 0 80px;
    }
}

.wrap-application-list ul {
    overflow: hidden;
    margin: 0 -25px;
}

.wrap-application-list ul li {
    float: left;
    width: 50%;
    margin-top: 50px;
    padding: 0 25px;
}

@media (max-width: 991px) {
    .wrap-application-list ul li {
        width: 100%;
        margin-top: 30px;
    }
}

.wrap-application-list .item {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

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

.wrap-application-list .item .text {
    position: absolute;
    z-index: 9;
    top: 100%;
    width: 100%;
    padding: 0 25px 30px 25px;
    -webkit-transition: width .4s;
    transition: width .4s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    border-left: 4px solid #ea474c;
    background-color: #fff;
}

.wrap-application-list .item .text h3 {
    font-size: 20px;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin: 0;
    padding: 0 25px 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-application-list .item .text h3:after {
    position: absolute;
    top: 14px;
    right: 25px;
    width: 20px;
    height: 20px;
    content: '';
    border: 5px solid #ea474c;
    border-radius: 50%;
}

.wrap-application-list .item .text p {
    font-size: 14px;
    line-height: 1.85714286;
    display: -webkit-box;
    overflow: hidden;
    height: 78px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.wrap-application-list .item:hover .text {
    top: auto;
    bottom: 0;
    width: 55%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: fadeInUp .4s 0s ease both;
    animation: fadeInUp .4s 0s ease both;
}

.wrap-application-show {
    padding: 80px 0 150px;
}

@media (max-width: 991px) {
    .wrap-application-show {
        padding: 60px 0 80px;
    }
}

.wrap-application-show .title-application {
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

.wrap-application-show .title-application .right {
    float: left;
    width: 50%;
    text-align: right;
}

@media (max-width: 767px) {
    .wrap-application-show .title-application .right {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
}

.wrap-application-show .title-application .right span, .wrap-application-show .title-application .right a {
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    color: #666;
}

.wrap-application-show .title-application .right a:after {
    content: '-';
}

.wrap-application-show .title-application .right a:last-child:after {
    display: none;
}

.wrap-application-show .title-application .right a:hover {
    color: #ea474c;
}

.wrap-application-show .title-application .left {
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-application-show .title-application .left {
        width: 100%;
    }
}

.wrap-application-show .title-application .left h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-application-show .title-application .left h3 {
        font-size: 28px;
    }
}

.wrap-application-show .application-show .text img {
    max-width: 100%;
}

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

.wrap-application-show .application-show .text p b {
    font-size: 18px;
    color: #333;
}

.wrap-application-show .application-show .text p i {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 14px;
    vertical-align: middle;
    background-color: #ea474c;
}

.wrap-application-show .application-show .text h3 {
    font-size: 24px;
    line-height: 2;
    display: inline-block;
    margin: 0;
    padding: 0 24px;
    border: 1px dashed #b5b5b5;
    border-radius: 30px;
}

.wrap-application-show .application-show .text span {
    color: #ea474c;
}

.wrap-application-show .application-show .relate {
    margin: 0 -12px;
    margin-top: 80px;
}

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

.wrap-application-show .application-show .relate ul {
    overflow: hidden;
}

.wrap-application-show .application-show .relate li {
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 0 12px;
}

@media (max-width: 991px) {
    .wrap-application-show .application-show .relate li {
        width: 100%;
    }
}

.wrap-application-show .application-show .relate a {
    font-size: 16px;
    line-height: 70px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 70px;
    padding: 0 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-application-show .application-show .relate a {
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }
}

.wrap-application-show .application-show .relate a:hover {
    color: #fff;
    border-color: #ea474c;
    background-color: #ea474c;
}

.wrap-aftersale {
    padding: 70px 0 0 0;
}

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

.wrap-aftersale .aftersale {
    margin-top: 60px;
}

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

.wrap-aftersale .aftersale p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #666;
}

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

.wrap-aftersale .pic {
    overflow: hidden;
}

.wrap-aftersale .pic ul {
    overflow: hidden;
    margin: 0 -80px;
}

@media (max-width: 1560px) {
    .wrap-aftersale .pic ul {
        margin: 0 -40px;
    }
}

@media (max-width: 991px) {
    .wrap-aftersale .pic ul {
        margin: 0 -20px;
    }
}

@media (max-width: 767px) {
    .wrap-aftersale .pic ul {
        margin: 0 -10px;
    }
}

.wrap-aftersale .pic ul li {
    float: left;
    width: 33.33333333%;
    margin-top: 100px;
    padding: 0 80px;
}

@media (max-width: 1560px) {
    .wrap-aftersale .pic ul li {
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .wrap-aftersale .pic ul li {
        margin-top: 40px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-aftersale .pic ul li {
        width: 50%;
        padding: 0 10px;
    }
}

.wrap-aftersale .pic .item {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #f00;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .wrap-aftersale .pic .item {
        padding: 5px;
    }
}

.wrap-aftersale .pic .item .img-box {
    z-index: 9;
    border-radius: 50%;
}

.wrap-message {
    overflow: hidden;
    padding-top: 70px;
    background: url(../image/message_bg.jpg) no-repeat bottom center;
}

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

.wrap-message .left {
    float: left;
    overflow: hidden;
    width: 48%;
    margin-top: 100px;
}

@media (max-width: 991px) {
    .wrap-message .left {
        width: 100%;
        margin-top: 50px;
    }
    .wrap-message .left img {
        max-width: 100%;
    }
}

.wrap-message .right {
    float: left;
    width: 52%;
    margin-top: 100px;
}

@media (max-width: 991px) {
    .wrap-message .right {
        width: 100%;
        margin-top: 30px;
    }
}

.wrap-message .message {
    display: table-cell;
    width: 50%;
    padding: 30px 50px;
    vertical-align: middle;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-message .message {
        display: block;
        width: 100%;
        padding: 30px 0;
    }
}

.wrap-message .message ul li {
    overflow: hidden;
    margin-top: 18px;
}

.wrap-message .message ul li:first-child {
    margin-top: 0;
}

.wrap-message .message ul li:first-child input {
    float: left;
    width: 50%;
}

@media (max-width: 1560px) {
    .wrap-message .message ul li:first-child input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wrap-message .message ul li:first-child input {
        width: 100%;
    }
}

.wrap-message .message ul li input, .wrap-message .message ul li textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    min-height: 60px;
    padding: 15px 20px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
}

@media (max-width: 1560px) {
    .wrap-message .message ul li input, .wrap-message .message ul li textarea {
        line-height: 30px;
        min-height: 50px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .wrap-message .message ul li input, .wrap-message .message ul li textarea {
        font-size: 15px;
    }
}

.wrap-message .message ul li input::-webkit-input-placeholder, .wrap-message .message ul li textarea::-webkit-input-placeholder {
    color: #666;
}

.wrap-message .message ul li input:-o-placeholder, .wrap-message .message ul li textarea:-o-placeholder {
    color: #666;
}

.wrap-message .message ul li input::-moz-placeholder, .wrap-message .message ul li textarea::-moz-placeholder {
    color: #666;
}

.wrap-message .message ul li input:-ms-input-placeholder, .wrap-message .message ul li textarea:-ms-input-placeholder {
    color: #666;
}

.wrap-message .message ul li input:focus::-webkit-input-placeholder, .wrap-message .message ul li textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.wrap-message .message ul li input:focus::-o-placeholder, .wrap-message .message ul li textarea:focus::-o-placeholder {
    color: #ccc;
}

.wrap-message .message ul li input:focus::-moz-placeholder, .wrap-message .message ul li textarea:focus::-moz-placeholder {
    color: #ccc;
}

.wrap-message .message ul li input:focus::-ms-input-placeholder, .wrap-message .message ul li textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.wrap-message .message ul li .btn {
    font-size: 16px;
    line-height: 60px;
    margin-top: 40px;
    margin-right: 70px;
    padding: 0;
    background: none;
}

@media (max-width: 1199px) {
    .wrap-message .message ul li .btn {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-message .message ul li .btn {
        line-height: 50px;
        margin-top: 20px;
    }
}

.wrap-message .message ul li .btn:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    content: '\e827';
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 50%;
    background-color: #d70c18;
}

@media (max-width: 767px) {
    .wrap-message .message ul li .btn:before {
        width: 50px;
        height: 50px;
    }
}

.wrap-message .message ul li .btn.reset {
    margin-right: 0;
}

@media (max-width: 1199px) {
    .wrap-message .message ul li .btn.reset {
        margin-right: 0;
    }
}

.wrap-message .message ul li .btn.reset:before {
    background-color: #0d69f0;
}

.wrap-message .message ul li .btn:hover:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap-message .message ul li .js-check {
    font-size: 16px;
    line-height: 60px;
    float: left;
    width: 50%;
    text-align: right;
    color: #666;
}

@media (max-width: 1560px) {
    .wrap-message .message ul li .js-check {
        line-height: 50px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-message .message ul li .js-check {
        width: 100%;
        margin-top: 16px;
        padding-left: 4px;
        text-align: left;
    }
}

.wrap-message .message ul li .js-check i {
    display: inline-block;
    margin: 0 10px;
}

.wrap-message .message ul li .js-check label {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
}

.wrap-message .message ul li .js-check label input {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

.wrap-message .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 dashed #bfbfbf;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-message .message ul li .js-check label:after {
        top: 12px;
    }
}

.wrap-message .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 .message ul li .js-check label i {
        top: 22px;
    }
}

.wrap-message .message ul li .js-check label.checked i {
    background-color: #000;
}

.wrap-message .message ul li .js-check input[type=radio] {
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}

.wrap-contact {
    padding: 70px 0 160px 0;
}

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

.wrap-contact .map {
    height: 710px;
    margin-top: 100px;
}

@media (max-width: 991px) {
    .wrap-contact .map {
        height: 400px;
        margin-top: 50px;
    }
}

.wrap-contact .contact {
    overflow: hidden;
}

.wrap-contact .contact .text {
    float: left;
    width: 40%;
    padding-top: 80px;
    padding-right: 100px;
}

@media (max-width: 1560px) {
    .wrap-contact .contact .text {
        padding-right: 40px;
    }
}

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

.wrap-contact .contact .text h3 {
    font-size: 32px;
    line-height: 2;
    position: relative;
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0 26px;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
}

@media (max-width: 1560px) {
    .wrap-contact .contact .text h3 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .wrap-contact .contact .text h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .wrap-contact .contact .text h3 {
        font-size: 20px;
    }
}

.wrap-contact .contact .text h3:before {
    position: absolute;
    top: -80px;
    left: 50%;
    display: block;
    width: 1px;
    height: 80px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ea474c;
}

.wrap-contact .contact .text h3:after {
    position: absolute;
    top: -48px;
    left: 50%;
    display: block;
    width: 5px;
    height: 48px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ea474c;
}

.wrap-contact .contact .text p.address, .wrap-contact .contact .text p.tel, .wrap-contact .contact .text p.fax, .wrap-contact .contact .text p.phone, .wrap-contact .contact .text p.email, .wrap-contact .contact .text p.website {
    font-size: 18px;
    line-height: 2;
    position: relative;
    margin: 0;
    padding-left: 40px;
}

.wrap-contact .contact .text p.address span, .wrap-contact .contact .text p.tel span, .wrap-contact .contact .text p.fax span, .wrap-contact .contact .text p.phone span, .wrap-contact .contact .text p.email span, .wrap-contact .contact .text p.website span {
    display: block;
}

.wrap-contact .contact .text p.address:before, .wrap-contact .contact .text p.tel:before, .wrap-contact .contact .text p.fax:before, .wrap-contact .contact .text p.phone:before, .wrap-contact .contact .text p.email:before, .wrap-contact .contact .text p.website:before {
    font-family: 'iconfont' !important;
    font-size: 26px;
    position: absolute;
    top: -6px;
    left: 0;
    content: '\e60a';
}

.wrap-contact .contact .text p.tel:before {
    font-size: 36px;
    top: -14px;
    left: -4px;
    content: '\e606';
}

.wrap-contact .contact .text p.fax:before {
    top: 4px;
    display: inline-block;
    width: 26px;
    height: 26px;
    content: '';
    background: url(../image/fax.jpg) no-repeat;
}

.wrap-contact .contact .text p.phone:before {
    font-size: 22px;
    top: -2px;
    content: '\e708';
}

.wrap-contact .contact .text p.email:before {
    font-size: 16px;
    top: 6px;
    content: '\e61d';
}

.wrap-contact .contact .text p.website:before {
    font-size: 22px;
    top: 0;
    content: '\e62e';
}

.wrap-contact .contact .pic {
    float: left;
    width: 60%;
}

@media (max-width: 1199px) {
    .wrap-contact .contact .pic {
        width: 100%;
    }
}

.wrap-contact .contact .pic {
    overflow: hidden;
    padding-top: 100px;
}

@media (max-width: 1199px) {
    .wrap-contact .contact .pic {
        padding-top: 40px;
    }
}

.wrap-contact .contact .pic ul {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .wrap-contact .contact .pic ul {
        margin: 0 -10px;
    }
}

.wrap-contact .contact .pic ul li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .wrap-contact .contact .pic ul li {
        width: 50%;
        padding: 0 10px;
    }
}

.wrap-contact .contact .pic ul li:last-child:before {
    position: absolute;
    top: -100px;
    left: 50%;
    display: block;
    width: 1px;
    height: 100px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ea474c;
}

@media (max-width: 1199px) {
    .wrap-contact .contact .pic ul li:last-child:before {
        display: none;
    }
}

.wrap-contact .contact .pic ul li:last-child:after {
    position: absolute;
    top: -68px;
    left: 50%;
    display: block;
    width: 5px;
    height: 48px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ea474c;
}

@media (max-width: 1199px) {
    .wrap-contact .contact .pic ul li:last-child:after {
        display: none;
    }
}

.wrap-contact .contact .pic .item {
    overflow: hidden;
    padding: 20px;
    border: 1px dashed #bababa;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .wrap-contact .contact .pic .item {
        padding: 5px;
    }
}

.wrap-contact .contact .pic .item .img-box {
    z-index: 9;
    border-radius: 50%;
}

.wrap-news {
    padding: 50px 0 160px 0;
}

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

.wrap-news .news-top ul {
    font-size: 0;
}

.wrap-news .news-top ul li {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .wrap-news .news-top ul li {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top ul li {
        margin-top: 80px;
    }
}

.wrap-news .news-top ul li:first-child .pic:before {
    display: none;
}

.wrap-news .news-top ul li:last-child .pic:after {
    display: none;
}

.wrap-news .news-top ul li:nth-child(2n) .text {
    padding-right: 80px;
    padding-left: 0;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li:nth-child(2n) .text {
        padding-right: 30px;
        padding-left: 0;
    }
}

.wrap-news .news-top ul li:hover .text h3 {
    color: #d70c18;
}

.wrap-news .news-top .pic {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 28%;
    padding: 20px;
    vertical-align: middle;
    border: 1px dashed #b5b5b5;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .wrap-news .news-top .pic {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top .pic {
        padding: 5px;
    }
}

.wrap-news .news-top .pic .img-box {
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 50%;
}

.wrap-news .news-top .pic:before {
    position: absolute;
    z-index: 9;
    top: -76px;
    right: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 76px;
    margin: auto;
    content: '';
    background: url(../image/line-1.jpg) no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .wrap-news .news-top .pic:before {
        top: -48px;
        height: 48px;
    }
}

.wrap-news .news-top .pic:after {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: -94px;
    left: 0;
    display: block;
    width: 5px;
    height: 94px;
    margin: auto;
    content: '';
    background: url(../image/line-2.jpg) no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .wrap-news .news-top .pic:after {
        bottom: -58px;
        height: 58px;
    }
}

.wrap-news .news-top .text {
    display: inline-block;
    width: 72%;
    padding-left: 80px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .wrap-news .news-top .text {
        width: 60%;
        padding-left: 30px;
    }
}

.wrap-news .news-top .text h3 {
    font-size: 30px;
    line-height: 1.33333333;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .wrap-news .news-top .text h3 {
        font-size: 24px;
        line-height: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top .text h3 {
        font-size: 18px;
        line-height: 20px;
        height: 20px;
    }
}

.wrap-news .news-top .text .note {
    overflow: hidden;
    height: 96px;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .wrap-news .news-top .text .note {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top .text .note {
        height: 66px;
        margin-top: 10px;
    }
}

.wrap-news .news-top .text p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #666;
}

@media (max-width: 767px) {
    .wrap-news .news-top .text p {
        font-size: 14px;
        line-height: 1.57142857;
    }
}

.wrap-news .news-top .text a {
    display: block;
}

.wrap-news .news-top .text a.more {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    display: block;
    margin-top: 50px;
    color: #ea2f4c;
}

@media (max-width: 1199px) {
    .wrap-news .news-top .text a.more {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top .text a.more {
        margin-top: 0;
    }
}

.wrap-news .news {
    margin-top: 160px;
}

@media (max-width: 767px) {
    .wrap-news .news {
        margin-top: 60px;
    }
}

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

.wrap-news .news ul li {
    float: left;
    width: 50%;
    margin-top: 30px;
    padding: 0 20px;
}

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

.wrap-news .news .item {
    font-size: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #f7f7f7;
}

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

.wrap-news .news .item .date {
    width: 20%;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #ea2f4c;
}

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

.wrap-news .news .item .date h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 56px;
    font-weight: bold;
    margin: 0;
}

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

.wrap-news .news .item .date p {
    font-size: 16px;
    margin: 0;
}

.wrap-news .news .item .note {
    width: 80%;
    padding: 0 30px;
}

@media (max-width: 1199px) {
    .wrap-news .news .item .note {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .note {
        padding: 0 14px;
    }
}

.wrap-news .news .item .note p {
    font-size: 24px;
    line-height: 1.33333333;
    display: -webkit-box;
    overflow: hidden;
    max-height: 64px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .wrap-news .news .item .note p {
        font-size: 20px;
    }
}

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

.wrap-news .news .item:hover {
    background-color: #ea2f4c;
}

.wrap-news .news .item:hover .note p {
    color: #fff;
}

.title-wrapnews {
    position: relative;
    margin-top: 100px;
    padding-right: 170px;
    background-color: #ea474c;
}

@media (max-width: 1199px) {
    .title-wrapnews {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .title-wrapnews {
        padding-right: 0;
    }
}

.title-wrapnews .container {
    position: relative;
}

.title-wrapnews h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 150px;
    display: -webkit-box;
    overflow: hidden;
    height: 150px;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .title-wrapnews h3 {
        font-size: 20px;
        line-height: 80px;
        height: 80px;
    }
}

.title-wrapnews a {
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 150px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: 1px dashed #fff;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .title-wrapnews a {
        line-height: 40px;
        position: relative;
        width: 130px;
        height: 40px;
        margin-top: 10px;
    }
}

.title-wrapnews a:hover {
    color: #ea474c;
    background-color: #fff;
}

.wrap-news-show {
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .wrap-news-show {
        padding-bottom: 0;
    }
}

.wrap-news-show .info {
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.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, .wrap-news-show .info .left a {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    color: #666;
}

.wrap-news-show .info .left a:after {
    content: '-';
}

.wrap-news-show .info .left a:last-child:after {
    display: none;
}

.wrap-news-show .info .left a:hover {
    color: #ea474c;
}

.wrap-news-show .info .right {
    float: right;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-news-show .info .right {
        width: 100%;
    }
}

.wrap-news-show .info .right .font {
    float: right;
}

.wrap-news-show .info .right .font a {
    line-height: 40px;
    display: inline-block;
    height: 40px;
}

.wrap-news-show .info .right .font a:before {
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: bold;
    content: '\e623';
    color: #979797;
}

.wrap-news-show .info .right .font a.switcher-small:before {
    content: '\e61f';
}

.wrap-news-show .info .right .font a:after {
    display: inline-block;
    float: right;
    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 8px;
    content: '';
    background-color: #e5e5e5;
}

@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: 40px;
    -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: 26px;
    line-height: 34px;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: '\e629';
    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: #ea474c;
}

.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 {
    content: '\e609';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_mshare:before {
    content: '\e61b';
}

.wrap-news-show .news-show .text {
    font-size: 18px;
    line-height: 2.33333333;
    overflow: hidden;
    margin-top: 40px;
}

@media (max-width: 1560px) {
    .wrap-news-show .news-show .text {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .wrap-news-show .news-show .text {
        font-size: 15px;
        margin-top: 0;
    }
}

.wrap-news-show .news-show .text .note {
    float: left;
    width: 50%;
}

@media (max-width: 991px) {
    .wrap-news-show .news-show .text .note {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}

.wrap-news-show .news-show .text .pic {
    float: right;
    width: 44%;
}

@media (max-width: 991px) {
    .wrap-news-show .news-show .text .pic {
        float: none;
        width: 100%;
    }
}

.wrap-news-show .news-show .text p {
    margin: 0;
    color: #666;
}

.wrap-news-show .news-show .text img {
    max-width: 100%;
}

.wrap-news-show .news-show .relate {
    margin: 0 -12px;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .wrap-news-show .news-show .relate {
        margin-top: 50px;
    }
}

.wrap-news-show .news-show .relate ul {
    overflow: hidden;
}

.wrap-news-show .news-show .relate li {
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 0 12px;
}

@media (max-width: 991px) {
    .wrap-news-show .news-show .relate li {
        width: 100%;
    }
}

.wrap-news-show .news-show .relate a {
    font-size: 16px;
    line-height: 70px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 70px;
    padding: 0 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-news-show .news-show .relate a {
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }
}

.wrap-news-show .news-show .relate a:hover {
    color: #fff;
    border-color: #ea474c;
    background-color: #ea474c;
}

.wrap-product {
    padding: 50px 0 160px 0;
}

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

.wrap-product .product ul li {
    font-size: 0;
    position: relative;
    padding: 0 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #f9f9f9;
}

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

.wrap-product .product ul li:before, .wrap-product .product ul li:after {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 28px;
    content: '';
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-product .product ul li:before, .wrap-product .product ul li:after {
        display: none;
    }
}

.wrap-product .product ul li:after {
    top: auto;
    bottom: 0;
    height: 12px;
}

.wrap-product .product ul li:nth-child(2n) .left {
    /* padding-right: 0;
    padding-left: 80px; */
}

@media (max-width: 1199px) {
    .wrap-product .product ul li:nth-child(2n) .left {
        padding-right: 0;
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-product .product ul li:nth-child(2n) .left {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .wrap-product .product ul li:nth-child(2n) .right {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .wrap-product .product ul li:nth-child(2n+1) .left {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-product .product ul li:nth-child(2n+1) .right {
        display: none;
    }
}

.wrap-product .product ul li:hover {
    background-color: #e4312a;
}

.wrap-product .product ul li:hover .roundbox .round-2 {
    background-color: #e4312a;
}

.wrap-product .product ul li:hover .roundbox .round-1:before {
    border-color: #e4312a;
}

.wrap-product .product ul li:hover .title h2, .wrap-product .product ul li:hover .title h3 {
    color: #fff;
}

.wrap-product .product ul li:hover .text p {
    color: #fff;
}

.wrap-product .product ul li:hover .text p:before {
    background-color: #fff;
}

.wrap-product .product ul li:hover a.more {
    color: #e4312a;
    background-color: #fff;
}

.wrap-product .product .left, .wrap-product .product .right {
    display: inline-block;
    vertical-align: middle;
}

.wrap-product .product .left {
    width: 64%;
    padding-right: 80px;
}

@media (max-width: 1199px) {
    .wrap-product .product .left {
        width: 55%;
        padding-right: 30px;
    }
}

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

.wrap-product .product .right {
    position: relative;
    width: 36%;
}

@media (max-width: 1199px) {
    .wrap-product .product .right {
        width: 45%;
    }
}

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

.wrap-product .product .right .pic {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    overflow: hidden;
    border-radius: 50%;
}

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

.wrap-product .product .phone-right {
    display: none;
}

@media (max-width: 991px) {
    .wrap-product .product .phone-right {
        display: block!important;
        margin-top: 0;
    }
}

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

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

.wrap-product .product .text p {
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #111;
}

@media (max-width: 1199px) {
    .wrap-product .product .text p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}

.wrap-product .product .text p:before {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background-color: #e4312a;
}

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

.wrap-product .product a.more {
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
    height: 48px;
    margin-top: 50px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 30px;
    background-color: #e4312a;
}

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

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

.wrap-product .product a.more:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-right: 10px;
    content: '\e617';
}

.wrap-product .product a.more:hover {
    background-color: #ae2a23;
}

.wrap-product .product a.more:hover:before {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.wrap-product .product .roundbox {
    -webkit-transition: all .6s;
    transition: all .6s;
}

.wrap-product .product .roundbox .round-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed #ebebeb;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-product .product .roundbox .round-1:before {
    position: absolute;
    bottom: 14%;
    left: 8%;
    display: block;
    width: 38px;
    height: 38px;
    content: '';
    border: 4px solid #eee;
    border-radius: 50%;
}

.wrap-product .product .roundbox .round-1:after {
    position: absolute;
    right: 14%;
    bottom: 10%;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    border-radius: 50%;
    background-color: #e4312a;
}

.wrap-product .product .roundbox .round-2 {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background-color: #eee;
}

.wrap-product .product .roundbox .round-2:after {
    position: absolute;
    top: 10%;
    left: 14%;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    border-radius: 50%;
    background-color: #e4312a;
}

.wrap-product .product .roundbox .round-3 {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #fff;
}

.title-wrapproduct {
    position: relative;
    margin-top: 100px;
    padding-right: 170px;
    background-color: #0d69f0;
}

@media (max-width: 1199px) {
    .title-wrapproduct {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .title-wrapproduct {
        padding-right: 0;
    }
}

.title-wrapproduct .container {
    position: relative;
}

.title-wrapproduct h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 150px;
    display: -webkit-box;
    overflow: hidden;
    height: 150px;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .title-wrapproduct h3 {
        font-size: 20px;
        line-height: 80px;
        height: 80px;
    }
}

.title-wrapproduct a {
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 150px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: 1px dashed #fff;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .title-wrapproduct a {
        line-height: 40px;
        position: relative;
        width: 130px;
        height: 40px;
        margin-top: 10px;
    }
}

.title-wrapproduct a:hover {
    color: #0d69f0;
    background-color: #fff;
}

.wrap-product-show .product-show {
    overflow: hidden;
}

.wrap-product-show .product-show .left {
    font-size: 0;
    position: relative;
    float: left;
    overflow: hidden;
    width: 64%;
    padding-right: 120px;
}

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

.wrap-product-show .product-show .left .slider-for {
    border: 10px solid #eee;
}

.wrap-product-show .product-show .left .slider-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    padding: 50px 0;
}

@media (max-width: 1440px) {
    .wrap-product-show .product-show .left .slider-nav {
        width: 90px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .left .slider-nav {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 30px;
        padding: 0 50px;
    }
}

.wrap-product-show .product-show .left .slider-nav .item {
    margin: 5px 0;
    border: 6px solid #eee;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .left .slider-nav .item {
        margin: 0 5px;
    }
}

.wrap-product-show .product-show .left .slider-nav .slick-current .item {
    border-color: #ea474c;
}

.wrap-product-show .product-show .left .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    background-color: #eee;
}

@media (max-width: 1440px) {
    .wrap-product-show .product-show .left .slick-arrow {
        width: 90px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .left .slick-arrow {
        left: 0;
        width: 46px;
        height: 100%;
    }
}

.wrap-product-show .product-show .left .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 46px;
    display: block;
    width: 100px;
    height: 46px;
    content: '\e88f';
    color: #0d69f0;
}

@media (max-width: 1440px) {
    .wrap-product-show .product-show .left .slick-arrow:before {
        width: 90px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .left .slick-arrow:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 46px;
        content: '\e602';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.wrap-product-show .product-show .left .slick-arrow.slick-next {
    top: auto;
    bottom: 0;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .left .slick-arrow.slick-next {
        right: 0;
        left: auto;
    }
}

.wrap-product-show .product-show .left .slick-arrow.slick-next:before {
    content: '\e604';
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .left .slick-arrow.slick-next:before {
        position: absolute;
        top: 50%;
        right: 0;
        left: auto;
        width: 46px;
        content: '\e827';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.wrap-product-show .product-show .left .slick-arrow:hover {
    background-color: #ea474c;
}

.wrap-product-show .product-show .left .slick-arrow:hover:before {
    color: #fff;
}

.wrap-product-show .product-show .right {
    float: left;
    width: 36%;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .right {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}

.wrap-product-show .product-show .right h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

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

.wrap-product-show .product-show .right h3 {
    font-size: 16px;
    line-height: 2;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 6px 28px;
    border: 1px dashed #b5b5b5;
    border-radius: 50px;
}

.wrap-product-show .product-show .right h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    margin: 0;
    border-bottom: 4px solid #ea474c;
}

.wrap-product-show .product-show .right .note {
    margin-top: 30px;
}

.wrap-product-show .product-show .right p {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    margin: 12px 0 0 0;
    padding-left: 18px;
    color: #666;
}

.wrap-product-show .product-show .right p i:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    content: '';
    background-color: #ea474c;
}

.wrap-product-show .design .title-design {
    margin-top: 58px;
}

.wrap-product-show .design .title-design h3 {
    font-size: 20px;
    line-height: 2;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 42px;
    border: 2px dashed #ea474c;
    border-radius: 50px;
}

.wrap-product-show .design .title-design h3:before {
    position: absolute;
    top: -58px;
    left: 50%;
    display: block;
    width: 5px;
    height: 58px;
    margin: 0 auto;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../image/line-3.jpg) no-repeat;
}

.wrap-product-show .design .text {
    margin-top: 30px;
}

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

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

.wrap-product-show .design .info {
    margin-top: 30px;
}

.wrap-product-show .design .info table {
    width: 100%;
    text-align: center;
}

.wrap-product-show .design .info table td {
    font-size: 18px;
    line-height: 1.66666667;
    width: 16.66666667%;
    padding: 10px 15px;
    color: #666;
    border: 1px solid #b5b5b5;
}

@media (max-width: 767px) {
    .wrap-product-show .design .info table td {
        font-size: 14px;
        padding: 8px 10px;
    }
}

.wrap-product-show .parameter .title-parameter {
    margin-top: 99px;
}

.wrap-product-show .parameter .title-parameter h3 {
    font-size: 20px;
    line-height: 2;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 42px;
    border: 2px dashed #ea474c;
    border-radius: 50px;
}

.wrap-product-show .parameter .title-parameter h3:before {
    position: absolute;
    top: -99px;
    left: 50%;
    display: block;
    width: 5px;
    height: 99px;
    margin: 0 auto;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../image/line-4.jpg) no-repeat;
}

.wrap-product-show .parameter .text {
    margin-top: 30px;
}

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

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

.wrap-product-show .parameter .info {
    margin-top: 30px;
}

.wrap-product-show .parameter .info table {
    width: 100%;
    text-align: center;
}

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

@media (max-width: 767px) {
    .wrap-product-show .parameter .info table td {
        font-size: 14px;
    }
}

.wrap-proapplication, .phone-proapplication {
    overflow: hidden;
}

.wrap-proapplication .title-proapplication, .phone-proapplication .title-proapplication {
    margin-top: 99px;
    text-align: center;
}

.wrap-proapplication .title-proapplication h3, .phone-proapplication .title-proapplication h3 {
    font-size: 20px;
    line-height: 2;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 42px;
    border: 2px dashed #ea474c;
    border-radius: 50px;
}

.wrap-proapplication .title-proapplication h3:before, .phone-proapplication .title-proapplication h3:before {
    position: absolute;
    top: -99px;
    left: 50%;
    display: block;
    width: 5px;
    height: 99px;
    margin: 0 auto;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../image/line-4.jpg) no-repeat;
}

.wrap-proapplication .proapplication ul, .phone-proapplication .proapplication ul {
    font-size: 0;
    overflow: hidden;
    margin: 0 -10px;
}

.wrap-proapplication .proapplication ul li, .phone-proapplication .proapplication ul li {
    display: inline-block;
    width: 16.66666667%;
    margin-top: 60px;
    padding: 0 10px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .wrap-proapplication .proapplication ul li, .phone-proapplication .proapplication ul li {
        width: 33.33333333%;
        margin-top: 30px;
    }
}

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

.wrap-proapplication .proapplication .item .pic, .phone-proapplication .proapplication .item .pic {
    overflow: hidden;
    padding: 10px;
    border: 1px dashed #dbdbdb;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .wrap-proapplication .proapplication .item .pic, .phone-proapplication .proapplication .item .pic {
        padding: 5px;
    }
}

.wrap-proapplication .proapplication .item .pic .img-box, .phone-proapplication .proapplication .item .pic .img-box {
    z-index: 9;
    border-radius: 50%;
}

.wrap-proapplication .proapplication .item .pic .img-box img, .phone-proapplication .proapplication .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-proapplication .proapplication .item p, .phone-proapplication .proapplication .item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 14px 0 0 0;
    text-align: center;
}

.wrap-proapplication .proapplication .item:hover .pic .img-box img, .phone-proapplication .proapplication .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

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

.phone-proapplication {
    display: none;
}

@media (max-width: 1199px) {
    .phone-proapplication {
        display: block;
    }
}

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

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

.wrap-process .process img {
    max-width: 100%;
}

.page {
    clear: both;
    overflow: hidden;
    margin-top: 120px;
    text-align: center;
}

@media (max-width: 991px) {
    .page {
        margin-top: 50px;
    }
}

.page a {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin: 0 3px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #eee;
}

.page a.omit:hover {
    color: #333;
    background-color: #eee;
}

.page a.active, .page a:hover {
    color: #fff;
    background-color: #ea474c;
}

@media (max-width: 767px) {
    .page a {
        line-height: 34px;
        width: 34px;
        height: 34px;
    }
    .page a.first-child, .page a.last-child {
        margin: 0 5px;
    }
}

.fancybox-caption {
    font-size: 16px;
    text-align: center;
    border: none;
}

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

.BMap_Marker {
    background: none !important;
}

.BMap_Marker img {
    display: none;
}

.BMap_noprint {
    background: none !important;
}

.BMap_noprint:before {
    font-family: 'iconfont';
    font-size: 25px;
    position: absolute;
    top: -10px;
    left: 0;
    float: left;
    content: '\e611';
    color: #df0000;
    background: none;
}

.BMapLabel {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 32px !important;
    position: relative !important;
    top: -30px !important;
    left: 20px !important;
    display: block;
    width: 100% !important;
    height: 32px;
    color: #df0000 !important;
    border: none !important;
    border-radius: 4px;
    background: none !important;
}

.table-box {
    overflow: auto;
}