@font-face {
    font-family: 'roboto-regular';
    src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}

@font-face {
    font-family: 'roboto-black';
    src: url(../fonts/roboto-black.ttf) format('truetype'), url(../fonts/roboto-black.eot) format('eot'), url(../fonts/roboto-black.woff) format('woff'), url(../fonts/roboto-black.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url(../fonts/Roboto-BoldCondensed.ttf) format('truetype'), url(../fonts/Roboto-BoldCondensed.eot) format('eot'), url(../fonts/Roboto-BoldCondensed.woff) format('woff'), url(../fonts/Roboto-BoldCondensed.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf) format('truetype'), url(../fonts/Roboto-Light.eot) format('eot'), url(../fonts/Roboto-Light.woff) format('woff'), url(../fonts/Roboto-Light.woff2) format('woff2');
}



#banner .slick-arrow:hover {
    background-color: #e67817;
}

#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 .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: 2;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    background-size: 14px;
}

#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: #e67817;
    -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: #e67817;
    background-color: white;
}

#cs {
    width: 100%;
    margin-bottom: 20px;
}

#cs td,
#cs th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: 50%;
}

#cs td:first-child {
    color: #2d2d2d;
}

#cs td:last-child {
    color: #666;
}

.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 .metaslider .slider-wrapper .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;
}

#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
    background-color: #e67817;
}

#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
    background-image: url(../images/banner-btn-l.png);
}

#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
    background-image: url(../images/banner-btn-r.png);
}

#banner .theme-default .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto !important;
}

#banner .theme-default .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 .theme-default .nivo-controlNav a.active {
    border-color: #e67817 !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: 20px;
}

#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
    color: #e67817;
    text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
}

#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;
}

#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: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#mobile .menu-content .mob-share ul li:hover {
    background: #e67817;
}

#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;
}

.fp-tableCell {
    display: block;
    width: 100%;
}

@-webkit-keyframes wh {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 100%;
        height: 0;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@-o-keyframes wh {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 100%;
        height: 0;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@-moz-keyframes wh {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 100%;
        height: 0;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes wh {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 100%;
        height: 0;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes hw {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 0;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@-o-keyframes hw {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 0;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@-moz-keyframes hw {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 0;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes hw {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 0;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

.btn {
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn i:after,
.btn i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn i:before {
    border-left: none;
    border-top: none;
}

.btn i:after {
    border-right: none;
    border-bottom: none;
}

.btn:hover {
    background: #e67817;
    /* -webkit-transition: 1.5s .9s;
    -moz-transition: 1.5s .9s;
    -ms-transition: 1.5s .9s;
    -o-transition: 1.5s .9s;
    transition: 1.5s .9s; */
}

/* .btn:hover i:after {
    -webkit-animation: wh 1s;
    -o-animation: wh 1s;
    animation: wh 1s;
    border-color: #e67817;
}

.btn:hover i:before {
    -webkit-animation: hw 1s;
    -o-animation: hw 1s;
    animation: hw 1s;
    border-color: #e67817;
} */

#index-body .section {
    height: 100vh;
}

#index-body .section h2 {
    font-size: 58px;
    text-transform: uppercase;
    line-height: 68px;
    color: white;
    text-align: left;
}

#index-body .section h2 small {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    margin-top: 5px;
}

#index-body .init-1 {
    position: relative;
}

#index-body .init-1:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/xt.png') center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
}

#index-body .init-1 ul,
#index-body .init-1 .slick-slider .slick-track,
#index-body .init-1 .slick-slider .slick-list {
    height: 100%;
}

#index-body .init-1 .slick-slide>div {
    height: 100%;
}

#index-body .init-1 li {
    position: relative;
    height: 100vh;
}

#index-body .init-1 li>img {
    height: 100%;
    max-width: none;
    width: 100%;
}

#index-body .init-1 .content {
    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%);
    width: 100%;
    z-index: 1;
}

#index-body .init-1 .content .ui {
    padding: 0 2.7%;
}

#index-body .init-1 .content .box {
    max-width: 450px;
}

#index-body .init-1 .content .box h2 {
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    font-family: "Roboto-BoldCondensed";
    display: inline-block;
    position: relative;
    padding-top: 20px;
}

#index-body .init-1 .content .box h2:after {
    content: '';
    width: 196px;
    height: 13px;
    background: #e67817;
    position: absolute;
    right: -30px;
    bottom: 10px;
    z-index: -1;
}

#index-body .init-1 .content .box p {
    font-size: 18px;
    color: white;
    font-family: "Roboto-Light";
    line-height: 34px;
    margin: 20px 0 40px;
}

#index-body .init-1 .content .box a.more {
    display: inline-block;
    font-size: 18px;
    font-family: "Roboto-BoldCondensed";
    text-transform: capitalize;
    line-height: 50px;
    height: 50px;
    padding: 0 60px;
    color: white;
}

#index-body .init-1 .content .box a.more:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid white;
}

#index-body .init-2 {
    font-size: 0;
    background: #101010 url("../images/init-2-l.jpg") left center;
    text-align: right;
}

#index-body .init-2 .left {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    max-width: 722px;
    padding-right: 6%;
    text-align: left;
}

#index-body .init-2 .left ul {
    padding: 60px 0 100px;
}

#index-body .init-2 .left ul li {
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 1px;
    height: 100px;
    width: 100px;
    border-radius: 30%;
    border: 3px solid white;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
}

#index-body .init-2 .left ul li a {
    display: block;
    height: 100%;
    width: 100%;
}

#index-body .init-2 .left ul li[data-id="1"] {
    background-image: url("../images/icon-init-1.png");
}

#index-body .init-2 .left ul li[data-id="2"] {
    background-image: url("../images/icon-init-2.png");
}

#index-body .init-2 .left ul li[data-id="3"] {
    background-image: url("../images/icon-init-3.png");
}

#index-body .init-2 .left ul li[data-id="4"] {
    background-image: url("../images/icon-init-4.png");
}

#index-body .init-2 .left ul li[data-id="5"] {
    background-image: url("../images/icon-init-5.png");
}

#index-body .init-2 .left ul li[data-id="6"] {
    background-image: url("../images/icon-init-6.png");
}

#index-body .init-2 .left ul li[data-id="7"] {
    background-image: url("../images/icon-init-7.png");
}

#index-body .init-2 .left ul li[data-id="8"] {
    background-image: url("../images/icon-init-8.png");
}

#index-body .init-2 .left ul li[data-id="9"] {
    background-image: url("../images/icon-init-9.png");
}

#index-body .init-2 .left ul li[data-id="10"] {
    background-image: url("../images/icon-init-10.png");
}

#index-body .init-2 .left ul li[data-id="11"] {
    background-image: url("../images/icon-init-11.png");
}

#index-body .init-2 .left ul li[data-id="12"] {
    background-image: url("../images/icon-init-12.png");
}

#index-body .init-2 .left ul li:hover {
    border-color: #e67817;
}

#index-body .init-2 .left a.more {
    font-size: 35px;
    text-transform: capitalize;
    font-family: "Roboto-BoldCondensed";
    color: #e67817;
}

#index-body .init-2 .left p {
    font-size: 18px;
    color: #575757;
    line-height: 24px;
}

#index-body .init-2 .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    background: url("../images/init-2-r.jpg") right center fixed;
    background-size: 50% 100%;
    text-align: center;
    position: relative;
}

#index-body .init-2 .right .box {
    display: inline-block;
    vertical-align: middle;
    width: 590px;
    height: 590px;
    margin: 0 auto;
    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%);
    text-align: center;
}

#index-body .init-2 .right .box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid white;
}

#index-body .init-2 .right .box i:after,
#index-body .init-2 .right .box i:before {
    border-width: 6px;
    z-index: 1;
}

#index-body .init-2 .right .box span {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#index-body .init-2 .right .box span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid white;
}

#index-body .init-2 .right .box:hover {
    background-color: transparent;
}

#index-body .init-2 .right .box:hover span {
    left: 0;
    top: 0;
    -webkit-transition: 1s .9s;
    -moz-transition: 1s .9s;
    -ms-transition: 1s .9s;
    -o-transition: 1s .9s;
    transition: 1s .9s;
}

#index-body .init-2 .right .box h3 {
    font-size: 56px;
    color: white;
    max-width: 370px;
    line-height: 67px;
    margin: 29% auto 0;
    padding: 0 15px;
}

#index-body .init-2 .right .box h3 em {
    font-size: 22px;
    line-height: 30px;
    display: block;
}

#index-body .init-3 {
    background: url("../images/init-3-bg.jpg") center center fixed;
    background-size: 100% 100%;
    position: relative;
}

#index-body .init-3:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/init-3-bg.jpg") center center;
    z-index: -1;
}

#index-body .init-3 .fp-tableCell {
    display: table-cell;
}

#index-body .init-3 .box {
    padding-top: 100px;
}

#index-body .init-3 .box ul {
    font-size: 0;
    margin: -20px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#index-body .init-3 .box ul li {
    width: 31.3333%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px 20px 90px;
    position: relative;
    transition: all .5s;
}

#index-body .init-3 .box ul li:hover {
    transform: scale(1.1);
    top: -10px;
}

#index-body .init-3 .box ul li a {
    max-width: 300px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

#index-body .init-3 .box ul li span {
    width: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
}

#index-body .init-3 .box ul li h3 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
}

#index-body .init-3 .box ul li h3 small {
    display: block;
    font-size: 16px;
    color: #eaeaea;
    line-height: 30px;
    font-family: "Roboto-Light";
    text-transform: none;
    margin-top: 5px;
}

#index-body .init-3 .box ul li:nth-child(4) a {
    max-width: 310px;
}

#index-body .init-4 {
    background: url("../images/init-4-bg.jpg") center center fixed;
    background-size: auto 100%;
}

#index-body .init-4:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/init-4-bg.jpg") center center;
    z-index: -1;
}

#index-body .init-4 .fp-tableCell {
    display: table-cell;
}

#index-body .init-4 h2 {
    max-width: 570px;
}

#index-body .init-4 .box {
    padding-top: 30px;
}

#index-body .init-4 .box ul {
    font-size: 0;
    margin: 0 -10px;
}

#index-body .init-4 .box ul li {
    width: 25%;
    display: inline-block;
    padding: 0 20px;
}

#index-body .init-4 .box ul li a {
    display: block;
    padding: 10px;
    background: white;
}

#index-body .init-4 .box ul li a span {
    overflow: hidden;
    display: block;
}

#index-body .init-4 .box ul li a span img {
    width: 100%;
}

#index-body .init-4 .box ul li a h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px;
}

#index-body .init-4 .box ul li a i {
    width: 40px;
    height: 2px;
    background: #e67817;
    display: block;
    margin: 15px 10px;
    line-height: normal;
}

#index-body .init-4 .box ul li a p {
    font-size: 14px;
    line-height: 20px;
    color: black;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 10px;
}

#index-body .init-5 {
    background: url("../images/init-5-bg.jpg") center center fixed;
    background-size: auto 100%;
}

#index-body .init-5:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/init-5-bg.jpg") center center;
    z-index: -1;
}

#index-body .init-5 .fp-tableCell {
    display: table-cell;
}

#index-body .init-5 h2 {
    font-size: 50px;
    line-height: 60px;
}

#index-body .init-5 h2 i {
    line-height: 66px;
    font-size: 18px;
    color: #e67817;
    display: block;
}

#index-body .init-5 .box {
    padding-top: 60px;
}

#index-body .init-5 .box ul {
    font-size: 0;
}

#index-body .init-5 .box ul li {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
}

#index-body .init-5 .box ul li h3 {
    font-size: 18px;
    color: white;
    line-height: 24px;
    padding: 14px 0;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#index-body .init-5 .box ul li h3 em {
    color: #e67817;
}

#index-body .init-5 .box ul li h3:after {
    content: '';
    width: 115px;
    height: 1px;
    display: block;
    background: #e67817;
    position: relative;
    top: 14px;
}

#index-body .init-5 .box ul li p {
    font-size: 16px;
    color: white;
    line-height: 30px;
    margin-top: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#index-body .init-5 .box ul li:nth-child(1) .box2 {
    max-width: 380px;
}

#index-body .init-5 .box ul li:nth-child(2) .box2 {
    width: 380px;
}

#index-body .init-5 .box ul li:nth-child(3) .box2 {
    max-width: 380px;
}

#index-body .init-5 .box ul li .box2 {
    padding: 10px;
}

#index-body .init-5 .box ul li .box2:hover h3 {
    color: black;
    -webkit-transition: 1s 1s;
    -moz-transition: 1s 1s;
    -ms-transition: 1s 1s;
    -o-transition: 1s 1s;
    transition: 1s 1s;
}

#index-body .init-5 .box ul li .box2:hover h3 em {
    color: inherit;
}

#index-body .init-5 .box ul li .box2:hover h3:after {
    background: white;
}

#index-body .init-5 .box ul li .box2:hover p {
    color: black;
    -webkit-transition: 1s 1s;
    -moz-transition: 1s 1s;
    -ms-transition: 1s 1s;
    -o-transition: 1s 1s;
    transition: 1s 1s;
}

#index-body .init-6.comment {
    font-size: 0;
    background: #101010 url(../images/init-6-bg.jpg) left center;
    text-align: right;
}

#index-body .init-6.news {
    font-size: 0;
    background: #101010 url(../images/init-6-newsbg.jpg) left center;
    text-align: right;
}

#index-body .init-6 .fp-tableCell {
    display: table-cell;
}

#index-body .init-6 h2 {
    max-width: 520px;
}

#index-body .init-6 .box {
    padding-top: 60px;
}

#index-body .init-6 .box ul {
    font-size: 0;
}

#index-body .init-6 .box ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
}

#index-body .init-6 .box ul li a {
    display: block;
}

#index-body .init-6 .box ul li a span {
    display: block;
    overflow: hidden;
}

#index-body .init-6 .box ul li a>span {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index-body .init-6 .box ul li a span img {
    height: 100%;
    max-width: none;
}

#index-body .init-6 .box ul li a h3 {
    font-size: 18px;
    color: #fff;
    text-align: left;
}

#index-body .init-6 .box ul li a h3 em {
    line-height: 30px;
    display: block;
    max-height: 60px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
}

#index-body .init-6 .box ul li a h3 i {
    display: block;
    height: 1px;
    background-color: #fff;
    width: 40px;
}

#index-body .init-6 .box ul li a h3 span {
    margin-top: 8px;
}

#index-body .init-6 .box ul li a h3 small {
    display: block;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
}

#index-body .init-6.news .box ul .slick-arrow.slick-prev {
    background-image: url('../images/banner-btn-l.png');
    margin-left: -30px;
}

#index-body .init-6.news .box ul .slick-arrow.slick-next {
    background-image: url('../images/banner-btn-r.png');
    margin-left: 30px;
}

#index-body .init-6.news .box ul .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    background-color: #fabb09;
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 30px;
}

#index-body .init-6.news .box ul .slick-arrow:hover {
    background-color: #333;
}

#index-body .init-6.comment .box dl .slick-arrow.slick-prev {
    background-image: url('../images/banner-btn-l.png');
    left: -50px;
}

#index-body .init-6.comment .box dl .slick-arrow.slick-next {
    background-image: url('../images/banner-btn-r.png');
    right: -50px;
}

#index-body .init-6.comment .box dl .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    background-color: #fabb09;
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#index-body .init-6.comment .box dl .slick-arrow:hover {
    background-color: #333;
}

#index-body .init-6.comment .box dl {
    margin: 0 -35px;
    text-align: center;
}

#index-body .init-6.comment .box dd {
    font-size: 0;
    padding: 0 35px;
    text-align: left;
}

#index-body .init-6.comment .box dd .box2 {
    background: white;
    display: block;
}

#index-body .init-6.comment .box dd .left {
    width: 100%;
    font-size: 12px;
    height: 336px;
    overflow: hidden;
    vertical-align: top;
    letter-spacing: 0;
}

#index-body .init-6.comment .box dd .left img {
    width: 100%;
}

#index-body .init-6.comment .box dd .right {
    overflow: hidden;
    height: 205px;
    width: 100%;
    padding: 0 20px;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0;
}

#index-body .init-6.comment .box dd .right h3 {
    font-size: 18px;
    color: #171717;
    font-weight: bold;
    line-height: 32px;
    margin: 20px 0;
}

#index-body .init-6.comment .box dd .right p {
    font-size: 14px;
    line-height: 22px;
    color: #343434;
}

#index-body .init-6.comment .box dd .box3 {
    background: #d4d4d4;
    padding: 15px 0;
    border-top: 1px solid #acacac;
}

#index-body .init-6.comment .box dd .box3 em {
    font-size: 16px;
    color: #202020;
    line-height: 22px;
    font-family: 'roboto-black';
}

#index-body .init-6.comment .box dd .box3 .right {
    text-align: right;
}

#index-body .init-6.comment .box dd .box3 .right em:after {
    content: '\f005 \f005 \f005 \f005 \f123';
    display: inline-block;
    color: #fabb09;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    font-family: 'FontAwesome';
}

#index-body .init-6.comment .box dl ul.slick-dots {
    display: inline-block;
    margin: 60px auto 0;
    width: 100%;
    max-width: 500px;
    height: 4px;
    background: #4c4c4c;
    position: relative;
}

#index-body .init-6.comment .box dl ul.slick-dots li {
    height: 100%;
    float: left;
    display: block;
    background: transparent;
    cursor: pointer;
    cursor: hand;
    padding: 0;
    margin: 0;
}

#index-body .init-6.comment .box dl ul.slick-dots li button {
    display: none;
}

#index-body .init-6.comment .box dl ul.slick-dots i {
    height: 14px;
    position: absolute;
    top: -5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    left: 0;
    display: block;
    background: #d4d4d4;
}



#Information-popup {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding-left: 15px;
    z-index: 30;
}

#Information-popup .btn2 div {
    display: block;
    margin: 8px 0;
    cursor: pointer;
    cursor: hand;
}

#Information-popup .btn2 div.btn-msg {
    margin-bottom: 0;
}

#Information-popup .btn2 div.ewm {
    width: 53px;
    height: 53px;
    display: block;
    line-height: 53px;
    text-align: center;
    font-size: 24px;
    color: black;
    background: #face32;
    position: relative;
    border-radius: 100%;
}

#Information-popup .btn2 div.ewm #wxewm {
    width: 120px;
    /* border: 3px solid white; */
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-right: 15px;
    display: none;
}

#Information-popup .btn2 div.ewm:hover #wxewm {
    display: block;
}

#Information-popup .msg {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 310px;
    border-radius: 10px;
    padding: 25px;
    background: #252525;
    display: none;
}

#Information-popup .msg ul {
    margin: -8px 0;
}

#Information-popup .msg ul li {
    padding: 8px 0;
    display: block !important;
}

#Information-popup .msg ul li:nth-last-child(2) {
    padding-bottom: 0;
}

#Information-popup .msg ul li:last-child {
    padding: 0;
}

#Information-popup .msg ul li input,
#Information-popup .msg ul li textarea {
    line-height: 40px;
    height: 40px;
    border-radius: 10px;
    background: #171717;
    padding: 0 15px;
    border: none;
    width: 100%;
    font-size: 12px;
    color: white;
    font-family: "Roboto-BoldCondensed";
}

#Information-popup .msg ul li input::-webkit-input-placeholder,
#Information-popup .msg ul li textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #fefefe;
}

#Information-popup .msg ul li input:-moz-placeholder,
#Information-popup .msg ul li textarea:-moz-placeholder {
    text-transform: uppercase;
    color: #fefefe;
}

#Information-popup .msg ul li input::-moz-placeholder,
#Information-popup .msg ul li textarea::-moz-placeholder {
    text-transform: uppercase;
    color: #fefefe;
}

#Information-popup .msg ul li input:-ms-input-placeholder,
#Information-popup .msg ul li textarea:-ms-input-placeholder {
    text-transform: uppercase;
    color: #fefefe;
}

#Information-popup .msg ul li textarea {
    height: 190px;
    padding-bottom: 45px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 24px;
    padding: 18px 15px;
}

#Information-popup .msg ul li input[type="submit"] {
    background: url("../images/icon-send.png") no-repeat center right 10px #171717;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: transparent;
}

#Information-popup .msg div.wpcf7-response-output {
    color: white;
}

@media screen and (max-height:900px) {
    .section {
        background-size: auto !important;
    }

    #index-body .init-2 .left ul {
        padding: 40px 0;
    }

    #index-body .init-3 .box {
        padding-top: 50px;
    }

    #index-body .init-4 .box ul li a p,
    #index-body .init-4 .box ul li a i {
        display: none;
    }
}

@media screen and (max-height:800px) {
    #index-body .init-1 .content img {
        max-height: 100px;
    }

    #index-body .init-1 .content .box h2 {
        font-size: 30px;
    }

    #index-body .init-1 .content .box h2:after {
        height: 10px;
        bottom: 20px;
        width: 150px;
    }

    #index-body .init-1 .content .box p {
        margin: 15px 0;
    }

    #index-body .init-1 .content .box a.more {
        font-size: 16px;
    }

    #index-body .section h2 {
        font-size: 40px;
        line-height: 50px;
    }

    #index-body .section h2 small {
        font-size: 13px;
        margin-top: 0;
    }

    #index-body .init-3 .box ul li h3 small {
        font-size: 14px;
        line-height: 24px;
    }

    #index-body .init-3 .box ul li h3 {
        font-size: 18px;
    }

    #index-body .init-4 .box ul li a h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    #header .logo img {
        max-width: 100px;
    }

    #header #nav-btn {
        font-size: 18px;
        top: 15px;
    }

    #header .nav-content .top .yuy .nav-btn h3,
    #header .nav-content .top .yuy li {
        font-size: 18px;
    }

    #header #nav-btn ul {
        top: 2px;
    }
}

@media screen and (max-height:700px) {
    #index-body .init-5 .box ul li {
        width: 100%;
    }

    #index-body .section {
        height: auto !important;
        padding: 60px 0;
    }

    #index-body .init-6 {
        padding-bottom: 120px;
    }

    #index-body .fp-tableCell {
        height: auto !important;
    }

    #index-body .section#banner {
        padding: 0;
    }

    #header .nav-content .center ul.nav li dl dd .list {
        display: none !important;
    }

    #index-body .init-2 .left ul {
        padding: 20px 0;
    }

    #index-body .init-2 .left p {
        display: none;
    }

    #index-body .init-1 .content .ui {
        padding: 0 15px;
    }

    #index-body .init-2 .right .box {
        height: 400px;
        width: 400px;
    }

    #index-body .init-2 .right .box h3 {
        font-size: 40px;
        line-height: 46px;
    }

    #index-body .init-2 .right .box h3 em {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    #index-body .init-4 .box {
        padding-top: 10px;
    }

    #index-body .init-4 .box ul li a h3,
    #index-body .init-6 .box ul li a h3 em {
        height: 26px;
        -webkit-line-clamp: 1;
        line-height: 26px;
    }

    #index-body .init-4 h2 {
        max-width: none;
        padding-top: 15px;
    }

    #index-body .init-5 .box,
    #index-body .init-6 .box {
        padding-top: 30px;
    }

    #index-body .init-5 .box ul li p {
        font-size: 15px;
        line-height: 26px;
    }

    #index-body .init-6 .box ul li a h3 {
        margin-top: 10px;
    }

    #index-body .init-6 .box ul {
        padding: 0;
    }

    #index-body .init-6.comment .box dd {
        padding: 0 15px;
    }

    #index-body .init-6.comment .box dl {
        margin: 0 -15px;
    }

    #index-body .init-6.comment .box dl ul.slick-dots {
        margin-top: 25px;
    }

    #index-body .init-6.comment .box dd .right p {
        font-size: 14px;
        line-height: 20px;
    }

    #index-body .init-6.comment .box dd .right h3 {
        font-size: 18px;
        line-height: 24px;
    }

    #index-body .init-6.comment .box dd .left {
        white-space: nowrap;
        font-size: 12px;
    }

    #index-body .init-6.comment .box dd .box3 .right em:after {
        font-size: 16px;
    }
}

@media screen and (max-height:600px) {
    #Information-popup {
        display: none;
    }

    #index-body .init-1 .content img {
        max-height: 60px;
    }

    #index-body .init-1 .content .box p {
        font-size: 16px;
        line-height: 24px;
    }

    #index-body .init-1 .content .box h2 {
        font-size: 24px;
    }

    #index-body .init-1 .content .box h2:after {
        bottom: 10px;
        width: 120px;
    }
}

.about_part2 .part2_inner .swiper_one_button {
    display: flex;
    align-items: center;
    margin-top: 110px;
}

.about_part2 .part2_inner .swiper_one_button .btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
    color: #146dc6;
    color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.about_part2 .part2_inner .swiper_one_button .btn.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.about_part2 .part2_inner .swiper_one_button .btn:hover {
    opacity: 0.5;
}

.about_part2 .part2_inner .swiper_one_button .btn+.btn {
    margin-left: 35px;
}

.about_part2 .part2_inner .swiper .swiper-slide {
    width: auto;
}

.about_part2 .part2_inner .swiper .swiper-slide .swiper-in {
    width: 100%;
}

.about_part2 .part2_inner .swiper .swiper-slide .swiper-in .img-box {
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
}

.about_part2 .part2_inner .swiper .swiper-slide .swiper-in .zi {
    font-size: 16px;
    color: #f9f9f9;
    white-space: pre-line;
    margin-top: 15px;
    line-height: 1.7;
}


.about_part2 .part2_inner .swiper {
    display: block;
    margin-top: 60px;
    width: 100%;
}

.about_part2 .part2_inner .line {
    height: 1px;
    background: linear-gradient(to right, white, transparent);
}

.part2_inner {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_part2 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 130px;
    background-image: url(../../image/fzls-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.about_part3{
    width: 100%;
    padding: 80px 0 120px;
}

.about_part3 .hope3 {
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_part3 .hope3 .hopeitem {
    width: calc((100% - 90px) / 3);
}
.about_part3 .hope3 .hopeitem .img-box {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 60px 0;
}
.about_part3 .hope3 .hopeitem .img-box img {
    width: 125px;
    margin: 0 auto;
    display: block;
    transition: all 0.25s;
}
.about_part3 .hope3 .hopeitem .name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    transition: all 0.25s;
}
.about_part3 .hope3 .hopeitem .text {
    font-size: 18px;
    line-height: 2;
    margin-top: 12px;
    color: #3e3e3e;
}
.about_part3 .hope3 .hopeitem .img-box img {
    width: 125px;
    margin: 0 auto;
    display: block;
    transition: all 0.25s;
}
@media only screen and (max-width: 1280px) {
    .about_part2 {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .about_part3 {
        padding-top: 10vw;
        padding-bottom: 5vw;
    }
    .about_part3 .hope3  {
        margin-top: 5vw;
    }
    .about_part3 .hope3 .hopeitem {
        width: calc((100% - 10vw) / 3);
    }
    .about_part3 .hope3 .hopeitem .img-box {
        padding: 5vw 0;
    }
    .about_part3 .hope3 .hopeitem .img-box img {
        width: 60px;
    }
    .about_part3 .hope3 .hopeitem .img-box .name {
        font-size: 18px;
    }
    .about_part3 .hope3 .hopeitem .img-box .text {
        font-size: 16px;
    }
}

.about_part1 .part1_left hr {
    margin: 0 0 35px;
    border: 0;
    border-top: 1px solid #dbdada
}

.about_part1 .part1_left>p {
    font-size: 18px;
    font-weight: 400;
    color: #3e3e3e;
    line-height: 2;
    white-space: pre-line;
    text-align: justify;
}

@media only screen and (max-width: 1746px) {
    .about_part1 .part1_left>p {
        font-size: 16px;
    }
}
.title_name,
.about_part1 .title_name,
.about_part2 .title_name {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom:35px;
}
.about_part2 .title_name {
    color: #fff;
    text-align: left;
}


@-webkit-keyframes sx {
    from {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-o-keyframes sx {
    from {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-moz-keyframes sx {
    from {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes sx {
    from {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.inner-page {
    background: url("../images/about-bg.png") center center;
}

.inner-page .ui.container2 {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.inner-page .ui.container3 {
    padding: 0 5%;
}

.inner-page .content {
    word-break: break-word;
}

.inner-page h2 {
    font-size: 88px;
    color: white;
    font-family: "roboto-black";
    text-transform: uppercase;
    line-height: 80px;
}

.inner-page h2 em {
    color: #e67817;
    display: block;
}

.inner-page h3 {
    font-size: 50px;
    color: #fffefe;
    text-transform: uppercase;
    line-height: 50px;
}

.inner-page .inner-logo {
    text-align: center;
    padding: 150px 0 250px;
}

.inner-page .m-page {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin: 120px 15px 0;
    font-family: "Roboto-BoldCondensed";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}

.inner-page .m-page a:after,
.inner-page .m-page span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: sx 3s infinite linear;
    -o-animation: sx 3s infinite linear;
    animation: sx 3s infinite linear;
    border: 1px #e67817 dashed;
    border-radius: 100%;
}

.inner-page .m-page span,
.inner-page .m-page a:hover {
    background-color: #e67817;
    color: black;
}

.inner-page .m-page span:after,
.inner-page .m-page a:hover:after {
    border-style: solid;
}

.inner-page .pro-anv {
    padding: 180px 0 20px;
    position: relative;
    z-index: 1;
}

.inner-page .pro-anv h3 {
    font-size: 38px;
    font-family: "Roboto-BoldCondensed";
    text-transform: uppercase;
    display: block;
    color: black;
}

.inner-page .pro-anv .box {
    padding-top: 30px;
    font-size: 0;
}

.inner-page .pro-anv .box li {
    width: 9.090909%;
    display: inline-block;
    vertical-align: top;
    line-height: 56px;
    height: 56px;
}

.inner-page .pro-anv .box li a {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2d2f34;
    border: 2px solid #2d2f34;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page .pro-anv .box li a:hover,
.inner-page .pro-anv .box li.active a {
    background-color: #e67817;
}

.inner-page .pro-anv .box li[data-id="120"] a {
    background-image: url("../images/icon-init-2-l-1-1.png");
}

.inner-page .pro-anv .box li[data-id="120"] a:hover,
.inner-page .pro-anv .box li[data-id="120"].active a {
    background-image: url("../images/icon-init-2-l-1-3.png");
}

.inner-page .pro-anv .box li[data-id="155"] a {
    background-image: url("../images/icon-init-2-l-2-1.png");
}

.inner-page .pro-anv .box li[data-id="155"] a:hover,
.inner-page .pro-anv .box li[data-id="155"].active a {
    background-image: url("../images/icon-init-2-l-2-3.png");
}

.inner-page .pro-anv .box li[data-id="167"] a {
    background-image: url("../images/icon-init-2-l-3-1.png");
}

.inner-page .pro-anv .box li[data-id="167"] a:hover,
.inner-page .pro-anv .box li[data-id="167"].active a {
    background-image: url("../images/icon-init-2-l-3-3.png");
}

.inner-page .pro-anv .box li[data-id="132"] a {
    background-image: url("../images/icon-init-2-l-4-1.png");
}

.inner-page .pro-anv .box li[data-id="132"] a:hover,
.inner-page .pro-anv .box li[data-id="132"].active a {
    background-image: url("../images/icon-init-2-l-4-3.png");
}

.inner-page .pro-anv .box li[data-id="172"] a {
    background-image: url("../images/icon-init-2-l-5-1.png");
}

.inner-page .pro-anv .box li[data-id="172"] a:hover,
.inner-page .pro-anv .box li[data-id="172"].active a {
    background-image: url("../images/icon-init-2-l-5-3.png");
}

.inner-page .pro-anv .box li[data-id="173"] a {
    background-image: url("../images/icon-init-2-l-6-1.png");
}

.inner-page .pro-anv .box li[data-id="173"] a:hover,
.inner-page .pro-anv .box li[data-id="173"].active a {
    background-image: url("../images/icon-init-2-l-6-3.png");
}

.inner-page .pro-anv .box li[data-id="174"] a {
    background-image: url("../images/icon-init-2-l-7-1.png");
}

.inner-page .pro-anv .box li[data-id="174"] a:hover,
.inner-page .pro-anv .box li[data-id="174"].active a {
    background-image: url("../images/icon-init-2-l-7-3.png");
}

.inner-page .pro-anv .box li[data-id="176"] a {
    background-image: url("../images/icon-init-2-l-8-1.png");
}

.inner-page .pro-anv .box li[data-id="176"] a:hover,
.inner-page .pro-anv .box li[data-id="176"].active a {
    background-image: url("../images/icon-init-2-l-8-3.png");
}

.inner-page .pro-anv .box li[data-id="175"] a {
    background-image: url("../images/icon-init-2-l-9-1.png");
}

.inner-page .pro-anv .box li[data-id="175"] a:hover,
.inner-page .pro-anv .box li[data-id="175"].active a {
    background-image: url("../images/icon-init-2-l-9-3.png");
}

.inner-page .pro-anv .box li[data-id="177"] a {
    background-image: url("../images/icon-init-2-l-10-1.png");
}

.inner-page .pro-anv .box li[data-id="177"] a:hover,
.inner-page .pro-anv .box li[data-id="177"].active a {
    background-image: url("../images/icon-init-2-l-10-3.png");
}

.inner-page .pro-anv .box li[data-id="207"] a {
    background-image: url("../images/icon-init-2-l-11-1.png");
}

.inner-page .pro-anv .box li[data-id="207"] a:hover,
.inner-page .pro-anv .box li[data-id="207"].active a {
    background-image: url("../images/icon-init-2-l-11-3.png");
}

.inner-page .pro-anv .box li {
    position: relative;
}

.inner-page .pro-anv .box li dl {
    position: absolute;
    top: 100%;
    left: 0;
    background: #333;
    width: 230px;
    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;
    display: none \9;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
}

.inner-page .pro-anv .box li dl dd {
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: white;
    width: 100%;
    display: block;
}

.inner-page .pro-anv .box li dl dd:hover {
    background: #e67817;
}

.inner-page .pro-anv .box li dl dd a {
    background: none !important;
    border: none !important;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inner-page .pro-anv .box li:hover dl {
    -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;
}

.inner-page dl.product-list {
    padding-top: 40px;
    font-size: 0;
    margin: -50px -5px;
}

.inner-page dl.product-list dd {
    padding: 50px 5px;
    width: 16.666666%;
    display: inline-block;
    vertical-align: top;
}

.inner-page dl.product-list dd em {
    display: block;
    max-width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #2d2f34;
    font-family: "Roboto-BoldCondensed";
    text-transform: uppercase;
    text-align: center;
    margin: 35px auto;
    border: 1px solid #2d2d2d;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.inner-page dl.product-list dd em:after {
    content: '+';
    height: 20px;
    font-size: 16px;
    background: white;
    position: absolute;
    left: -1px;
    top: 9px;
    line-height: 20px;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 1px;
    text-indent: -4px;
}

.inner-page dl.product-list dd em:hover {
    /*   border-color: #e67817; */
    background: #e67817;
}

.inner-page dl.product-list dd em:hover:after {
    /*   opacity: 0; */
    background: #e67817;
}

.inner-page dl.product-list dd h4 {
    font-size: 16px;
    color: #2d2f34;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: -90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inner-page dl.product-list dd:hover em {
    opacity: 1;
    -webkit-transition: .8s .3s;
    -moz-transition: .8s .3s;
    -ms-transition: .8s .3s;
    -o-transition: .8s .3s;
    transition: .8s .3s;
}

.inner-page dl.product-list dd:hover h4 {
    margin-top: 0;
}

.inner-page dl.product-list .slick-arrow {
    position: absolute;
    top: 290px;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    color: transparent;
    background: rgba(0, 0, 0, .4);
    border: none;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page dl.product-list .slick-arrow:hover {
    background: #e67817;
}

.inner-page dl.product-list .slick-arrow:after {
    font-size: 16px;
    font-family: 'FontAwesome';
    color: white;
    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%);
}

.inner-page dl.product-list .slick-arrow.slick-prev {
    left: 0;
}

.inner-page dl.product-list .slick-arrow.slick-prev:after {
    content: "\f104";
}

.inner-page dl.product-list .slick-arrow.slick-next {
    right: 0;
}

.inner-page dl.product-list .slick-arrow.slick-next:after {
    content: '\f105';
}

.inner-page .form {
    padding-top: 60px;
}

.inner-page .form ul {
    font-size: 0;
}

.inner-page .form ul li {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    line-height: 28px;
    height: 55px;
    padding: 8px 12px;
    color: #2d2f34;
    font-size: 18px;
    border: 1px solid transparent;
    background-color: rgba(246, 246, 246, 0.44);
    position: relative;
    z-index: 1;
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: rgba(45, 47, 52, 0.4);
    text-transform: uppercase;
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: rgba(45, 47, 52, 0.4);
    text-transform: uppercase;
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: rgba(45, 47, 52, 0.4);
    text-transform: uppercase;
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: rgba(45, 47, 52, 0.4);
    text-transform: uppercase;
}

.inner-page .faq .form ul li input,
.inner-page .faq .form ul li textarea {
    background: #212121;
}

.inner-page .contact-4 ul li input::-webkit-input-placeholder,
.inner-page .contact-4 ul li textarea::-webkit-input-placeholder {
    color: #fffefe;
    text-transform: uppercase;
}

.inner-page .contact-4 ul li input:-moz-placeholder,
.inner-page .contact-4 ul li textarea:-moz-placeholder {
    color: #fffefe;
    text-transform: uppercase;
}

.inner-page .contact-4 ul li input::-moz-placeholder,
.inner-page .contact-4 ul li textarea::-moz-placeholder {
    color: #fffefe;
    text-transform: uppercase;
}

.inner-page .contact-4 ul li input:-ms-input-placeholder,
.inner-page .contact-4 ul li textarea:-ms-input-placeholder {
    color: #fffefe;
    text-transform: uppercase;
}

.inner-page .form ul li textarea {
    height: 180px;
    resize: vertical;
}

.inner-page .form ul li.text {
    width: 100%;
}

.inner-page .form ul li.sub {
    display: inline-block;
    width: 16.666%;
}

.inner-page .form ul li.sub input {
    color: #2d2d2d;
    text-transform: uppercase;
    background-image: url("../images/icon-sub.png");
    background-position: center left 27%;
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: center left;
}

.inner-page .form ul li.sub input .inner-page .m-link {
    font-size: 18px;
    color: #ccc;
    line-height: 28px;
    margin: 40px 0;
}

.inner-page.about-page {
    background-color: black;
    color: white;
    padding-top: 300px;
}

.inner-page.about-page h3 {
    font-family: "Roboto-BoldCondensed";
    font-size: 88px;
    line-height: 80px;
}

.inner-page.about-page p {
    font-size: 40px;
    color: white;
    font-family: "Roboto-BoldCondensed";
    line-height: 51px;
}

.inner-page.about-page .about-1 {
    padding-bottom: 50px;
}

.inner-page.about-page .about-1 .box {
    padding-top: 120px;
}

.inner-page.about-page .about-1 .box li {
    display: inline-block;
    width: 100%;
}

.inner-page.about-page .about-1 .box h3 {
    font-size: 71px;
    line-height: 64px;
    max-width: 400px;
    display: inline-block;
}

.inner-page.about-page .about-1 .box .box2 {
    font-size: 0;
}

.inner-page.about-page .about-1 .box .box2 .left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 100px;
}

.inner-page.about-page .about-1 .box .box2 .right {
    text-align: right;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.inner-page.about-page .about-1 .box .content {
    max-width: 770px;
    float: right;
    padding: 110px 0;
}

.inner-page.about-page .about-1 .box li:nth-child(2) h3 {
    text-align: left;
}

.inner-page.about-page .about-1 .box li:nth-child(3) h3 {
    text-align: left;
    padding-right: 15px;
}

.inner-page.about-page .about-1 .box li:nth-child(3) .left {
    padding-top: 80px;
}

.inner-page.about-page .about-1 .box li:nth-child(3) .right {
    padding-top: 160px;
}

.inner-page.about-page .about-1 .box li:nth-child(3) .content {
    max-width: none;
    font-size: 0;
}

.inner-page.about-page .about-1 .box li:nth-child(3) .content p {
    width: 50%;
    padding-right: 5%;
    display: inline-block;
    vertical-align: top;
}

.inner-page.about-page .about-2 .box {
    padding-top: 160px;
}

.inner-page.about-page .about-2 .box ul {
    position: relative;
    padding-bottom: 250px;
}

.inner-page.about-page .about-2 .box ul:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #e67817;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    display: block;
}

.inner-page.about-page .about-2 .box ul li {
    width: 50%;
    display: block;
    padding-top: 30px;
}

.inner-page.about-page .about-2 .box ul li h3 {
    font-size: 71px;
    line-height: 64px;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.about-page .about-2 .box ul li h3 small {
    font-size: 60%;
}

.inner-page.about-page .about-2 .box ul li:hover h3 {
    color: #e67817;
}

.inner-page.about-page .about-2 .box ul li img {
    margin-bottom: 10px;
}

.inner-page.about-page .about-2 .box ul li p {
    font-size: 30px;
    line-height: 40px;
    max-width: 400px;
    display: inline-block;
}

.inner-page.about-page .about-2 .box ul li:nth-child(odd) {
    text-align: right;
    padding-right: 10px;
}

.inner-page.about-page .about-2 .box ul li:nth-child(even) {
    text-align: left;
    left: 50%;
    position: relative;
    padding-left: 10px;
}

.inner-page.about-page .about-3 h3 {
    padding-top: 150px;
    font-size: 50px;
    line-height: 50px;
    font-family: "roboto-black";
    max-width: 800px;
}

.inner-page.about-page .about-3 .box {
    padding-top: 30px;
}

.inner-page.about-page .about-3 .box li {
    font-family: "Roboto-BoldCondensed";
    font-size: 30px;
    line-height: 40px;
    padding: 25px 0;
}

.inner-page.about-page .about-4 {
    padding-top: 200px;
}

.inner-page.about-page .about-4 h3 {
    padding: 100px 0 100px;
    font-size: 50px;
    line-height: 50px;
    font-family: "roboto-black";
}

.inner-page.about-page .about-4 .box ul li {
    display: block;
    font-size: 0;
    padding-bottom: 70px;
}

.inner-page.about-page .about-4 .box ul li .left {
    width: 33.33333%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.inner-page.about-page .about-4 .box ul li i {
    width: 280px;
    height: 280px;
    border-radius: 100%;
    text-align: center;
    font-size: 36px;
    color: #e67817;
    font-family: "roboto-black";
    display: block;
    text-transform: uppercase;
    line-height: 280px;
    margin: 0 auto;
    position: relative;
}

.inner-page.about-page .about-4 .box ul li i:after {
    content: '';
    -webkit-animation: sx 2s infinite linear;
    -o-animation: sx 2s infinite linear;
    animation: sx 2s infinite linear;
    border: 2px #e67817 dashed;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.inner-page.about-page .about-4 .box ul li i em {
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
    max-width: 90%;
}

.inner-page.about-page .about-4 .box ul li .content {
    width: 66.66666%;
    display: inline-block;
    vertical-align: middle;
}

.inner-page.about-page .about-4 .box ul li .content p {
    font-family: "Roboto-BoldCondensed";
    line-height: 40px;
    font-size: 25px;
}

.inner-page.news-page {
    padding: 60px 0 100px;
    background-color: black;
}

.inner-page.news-page .top {
    text-align: right;
    padding-top: 80px;
}

.inner-page.news-page .top .inner-nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.inner-page.news-page .top .inner-nav span,
.inner-page.news-page .top .inner-nav li {
    line-height: 24px;
    padding: 8px 20px;
    font-size: 12px;
    color: #ccc;
    display: block;
    background-color: #161616;
    text-align: left;
}

.inner-page.news-page .top .inner-nav span i,
.inner-page.news-page .top .inner-nav li i {
    margin-left: 10px;
    font-size: 16px;
}

.inner-page.news-page .top .inner-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.inner-page.news-page .top .inner-nav ul li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.news-page .top .inner-nav ul li:hover {
    background-color: #e67817;
    color: black;
}

.inner-page.news-page .top .inner-nav:hover ul {
    display: block;
    opacity: 1;
    z-index: 1;
}

.inner-page.news-page .top form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.inner-page.news-page .top form input {
    line-height: 40px;
    height: 40px;
    background-color: #161616;
    width: 198px;
    border: none;
    padding-left: 45px;
    padding-right: 5px;
    color: white;
}

.inner-page.news-page .top form input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto-BoldCondensed";
}

.inner-page.news-page .top form input:-moz-placeholder {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto-BoldCondensed";
}

.inner-page.news-page .top form input::-moz-placeholder {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto-BoldCondensed";
}

.inner-page.news-page .top form input:-ms-input-placeholder {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto-BoldCondensed";
}

.inner-page.news-page .top form input[type="submit"] {
    width: 40px;
    background: url("../images/icon-search.png") no-repeat center center;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .77;
}

.inner-page.news-page .bottom ul li {
    padding-top: 300px;
    font-size: 0;
}

.inner-page.news-page .bottom ul li .left {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 60px;
}

.inner-page.news-page .bottom ul li .left a {
    display: block;
}

.inner-page.news-page .bottom ul li .right {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 0 60px;
    max-width: 710px;
    color: #ccc;
    font-family: "Roboto-BoldCondensed";
}

.inner-page.news-page .bottom ul li .right h3 {
    font-size: 60px;
    line-height: 60px;
    color: inherit;
    text-transform: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.news-page .bottom ul li .right h3:hover {
    color: white;
}

.inner-page.news-page .bottom ul li .right time {
    display: block;
    font-size: 20px;
    line-height: 35px;
    padding: 20px 0;
}

.inner-page.news-page .bottom ul li .right p {
    font-size: 19px;
    line-height: 35px;
}

.inner-page.news-page .bottom ul li:nth-child(even) {
    text-align: right;
}

.inner-page.product-page {
    background-image: url("../images/pro-bg.png");
}

.inner-page.product-page .pro-list li {
    display: block;
    padding: 200px 0;
}

.inner-page.product-page .pro-list li h3 {
    font-size: 35px;
    line-height: 44px;
    color: #2d2f34;
    text-transform: uppercase;
    position: relative;
}

.inner-page.product-page .pro-list li h3:after {
    content: url("../images/pro-list-h3-bg.png");
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.inner-page.prodet-page {
    background-image: url("../images/pro-bg.png");
}

.inner-page.prodet-page h2 {
    font-size: 60px;
    line-height: 60px;
    color: #2d2f34;
    text-transform: uppercase;
}

.inner-page.prodet-page .content {
    font-size: 16px;
    color: #2d2f34;
    line-height: 26px;
}

.inner-page.prodet-page .prodet-1 h2 {
    max-width: 60%;
}

.inner-page.prodet-page .prodet-1 .box {
    padding: 60px 0 50px;
    font-size: 0;

    letter-spacing: -4px;
    font-size: 12px;

}

.inner-page.prodet-page .prodet-1 .box .img {
    width: 33.333%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px;
}

.inner-page.prodet-page .prodet-1 .box .img a {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;

    letter-spacing: 0;

}

.inner-page.prodet-page .prodet-1 .box .img a:after {
    content: "\f002";
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 14px;
    color: #e67817;
    font-family: 'FontAwesome';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.prodet-page .prodet-1 .box .img a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.prodet-page .prodet-1 .box .img a:hover:after {
    left: 50%;
    bottom: 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%);
    color: white;
    font-size: 24px;
}

.inner-page.prodet-page .prodet-1 .box .img a:hover:before {
    opacity: 1;
}

.inner-page.prodet-page .prodet-1 .box .play {
    width: 16.6666%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.inner-page.prodet-page .prodet-1 .box .play i {
    height: 50px;
    width: 50px;
    border: 3px solid #fdeab5;
    color: #fdeab5;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    cursor: hand;
}

.inner-page.prodet-page .prodet-1 .box .gty {
    width: 16.6666%;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;

    letter-spacing: 0;

}

.inner-page.prodet-page .prodet-1 .box .gty ul {
    padding: 0 10px;
}

.inner-page.prodet-page .prodet-1 .box .gty li {
    width: 50%;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}

.inner-page.prodet-page .prodet-1 .box .gty li img {
    border: 1px solid #efefef;
}

.inner-page.prodet-page .prodet-1 .box .contact {
    width: 33.333%;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
}

.inner-page.prodet-page .prodet-1 .box .contact h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #fdeab5;
}

.inner-page.prodet-page .prodet-1 .box .contact p {
    font-size: 20px;
    line-height: 20px;
    color: #2d2f34;
    font-family: "Roboto-BoldCondensed";
}

.inner-page.prodet-page .prodet-2 {
    padding: 90px 0 30px;
}

.inner-page.prodet-page .prodet-2 .content table {
    border: none;
    margin: 10px 0;
    width: 100%;
}

.inner-page.prodet-page .prodet-2 .content table tr {
    background: #fbfbfb;
    border-top: 10px solid white;
}

.inner-page.prodet-page .prodet-2 .content table tr td,
.inner-page.prodet-page .prodet-2 .content table tr th {
    font-size: 16px;
    color: #2d2f34;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
}

.inner-page.prodet-page .prodet-3 {
    padding: 80px 0 50px;
}

.inner-page.prodet-page .prodet-3 .content {
    padding-top: 30px;
}

.inner-page.prodet-page .prodet-3 .content ul li {
    display: block;
    padding-top: 30px;
}

.inner-page.prodet-page .prodet-3 .content ul li h3 {
    font-size: 24px;
    color: #2d2f34;
    line-height: 35px;
}

.inner-page.prodet-page .gob {
    margin-left: 20px;
    cursor: pointer;
    cursor: hand;
}

.inner-page.prodet-page .prodet-4 {
    padding: 130px 0 100px;
}

.inner-page.contact-page {
    background: black;
}

.inner-page.contact-page .map .amap-logo,
.inner-page.contact-page .map .amap-copyright {
    display: none !important;
}

.inner-page.contact-page .map:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.contact-page .map {
    position: relative;
}

#mapContainer {

    min-height: 700px;

}

.inner-page.contact-page .map .box {
    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%);
    text-align: center;
    z-index: 2;
    width: 100%;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.contact-page .map .button-group {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-page.contact-page .map .box h2 {
    font-size: 80px;
    color: #e67817;
    text-transform: uppercase;
}

.inner-page.contact-page .map .box h2 img {
    cursor: pointer;
    cursor: hand;
}

.inner-page.contact-page .map .box p {
    font-size: 25px;
    color: #e67817;
    font-family: "Roboto-BoldCondensed";
    text-transform: uppercase;
    margin-top: 5px;
}

.inner-page.contact-page .map .gob {
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}

.inner-page.contact-page .map.active:after {
    opacity: 0;
    z-index: -1;
}

.inner-page.contact-page .map.active .box {
    opacity: 0;
    z-index: -1;
}

.inner-page.contact-page .map.active .gob,
.inner-page.contact-page .map.active .button-group {
    opacity: 1;
}

.inner-page.contact-page .contact-2 {
    position: relative;
}

.inner-page.contact-page .contact-2 img {
    width: 100%;
}

.inner-page.contact-page .contact-2 .box {
    max-width: 480px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 55%;
}

.inner-page.contact-page .contact-2 .box h2 {
    font-size: 73px;
    color: #e67817;
    line-height: 96px;
}

.inner-page.contact-page .contact-2 .box .content {
    font-size: 18px;
    line-height: 28px;
    color: #ccc;
    padding-top: 20px;
}

.inner-page.contact-page .contact-3 {
    padding: 190px 0;
    text-align: center;
}

.inner-page.contact-page .contact-3 h2 {
    font-size: 85px;
    color: #e67817;
    text-transform: uppercase;
    line-height: 82px;
}

.inner-page.contact-page .contact-3 h2 small {
    display: block;
    font-size: 27px;
    line-height: 36px;
}

.inner-page.contact-page .contact-3 img {
    margin: 50px auto 0;
}

.inner-page.contact-page .contact-4 {
    padding: 150px 0;
}

.contact-4 h2 {
    font-size: 85px;
    color: #e67817;
    text-transform: uppercase;
    line-height: 82px;
    text-align: center;
}

.contact-4 h2 small {
    display: block;
    font-size: 27px;
    line-height: 36px;
}

.inner-page.contact-page .contact-4 .form .wpcf7-response-output {
    color: white;
}

.inner-page .contact-4 .form ul li input,
.inner-page .contact-4 .form ul li textarea {
    background-color: #212121;
    color: white;
}

.inner-page .contact-4 .form ul li input[type="submit"],
.inner-page .contact-4 .form ul li textarea[type="submit"] {
    color: black;
    background-color: #e67817;
}

.inner-page.lg-page {
    background-color: black;
    padding: 150px 0;
}

.inner-page.lg-page h2 {
    font-size: 80px;
    color: #ccc;
}

.inner-page.lg-page .box {
    padding-top: 150px;
}

.inner-page.lg-page .box ul {
    font-size: 0;
    margin: -20px;
}

.inner-page.lg-page .box ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}

.inner-page.lg-page.hour .box ul li {
    width: 20%;
}

.inner-page.lg-page .box ul li a {
    overflow: hidden;
    display: block;
}

.inner-page.lg-page .box ul li h3 {
    font-size: 20px;
    text-align: center;
    color: #ccc;
    line-height: 30px;
    padding: 10px;
}

.inner-page.newdet-page {
    background-color: black;
    padding: 150px 0;
    text-align: center;
}

.inner-page.newdet-page time {
    font-size: 30px;
    color: #ccc;
    font-family: "Roboto-BoldCondensed";
    margin: 40px 0;
    display: block;
}

.inner-page.newdet-page .content {
    font-size: 18px;
    line-height: 28px;
    color: #ccc;
    text-align: left;
    text-indent: 2em;
}

.inner-page.newdet-page .content p {
    padding: 10px 0;
}

.inner-page.faq-page {
    background-color: black;
    padding: 100px 0;
}

.inner-page.faq-page .box {
    padding-top: 50px;
}

.inner-page.faq-page .box li {
    display: block;
    margin-bottom: 50px;
    background-color: #1f1f1f;
    padding: 15px;
}

.inner-page.faq-page .box li h3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    text-transform: none;
}

.inner-page.faq-page .box li p {
    color: #e6e6e6;
    font-size: 20px;
}

@media screen and (max-width:1500px) {
    .inner-page h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .inner-page.about-page .about-1 .box h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .inner-page.about-page .about-1 .box .box2 .left {
        padding-top: 50px;
    }

    .inner-page.about-page p {
        font-size: 30px;
        line-height: 35px;
    }

    .inner-page.about-page {
        padding-top: 150px;
    }

    .inner-page.prodet-page h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .inner-page.news-page .bottom ul li {
        padding-top: 150px;
    }

    .inner-page.news-page .bottom ul li .left,
    .inner-page.news-page .bottom ul li .right {
        padding: 0 10px;
    }

    .inner-page.news-page .bottom ul li .right h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .inner-page.news-page .bottom ul li .right p {
        font-size: 14px;
        line-height: 24px;
    }

    .inner-page.contact-page .map .box h2,
    .inner-page.contact-page .contact-2 .box h2,
    .inner-page.contact-page .contact-3 h2,
    .inner-page.contact-page .contact-4 h2 {
        font-size: 60px;
        line-height: 66px;
    }

    .inner-page.contact-page .contact-4 h2 small {
        font-size: 20px;
    }

    .inner-page.contact-page .contact-4 {
        padding: 100px 0;
    }
}

@media screen and (max-width:1300px) {
    .inner-page .ui.container2 {
        width: 994px;
    }

    .inner-page.about-page p {
        font-size: 20px;
    }

    .inner-page .inner-logo {
        padding: 150px 0 200px;
    }

    .inner-page.about-page .about-2 .box ul li h3 {
        font-size: 50px;
    }

    .inner-page.about-page .about-2 .box ul li p {
        font-size: 20px;
        line-height: 30px;
    }

    .inner-page.about-page .about-3 h3 {
        font-size: 30px;
        padding-top: 50px;
    }

    .inner-page.about-page .about-3 .box li {
        font-size: 20px;
        line-height: 30px;
    }

    .inner-page.about-page .about-4 h3 {
        font-size: 30px;
        padding: 50px 0;
    }

    .inner-page.about-page .about-4 .box ul li i {
        font-size: 28px;
        width: 200px;
        height: 200px;
        line-height: 200px;
    }

    .inner-page.about-page .about-4 .box ul li i em {
        line-height: 30px;
    }

    .inner-page.about-page .about-4 .box ul li .content p {
        font-size: 20px;
        line-height: 30px;
    }

    .inner-page.product-page .pro-list li h3:after {
        zoom: .7;
    }

    .inner-page .pro-anv {
        padding: 150px 0 100px;
    }

    .inner-page.prodet-page h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .inner-page.prodet-page .prodet-1 .box .contact h3 {
        font-size: 26px;
    }

    .inner-page.prodet-page .prodet-1 .box .contact p {
        font-size: 16px;
    }

    .inner-page.prodet-page .content,
    .inner-page.prodet-page .prodet-2 .content table tr td,
    .inner-page.prodet-page .prodet-2 .content table tr th {
        font-size: 14px;
    }

    .inner-page.prodet-page .prodet-3 .content ul li h3 {
        font-size: 20px;
    }

    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        font-size: 16px;
    }

    .inner-page .inner-logo img {
        max-width: 250px;
    }

    .inner-page.lg-page h2 {
        font-size: 60px;
    }

    .inner-page.lg-page .box ul li h3 {
        font-size: 30px;
    }

    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .inner-page.news-page .bottom ul li .right p {
        display: none;
    }

    .inner-page.news-page .bottom ul li .right h3 {
        font-size: 30px;
        line-height: 34px;
    }

    .inner-page.newdet-page time {
        font-size: 20px;
        margin: 15px 0;
    }

    .inner-page.newdet-page .content p {
        padding: 5px 0;
    }

    .inner-page.newdet-page .content {
        font-size: 16px;
        line-height: 24px;
    }

    .inner-page.contact-page .map .box h2,
    .inner-page.contact-page .contact-2 .box h2,
    .inner-page.contact-page .contact-3 h2,
    .inner-page.contact-page .contact-4 h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .inner-page.contact-page .map .box p,
    .inner-page.contact-page .contact-3 h2 small {
        font-size: 20px;
    }

    .inner-page.contact-page .contact-3 {
        padding: 80px 0;
    }

    .inner-page.contact-page .contact-2 .box .content {
        font-size: 16px;
        line-height: 24px;
    }

    .inner-page.contact-page .contact-4 {
        padding-bottom: 0;
    }

    .inner-page.faq-page .box li h3 {
        font-size: 24px;
    }

    .inner-page.faq-page .box li p {
        font-size: 16px;
    }
}

@media screen and (max-width:1000px) {
    .inner-page .ui.container2 {
        width: 700px;
    }

    .inner-page h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .inner-page.about-page .about-1 .box {
        padding-top: 60px;
    }

    .inner-page.about-page .about-1 .box h3 {
        font-size: 30px;
        line-height: 36px;
        padding-left: 15px;
    }

    .inner-page.about-page .about-1 .box .content {
        padding: 50px 0;
    }

    .inner-page.about-page p,
    .inner-page.about-page .about-2 .box ul li p,
    .inner-page.about-page .about-3 .box li,
    .inner-page.about-page .about-4 .box ul li .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .inner-page.about-page .about-1 .box li:nth-child(3) .left {
        padding-top: 40px;
    }

    .inner-page.about-page .about-1 .box li:nth-child(3) .right {
        padding-top: 120px;
    }

    .inner-page .inner-logo img {
        max-width: 200px;
    }

    .inner-page.about-page .about-2 .box {
        padding-top: 100px;
    }

    .inner-page.about-page .about-2 .box ul li h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .inner-page.about-page .about-3 h3,
    .inner-page.about-page .about-4 h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .inner-page.about-page .about-4 .box ul li i {
        font-size: 20px;
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

    .inner-page.about-page .about-4 .box ul li i em {
        line-height: 26px;
    }

    .inner-page .inner-logo {
        padding: 100px 0 150px;
    }

    .inner-page.product-page .pro-list li h3:after {
        zoom: .5;
    }

    .inner-page .pro-anv .box li {
        width: 20%;
    }

    .inner-page dl.product-list dd {
        width: 25%;
    }

    .inner-page dl.product-list dd h4 {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .inner-page dl.product-list dd em {
        opacity: 1;
        margin: 10px 0;
    }

    .inner-page dl.product-list dd {
        padding: 20px 5px;
    }

    .inner-page.product-page .pro-list li h3 {
        font-size: 30px;
    }

    .inner-page .pro-anv {
        padding: 100px 0 50px;
    }

    .inner-page .pro-anv h3 {
        font-size: 30px;
    }

    .inner-page.prodet-page h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .inner-page.prodet-page .prodet-1 .box .img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .inner-page.prodet-page .prodet-1 .box .gty,
    .inner-page.prodet-page .prodet-1 .box .contact,
    .inner-page.prodet-page .prodet-1 .box .play {
        width: 33.3333%;
    }

    .inner-page .form ul li.sub input {
        min-width: 160px;
    }

    .inner-page.lg-page .box ul li,
    .inner-page.lg-page.hour .box ul li {
        width: 50%;
    }

    .inner-page.lg-page h2 {
        font-size: 50px;
    }

    .inner-page.lg-page .box ul li {
        top: 0 !important;
    }

    .inner-page.lg-page .box {
        padding-top: 100px;
    }

    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 60px 5px;
    }

    .inner-page.news-page .bottom ul li {
        padding-top: 70px;
    }

    .inner-page.news-page .bottom ul li .right h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .inner-page.news-page .bottom ul li .right time {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }

    .inner-page.contact-page .map .box h2,
    .inner-page.contact-page .contact-2 .box h2,
    .inner-page.contact-page .contact-3 h2,
    .inner-page.contact-page .contact-4 h2 {
        font-size: 40px;
    }

    .inner-page.contact-page .map .box p,
    .inner-page.contact-page .contact-3 h2 small,
    .inner-page.contact-page .contact-4 h2 small {
        font-size: 16px;
        line-height: 20px;
    }

    .inner-page.contact-page .map .box p img,
    .inner-page.contact-page .contact-3 h2 small img,
    .inner-page.contact-page .contact-4 h2 small img {
        display: inline-block;
        vertical-align: bottom;
    }

    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        font-size: 14px;
    }

    .inner-page.contact-page .contact-2 .box .content {
        font-size: 14px;
        line-height: 20px;
    }

    .inner-page dl.product-list dd h4 {
        margin-top: 0;
    }
}

@media screen and (max-width:700px) {
    .inner-page .ui.container2 {
        width: 100%;
    }

    .inner-page .ui.container3 {
        padding: 0 15px;
    }

    .contact-4 h2 small {
        font-size: 20px;
    }

    .contact-page,
    .prodet-page {
        overflow: hidden;
    }

    .inner-page h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .inner-page.about-page .about-1 .box .box2 .right,
    .inner-page.about-page .about-1 .box .box2 .left {
        width: 100%;
    }

    .inner-page.about-page .about-1 .box .box2 .right {
        padding-top: 15px;
    }

    .inner-page.about-page .about-1 .box h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .inner-page.about-page p,
    .inner-page.about-page .about-2 .box ul li p,
    .inner-page.about-page .about-3 .box li,
    .inner-page.about-page .about-4 .box ul li .content p {
        font-size: 14px;
        line-height: 20px;
    }

    .inner-page.about-page .about-1 .box li:nth-child(3) .right {
        padding-top: 15px;
    }

    .inner-page.about-page .about-1 .box li:nth-child(3) .content p {
        width: 100%;
        padding: 5px 0;
    }

    .inner-page .inner-logo {
        padding: 50px 0;
    }

    .inner-page.about-page .about-1 {
        padding-bottom: 0;
    }

    .inner-page.about-page .about-2 .box ul li h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .inner-page.about-page .about-2 .box ul {
        padding-bottom: 50px;
    }

    .inner-page .inner-logo img {
        max-width: 150px;
    }

    .inner-page.about-page .about-3 h3,
    .inner-page.about-page .about-4 h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .inner-page.about-page .about-4 .box ul li .content,
    .inner-page.about-page .about-4 .box ul li .left {
        width: 100%;
    }

    .inner-page.about-page .about-4 .box ul li .content {
        padding-top: 20px;
    }

    .inner-page.product-page .pro-list li h3:after {
        zoom: .22;
    }

    .inner-page .pro-anv h3 {
        font-size: 26px;
    }

    .inner-page .pro-anv .box li a {
        background-size: auto 50%;
    }

    .inner-page.product-page .pro-list li {
        padding: 50px 0;
    }

    .inner-page.product-page .pro-list li h3 {
        font-size: 16px;
    }

    .inner-page dl.product-list dd {
        width: 50%;
    }

    .inner-page.prodet-page .prodet-1 h2 {
        max-width: none;
    }

    .inner-page.prodet-page .prodet-1 .box .gty,
    .inner-page.prodet-page .prodet-1 .box .contact,
    .inner-page.prodet-page .prodet-1 .box .play {
        width: 50%;
    }

    .inner-page.prodet-page .prodet-1 .box .contact {
        width: 100%;
        padding-top: 20px;
    }

    .inner-page.prodet-page .content,
    .inner-page.prodet-page .prodet-2 .content table tr td,
    .inner-page.prodet-page .prodet-2 .content table tr th {
        font-size: 13px;
        line-height: 20px;
    }

    .inner-page.prodet-page .prodet-3 .content ul li h3 {
        font-size: 16px;
    }

    .inner-page .form ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .inner-page .form ul li.sub {
        width: 100%;
        text-align: center;
    }

    .inner-page .form ul li.sub input {
        margin: 0 auto;
        display: inline-block;
    }

    .inner-page.lg-page h2 {
        font-size: 30px;
    }

    .inner-page.lg-page .box ul li,
    .inner-page.lg-page.hour .box ul li {
        padding: 10px;
        width: 100%;
    }

    .inner-page.lg-page .box ul {
        margin: -10px;
    }

    .inner-page.lg-page .box {
        padding-top: 50px;
    }

    .inner-page.lg-page .box ul li h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 5px;
    }

    .inner-page.news-page .bottom ul li {
        padding-top: 40px;
    }

    .inner-page.news-page .bottom ul li .right h3 {
        font-size: 13px;
        line-height: 16px;
    }

    .inner-page.news-page .bottom ul li .right time {
        font-size: 12px;
        padding: 0;
        margin-top: 5px;
        line-height: normal;
    }

    .inner-page.newdet-page {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .inner-page.newdet-page .content {
        font-size: 14px;
    }

    .inner-page.contact-page .map .box h2,
    .inner-page.contact-page .contact-2 .box h2,
    .inner-page.contact-page .contact-3 h2,
    .inner-page.contact-page .contact-4 h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .inner-page.contact-page .map .box p img,
    .inner-page.contact-page .contact-3 h2 small img,
    .inner-page.contact-page .contact-4 h2 small img {
        max-height: 20px;
    }

    .inner-page.contact-page .contact-2 .box {
        left: 0;
        top: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: static;
        padding: 0 15px;
    }

    .inner-page.contact-page .contact-2 {
        padding: 50px 0;
    }

    .inner-page.contact-page .contact-2 img {
        display: none;
    }

    .inner-page.contact-page .contact-3 {
        padding: 50px 0;
    }

    .inner-page.contact-page .map .box p,
    .inner-page.contact-page .contact-3 h2 small,
    .inner-page.contact-page .contact-4 h2 small {
        font-size: 14px;
    }

    .inner-page.faq-page .box li h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .inner-page.faq-page .box li p {
        font-size: 14px;
    }

    .inner-page.newdet-page .content table td {
        display: block !important;
    }

    .inner-page.newdet-page .content table td[width="25%"] {
        display: table-cell !important;
    }

    .inner-page.newdet-page .content {
        text-indent: 0;
    }
}

.button-group .button {
    background-color: #414141 !important;
}

.ajax-loader {
    position: absolute;
    left: 100%;
    top: 5px;
    margin-left: 10px;
}

.content h4 {
    font-size: 50px;
    color: #f29504;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin-top: 100px;
}

.content h5 {
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.tupian {
    text-align: center;
}

.newsNav {
    position: absolute;
    left: -6rem;
    top: 50%;
}

.newsNav a {
    display: block;
    font-size: 16px;
    border: 1px solid #fff;
    text-align: center;
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    width: 104px;
    color: #fff;
    margin-bottom: 25px;
}

.newsNav a:hover {
    background-color: #fff;
    color: #fc842d;
}

.nyTop {
    width: 100%;
    height: 80vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
@media only screen and (max-width: 1536px) {
    .nyTop {
        height: 70vh;
    }
}
@media only screen and (max-width: 1280px) {
    .nyTop{
        height: 500px;
    }
}
@media screen and (max-width: 750px) {
    .nyTop {
        background-position: center center;
        background-size: cover;
        height: 300px;
        padding: 0 25px;
    }
}
.nyTopTitle {
    position: absolute;
    left: calc(155 / 1920*100vw);
    /* transform: translate(-669%, -0%); */
    color: #fff;
    bottom: 24px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    z-index: 2;
}

.nyTopTitle>a {
    display: block;
    color: #fff;
}

.nyTop h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 3px;
}

.nyTop span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.about_part1 {
    padding: 10vw 0;
}


.part3_inner .culture_img {
    margin-top: 50px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.part1_inner,.part3_inner {
    width: calc(1720 / 1920 * 100vw);
    margin: 0 auto;
}

.bgH .wrap {
    width: 1260px;
    margin: 0px auto 100px;
}

.nyTitle {
    display: flex;
    justify-content: space-between;
}

.nyTitle h3 {
    color: #333;
    font-size: 22px;
    margin: 90px 0 50px 0;
    font-weight: bold;
}

.nyTitle span {
    color: #999;
    font-size: 18px;
}

.nyTitle .cpsearch {
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid #e67817;
    height: 35px;
    line-height: 35px;
    width: 260px;
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.nyTitle .cpsearch input {
    padding: 0 10px;
    float: left;
    display: block;
    flex: 1;
    border: 0;
    font-size: 14px;
}

.nyTitle .cpsearch button {
    background-color: #e67817;
    width: 50px;
    text-align: center;
    background-image: url(../images/searchIcon.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    border: 0;
}

.nyJj {
    /* margin-top: 45px; */
    color: #666666;
    font-size: 14px;
    line-height: 32px;
    text-align: justify;
}

.nyJj h4 {
    color: #e67817;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 28px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ny_qs ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ny_qs ul li {
    float: left;
    margin-bottom: 15px;
    margin-right: 25px;
}

.ny_qs ul li:nth-child(4n) {
    margin-right: 0;
}

.ny_qs ul li span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ny_qs ul li p {
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
}

.ny_qs ul li .ey {
    overflow: hidden;
    width: 296px;
    height: 300px;
    border: 1px solid #ccc;
}

.ny_qs ul li:hover span {
    transform: scale(1.06);
}

.ny_qs {
    margin-bottom: 50px;
}

.textImg3 {
    padding-top: 80px;
}

.textImg3 dd {
    margin: 0 0 40px 0;
    width: 100%;
}

.textImg3 .listBox {
    background: #fff;
    padding: 30px 15px;
    overflow: hidden;
    transition: 0.3s linear;
}

.textImg3 dd:hover .listBox {
    transform: translateY(-4px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2)
}

.textImg3 .listImg {
    width: 260px;
    height: 153px;
    position: relative;
    padding: 0 15px;
}

.textImg3 .listImg a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.textImg3 .listImg .imgBox {
    padding-top: 66.66666666%;
    transition: all 0.3s;
    background-size: cover;
}

.textImg3 dd:hover .listImg .imgBox {
    transform: scale(1.05);
}

.textImg3 .listTxt {
    padding: 0 15px;
    overflow: hidden;
}

.textImg3 .listTit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.textImg3 .listTit a {
    color: #333;
    transition: 0.3s ease;
}

.textImg3 .listTit a:hover {
    color: #e67817;
}

.textImg3 .listTime {
    font-size: 14px;
    color: #999;
}

.textImg3 .listInfr {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 95px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    padding: 15px 0 0 0;
    margin: 0 0 10px 0;
}

.bgH {
    background-color: #ececec;
    padding-bottom: 50px;
}

.articleTitle {
    font-size: 30px;
    text-align: center;
    color: #333;
    line-height: 43px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 30px;
}

.articleTime {
    text-align: center;
    font-size: 14px;
    color: #666;
    height: 25px;
    line-height: 25px;
}

.articleTime span {
    margin: 0 20px;
}

.articleTime .date {
    padding-left: 25px;
    background: url(../images/date1.png) left center no-repeat;
}

.articleTime .browse {
    padding-left: 28px;
    background: url(../images/browse1.png) left center no-repeat;
}

.articleLine {
    border-bottom: 1px solid #e9e9e9;
    margin: 30px 0;
}

.ArticleBox {
    font-size: 16px;
    line-height: 40px;
    color: #666;
    min-height: 500px;
    padding-bottom: 80px;
}

.ArticleBox img {
    max-width: 100%;
    height: auto !important;
}

.case .ArticleBox h2 {
    font-size: 20px;
    font-weight: bold;
}

.case .ArticleBox table {
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.case .ArticleBox table td {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-left: 20px;
}

.chan_tit {
    text-align: center;
}

.chan_tit .tit {
    font-size: 36px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.chan_tit .tit:after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #e67817;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.chan_tit .p {
    font-size: 16px;
    color: #666;
}

.ser_fast_menu ul {
    display: flex;
    justify-content: space-around;
}

.ser_fast_menu li {
    width: 25%
}

.ser_fast_menu li a {
    display: block;
    width: 68%;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.ser_fast_menu li a:hover .tit {
    color: #e67817;
}

.ser_fast_menu li .tit {
    font-size: 18px;
    margin: 20px 0 10px;
    font-weight: bold;
}

.ser_fast_menu li .p {
    font-size: 13px;
    color: #5a5a5a;
}

.ser_fast_menu li:hover .ser_ico {
    background-position: 0 -124px;
}

.ser_fast_menu li:hover .ser_ico_2 {
    background-position: -124px -124px;
}

.ser_fast_menu li:hover .ser_ico_3 {
    background-position: -248px -124px;
}

.ser_fast_menu li:hover .ser_ico_4 {
    background-position: -372px -124px;
}

.ser_ico {
    display: inline-block;
    overflow: hidden;
    width: 124px;
    height: 124px;
    vertical-align: middle;
    background: url(../images/ser_ico.png);
}

.guo_map {
    width: 100%;
    height: 480px;
}

.BMap_bubble_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.BMap_bubble_content {
    font-size: 14px;
    line-height: 26px;
}

.BMap_shadow img {
    max-width: none;
}

.ny_cont_2a h3 {
    color: #e67817;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.ny_cont_2a p {
    color: #808080;
    font-size: 16px;
    line-height: 35px;
}

.ny_cont_2a {
    margin: 75px 0 0 0;
    padding-left: 75px;
}

.ny_cont {
    background: #f5f5f5;
    height: 360px;
    margin-bottom: 50px;
}

.ny_cont_1 {
    height: 360px;
    width: 728px;
}

.netInfo-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.netInfo-box ul li {
    width: 31.3333%;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.netInfo-box li .box .dl {
    padding: 7%;
    background-color: #f5f5f5;
    height: 300px;
    overflow: hidden;
}

.netInfo-box li .box .dl:hover {
    background-color: #e67817;
}

.netInfo-box li .box .dl:hover .dt,
.netInfo-box li .box .dl:hover dd {
    color: #fff;
}

.netInfo-box li .box .dl .dt {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-bottom: 10px;
}

.netInfo-box li .box .dl dd {
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    color: #555;
}

.msg-53802 {
    overflow: hidden;
}

.msg-53802 .form-m1 .form-m1-Left {
    float: left;
    width: 50%;
}

.msg-53802 .form-m1 .form-m1-right {
    float: right;
    width: 50%;
}

.msg-53802 .form-m1 .form-m1-li {
    padding-top: 10px;
}

.msg-53802 .form-m1 .form-m1-li label {
    width: 5em;
    display: inline-block;
    color: #666;
    vertical-align: middle;
}

.msg-53802 .form-m1 .form-m1-li label span {
    padding: 0 6px;
}

.msg-53802 .form-m1 .form-m1-li input {
    height: 28px;
    line-height: 28px;
    border: 1px #ddd solid;
    width: 70%;
}

.msg-53802 .form-m1 .form-m1-li textarea {
    border: 1px #ddd solid;
    width: 70%;
}

.msg-53802 .form-m1 .form-m1-li em {
    color: red;
    vertical-align: middle;
    padding-left: 10px;
}

.msg-53802 .form-m1 .form-m1-li input._yzm {
    width: 20%;
}

.msg-53802 .form-m1 .form-m1-li img {
    height: 28px;
    vertical-align: middle;
    padding-left: 10px;
    cursor: pointer;
}

.msg-53802 .form-m1 .form-m1-li b {
    color: #666;
    font-size: 12px;
    padding-left: 4px;
}

.msg-53802 .form-m1 .form-m1-btn {
    clear: both;
    text-align: center;
    padding-top: 40px;
}

.msg-53802 .form-m1 .form-m1-btn button {
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    font-size: 16px;
}

.msg-53802 .form-m1 .form-m1-btn ._submit {
    background: #e67817;
    margin-right: 10px;
}

.msg-53802 .form-m1 .form-m1-btn ._reset {
    background: #909090;
}

.msg-53802 .form-m1 .Validform_right {
    white-space: nowrap;
}

@media only screen and (max-width:40em) {
    .msg-53802 .form-m1 .form-m1-Left {
        width: 100%;
    }

    .msg-53802 .form-m1 .form-m1-li input {
        width: 65%;
    }

    .msg-53802 .form-m1 .form-m1-right {
        width: 100%;
    }

    .msg-53802 .form-m1 .form-m1-li textarea {
        width: 65%;
    }

    .msg-53802 .form-m1 .form-m1-li input._yzm {
        width: 27%;
    }

    .msg-53802 .form-m1 .form-m1-li b {
        display: none;
    }
}

.msg-53802 .form-m1 .form-m1-Left,
.msg-53802 .form-m1 .form-m1-right,
.msg-53803 .form-m1 .form-m1-Left,
.msg-53803 .form-m1 .form-m1-right {
    width: 48% !important;
}

.msg-53802 .form-m1 .form-m1-li,
.msg-53803 .form-m1 .form-m1-li {
    background: #f7f7f7;
    padding: 10px 2%;
    margin-bottom: 15px;
    position: relative;
}

.msg-53802 .form-m1 .form-m1-li input,
.msg-53803 .form-m1 .form-m1-li input {
    width: 82% !important;
    background: transparent;
    border: none !important;
}

.msg-53802 .form-m1 .form-m1-li textarea,
.msg-53803 .form-m1 .form-m1-li textarea {
    width: 85% !important;
    border: none !important;
    background: transparent;
    height: 221px;
}

.msg-53802 .form-m1 .form-m1-li input._yzm,
.msg-53803 .form-m1 .form-m1-li input._yzm {
    width: 20% !important;
}

.msg-53802 .form-m1 .form-m1-li .Validform_wrong,
.msg-53803 .form-m1 .form-m1-li .Validform_wrong {
    position: absolute;
    right: 7%;
    top: 13px;
}

.main_content {
    padding-bottom: 50px;
}

.gray .lan li a {
    color: black !important;
}

.gray span i {
    background: black !important;
}

.proImgBox {
    float: left;
    width: 600px;
    border: 1px solid #e4e4e4;
    position: relative;
    height: 542px;
}

#MagnifierWrap2 {
    padding-bottom: 20px;
    margin: 0 auto;
}

.MagnifierMain {
    width: 100%;
    height: 400px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.MagnifierMain img {
    max-width: 100%;
    max-height: 100%
}

span.spe_leftBtn,
span.spe_rightBtn {
    position: absolute;
    display: block;
    width: 28px;
    height: 100px;
    line-height: 100px;
    font-family: "榛戜綋";
    text-align: center;
    font-size: 30px;
    color: #ddd;
    cursor: default;
    background-color: #f9f9f9;
    cursor: pointer;
}

span.spe_leftBtn:hover,
span.spe_rightBtn:hover {
    background-color: #e57717;
    color: #fff;
}

span.on {
    background-color: #a2a2a2;
    color: #fff;
    cursor: pointer;
}

span.spe_leftBtn {
    left: 0;
}

span.spe_rightBtn {
    right: 0;
}

.spec-items {
    position: absolute;
    width: 528px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.spec-items ul {
    width: 500%;
    position: absolute;
    top: 0;
    left: 0;
}

.spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.spec-items li {
    width: 122px;
    height: 100px;
    float: left;
    overflow: hidden;
    margin: 0 5px;
    border: 2px solid rgba(154, 155, 155, 1);
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spec-items li img {
    max-width: 100%;
    max-height: 100%
}

.spec-items li.on {
    border: 2px solid #e67817;
}

.MagnifierDrag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: move;
}

.MagnifierPop {
    position: absolute;
    top: 50px;
    left: 600px;
    overflow: hidden;
    background: #fff no-repeat center center;
    width: 538px;
    height: 360px;
}

.MagnifierImg {
    position: absolute;
    top: 0;
    left: 0;
}

.proConTitleBox {
    display: flex;
    justify-content: flex-start;
}

.proConTitleBox a {
    width: 140px;
    height: 45px;
    line-height: 45px;
    background-color: #e67817;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-left: 20px;
}

.proConTitleBox a:hover {
    background-color: #c1630f;
}

.proConTitle {
    width: 114px;
    height: 45px;
    line-height: 45px;
    background-color: #e67817;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.proTop {
    margin-top: 100px;
}

.proTextBox {
    float: left;
    margin-left: 60px;
}

.proTextBox h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.proTextDesc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
}

.proTextBoxLink {
    display: block;
    background-color: #e67817;
    width: 135px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.proTextBoxLink:hover {
    background-color: #b55909;
}

.proTextBoxLink .fa {
    margin-right: 10px;
}

.proConBox {
    margin-top: 50px;
}

.proCon {
    border: 1px solid #e4e4e4;
    margin-bottom: 80px;
}

.ny_qs_1 {
    width: 100%;
    height: 80px;
    background: #f5f5f5;
    line-height: 80px;
}

.ny_qs_1 img {
    height: 80px;
}

.ny_qs_1 .wrap {
    display: flex;
    justify-content: space-between;
}

.ny_qs_1b a {
    background: url(../images/fh.png) no-repeat center left;
    color: #333333;
    font-size: 14px;
    padding-left: 25px;
}

.ny_qs_1a a {
    background: url(../images/left_1s.png) no-repeat center left;
    color: #333333;
    font-size: 14px;
    padding-left: 25px;
}

.ny_qs_1c a {
    background: url(../images/right_1s.png) no-repeat center right;
    color: #333333;
    font-size: 14px;
    padding-right: 25px;
}

.ny_qs_1 .wrap a:hover {
    color: #e67817;
}

.proDown {
    margin-bottom: 50px;
}

.proDown h1 {
    color: #2c2a29;
    font-size: 26px;
    margin-bottom: 30px;
}

.proDownList {
    display: flex;
    justify-content: flex-start;
}

.proDownList a {
    display: flex;
    margin-right: 50px;
    font-size: 14px;
    align-items: center;
}

.proDownList a i {
    margin-right: 10px;
    font-size: 24px;
    color: #868686;
}

.proDownList a:hover {
    color: #e67817;
}

.proCon table {
    border-right: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
    width: 100%;
}

.proCon table td {
    border-left: 1px solid #333 !important;
    border-top: 1px solid #333 !important;
}

.partner ul li .ey {
    width: 210px;
    height: 142px;
}

.partner ul li:nth-child(4n) {
    margin-right: 50px;
}

.partner ul li {
    margin-right: 50px;
}

.partner ul li:nth-child(5n) {
    margin-right: 0;
}



@media only screen and (max-width: 1536px) {
    .title_name,
    .about_part1 .title_name,
    .about_part2 .title_name {
        font-size: 30px;
    }
    .about_part3 .hope3  {
        margin-top: 70px;
    }
    .about_part3 .hope3 .hopeitem .name {
        font-size: 20px;
    }
    .about_part3 .hope3 .hopeitem .text {
        font-size: 16px;
    }
}

@media screen and (max-width:1300px) {
    .part1_inner,.part3_inner {
        width: 90%;
    }

    .ui.container {
        width: 100%;
    }

    #index-body .init-1 .content .ui {
        padding: 0 15px;
    }

    #index-body .init-2 .left ul li {
        width: 70px;
        height: 70px;
    }

    #index-body .section h2 {
        font-size: 38px;
        line-height: 40px;
    }

    #index-body .init-2 .left a.more {
        font-size: 24px;
    }

    #index-body .init-2 .left p {
        font-size: 14px;
        line-height: 18px;
    }

    #index-body .init-2 .right .box {
        width: 400px;
        height: 400px;
    }

    #index-body .init-2 .left {
        padding-left: 20px;
    }

    #header .logo img {
        max-width: 100px;
    }

    #header #nav-btn {
        font-size: 18px;
        top: 10px;
        margin-left: -100px;
    }

    #header .nav-content .top .yuy .nav-btn h3,
    #header .nav-content .top .yuy li {
        font-size: 18px;
    }

    #header #nav-btn ul {
        top: 2px;
    }

    #header .logo {
        padding-top: 10px;
        padding-left: 15px;
    }

    #index-body .init-2 .right .box h3 {
        font-size: 40px;
        line-height: 40px;
    }

    #index-body .init-2 .right .box h3 em {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    #index-body .init-3 .box ul li h3 small,
    #index-body .init-5 .box ul li p {
        font-size: 14px;
        line-height: 24px;
    }

    #index-body .init-3 .box ul li h3 {
        font-size: 20px;
        line-height: 22px;
    }

    #index-body .section h2 small {
        font-size: 14px;
    }

    #index-body .init-5 .box ul li {
        padding-right: 15px;
    }

    #index-body .init-5 .box ul li h3 {
        font-size: 16px;
    }

    #index-body .init-6 .box,
    #index-body .init-5 .box {
        padding-top: 30px;
    }

    #index-body .init-6 .box ul li a h3 em {
        font-size: 18px;
        -webkit-line-clamp: 1;
        max-height: 30px;
    }

    #index-body .init-6 .box ul li a h3 small {
        font-size: 14px;
        -webkit-line-clamp: 1;
        max-height: 30px;
        line-height: 30px;
    }

    #index-body .init-6 .box ul li a h3 {
        margin-top: 15px;
    }

    #index-body .init-6 .box ul {
        padding: 0;
    }

}
@media only screen and (max-width: 1280px) {
    .title_name,
    .about_part1 .title_name,
    .about_part2 .title_name {
        font-size: 24px;
    }
    .part3_inner .culture_img{
        margin-top: 5vw;
    }
    .about_part3 .hope3 .hopeitem .name {
        font-size: 18px;
    }
    .about_part3 .hope3 .hopeitem .text {
        font-size: 14px;
    }
}
@media screen and (max-width:1000px) {

    #Information-popup .btn div.ewm {
        display: none;
    }

    #index-body .init-1 .content .box h2 {
        font-size: 30px;
    }

    #index-body .init-1 .content .box h2:after {
        width: 100px;
        bottom: 5px;
    }

    #index-body .init-1 .content .box p {
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0;
    }

    #index-body .init-1 .content .box a.more {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
    }

    #index-body .init-2 .right .box {
        width: 300px;
        height: 300px;
    }

    #index-body .init-2 .left ul li {
        width: 60px;
        height: 60px;
        background-size: auto 20px;
    }

    #index-body .init-2 .left ul {
        padding: 20px 0;
    }

    #index-body .init-2 .right .box h3 {
        font-size: 28px;
        line-height: 30px;
    }

    #index-body .init-2 .left a.more {
        font-size: 20px;
    }

    #index-body .init-3 .box ul li h3 small,
    #index-body .init-5 .box ul li p {
        font-size: 12px;
        line-height: 16px;
    }

    #index-body .init-3 .box ul li h3 {
        font-size: 18px;
    }

    #index-body .init-3 .box ul li span {
        width: 40px;
        top: 13px;
    }

    #index-body .init-3 .box ul li {
        padding: 10px 10px 10px 45px;
    }

    #index-body .init-4 .box ul li a h3 {
        font-size: 18px;
        -webkit-line-clamp: 1;
        height: 26px;
        margin-top: 10px;
    }

    #index-body .init-5 h2 {
        font-size: 20px;
        line-height: 24px;
    }

    #index-body .init-6 .box ul li a h3 em {
        font-size: 16px;
        margin: 3px 0;
    }

    #header .nav-content .center ul.nav li {
        padding-top: 25px;
    }

    #index-body .init-6.comment .box dd {
        padding: 0 15px;
    }

    #index-body .init-6.comment .box dl {
        margin: 0 -15px;
    }

    #index-body .init-6.comment .box dl ul.slick-dots {
        margin-top: 25px;
    }

    #index-body .init-6.comment .box dd .right p {
        font-size: 14px;
        line-height: 20px;
    }

    #index-body .init-6.comment .box dd .right h3 {
        font-size: 18px;
        line-height: 24px;
    }

    #index-body .init-6.comment .box dd .left {
        white-space: nowrap;
        font-size: 12px;
    }

    #index-body .init-6.comment .box dd .box3 .right em:after {
        font-size: 16px;
    }

    .inner-page.about-page .about-3 .box p span[style="font-size: 24pt;"] {
        font-size: 16px !important;
    }

    .inner-page.about-page .about-3 .box p span[style="font-size: 36pt;"] {
        font-size: 20px !important;
    }
}

@media screen and (max-width:700px) {
    #index-body .section {
        height: auto !important;
        padding: 60px 0;
    }

    .inner-page .pro-anv .box li dl {
        display: none !important;
    }

    #banner .slick-arrow,
    #index-body .init-1:after {
        display: none !important;
    }

    #index-body .init-2 .left ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #index-body .init-5 .box ul li .box2 {
        max-width: 100% !important;
    }

    #index-body .init-6.comment .box dd .left {
        width: 100%;
    }

    #index-body .init-6.comment .box dd .right {
        width: 100%;
    }

    #index-body .init-6 {
        padding-bottom: 120px;
    }

    #Information-popup {
        display: none;
    }

    #header .nav-content .center ul.nav li dl dd .list {
        display: none !important;
    }

    #index-body .fp-tableCell {
        height: auto !important;
    }

    #index-body .section#banner {
        padding: 0;
    }

    #index-body .init-2 .right {
        display: none;
    }

    #index-body .init-1 li>img {
        width: auto;
    }

    #index-body .init-2 .left {
        width: 100%;
        padding: 0 15px;
    }

    #index-body .init-2 .fp-tableCell {
        display: table-cell;
    }

    #index-body .init-2 {
        background: url(../images/init-2-r.jpg) right center fixed;
    }

    #index-body .init-2 .left p {
        color: white;
    }

    #index-body .init-3 .box ul li {
        width: 50%;
    }

    #index-body .init-3 .box ul li h3 {
        font-size: 14px;
    }

    #index-body .init-3 .box ul li h3 small {
        display: none;
    }

    #index-body .init-3 .box ul li {
        padding: 20px 10px 20px 45px;
    }

    #index-body .init-3 .box ul li i img {
        max-width: 30px;
    }

    #index-body .init-3 .box ul li i {
        top: 22px;
    }

    #index-body .init-4 .box ul li a h3 {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }

    #index-body .section h2 {
        font-size: 30px;
        line-height: 32px;
    }

    #index-body .section h2 small {
        font-size: 13px;
        line-height: 18px;
    }

    #index-body .init-5 h2 {
        font-size: 18px;
        line-height: 30px;
    }

    #index-body .init-5 h2 i {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    #index-body .init-5 .box ul li {
        width: 100%;
    }

    #index-body .init-1 .content .box h2 {
        font-size: 20px;
    }

}

@media screen and (max-width:400px) {
    #index-body .init-2 .left ul li {
        width: 55px;
        height: 55px;
    }

    #index-body .section h2 {
        font-size: 24px;
        line-height: 26px;
    }

    #index-body .init-2 .left p {
        font-size: 13px;
        line-height: 18px;
    }

    #index-body .init-3 .box ul li {
        padding: 10px 10px 10px 45px;
    }

    #index-body .init-3 .box ul li span {
        top: 13px;
    }

    #index-body .init-4 .box ul {
        margin: 0 -2px;
    }

    #index-body .init-4 .box ul li {
        padding: 0 2px;
    }

    #index-body .init-5 h2 {
        font-size: 16px;
        line-height: 26px;
    }

    #index-body .init-6 .box ul li a h3 small {
        display: none;
    }

    #index-body .init-6 .box {
        padding: 0 15px;
        margin-top: 15px;
    }
}

@media screen and (min-height:900px) {

    #index-body .init-2 .right,
    .section {
        background-size: auto 100% !important;
    }
}