.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 100%;*/
    padding-top: 0;
}

.banner .word1 {
    font-size: 1.6rem;
}

.banner .word2 {
    font-size: 1.6rem;
}

.banner .title1 {
    font-size: 3.2rem;
    color: #f75e81;
    padding: 1rem 0;
}

@media (max-width: 1199px) {
    .banner {
        /*padding-top: 70px;*/
    }
}

.banner .slickbanner {
    position: relative;
}

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

.banner .slickbanner .big_pic .item {
    position: relative;
    display: block;
}

.banner .slickbanner .big_pic .item .pic .img-box {
    display: block;
    padding-bottom: 34%;
}

.banner .slickbanner .small_nav {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
}

.banner .slickbanner .small_nav .slider-nav {
    position: relative;
    height: 5px;
}

.banner .slickbanner .small_nav .slider-nav:before {
    /*position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .48)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .48));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .48));*/
}

.banner .slickbanner .small_nav .slider-nav .slick-list .slick-current .item .name:before {
    opacity: 1;
}

.banner .slickbanner .small_nav .slider-nav .slick-list .slick-current .item .name p {
    font-family: 'Montserrat-Bold';
    opacity: 1;
}

@media (max-width: 480px) {
    .banner .slickbanner .small_nav .slider-nav .slick-list .slick-current .item .name p {
        text-decoration: underline !important;
    }
}

.banner .slickbanner .small_nav .slider-nav .slick-list .slick-current .item .name p:after {
    width: 100%;
}

.banner .slickbanner .small_nav .item {
    position: relative;
    display: block;
    padding-top: 120%;
    padding-bottom: 70px;
}

@media (max-width: 1700px) {
    .banner .slickbanner .small_nav .item {
        padding-top: 100%;
    }
}

@media (max-width: 1550px) {
    .banner .slickbanner .small_nav .item {
        padding-top: 80%;
    }
}

@media (max-width: 1469px) {
    .banner .slickbanner .small_nav .item {
        padding-top: 100%;
    }
}

@media (max-width: 1366px) {
    .banner .slickbanner .small_nav .item {
        padding-top: 80%;
        padding-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .banner .slickbanner .small_nav .item {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner .small_nav .item {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .banner .slickbanner .small_nav .item {
        padding-bottom: 20px;
    }
}

@media (max-width: 580px) {
    .banner .slickbanner .small_nav .item {
        padding-bottom: 20px;
    }
}

.banner .slickbanner .small_nav .item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .48)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .48));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .48));
}

.banner .slickbanner .small_nav .item .name {
    position: relative;
    text-align: center;
}

.banner .slickbanner .small_nav .item .name:before {
    font-family: 'iconfont' !important;
    font-style: normal;
    line-height: 1;
    display: block;
    height: 60px;
    margin-bottom: 20px;
    -webkit-transition: all .45s;
    transition: all .45s;
    opacity: .6;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
    .banner .slickbanner .small_nav .item .name:before {
        height: 50px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner .small_nav .item .name:before {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .banner .slickbanner .small_nav .item .name:before {
        margin-bottom: 10px;
    }
}

@media (max-width: 580px) {
    .banner .slickbanner .small_nav .item .name:before {
        height: 30px;
    }
}

.banner .slickbanner .small_nav .item .name p {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 1.33333333;
    position: relative;
    display: inline-block;
    -webkit-transition: all .45s;
    transition: all .45s;
    opacity: .6;
    color: #fff;
}

@media (max-width: 991px) {
    .banner .slickbanner .small_nav .item .name p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner .slickbanner .small_nav .item .name p {
        font-size: 15px;
    }
}

@media (max-width: 580px) {
    .banner .slickbanner .small_nav .item .name p {
        font-size: 14px;
    }
}

@media (max-width: 580px) {
    .banner .slickbanner .small_nav .item .name p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .banner .slickbanner .small_nav .item .name p {
        line-height: 1.2;
        padding: 0 20px;
    }
}

@media (max-width: 375px) {
    .banner .slickbanner .small_nav .item .name p {
        padding: 0 15px;
    }
}

@media (max-width: 350px) {
    .banner .slickbanner .small_nav .item .name p {
        padding: 0 5px;
    }
}

.banner .slickbanner .small_nav .item .name p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #fff;
}

@media (max-width: 480px) {
    .banner .slickbanner .small_nav .item .name p:after {
        opacity: 0;
    }
}

.banner .slickbanner .small_nav .prod .name:before {
    font-size: 54px;
    content: '\e654';
}

@media (max-width: 1199px) {
    .banner .slickbanner .small_nav .prod .name:before {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner .small_nav .prod .name:before {
        font-size: 34px;
        padding-top: 3px;
    }
}

@media (max-width: 580px) {
    .banner .slickbanner .small_nav .prod .name:before {
        font-size: 26px;
    }
}

.banner .slickbanner .small_nav .factory .name:before {
    font-size: 62px;
    content: '\e664';
}

@media (max-width: 1199px) {
    .banner .slickbanner .small_nav .factory .name:before {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner .small_nav .factory .name:before {
        font-size: 40px;
    }
}

@media (max-width: 580px) {
    .banner .slickbanner .small_nav .factory .name:before {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .banner .slickbanner .small_nav .factory .name p {
        padding: 0 30px;
    }
}

@media (max-width: 375px) {
    .banner .slickbanner .small_nav .factory .name p {
        padding: 0 15px;
    }
}

@media (max-width: 350px) {
    .banner .slickbanner .small_nav .factory .name p {
        padding: 0 5px;
    }
}

.banner .slickbanner .small_nav .company .name:before {
    font-size: 55px;
    content: '\e63f';
}

@media (max-width: 1199px) {
    .banner .slickbanner .small_nav .company .name:before {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner .small_nav .company .name:before {
        font-size: 35px;
        padding-top: 2px;
    }
}

@media (max-width: 580px) {
    .banner .slickbanner .small_nav .company .name:before {
        font-size: 28px;
    }
}

.banner .slickbanner .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

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

.banner .slickbanner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 991px) {
    .banner .slickbanner .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
}

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

.banner .slickbanner .slick-dots .slick-active {
    width: 25px;
    border-radius: 10px;
}

@-webkit-keyframes zoomIn1 {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomIn1 {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.zoomIn1 {
    -webkit-animation-name: zoomIn1;
    animation-name: zoomIn1;
}

.banner .slickbanner .slick-current img {
    -webkit-animation: zoomIn1 6s 0s ease both;
    animation: zoomIn1 6s 0s ease both;
}


/*title*/

.title {
    text-align: center;
}

.title h2 {
    font-size: 48px;
    line-height: 1;
    display: block;
    margin: 0;
    color: #222;
}

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

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

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

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

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

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

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

.title h2 span {
    font-family: 'Montserrat-Bold';
    margin-right: 15px;
}

@media (max-width: 767px) {
    .title h2 span {
        margin-right: 10px;
    }
}

.title p {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
    color: #6e7275;
}

@media (max-width: 1199px) {
    .title p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .title p {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .title p {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .title p {
        font-size: 15px;
    }
}

.page_title {
    text-align: center;
}

.page_title h2 {
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    line-height: 1;
    display: block;
    margin: 0;
    color: #222;
}

@media (max-width: 1469px) {
    .page_title h2 {
        font-size: 36px;
    }
}

@media (max-width: 1366px) {
    .page_title h2 {
        font-size: 34px;
    }
}

@media (max-width: 1199px) {
    .page_title h2 {
        font-size: 32px;
    }
}

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

@media (max-width: 767px) {
    .page_title h2 {
        font-size: 26px;
    }
}

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

@media (max-width: 350px) {
    .page_title h2 {
        font-size: 20px;
    }
}

.padt {
    padding-top: 90px;
}

@media (max-width: 1469px) {
    .padt {
        padding-top: 80px;
    }
}

@media (max-width: 1366px) {
    .padt {
        padding-top: 70px;
    }
}

@media (max-width: 1199px) {
    .padt {
        padding-top: 60px;
    }
}

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

@media (max-width: 767px) {
    .padt {
        padding-top: 40px;
    }
}

.padd {
    padding: 90px 0 100px;
}

@media (max-width: 1469px) {
    .padd {
        padding: 70px 0 80px 0;
    }
}

@media (max-width: 1366px) {
    .padd {
        padding: 60px 0 70px 0;
    }
}

@media (max-width: 1199px) {
    .padd {
        padding: 50px 0 60px 0;
    }
}

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

@media (max-width: 767px) {
    .padd {
        padding: 30px 0 40px 0;
    }
}

.other_padd {
    padding: 80px 0;
}

@media (max-width: 1366px) {
    .other_padd {
        padding: 70px 0;
    }
}

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

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

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

.page_padd {
    padding: 80px 0 100px;
}

@media (max-width: 1366px) {
    .page_padd {
        padding: 70px 0 80px;
    }
}

@media (max-width: 1199px) {
    .page_padd {
        padding: 60px 0 70px;
    }
}

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

@media (max-width: 767px) {
    .page_padd {
        padding: 40px 0 50px;
    }
}

@media (max-width: 480px) {
    .page_padd {
        padding: 30px 0 40px;
    }
}

.page_padt {
    padding-top: 80px;
}

@media (max-width: 1469px) {
    .page_padt {
        padding-top: 70px;
    }
}

@media (max-width: 1366px) {
    .page_padt {
        padding-top: 60px;
    }
}

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

@media (max-width: 991px) {
    .page_padt {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .page_padt {
        padding-top: 30px;
    }
}

.lists {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .lists {
        margin-top: 40px;
    }
}

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

@media (max-width: 767px) {
    .lists {
        margin-top: 20px;
    }
}

.ff {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.txt-over1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_category .list {
    margin-top: 40px;
}

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

@media (max-width: 767px) {
    .index_category .list {
        margin-top: 25px;
    }
}

.index_category .list ul li:nth-child(even) .item {
    background: none;
    background-color: #f6f6f6;
}

.index_category .list ul li:nth-child(even) .item .pic {
    float: right;
}

.index_category .list ul li:nth-child(even) .item .info {
    float: left;
    padding: 30px 150px 0 0;
}

@media (max-width: 1469px) {
    .index_category .list ul li:nth-child(even) .item .info {
        padding: 30px 50px 0 0;
    }
}

@media (max-width: 1199px) {
    .index_category .list ul li:nth-child(even) .item .info {
        padding: 20px 30px 0 0;
    }
}

@media (max-width: 991px) {
    .index_category .list ul li:nth-child(even) .item .info {
        padding: 10px 20px 0 0;
    }
}

.index_category .list ul li:last-child .item {
    margin-bottom: 0;
}

.index_category .list .item {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.index_category .list .item .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_category .list .item .img .img1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.index_category .list .item:hover .img .img1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index_category .list .item .title {
    width: 100%;
    display: block;
    background: #ececec;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.index_category .list .item .linka:hover .title {
    background-color: #de9292;
    color: #fff;
}

@media (min-width: 1280px) {
    .index_category .list .item {
        margin-right: 20px;
        margin-bottom: 30px;
        width: calc(25% - 15px);
    }

    .index_category .list .item:nth-child(4n) {
        margin-right: 0px;
    }

    .index_category .list .item .title {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}

@media (min-width: 1100px) and (max-width: 1280px) {
    .index_category .list .item {
        margin-right: 20px;
        margin-bottom: 30px;
        width: calc(25% - 15px);
    }

    .index_category .list .item:nth-child(4n) {
        margin-right: 0px;
    }

    .index_category .list .item .title {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}

@media (min-width: 767px) and (max-width: 1100px) {
    .index_category .list .item {
        margin-bottom: 30px;
        width: calc(33% - 10px);
    }

    .index_category .list .item:nth-child(3n+1) {
        margin-right: 15px;
    }

    .index_category .list .item:nth-child(3n+2) {
        margin-right: 15px;
    }

    .index_category .list .item .title {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .index_category .list .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .index_category .list .item:nth-child(2n+1) {
        margin-right: 10px;
    }

    .index_category .list .item:nth-child(2n) {
        margin-left: 10px;
    }

    .index_category .list .item .title {
        background-color: #de9292;
        color: #fff;
        font-size: 15px;
        height: 32px;
        line-height: 32px;
    }
}


.index_category .list .item:hover .info .tit {
    color: #de9292;
}

.index_category .list .item:hover .info .more_btn .linka {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}



.index_category .list .item .pic .img-box {
    /*padding-bottom: 56.73758865%;*/
}

.index_category .list .item .info {
    width: 50%;
    padding: 30px 110px 0 45px;
}

@media (max-width: 1469px) {
    .index_category .list .item .info {
        padding: 30px 50px 0 40px;
    }
}

@media (max-width: 1199px) {
    .index_category .list .item .info {
        padding: 20px 30px 0 30px;
    }
}

@media (max-width: 991px) {
    .index_category .list .item .info {
        width: 43%;
        padding: 10px 0 0 20px;
    }
}

@media (max-width: 620px) {
    .index_category .list .item .info {
        float: none;
        width: 100%;
        padding: 15px 0 0 0 !important;
    }
}

.index_category .list .item .info .tit {
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    line-height: 1.2;
    display: block;
    overflow: hidden;
    -webkit-transition: all .45s;
    transition: all .45s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
}

@media (max-width: 1469px) {
    .index_category .list .item .info .tit {
        font-size: 28px;
    }
}

@media (max-width: 1366px) {
    .index_category .list .item .info .tit {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .index_category .list .item .info .tit {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .index_category .list .item .info .tit {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .index_category .list .item .info .tit {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .index_category .list .item .info .tit {
        font-size: 18px;
    }
}

.index_category .list .item .info p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 120px;
    margin: 25px 0 90px;
    text-align: left;
    word-break: break-word;
    color: #222;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 1469px) {
    .index_category .list .item .info p {
        margin: 20px 0 30px;
    }
}

@media (max-width: 1199px) {
    .index_category .list .item .info p {
        margin: 15px 0 20px;
    }
}

@media (max-width: 991px) {
    .index_category .list .item .info p {
        margin: 10px 0 20px;
    }
}

.index_category .list .item .info .more_btn .linka {
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    line-height: 38px;
    display: block;
    width: 182px;
    height: 44px;
    -webkit-transition: all .45s;
    transition: all .45s;
    text-align: center;
    color: #444;
    border: solid 2px #444;
    border-radius: 22px;
}

@media (max-width: 480px) {
    .index_category .list .item .info .more_btn .linka {
        font-size: 14px;
        line-height: 40px;
    }
}

.index_category .list .item .info .more_btn .linka:after {
    font-family: 'iconfont' !important;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin-left: 20px;
    content: '\e728';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index_abinfo .txt {
    max-width: 1160px;
    margin: auto;
    text-align: center;
}

.index_abinfo .txt p {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 2;
    color: #333;
}

@media (max-width: 1199px) {
    .index_abinfo .txt p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .index_abinfo .txt p {
        font-size: 15px;
    }
}

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

.index_abinfo .more_btn {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .index_abinfo .more_btn {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .index_abinfo .more_btn {
        margin-top: 25px;
    }
}

.index_abinfo .more_btn .linka {
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    line-height: 48px;
    display: block;
    width: 170px;
    height: 53px;
    margin: auto;
    text-align: center;
    color: #333;
    border: solid 2px #333;
    border-radius: 25px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .index_abinfo .more_btn .linka {
        font-size: 14px;
        line-height: 42px;
        height: 48px;
    }
}

@media (max-width: 767px) {
    .index_abinfo .more_btn .linka {
        line-height: 40px;
        height: 45px;
    }
}

.index_numbox {
    position: relative;
    background-color: #f3f3f3;
}

.index_numbox .more_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 19%;
    height: 100%;
    padding-top: 80px;
    background-color: #de9292;
}

@media (max-width: 1199px) {
    .index_numbox .more_btn {
        position: static;
        width: 100%;
        padding: 15px 0;
    }
}

.index_numbox .more_btn .alink {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    -webkit-transition: all .45s;
    transition: all .45s;
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .index_numbox .more_btn .alink {
        font-size: 15px;
    }
}

.index_numbox .more_btn .alink:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 55px;
    display: inline-block;
    width: 57px;
    height: 57px;
    margin-left: 20px;
    content: '\e728';
    text-align: center;
    color: #afafaf;
    border: solid 2px #0c60c3;
    border-radius: 50%;
    background-color: #de9292;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
    .index_numbox .more_btn .alink:after {
        line-height: 46px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .index_numbox .more_btn .alink:after {
        line-height: 41px;
        width: 45px;
        height: 45px;
    }
}

.index_numbox .more_btn .alink:hover {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}

.index_numbox .index_num {
    overflow: hidden;
    max-width: 1300px;
    padding: 65px 0;
}

@media (max-width: 1199px) {
    .index_numbox .index_num {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .index_numbox .index_num {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .index_numbox .index_num {
        padding: 30px 0;
    }
}

.index_numbox .index_num .list {
    margin-left: -70px;
    padding-right: 70px;
}

@media (max-width: 1600px) {
    .index_numbox .index_num .list {
        margin-left: -60px;
        padding-right: 140px;
    }
}

@media (max-width: 1469px) {
    .index_numbox .index_num .list {
        margin-left: -30px;
        padding-right: 140px;
    }
}

@media (max-width: 1366px) {
    .index_numbox .index_num .list {
        padding-right: 190px;
    }
}

@media (max-width: 1199px) {
    .index_numbox .index_num .list {
        margin-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .index_numbox .index_num .list ul li:first-child .item,
    .index_numbox .index_num .list ul li:nth-child(2) .item {
        margin-bottom: 30px;
    }
}

.index_numbox .index_num .list .item {
    -webkit-transition: all .45s;
    transition: all .45s;
    text-align: center;
}

.index_numbox .index_num .list .item b {
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: block;
    -webkit-transition: all .45s;
    transition: all .45s;
    color: #222;
}

@media (max-width: 1469px) {
    .index_numbox .index_num .list .item b {
        font-size: 58px;
    }
}

@media (max-width: 1366px) {
    .index_numbox .index_num .list .item b {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .index_numbox .index_num .list .item b {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .index_numbox .index_num .list .item b {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .index_numbox .index_num .list .item b {
        font-size: 35px;
    }
}

@media (max-width: 480px) {
    .index_numbox .index_num .list .item b {
        font-size: 32px;
    }
}

.index_numbox .index_num .list .item b sup {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    top: -1.1em;
    margin-left: 10px;
}

@media (max-width: 1199px) {
    .index_numbox .index_num .list .item b sup {
        font-size: 22px;
        top: -1em;
    }
}

@media (max-width: 991px) {
    .index_numbox .index_num .list .item b sup {
        font-size: 20px;
        top: -.8em;
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .index_numbox .index_num .list .item b sup {
        font-size: 18px;
        top: -.6em;
    }
}

.index_numbox .index_num .list .item p {
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px;
    -webkit-transition: all .45s;
    transition: all .45s;
    color: #999;
}

@media (max-width: 991px) {
    .index_numbox .index_num .list .item p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .index_numbox .index_num .list .item p {
        font-size: 13px;
    }
}

.index_packaging .pack_box {
    font-size: 0;
    position: relative;
}

.index_packaging .pack_box .small_pic {
    position: relative;
    width: 13.121%;
    padding-right: 4px;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }
}

.index_packaging .pack_box .small_pic:before {
    position: absolute;
    z-index: 1;
    top: -8px;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-color: #fff;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic:before {
        display: none;
    }
}

.index_packaging .pack_box .small_pic .slider-nav {
    position: relative;
}

.index_packaging .pack_box .small_pic .slider-nav:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 1px;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-transition: all .45s;
    transition: all .45s;
    border-right: 1px solid #d2d2d2;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic .slider-nav:after {
        top: auto;
        right: auto;
        bottom: 1px;
        width: 100%;
        height: 1px;
        border-right: none;
        border-bottom: 1px solid #d2d2d2;
    }
}

.index_packaging .pack_box .small_pic .slider-nav .slick-dots {
    line-height: 30px;
    position: absolute;
    right: -500%;
    bottom: 40px;
    height: 30px;
    padding: 0;
    text-align: center;
}

@media (max-width: 1469px) {
    .index_packaging .pack_box .small_pic .slider-nav .slick-dots {
        right: -495%;
        bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic .slider-nav .slick-dots {
        display: none;
    }
}

.index_packaging .pack_box .small_pic .slider-nav .slick-dots li {
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
}

.index_packaging .pack_box .small_pic .slider-nav .slick-dots li button {
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    opacity: 0;
    color: #222;
    background: none;
}

.index_packaging .pack_box .small_pic .slider-nav .slick-dots li button:before {
    content: '0';
}

.index_packaging .pack_box .small_pic .slider-nav .slick-dots .slick-active button {
    opacity: 1;
    color: #de9292;
}

.index_packaging .pack_box .small_pic .slick-list {
    margin: -6px 0;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic .slick-list {
        margin: 0 -6px;
    }
}

.index_packaging .pack_box .small_pic .slick-list .slick-slide {
    padding: 6px 0;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic .slick-list .slick-slide {
        padding: 0 6px;
    }
}

.index_packaging .pack_box .small_pic .slick-list .slick-current .item:before {
    height: 100%;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic .slick-list .slick-current .item:before {
        width: 100%;
        height: 3px;
    }
}

.index_packaging .pack_box .small_pic .slick-list .slick-current .item .pic:before,
.index_packaging .pack_box .small_pic .slick-list .slick-current .item .pic:after {
    opacity: 1;
}

.index_packaging .pack_box .small_pic .item {
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic .item {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.index_packaging .pack_box .small_pic .item:before {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 3px;
    height: 0;
    content: '';
    -webkit-transition: all .45s;
    transition: all .45s;
    background-color: #0c60c3;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic .item:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
    }
}

.index_packaging .pack_box .small_pic .item .pic {
    position: relative;
}

.index_packaging .pack_box .small_pic .item .pic:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .45s;
    transition: all .45s;
    opacity: 0;
    border: solid 3px #0c60c3;
}

.index_packaging .pack_box .small_pic .item .pic:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -5px;
    width: 0;
    height: 0;
    content: '';
    -webkit-transition: all .45s;
    transition: all .45s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 5px solid #0c60c3;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .small_pic .item .pic:after {
        top: auto;
        right: 0;
        bottom: -6px;
        left: 0;
        margin: auto;
        -webkit-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

.index_packaging .pack_box .small_pic .item .pic .img-box {
    padding-bottom: 56.54761905%;
}

.index_packaging .pack_box .big_pic {
    width: 61.348%;
    padding-left: 20px;
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .big_pic {
        float: none;
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.index_packaging .pack_box .big_pic .slider-for .slick-dots {
    position: absolute;
    right: -30%;
    bottom: 90px;
    display: block;
    text-align: center;
}

@media (max-width: 1469px) {
    .index_packaging .pack_box .big_pic .slider-for .slick-dots {
        right: -180px;
        bottom: 70px;
    }
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .big_pic .slider-for .slick-dots {
        display: none;
    }
}

.index_packaging .pack_box .big_pic .slider-for .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    cursor: pointer;
    border: solid 2px #de9292;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .index_packaging .pack_box .big_pic .slider-for .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
}

.index_packaging .pack_box .big_pic .slider-for .slick-dots li button {
    display: none;
}

.index_packaging .pack_box .big_pic .slider-for .slick-dots .slick-active {
    background-color: #de9292;
}

.index_packaging .pack_box .big_pic .item .pic .img-box {
    padding-bottom: 56.54761905%;
}

.index_packaging .pack_box .note {
    width: 25.531%;
    padding: 10px 0 0 40px;
}

@media (max-width: 1469px) {
    .index_packaging .pack_box .note {
        padding: 0 0 0 20px;
    }
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .note {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
}

.index_packaging .pack_box .note .title {
    text-align: left;
}

.index_packaging .pack_box .note .title span {
    display: block;
}

.index_packaging .pack_box .note .txt {
    margin-top: 30px;
}

@media (max-width: 1469px) {
    .index_packaging .pack_box .note .txt {
        height: 190px;
        overflow-y: auto;
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .note .txt {
        height: auto;
        overflow-y: auto;
        margin-top: 10px;
    }
}

.index_packaging .pack_box .note .txt p {
    font-size: 14px;
    line-height: 1.71428571;
    color: #666;
}

.index_packaging .pack_box .note .slick-num {
    position: absolute;
    right: 242px;
    bottom: 30px;
}

@media (max-width: 1469px) {
    .index_packaging .pack_box .note .slick-num {
        right: 195px;
        bottom: 11px;
    }
}

@media (max-width: 1199px) {
    .index_packaging .pack_box .note .slick-num {
        display: none;
    }
}

.index_packaging .pack_box .note .slick-num:before {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    content: '/';
    color: #de9292;
}

.index_packaging .pack_box .note .slick-num span.dots_number {
    font-size: 18px;
    line-height: 30px;
    color: #de9292;
}

.index_packaging .pack_box .note .slick-num span.dots_number:before {
    content: '0';
}

.index_news {
    overflow: hidden;
    background-color: #f3f3f3;
}

.index_news .title span {
    display: block;
    margin: 0;
}

.index_news .list {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.index_news .list .slick_news {
    font-size: 0;
}

@media (max-width: 1630px) {
    .index_news .list .slick_news {
        padding: 0 70px;
    }
}

@media (max-width: 1199px) {
    .index_news .list .slick_news {
        padding: 0 60px;
    }
}

@media (max-width: 767px) {
    .index_news .list .slick_news {
        padding: 0 45px;
    }
}

.index_news .list .slick_news .slick-list {
    margin: 0 -15px;
}

@media (max-width: 1199px) {
    .index_news .list .slick_news .slick-list {
        margin: 0 -10px;
    }
}

.index_news .list .slick_news .slick-list .slick-slide {
    padding: 0 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (max-width: 1199px) {
    .index_news .list .slick_news .slick-list .slick-slide {
        padding: 0 10px;
    }
}

.index_news .list .slick_news .slick-list .slick-current {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

@media (max-width: 1199px) {
    .index_news .list .slick_news .slick-list .slick-current {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@media (max-width: 991px) {
    .index_news .list .slick_news .slick-list .slick-current {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.index_news .list .slick_news .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 180px;
    left: -160px;
    padding: 0;
    cursor: pointer;
    background: none;
}

@media (max-width: 1760px) {
    .index_news .list .slick_news .slick-arrow {
        left: -100px;
    }
}

@media (max-width: 1630px) {
    .index_news .list .slick_news .slick-arrow {
        left: -10px;
    }
}

@media (max-width: 1199px) {
    .index_news .list .slick_news .slick-arrow {
        top: 100px;
    }
}

.index_news .list .slick_news .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 53px;
    display: block;
    width: 57px;
    height: 57px;
    content: '\e727';
    -webkit-transition: all .35s;
    transition: all .35s;
    text-align: center;
    color: #de9292;
    border: solid 2px #de9292;
    border-radius: 50%;
    background-color: #f3f3f3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
    .index_news .list .slick_news .slick-arrow:before {
        line-height: 46px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .index_news .list .slick_news .slick-arrow:before {
        line-height: 41px;
        width: 45px;
        height: 45px;
    }
}

.index_news .list .slick_news .slick-arrow:hover:before {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}

.index_news .list .slick_news .slick-next {
    right: -160px;
    left: auto;
}

@media (max-width: 1760px) {
    .index_news .list .slick_news .slick-next {
        right: -100px;
    }
}

@media (max-width: 1630px) {
    .index_news .list .slick_news .slick-next {
        right: -10px;
    }
}

.index_news .list .slick_news .slick-next:before {
    content: '\e728';
}

.index_news .list .slick_news .item {
    display: block;
    padding-bottom: 40px;
    -webkit-transition: all .35s;
    transition: all .35s;
}

@media (max-width: 1199px) {
    .index_news .list .slick_news .item {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .index_news .list .slick_news .item {
        padding-bottom: 0;
    }
}

.index_news .list .slick_news .item:hover .info .tit {
    text-decoration: underline !important;
}

.index_news .list .slick_news .item:hover .info .more_btn a {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}

.index_news .list .slick_news .item .pic {
    display: block;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.index_news .list .slick_news .item .pic .img-box {
    padding-bottom: 91.11111111%;
}

.index_news .list .slick_news .item .info {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 1469px) {
    .index_news .list .slick_news .item .info {
        margin-top: 20px;
    }
}

.index_news .list .slick_news .item .info span {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    line-height: 1;
    display: block;
    color: #de9292;
}

@media (max-width: 991px) {
    .index_news .list .slick_news .item .info span {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .index_news .list .slick_news .item .info span {
        font-size: 14px;
    }
}

.index_news .list .slick_news .item .info .tit {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    line-height: 1.2;
    display: block;
    overflow: hidden;
    margin: 12px 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
}

@media (max-width: 1469px) {
    .index_news .list .slick_news .item .info .tit {
        font-size: 18px;
        margin: 10px 0;
    }
}

@media (max-width: 991px) {
    .index_news .list .slick_news .item .info .tit {
        font-size: 16px;
    }
}

.index_news .list .slick_news .item .info p {
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .index_news .list .slick_news .item .info p {
        font-size: 14px;
        height: 45px;
    }
}

.index_news .list .slick_news .item .info .more_btn {
    margin-top: 25px;
}

@media (max-width: 1199px) {
    .index_news .list .slick_news .item .info .more_btn {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .index_news .list .slick_news .item .info .more_btn {
        margin-top: 15px;
    }
}

.index_news .list .slick_news .item .info .more_btn a {
    font-size: 14px;
    line-height: 46px;
    display: block;
    width: 170px;
    height: 50px;
    margin: auto;
    -webkit-transition: all .45s;
    transition: all .45s;
    color: #222;
    border: solid 2px #444;
    border-radius: 24px;
    background-color: #f3f3f3;
}

@media (max-width: 1469px) {
    .index_news .list .slick_news .item .info .more_btn a {
        line-height: 40px;
        height: 45px;
    }
}

@media (max-width: 1199px) {
    .index_news .list .slick_news .item .info .more_btn a {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .index_news .list .slick_news .item .info .more_btn a {
        font-size: 13px;
        line-height: 34px;
        width: 150px;
        height: 40px;
    }
}

.index_news .list .slick_news .item .info .more_btn a i {
    font-style: normal;
    display: inline-block;
    margin-right: 10px;
}

.pagebanner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1199px) {
    /*
	.pagebanner {
		padding-top: 70px;
	}*/
}

@media (max-width: 767px) {
    .pagebanner .item {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}

.pagebanner .item img {
    display: block;
    width: 100%;
    height: auto !important;
}

.about_wrap .about_us .info {
    margin-top: 25px;
}

@media (max-width: 1469px) {
    .about_wrap .about_us .info {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .about_wrap .about_us .info {
        margin-top: 15px;
    }
}

.about_wrap .about_us .info p {
    font-size: 16px;
    line-height: 1.625;
    color: #444;
}

@media (max-width: 991px) {
    .about_wrap .about_us .info p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .about_wrap .about_us .info p {
        font-size: 14px;
    }
}

.about_wrap .about_us .info p img {
    max-width: 100%;
    height: auto !important;
}

.about_wrap .ab_num {
    overflow: hidden;
    padding: 70px 0;
}

@media (max-width: 1199px) {
    .about_wrap .ab_num {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .about_wrap .ab_num {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .about_wrap .ab_num {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .about_wrap .ab_num .list ul li:first-child .item,
    .about_wrap .ab_num .list ul li:nth-child(2) .item {
        margin-bottom: 30px;
    }
}

.about_wrap .ab_num .list .item {
    -webkit-transition: all .45s;
    transition: all .45s;
    text-align: center;
}

.about_wrap .ab_num .list .item b {
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: block;
    -webkit-transition: all .45s;
    transition: all .45s;
    color: #222;
}

@media (max-width: 1469px) {
    .about_wrap .ab_num .list .item b {
        font-size: 58px;
    }
}

@media (max-width: 1366px) {
    .about_wrap .ab_num .list .item b {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .about_wrap .ab_num .list .item b {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .about_wrap .ab_num .list .item b {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .about_wrap .ab_num .list .item b {
        font-size: 35px;
    }
}

@media (max-width: 480px) {
    .about_wrap .ab_num .list .item b {
        font-size: 32px;
    }
}

.about_wrap .ab_num .list .item b sup {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    top: -1.1em;
    margin-left: 10px;
}

@media (max-width: 1199px) {
    .about_wrap .ab_num .list .item b sup {
        font-size: 22px;
        top: -1em;
    }
}

@media (max-width: 991px) {
    .about_wrap .ab_num .list .item b sup {
        font-size: 20px;
        top: -.8em;
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .about_wrap .ab_num .list .item b sup {
        font-size: 18px;
        top: -.6em;
    }
}

.about_wrap .ab_num .list .item p {
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px;
    -webkit-transition: all .45s;
    transition: all .45s;
    color: #999;
}

@media (max-width: 991px) {
    .about_wrap .ab_num .list .item p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .about_wrap .ab_num .list .item p {
        font-size: 13px;
    }
}

.about_wrap .ab_history {
    background-color: #f6f6f6;
}

.about_wrap .ab_history .history {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about_wrap .ab_history .history {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .about_wrap .ab_history .history {
        margin-top: 25px;
    }
}

.about_wrap .ab_history .history .timeline {
    position: relative;
    width: 100%;
    margin: auto;
}

.about_wrap .ab_history .history .timeline:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #bdbdbd;
}

.about_wrap .ab_history .history .timeline .scroll {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.about_wrap .ab_history .history .timeline .scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #188a68;
}

.about_wrap .ab_history .history .timeline .scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
}

.about_wrap .ab_history .history .timeline .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}

.about_wrap .ab_history .history .timeline .scroll::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2);
}

.about_wrap .ab_history .history .item {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 360px;
    margin: 0 20px;
    cursor: pointer;
}

@media (max-width: 1469px) {
    .about_wrap .ab_history .history .item {
        width: 20%;
    }
}

@media (max-width: 1199px) {
    .about_wrap .ab_history .history .item {
        width: 25%;
        margin: 0 15px;
    }
}

@media (max-width: 991px) {
    .about_wrap .ab_history .history .item {
        width: 32%;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .about_wrap .ab_history .history .item {
        width: 35%;
    }
}

@media (max-width: 600px) {
    .about_wrap .ab_history .history .item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .about_wrap .ab_history .history .item {
        width: 80%;
        margin: 0;
        padding: 0 10px;
    }
}

.about_wrap .ab_history .history .item:first-child {
    margin: 0 20px 0 0;
}

@media (max-width: 1199px) {
    .about_wrap .ab_history .history .item:first-child {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 991px) {
    .about_wrap .ab_history .history .item:first-child {
        margin: 0 10px 0 0;
    }
}

.about_wrap .ab_history .history .item:hover .pic_img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about_wrap .ab_history .history .item:hover .time span {
    color: #fff;
    background-color: #de9292;
}

.about_wrap .ab_history .history .item .pic_img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

@media (max-width: 1199px) {
    .about_wrap .ab_history .history .item .pic_img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.about_wrap .ab_history .history .item .pic_img img {
    max-width: 100%;
    height: auto !important;
}

.about_wrap .ab_history .history .item .info {
    position: absolute;
    bottom: 30px;
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.about_wrap .ab_history .history .item .info b {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    position: relative;
    display: block;
    padding-left: 28px;
    white-space: normal !important;
    color: #222;
}

@media (max-width: 1469px) {
    .about_wrap .ab_history .history .item .info b {
        font-size: 17px;
    }
}

.about_wrap .ab_history .history .item .info b:before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    background: url(../images/img/icon_dot.png) no-repeat center;
    background-size: cover;
}

.about_wrap .ab_history .history .item .info p {
    font-size: 14px;
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: auto;
    margin-top: 10px;
    white-space: normal !important;
    color: #444;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.about_wrap .ab_history .history .item .time {
    position: absolute;
    top: 51%;
    left: 0;
    width: 74px;
    height: 74px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border: solid 1px #de9292;
    border-radius: 50%;
    background-color: #f6f6f6;
}

@media (max-width: 767px) {
    .about_wrap .ab_history .history .item .time {
        width: 60px;
        height: 60px;
    }
}

.about_wrap .ab_history .history .item .time span {
    font-size: 20px;
    line-height: 64px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #de9292;
    border-radius: 50%;
    background-color: #dae3e2;
}

@media (max-width: 1469px) {
    .about_wrap .ab_history .history .item .time span {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about_wrap .ab_history .history .item .time span {
        font-size: 16px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

.about_wrap .ab_history .history .item:nth-child(even) .info {
    top: 30px;
    bottom: auto;
}

.about_wrap .ab_history .history .item:nth-child(even) .pic_img {
    top: auto;
    bottom: 0;
}

.about_history .list {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about_history .list {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .about_history .list {
        margin-top: 25px;
    }
}

.about_history .list .slick_history {
    font-size: 0;
    position: relative;
}

@media (max-width: 1630px) {
    .about_history .list .slick_history {
        padding: 0 70px;
    }
}

@media (max-width: 1199px) {
    .about_history .list .slick_history {
        padding: 0 60px;
    }
}

@media (max-width: 767px) {
    .about_history .list .slick_history {
        padding: 0 45px;
    }
}

.about_history .list .slick_history:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #bdbdbd;
}

@media (max-width: 1630px) {
    .about_history .list .slick_history:before {
        width: 89%;
    }
}

@media (max-width: 1469px) {
    .about_history .list .slick_history:before {
        width: 87%;
    }
}

@media (max-width: 991px) {
    .about_history .list .slick_history:before {
        width: 82%;
    }
}

@media (max-width: 600px) {
    .about_history .list .slick_history:before {
        width: 70%;
    }
}

.about_history .list .slick_history .slick-list {
    margin: 0 -10px;
}

.about_history .list .slick_history .slick-list .slick-slide {
    padding: 0 10px;
}

.about_history .list .slick_history .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -100px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
}

@media (max-width: 1760px) {
    .about_history .list .slick_history .slick-arrow {
        left: -100px;
    }
}

@media (max-width: 1630px) {
    .about_history .list .slick_history .slick-arrow {
        left: -10px;
    }
}

.about_history .list .slick_history .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 48px;
    display: block;
    width: 50px;
    height: 50px;
    content: '\e727';
    -webkit-transition: all .35s;
    transition: all .35s;
    text-align: center;
    color: #de9292;
    border: solid 1px #de9292;
    border-radius: 50%;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
    .about_history .list .slick_history .slick-arrow:before {
        line-height: 46px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .about_history .list .slick_history .slick-arrow:before {
        line-height: 41px;
        width: 45px;
        height: 45px;
    }
}

.about_history .list .slick_history .slick-arrow:hover:before {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}

.about_history .list .slick_history .slick-next {
    right: -100px;
    left: auto;
}

@media (max-width: 1760px) {
    .about_history .list .slick_history .slick-next {
        right: -100px;
    }
}

@media (max-width: 1630px) {
    .about_history .list .slick_history .slick-next {
        right: -10px;
    }
}

.about_history .list .slick_history .slick-next:before {
    content: '\e728';
}

.about_history .list .slick_history .slick-list .slick-slide:nth-child(odd) .item .pic_img {
    top: 0;
    bottom: auto;
}

.about_history .list .slick_history .slick-list .slick-slide:nth-child(odd) .item .info {
    position: absolute;
    bottom: 0;
}

.about_history .list .slick_history .item {
    overflow: hidden;
    position: relative;
    height: 390px;
    padding-top: 0px;
}

.about_history .list .slick_history .item .time {
    position: absolute;
    top: 50%;
    left: 0;
    width: 74px;
    height: 74px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border: solid 1px #de9292;
    border-radius: 50%;
    background-color: #f6f6f6;
}

@media (max-width: 767px) {
    .about_history .list .slick_history .item .time {
        width: 60px;
        height: 60px;
    }
}

.about_history .list .slick_history .item .time span {
    font-size: 20px;
    line-height: 64px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #de9292;
    border-radius: 50%;
    background-color: #dae3e2;
}

@media (max-width: 1469px) {
    .about_history .list .slick_history .item .time span {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about_history .list .slick_history .item .time span {
        font-size: 16px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

.about_history .list .slick_history .item .info {
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.about_history .list .slick_history .item .info b {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 28px;
    white-space: nowrap;
    white-space: normal !important;
    text-overflow: ellipsis;
    color: #222;
}

@media (max-width: 1469px) {
    .about_history .list .slick_history .item .info b {
        font-size: 17px;
    }
}

.about_history .list .slick_history .item .info b:before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    background: url(../images/img/icon_dot.png) no-repeat center;
    background-size: cover;
}

.about_history .list .slick_history .item .info p {
    font-size: 14px;
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: auto;
    margin-top: 10px;
    white-space: normal !important;
    color: #444;
    /*-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;*/
}

.about_history .list .slick_history .item .pic_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230px;
    height: 120px;
    -webkit-transition: all .5s;
    transition: all .5s;
    /*border: 1px solid sandybrown;*/
}

@media (max-width: 1199px) {
    .about_history .list .slick_history .item .pic_img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 600px) {
    .about_history .list .slick_history .item .pic_img {
        width: 100%;
        height: auto !important;
    }
}

.about_history .list .slick_history .item .pic_img img {
    max-width: 100%;
    height: auto !important;
}

.ab_honor .list {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .ab_honor .list ul {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .ab_honor .list ul li {
        padding: 0 10px;
    }
}

.ab_honor .list .item {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .ab_honor .list .item {
        margin-bottom: 25px;
    }
}

.ab_honor .list .item .pic {
    display: block;
}

.ab_honor .list .item .pic .img-box {
    padding-bottom: 131.81818182%;
}

.ab_honor .list .item p {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    line-height: 1.2;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
}

@media (max-width: 991px) {
    .ab_honor .list .item p {
        font-size: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .ab_honor .list .item p {
        margin-top: 10px;
    }
}

.ab_honor .page {
    margin-top: 40px;
}

@media (max-width: 1469px) {
    .ab_honor .page {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .ab_honor .page {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .ab_honor .page {
        margin-top: 15px;
    }
}

.ab_equipment .list {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .ab_equipment .list {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .ab_equipment .list {
        margin-top: 25px;
    }
}

.ab_equipment .list .equipment_box {
    font-size: 0;
    padding: 0 106px;
}

@media (max-width: 1199px) {
    .ab_equipment .list .equipment_box {
        padding: 0 70px;
    }
}

@media (max-width: 767px) {
    .ab_equipment .list .equipment_box {
        padding: 0 40px;
    }
}

.ab_equipment .list .equipment_box .big_pic .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -105px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
}

@media (max-width: 1199px) {
    .ab_equipment .list .equipment_box .big_pic .slick-arrow {
        left: -70px;
    }
}

@media (max-width: 767px) {
    .ab_equipment .list .equipment_box .big_pic .slick-arrow {
        left: -50px;
    }
}

.ab_equipment .list .equipment_box .big_pic .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 53px;
    display: block;
    width: 57px;
    height: 57px;
    content: '\e727';
    -webkit-transition: all .35s;
    transition: all .35s;
    text-align: center;
    color: #de9292;
    border: solid 2px #de9292;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
    .ab_equipment .list .equipment_box .big_pic .slick-arrow:before {
        line-height: 46px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .ab_equipment .list .equipment_box .big_pic .slick-arrow:before {
        line-height: 41px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .ab_equipment .list .equipment_box .big_pic .slick-arrow:before {
        line-height: 36px;
        width: 40px;
        height: 40px;
    }
}

.ab_equipment .list .equipment_box .big_pic .slick-arrow:hover:before {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}

.ab_equipment .list .equipment_box .big_pic .slick-next {
    right: -105px;
    left: auto;
}

@media (max-width: 1199px) {
    .ab_equipment .list .equipment_box .big_pic .slick-next {
        right: -70px;
    }
}

@media (max-width: 767px) {
    .ab_equipment .list .equipment_box .big_pic .slick-next {
        right: -50px;
    }
}

.ab_equipment .list .equipment_box .big_pic .slick-next:before {
    content: '\e728';
}

.ab_equipment .list .equipment_box .big_pic .item .pic .img-box {
    padding-bottom: 46.66666667%;
}

.ab_equipment .list .equipment_box .big_pic .item .info {
    padding: 30px;
    text-align: center;
    color: #fff;
    background-color: #de9292;
}

@media (max-width: 1199px) {
    .ab_equipment .list .equipment_box .big_pic .item .info {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .ab_equipment .list .equipment_box .big_pic .item .info {
        padding: 20px 10px;
    }
}

.ab_equipment .list .equipment_box .big_pic .item .info b {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    display: block;
}

@media (max-width: 1469px) {
    .ab_equipment .list .equipment_box .big_pic .item .info b {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .ab_equipment .list .equipment_box .big_pic .item .info b {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .ab_equipment .list .equipment_box .big_pic .item .info b {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .ab_equipment .list .equipment_box .big_pic .item .info b {
        font-size: 16px;
    }
}

.ab_equipment .list .equipment_box .big_pic .item .info p {
    font-size: 14px;
    line-height: 1.71428571;
    margin-top: 10px;
}

.ab_equipment .list .equipment_box .small_pic {
    margin-top: 20px;
}

.ab_equipment .list .equipment_box .small_pic .slick-list {
    margin: 0 -9px;
}

@media (max-width: 1199px) {
    .ab_equipment .list .equipment_box .small_pic .slick-list {
        margin: 0 -6px;
    }
}

.ab_equipment .list .equipment_box .small_pic .slick-list .slick-slide {
    padding: 0 9px;
}

@media (max-width: 1199px) {
    .ab_equipment .list .equipment_box .small_pic .slick-list .slick-slide {
        padding: 0 6px;
    }
}

.ab_equipment .list .equipment_box .small_pic .slick-list .slick-current .item .pic:before,
.ab_equipment .list .equipment_box .small_pic .slick-list .slick-current .item .pic:after {
    opacity: 1;
}

.ab_equipment .list .equipment_box .small_pic .item {
    position: relative;
}

.ab_equipment .list .equipment_box .small_pic .item .pic {
    position: relative;
}

.ab_equipment .list .equipment_box .small_pic .item .pic:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .45s;
    transition: all .45s;
    opacity: 0;
    border: solid 3px #0c60c3;
}

.ab_equipment .list .equipment_box .small_pic .item .pic .img-box {
    padding-bottom: 53.33333333%;
}

.ab_download .list {
    margin-top: 40px;
}

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

@media (max-width: 767px) {
    .ab_download .list {
        margin-top: 25px;
    }
}

.ab_download .list .item {
    position: relative;
    max-width: 930px;
    margin: auto;
    margin-bottom: 30px;
    padding: 30px 40px 30px 45px;
    background-color: #f3f3f3;
}

@media (max-width: 1199px) {
    .ab_download .list .item {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .ab_download .list .item {
        margin-bottom: 20px;
        padding: 20px;
    }
}

.ab_download .list .item:hover .name p {
    color: #de9292;
}

.ab_download .list .item:hover .download_btn a {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}

.ab_download .list .item .name p {
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    line-height: 1.18181818;
    overflow: hidden;
    -webkit-transition: all .45s;
    transition: all .45s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

@media (max-width: 991px) {
    .ab_download .list .item .name p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .ab_download .list .item .name p {
        font-size: 18px;
    }
}

.ab_download .list .item .name span {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-top: 15px;
    color: #222;
}

.ab_download .list .item .msg {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .ab_download .list .item .msg {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .ab_download .list .item .msg {
        margin-top: 20px;
    }
}

.ab_download .list .item .msg span {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    margin-right: 40px;
    color: #222;
}

@media (max-width: 767px) {
    .ab_download .list .item .msg span {
        margin-right: 30px;
    }
}

.ab_download .list .item .msg span:last-child {
    margin-right: 0;
}

.ab_download .list .item .download_btn {
    position: absolute;
    right: 40px;
    bottom: 30px;
}

@media (max-width: 1199px) {
    .ab_download .list .item .download_btn {
        right: 30px;
    }
}

@media (max-width: 991px) {
    .ab_download .list .item .download_btn {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .ab_download .list .item .download_btn {
        position: static;
        margin-top: 25px;
    }
}

.ab_download .list .item .download_btn a {
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    line-height: 40px;
    display: block;
    width: 170px;
    height: 44px;
    -webkit-transition: all .45s;
    transition: all .45s;
    text-align: center;
    color: #333;
    border: solid 2px #333;
    border-radius: 22px;
    background-color: #f3f3f3;
}

@media (max-width: 991px) {
    .ab_download .list .item .download_btn a {
        font-size: 14px;
        line-height: 36px;
        width: 160px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .ab_download .list .item .download_btn a {
        float: right;
    }
}

.ab_download .list .item .download_btn a:after {
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    margin-left: 20px;
    content: '\e631';
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
    .ab_download .list .item .download_btn a:after {
        font-size: 20px;
    }
}

.ab_download .page {
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .ab_download .page {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .ab_download .page {
        padding-top: 20px;
    }
}

.ab_culture .pic_img img {
    max-width: 100%;
    height: auto !important;
}

.product_wrap .left {
    width: 17.022%;
}

@media (max-width: 1469px) {
    .product_wrap .left {
        width: 21%;
    }
}

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

.product_wrap .left .tit h2 {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    color: #222;
}

@media (max-width: 1469px) {
    .product_wrap .left .tit h2 {
        font-size: 22px;
    }
}

.product_wrap .left .menu {
    position: relative;
    margin-top: 20px;
    padding: 20px 15px 20px 0;
    background-color: #f3f3f3;
}

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

.product_wrap .left .menu .menu1 > li {
    margin-bottom: 8px;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.product_wrap .left .menu .menu1 > li:last-child {
    margin-bottom: 0;
}

.product_wrap .left .menu .menu1 > li > a {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: block;
    padding: 14px 20px;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #222;
    background-color: #fff;
}

@media (max-width: 1469px) {
    .product_wrap .left .menu .menu1 > li > a {
        padding: 14px 15px;
    }
}

.product_wrap .left .menu .menu1 > li > a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 3px;
    height: 14px;
    content: '';
    -webkit-transition: all .35s;
    transition: all .35s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #de9292;
}

.product_wrap .left .menu .menu1 > li:hover > a {
    color: #fff;
    background-color: #de9292;
}

.product_wrap .left .menu .menu1 > li:hover > a:before {
    background-color: #fff;
}

.product_wrap .left .menu .menu1 .active > a {
    color: #fff;
    background-color: #de9292;
}

.product_wrap .left .menu .menu1 .active > a:before {
    background-color: #fff;
}

.product_wrap .left .menu .menu2 {
    display: none;
    padding: 10px 0;
}

.product_wrap .left .menu .menu2 > li {
    position: relative;
    cursor: pointer;
    border: none !important;
}

.product_wrap .left .menu .menu2 > li > a {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
    padding: 5px 20px;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #444;
    background-color: #f3f3f3 !important;
}

.product_wrap .left .menu .menu2 > li > a:hover {
    text-decoration: underline !important;
    color: #de9292;
}

.product_wrap .left .menu .menu2 .active > a {
    text-decoration: underline !important;
    color: #de9292;
}

.product_wrap .left .menu .nomore .menu3 {
    display: none;
}

.product_wrap .left .menu .nomore .menu3 > li:last-child > a {
    border-bottom: none;
}

.product_wrap .left .menu .nomore .menu3 > li > a {
    font-family: 'Helvetica-Bold';
    font-size: 18px;
    line-height: 1.2;
    display: block;
    padding: 20px 14px;
    -webkit-transition: .35s;
    transition: .35s;
    color: #666 !important;
    border: solid 1px #e0e0e0;
    background-color: #fff;
}

@media (max-width: 1469px) {
    .product_wrap .left .menu .nomore .menu3 > li > a {
        font-size: 17px;
    }
}

.product_wrap .left .menu .nomore .menu3 > li > a:before {
    display: none;
}

.product_wrap .left .menu .nomore .menu3 > li:hover a {
    text-decoration: underline !important;
    color: #de9292 !important;
}

.product_wrap .left .menu .nomore .menu3 .active a {
    text-decoration: underline !important;
    color: #de9292 !important;
}

.product_wrap .right {
    width: 82.978%;
    padding: 0 0 0 45px;
}

@media (max-width: 1469px) {
    .product_wrap .right {
        width: 79%;
        padding: 0 0 0 30px;
    }
}

@media (max-width: 1199px) {
    .product_wrap .right {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.product_wrap .right .m_location {
    display: none;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}

@media (max-width: 1199px) {
    .product_wrap .right .m_location {
        display: block;
    }
}

@media (max-width: 480px) {
    .product_wrap .right .m_location {
        margin-bottom: 15px;
    }
}

.product_wrap .right .m_location ul {
    margin: 0 -6px;
}

.product_wrap .right .m_location ul li {
    display: inline-block;
    padding: 0 6px;
}

.product_wrap .right .m_location ul li a {
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    line-height: 2;
    display: block;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #222;
}

@media (max-width: 767px) {
    .product_wrap .right .m_location ul li a {
        font-size: 14px;
    }
}

.product_wrap .right .m_location ul .active a {
    font-family: 'Montserrat-Bold';
    color: #de9292;
}

.product_wrap .right .prod_lists {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .product_wrap .right .prod_lists {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .product_wrap .right .prod_lists {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .product_wrap .right .prod_lists ul {
        margin: 0 -8px;
    }
}

@media (max-width: 767px) {
    .product_wrap .right .prod_lists ul li {
        padding: 0 8px;
    }
}

.product_wrap .right .prod_lists .item {
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product_wrap .right .prod_lists .item {
        margin-bottom: 20px;
    }
}

.product_wrap .right .prod_lists .item:hover .info {
    background-color: #de9292;
}

.product_wrap .right .prod_lists .item:hover .info p {
    color: #fff;
}

.product_wrap .right .prod_lists .item .pic {
    display: block;
}

.product_wrap .right .prod_lists .item .pic .img-box {
    padding-bottom: 63.63636364%;
}

.product_wrap .right .prod_lists .item .info {
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    background-color: #f7f7f7;
}

.product_wrap .right .prod_lists .item .info p {
    font-size: 18px;
    line-height: 54px;
    display: block;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
}

@media (max-width: 991px) {
    .product_wrap .right .prod_lists .item .info p {
        font-size: 16px;
        line-height: 50px;
    }
}

.product_wrap .right .page {
    margin-top: 50px;
}

@media (max-width: 1469px) {
    .product_wrap .right .page {
        margin-top: 40px;
    }
}

@media (max-width: 1199px) {
    .product_wrap .right .page {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .product_wrap .right .page {
        margin-top: 20px;
    }
}

.product_details_wrap .right {
    width: 82.978%;
    padding: 0 0 0 25px;
}

@media (max-width: 1469px) {
    .product_details_wrap .right {
        width: 79%;
    }
}

@media (max-width: 1199px) {
    .product_details_wrap .right {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.product_details_wrap .product_details {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_details {
        margin-top: 0;
    }
}

.product_details_wrap .product_details .product_box .lef {
    font-size: 0;
    overflow: hidden;
    width: 60.264%;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_details .product_box .lef {
        float: none;
        width: 70%;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .product_details_wrap .product_details .product_box .lef {
        width: 100%;
    }
}

.product_details_wrap .product_details .product_box .lef .big_pic .pic .img-box {
    padding-bottom: 61.81818182%;
}

.product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video {
    position: relative;
}

.product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video:hover .video-cover {
    opacity: 0;
}

.product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video .video-cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    opacity: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
}

.product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video .img-box {
    z-index: 0;
    padding-bottom: 61.81818182%;
}

.product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 1;
}

.product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video .video-box .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video .video-box .play {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video .video-box .play:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    font-style: normal;
    display: block;
    content: '\e608';
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
    .product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video .video-box .play:before {
        font-size: 50px;
    }
}

@media (max-width: 600px) {
    .product_details_wrap .product_details .product_box .lef .big_pic .prod_vv .video .video-box .play:before {
        font-size: 40px;
    }
}

.product_details_wrap .product_details .product_box .lef .small_pic {
    margin-top: 8px;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav {
    font-size: 0;
    padding: 0 28px;
}

.product_details_wrap .product_details .product_box .lef .big_pic .slider-for .slick-arrow,
.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
}

.product_details_wrap .product_details .product_box .lef .big_pic .slider-for .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 32px;
    font-style: normal;
    line-height: 1;
    display: block;
    content: '\e727';
    -webkit-transition: all .35s;
    transition: all .35s;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;
    line-height: 1;
    display: block;
    content: '\e727';
    -webkit-transition: all .35s;
    transition: all .35s;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .product_details .product_box .lef .big_pic .slider-for .slick-arrow:hover:before,
.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-arrow:hover:before {
    color: #de9292;
}

.product_details_wrap .product_details .product_box .lef .big_pic .slider-for .slick-next,
.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-next {
    right: 0;
    left: auto;
}

.product_details_wrap .product_details .product_box .lef .big_pic .slider-for .slick-next:before,
.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-next:before {
    content: '\e728';
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-list {
    margin: 0 -4px;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-list .slick-slide {
    padding: 0 4px;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic {
    position: relative;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    opacity: 0;
    border: solid 1px #de9292;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic .img-box {
    padding-bottom: 61.53846154%;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .slick-list .slick-current .pic:before {
    opacity: 1;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .prod_vv .video {
    position: relative;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .prod_vv .video .video-cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    opacity: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .play {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .play:before {
    font-family: 'iconfont' !important;
    font-size: 35px;
    font-style: normal;
    line-height: 1;
    display: block;
    content: '\e608';
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
    .product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .play:before {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .product_details_wrap .product_details .product_box .lef .small_pic .slider-nav .prod_vv .video .video-box1 .play:before {
        font-size: 30px;
    }
}

.product_details_wrap .product_details .product_box .rig {
    width: 39.736%;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_details .product_box .rig {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

.product_details_wrap .product_details .product_box .rig .prod_info .tit {
    padding: 30px 0;
}

@media (max-width: 1469px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .tit {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .tit {
        padding: 20px 0 15px;
    }
}

.product_details_wrap .product_details .product_box .rig .prod_info .tit h1 {
    font-family: 'Montserrat-Bold';
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
    -webkit-transition: all .45s;
    transition: all .45s;
    color: #222;
}

@media (max-width: 1469px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .tit h1 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .tit h1 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .tit h1 {
        font-size: 18px;
    }
}

.product_details_wrap .product_details .product_box .rig .prod_info .txt b {
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    display: block;
    margin-bottom: 6px;
    color: #de9292;
}

@media (max-width: 1469px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .txt b {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .txt b {
        font-size: 16px;
    }
}

.product_details_wrap .product_details .product_box .rig .prod_info .txt p {
    font-size: 14px;
    line-height: 1.71428571;
    color: #222;
}

@media (max-width: 991px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .txt p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .txt p {
        font-size: 14px;
    }
}

.product_details_wrap .product_details .product_box .rig .prod_info .share_box {
    margin-top: 40px;
}

@media (max-width: 1469px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .share_box {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .share_box {
        margin-top: 20px;
    }
}

.product_details_wrap .product_details .product_box .rig .prod_info .share_box span {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.product_details_wrap .product_details .product_box .rig .prod_info .share_box .share_tool {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.product_details_wrap .product_details .product_box .rig .prod_info .prod_btn {
    margin-top: 50px;
}

@media (max-width: 1469px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .prod_btn {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .prod_btn {
        margin-top: 20px;
    }
}

.product_details_wrap .product_details .product_box .rig .prod_info .prod_btn .inquiry_btn {
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 196px;
    height: 46px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #222;
    border: solid 2px #222;
    border-radius: 23px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .product_details_wrap .product_details .product_box .rig .prod_info .prod_btn .inquiry_btn {
        font-size: 15px;
        width: 180px;
    }
}

.product_details_wrap .product_details .product_box .rig .prod_info .prod_btn .inquiry_btn:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    margin-right: 15px;
    content: '\e6a3';
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .product_details .product_box .rig .prod_info .prod_btn .inquiry_btn:hover {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}

.product_details_wrap .info_title {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .product_details_wrap .info_title {
        margin-top: 40px;
    }
}

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

@media (max-width: 767px) {
    .product_details_wrap .info_title {
        margin-top: 35px;
    }
}

.product_details_wrap .info_title h2 {
    font-family: 'Montserrat-Bold';
    font-size: 26px;
    line-height: 1.15384615;
    display: block;
    margin: 0;
    color: #222;
}

@media (max-width: 1366px) {
    .product_details_wrap .info_title h2 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .product_details_wrap .info_title h2 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .product_details_wrap .info_title h2 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .product_details_wrap .info_title h2 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .product_details_wrap .info_title h2 {
        font-size: 20px;
    }
}

.product_details_wrap .product_info .text {
    margin-top: 20px;
    /*padding: 20px;*/
    /*background-color: #ededed;*/
}

@media (max-width: 1199px) {
    .product_details_wrap .product_info .text {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .product_details_wrap .product_info .text {
        /*padding: 15px;*/
    }
}

.product_details_wrap .product_info .text p {
    font-size: 16px;
    line-height: 1.875;
    color: #000;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_info .text p {
        font-size: 15px;
    }
}

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

.product_details_wrap .product_info .text p img {
    max-width: 100%;
    height: auto !important;
}

.product_details_wrap .product_inquire p {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0 20px;
    color: #666;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_inquire p {
        margin: 10px 0 20px;
    }
}

@media (max-width: 767px) {
    .product_details_wrap .product_inquire p {
        margin: 10px 0 15px;
    }
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul {
    margin: 0 -5px;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li {
    margin-bottom: 14px;
    padding: 0 5px;
}

@media (max-width: 767px) {
    .product_details_wrap .product_inquire .inquire_form .form_ipt ul li {
        margin-bottom: 10px;
    }
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:first-child input {
    color: #333;
    background-color: #d8d8d8;
}

@media (max-width: 991px) {
    .product_details_wrap .product_inquire .inquire_form .form_ipt ul li:first-child input {
        font-size: 16px;
    }
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:last-child {
    margin-bottom: 0;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
    font-size: 14px;
    line-height: 50px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #333;
    border: none;
    background-color: #ededed;
}

@media (max-width: 991px) {
    .product_details_wrap .product_inquire .inquire_form .form_ipt ul li input,
    .product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
        line-height: 45px;
        height: 45px;
        padding: 0 15px;
    }
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
    line-height: 28px;
    min-height: 240px;
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
        min-height: 200px;
        padding: 5px 15px;
    }
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input::-webkit-input-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea::-webkit-input-placeholder {
    color: #333;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input:-o-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea:-o-placeholder {
    color: #333;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input::-moz-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea::-moz-placeholder {
    color: #333;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input:-ms-input-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea:-ms-input-placeholder {
    color: #333;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input:focus::-webkit-input-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input:focus::-o-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea:focus::-o-placeholder {
    color: #ccc;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input:focus::-moz-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea:focus::-moz-placeholder {
    color: #ccc;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input:focus::-ms-input-placeholder,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt .send3 {
    font-size: 16px;
    line-height: 45px;
    position: relative;
    display: block;
    width: 194px;
    height: 50px;
    margin: auto;
    margin-top: 15px;
    padding: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    text-align: center;
    color: #222;
    border: solid 2px #000;
    border-radius: 25px;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_inquire .inquire_form .form_ipt .send3 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .product_details_wrap .product_inquire .inquire_form .form_ipt .send3 {
        font-size: 15px;
        line-height: 35px;
        width: 160px;
        height: 45px;
    }
}

.product_details_wrap .product_inquire .inquire_form .form_ipt .send3:hover {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}

.product_details_wrap .product_related .list {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_related .list {
        margin-top: 20px;
    }
}

.product_details_wrap .product_related .list .slick-list {
    margin: 0 -15px;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_related .list .slick-list {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .product_details_wrap .product_related .list .slick-list {
        margin: 0 -6px;
    }
}

.product_details_wrap .product_related .list .slick-list .slick-slide {
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_related .list .slick-list .slick-slide {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product_details_wrap .product_related .list .slick-list .slick-slide {
        padding: 0 6px;
    }
}

.product_details_wrap .product_related .list .item {
    display: block;
}

.product_details_wrap .product_related .list .item:hover .name p {
    color: #de9292;
}

.product_details_wrap .product_related .list .item .pic .img-box {
    padding-bottom: 62.41134752%;
}

.product_details_wrap .product_related .list .item .name {
    position: relative;
    margin-top: 18px;
    text-align: center;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_related .list .item .name {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .product_details_wrap .product_related .list .item .name {
        margin-top: 10px;
    }
}

.product_details_wrap .product_related .list .item .name:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    content: '';
    -webkit-transition: all .45s;
    transition: all .45s;
    background-color: #de9292;
}

.product_details_wrap .product_related .list .item .name p {
    font-family: 'BarlowSemiCondensed-Medium';
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .45s;
    transition: all .45s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1e1d28;
}

@media (max-width: 1199px) {
    .product_details_wrap .product_related .list .item .name p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .product_details_wrap .product_related .list .item .name p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .product_details_wrap .product_related .list .item .name p {
        font-size: 15px;
    }
}

.contact_wrap .list {
    position: relative;
}

.contact_wrap .list .left {
    width: 32.625%;
    margin-top: 30px;
    padding-right: 10px;
}

@media (max-width: 1469px) {
    .contact_wrap .list .left {
        width: 38%;
    }
}

@media (max-width: 1199px) {
    .contact_wrap .list .left {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .contact_wrap .list .left {
        margin-top: 30px;
    }
}

.contact_wrap .list .left .note .item {
    position: relative;
    margin-bottom: 50px;
    padding: 50px 30px 20px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}

@media (max-width: 767px) {
    .contact_wrap .list .left .note .item {
        padding: 50px 20px 20px 30px;
    }
}

.contact_wrap .list .left .note .item:last-child {
    margin-bottom: 0;
}

.contact_wrap .list .left .note .item:hover {
    background-color: #de9292;
    box-shadow: none;
}

.contact_wrap .list .left .note .item:hover .cont_icon {
    background-color: #de9292;
    box-shadow: none;
}

.contact_wrap .list .left .note .item:hover .cont_icon:before {
    color: #de9292;
    background-color: #fff;
}

.contact_wrap .list .left .note .item:hover b,
.contact_wrap .list .left .note .item:hover p {
    color: #fff;
}

.contact_wrap .list .left .note .item .cont_icon {
    position: relative;
    left: -10px;
    width: 63px;
    height: 63px;
    margin-top: -82px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}

@media (max-width: 991px) {
    .contact_wrap .list .left .note .item .cont_icon {
        width: 55px;
        height: 55px;
        margin-top: -80px;
    }
}

.contact_wrap .list .left .note .item .cont_icon:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-style: normal;
    line-height: 45px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 45px;
    height: 45px;
    margin: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border-radius: 50%;
    background-color: #de9292;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
    .contact_wrap .list .left .note .item .cont_icon:before {
        font-size: 24px;
        line-height: 42px;
        width: 42px;
        height: 42px;
    }
}

.contact_wrap .list .left .note .item .office:before {
    font-size: 24px;
    content: '\e86d';
}

@media (max-width: 991px) {
    .contact_wrap .list .left .note .item .office:before {
        font-size: 20px;
    }
}

.contact_wrap .list .left .note .item .address:before {
    content: '\e811';
}

.contact_wrap .list .left .note .item .email:before {
    content: '\e63b';
}

.contact_wrap .list .left .note .item .tel:before {
    font-size: 26px;
    content: '\e609';
}

@media (max-width: 991px) {
    .contact_wrap .list .left .note .item .tel:before {
        font-size: 23px;
    }
}

.contact_wrap .list .left .note .item b {
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #222;
}

@media (max-width: 991px) {
    .contact_wrap .list .left .note .item b {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .contact_wrap .list .left .note .item b {
        font-size: 16px;
    }
}

.contact_wrap .list .left .note .item p {
    font-size: 14px;
    line-height: 1.71428571;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #222;
}

.contact_wrap .list .left .note .item p a:hover {
    text-decoration: underline !important;
    color: #de9292;
}

.contact_wrap .list .right {
    width: 67.375%;
    padding-top: 28px;
    padding-left: 50px;
}

@media (max-width: 1469px) {
    .contact_wrap .list .right {
        width: 62%;
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .contact_wrap .list .right {
        float: none;
        width: 100%;
        padding-top: 40px;
        padding-left: 0;
    }
}

.contact_wrap .list .right .contact_form .tit {
    position: relative;
}

.contact_wrap .list .right .contact_form .tit:after {
    position: absolute;
    top: 50%;
    right: 200px;
    display: block;
    width: 50%;
    height: 1px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e5e5e5;
}

@media (max-width: 1469px) {
    .contact_wrap .list .right .contact_form .tit:after {
        right: 100px;
    }
}

@media (max-width: 767px) {
    .contact_wrap .list .right .contact_form .tit:after {
        right: 20px;
    }
}

.contact_wrap .list .right .contact_form .tit p {
    font-family: 'Montserrat-Bold';
    font-size: 32px;
    line-height: 1;
    position: relative;
    display: block;
    padding-left: 25px;
    color: #333;
}

@media (max-width: 1469px) {
    .contact_wrap .list .right .contact_form .tit p {
        font-size: 28px;
    }
}

@media (max-width: 1366px) {
    .contact_wrap .list .right .contact_form .tit p {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .contact_wrap .list .right .contact_form .tit p {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .contact_wrap .list .right .contact_form .tit p {
        font-size: 22px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .contact_wrap .list .right .contact_form .tit p {
        font-size: 20px;
    }
}

.contact_wrap .list .right .contact_form .tit p:before {
    position: absolute;
    top: 52%;
    left: 0;
    display: block;
    width: 5px;
    height: 23px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #de9292;
}

@media (max-width: 991px) {
    .contact_wrap .list .right .contact_form .tit p:before {
        top: 54%;
        height: 16px;
    }
}

.contact_wrap .list .right .contact_form .message_ipt {
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .contact_wrap .list .right .contact_form .message_ipt {
        margin-top: 20px;
    }
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul {
    margin: 0 -9px;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li {
    margin-bottom: 20px;
    padding: 0 9px;
}

@media (max-width: 991px) {
    .contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li {
        margin-bottom: 10px;
    }
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li:last-child {
    margin-bottom: 0;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input,
.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea {
    font-size: 16px;
    line-height: 50px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #333;
    border: none;
    background-color: #f5f5f5;
}

@media (max-width: 1199px) {
    .contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input,
    .contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea {
        font-size: 15px;
        line-height: 45px;
        height: 45px;
        padding: 0 15px;
    }
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea {
    line-height: 28px;
    min-height: 180px;
    padding: 15px 20px;
}

@media (max-width: 991px) {
    .contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea {
        padding: 5px 15px;
    }
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input::-webkit-input-placeholder,
.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea::-webkit-input-placeholder {
    color: #333;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input:-o-placeholder,
.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea:-o-placeholder {
    color: #333;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input::-moz-placeholder,
.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea::-moz-placeholder {
    color: #333;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input:-ms-input-placeholder,
.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea:-ms-input-placeholder {
    color: #333;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input:focus::-webkit-input-placeholder,
.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input:focus::-o-placeholder,
.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea:focus::-o-placeholder {
    color: #ccc;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input:focus::-moz-placeholder,
.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea:focus::-moz-placeholder {
    color: #ccc;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li input:focus::-ms-input-placeholder,
.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li button {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    line-height: 45px;
    position: relative;
    display: block;
    width: 156px;
    margin: auto;
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 25px;
    background-color: #de9292;
}

.contact_wrap .list .right .contact_form .message_ipt .form_ipt ul li button:hover {
    background-color: #222;
}

.contact_wrap .list .right .map {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .contact_wrap .list .right .map {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .contact_wrap .list .right .map {
        margin-top: 30px;
    }
}

.contact_wrap .list .right .map .map-content {
    height: 330px;
}

@media (max-width: 991px) {
    .contact_wrap .list .right .map .map-content {
        height: 300px;
    }
}

.news_wrap {
    overflow: hidden;
}

.news_wrap .title h2 span {
    margin-right: 0;
}

.news_wrap .list {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .news_wrap .list {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .news_wrap .list {
        margin-top: 25px;
    }
}

.news_wrap .list .item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 15px 0;
    -webkit-transition: all .35s;
    transition: all .35s;
}

@media (max-width: 991px) {
    .news_wrap .list .item {
        margin-bottom: 30px;
    }
}

.news_wrap .list .item:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 83%;
    height: 100%;
    content: '';
    background-color: #f3f3f3;
}

.news_wrap .list .item:hover .info .tit {
    text-decoration: underline !important;
    color: #de9292;
}

.news_wrap .list .item:hover .info .more_btn a {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}

.news_wrap .list .item .news_num {
    font-size: 36px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .19;
    color: #de9292;
}

@media (max-width: 991px) {
    .news_wrap .list .item .news_num {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .news_wrap .list .item .news_num {
        font-size: 30px;
        position: static;
    }
}

.news_wrap .list .item .pic {
    position: relative;
    z-index: 1;
    display: block;
    width: 26.242%;
    -webkit-transition: all .35s;
    transition: all .35s;
}

@media (max-width: 1199px) {
    .news_wrap .list .item .pic {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .news_wrap .list .item .pic {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .news_wrap .list .item .pic {
        float: none;
        width: 100%;
    }
}

.news_wrap .list .item .pic .img-box {
    padding-bottom: 91.89189189%;
}

.news_wrap .list .item .info {
    position: relative;
    z-index: 1;
    width: 73.758%;
    padding: 30px 200px 0 60px;
    text-align: left;
}

@media (max-width: 1469px) {
    .news_wrap .list .item .info {
        padding: 20px 100px 0 30px;
    }
}

@media (max-width: 1199px) {
    .news_wrap .list .item .info {
        width: 70%;
        padding: 15px 100px 0 20px;
    }
}

@media (max-width: 991px) {
    .news_wrap .list .item .info {
        width: 65%;
        padding: 0 60px 0 20px;
    }
}

@media (max-width: 767px) {
    .news_wrap .list .item .info {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
}

.news_wrap .list .item .info span {
    font-size: 14px;
    line-height: 1.71428571;
    display: block;
    color: #444;
}

.news_wrap .list .item .info span:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
    content: '\e619';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news_wrap .list .item .info .tit {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-width: 530px;
    height: 60px;
    margin: 10px 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #222;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .news_wrap .list .item .info .tit {
        font-size: 18px;
        height: 54px;
    }
}

@media (max-width: 991px) {
    .news_wrap .list .item .info .tit {
        font-size: 16px;
        height: 48px;
    }
}

.news_wrap .list .item .info p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    color: #444;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_wrap .list .item .info .more_btn {
    margin-top: 60px;
}

@media (max-width: 1469px) {
    .news_wrap .list .item .info .more_btn {
        margin-top: 20px;
    }
}

.news_wrap .list .item .info .more_btn a {
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    line-height: 38px;
    display: block;
    width: 182px;
    height: 44px;
    -webkit-transition: all .45s;
    transition: all .45s;
    text-align: center;
    color: #444;
    border: solid 2px #444;
    border-radius: 22px;
}

@media (max-width: 991px) {
    .news_wrap .list .item .info .more_btn a {
        font-size: 14px;
        line-height: 35px;
        width: 160px;
        height: 40px;
    }
}

.news_wrap .list .item .info .more_btn a:after {
    font-family: 'iconfont' !important;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin-left: 20px;
    content: '\e728';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news_wrap .page {
    padding-top: 50px;
}

@media (max-width: 1469px) {
    .news_wrap .page {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 1199px) {
    .news_wrap .page {
        padding: 30px 0 0 0;
    }
}

@media (max-width: 991px) {
    .news_wrap .page {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 767px) {
    .news_wrap .page {
        padding: 10px 0 0 0;
    }
}

.news_details .container {
    max-width: 1200px;
}

.news_details .news_title {
    text-align: left;
}

.news_details .news_title h1 {
    font-family: 'Montserrat-Bold';
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    display: block;
    margin: 0;
    color: #222;
}

@media (max-width: 1469px) {
    .news_details .news_title h1 {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .news_details .news_title h1 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .news_details .news_title h1 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .news_details .news_title h1 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .news_details .news_title h1 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .news_details .news_title h1 {
        font-size: 18px;
    }
}

.news_details .news_box {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 991px) {
    .news_details .news_box {
        padding-bottom: 15px;
    }
}

.news_details .news_box .time {
    font-family: 'WorkSans-Bold';
    font-size: 16px;
    line-height: 1.2;
    display: block;
    float: left;
    margin-top: 15px;
    color: #de9292;
}

@media (max-width: 991px) {
    .news_details .news_box .time {
        float: none;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .news_details .news_box .time {
        font-size: 15px;
    }
}

.news_details .news_box .share_box {
    float: right;
}

@media (max-width: 991px) {
    .news_details .news_box .share_box {
        float: none;
        margin-top: 15px;
    }
}

.news_details .news_box .share_box span {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

@media (max-width: 767px) {
    .news_details .news_box .share_box span {
        font-size: 15px;
    }
}

.news_details .news_box .share_box .share_tool {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.news_details .info {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .news_details .info {
        margin-top: 15px;
    }
}

.news_details .info p {
    font-size: 16px;
    line-height: 1.875;
    color: #222;
}

@media (max-width: 991px) {
    .news_details .info p {
        font-size: 15px;
    }
}

.news_details .info p img {
    max-width: 100%;
    height: auto !important;
}

.news_details .news_page {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
}

@media (max-width: 991px) {
    .news_details .news_page {
        margin-top: 20px;
    }
}

.news_details .news_page .item {
    padding-top: 10px;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.news_details .news_page .item:hover a {
    color: #de9292;
}

.news_details .news_page .item a {
    font-size: 16px;
    line-height: 1.4;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
}

@media (max-width: 991px) {
    .news_details .news_page .item a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .news_details .news_page .item a {
        font-size: 14px;
    }
}

.news_details .news_page .item a:hover {
    text-decoration: underline !important;
    color: #de9292;
}

.news_details .news_page .prev {
    padding-top: 15px;
}

.page_location {
    overflow: hidden;
    padding: 26px 0;
    text-align: center;
    background-color: #f3f3f3;
}

@media (max-width: 1199px) {
    .page_location {
        padding: 20px 0;
    }
}

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

@media (max-width: 767px) {
    .page_location {
        overflow-x: auto;
    }
}

.page_location ul {
    margin: 0 -40px;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .page_location ul {
        margin: 0 -30px;
    }
}

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

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

.page_location ul li {
    display: inline-block;
    padding: 0 40px;
}

@media (max-width: 1199px) {
    .page_location ul li {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .page_location ul li {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .page_location ul li {
        padding: 0 10px;
    }
}

.page_location ul li a {
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    line-height: 1.2;
    display: block;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #222;
}

@media (max-width: 991px) {
    .page_location ul li a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .page_location ul li a {
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .page_location ul li a {
        font-size: 14px;
    }
}

.page_location ul li a:hover {
    text-decoration: underline !important;
    color: #de9292;
}

.page_location ul .act a {
    text-decoration: underline !important;
    color: #de9292;
}

.project_wrap {
    overflow: hidden;
    padding: 50px 0 100px;
}

@media (max-width: 1469px) {
    .project_wrap {
        padding: 50px 0 80px;
    }
}

@media (max-width: 1199px) {
    .project_wrap {
        padding: 30px 0 60px;
    }
}

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

@media (max-width: 767px) {
    .project_wrap {
        padding: 30px 0 40px;
    }
}

.project_wrap .list .item {
    margin-bottom: 30px;
    padding: 10px;
    -webkit-transition: all .35s;
    transition: all .35s;
    border: solid 1px #de9292;
    background-color: #fff;
}

@media (max-width: 767px) {
    .project_wrap .list .item {
        margin-bottom: 25px;
    }
}

.project_wrap .list .item:hover {
    border-color: #de9292;
}

.project_wrap .list .item:hover .info .tit {
    color: #de9292;
}

.project_wrap .list .item:hover .info .more_btn a {
    color: #fff;
    border-color: #de9292;
    background-color: #de9292;
}

.project_wrap .list .item .pic {
    width: 48.271%;
}

@media (max-width: 991px) {
    .project_wrap .list .item .pic {
        width: 58%;
    }
}

@media (max-width: 767px) {
    .project_wrap .list .item .pic {
        float: none;
        width: 100%;
    }
}

.project_wrap .list .item .pic .img-box {
    padding-bottom: 56.71641791%;
}

.project_wrap .list .item .info {
    width: 51.729%;
    padding: 50px 140px 0 45px;
}

@media (max-width: 1469px) {
    .project_wrap .list .item .info {
        padding: 30px 100px 0 40px;
    }
}

@media (max-width: 1199px) {
    .project_wrap .list .item .info {
        padding: 15px 30px 0 30px;
    }
}

@media (max-width: 991px) {
    .project_wrap .list .item .info {
        width: 42%;
        padding: 10px 0 0 20px;
    }
}

@media (max-width: 767px) {
    .project_wrap .list .item .info {
        float: none;
        width: 100%;
        padding: 15px 0 10px 0;
    }
}

.project_wrap .list .item .info .tit {
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    line-height: 1.2;
    display: block;
    overflow: hidden;
    -webkit-transition: all .35s;
    transition: all .35s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
}

@media (max-width: 1199px) {
    .project_wrap .list .item .info .tit {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .project_wrap .list .item .info .tit {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .project_wrap .list .item .info .tit {
        font-size: 16px;
    }
}

.project_wrap .list .item .info .tit:after {
    display: block;
    width: 45px;
    height: 3px;
    margin: 20px 0;
    content: '';
    background-color: #000;
}

@media (max-width: 1199px) {
    .project_wrap .list .item .info .tit:after {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .project_wrap .list .item .info .tit:after {
        height: 2px;
        margin: 10px 0;
    }
}

.project_wrap .list .item .info p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    text-align: left;
    word-break: break-word;
    color: #444;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.project_wrap .list .item .info .more_btn {
    margin-top: 60px;
}

@media (max-width: 1469px) {
    .project_wrap .list .item .info .more_btn {
        margin-top: 20px;
    }
}

.project_wrap .list .item .info .more_btn a {
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    line-height: 38px;
    display: block;
    width: 182px;
    height: 44px;
    -webkit-transition: all .45s;
    transition: all .45s;
    text-align: center;
    color: #444;
    border: solid 2px #444;
    border-radius: 22px;
}

@media (max-width: 991px) {
    .project_wrap .list .item .info .more_btn a {
        font-size: 14px;
        line-height: 35px;
        width: 160px;
        height: 40px;
    }
}

.project_wrap .list .item .info .more_btn a:after {
    font-family: 'iconfont' !important;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin-left: 20px;
    content: '\e728';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.project_wrap .page {
    padding-top: 50px;
}

@media (max-width: 1469px) {
    .project_wrap .page {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 1199px) {
    .project_wrap .page {
        padding: 30px 0 0 0;
    }
}

@media (max-width: 991px) {
    .project_wrap .page {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 767px) {
    .project_wrap .page {
        padding: 10px 0 0 0;
    }
}

.project_wrap_detail {
    overflow: hidden;
}

.project_wrap_detail .tit h1 {
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    color: #222;
}

@media (max-width: 1366px) {
    .project_wrap_detail .tit h1 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .project_wrap_detail .tit h1 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .project_wrap_detail .tit h1 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .project_wrap_detail .tit h1 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .project_wrap_detail .tit h1 {
        font-size: 18px;
    }
}

.project_wrap_detail .info {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .project_wrap_detail .info {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .project_wrap_detail .info {
        margin-top: 10px;
    }
}

.project_wrap_detail .info p {
    font-size: 14px;
    line-height: 1.71428571;
    color: #444;
}

.project_wrap_detail .info p img {
    max-width: 100%;
    height: auto !important;
}

.project_wrap_detail .project_page {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .project_wrap_detail .project_page {
        margin-top: 20px;
    }
}

.project_wrap_detail .project_page a {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #222;
}

@media (max-width: 991px) {
    .project_wrap_detail .project_page a {
        font-size: 15px;
    }
}

.project_wrap_detail .project_page a:hover {
    color: #de9292;
}

.project_wrap_detail .project_page .prev a:before {
    font-family: 'iconfont' !important;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin-right: 12px;
    content: '\e661';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.project_wrap_detail .project_page .next a:after {
    font-family: 'iconfont' !important;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin-left: 12px;
    content: '\e663';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wooden_wrap {
    padding: 50px 0 100px;
}

@media (max-width: 1469px) {
    .wooden_wrap {
        padding: 50px 0 80px;
    }
}

@media (max-width: 1199px) {
    .wooden_wrap {
        padding: 30px 0 60px;
    }
}

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

@media (max-width: 767px) {
    .wooden_wrap {
        padding: 30px 0 40px;
    }
}

.wooden_wrap .txt {
    max-width: 1230px;
    margin: auto;
    text-align: center;
}

.wooden_wrap .txt p {
    font-size: 14px;
    line-height: 1.85714286;
    color: #444;
}

.wooden_wrap .list {
    margin-top: 20px;
}

@media (max-width: 1469px) {
    .wooden_wrap .list {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .wooden_wrap .list {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .wooden_wrap .list {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .wooden_wrap .list ul {
        margin: 0 -10px;
    }
}

@media (max-width: 1199px) {
    .wooden_wrap .list ul li {
        padding: 0 10px;
    }
}

.wooden_wrap .list .item {
    display: block;
    margin-top: 30px;
}

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

.wooden_wrap .list .item .img-box {
    padding-bottom: 66.66666667%;
}

.packaging_wrap {
    padding: 50px 0 100px;
}

@media (max-width: 1469px) {
    .packaging_wrap {
        padding: 50px 0 80px;
    }
}

@media (max-width: 1199px) {
    .packaging_wrap {
        padding: 30px 0 60px;
    }
}

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

@media (max-width: 767px) {
    .packaging_wrap {
        padding: 30px 0 40px;
    }
}

.packaging_wrap .txt {
    max-width: 1230px;
    margin: auto;
    text-align: center;
}

.packaging_wrap .txt p {
    font-size: 14px;
    line-height: 1.85714286;
    color: #444;
}

.packaging_wrap .pic_box {
    margin-top: 50px;
}

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

@media (max-width: 767px) {
    .packaging_wrap .pic_box {
        margin-top: 35px;
    }
}

.packaging_wrap .pic_box .tit h3 {
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    color: #222;
}

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

@media (max-width: 767px) {
    .packaging_wrap .pic_box .tit h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .packaging_wrap .pic_box .list ul {
        margin: 0 -10px;
    }
}

@media (max-width: 1199px) {
    .packaging_wrap .pic_box .list ul li {
        padding: 0 10px;
    }
}

.packaging_wrap .pic_box .list .item {
    display: block;
    margin-top: 20px;
}

.packaging_wrap .pic_box .list .item .img-box {
    padding-bottom: 66.66666667%;
}

.cabinet_wrap {
    padding: 50px 0 100px;
}

@media (max-width: 1469px) {
    .cabinet_wrap {
        padding: 50px 0 80px;
    }
}

@media (max-width: 1199px) {
    .cabinet_wrap {
        padding: 30px 0 60px;
    }
}

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

@media (max-width: 767px) {
    .cabinet_wrap {
        padding: 30px 0 40px;
    }
}

.cabinet_wrap .txt {
    max-width: 1230px;
    margin: auto;
    text-align: center;
}

.cabinet_wrap .txt p {
    font-size: 14px;
    line-height: 1.85714286;
    color: #444;
}

.cabinet_wrap .cabinet_vv {
    max-width: 920px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .cabinet_wrap .cabinet_vv {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .cabinet_wrap .cabinet_vv {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.cabinet_wrap .cabinet_vv .video {
    position: relative;
    cursor: pointer;
}

.cabinet_wrap .cabinet_vv .video:hover:before {
    opacity: 0;
}

.cabinet_wrap .cabinet_vv .video:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .2);
}

.cabinet_wrap .cabinet_vv .video .video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.cabinet_wrap .cabinet_vv .video .video-box:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-style: normal;
    line-height: 70px;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
    content: '\e608';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .23);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
    .cabinet_wrap .cabinet_vv .video .video-box:before {
        line-height: 65px;
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 480px) {
    .cabinet_wrap .cabinet_vv .video .video-box:before {
        font-size: 40px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

.cabinet_wrap .cabinet_vv .video .video-box .img-box {
    padding-bottom: 54.34782609%;
}

.cabinet_wrap .cabinet_vv .video .video-box .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 1;
}

.cabinet_wrap .cabinet_vv .video .video-box .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.cabinet_wrap .tit h3 {
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    color: #222;
}

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

@media (max-width: 767px) {
    .cabinet_wrap .tit h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .cabinet_wrap .list ul {
        margin: 0 -10px;
    }
}

@media (max-width: 1199px) {
    .cabinet_wrap .list ul li {
        padding: 0 10px;
    }
}

.cabinet_wrap .list .item {
    margin-top: 20px;
}

.cabinet_wrap .list .item .pic {
    display: block;
}

.cabinet_wrap .list .item .pic .img-box {
    padding-bottom: 66.66666667%;
}

.cabinet_wrap .list .item .info {
    margin-top: 10px;
}

.cabinet_wrap .list .item .info p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    color: #444;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
    .cabinet_wrap .list .item .info p {
        height: auto;
    }
}

.sitemap_wrap {
    padding: 180px 0 100px;
}

@media (max-width: 1469px) {
    .sitemap_wrap {
        padding: 170px 0 80px;
    }
}

@media (max-width: 1199px) {
    .sitemap_wrap {
        padding: 120px 0 60px;
    }
}

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

@media (max-width: 767px) {
    .sitemap_wrap {
        padding: 100px 0 40px;
    }
}

.sitemap_wrap .list {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .sitemap_wrap .list {
        margin-top: 35px;
    }
}

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

@media (max-width: 480px) {
    .sitemap_wrap .list {
        margin-top: 25px;
    }
}

.sitemap_wrap .list > ul > li:last-child .item {
    margin-bottom: 0;
}

.sitemap_wrap .list .item {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .sitemap_wrap .list .item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .sitemap_wrap .list .item {
        margin-bottom: 15px;
    }
}

.sitemap_wrap .list .item .link_a a {
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    line-height: 2.77777778;
    display: block;
    width: 250px;
    padding: 0 20px;
    -webkit-transition: all .35s;
    transition: all .35s;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    background-color: #de9292;
}

@media (max-width: 1199px) {
    .sitemap_wrap .list .item .link_a a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .sitemap_wrap .list .item .link_a a {
        width: 230px;
    }
}

@media (max-width: 767px) {
    .sitemap_wrap .list .item .link_a a {
        font-size: 16px;
    }
}

.sitemap_wrap .list .item .page_a {
    padding-top: 15px;
}

.sitemap_wrap .list .item .page_a > a {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 2.22222222;
    display: block;
    padding-left: 17px;
    -webkit-transition: all .35s;
    transition: all .35s;
    text-transform: capitalize;
    color: #222;
}

@media (max-width: 991px) {
    .sitemap_wrap .list .item .page_a > a {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .sitemap_wrap .list .item .page_a > a {
        font-size: 15px;
    }
}

.sitemap_wrap .list .item .page_a > a:hover {
    text-decoration: underline !important;
    color: #de9292;
}

.sitemap_wrap .list .more .pro_list1 {
    padding-bottom: 5px;
}

@media (max-width: 991px) {
    .sitemap_wrap .list .more .pro_list1 {
        padding-bottom: 0;
    }
}

.sitemap_wrap .list .more .pro_list1 > li {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .sitemap_wrap .list .more .pro_list1 > li {
        margin-top: 0;
        margin-bottom: 6px;
    }
}

.sitemap_wrap .list .more .pro_list1 > li > a {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 1.2;
    display: block;
    padding: 5px 0;
    padding-left: 17px;
    -webkit-transition: all .35s;
    transition: all .35s;
    text-transform: capitalize;
    color: #222;
}

.sitemap_wrap .list .more .pro_list1 > li > a:hover {
    color: #de9292;
}

@media (max-width: 991px) {
    .sitemap_wrap .list .more .pro_list1 > li > a {
        font-size: 16px;
        padding: 7px 0;
        padding-left: 17px;
    }
}

.sitemap_wrap .list .more .pro_list1 .pro_list2 {
    padding-top: 10px;
}

@media (max-width: 991px) {
    .sitemap_wrap .list .more .pro_list1 .pro_list2 {
        padding-top: 0;
    }
}

.sitemap_wrap .list .more .pro_list1 .pro_list2 > li {
    display: inline-block;
}

.sitemap_wrap .list .more .pro_list1 .pro_list2 > li > a {
    font-size: 16px;
    line-height: 2.25;
    display: block;
    padding: 0 15px;
    padding-left: 17px;
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #666;
}

@media (max-width: 991px) {
    .sitemap_wrap .list .more .pro_list1 .pro_list2 > li > a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .sitemap_wrap .list .more .pro_list1 .pro_list2 > li > a {
        font-size: 14px;
    }
}

.sitemap_wrap .list .more .pro_list1 .pro_list2 > li > a:hover {
    text-decoration: underline !important;
    color: #de9292;
}

.psr {
    position: relative;
}

.psa {
    position: absolute;
}

.pstblr {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.index_about_div .lft {
    background-size: cover;
    background-repeat: no-repeat;
}

.index_about_div .rit {
    background: #ffffff;
    color: #333;
    box-shadow: 0 0 4px #e6e6e6;
}

.index_about_div .p_title1 {
    text-transform: uppercase;
}

.index_about_div .p_btn1 {
    text-align: center;
    text-transform: uppercase;
    background: #000000;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.index_about_div .p_btn1:hover {
    background: #de9292;
    color: #fff;
    cursor: pointer;
}


@media (min-width: 1100px) {
    .index_about_div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .index_about_div .lft {
        width: 50%;
        min-width: 50%;
        flex-grow: 0;
        background-position: right center;
    }

    .index_about_div .lft img {
        display: none;
    }

    .index_about_div .rit {
        width: 50%;
        padding: 40px;
    }

    .index_about_div .p_title1 {
        font-size: 50px;
    }

    .index_about_div .p_word1 {
        font-size: 16px;
        line-height: 30px;
        padding-top: 20px;
    }

    .index_about_div .p_btn1 {
        margin-top: 20px;
        display: inline-block;
        width: 120px;
        line-height: 32px;
    }
}

@media (max-width: 1100px) {
    .index_about_div {
        display: block;
    }

    .index_about_div .lft {
        width: 100%;
        background-position: right center;
    }

    .index_about_div .lft img {
        width: 100%;
        display: block;
    }

    .index_about_div .rit {
        width: 100%;
        padding: 20px;
    }

    .index_about_div .p_title1 {
        font-size: 30px;
    }

    .index_about_div .p_word1 {
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
    }

    .index_about_div .p_btn1 {
        margin-top: 20px;
        display: inline-block;
        width: 120px;
        line-height: 32px;
    }
}

@media (min-width: 800px) {
    .index_Advantages {
        background: #fff;
    }

    .index_Advantages ul {
        margin-top: 20px;
        background: rgba(255,255,255,0.2)
    }

    .index_Advantages ul li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .index_Advantages ul li .lft {
        width: 50%;
        flex-grow: 0;
        padding: 20px;
    }

    .index_Advantages ul li .lft .yd {
        top: 40px;
        width: 16px;
        height: 16px;
        background: #de9292;
    }

    .index_Advantages ul li .rit {
        width: 50%;
        flex-grow: 0;
        padding: 20px;
    }

    .index_Advantages ul li:nth-child(2n) .lft {
        order: 1;
        border-left: 1px #ddd dashed;
    }

    .index_Advantages ul li:nth-child(2n) .lft .yd {
        left: -8px;
    }

    .index_Advantages ul li:nth-child(2n+1) .lft .yd {
        right: -8px;
    }

    .index_Advantages ul li:nth-child(2n+1) .lft {
    }

    .index_Advantages ul li:nth-child(2n+1) .rit {
        order: 1;
        border-left: 1px #ddd dashed
    }

    .index_Advantages ul li .lft img {
        display: block;
        width: 100%;
        max-width: 520px;
        text-align: center;
    }

    .index_Advantages ul li .p_title1 {
        font-size: 24px;
        line-height: 1.2
    }

    .index_Advantages .p_word1 {
        font-size: 16px;
        line-height: 28px;
        padding-top: 20px;
    }
}

@media (max-width: 800px) {
    .index_Advantages {
        background: #fff;
    }

    .index_Advantages ul {
        margin-top: 20px;
        background: rgba(255,255,255,0.2)
    }

    .index_Advantages ul li {
        border-bottom: 1px #ddd dashed;
        padding: 20px 0;
    }

    .index_Advantages ul li .lft {
        width: 100%;
        padding: 0 20px;
    }

    .index_Advantages ul li .rit {
        width: 100%;
        padding: 0 20px;
    }

    .index_Advantages ul li .lft img {
        display: block;
        width: 100%;
        max-width: 520px;
        text-align: center;
        margin: 0 auto;
    }

    .index_Advantages ul li .p_title1 {
        font-size: 20px;
        line-height: 1.2
    }

    .index_Advantages .p_word1 {
        font-size: 15px;
        line-height: 1.5;
        padding-top: 15px;
    }
}


.index_Systematic {
    background: #de9292;
    color: #fff;
}

@media (min-width: 1101px) {
    .index_Systematic {
        background: #de9292;
        padding: 50px 0;
    }

    .Systematic {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }

    .Systematic .lft {
        width: 200px;
        font-size: 24px;
        font-weight: bold;
    }

    .Systematic .lft p {
        padding-bottom: 40px;
    }

    .Systematic .rit {
        width: calc(100% - 200px);
        flex-grow: 0;
    }

    .Systematic .rit ul {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .Systematic .rit ul li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .Systematic .rit ul .li img {
        display: block;
        width: 64px;
        height: 64px;
        border: 4px #51ab72 solid;
        margin: 0 auto;
    }

    .Systematic .rit ul .li p {
        text-align: center;
        width: 100px;
        margin: 10px -10px 0 -10px;
        font-size: 14px;
        line-height: 1.2;
    }

    .Systematic .rit ul .li {
        width: 80px;
    }

    .Systematic .rit ul li.tp img {
        margin-top: -40px;
        max-width: 100%;
    }

    .Systematic .rit ul li:nth-child(2n+1) .tp {
        display: block;
    }

    .Systematic .rit ul li:nth-child(2n+1) .tp2 {
        display: none;
    }

    .Systematic .rit ul li:nth-child(4n+3) .tp {
        display: none;
    }

    .Systematic .rit ul li:nth-child(4n+3) .tp2 {
        display: block;
    }

    .Systematic .rit ul li:nth-child(4n) img {
        margin-top: -30px;
    }
}

@media (min-width: 801px) and (max-width: 1100px) {
    .index_Systematic {
        background: #de9292;
        padding: 50px 0;
    }

    .Systematic {
        width: 100%;
        align-items: center;
    }

    .Systematic .lft {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 40px;
        text-align: center;
    }

    .Systematic .rit {
        width: 100%;
        flex-grow: 0;
    }

    .Systematic .rit ul {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .Systematic .rit ul li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .Systematic .rit ul .li img {
        display: block;
        width: 64px;
        height: 64px;
        border: 4px #51ab72 solid;
        margin: 0 auto;
    }

    .Systematic .rit ul .li p {
        text-align: center;
        width: 100px;
        margin: 10px -10px 0 -10px;
        font-size: 14px;
        line-height: 1.2;
    }

    .Systematic .rit ul .li {
        width: 80px;
    }

    .Systematic .rit ul li.tp img {
        margin-top: -40px;
        max-width: 100%;
    }

    .Systematic .rit ul li:nth-child(2n+1) .tp {
        display: block;
    }

    .Systematic .rit ul li:nth-child(2n+1) .tp2 {
        display: none;
    }

    .Systematic .rit ul li:nth-child(4n+3) .tp {
        display: none;
    }

    .Systematic .rit ul li:nth-child(4n+3) .tp2 {
        display: block;
    }

    .Systematic .rit ul li:nth-child(4n) img {
        margin-top: -30px;
    }
}

@media (max-width:800px) {
    .index_Systematic {
        background: #de9292;
        padding: 50px 0;
    }

    .Systematic {
        width: 100%;
        align-items: center;
    }

    .Systematic .lft {
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 40px;
        text-align: center;
    }

    .Systematic .rit {
        width: 100%;
        flex-grow: 0;
    }

    .Systematic .rit ul {
        width: 100%;
        float: left;
    }

    .Systematic .rit ul li {
        display: inline-block;
        width: 50%;
        float: left;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 15px;
    }

    .Systematic .rit ul .li img {
        display: block;
        width: 64px;
        height: 64px;
        border: 4px #51ab72 solid;
        margin: 0 auto;
    }

    .Systematic .rit ul .li p {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    .Systematic .rit ul li.tp {
        display: none;
    }
}


.index_case ul .li {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.index_case ul .li .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_case ul .li .img .img1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s;
    transition: all .4s;
}

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

.index_case ul .li .title {
    width: 100%;
    display: block;
    background: #ececec;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.index_case ul .li .linka:hover .title {
    background-color: #de9292;
    color: #fff;
}

@media (min-width: 801px) {
    .index_case ul {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }

    .index_case ul li {
        margin-top: 20px;
    }

    .index_case ul li.li {
        width: calc(33% - 15px);
        min-width: calc(33% - 15px);
    }

    .index_case ul li.li:nth-child(3n+2) {
        margin-left: calc(0.5% + 15px);
        margin-right: calc(0.5% + 15px);
    }

    .index_case ul .li .title {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width:800px) {
    .index_case ul {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }

    .index_case ul li {
        margin-top: 20px;
    }

    .index_case ul li.li {
        width: 100%;
        min-width: 100%;
    }

    .index_case ul .li .title {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}


.br15 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.hotline .rit .p_btn1 {
    display: inline-block;
    background: #fff;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
    padding-left: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hotline .rit .p_btn1 i {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin: 5px 10px;
    background: #ffc617;
}

.hotline .rit .p_btn1:hover {
    background: #0a7632;
    color: #fff;
}

@media (min-width:1281px) {
    .hotline {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .hotline .lft {
        width: 55%;
        min-width: 55%;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .hotline .rit {
        width: 45%;
        padding-left: 15%;
        color: #fff;
    }

    .hotline .rit .p_title1 {
        font-size: 28px;
    }

    .hotline .rit .p_word2 {
        font-size: 32px;
        font-weight: bold;
    }
}

@media (min-width:1101px) and (max-width:1280px) {
    .hotline {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .hotline .lft {
        width: 50%;
        min-width: 50%;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .hotline .rit {
        width: 50%;
        padding-left: 16%;
        color: #fff;
    }

    .hotline .rit .p_title1 {
        font-size: 28px;
    }

    .hotline .rit .p_word2 {
        font-size: 32px;
        font-weight: bold;
    }
}

@media (min-width:761px) and (max-width:1100px) {
    .indexHotline .container {
        width: 100%;
    }

    .hotline {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .hotline .lft {
        width: 50%;
        min-width: 50%;
        color: #fff;
        font-size: 34px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .hotline .rit {
        width: 50%;
        padding-left: 16%;
        color: #fff;
    }

    .hotline .rit .p_title1 {
        font-size: 24px;
    }

    .hotline .rit .p_word2 {
        font-size: 28px;
        font-weight: bold;
    }
}

@media (max-width:760px) {
    .hotline {
        width: 100%;
    }

    .hotline .lft {
        width: 100%;
        min-width: 100%;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .hotline .rit {
        width: 100%;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

    .hotline .rit .p_title1 {
        font-size: 20px;
    }

    .hotline .rit .p_word2 {
        font-size: 24px;
        font-weight: bold;
    }
}

.zindex2 {
    z-index: 2
}

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

.line2 {
    -webkit-line-clamp: 2;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    display: -webkit-box !important;
    display: box !important;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal !important;
    outline: 0 !important;
}

@media (min-width:1001px) {
    .index_newsB {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 50px;
    }

    .index_newsB .lft {
        width: calc(50% - 130px);
    }

    .index_newsB .lft ul {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .index_newsB .lft ul .info {
        width: calc(100% - 130px);
    }

    .index_newsB .lft ul .date {
        width: 100px;
        min-width: 100px;
        padding: 20px 20px 20px 0;
        text-align: right;
        font-size: 28px;
        line-height: 1;
    }

    .index_newsB .lft ul .date span {
        font-size: 14px;
        color: #666;
        line-height: 1;
        display: block;
        margin-top: 15px;
    }

    .index_newsB .lft ul .info .sx {
        width: 3px;
        left: -2px;
        top: 24px;
        height: 20px;
        background: #aaa;
    }

    .index_newsB .lft ul .info .tit {
        padding: 20px;
        display: block;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .index_newsB .lft ul .info .tit .p_title1 {
        font-size: 20px;
    }

    .index_newsB .lft ul .info .tit .p_word1 {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
    }

    .index_newsB .lft ul .info .tit:hover {
        background: #de9292;
        color: #fff;
    }

    .index_newsB .rit {
        width: calc(50% + 130px);
    }

    .index_newsB .rit ul {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .index_newsB .rit ul .date {
        width: 130px;
        min-width: 130px;
        padding: 20px;
        text-align: right;
        font-size: 28px;
        line-height: 1;
    }

    .index_newsB .rit ul .date span {
        font-size: 14px;
        color: #666;
        line-height: 1;
        display: block;
        margin-top: 15px;
    }

    .index_newsB .rit ul .info {
        width: calc(100% - 130px);
        border-left: 1px #ddd dashed;
    }

    .index_newsB .rit ul .info .sx {
        width: 3px;
        left: -2px;
        top: 24px;
        height: 20px;
        background: #aaa;
    }

    .index_newsB .rit ul .info .tit {
        padding: 20px;
        display: block;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .index_newsB .rit ul .info .tit .p_title1 {
        font-size: 20px;
    }

    .index_newsB .rit ul .info .tit .p_word1 {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
    }

    .index_newsB .rit ul .info .tit:hover {
        background: #de9292;
        color: #000;
    }

    .newslm {
        width: 100%;
        height: 220px;
        margin-bottom: 26px;
        margin-top: 20px;
        background: #e12c43
    }

    .newslm .img1 {
        width: 50%;
        right: 50%;
    }

    .newslmList {
        padding-left: 50%;
        height: 220px;
    }

    .newslmList .tit {
        color: #fff;
        display: block;
        font-size: 16px;
        padding: 15px;
    }
}

@media (max-width:1000px) {
    .index_newsB {
        margin-top: 50px;
    }

    .index_newsB .lft {
        width: 100%;
    }

    .index_newsB .rit {
        width: 100%;
    }

    .index_newsB ul {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .index_newsB ul .date {
        width: 130px;
        min-width: 130px;
        padding: 20px;
        text-align: right;
        font-size: 28px;
        line-height: 1;
    }

    .index_newsB ul .date span {
        font-size: 14px;
        color: #666;
        line-height: 1;
        display: block;
        margin-top: 15px;
    }

    .index_newsB ul .info {
        width: calc(100% - 130px);
        border-left: 1px #ddd dashed;
    }

    .index_newsB ul .info .sx {
        width: 3px;
        left: -2px;
        top: 24px;
        height: 20px;
        background: #aaa;
    }

    .index_newsB ul .info .tit {
        padding: 20px;
        display: block;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .index_newsB ul .info .tit .p_title1 {
        font-size: 20px;
    }

    .index_newsB ul .info .tit .p_word1 {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
    }

    .index_newsB ul .info .tit:hover {
        background: #de9292;
        color: #fff;
    }

    .newslm {
        width: 100%;
        height: 220px;
        margin-bottom: 26px;
        margin-top: 20px;
        background: #de9292
    }

    .newslm .img1 {
        width: 50%;
        right: 50%;
    }

    .newslmList {
        padding-left: 50%;
        height: 220px;
    }

    .newslmList .tit {
        color: #fff;
        display: block;
        font-size: 16px;
        padding: 15px;
    }
}

.dptb {
    display: table;
}

.dptc {
    display: table-cell;
}

.vam {
    vertical-align: middle;
}


@media (min-width:1001px) {
    .footmain {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }

    .footmain .md {
        font-size: 14px;
        color: #000;
    }

    .footmain .md.order1 {
        width: 25%;
        min-width: 25%;
        padding-right: 45px;
    }

    .footmain .md.order1 .title1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
    }

    .footmain .md.order1 .title2 {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.2
    }

    .footmain .md.order1 .word1 {
        font-size: 24px;
        line-height: 1.2
    }

    .footmain .md.order2 {
        width: 25%;
        min-width: 25%;
        padding-left: 45px;
    }

    .footmain .md.order2 .title1 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .footmain .md.order2 .linka {
        margin-bottom: 20px;
        width: 48%;
        display: inline-block;
        color: #000;
        text-transform: uppercase;
    }

    .footmain .md.order2 .linka:hover {
        text-decoration: underline;
    }

    .footmain .md.order3 {
        width: calc(50% - 100px);
        min-width: calc(50% - 100px);
        padding-left: 45px;
    }

    .footmain .md.order3 .title1 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .footmain .md.order3 .word1 {
        margin-top: 30px;
        line-height: 1.8
    }

    .footmain .md.order4 {
        width: 100px;
        min-width: 100px;
        padding-left: 20px;
    }

    .footmain .md.order4 img {
        width: 80px;
    }
}



@media (min-width:781px) {
.Newstitle .word1{font-size:1rem; text-align:center; font-weight:500; color:#de9292}
.Newstitle .title1{font-size:3rem; text-align:center; font-weight:bold;}

.newsBox{width:100%; margin-top:3rem;}
.newsBox .li{width:33.3%; padding:0 1rem;}
.newsBox .li .newsLi{ background:#fff; float:left; width:100%; -moz-box-shadow: 0px 0px 5px #ccc; -webkit-box-shadow: 0px 0px 5px #ccc; box-shadow: 0px 0px 5px #ccc; position:relative;}
.newsBox .li .a_img{width:100%; height:0; padding-top:75%; overflow:hidden; position:relative;}
.newsBox .li .a_img img{-webkit-transform: scale(1);    transform: scale(1);    -webkit-transition: .5s;    transition: .5s;  position:absolute; top:0; left:0;  }
.newsBox .li .a_word{padding:1.5rem 1.5rem 0px 1.5rem;}
.newsBox .li .btn_more{margin:1.5rem;}
.newsBox .li .newsLi .title1{font-size:1.3rem; line-height:2; display:block; overflow:hidden; width:100%; word-break:break-word}
.newsBox .li .newsLi .word1{font-size:1rem; line-height:1.5; color:#848E9F}
.newsBox .li .newsLi:hover{-moz-box-shadow: 0px 0px 5px #f75e81; -webkit-box-shadow: 0px 0px 5px #f75e81; box-shadow: 0px 0px 5px #f75e81;}
.newsBox .li .newsLi:hover .a_img img{-webkit-transform: scale(1.2);    transform: scale(1.2); }
.newsBox .li .newsLi:hover .title1{color:#e12c43;}
.date{background:#f75e81; color:#fff; text-align:center; font-size:1rem;padding:0.3rem 0.7rem; position:absolute; top:1rem; left:1rem;}

.btn_more *{color:#fff;}
.btn_more{position:relative; padding:0.5rem; text-align:center; color:#fff; background:#f75e81; cursor:pointer;}
.btn_more .word{position:relative ;z-index:2; padding:0 1rem; text-transform:capitalize; font-size:1rem; font-weight:400; line-height:1.6rem; display:block; width:100%; float:left}
.btn_more .word .xt{display:inline-block; width:2rem; height:1rem; border-bottom:1px #fff solid; margin-right:0.5rem;}
.btn_more .mbg{position:absolute; top:0; left:0; height:0; width:100%; background:#e12c43; z-index:1;}
.btn_more:hover .mbg{ height:2.6rem;}
.menu_btn{display:none;}
.MbNav {display:none;}
}

@media (max-width:780px) {
.toplang{font-size:3.2rem;}
.Newstitle .word1{font-size:3rem; text-align:center; font-weight:500; color:#de9292}
.Newstitle .title1{font-size:5rem; text-align:center; font-weight:bold;}

.newsBox{width:100%; margin-top:5rem;}
.newsBox .li{width:100%; padding:0 3rem; margin-bottom:3rem;}
.newsBox .li .newsLi{ background:#fff; float:left; width:100%; -moz-box-shadow: 0px 0px 5px #ccc; -webkit-box-shadow: 0px 0px 5px #ccc; box-shadow: 0px 0px 5px #ccc; position:relative;}
.newsBox .li .a_img{width:100%; height:0; padding-top:75%; overflow:hidden; position:relative;}
.newsBox .li .a_img img{-webkit-transform: scale(1);    transform: scale(1);    -webkit-transition: .5s;    transition: .5s;  position:absolute; top:0; left:0;  }
.newsBox .li .a_word{padding:4.5rem 4.5rem 0px 4.5rem;}
.newsBox .li .btn_more{margin:4.5rem;}
.newsBox .li .newsLi .title1{font-size:4.5rem;  line-height:2; display:block; overflow:hidden; width:100%; word-break:break-word}
.newsBox .li .newsLi .word1{font-size:3.5rem; line-height:1.5; color:#848E9F}
.newsBox .li .newsLi:hover{-moz-box-shadow: 0px 0px 5px #f75e81; -webkit-box-shadow: 0px 0px 5px #f75e81; box-shadow: 0px 0px 5px #f75e81;}
.newsBox .li .newsLi:hover .a_img img{-webkit-transform: scale(1.2);    transform: scale(1.2); }
.newsBox .li .newsLi:hover .title1{color:#e12c43;}
.date{background:#f75e81; color:#fff; text-align:center; font-size:3rem;padding:1rem 2rem; position:absolute; top:3rem; left:3rem;}


.btn_more{position:relative; padding:1.5rem; text-align:center; color:#fff; background:#f75e81; cursor:pointer;}
.btn_more *{color:#fff;}
.btn_more .word{position:relative ;z-index:2; padding:0 3rem; text-transform:capitalize; font-size:3.5rem; font-weight:400; line-height:6rem;}
.btn_more .word .xt{display:inline-block; width:6rem; height:3rem; border-bottom:1px #fff solid; margin-right:1.5rem;}
.btn_more .mbg{position:absolute; top:0; left:0; height:0; width:100%; background:#e12c43; z-index:1;}
.btn_more:hover .mbg{ height:9rem;}

.menu_btn {display:block;}
.MbNav {display:block;}
.menu_btn {display:block;position:fixed;top:4.5rem; cursor:pointer; padding:2rem;width:8rem;right:2rem; height:3rem;z-index:202;}
.menu_btn span {border-radius:10px;width:8rem;display:block;height:2px;left:50%;background-color:#000;margin:auto auto auto -18px;position:relative;top:calc(50% - 2px);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);vertical-align:middle;}
.menu_btn.out .sp1 {visibility:inherit;opacity:1;transform:matrix(1,0,0,1,0,-8);}
.menu_btn.out .sp2 {visibility:inherit;opacity:1;transform:matrix(1,0,0,1,0,0);}
.menu_btn.out .sp3 {visibility:inherit;opacity:1;transform:matrix(1,0,0,1,0,8);}
.menu_btn.on .sp1 {visibility:inherit;opacity:1;transform:matrix(0.7071,0.7071,-0.7071,0.7071,0,2);transform-origin:center center 0px;}
.menu_btn.on .sp2 {visibility:inherit;opacity:0;}
.menu_btn.on .sp3 {visibility:inherit;opacity:1;transform:matrix(0.7071,-0.7071,0.7071,0.7071,0,-2);transform-origin:center center 0px;}
.MbNav {position:fixed;top:0;right:-100%;bottom:0;z-index:2001;background:rgba(0,0,0,0);display:block;width:100%;}
.MbNav .div_1 {position:absolute;width:100%;top:0;left:0%;bottom:0;background:rgba(0,0,0,0)}
.MbNav .div_2 {position:absolute;top:14rem;left:0%;bottom:0;background:rgba(0,0,0,0.5)}
.MbNav .div_2 .lft {width:60%;height:100%;background:#fff;float:right;}
.MbNav .div_2 a {background:#f0f4f8; text-align:left;font-size:4rem;display:block;width:100%;padding:3rem 5rem;border-bottom:1px #fff solid;}
.MbNav.on {right:0;}
.MidCeng{position:absolute; top:14rem; left:0; right:0; overflow:auto;}

}
