@charset "UTF-8";

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
    outline: 0;
    max-height: 100%;
    max-width: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

abbr,
acronym {
    border: 0
}

body {
    font: 14px/1.5 '微软雅黑'
}

input:focus,
select:focus {
    border: none;
    outline: 0
}

a {
    background: 0 0;
    border: none;
    outline: 0
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none;
    outline: 0
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.fb {
    font-weight: 700
}

.fn {
    font-weight: 400
}

.tu {
    text-decoration: underline !important
}

.tn {
    text-decoration: none
}

.t2 {
    text-indent: 2em
}

.te {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.cb {
    clear: both
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.pf {
    position: fixed
}

.vm {
    vertical-align: middle
}

.bc {
    margin-left: auto;
    margin-right: auto
}

.dib {
    display: inline-block
}

.db {
    display: block !important
}

.dn {
    display: none !important
}

.vv {
    visibility: visible
}

.vh {
    visibility: hidden
}

.zoom {
    zoom: 1
}

.w {
    width: 100%
}

.wa {
    width: auto
}

.h {
    height: 100%
}

.ha {
    height: auto
}

.icon-close {
    background-image: url(../img/sprite.png);
    background-position: 0 -41px;
    width: 66px;
    height: 66px
}

.icon-logo {
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    width: 200px;
    height: 31px
}

.icon-triangle {
    background-image: url(../img/sprite.png);
    background-position: -76px -41px;
    width: 9px;
    height: 5px
}

.icon {
    display: inline-block;
    vertical-align: middle
}

.mainCa {
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2f323b;
    overflow: hidden
}

.mainCa .logo {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 3.6%
}

.mainCa .menu {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 32px;
    right: 3.6%
}

.mainCa .menu .single {
    color: #888;
    line-height: 1;
    margin-left: 40px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mainCa .menu .single.active,
.mainCa .menu .single:hover {
    color: #fff
}

.mainCa .copyright {
    position: absolute;
    z-index: 2;
    right: 3.6%;
    bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: auto
}

.mainCa .copyright .single {
    position: relative;
    display: block;
    color: #888;
    line-height: 1;
    font-size: 12px;
    cursor: pointer
}

.mainCa .copyright .single:first-child {
    margin-right: 25px
}

.mainCa .copyright .single:hover {
    color: #fff
}

.mainCa .copyright .single:hover .details {
    display: block
}

.mainCa .copyright .single .details {
    color: #000;
    display: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    white-space: nowrap
}

.mainCa .copyright .single .details img {
    max-width: unset;
    max-height: unset
}

.mainCa .copyright .line {
    width: 1px;
    height: 12px;
    margin: 0 4px;
    background-color: #888
}

.mainCa .pageTitle {
    position: absolute;
    top: 224px;
    left: 17.6%
}

#swiperMain {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.head {
    width: 1520px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.head .logo .pic {
    max-width: 100%;
    max-height: 100%
}

.head .navlist .item {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 48px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.head .navlist .item.active::before,
.head .navlist .item:hover::before {
    content: '';
    width: 20px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.head .navlist .item:last-child {
    margin-right: 0
}

.head .navlist .item a {
    color: #fff
}

.banner-info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 1;
    width: 1520px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%
}

.banner-info .title {
    font-size: 72px;
    color: #fff;
    font-weight: 600
}

.banner-info .desc {
    font-size: 36px;
    color: #fff;
    margin-top: 45px
}

.banner-info .bottom {
    margin-top: 98px
}

.banner-info .bottom .btn-code {
    text-align: center;
    display: inline-block;
    font-size: 22px;
    color: #333;
    width: 220px;
    line-height: 56px;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    position: relative
}

.banner-info .bottom .btn-code .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/index/icon-code.png) no-repeat center;
    background-size: 100%;
    margin-right: 6px
}

.banner-info .bottom .btn-code .info {
    position: absolute;
    top: 80px;
    background: #fff;
    width: 220px;
    height: 220px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: auto;
    display: none;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd
}

.banner-info .bottom .btn-code .info::before {
    content: '';
    position: absolute;
    top: -30px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent
}

.banner-info .bottom .btn-code .info .code {
    width: 210px;
    height: 210px;
    background: url(../img/index/download-code.jpg) no-repeat center;
    background-size: 100%
}

.banner-info .bottom .btn-code .info .code.app {
    width: 210px;
    height: 210px;
    background: url(../img/index/app-download.png) no-repeat center;
    background-size: 100%
}

.banner-info .bottom .btn-code:hover .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner {
    width: 100%;
    height: 100vh;
    background: url(../img/index/banner.png) center no-repeat;
    position: relative;
    overflow: hidden;
    background-size: cover
}

.indexpage.banner {
    overflow: visible
}

.product {
    width: 100%;
    background: #fff
}

.product .tontainer {
    width: 1520px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: 834px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product .tontainer .left {
    width: 50%;
    height: 100%;
    background: url(../img/index/product-left.png) no-repeat center;
    background-size: contain
}

.product .info .bottom {
    margin-top: 98px
}

.product .info .bottom .btn-code {
    text-align: center;
    display: inline-block;
    font-size: 22px;
    color: #333;
    width: 220px;
    line-height: 56px;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    position: relative
}

.product .info .bottom .btn-code .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/index/icon-code.png) no-repeat center;
    background-size: 100%;
    margin-right: 6px
}

.product .info .bottom .btn-code .info {
    position: absolute;
    top: 80px;
    background: #fff;
    width: 220px;
    height: 220px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: auto;
    display: none;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd
}

.product .info .bottom .btn-code .info::before {
    content: '';
    position: absolute;
    top: -30px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #fff;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent
}

.product .info .bottom .btn-code .info .code {
    width: 210px;
    height: 210px;
    background: url(../img/index/download-code.jpg) no-repeat center;
    background-size: 100%
}

.product .info .bottom .btn-code .info .code.app {
    width: 210px;
    height: 210px;
    background: url(../img/index/app-download.png) no-repeat center;
    background-size: 100%
}

.product .info .bottom .btn-code:hover .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product .tontainer .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product .tontainer .right .info .title {
    font-size: 48px;
    color: #323333;
    line-height: 1;
    margin-bottom: 50px
}

.product .tontainer .right .info .details {
    font-size: 18px;
    color: #656566;
    line-height: 2
}

.product .tontainer .right .info .bottom {
    margin-top: 60px
}

.newscenter {
    width: 100%;
    padding-bottom: 180px;
    background: #f7f8fa
}

.newscenter .tontainer {
    width: 1520px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto
}

.newscenter .tontainer .title {
    font-size: 48px;
    color: #323333;
    line-height: 1;
    padding-top: 100px
}

.newscenter .tontainer .title .modification {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase
}

.newscenter .tontainer .tabs {
    width: 100%;
    border-bottom: 1px solid #e1e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.newscenter .tontainer .tabs .tab {
    padding-bottom: 50px;
    margin-left: 100px;
    font-size: 24px;
    color: #969999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    cursor: pointer
}

.newscenter .tontainer .tabs .tab.active,
.newscenter .tontainer .tabs .tab:hover {
    color: #d71c13
}

.newscenter .tontainer .tabs .tab.active::before,
.newscenter .tontainer .tabs .tab:hover::before {
    content: '';
    width: 40px;
    height: 5px;
    background: #d71c13;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.newscenter .tontainer .newslist {
    display: inline-block;
    margin-top: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newscenter .tontainer .newslist .item {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.newscenter .tontainer .newslist .item:last-child {
    margin-right: 0
}

.newscenter .tontainer .newslist .item .preview {
    width: 100%;
    font-size: 0;
    position: relative
}

.newscenter .tontainer .newslist .item .preview::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(215, 28, 19, .3);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.newscenter .tontainer .newslist .item .preview .pic {
    width: 100%
}

.newscenter .tontainer .newslist .item .item-title {
    line-height: 1;
    font-size: 24px;
    color: #323333;
    margin-top: 28px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.newscenter .tontainer .newslist .item .time {
    line-height: 1;
    font-size: 14px;
    color: #646666;
    margin-top: 15px;
    padding: 0 20px;
    padding-bottom: 35px
}

.newscenter .tontainer .newslist .item:hover {
    background: #d71c13
}

.newscenter .tontainer .newslist .item:hover .preview::before {
    height: 100%
}

.newscenter .tontainer .newslist .item:hover .item-title,
.newscenter .tontainer .newslist .item:hover .time {
    color: #fff
}

.newscenter .tontainer .bottom {
    margin-top: 150px;
    text-align: center
}

.foot {
    width: 100%;
    background: #fff
}

.foot .tontainer {
    width: 1520px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto
}

.foot .tontainer .top {
    margin-top: 120px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.foot .tontainer .top .left .navlist .item {
    display: inline-block;
    margin-right: 60px;
    cursor: pointer
}

.foot .tontainer .top .left .navlist .item:last-child {
    margin-right: 0
}

.foot .tontainer .top .left .navlist .item:hover {
    text-decoration: underline
}

.foot .tontainer .top .left .navlist .item a {
    color: #323333;
    font-size: 16px;
    font-weight: 700
}

.foot .tontainer .top .left .contact {
    margin-top: 46px
}

.foot .tontainer .top .left .contact .item {
    display: inline-block;
    margin-right: 50px;
    cursor: pointer
}

.foot .tontainer .top .left .contact .weibo {
    width: 46px;
    height: 46px;
    background: url(../img/index/icon-weibo.png) no-repeat center
}

.foot .tontainer .top .left .contact .wechat {
    width: 46px;
    height: 46px;
    background: url(../img/index/icon-wechat.png) no-repeat center
}

.foot .tontainer .top .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.foot .tontainer .top .right .code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.foot .tontainer .top .right .code .pic {
    width: 110px;
    height: 110px
}

.foot .tontainer .top .right .code .desc {
    font-size: 16px;
    color: #323333;
    font-weight: 700
}

.foot .tontainer .bottom {
    border-top: 1px solid #e1e6e6;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.foot .tontainer .bottom p {
    line-height: 1;
    display: inline;
    margin-right: 20px;
    font-size: 14px;
    color: #969999
}

.btn-more {
    display: inline-block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    background: #d71c13;
    border-radius: 2px;
    color: #fff;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-more .icon {
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(../img/index/icon-more.png) no-repeat center;
    background-position-y: 44%;
    margin-left: 60px
}

.btn-more:hover {
    opacity: .8
}

.banner-info.products .title {
    font-size: 72px;
    font-weight: 400
}

.banner-info.products .desc {
    font-size: 50px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 4px
}

.banner-info.products .details {
    font-size: 30px;
    color: #fff
}

.banner.products {
    background: url(../img/products/banner_products.png) center no-repeat;
    background-size: cover
}

.product.products .tontainer .left {
    background: url(../img/products/product-left.png) no-repeat center;
    background-size: contain
}

.product.products .tontainer .right .title {
    margin-bottom: 30px
}

.product.products .tontainer .right .line {
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #d71c13;
    margin-bottom: 25px
}

.ydk {
    width: 100%;
    background: -webkit-linear-gradient(320deg, #f94c52 4%, #ff5359 4%, #ea4d47 34%, #e53830 34%, #d71c13 92%, #e3342b 92%, #fe454a 100%);
    background: -o-linear-gradient(320deg, #f94c52 4%, #ff5359 4%, #ea4d47 34%, #e53830 34%, #d71c13 92%, #e3342b 92%, #fe454a 100%);
    background: linear-gradient(130deg, #f94c52 4%, #ff5359 4%, #ea4d47 34%, #e53830 34%, #d71c13 92%, #e3342b 92%, #fe454a 100%)
}

.ydk .tontainer {
    width: 1520px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: 834px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ydk .left {
    width: 50%;
    height: 100%;
    background: url(../img/products/ydk-left.png) no-repeat center;
    background-size: contain;
    background-position-y: 55%
}

.ydk .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ydk .right .info .title {
    font-size: 48px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px
}

.ydk .right .info .line {
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #fff;
    margin-bottom: 25px
}

.ydk .right .info .details {
    font-size: 18px;
    color: #fff;
    line-height: 2
}

.ydk .right .info .bottom {
    margin-top: 100px
}

.ydk .right .info .bottom .btn-more {
    background: #fff;
    color: #d71c13
}

.ydk .right .info .bottom .btn-more .icon {
    background: url(../img/index/icon-more-red.png) no-repeat center
}

.banner.news {
    height: 800px;
    background: url(../img/news/banner_news.png) center no-repeat;
    background-size: cover
}

.banner.news .banner-info .desc {
    margin-top: 30px
}

.allnews {
    background: #fff;
    padding-top: 140px
}

.allnews .tontainer {
    padding: 0 20px;
    max-width: 100%;
    width: 1520px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.allnews .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.allnews .title .left {
    line-height: 1;
    font-size: 48px;
    color: #333
}

.allnews .title .left .desc {
    font-weight: 700;
    margin-bottom: 30px
}

.allnews .title .left .line {
    display: inline-block;
    width: 70px;
    height: 7px;
    background: #d81c14;
    margin-top: 60px
}

.allnews .title .right .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.allnews .title .right .tabs .tab {
    width: 160px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #969999;
    margin-left: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.allnews .title .right .tabs .tab.active,
.allnews .title .right .tabs .tab:hover {
    background: #d81c14;
    color: #fff
}

.allnews .newslist .list {
    padding: 80px 0
}

.allnews .newslist .list .list-card {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.allnews .newslist .list .list-card:hover {
    background: #d81c14;
    color: #fff
}

.allnews .newslist .list .list-card:hover .item .right .info .desc,
.allnews .newslist .list .list-card:hover .item .right .info .time,
.allnews .newslist .list .list-card:hover .item .right .info .title {
    color: #fff
}

.allnews .newslist .list .list-card:hover .item .right .info .line {
    background: #fff
}

.allnews .newslist .list .item {
    width: 1520px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.allnews .newslist .list .item .left {
    width: 40%
}

.allnews .newslist .list .item .left .preview {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.allnews .newslist .list .item .left .preview .pic {
    max-width: 100%
}

.allnews .newslist .list .item .right {
    margin-left: 10%;
    width: 50%
}

.allnews .newslist .list .item .right .info {
    line-height: 1
}

.allnews .newslist .list .item .right .info .title {
    font-size: 36px;
    color: #333434;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block
}

.allnews .newslist .list .item .right .info .desc {
    font-size: 18px;
    color: #646666;
    line-height: 2;
    margin-top: 15px;
    height: 80px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all
}

.allnews .newslist .list .item .right .info .line {
    display: inline-block;
    width: 86px;
    height: 1px;
    background: #646666;
    margin-top: 70px;
    margin-bottom: 45px
}

.allnews .newslist .list .item .right .info .time {
    font-size: 18px;
    color: #646666
}

.pagination {
    text-align: center
}

#pagination.pagination ul li {
    border: none
}

#pagination.pagination ul li:not(.totalPage).active,
#pagination.pagination ul li:not(.totalPage):hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;
    background: #d81c14;
    color: #fff
}

.newspage {
    width: 100%;
    overflow: hidden
}

.newspage .head {
    position: relative
}

.newspage .head .navlist .item a {
    color: #333334
}

.newspage .head .navlist .item.active a,
.newspage .head .navlist .item:hover a {
    color: #d81c14
}

.newspage .head .navlist .item.active::before,
.newspage .head .navlist .item:hover::before {
    background: #d81c14
}

.newspage .tontainer {
    width: 1520px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto
}

.newspage .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newspage .content .recommend {
    width: 320px;
    margin-top: 260px;
    margin-bottom: 40px
}

.newspage .content .recommend .title {
    font-size: 32px;
    color: #333
}

.newspage .content .recommend .line {
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #d81c14;
    margin-top: 35px
}

.newspage .content .recommend .list {
    width: 100%
}

.newspage .content .recommend .list .item {
    line-height: 2;
    border-bottom: 1px solid #e1e6e6;
    padding: 15px 0;
    margin-top: 15px;
    cursor: pointer
}

.newspage .content .recommend .list .item .time {
    font-size: 16px;
    color: #646666
}

.newspage .content .recommend .list .item .desc {
    font-size: 18px;
    line-height: 1.5;
    color: #333434;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.newspage .content .recommend .list .item:hover .desc {
    text-decoration: underline
}

.newspage .content .newsdetails {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10%;
    line-height: 1;
    margin-top: 150px;
    overflow: hidden
}

.newspage .content .newsdetails .title {
    font-size: 48px;
    color: #333;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.newspage .content .newsdetails .time {
    font-size: 18px
}

.newspage .content .newsdetails .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    color: #333;
    margin-top: 20px
}

.newspage .content .newsdetails .subtitle .share-btn {
    display: inline-block
}

.newspage .content .newsdetails .subtitle .share-btn .icon {
    display: inline-block;
    font-size: 18px;
    color: #d81c14;
    padding-left: 20px;
    position: relative;
    cursor: pointer
}

.newspage .content .newsdetails .subtitle .share-btn .icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/details/share-icon.png) no-repeat center
}

.newspage .content .newsdetails .subtitle .share-btn .social-share-info {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.newspage .content .newsdetails .subtitle .share-btn:hover .social-share-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newspage .details-content {
    margin-top: 50px;
    padding: 40px 0;
    border-top: 1px solid #c8cccc;
    color: #656666;
    line-height: 1.5;
    font-size: 18px
}

.newspage .details-content img {
    max-width: 100%
}

.aboutus-page {
    background: #fff;
    width: 100%;
    overflow: hidden
}

.aboutus-page .head {
    position: relative
}

.aboutus-page .head .navlist .item a {
    color: #333334
}

.aboutus-page .head .navlist .item.active a,
.aboutus-page .head .navlist .item:hover a {
    color: #d81c14
}

.aboutus-page .head .navlist .item.active::before,
.aboutus-page .head .navlist .item:hover::before {
    background: #d81c14
}

.aboutus-page .aboutus {
    width: 100%;
    margin-top: 120px
}

.aboutus-page .aboutus .aboutus-head {
    color: #333334;
    width: 100%;
    text-align: center;
    line-height: 1
}

.aboutus-page .aboutus .aboutus-head .title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase
}

.aboutus-page .aboutus .aboutus-head .line {
    display: inline-block;
    width: 70px;
    height: 7px;
    background: #d81c14;
    margin: 30px 0 25px
}

.aboutus-page .aboutus .aboutus-head .desc {
    font-size: 32px
}

.aboutus-page .aboutus .preview {
    margin-top: 50px;
    width: 100%;
    font-size: 0
}

.aboutus-page .aboutus .preview .pic {
    width: 100%
}

.aboutus-page .ytsh {
    width: 100%;
    height: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aboutus-page .ytsh .left {
    width: 45%;
    background: url(../img/aboutus/mascot.png) no-repeat center
}

.aboutus-page .ytsh .right {
    width: 55%;
    padding: 0 10% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aboutus-page .ytsh .right .info {
    line-height: 1
}

.aboutus-page .ytsh .right .info .title {
    font-size: 48px;
    color: #333
}

.aboutus-page .ytsh .right .info .line {
    display: inline-block;
    width: 70px;
    height: 7px;
    background: #d81c14;
    margin-top: 60px
}

.aboutus-page .ytsh .right .info .desc {
    font-size: 18px;
    color: #656666;
    line-height: 2;
    margin-top: 40px
}

.aboutus-page .history {
    background: #f8f9fa;
    padding: 160px 0
}

.aboutus-page .history .title-head {
    width: 100%;
    text-align: center
}

.aboutus-page .history .title-head .title {
    font-size: 48px;
    color: #333;
    line-height: 1
}

.aboutus-page .history .title-head .line {
    display: inline-block;
    width: 70px;
    height: 7px;
    background: #d81c14;
    margin-top: 60px
}

.aboutus-page .history .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10%;
    margin-top: 140px;
    position: relative
}

.aboutus-page .history .list::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e1e6e6;
    position: absolute;
    left: 0;
    bottom: 85px
}

.aboutus-page .history .list .item {
    text-align: center;
    position: relative
}

.aboutus-page .history .list .item .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aboutus-page .history .list .item .time {
    font-size: 22px;
    color: #d81c14
}

.aboutus-page .history .list .item .line-vertical {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #d81c14;
    margin: 10px 0 30px
}

.aboutus-page .history .list .item .circular {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d81c14;
    border: 4px solid #f8f9fa;
    margin-top: -9px
}

.aboutus-page .history .list .item .desc {
    margin-top: 40px;
    font-size: 22px;
    color: #323333;
    display: block;
    height: 36px
}

.aboutus-page .values {
    padding: 180px 0
}

.aboutus-page .values .title-head {
    width: 100%;
    text-align: center
}

.aboutus-page .values .title-head .title {
    font-size: 48px;
    color: #333;
    line-height: 1
}

.aboutus-page .values .title-head .line {
    display: inline-block;
    width: 70px;
    height: 7px;
    background: #d81c14;
    margin-top: 60px
}

.aboutus-page .values .list {
    margin: 0 8%;
    margin-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.aboutus-page .values .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aboutus-page .values .list .item .icon {
    width: 84px;
    height: 84px
}

.aboutus-page .values .list .item .title {
    font-size: 22px;
    color: #323333;
    margin-top: 50px
}

.aboutus-page .values .list .item .desc {
    font-size: 18px;
    color: #646666;
    margin-top: 20px;
    text-align: center
}

.aboutus-page .values .list .item:nth-child(1) .icon {
    background: url(../img/aboutus/icon-values-1.png) no-repeat center;
    background-size: contain
}

.aboutus-page .values .list .item:nth-child(2) .icon {
    background: url(../img/aboutus/icon-values-2.png) no-repeat center;
    background-size: contain
}

.aboutus-page .values .list .item:nth-child(3) .icon {
    background: url(../img/aboutus/icon-values-3.png) no-repeat center;
    background-size: contain
}

.aboutus-page .values .list .item:nth-child(4) .icon {
    background: url(../img/aboutus/icon-values-4.png) no-repeat center;
    background-size: contain
}

.aboutus-page .values .list .item:nth-child(5) .icon {
    background: url(../img/aboutus/icon-values-5.png) no-repeat center;
    background-size: contain
}

.aboutus-page .vision {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aboutus-page .vision .item {
    width: 50%;
    height: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 1
}

.aboutus-page .vision .item:nth-child(1) {
    background: #d81c14
}

.aboutus-page .vision .item:nth-child(2) {
    background: url(../img/aboutus/mission.png) no-repeat center;
    background-size: cover
}

.aboutus-page .vision .item .title {
    font-size: 60px
}

.aboutus-page .vision .item .desc {
    font-size: 24px;
    margin-top: 40px
}

.aboutus-page .environment {
    padding: 180px 0 100px
}

.aboutus-page .environment .title-head {
    width: 100%;
    text-align: center
}

.aboutus-page .environment .title-head .title {
    font-size: 48px;
    color: #333;
    line-height: 1
}

.aboutus-page .environment .title-head .line {
    display: inline-block;
    width: 70px;
    height: 7px;
    background: #d81c14;
    margin-top: 60px
}

.aboutus-page .environment .list {
    width: 100%
}

.aboutus-page .environment .list .swiper-container {
    margin-top: 100px
}

.aboutus-page .environment .list .swiper-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aboutus-page .environment .list .swiper-container .swiper-slide {
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.aboutus-page .environment .list .swiper-container .swiper-slide.swiper-slide-active {
    padding: 0
}

.aboutus-page .environment .list .swiper-container .swiper-slide img {
    width: 100%
}

.aboutus-page .environment .list .swiper-container .swiper-button-next {
    width: 70px;
    height: 60px;
    background: url(../img/aboutus/rslider-right.png) no-repeat center #d81c14;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aboutus-page .environment .list .swiper-container .swiper-button-next:hover {
    opacity: .8
}

.aboutus-page .environment .list .swiper-container .swiper-button-prev {
    width: 70px;
    height: 60px;
    background: url(../img/aboutus/rslider-left.png) no-repeat center #d81c14;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aboutus-page .environment .list .swiper-container .swiper-button-prev:hover {
    opacity: .8
}

.contactuspage .banner {
    height: 800px;
    background: url(../img/contactus/banner.png) center no-repeat;
    background-size: cover
}

.contactuspage .banner .title {
    font-weight: 400;
    font-size: 72px;
    letter-spacing: 4px
}

.contactuspage .banner .desc {
    text-transform: uppercase;
    font-size: 60px;
    margin-top: 38px;
    letter-spacing: 2px
}

.contactuspage .banner .details {
    font-size: 30px;
    color: #fff;
    margin-top: 90px
}

.contactuspage .content {
    padding: 150px 20px 120px;
    max-width: 100%;
    width: 1520px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323333
}

.contactuspage .content .content-head {
    text-align: center;
    line-height: 1
}

.contactuspage .content .content-head .title {
    font-size: 48px
}

.contactuspage .content .content-head .line {
    display: inline-block;
    width: 70px;
    height: 7px;
    background: #d71c13;
    margin-top: 40px
}

.contactuspage .content .contact-info {
    padding-top: 50px
}

.contactuspage .content .contact-info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px
}

.contactuspage .content .contact-info .item .item-content {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contactuspage .content .contact-info .item .item-content:nth-child(1) {
    width: 45%
}

.contactuspage .content .contact-info .item .item-content:nth-child(2) {
    width: 40%
}

.contactuspage .content .contact-info .item .item-content:nth-child(3) {
    width: 15%
}

.contactuspage .content .contact-info .item .item-content .left .icon {
    display: inline-block;
    width: 30px;
    height: 30px
}

.contactuspage .content .contact-info .item .item-content .left .icon.zhaoshang {
    background: url(../img/contactus/icon-zhaoshang.png) no-repeat center
}

.contactuspage .content .contact-info .item .item-content .left .icon.rengong {
    background: url(../img/contactus/icon-rengong.png) no-repeat center
}

.contactuspage .content .contact-info .item .item-content .left .icon.zhaopin {
    background: url(../img/contactus/icon-zhaopin.png) no-repeat center
}

.contactuspage .content .contact-info .item .item-content .left .icon.company {
    background: url(../img/contactus/icon-company.png) no-repeat center
}

.contactuspage .content .contact-info .item .item-content .left .icon.address {
    background: url(../img/contactus/icon-address.png) no-repeat center
}

.contactuspage .content .contact-info .item .item-content .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px
}

.contactuspage .content .contact-info .item .item-content .right .title {
    line-height: 30px;
    margin-bottom: 25px
}

.contactuspage .content .contact-info .item .item-content .right a {
    color: #d71c13;
    text-decoration: underline
}

.contactuspage .content .contact-info .item .item-content .right>span {
    white-space: nowrap
}

/*# sourceMappingURL=main.min.css.map */