@media screen and (max-width: 1000px){
    .huihe, .huihe1, .huihehee, a.foothuihe, .huihecatdes {
        display: none !important;
    }
}
body {
    font-family: 'Arial';
}

.ui.container {
    padding: 0 15px;
    position: relative;
    max-width: 1228px;
    margin: auto;
}

#header {
    z-index: 21;
    position: relative;
}

#header .h-top {
    line-height: 60px;
    height: 60px;
    background-color: #f8f8f8;
}

#header .h-top .fl {
    font-size: 0.9rem;
    color: #cf0039;
}
#header .h-top .fl a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 550px;
    display: inline-block;
    vertical-align: middle;
}

#header .h-top ul {
    float: right;
    margin-right: -15px;
}

#header .h-top ul li {
    line-height: 36px;
    font-size: 14px;
    color: white;
    display: inline-block;
    height: 36px;
    margin-top: -3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#header .h-top ul li img {
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

#header .h-top ul li img:hover {
    transform: scale(1.1);
}

#header .h-top ul li:nth-child(1) a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #cf0039;
    transition: .5s;
}

#header .h-top ul li:nth-child(1) a:hover {
    background: #1b1b1b;
}

#header .h-top ul li:nth-child(2) a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #ec245b;
    transition: .5s;
}

#header .h-top ul li:nth-child(2) a:hover {
    background: #1b1b1b;
}

#header .h-top ul li:nth-child(3) a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #fa929d;
    transition: .5s;
}

#header .h-top ul li:nth-child(3) a:hover {
    background: #1b1b1b;
}

#header .nav {
    display: inline-block;
    width: 100%;
}

#header .nav .ui.menu {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

#header .nav .ui.menu .logo {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    vertical-align: middle;
}

#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 0;
}

#header .nav .ui.menu .menu-box ul.menu>li {
    margin: 0 2rem;
    font-size: 0.9rem;
    color: #1e2122;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    border-bottom: 3px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover {
    border-color: #cf0039;
    color: #cf0039;
    -webkit-transition: .5s .5s border;
    -moz-transition: .5s .5s border;
    -ms-transition: .5s .5s border;
    -o-transition: .5s .5s border;
    transition: .5s .5s border;
}

#header .nav .ui.menu .menu-box ul.menu>li>a {
    display: block;
    padding: 25px 0;
}
#footer .ui dl dd:nth-child(6)~dd {display:none;}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 0.8rem;
    background: #fff;
    top: 100%;
    left: -10px;
    width: 180px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #cf0039;
    display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li {
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li:hover {
    background: #222;
    color: white
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li>a {
    display: block;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li>ul.sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 0.8rem;
    background: #fff;
    top: 100%;
    left: -10px;
    width: 180px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #fd2318;
    display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li>ul.sub-menu>li {
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li>ul.sub-menu>li a {
    display: block;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li>ul.sub-menu>li:hover {
    background: #222;
    color: white;
}

#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li:hover>ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover>ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#header .nav .ui.menu .h-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
    cursor: hand;
}

#header .nav .search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

#header .nav .search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}

#header .nav .search-box form input {
    background: none;
    outline: none;
    border: none;
}

#header .nav .search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}

#header .nav .search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}

#header .nav .search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#header .nav .search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

#banner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

#banner .slick-arrow:hover {
    background-color: #fd2318;
}

#banner:hover .slick-arrow {
    opacity: 1;
}

#banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 15px;
}

#banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 15px;
}

#banner ul.slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#banner ul.slick-dots li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 6px solid white;
    background-color: #fd2318;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

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

#banner ul.slick-dots li.slick-active {
    border-color: #fd2318;
    background-color: white;
    transition: .5s;
}

#banner .slick-slide .content {
    display: none;
}

#banner .slick-active .content {
    display: block;
}

.product .ui ul .slick-slide.slick-center .ig .img-box {
    transform: scale(1.2);
    transform-origin: bottom center;
    transition: .5s;
}

#index-body {
    overflow: hidden;
}
#index-body .title {
    text-align: center;
}

#index-body .title h4 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #caa0ab;
}

#index-body .title h3 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    color: #db456c;
}

#index-body .product {
    background: url(../images/y1.png) no-repeat left 4rem;
    padding-top: 4rem;
}

#index-body .product ul li {
    margin-top: 2.5rem;
    padding: 2rem;
}

#index-body .product ul li .ig .img-box {
    display: block;
    border-radius: 50%;
    background-color: #f5f5f5;
    padding: 2rem;
    transition: 1s;
}

#index-body .product ul li .ig .img-box img {
    margin: auto;
}

#index-body .product ul li .ig .text {
    text-align: center;
}

#index-body .product ul li .ig .text h4 {
    font-size: 18px;
    
    line-height: 30px;
    text-transform: capitalize;
    color: #2e2e2e;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

#index-body .product ul li .ig .text p {
    font-size: 0.7rem;
    color: #9e9e9e;
}

#index-body .product ul li .ig .text .more a {
    display: inline-block;
    
    border-radius: 10px;
    color: #fff;
    background-color: #e5e5e5;
    padding: 8px 15px;
    margin-top: 15px;
    transition: .5s;
}

#index-body .product ul li .ig .text .more a:hover {
    background-color: #cf0039;
}

#index-body .product ul li:hover .ig .text h4 {
    color: #db456c;
}

#index-body .product .pro-next {
    text-align: center;
}

#index-body .product .pro-next .prev,
#index-body .product .pro-next .next {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

#index-body .product .pro-next .prev a,
#index-body .product .pro-next .next a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    transition: .5s;
}

#index-body .product .pro-next .next::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 10%;
    height: 1px;
    width: 3.5rem;
    background-color: red;
    z-index: -1;
}

#index-body .product .pro-next .next::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 10%;
    background-color: red;
    height: 1px;
    width: 4.5rem;
    z-index: -1;
}

#index-body .product .pro-next .next a:hover {
    color: #fff;
    background-color: #cf0039;
    margin-left: 1rem;
}

#index-body .product .pro-next .prev::after {
    content: '';
    position: absolute;
    top: 60%;
    right: 10%;
    height: 1px;
    width: 3.5rem;
    background-color: red;
    z-index: -1;
}

#index-body .product .pro-next .prev::before {
    content: '';
    position: absolute;
    top: 40%;
    right: 10%;
    background-color: red;
    height: 1px;
    width: 4.5rem;
    z-index: -1;
}

#index-body .product .pro-next .prev a:hover {
    color: #fff;
    background-color: #cf0039;
    margin-right: 1rem;
}

#index-body .custmization {
    position: relative;
    padding: 9.5vw 0;
}

#index-body .custmization .yy {
    position: absolute;
    right: 0;
    top: -20%;
}

#index-body .custmization .ui {
    font-size: 0;
}

#index-body .custmization .ui .left {
    display: inline-block;
    background-color: #f7f7f7;
    vertical-align: middle;
    width: 50%;
    padding: 1rem 1.5rem;
}

#index-body .custmization .ui .left ul li {
    position: relative;
    padding-left: 5rem;
    padding-bottom: 1rem;
    cursor: pointer;
}

#index-body .custmization .ui .left ul li .img {
    position: absolute;
    left: 0;
    top: 0;
}

#index-body .custmization .ui .left ul li .img img {
    transition: 1s;
    width: 62px;
}

#index-body .custmization .ui .left ul li .text h4 {
    font-size: 20px;
    font-family: 'GillSans-SemiBoldItalic';
    color: #272727;
    transition: .5s;
}

#index-body .custmization .ui .left ul li .text p {
    font-size: 14px;
    font-family: 'GillSans';
    color: #767676;
    line-height:28px;
}

#index-body .custmization .ui .left ul li:hover .text h4 {
    color: #db456c;
}

#index-body .custmization .ui .left ul li:hover .img img {
    transform: scale(1.1) rotateY(180deg);
}

#index-body .custmization .ui .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#index-body .custmization .ui .right .img-box {
    display: inline-block;
}
#index-body .custmization .ui .right .img-box .play {
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
#index-body .custmization .ui .right .img-box .play i {
    background: #CF003A none repeat scroll 0 0;
    border: 2px solid #CF003A;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 58px;
    line-height: 15px;
    margin: 0 10px 0 0;
    padding: 20px;
    text-align: center;
    width: 58px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .custmization .ui .right .img-box .play:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#index-body .product-2 {
    background: url(../images/y3.png) no-repeat left 95%;
    padding-bottom: 7rem;
}

#index-body .product-2 .ui .yy {
    position: absolute;
    z-index: -1;
    right: -10%;
    top: 10%;
}

#index-body .product-2 .ui .pro-list {
    text-align: center;
    margin-top: 2.4rem;
    margin-bottom: 3.5rem;
}

#index-body .product-2 .ui .pro-list ol {
    display: inline-block;
}

#index-body .product-2 .ui .pro-list ol li {
    display: inline-block;
    margin: 0 10px;
}

#index-body .product-2 .ui .pro-list ol li a {
    display: block;
    font-size: 1rem;
    padding: 5px 20px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #eeeeee;
    transition: .5s;
}

#index-body .product-2 .ui .pro-list ol li a:hover {
    color: #fff;
    background-color: #db456c;
}

#index-body .product-2 .ui .pro-box ul li {
    padding: 10px;
}

#index-body .product-2 .ui .pro-box ul li .ig {
    border: 1px solid #eee;
}

#index-body .product-2 .ui .pro-box ul li .img-box {
    display: block;
    background-color: #f5f5f5;
}

#index-body .product-2 .ui .pro-box ul li .img-box img {
    margin: auto;
}

#index-body .product-2 .ui .pro-box ul li .text {
    text-align: center;
    margin-top: 1rem;
}

#index-body .product-2 .ui .pro-box ul li .text h4 {
    font-size: 16px;
        line-height: 32px;
    height: 80px;
    color: #2e2e2e;
    transition: .5s;
}

#index-body .product-2 .ui .pro-box ul li .text h4:hover {
    color: #db456c;
}

#index-body .product-2 .ui .pro-box ul li .text p {
    font-size: 0.7rem;
    font-family: 'Arial';
    color: #b0b0b0;
}

#index-body .product-2 .ui .pro-box .pro-2-next {
    padding-top: 2rem;
    text-align: center;
}

#index-body .product-2 .ui .pro-box .pro-2-next .prev,
#index-body .product-2 .ui .pro-box .pro-2-next .next {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

#index-body .product-2 .ui .pro-box .pro-2-next .prev a,
#index-body .product-2 .ui .pro-box .pro-2-next .next a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    transition: .5s;
}

#index-body .product-2 .ui .pro-box .pro-2-next .next::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 10%;
    height: 1px;
    width: 3.5rem;
    background-color: red;
    z-index: -1;
}

#index-body .product-2 .ui .pro-box .pro-2-next .next::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 10%;
    background-color: red;
    height: 1px;
    width: 4.5rem;
    z-index: -1;
}

#index-body .product-2 .ui .pro-box .pro-2-next .next a:hover {
    color: #fff;
    background-color: #cf0039;
    margin-left: 1rem;
}

#index-body .product-2 .ui .pro-box .pro-2-next .prev::after {
    content: '';
    position: absolute;
    top: 60%;
    right: 10%;
    height: 1px;
    width: 3.5rem;
    background-color: red;
    z-index: -1;
}

#index-body .product-2 .ui .pro-box .pro-2-next .prev::before {
    content: '';
    position: absolute;
    top: 40%;
    right: 10%;
    background-color: red;
    height: 1px;
    width: 4.5rem;
    z-index: -1;
}

#index-body .product-2 .ui .pro-box .pro-2-next .prev a:hover {
    color: #fff;
    background-color: #cf0039;
    margin-right: 1rem;
}

#index-body .about {
    background: url(/nb-huihe/2022/07/21/download-1.jpg) no-repeat center;
    padding-top: 4vw;
    padding-bottom: 5vw;
}

#index-body .about .title {
    text-align: right;
}

#index-body .about .title h4 {
    color: #fff;
    margin-right: 3rem;
}

#index-body .about .ui .row .left {
    text-align: right;
}

#index-body .about .ui .row .left p.con {
    font-size: 0.9rem;
    font-family: 'Arial';
    line-height: 1.33;
    color: #fff;
    max-width: 425px;
    margin-left: auto;
    margin-top: 1rem;
    margin-bottom: 10px;
}

#index-body .about .ui .row .left .con {
    font-size: 18px;
    font-family: 'Arial';
    line-height: 32px;
    color: #fff;
    max-width: 425px;
    margin-left: auto;
    margin-top: 1rem;
    margin-bottom: 10px;
}
#index-body .about .ui .row .left .con h1 {
    display:inline;


}


#index-body .about .ui .row .left .more a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Arial';
    color: #db456c;
    border-bottom: 2px solid transparent;
    transition: .5s;
    margin-bottom: 20px;
}

#index-body .about .ui .row .left .more a:hover {
    color: #fff;
    border-bottom: 2px solid #db456c;
}

.i-about-bottom {
    overflow: hidden;
    padding-top: 1.5rem;
}

.i-about-bottom .grid-box {
    margin: -1vw -0.5vw;
}

.i-about-bottom .grid-box .column {
    padding: 1vw 0.5vw;
}

.i-about-bottom .grid-box .column .inner {
    position: relative;
    transition: .3s;
    padding-left: 70px;
    cursor: pointer;
}
.i-about-bottom .grid-box .column .inner img {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.about .i-about-bottom .grid-box .column:nth-of-type(2) .inner img {
    left: 10px;
}

.i-about-bottom .grid-box .column .inner p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    transition: .3s;
}

.i-about-bottom .grid-box .column .inner p:nth-of-type(1) span {
    font-size: 2rem;
    margin-right: 10px;
}

.i-about-bottom .grid-box .column .inner p:nth-of-type(2) {
    font-size: 14px;
    color: #000;
    transition: .3s;
}

.i-about-bottom .grid-box .column .inner:hover p {
    color: #db456c !important;
}

.about .i-about-bottom .grid-box .column .inner p:nth-of-type(1),
.about .i-about-bottom .grid-box .column .inner p:nth-of-type(2){
    color: #fff;
}
/* .about .i-about-bottom .grid-box .column:nth-of-type(1) .inner{
	background-size: 70px;
}
.about .i-about-bottom .grid-box .column:nth-of-type(2) .inner{
	background-size: 40px;
} */
#index-body .news {
    padding-top: 5.55rem;
    padding-bottom: 3rem;
}

#index-body .news .ui {
    font-size: 0;
}

#index-body .news .ui .left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
}

#index-body .news .ui .left .title {
    text-align: left;
}

#index-body .news .ui .left ul li {
    padding-right: 4.5rem;
    padding-top: 1.2rem;
}

#index-body .news .ui .left ul li .text {
    position: relative;
    font-family: 'Arial';
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

#index-body .news .ui .left ul li .text h4 {
    font-size:18px;
    line-height:32px;
}

#index-body .news .ui .left ul li .text p {
    height: 0;
    overflow: hidden;
    color: #979696;
    transition: 1s;
    line-height:28px;
    font-size:14px;
}

#index-body .news .ui .left ul li .text .date {
    color: #747474;
    margin-top: 10px;
    margin-right: 70px;
}

#index-body .news .ui .left ul li .text .more {
    position: absolute;
    bottom: 1.5rem;
    right: 0;
}

#index-body .news .ui .left ul li .text .more a {
    display: inline-block;
    color: #fff;
    background-color: #1b1b1b;
    padding: 5px 12px;
    transition: .5s;
}

#index-body .news .ui .left ul li .text .more a:hover {
    background-color: #db456c;
}

#index-body .news .ui .left ul li.active h4 {
    display: none;
}

#index-body .news .ui .left ul li.active p {
    height: auto !important;
    transition: 1s;
}

#index-body .news .ui .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#index-body .partner {
    padding: 4rem 0;
}

#index-body .partner ul li {
    display: inline-block;
    padding: 0 10px;
}

#index-body .solt {
    background: url(../images/slotbgc.jpg) no-repeat center bottom;
    background-size: 100%;
    margin-bottom: -1px;
}

#index-body .solt .ui {
    font-size: 0;
}

#index-body .solt .ui .left {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: center;
}

#index-body .solt .ui .right {
    display: inline-block;
    vertical-align: text-top;
    width: 60%;
    color: #fff;
}

#index-body .solt .ui .right h4 {
    font-size: 1.85rem;
    font-family: 'Arial';
}

#index-body .solt .ui .right a {
    font-size: 0.7rem;
    border-bottom: 2px solid transparent;
    transition: .5s;
}

#index-body .solt .ui .right a:hover {
    border-bottom: 2px solid #db456c;
}

#footer {
    color: #fff;
    background-color: #2f2f2f;
}

#footer .ui .row {
    padding-bottom: 1rem;
}

#footer .ui .ft-logo dl {
    padding-top: 1.5rem;
}

#footer .ui .ft-logo dl dt {
    margin-bottom: 1rem;
}

#footer .ui .ft-logo dl dd {
    font-size: 16px;
    line-height: 1.7;
}

#footer .ui .menu {
    text-align: center;
}

#footer .ui .menu dl {
    display: inline-block;
}

#footer .ui dl {
    display: inline-block;
    padding-top: 2.5rem;
}

#footer .ui dl dt {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#footer .ui dl dd {
    font-size: 16px;
    line-height: 2.25;
}

#footer .ui .ft-logo dl dd a {
    margin-right: 10px;
    margin-top: 1.5rem;
}

#footer .ui .ft-logo dl dd a:nth-child(1) {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #ff668c;
    transition: .5s;
}

#footer .ui .ft-logo dl dd a:nth-child(1):hover {
    color: #fff;
    background: #1b1b1b;
}

#footer .ui .ft-logo dl dd a:nth-child(2) {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #3854e3;
    transition: .5s;
}

#footer .ui .ft-logo dl dd a:nth-child(2):hover {
    color: #fff;
    background: #1b1b1b;
}

#footer .ui .ft-logo dl dd a:nth-child(3) {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #fabe62;
    transition: .5s;
}

#footer .ui .ft-logo dl dd a:nth-child(3):hover {
    color: #fff;
    background: #1b1b1b;
}

#footer .ui dl dd a {
    text-transform: uppercase;
}

#footer .ui dl dd a:hover {
    color: #db456c;
}

#footer .ui .form dd {
    font-size: 0;
}

#footer .ui .form input[type="text"],
#footer .ui .form input[type="email"]{
    width: 48%;
    font-size: 0.65rem;
    background-color: transparent;
    border: 1px solid #d9dce3;
    padding-left: 10px;
}

#footer .ui .form span input[type="email"] {
    margin-left: 4%;
}

#footer .ui .form textarea {
    width: 100%;
    height: 3.5rem;
    font-size: 0.65rem;
    background-color: transparent;
    border: 1px solid #d9dce3;
    margin: 15px 0;
    padding-left: 10px;
}

#footer .ui .form input[type="submit"] {
    width: 100%;
    font-size: 0.75rem;
    border: none;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #cf0039;
    transition: .5s;
}

#footer .ui .form input[type="submit"]:hover {
    background-color: #1b1b1b;
}

#footer .copy {
    max-width: 1675px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #545454;
    padding: 15px 0;
    line-height:28px;
}
#footer .copy a.foothuihe {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 290px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    #index-body .solt {
        background-size: auto;
    }
}

@media screen and (min-width: 992px) {
    #footer .ui .menu dl {
        text-align: left;
    }
}

@media screen and (min-width: 850px) {
    /*   #index-body .custmization .ui .left ul li:last-child {
    padding-bottom: 0;
  } */
}

@media screen and (max-width: 850px) {
    #index-body .custmization .ui .left {
        text-align: center;
        width: 100%;
    }

    #index-body .custmization .ui .right {
        text-align: center;
        width: 100%;
        padding-left: 0;
    }

    #index-body .custmization .ui .right .img-box {
        width: 100%;
    }

    #index-body .custmization .ui .right .img-box img {
        width: 100%;
    }

    #index-body .news .ui .left {
        width: 100%;
    }

    #index-body .news .ui .right {
        display: none;
    }

    #index-body .news .ui .left ul li {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    #index-body .solt .ui .right {
        vertical-align: middle;
    }

    #index-body .product-2 .ui .pro-list {
        display: none;
    }

    #footer .ui dl {
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    #index-body .about {
        background-position: left top;
    }

    #index-body .about .title h4 {
        margin-right: 0;
    }

    #index-body .about .title,
    #index-body .about .ui .row .left {
        text-align: center;
    }

    #index-body .about .ui .row .left p {
        font-size: 14px;
    }
}

table {
    width: 100%;
    margin-bottom: 20px;
    word-break: break-word;
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: 50%;
}

table td:first-child {
    color: rgba(255, 255, 255, 0.8);
}

table td:last-child {
    color: rgba(255, 255, 255, 0.5);
}

.wpulike.wpulike-default {
    display: none;
}

.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}

.post-views-box {
    position: relative;
    margin-left: 20px;
}

.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    filter: none;
}

.wpulike {
    z-index: 10;
}

.wpulike.post-views-box {
    z-index: 5;
}

#banner .nivo-directionNav a {
    width: 50px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    color: transparent;
    font-size: 0;
}

#banner .nivo-directionNav a:hover {
    background-color: #fd2318;
}

#banner .nivo-directionNav a.nivo-prevNav {
    left: 15px;
    background-image: url(../images/banner-btn-l.png);
}

#banner .nivo-directionNav a.nivo-nextNav {
    right: 15px;
    background-image: url(../images/banner-btn-r.png);
}

#banner .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto !important;
}

#banner .nivo-controlNav a {
    width: 25px !important;
    height: 25px !important;
    background: #fff !important;
    border: 7px solid #7d7d7d !important;
    border-radius: 100% !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 8px !important;
}

#banner .nivo-controlNav a.active {
    border-color: #fd2318 !important;
}

#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 20;
}

#mobile:before {
    content: '';
    width: 200vh;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
}

#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mobile #menu-on i.line1 {
    top: 12px;
}

#mobile #menu-on i.line2 {
    top: 19px;
}

#mobile #menu-on i.line3 {
    top: 26px;
}

#mobile .menu-content {
    width: 100%;
    height: 100vh;
    display: block;
    background: #222;
    padding: 40px 10%;
    overflow-y: auto;
    color: white;
}

#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
    display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee;
}

#mobile .menu-content h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#mobile .menu-content h3 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}

#mobile .menu-content .menu-logo {
    display: block;
}

#mobile .menu-content .menu-logo img {
    margin: 0 auto;
}

#mobile .menu-content .menu-list {
    margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 30px;
}

#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
    color: #fd2318;
    text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 28px;
}

#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mobile .menu-content .mob-search form {
    position: relative;
}

#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}

#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
        line-height: 28px;
}

#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#mobile .menu-content .mob-share ul li:hover {
    background: #fd2318;
}

#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand;
}

#mobile.active {
    left: 0;
}

#mobile.active:before {
    right: 0;
}

#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotateZ(45deg);
    -o-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
    opacity: 0;
}

#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotateZ(-45deg);
    -o-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}

#mobile.white .menu-content {
    background: white;
    color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}

#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.inner-banner {
    height: 400px;
    background: url(../images/inner-banner.jpg) center center no-repeat;
    /*   background-size: cover;
  background-attachment: fixed; */
    position: relative;
}

.inner-banner .banner-focus {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.inner-banner .banner-focus h3 {
    font-size: 24px;
    color: #464646;
    margin-bottom: 15px;
}


.inner-banner .banner-focus .bread {
    color: #464646;
        line-height: 28px;
}

.inner-banner .banner-focus .bread a,
.inner-banner .banner-focus .bread span {
    font-size: 14px;
    color: #464646;
    text-transform: uppercase;
    margin: 0 5px;
    transition: .3s;
    line-height: 28px;
}

.inner-banner .banner-focus .bread a:hover {
    color: #dfba9f;
}

.inner-page {
    background: #fff;
}

/* 关于我们区域 */
.inner-about .inner-about-1 {
    padding: 100px 0;
}

.inner-about .inner-about-1 .container .left {
    width: 50%;
    padding-right: 5%;
}

.inner-about .inner-about-1 .container .left h2:nth-of-type(1) {
    font-size: 48px;
    color: #dfba9f;
}

.inner-about .inner-about-1 .container .left h2:nth-of-type(2) {
    font-size: 48px;
    color: #141414;
}

.inner-about .inner-about-1 .container .left p {
    font-size: 16px;
    line-height: 1.6em;
    color: #141414;
    margin-top: 15px;
}

.inner-about .inner-about-1 .container .right {
    width: 50%;
    position: relative;
    cursor: pointer;
}

.inner-about .inner-about-1 .container .right img {
    width: 100%;
}

.inner-about .inner-about-1 .container .right .hover {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}

.inner-about .inner-about-1 .container .right .hover .line-top {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: .3s linear;
}

.inner-about .inner-about-1 .container .right .hover .line-left {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    transform-origin: center top;
    transform: scaleY(0);
    transition: .3s linear;
}

.inner-about .inner-about-1 .container .right .hover .line-bottom {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    transform-origin: right center;
    transform: scaleX(0);
    transition: .3s linear;
}

.inner-about .inner-about-1 .container .right .hover .line-right {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    transform-origin: center bottom;
    transform: scaleY(0);
    transition: .3s linear;
}

.inner-about .inner-about-1 .container .right:hover .hover .line-top {
    transform: scaleX(1);
}

.inner-about .inner-about-1 .container .right:hover .hover .line-left {
    transform: scaleY(1);
}

.inner-about .inner-about-1 .container .right:hover .hover .line-bottom {
    transform: scaleX(1);
}

.inner-about .inner-about-1 .container .right:hover .hover .line-right {
    transform: scaleY(1);
}

.inner-about .inner-about-2 {
    padding: 185px 0 100px;
    background: linear-gradient(to bottom, #f9f1ec 0%, #f9f1ec 70%, #fff 70%, #fff 100%);
}

.inner-about .inner-about-2 .container .top-content {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8em;
    color: #141414;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.inner-about .inner-about-2 .container .top-content:after {
    content: "";
    width: 1px;
    height: 60px;
    background: #dfba9f;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -100px;
}

.inner-about .inner-about-2 .container .center-content {
    position: relative;
    cursor: pointer;
    margin-bottom: 60px;
}

.inner-about .inner-about-2 .container .center-content img {
    width: 100%;
}

.inner-about .inner-about-2 .container .center-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.inner-about .inner-about-2 .container .center-content .hover {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.inner-about .inner-about-2 .container .center-content .hover .line-top {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: .3s linear;
}

.inner-about .inner-about-2 .container .center-content .hover .line-left {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    transform-origin: center top;
    transform: scaleY(0);
    transition: .3s linear;
}

.inner-about .inner-about-2 .container .center-content .hover .line-bottom {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    transform-origin: right center;
    transform: scaleX(0);
    transition: .3s linear;
}

.inner-about .inner-about-2 .container .center-content .hover .line-right {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    transform-origin: center bottom;
    transform: scaleY(0);
    transition: .3s linear;
}

.inner-about .inner-about-2 .container .center-content:hover .hover .line-top {
    transform: scaleX(1);
}

.inner-about .inner-about-2 .container .center-content:hover .hover .line-left {
    transform: scaleY(1);
}

.inner-about .inner-about-2 .container .center-content:hover .hover .line-bottom {
    transform: scaleX(1);
}

.inner-about .inner-about-2 .container .center-content:hover .hover .line-right {
    transform: scaleY(1);
}

.inner-about .inner-about-2 .container .bottom-content .grid-box {
    margin: -15px;
}

.inner-about .inner-about-2 .container .bottom-content .grid-box .column {
    text-align: center;
    padding: 15px;
}

.inner-about .inner-about-2 .container .bottom-content .grid-box .column p:nth-of-type(1) {
    font-size: 14px;
    color: #141414;
    margin: 16px 0 10px;
}

.inner-about .inner-about-2 .container .bottom-content .grid-box .column p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.6em;
    color: #ccc;
}

.inner-about .inner-about-3 {
    height: 720px;
    background: url(../images/about-3.jpg) no-repeat;
    background-attachment: fixed;
    position: relative;
}

.inner-about .inner-about-3 .content {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.inner-about .inner-about-3 .content p:nth-of-type(1) {
    font-size: 80px;
    line-height: 1.1em;
    color: #dfba9f;
}

.inner-about .inner-about-3 .content p:nth-of-type(2) {
    font-size: 80px;
    line-height: 1.1em;
    color: #fff;
}

.inner-about .inner-about-3 .content p:nth-of-type(3) {
    font-size: 18px;
    line-height: 1.8em;
    color: #fff;
    max-width: 600px;
    margin: 15px auto 35px;
}

.inner-about .inner-about-4 {
    padding: 100px 0;
}

.inner-about .inner-about-4 .container .title {
    text-align: center;
    margin-bottom: 40px;
}

.inner-about .inner-about-4 .container .title p:nth-of-type(1) {
    font-size: 48px;
    line-height: 1.1em;
    color: #dfba9f;
}

.inner-about .inner-about-4 .container .title p:nth-of-type(2) {
    font-size: 48px;
    color: #141414;
}

.inner-about .inner-about-4 .container .list {
    position: relative;
}

.inner-about .inner-about-4 .container .list #factory .swiper-slide img {
    width: 100%;
}

.inner-about .inner-about-4 .container .list #factory-prev,
.inner-about .inner-about-4 .container .list #factory-next {
    background: none;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    transition: .3s;
}

.inner-about .inner-about-4 .container .list #factory-prev i,
.inner-about .inner-about-4 .container .list #factory-next i {
    font-size: 25px;
    line-height: 48px;
}

.inner-about .inner-about-4 .container .list #factory-prev:hover,
.inner-about .inner-about-4 .container .list #factory-next:hover {
    background: #000;
    color: #fff;
}

.inner-about .inner-about-4 .container .list #factory-prev {
    left: -80px;
}

.inner-about .inner-about-4 .container .list #factory-next {
    right: -80px;
}

/* 以上inner-about作废 */
/* 下面是更改后的about-page */
.about-page .text p {
    font-size: 16px;
    text-indent: 2em;
    color: #828893;
    line-height:30px;
}

.about-page i.small-tit {
    color: #CF003A;
    font-size: 18px;
    text-transform: uppercase;
}

.about-page h3.title {
    color: #111;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
}

.about-page p {
    font-size: 14px;
    line-height: 28px;
}

.about-page .about-1 {
    padding: 4rem 0;
}

.about-page .about-1 .box {
    margin-bottom: 2.5rem;
}

.about-page .about-1 .left {
    width: 42%;
    padding-right: 15px;
    vertical-align: middle;
}

.about-page .about-1 .left .box2 {
    position: relative;
    z-index: 1;
}

.about-page .about-1 .left .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(222, 123, 34, 0.33);
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
}

.about-page .about-1 .left .box2:before {
    content: '';
    background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-page .about-1 .left .box2 .play {
    position: absolute;
    color: white;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
}

.about-page .about-1 .left .box2 .play i {
    background: #CF003A none repeat scroll 0 0;
    border: 2px solid #CF003A;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 58px;
    line-height: 15px;
    margin: 0 10px 0 0;
    padding: 20px;
    text-align: center;
    width: 58px;
}

.about-page .about-1 .right {
    width: 58%;
    padding-left: 15px;
    vertical-align: middle;
}

.about-page .about-1 .right h5 {
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 35px;
    position: relative;
    line-height: 30px;
    margin-bottom: 10px;
}

.about-page .about-1 .right h5:before {
    position: absolute;
    height: 4px;
    width: 10%;
    background: #CF003A none repeat scroll 0 0;
    content: "";
    left: 0;
    top: -20px;
}

.about-page .about-1 .right h5:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 11%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}

.about-page .about-1 .right .text ul {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.about-page .about-1 .right .text ul li {
    color: #111;
    margin: 5px 0;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    width: 50%;
    float: left;
}

.about-page .about-1 .right .text ul li:after {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    color: #CF003A;
}

.about-page .about-1 .i-about-bottom .grid-box {
    margin: -20px -50px;
}

.about-page .about-1 .i-about-bottom .grid-box .column {
    padding: 20px 50px;
}

@media screen and (max-width: 992px) {
    .about-page .about-1 .left {
        width: 100%;
        padding-bottom: 2rem;
    }
    .about-page .about-1 .right {
        width: 100%;
    }

    /* 	.about-page .about-1 .i-about-bottom .grid-box .column .inner,
	.i-about-bottom .grid-box .column .inner {
		padding-left: 70px;
	} */
    .about-page .about-1 .i-about-bottom .grid-box .column {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .i-about-bottom .grid-box .column {
        width: 100%;
    }
    .i-about-bottom .grid-box .column .inner img {
        left: 0 !important;
        width: 70px;
    }
}

.i-why {
    padding: 120px 0 140px;
    background: #fbfbfb;
    position: relative;
}

.i-why .i-why-img {
    width: 43%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.i-why .i-why-img #iwhy .swiper-slide img {
    width: 100%;
}

.i-why .i-why-img .control {
    position: absolute;
    right: 60px;
    bottom: 40px;
    font-size: 0;
    z-index: 99;
}

.i-why .i-why-img .control div {
    display: inline-block;
    margin-right: 17px;
    cursor: pointer;
}

.i-why .i-why-img .control div:last-of-type {
    margin-right: 0;
}

.i-why .i-why-img .control div:hover {
    opacity: .7;
}

.i-why .i-why-content {
    width: 57%;
}

.i-why .i-why-content .inner {
    max-width: 800px;
    padding-left: 5%;
}

.i-why .i-why-content .inner .i-why-tit {
    margin-bottom: 30px;
}

.i-why .i-why-content .inner .i-why-tit p:nth-of-type(1) {
    font-size: 48px;
    font-weight: bold;
    color: #CF003A;
    margin-bottom: 5px;
}

.i-why .i-why-content .inner .i-why-tit p:nth-of-type(2) {
    font-size: 14px;
    color: rgba(35, 35, 35, 0.75);
}

.i-why .i-why-content .inner .list {
    text-align: center;
    /*     max-width: 515px; */
}

.i-why .i-why-content .inner .list .item {
    padding: 95px 10px 0;
    min-height: 82px;
    position: relative;
    cursor: pointer;
    margin-bottom: 35px;
}

.i-why .i-why-content .inner .list .item:last-of-type {
    margin-bottom: 0;
}

.i-why .i-why-content .inner .list .item p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 5px;
}

.i-why .i-why-content .inner .list .item p:nth-of-type(2) {
    font-size: 14px;
    color: #828893;
    line-height:28px;
}

.i-why .i-why-content .inner .list .item .icon {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: .3s;
}

.i-why .i-why-content .inner .list .item:nth-of-type(1) .icon {
    background: #000 url(../images/i-why-1.png) center center no-repeat;
}

.i-why .i-why-content .inner .list .item:nth-of-type(2) .icon {
    background: #000 url(../images/i-why-2.png) center center no-repeat;
}

.i-why .i-why-content .inner .list .item:nth-of-type(3) .icon {
    background: #000 url(../images/i-why-3.png) center center no-repeat;
}

.i-why .i-why-content .inner .list .item:nth-of-type(4) .icon {
    background: #000 url(../images/i-why-4.png) center center no-repeat;
}
.i-why .i-why-content .inner .list .item:nth-of-type(5) .icon {
    background: #000 url(../images/i-why-5.png) center center no-repeat;
}
.i-why .i-why-content .inner .list .item:nth-of-type(6) .icon {
    background: #000 url(../images/i-why-6.png) center center no-repeat;
}

.i-why .i-why-content .inner .list .item:hover .icon {
    background-color: #CF003A;
}

@media (max-width: 768px) {
    .i-why .i-why-content .inner .i-why-tit p:nth-of-type(1) {
        font-size: 25px;
    }

    .i-why {
        padding: 0;
    }

    .i-why .i-why-img {
        width: 100%;
        position: static;
        transform: translateY(0);
    }

    .i-why .i-why-content {
        width: 100%;
        float: none;
    }

    .i-why .i-why-content .inner {
        max-width: 100%;
        padding: 40px 15px;
    }
}

.about-page .about-2 {
    background: #f8f9fc;
    padding: 70px 0;
}

.about-page .about-2 .left {
    padding-right: 15px;
}

.about-page .about-2 .right {
    padding-left: 15px;
}

.about-page .about-2 .right .content {
    background: white none repeat scroll 0 0;
    padding: 20px 5px;
    border-radius: 5px;
}

.about-page .about-2 .right .content li {
    text-transform: capitalize;
    color: #333;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 15px;
}

.about-page .about-2 .right .content li i {
    color: #CF003A;
    margin-right: 10px;
}

.about-page .about-3 {
    padding: 70px 0;
    background: url("../images/about-3-bg.png") center center #CF003A;
    color: white;
    text-align: center;
}

.about-page .about-3 h3,
.about-page .about-3 p {
    color: inherit;
}

.about-page .about-3 p {
    max-width: 850px;
    display: block;
    margin: 30px auto;
}

.about-page .about-3 a.more {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #CF003A;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-3 a.more:hover {
    background: transparent;
    color: #fff;
}

.about-page .about-4 {
    padding: 70px 0;
}

.about-page .about-4 .top {
    display: block;
}

.about-page .about-4 .top .left {
    vertical-align: middle;
}

.about-page .about-4 .top .right {
    text-align: right;
    vertical-align: middle;
}

.about-page .about-4 .top .right a.more {
    display: inline-block;
    vertical-align: middle;
    color: #CF003A;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}

.about-page .about-4 .top .right a.more:after {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: #CF003A;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.about-page .about-4 .top .right a.more i {
    margin-left: 5px;
}

.about-page .about-4 .top .right a.more:hover {
    color: white;
}

.about-page .about-4 .top .right a.more:hover:after {
    width: 100%;
}

.about-page .about-4 .bottom {
    padding-top: 50px;
}

.about-page .about-4 .bottom ul {
    margin: -15px;
}

.about-page .about-4 .bottom ul li {
    padding: 15px;
}

.about-page .about-4 .bottom ul li .box {
    box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}

.about-page .about-4 .bottom ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}

.about-page .about-4 .bottom ul li .box h5 {
    display: block;
    color: #111;
    font-size: 22px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .bottom ul li .box:hover h5 {
    background: #CF003A;
    color: white;
}

/* 更改结束 */

/* 产品页面 */
.inner-product {
    padding: 60px 0 90px;
}

.inner-product .container .inner-product-top {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.inner-product .container .inner-product-top div:nth-of-type(1) {
    font-size: 40px;
    margin-bottom: 10px;
    color: #000;
}

.inner-product .container .inner-product-top div:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.6em;
    color: #797979;
}

.inner-product .container .inner-product-nav {
    font-size: 0;
    margin-bottom: 60px;
}

.inner-product .container .inner-product-nav li {
    display: inline-block;
    margin-right: 60px;
}

.inner-product .container .inner-product-nav li a {
    font-size: 18px;
    color: #797979;
    display: inline-block;
    border-bottom: 5px;
    border-bottom: 3px solid transparent;
    transition: .3s;
}

.inner-product .container .inner-product-nav li:last-of-type {
    margin-right: 0;
}

.inner-product .container .inner-product-nav li:hover a,
.inner-product .container .inner-product-nav li.current-cat a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.1);
}

.inner-product .container .inner-product-list .grid-box {
    margin: -15px;
}

.inner-product .container .inner-product-list .grid-box .column {
    padding: 15px;
}

.inner-product .container .inner-product-list .grid-box .column .img {
    text-align: center;
}

.inner-product .container .inner-product-list .grid-box .column .img a {
    display: inline-block;
}

.inner-product .container .inner-product-list .grid-box .column .img img {
    width: 100%;
}

.inner-product .container .inner-product-list .grid-box .column .link {
    font-size: 16px;
    text-align: center;
    color: #4C4C4C;
    position: relative;
    padding-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inner-product .container .inner-product-list .grid-box .column .link:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #4C4C4C;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

/* 产品页面修改 */
.product-page.inner-page .probox {
    /*   padding-top: 3.5rem; */
}

.product-page.inner-page .probox .grid-box {
    padding: 0 3%;
    /*margin: auto;*/
}

.product-page.inner-page .probox .grid-box .column .ig-box {
    /*   margin: 0 1rem; */
}

.product-page.inner-page .probox .grid-box .column .ig-box .img-box {
    text-align: center;
}

.product-page.inner-page .probox .grid-box .column .ig-box .img-box .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;
    /* 	transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; */
}

.product-page.inner-page .probox .grid-box .column .ig-box .img-box img {
    margin: 3rem auto 2rem;
    filter: drop-shadow(30px 20px 8px rgba(0, 0, 0, 0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

.product-page.inner-page .probox .grid-box .column .ig-box .text {
    text-align: center;
}

.product-page.inner-page .probox .grid-box .column .ig-box .text h4 {
    color: #605e5e;
    text-transform: uppercase;
    line-height: 32px;
    text-align: center;
    font-size: 18px;

    margin-top: 30px;
}

.product-page.inner-page .probox .grid-box .column .ig-box .img-box a {
    position: relative;
    z-index: 1;
}

.product-page.inner-page .probox .grid-box .column .ig-box .text h4 a {
    transition: .3s;
}

.huihe {
    color: #303030;
    font-size: 24px;
    padding: 0 3%;
    margin-top: -20px;
}
.huihe1 {
    color: #605e5e;
    line-height: 28px;
    font-size: 14px;
    padding: 0 3%;

}



.product-page.inner-page .probox .grid-box .column .ig-box .text h4:hover a {
    color: #000;
    /*   border-bottom: 2px solid #262626; */
}

.product-page.inner-page .probox .grid-box .column .ig-box .text p {
    font-size: 14px;
    color: #262626;
    text-transform: uppercase;
    line-height: 2.111;
    text-align: center;
}

.product-page.inner-page .probox .grid-box .column .ig-box:hover .bg {
    background: url(../images/back-1.jpg) no-repeat center;
    background-size: 100% 100%;
}

/* 左侧菜单栏 */
.inner-product .grid-box.two>.column.sidebar {
    width: 25%;
}

.inner-product .grid-box.two>.column.page-right-bar {
    width: 75%;
    padding: 15px;
}

.sidebar .side-top {
    border: 1px solid #fff;
}

.sidebar .side-top .side-tit {
    display: block;
    color: #303030;
    padding: 30px 0 15px 20px;
    font-size: 22px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.sidebar .side-top .side-menu ul {
    background: #F8F6F9;
}

.sidebar .side-top .side-menu li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    text-indent: 20px;
    color: #555;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-weight: 600;
}

.sidebar .side-top .side-menu li {
    position: relative;
}

.sidebar .side-top .side-menu li i {
    position: absolute;
    right: 10px;
    top: 22px;
    font-size: 14px;
    color: #fff;
}
.sidebar .side-top .side-menu li i.fa-file-pdf-o {
    position: static;
    color: inherit;
    margin-right: 5px;
    font-size: inherit;
}

.sidebar .side-top .side-menu li a {
    color: #a0a0a0;
    background-color: #F8F6F9;
}

.sidebar .side-top .side-menu li:hover>a,
.sidebar .side-top .side-menu li a:hover,
.sidebar .side-top .side-menu li a.active {
    font-size: 14px;
    background-color: #CF003A;
    color: #fff;
    background-position: 20px center;
}

.sidebar .side-top .side-menu li>ul {
    padding-left: 20px;
    display: none;
}

/* 产品页面End */

/* 产品详情页面，以下作废 */
.inner-prodet {
    display: flex;
}

.inner-prodet .left {
    width: 50%;
    height: 100vh;
    background: #fff;
    position: relative;
}

.inner-prodet .left .left-content {
    position: absolute;
    max-width: 615px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
}

.inner-prodet .left .left-content #product .swiper-slide img {
    width: 100%;
}

.inner-prodet .left .left-content #product #product-page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #aaa;
    margin: 0 10px;
}

.inner-prodet .left .left-content .product-name {
    font-size: 30px;
    color: #4C4C4C;
    text-align: center;
    margin-top: 30px;
}

.inner-prodet .right {
    width: 50%;
    height: 100vh;
    background: #333;
    position: relative;
}

.inner-prodet .right .right-content {
    position: absolute;
    max-width: 615px;
    padding: 0 15px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.inner-prodet .right .right-content h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.inner-prodet .right .right-content .product-details .grid-box {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: -10px -15px;
}

.inner-prodet .right .right-content .product-details .grid-box .column {
    padding: 10px 15px;
    width: 50%;
}

.inner-prodet .right .right-content .product-details .grid-box .column:nth-of-type(odd) {
    text-align: right;
}

.inner-prodet .right .right-content .product-details .grid-box .column:nth-of-type(odd) span {
    color: rgba(255, 255, 255, 0.8);
}

.inner-prodet .right .right-content .product-details .grid-box .column:nth-of-type(even) {
    text-align: left;
}

.inner-prodet .right .right-content .product-details .grid-box .column:nth-of-type(even) span {
    color: rgba(255, 255, 255, 0.5);
}

.inner-prodet .right .right-content .product-details .grid-box .column span {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.inner-prodet .close {
    position: absolute;
    right: 80px;
    top: 80px;
    width: 30px;
    height: 30px;
    background: url(../images/close-2.png) no-repeat;
}

.inner-prodet .close:hover {
    opacity: .8;
}

/* 产品详情页面End */
/* 产品详情页面二次修改 */
.prodet-page {
    padding: 120px 0;
    background: white;
}

.prodet-page h2 {
    font-size: 34px;
    color: #333;
    margin-bottom: 30px;
}
.prodet-page h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.prodet-page .inner-content {
    font-size: 0;
}

.prodet-page .left {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-right: 30px;
}

.prodet-page .left .prodet-1 {
    padding: 10px;
    border: 1px solid #d8d8d8;
}

.prodet-page .left .prodet-1 img {
    display: block;
    margin: auto;
}

.prodet-page .left .prodet-1 ul {
    position: relative;
}

.prodet-page .left .prodet-1 .slick-dots {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.prodet-page .left .prodet-1 .slick-dots li {
    border-color: white;
}

.prodet-page .left .prodet-1 .slick-dots li.slick-active {
    background: white;
}

.prodet-page .left .prodet-1 .box {
    padding-top: 10px;
        line-height: 28px;
    font-size: 16px;
    color: #999;
    display: inline-block;
    width: 100%;
}

.image-gallery li {
    padding: 0;
}

.prodet-page .left .prodet-1 .box p i {
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    color: #333;
}

.prodet-page .left .prodet-2 {
    padding: 40px 0;
}

.prodet-page .left .prodet-2 .options ul {
    border-bottom: 1px solid #d8d8d8;
}

.prodet-page .left .prodet-2 .options ul li {
    display: inline-block;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    margin-right: 5%;
    padding-bottom: 10px;
    cursor: pointer;
    cursor: hand;
    position: relative;
}

.prodet-page .left .prodet-2 .options ul li:after {
    content: '';
    display: block;
    clear: both;
    border-bottom: 3px solid #a98e60;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    opacity: 0;
}

.prodet-page .left .prodet-2 .options ul li:hover:after,
.prodet-page .left .prodet-2 .options ul li.active:after {
    opacity: 1;
}

.prodet-page .left .prodet-2 .value {
    padding-top: 40px;
}

.prodet-page .left .prodet-2 .value ul {
    position: relative;
    min-height: 100px;
}

.prodet-page .left .prodet-2 .value>ul> li {
    font-size: 16px;
    color: #777;
    line-height: 32px;
    width: 100%;
    display: none;
}

.prodet-page .left .prodet-2 .value li table {
    width: 100% !important;
    height: auto !important;
}

.prodet-page .left .prodet-2 .value li table tr:nth-child(odd) {
    background: #F9F9F9;
}

.prodet-page .left .prodet-2 .value li table td {
    color: #000;
    border: 1px solid #d8d8d8;
    padding: 5px 10px;
    height: auto !important;
    width: auto !important;
}

.prodet-page .left .prodet-2 .value li table td:first-child {
    width: 40%;
}

.prodet-page .left .prodet-2 .value li .public-box h4,
.prodet-page .left .prodet-2 .value li .public-box h5 {
    font-size: 14px;
    font-family: 'Arial';
    font-weight: bold;
    line-height: 20px;
}

.prodet-page .left .prodet-2 .value li .public-box dl dd {
    padding: 10px;
}

.prodet-page .left .prodet-2 .value li .public-box dl {
    margin: -10px;
}

.prodet-page .left .prodet-2 .value li .public-box dl dd p {
    line-height: 20px;
    margin-top: 10px;
}

.prodet-page .left .prodet-2 .value li .public-box .img {
    margin-top: 40px;
}

.prodet-page .left .prodet-2 .value li .public-box .img .img-box {
    display: block;
}

.prodet-page .left .prodet-2 .value li .public-box .img .img-box img {
    width: 100%;
}

.prodet-page .left .prodet-2 .value li .public-box .img dl h5 {
    display: block;
    line-height: 24px;
    padding: 10px 15px;
    background: #eee;
    position: relative;
    z-index: 1;
}

.prodet-page .left .prodet-3 {
    position: relative;
    z-index: 1;
}

.prodet-page .left .prodet-3 h2 {
    font-size: 24px;
    color: #666;
    font-family: "opensans-Regular";
    text-transform: uppercase;
}

.prodet-page .left .prodet-3 ul {
    padding-top: 30px;
    margin: -20px;
}

.prodet-page .left .prodet-3 ul li {
    width: 25%;
    float: left;
    padding: 20px;
    white-space: nowrap;
}

.prodet-page .left .prodet-3 ul li img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.prodet-page .left .prodet-3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-left: 10px;
}

.prodet-page .right {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.prodet-page .right .date {
    display: block;
}

.prodet-page .right .date .time {
    display: inline-block;
    width: 100%;
    position: relative;
}

.prodet-page .right .date .time:after {
    content: ':';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #222;
    font-weight: bold;
    -webkit-animation: opacity 1s infinite;
    -o-animation: opacity 1s infinite;
    animation: opacity 1s infinite;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.prodet-page .right .date .time .h,
.prodet-page .right .date .time .m {
    width: 45%;
    float: left;
    line-height: 150px;
    height: 150px;
    display: block;
    background: #333;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.prodet-page .right .date .time .h em,
.prodet-page .right .date .time .m em {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 28px;
    color: #333;
}

.prodet-page .right .date .time .h p,
.prodet-page .right .date .time .m p {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: normal;
}

.prodet-page .right .date .time .m {
    float: right;
}

.prodet-page .right .date .years {
    display: block;
    line-height: 100px;
    height: 100px;
    background: #333;
    margin-top: 10px;
    color: white;
    font-size: 28px;
    text-align: center;
}

.prodet-page .right .date .years i {
    font-size: 28px;
    margin-right: 10px;
}

.prodet-page .right .recommend {
    padding: 40px 0;
}

.prodet-page .right .recommend h2 {
    font-size: 24px;
    color: #333;
    font-family: "opensans-Regular";
    text-transform: uppercase;
}

.prodet-page .right .recommend ul li {
    display: block;
    padding-top: 30px;
}

.prodet-page .right .recommend ul li a.img-box {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}

.prodet-page .right .recommend ul li .box {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding-left: 25px;
   
}

.prodet-page .right .recommend ul li .box h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.prodet-page .right .recommend ul li .box p {
    color: #777;
    font-size: 12px;
    line-height: 28px;
    margin-top: 5px;
}

.prodet-page .right .recommend ul li .box a.more {
    display: inline-block;
    line-height: 26px;
    background: #222;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.prodet-page .right .recommend ul li .box a.more:hover {
    background: #a98e60;
}

.prodet-page .right .lxfs {
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
}

.prodet-page .right .lxfs h3 {
    font-size: 22px;
}

.prodet-page .right .lxfs p {
    color: #a98e60;
    font-size: 18px;
    margin-top: 15px;
}

@media screen and (max-width: 1240px) {
    .prodet-page .right .lxfs h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 996px) {
    .prodet-page h2 {
        max-width: 100%;
        font-size: 24px;
    }

    .prodet-page .left {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
    }

    .prodet-page .right {
        display: inline-block;
        float: none;
        width: 100%;
    }

    .prodet-page .right .date {
        display: none;
    }

    .prodet-page .right .recommend {
        display: inline-block;
        width: 100%;
    }

    .prodet-page .right .recommend ul {
        margin: 0 -10px;
    }

    .prodet-page .right .recommend ul li {
        width: 33.3333%;
        float: left;
        padding: 0 10px;
    }

    .prodet-page .right .recommend ul li .box p {
        display: none;
    }

    .prodet-page .right .lxfs h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .prodet-page {
        padding: 60px 0;
    }

    .prodet-page .left .prodet-2 .options ul li {
        margin-right: 3%;
        font-size: 12px;
    }

    .prodet-page .left .prodet-2 .value li {
        overflow: hidden;
        max-width: 100%;
    }

    .prodet-page .left .prodet-3 ul {
        margin: 0;
    }

    .prodet-page .left .prodet-3 ul li {
        width: 50%;
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-left: -5px;
        padding: 10px;
    }

    .prodet-page .left .prodet-3 ul li span {
        font-size: 12px;
    }

    .prodet-page .right .recommend ul {
        margin: 0;
    }

    .prodet-page .right .recommend ul li {
        display: block;
        float: none;
        width: 100%;
        padding: 10px 0;
    }
}

/* 产品详情页面二次修改End */
.inner-news {
    padding: 100px 0;
}

.inner-news .container .right {
    width: 25%;
}

.inner-news .container .right .search-box {
    border: 1px solid #000;
    position: relative;
    margin-bottom: 30px;
}

.inner-news .container .right .search-box input[type="text"] {
    width: 100%;
    height: 55px;
    border: none;
    outline: none;
    padding: 0 50px 0 20px;
    font-size: 16px;
    color: #333;
}

.inner-news .container .right .search-box input[type="submit"] {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/search.png) no-repeat;
    right: 20px;
    top: 50%;
    margin-top: -14px;
    border: none;
    outline: none;
}

.inner-news .container .right .side-menu {
    border: 15px solid #f9f1ec;
    padding: 40px 30px;
}

.inner-news .container .right .side-menu h3 {
    font-size: 18px;
    color: #141414;
    margin-bottom: 25px;
    position: relative;
}

.inner-news .container .right .side-menu h3:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #dfba9f;
    margin: 0 0 5px 15px;
}

.inner-news .container .right .side-menu ul li {
    margin-bottom: 20px;
}

.inner-news .container .right .side-menu ul li:last-of-type {
    margin-bottom: 0;
}

.inner-news .container .right .side-menu ul li a {
    font-size: 16px;
    color: #141414;
    text-transform: uppercase;
    transition: .3s;
}

.inner-news .container .right .side-menu ul li a:hover {
    color: #dfba9f;
}

.inner-news .container .right .side-menu ul li.current-cat a {
    color: #dfba9f;
}

.inner-news .container .left {
    width: 75%;
    padding-right: 30px;
}

.inner-news .container .left .news-list .list-item {
    margin-bottom: 40px;
}

.inner-news .container .left .news-list .list-item:last-of-type {
    margin-bottom: 0;
}

.inner-news .container .left .news-list .list-item .news-img {
    position: relative;
}

.inner-news .container .left .news-list .list-item .news-img img {
    width: 100%;
}

.inner-news .container .left .news-list .list-item .news-img .hover {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    pointer-events: none;
}

.inner-news .container .left .news-list .list-item .news-img .hover .line-top {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: .3s linear;
}

.inner-news .container .left .news-list .list-item .news-img .hover .line-left {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    transform-origin: center top;
    transform: scaleY(0);
    transition: .3s linear;
}

.inner-news .container .left .news-list .list-item .news-img .hover .line-bottom {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    transform-origin: right center;
    transform: scaleX(0);
    transition: .3s linear;
}

.inner-news .container .left .news-list .list-item .news-img .hover .line-right {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    transform-origin: center bottom;
    transform: scaleY(0);
    transition: .3s linear;
}

.inner-news .container .left .news-list .list-item .news-img:hover .hover .line-top {
    transform: scaleX(1);
}

.inner-news .container .left .news-list .list-item .news-img:hover .hover .line-left {
    transform: scaleY(1);
}

.inner-news .container .left .news-list .list-item .news-img:hover .hover .line-bottom {
    transform: scaleX(1);
}

.inner-news .container .left .news-list .list-item .news-img:hover .hover .line-right {
    transform: scaleY(1);
}

.inner-news .container .left .news-list .list-item .news-info {
    margin: -30px 30px 0;
    background: #fff;
    padding: 15px 30px;
    position: relative;
    text-align: center;
}

.inner-news .container .left .news-list .list-item .news-info p:nth-of-type(1) {
    font-size: 12px;
    color: #141414;
    opacity: .5;
}

.inner-news .container .left .news-list .list-item .news-info p:nth-of-type(2) {
       line-height: 30px;
    margin: 10px 0 15px;
}

.inner-news .container .left .news-list .list-item .news-info p:nth-of-type(2) a {
    font-size: 36px;
    line-height: 1.2em;
    color: #0a182d;
    transition: .3s;
}

.inner-news .container .left .news-list .list-item .news-info p:nth-of-type(2) a:hover {
    color: #dfba9f;
}

.inner-news .container .left .news-list .list-item .news-info>a {
    font-size: 12px;
    color: #dfba9f;
    text-transform: uppercase;
    padding-left: 40px;
    display: inline-block;
    position: relative;
    transition: .3s;
}

.inner-news .container .left .news-list .list-item .news-info>a:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    background: #dfba9f;
    left: 0;
    top: 40%;
    transition: .3s;
}

.inner-news .container .left .news-list .list-item .news-info>a:hover {
    padding: 0 25px;
}

.inner-news .container .left .news-list .list-item .news-info>a:hover:after {
    width: 100%;
}

.inner-contact .inner-contact-1 {
    padding: 100px 0;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) {
    padding-right: 15px;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title {
    max-width: 370px;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title p:nth-of-type(1) {
    font-size: 30px;
    color: #141414;
    margin-bottom: 16px;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.6em;
    color: #141414;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info {
    max-width: 370px;
    margin: 50px 0;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info li {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
    padding-left: 35px;
    position: relative;
    line-height:30px;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info li:last-of-type {
    margin-bottom: 0;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info li i {
    font-size: 20px;
    color: #dfba9f;
    position: absolute;
    left: 0;
    top: 2px;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 25px;
    color: #fff;
    margin-right: 12px;
    transition: .3s;
    cursor: pointer;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(1) {
    background: #4e71a8;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(2) {
    background: #1cb7eb;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(3) {
    background: #ca3737;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(4) {
    background: #444;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(5) {
    position: relative;
    background: #444;
    margin-right: 0;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(5) #ewm {
    position: absolute;
    left: 50%;
    bottom: 105%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6rem;
    /* 	opacity: 0; */
    display: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(5):hover #ewm {
    /* 	opacity: 1; */
    display: block;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:hover {
    background: #141414;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(2) {
    position: relative;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(2) img {
    width: 100%;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(2) .hover {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid #fff;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) {
    padding-left: 15px;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table {
    max-width: 370px;
    width: 100%;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .title {
    font-size: 30px;
    color: #141414;
    margin-bottom: 25px;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li {
    margin-bottom: 20px;
    position: relative;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li:last-of-type {
    margin-bottom: 0;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li p:nth-of-type(1) {
    font-size: 16px;
    color: #dfba9f;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li p:nth-of-type(2) {
    font-size: 16px;
    color: #141414;
}

.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li:before {
    content: "";
    width: 120px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
}

.inner-contact .inner-contact-2 {
    padding: 100px 0;
    background: #f9f1ec;
}

.inner-contact .inner-contact-2 .container h3 {
    font-size: 36px;
    color: #141414;
    text-align: center;
    margin-bottom: 30px;
}

.inner-contact .inner-contact-2 .container .form {
    font-size: 0;
}

.inner-contact .inner-contact-2 .container .form li {
    display: inline-block;
    vertical-align: top;
}

.inner-contact .inner-contact-2 .container .form li:nth-of-type(1) {
    width: 48%;
    margin: 0 4% 30px 0;
}

.inner-contact .inner-contact-2 .container .form li:nth-of-type(2) {
    width: 48%;
    margin: 0 0 30px 0;
}

.inner-contact .inner-contact-2 .container .form li:nth-of-type(3) {
    width: 100%;
    margin: 0 0 30px 0;
}

.inner-contact .inner-contact-2 .container .form li:nth-of-type(4) {
    width: 100%;
}

.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) input {
    width: 100%;
    height: 60px;
    background: #fff;
    border: none;
    outline: none;
    padding: 0 25px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) textarea {
    width: 100%;
    height: 140px;
    background: #fff;
    border: none;
    outline: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.8);
}

.inner-contact .inner-contact-2 .container .form li:last-of-type {
    text-align: center;
}

.inner-contact .inner-contact-2 .container .form li:last-of-type input {
    width: 270px;
    height: 69px;
    background: #dfba9f;
    font-size: 18px;
    color: #141414;
    border: none;
    outline: none;
    transition: .3s;
}

.inner-contact .inner-contact-2 .container .form li:last-of-type input:hover {
    background: #000;
    color: #fff;
}

.newdet-page .news {
    padding: 50px 0 60px !important;
    color: #777777;
}

.newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #222;
}

.newdet-page .news .news_date {
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
}

.newdet-page .news .news_abst {
    border-bottom: 1px solid #555;
    padding: 10px 0;
}

.newdet-page .news .news_abst p {
    display: inline-block;
}

.newdet-page .news .news_contents {
    color: #555;
    line-height: 30px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px solid #555;
    padding: 20px 0 40px;
    font-size: 16px;
}

.newdet-page .news .news_contents a {
    color: #555;
    font-size: 16px;
    line-height: 30px;
}

.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
    color: #555;
    font-size: 16px;
    line-height: 30px;
    clear: both;
}

.newdet-page .news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}

.newdet-page .news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 28px;
    color: #777;
    font-size: 15px;
    margin-left: 5px;
}

.newdet-page .news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
}

.newdet-page .news .newsnav {
    margin-bottom: 30px;
}

.inner-page .m-page {
    text-align: right;
    float: none;
    margin: 30px -5px 0;
}

.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}

.inner-page .m-page span.current,
.inner-page .m-page a:hover {
    background: #cf0039 none repeat scroll 0 0;
    color: #fff;
}

/* faq */
.faq-page .init-2 {
    padding: 1rem 0 2rem;
}

.faq-page .init-2 ul li {
    display: block;
    margin-top: 1rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #f5f5f5;
}

.faq-page .init-2 ul li .left {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

.faq-page .init-2 ul li .left a {
    overflow: hidden;
    display: block;
}

.faq-page .init-2 ul li .right {
    width: 75%;
    display: inline-block;
    margin-left: -5px;
    vertical-align: middle;
    padding: 20px 0 20px 5%;
}

.faq-page .init-2 ul li .right h2 {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.faq-page .init-2 ul li .right h2 a {
    color: inherit;
}

.faq-page .init-2 ul li .right h2:hover {
    color: #da251d;
}

.faq-page .init-2 ul li .right time {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    padding: 10px 0 20px;
    display: block;
}

.faq-page .init-2 ul li .right p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
}

.faq-page .init-2 ul li:hover {
    box-shadow: 0 0 10px 0 #d1d1d1;
    -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
    -moz-box-shadow: 0 0 10px 0 #d1d1d1;
    -ms-box-shadow: 0 0 10px 0 #d1d1d1;
    -o-box-shadow: 0 0 10px 0 #d1d1d1;
}

/* faqEnd */
@media screen and (max-width: 1250px) {
    .about-page .about-1 .right h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .about-page .about-1 .right .text ul {
        margin: 10px 0;
    }

    .about-page .about-1 .right .text ul li {
        font-size: 14px;
        margin: 3px 0;
    }

    .inner-page i.small-tit {
        font-size: 16px;
    }

    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    #header .container .language {
        margin-left: 60px;
    }

    #header .container .menu-box .menu>li {
        margin-right: 40px;
    }

    #index-body .i-about .i-about-content .content .num .grid-box .column {
        padding: 0 15px;
    }

    #index-body .i-about .i-about-content .content .num .grid-box .column p:nth-of-type(1) {
        font-size: 25px;
    }
    .i-about-bottom .grid-box .column .inner p:nth-of-type(1) {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-1 .right h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .about-page .about-1,
    .about-page .about-2,
    .about-page .about-3,
    .about-page .about-4 {
        padding: 40px 0;
    }

    .about-page .about-2 .right .content li {
        font-size: 13px;
        padding: 2px 10px;
    }

    .about-page .about-3 a.more {
        padding: 6px 25px;
    }

    .about-page .about-4 .top .right a.more {
        font-size: 16px;
        line-height: 34px;
        height: 34px;
    }

    .about-page .about-4 .bottom {
        padding-top: 30px;
    }

    .about-page .about-4 .bottom ul li {
        padding: 10px;
    }

    .about-page .about-4 .bottom ul {
        margin: -10px;
    }

    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 16px;
        padding: 5px;
    }
}

@media (max-width: 992px) {
    .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(5) {
        display:none;
    }
    .inner-product .grid-box.two>.column.sidebar {
        display: none;
    }

    .inner-product .grid-box.two>.column.page-right-bar {
        width: 100%;
    }

    .product .ui ul .slick-slide.slick-center .ig .img-box {
        transform: scale(1);
    }

    #index-body .product-2 {
        background: none;
    }

    #index-body .custmization .yy {
        display: none;
    }

    #header {
        display: none;
    }

    #m-header-wrapper {
        display: block;
    }

    #index-banner {
        margin-top: 45px;
    }

    #index-banner #banner .swiper-slide .banner-text {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 15px;
    }

    #index-banner #banner .swiper-slide .banner-text p:nth-of-type(1) {
        font-size: 30px;
    }

    #index-banner #banner .swiper-slide .banner-text a {
        margin-top: 30px;
    }

    #index-body .i-title p:nth-of-type(1) {
        font-size: 30px;
    }

    #index-body .i-title {
        padding: 40px 15px;
    }

    #index-body .i-pro .i-pro-list .list-item .product-info .product-name div:nth-of-type(1) {
        font-size: 25px;
    }

    #index-body .i-about .i-about-content .content .company {
        font-size: 25px;
    }

    #index-body .i-about .i-about-content .video {
        position: relative;
        width: 100%;
    }

    #index-body .i-about .i-about-content .content {
        float: none;
        width: 100%;
    }

    #index-body .i-about .i-about-content .content .num .grid-box .column {
        width: 33.33%;
    }

    #footer {
        position: static;
    }

    #footer .footer-top .container .item {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 40px;
    }

    #footer .footer-top .container .item:nth-of-type(4) {
        margin-bottom: 0;
    }

    #footer .footer-top .container .item:last-of-type {
        display: none;
    }

    .inner-banner {
        margin-top: 45px;
    }

    .inner-about .inner-about-section {
        padding: 60px 0 !important;
    }

    .inner-about .inner-about-1 .container .left h2:nth-of-type(1) {
        font-size: 25px;
    }

    .inner-about .inner-about-1 .container .left h2:nth-of-type(2) {
        font-size: 25px;
    }

    .inner-about .inner-about-1 .container .left {
        width: 100%;
        float: none;
        margin-bottom: 40px;
        padding: 0;
    }

    .inner-about .inner-about-1 .container .right {
        width: 100%;
        float: none;
    }

    .inner-about .inner-about-2 .container .top-content:after {
        display: none;
    }

    .inner-about .inner-about-3 .content p:nth-of-type(1) {
        font-size: 30px;
    }

    .inner-about .inner-about-3 .content p:nth-of-type(2) {
        font-size: 30px;
    }

    .inner-about .inner-about-3 {
        height: 400px;
    }

    .inner-about .inner-about-4 .container .title p:nth-of-type(1) {
        font-size: 30px;
    }

    .inner-about .inner-about-4 .container .title p:nth-of-type(2) {
        font-size: 30px;
    }

    .inner-about .inner-about-4 .container .list #factory-prev,
    .inner-about .inner-about-4 .container .list #factory-next {
        display: none;
    }

    .inner-product .container .inner-product-nav {
        display: none;
    }

    .inner-prodet {
        flex-wrap: wrap;
    }

    .inner-prodet .left {
        width: 100%;
        height: auto;
        padding: 60px 0;
    }

    .inner-prodet .left .left-content {
        position: static;
        transform: translate(0);
        margin: 0 auto;
    }

    .inner-prodet .right {
        width: 100%;
        height: auto;
        padding: 60px 0;
    }

    .inner-prodet .right .right-content {
        position: static;
        transform: translate(0);
        margin: 0 auto;
    }

    .inner-prodet .close {
        background: url(../images/close.png) no-repeat;
        right: 15px;
        top: 15px;
    }

    .inner-prodet .left .left-content .product-name {
        font-size: 20px;
    }

    .inner-prodet .right .right-content h2 {
        font-size: 25px;
    }

    .inner-prodet .right .right-content .product-details .grid-box .column span {
        font-size: 14px;
    }

    .inner-news {
        padding: 60px 0;
    }

    .inner-news .container .right {
        display: none;
    }

    .inner-news .container .left {
        width: 100%;
        padding: 0;
    }

    .inner-news .container .left .news-list .list-item .news-info p:nth-of-type(2) a {
        font-size: 20px;
    }

    .inner-contact .inner-contact-1 {
        padding: 60px 0;
    }

    .inner-contact .inner-contact-1 .container .grid-box .column {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 !important;
    }

    .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(2) {
        display: none;
    }

    .inner-contact .inner-contact-1 .container .grid-box .column:last-of-type {
        margin-bottom: 0;
    }

    .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title {
        max-width: 100%;
    }

    .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info {
        max-width: 100%;
    }

    .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table {
        max-width: 100%;
    }

    .inner-contact .inner-contact-2 {
        padding: 60px 0;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .init-2 ul li .right h2 {
        font-size: 16px;
    }

    .about-page .about-1 .left,
    .about-page .about-2 .left,
    .about-page .about-4 .top .left {
        padding-right: 0;
        width: 100%;
    }

    .about-page .about-1 .right,
    .about-page .about-2 .right,
    .about-page .about-4 .top .right {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }

    .about-page .about-4 .top .right {
        text-align: left;
        padding-top: 20px;
    }

    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    #index-banner #banner .swiper-slide .banner-text p:nth-of-type(1) {
        font-size: 20px;
    }

    #index-banner #banner .swiper-slide .banner-text p:nth-of-type(2) {
        display: none;
    }

    #index-banner #banner .swiper-slide .banner-text a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 15px;
    }

    #index-body .i-pro .i-pro-list .list-item .product-focus {
        position: static;
        width: 100%;
    }

    #index-body .i-pro .i-pro-list .list-item .product-info {
        float: none;
        width: 100%;
    }

    #index-body .i-pro .i-pro-list .list-item .product-info .product-link a {
        width: 120px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    #index-body .i-about .i-about-content .content .num .grid-box .column {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    #index-body .i-about .i-about-content .content .num .grid-box .column:last-of-type {
        margin-bottom: 0;
    }

    #index-body .i-about .i-about-content .content .num .grid-box .column:after {
        display: none;
    }

    #index-body .i-about .i-about-content .content .num {
        margin: 40px 0;
    }

    .inner-banner {
        height: 250px;
    }

    .inner-banner .banner-focus h3 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height:30px;
    }

    .inner-product .container .inner-product-top div:nth-of-type(1) {
        font-size: 25px;
    }

    .inner-news .container .left .news-list .list-item .news-info {
        margin: -30px 15px 0;
    }

    .inner-contact .inner-contact-2 .container .form li {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title p:nth-of-type(1) {
        font-size: 25px;
    }

    .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .title {
        font-size: 25px;
    }

    .inner-contact .inner-contact-2 .container h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-1 .right .text ul li {
        font-size: 12px;
    }
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: #cf0039;
}

@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes move-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(-64px, 0);
        transform: translate(-64px, 0);
    }

    75% {
        -webkit-transform: translate(32px, 0);
        transform: translate(32px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes move-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes move-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(-64px, 0);
        transform: translate(-64px, 0);
    }

    75% {
        -webkit-transform: translate(32px, 0);
        transform: translate(32px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.circle-loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80px;
}

.circle-loader .circle {
    -webkit-animation: move-animation 2.5s infinite;
    animation: move-animation 2.5s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    position: absolute;
    left: 50%;
    top: 50%;
}

.circle-loader .circle-line {
    width: 64px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transform-origin: 4px 4px;
    transform-origin: 4px 4px;
}

.circle-loader .circle-line:nth-child(0) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.circle-loader .circle-line:nth-child(1) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circle-loader .circle-line:nth-child(2) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle-loader .circle-line:nth-child(3) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.circle-loader .circle-line .circle:nth-child(1) {
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 4px;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.circle-loader .circle-line .circle:nth-child(2) {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 8px;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.circle-loader .circle-line .circle:nth-child(3) {
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 12px;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.circle-loader .circle-blue {
    background-color: #1f4e5a;
}

.circle-loader .circle-red {
    background-color: #ff5955;
}

.circle-loader .circle-yellow {
    background-color: #ffb265;
}

.circle-loader .circle-green {
    background-color: #00a691;
}

.main-map .info img {
    display: block;
}
i.small-tit.lin {
    font-size: 28px;
}
.right.column h4 {
    font-size: 24px;
}
.text.lin {
    font-size: 16px;
    padding-left: 380px;
    padding-right: 350px;
    padding-bottom:100px;
}
.text.lin h2 {
    font-size: 24px;
    font-weight: bold;
}