@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}
body {
    font-family: "Poppins";
    max-width: 1920px;
    --color: #ff7d10;
    font-weight: normal;
    margin: 0 auto;
}
.container {
    width: 1550px;
}
.body-overflow-box {
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.grid-box {
    font-size: 0;
[;letter-spacing: -4px;
    font-size: 12px;
]}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;
]}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.55%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }
}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
.flex.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex.space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.carBtn {
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.carBtn a {
    width: 2em;
    height: 2em;
    border-radius: 3px;
    background-color: var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin: 0 .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.carBtn a[data-text]:before {
    content: attr(data-text);
    padding: .2em .5em 0;
    border-radius: 100%;
    background-color: red;
    color: #fff;
    position: absolute;
    right: .5em;
    top: .7em;
    font-size: .5em;
    z-index: 1
}

.carBtn a img {
    max-height: .7em;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.carBtn a:hover {
    background-color: #000
}
.inner-page a.more {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 3.875em;
    height: 3.875em;
    padding: 0 3.5em;
    border-radius: .5em;
    background-color: var(--color);
    color: #fff;
    display: inline-block
}
.inner-page a.more:hover {
	background-color:white;
	color:black;
}
.circleDots {
    font-size: 10px;
    width: 2.2em;
    height: 2.2em;
    border-radius: 100%;
    background-color: var(--color);
    position: relative;
    z-index: 1;
    margin-left: 1.7em
}

.circleDots:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: -1.7em;
    background-color: #fff;
    z-index: -1
}

.inner-page span.h2 {
    font-size: 48px;
    color: #222;
    font-weight: 600;
    line-height: 1.2;
    display: block
}

.inner-page span.h2.line:after {
    content: '';
    width: .8em;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin-top: .4em
}

.inner-page span.h2.txt-center:after {
    margin-left: auto;
    margin-right: auto
}

.inner-page .text {
    font-size: 16px;
    color: #222;
    line-height: 30px
}

#header {
    z-index: 21;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
}
#header .h-top .box {
    height: 80px;
}
#header .h-top .box form {
    width: 26.42857143em;
    height: 3.57142857em;
    border-radius: 1.78571429em;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#header .h-top .box form:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #909090;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: inherit;
}
#header .h-top .box form input {
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 0 1em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .h-top .box form input::-webkit-input-placeholder {
    color: black;
}
#header .h-top .box form input:-moz-placeholder {
    color: black;
}
#header .h-top .box form input::-moz-placeholder {
    color: black;
}
#header .h-top .box form input:-ms-input-placeholder {
    color: black;
}
#header .h-top .box form input::placeholder {
    color: black;
}
#header .h-top .box form input[type="submit"] {
    width: 3.57142857em;
    background-color: var(--color);
    background-image: url('../images/icon-search.png');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: inherit;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#header .h-top .box form input[type="submit"]:hover {
    background-color: #0b66c3;
}
#header .h-top .box .msg {
    padding: 0 2em;
    border-radius: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: white;
    cursor: pointer;
    cursor: hand;
    background-color: var(--color);
}
#header .h-top .box .msg:hover {
    background-color: white;
	color:black;
}
#header .h-top .box .share a {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: #0b66c3;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .h-top .box .share a:hover {
    background-color: white;
	color:black;
}

#header .h-top .box form,
#header .h-top .box .msg,
#header .h-top .box .share a {
	transition:.5s;
}
#header .h-top .box form:hover,
#header .h-top .box .msg:hover,
#header .h-top .box .share a:hover {
	box-shadow:3px 5px 8px rgba(0, 0, 0, 0.16);
}
#header .nav {
    background-color: #222;
    color: white;
}
#header .nav .ui.menu > .flex {
    height: 50px;
    position: relative;
}
#header .nav .ui.menu .menuBox {
    width: 26%;
    background-color: var(--color);
}
#header .nav .ui.menu .menuBox span {
    padding: 0 1em;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header .nav .ui.menu .menuBox span i.icon {
    margin: 0 1em;
}
#header .nav .ui.menu .menuBox span i.icon img {
    display: block;
}
#header .nav .ui.menu .menuBox span i.iconfont {
    margin-left: auto;
}
#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    width: 57%;
}
#header .nav .ui.menu .menu-box > div {
    height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
    color: white;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    float: left;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li#menu-item-2427 {
    display:none !important;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
    color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 14px;
    background: #fff;
    top: 100%;
    left: 0;
    width: 180px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--color);
    display: none \9;
    line-height: normal;
    display: none !important;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
    display: block;
    float: none;
    padding: .5em 1em;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
    background: #222;
    color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}
#header .nav .ui.menu .yuy ul {
    left: auto;
    right: 0;
}
#header .nav .ui.menu .menuDown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #222;
    color: white;
    font-weight: 300;
    display: none;
}
#header .nav .ui.menu .menuDown .box {
	box-shadow:0 5px 4px rgba(0,0,0,.1);
}
#header .nav .ui.menu .menuDown .slide {
    padding: 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
#header .nav .ui.menu .menuDown .slide:before {
    content: '';
    width: 35px;
    max-width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.05)));
    background-image: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.05));
    background-image: -moz-linear-gradient(right, transparent, rgba(0, 0, 0, 0.05));
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.05));
    z-index: -1;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li {
    margin-bottom: 2.5em;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li a {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li a:hover {
    font-weight: 600;
    color: var(--color);
}
#header .nav .ui.menu .menuDown .slide .childNav ul li .img {
    height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li.active {
    font-weight: 600;
    color: var(--color);
}
#header .nav .ui.menu .menuDown .slide .childNav ul li.active .img {
    height: 170px;
    margin-top: .5em;
}
#header .nav .ui.menu .menuDown .slide .product_list {
    padding: 2% 5%;
    max-height: 65vh;
    overflow: auto;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight:500;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li:hover {
    -o-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
}
#header .nav .ui.menu .menuDown .box {
    background-color:inherit;
}
#header .nav .ui.menu .menuDown .slide:nth-child(1) {
    width: 26%;
    background-color:#222;
    color:white;
}
#header .nav .ui.menu .menuDown .slide:nth-child(1):before {
    display: none;
}
#header .nav .ui.menu .menuDown .slide:nth-child(2) {
    width: 100%;
}
#header .nav .ui.menu .outerMenu {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: white;
    color: black;
    padding: 3%;
    display: none;
	box-shadow:0 5px 4px rgba(0,0,0,.1);
}
#header .nav .ui.menu .outerMenu .slide {
    display: none;
}
#header .nav .ui.menu .outerMenu .slide a.more:hover {
	background-color:black;
	color:white;
}
#header .nav .search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
#header .nav .search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}
#header .nav .search-box form input {
    background: none;
    outline: none;
    border: none;
}
#header .nav .search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#header .nav .search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
#banner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
#banner .slick-arrow:hover {
    background-color: var(--color);
}
#banner:hover .slick-arrow {
    opacity: 1;
}
#banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 15px;
}
#banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 15px;
}
#banner ul.slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner ul.slick-dots li button {
    display: none;
}
#banner ul.slick-dots li.slick-active {
    border-color: var(--color);
    background-color: white;
}
#banner .slick-slide .content {
    display: none;
}
#banner .slick-active .content {
    display: block;
}
.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;
    -webkit-filter: none;
    filter: none;
}
.wpulike {
    z-index: 10;
}
.wpulike.post-views-box {
    z-index: 5;
}
#banner .nivo-directionNav a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    color: transparent;
    overflow: hidden;
    text-indent: -999em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner .nivo-directionNav a {
    opacity: 0;
}
#banner:hover .nivo-directionNav a {
    opacity: 1;
}
#banner .nivo-directionNav a:hover {
    background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
    background-image: url(../images/banner-btn-l.png);
    left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
    background-image: url(../images/banner-btn-r.png);
    right: 40px;
}
#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;
    box-shadow: none !important;
    margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
    border-color: var(--color) !important;
}
html.mobile {
    overflow: hidden;
}
html.mobile .body-overflow-box {
    position: relative;
    left: 280px;
}
#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 20;
    height: 100%;
}
#mobile:before {
    content: '';
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#mobile .mobile-logo {
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}
#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%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-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: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    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: var(--color);
    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%);
    transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
    padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
    width: 12px;
}
#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: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
    background: var(--color);
}
#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);
    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);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}
#mobile.white .mobile-logo {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
}
#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;
}
@media screen and (max-width: 1000px) {
    #banner,
    .inner-banner {
        margin-top: 40px;
    }
}
#spotlight.show {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
    border: 10px solid white !important;
    border-radius: 10px;
}
#spotlight .header {
    background: black !important;
}
span.h2 {
    font-weight: 600;
    line-height: 1.2;
}
span.h2 line {
    width: .8em;
    height: 2px;
    background-color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text {
    line-height: 2;
}
.more {
    height: 2em;
    padding: 0 2em;
    border-radius: 1em;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: white;
    -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.16);
}
.more:hover {
    background-color: white;
    color: var(--color);
}
#banner li {
    position: relative;
}
#banner li .content {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    color: white;
}
#banner li .content .left {
    max-width: 50%;
}
#banner li .content span.h2 {
    font-weight: bold;
}
#banner li .content span.h2 i {
    width: .33em;
    height: .33em;
    border-radius: 100%;
    margin-left: .28em;
    position: relative;
    background-color: var(--color);
    margin-top: .3em;
}
#banner li .content span.h2 i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -0.28em;
    border-radius: inherit;
    background-color: white;
}
#index-body .init-1 .list .slick-list {
    padding: 15px 0;
}
#index-body .init-1 .list .slick-track {
	display:flex;
}
#index-body .init-1 .list .slick-track .slick-slide {
	height:auto;
}
#index-body .init-1 .list .slick-track .slick-slide>div,
#index-body .init-1 .list .slick-track .slick-slide li {
	height:100%;
}
#index-body .init-1 .list .box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    padding: 0 5%;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
	height:100%;
}
#index-body .init-1 .list .box span.h6 {
    font-weight: 500;
    line-height: 1.18181818;
}
#index-body .init-1 .list .box hr {
    height: 8px;
    width: 150%;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    position: relative;
    background-color: var(--color);
    margin: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-1 .list .box:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#index-body .init-1 .list .box:hover a.more,
#index-body .init-1 .list .box:hover hr {
    opacity: 1;
}
#index-body .init-1 .list .box a.more:hover {
    background-color:white;
    color:black;
	box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.16);
}
#index-body .init-2 {
	background-color: #ffffff;
}
#index-body .init-2 .img {
	border-radius:5px;
	border:12px solid #ffffff;
	box-shadow:0 0 15px rgba(0,0,0,.1);
}
#index-body .init-2 .left .text {
    max-height: 14em;
    overflow: auto;
    padding-right: .5em;
}
#index-body .init-2 .left .img-box {
    -webkit-box-shadow: 3px 5px 13px rgba(0, 0, 0, 0.29);
    box-shadow: 3px 5px 13px rgba(0, 0, 0, 0.29);
}
#index-body .init-2 .left .img-box .play-btn {
    right: 7%;
    bottom: 10%;
    left: auto;
    top: auto;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
#index-body .init-2 .left .img-box .play-btn img {
    max-width: 70%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
#index-body .init-2 .right .list ul li {
    padding: 2.5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .init-2 .right .list ul li span.h6 {
    font-weight: 600;
}
#index-body .init-2 .right .list ul li time {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#index-body .init-2 .right .list ul li .text {
    line-height: normal;
}
#index-body .init-2 .right .list ul li:hover {
    -webkit-box-shadow: 2px 6px 13px rgba(0, 0, 0, 0.22);
    box-shadow: 2px 6px 13px rgba(0, 0, 0, 0.22);
}
#index-body .init-2 .right .list ul li:hover span.h6 {
    color: var(--color);
}
#index-body .init-3 .left .text {
    line-height: normal;
}
#index-body .init-3 .right a.img-box {
    border: 1px solid #e8e8e8;
}
#index-body .init-3 .right ul {
    margin: -5px;
}
#index-body .init-3 .right ul li {
    padding: 5px;
}
#index-body .init-4 {
    overflow: hidden;
}
#index-body .init-4 .list {
    padding: 0 2%;
}
#index-body .init-4 .list .slick-list {
    overflow: unset;
}
#index-body .init-4 .list .slick-list .slick-current ~ div .left {
    left: -42%;
}
#index-body .init-4 span.h2 i {
    width: 0.375em;
    height: 0.75em;
    background-color: var(--color);
    position: relative;
    margin-top: .22em;
}
#index-body .init-4 span.h2 i:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffab64;
}
#index-body .init-4 .text {
    line-height: 1.66666667;
    max-width: 90%;
}
#index-body .init-4 .slickBtn {
    margin-left: auto;
}
#index-body .init-4 .slickBtn div {
    background-color: #d8d8d8;
}
#index-body .init-4 .slickBtn div:hover {
    background-color: var(--color);
}
#index-body .init-4 .left {
    width: 58%;
    position: relative;
    left: 0;
    z-index: 1;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
#index-body .init-4 .right {
    width: 42%;
    padding: 0 2%;
    position: relative;
}
#footer {
    background-color: #1b1b1b;
    color: white;
}
#footer .footer-top .slide .info {
    max-width: 360px;
    line-height: 1.55555556;
}
#footer .footer-top .slide .info p,
#footer .footer-top .slide .info a{
    margin-bottom: .8em;
}
#footer .footer-top .slide .info p i {
    width: 1em;
    min-height: 1.55555556em;
}
#footer .footer-top .slide .info p:last-child {
    margin-bottom: 0;
}
#footer .footer-top .slide .nav ul li {
    margin-bottom: 1.2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#footer .footer-top .slide .nav ul li:hover {
    color: var(--color);
}
#footer .footer-top .slide .nav ul li ul {
    display:none;
}
#footer .footer-top .slide .pdf {
    max-width: 153px;
}
#footer .footer-top .slide .pdf .more {
    padding: 0 1em;
    border: 1px solid white;
    background-color: transparent;
}
#footer .footer-top .slide .pdf .more:hover {
    background-color: var(--color);
    border-color: var(--color);
    color: white;
}
#footer .footer-top .slide .form {
    max-width: 360px;
}
#footer .footer-top .slide .form ul li {
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em;
}
#footer .footer-top .slide .form ul li input,
#footer .footer-top .slide .form ul li textarea {
    width: 100%;
    padding: 1.05em;
    border: none;
    background-color: #5a5a5a;
}
#footer .footer-top .slide .form ul li input::-webkit-input-placeholder, #footer .footer-top .slide .form ul li textarea::-webkit-input-placeholder {
    color: white;
}
#footer .footer-top .slide .form ul li input:-moz-placeholder, #footer .footer-top .slide .form ul li textarea:-moz-placeholder {
    color: white;
}
#footer .footer-top .slide .form ul li input::-moz-placeholder, #footer .footer-top .slide .form ul li textarea::-moz-placeholder {
    color: white;
}
#footer .footer-top .slide .form ul li input:-ms-input-placeholder, #footer .footer-top .slide .form ul li textarea:-ms-input-placeholder {
    color: white;
}
#footer .footer-top .slide .form ul li input::placeholder,
#footer .footer-top .slide .form ul li textarea::placeholder {
    color: white;
}
#footer .footer-top .slide .form ul li textarea {
    height: 100px;
}
#footer .footer-top .slide .form ul li button {
    background-color: transparent;
    border: none;
    font-weight: 600;
}
#footer .footer-top .slide .share a {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: white;
    color: black;
}
#footer .footer-top .slide .share a:nth-child(1) {
    background-color: #3b579d;
    color: white;
}
#footer .footer-top .slide .share a:nth-child(2) {
    background-color: #0b66c3;
    color: white;
}
#footer .footer-top .slide .share a:nth-child(3) {
    color: #f75a9e;
}
#footer .footer-top .slide .share a:nth-child(4) {
    color: #da0f0f;
}
#footer .footer-top .slide .share a:hover {
    background-color: var(--color);
    color: white;
}
#footer .footer-bottom .coy {
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    color: rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom .coy svg {
    max-height: 1.625em;
    width: auto;
    fill: rgba(255, 255, 255, 0.5);
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
    fill: white;
}
#footer .footer-bottom .coy a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#footer .footer-bottom .coy a:hover {
    color: white;
}
#sidebar {
    text-align: center;
    right: 1.5em;
    bottom: 12%;
}
#sidebar ul li {
    width: 3em;
    height: 3em;
    border: none;
}
#sidebar ul li.whatsapp {
    background-color: transparent;
    margin-bottom: 1em;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar ul li.whatsapp img {
    margin: 0 auto;
}
#sidebar ul li.top {
    border-radius: 100% !important;
    background-color: var(--color);
}
#sidebar ul li.top:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: var(--color);
    background-color: white;
}
@media screen and (max-width: 1700px) {
    #header .nav .ui.menu .menuDown .slide .childNav ul li {
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 1250px) {
    #index-body .init-1 .list .box a.more {
        opacity: 1;
    }
    #footer .slide:nth-child(3),
    #footer .slide:nth-child(2) {
        display: none;
    }
    #sidebar {
        font-size: 12px;
        right: .5em;
        bottom: 20%;
    }
}
@media screen and (max-width: 1000px) {
    #banner li .content .left {
        max-width: none;
    }
    #index-body .init-2 .left .text {
        max-height: none;
    }
    #index-body .init-4 .box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #index-body .init-4 .box .left {
        left: 0 !important;
        width: 100%;
    }
    #index-body .init-4 .box .right {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    #index-body .init-4 .slickBtn {
        display: none;
    }
    #index-body .init-4 .list .slick-list .slick-current ~ div .left {
        left: 0;
    }
    #index-body .init-4 .text {
        margin-bottom: 0;
    }
    #footer .footer-bottom .coy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 700px) {
    .font-48 {
        font-size: 24px;
    }
    #footer .footer-top .ui > .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footer .slide {
        width: 100%;
        margin-bottom: 15px;
    }
    .font-23 {
        font-size: 16px;
    }
    #footer .footer-top .slide .info,
    #footer .footer-top .slide .form {
        max-width: none;
    }
    #footer .footer-top .slide .info img,
    #footer .footer-top .slide .form img {
        max-width: 80px;
    }
    #sidebar {
        bottom: 50%;
    }
    #footer .footer-bottom .coy {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}


.inner-banner {
    padding: 150px 0;
    background-size: cover;
    background-position: center;
	position:relative;
}
.inner-banner .mbx {
	position:absolute;
	left:0;
	bottom:0;
	color:white;
	width:100%;
}
.inner-banner span.h2 {
    font-size: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
}
.inner-banner span.h2 i.circleDots {
    margin-right: 6em;
}
.inner-nav {
    padding: 25px 0;
	  background-color: #f3f3f3;
}
.inner-nav a {
    font-size: 16px;
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-nav a:before {
    content: '';
    width: .7em;
    height: .7em;
    border: 1px solid #222;
    margin-right: 1em;
    border-radius: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-nav a:hover,
.inner-nav a.active {
    color: var(--color);
}
.inner-nav a:hover:before,
.inner-nav a.active:before {
    border-color: var(--color);
    background-color: var(--color);
}
.inner-page i.titleLine {
    width: 75%;
    height: 2px;
    display: block;
    background-color: black;
    margin-bottom: 15px;
}
.inner-page span.h2 {
    font-size: 36px;
}
.inner-page span.h2:after {
    width: 2em;
}
.inner-page .recommended {
    padding: 90px 0 100px;
}
.inner-page .recommended .list {
    margin-top: 80px;
}
.inner-page .recommended .list ul {
    margin: -15px;
}
.inner-page .recommended .list ul li {
    padding: 15px;
}
.inner-page .recommended .list ul li .box {
    padding: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 1px solid transparent;
	background-color:white;
}
.inner-page .recommended .list ul li .box .img-box {
    display: block;
    position: relative;
}
.inner-page .recommended .list ul li .box .img-box > img {
    width: 100%;
    mix-blend-mode: darken;
}
.inner-page .recommended .list ul li .box .img-box .carBtn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.inner-page .recommended .list ul li .box .title {
    font-size: 14px;
    padding: 2em 0 .3em;
    border-top: 1px solid #e1e3e8;
}
.inner-page .recommended .list ul li .box .title span.h6 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .recommended .list ul li .box .title span.h6:hover {
    color: var(--color);
}
.inner-page .recommended .list ul li .box:hover {
    background-color: #f9f9fe;
    border-color: #e7e9ed;
}
.inner-page .recommended .list ul li .box:hover .img-box .carBtn {
    opacity: 1;
}
.inner-page .slickBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
.inner-page .slickBtn div {
    width: 3.6em;
    height: 3.6em;
    border-radius: 3px;
    background-color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1.4em;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slickBtn div:hover {
    background-color: var(--color);
}
.inner-page .slickBtn div.prev img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.inner-page .sideBarBox .sideBarLeft {
    width: 25%;
    padding-right: 2%;
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
}
.inner-page .sideBarBox .sideBarLeft .slide {
    margin-top: 50px;
}
.inner-page .sideBarBox .sideBarLeft .slide:first-child {
    margin-top: 0;
}
.inner-page .sideBarBox .sideBarLeft .slide.Auxil-related {
    padding:20px;
    background-color:white;
    border-radius:10px;
}
.inner-page .sideBarBox .sideBarLeft span.h3 {
    font-weight: 600;
    font-size: 24px;
    color: #222;
    text-transform: uppercase;
    display: block;
    padding-bottom: .5em;
    border-bottom: 1px solid #e7e7e7;
    line-height: 1.2;
    margin-bottom: 1.2em;
}
.inner-page .sideBarBox .sideBarLeft .nav {
    font-size: 16px;
    color: #222;
    font-weight: bold;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li {
    margin-bottom: .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li a i.fa {
    margin-left: 1em;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li a i.fa.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.inner-page .sideBarBox .sideBarLeft .nav ul li ul {
    margin-top: .5em;
    font-weight: 300;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li ul li a {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li ul li a:before {
    content: '';
    width: .25em;
    height: .25em;
    border-radius: 100%;
    margin-right: 1em;
    background-color: #222;
    flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft .nav ul li:hover > a,
.inner-page .sideBarBox .sideBarLeft .nav ul li.active > a {
    color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li {
    margin-bottom: 40px;
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li span.h6 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li span.h6:hover {
    color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li time {
    display: block;
    font-size: 14px;
    color: #1b1b1b;
    opacity: .8;
    margin-top: .7em;
}
.inner-page .sideBarBox .sideBarLeft .newsList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft .proList ul li {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page .sideBarBox .sideBarLeft .proList ul li a.img-box {
    width: 33%;
    height: 120px;
    -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
    background-size: cover;
    background-position: center;
}
.inner-page .sideBarBox .sideBarLeft .proList ul li span.h6 {
    width: 67%;
    padding-left: 1.3em;
    font-size: 14px;
    color: #222;
    line-height: 1.6;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .proList ul li:hover span.h6 {
    color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .proList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft .form {
    padding: 40px 5% 70px;
    border-radius: 10px;
    background-image: url("../images/sideBarform-bg.jpg");
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
}
.inner-page .sideBarBox .sideBarLeft .form span.h5 {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    display: block;
}
.inner-page .sideBarBox .sideBarLeft .form .text {
    max-width: 270px;
    margin: 1em auto 1.2em;
    font-size: 16px;
    color: inherit;
}
.inner-page .sideBarBox .sideBarLeft .form ul {
    margin: -10px;
    color: black;
}
.inner-page .sideBarBox .sideBarLeft .form ul li {
    padding: 10px;
}
.inner-page .sideBarBox .sideBarLeft .form ul li input {
    display: block;
    width: 100%;
    font-size: 14px;
    border-radius: .7em;
    padding: 1em 2.3em;
    background-color: white;
    border: none;
}
.inner-page .sideBarBox .sideBarLeft .form ul li input::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li input:-moz-placeholder {
    color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li input::-moz-placeholder {
    color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li input:-ms-input-placeholder {
    color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li input::placeholder {
    color: rgba(40, 40, 40, 0.8);
}
.inner-page .sideBarBox .sideBarLeft .form ul li .pre input[type="text"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.inner-page .sideBarBox .sideBarLeft .form ul li .pre input[type="submit"] {
    width: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url("../images/icon-send2.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .img {
    width: 40%;
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title {
    width: 60%;
    padding-left: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title span.h4 {
    font-size: 16px;
    color: #1f2024;
    line-height: 1.6;
    width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn a {
    width: 47%;
    height: 36px;
    border-radius: 3px;
    background-color: var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn a:hover {
    background-color: black;
}
.inner-page .sideBarBox .sideBarRight {
    width: 75%;
}
.inner-page .m-page {
    font-weight: 600;
    font-size: 15px;
    margin-top: 2em;
}
.inner-page .m-page>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-page .m-page a,
.inner-page .m-page span {
    margin: 0 .4em;
    border-radius: 3px;
    background-color: #7fa0dc;
    height: 2.5em;
    width: 2.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: var(--color);
}
.inner-page .flexLink {
    margin-top: 3em;
    font-size: 16px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.inner-page .flexLink .m-link {
    width: 60%;
}
.inner-page .flexLink .m-link a {
    padding: .5em 1.5em;
    border: 1px solid #eee;
    background-color: #f8f8f8;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .flexLink .m-link a:hover {
    color: var(--color);
}
.inner-page .flexLink .share a {
    color: var(--color);
    margin-left: 1em;
    font-size: 1.4em;
}
.about-page .about-1 {
    padding: 80px 0 100px;
}
.about-page .about-1 .left span.h2 {
    margin-bottom: 1.4em;
}
.about-page .about-1 .left .text {
    font-size: 18px;
    opacity: .8;
}
.about-page .about-1 .left .text p {
    margin-top: 1.2em;
}
.about-page .about-1 .left .text p:first-child {
    margin-top: 0;
}
.about-page .about-1 .right {
    padding-left: 2%;
}
.about-page .about-1 .right .img {
	box-shadow:3px 5px 13px rgba(0, 0, 0, 0.29);
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-page .about-1 .right .img .play {
    font-size: 17px;
}
.about-page .about-2 .top ul li {
    height: 610px;
    background-size: cover;
    background-position: center;
    padding: 3% 0;
}
.about-page .about-2 .top ul li span.h2 {
    color: white;
    max-width: 700px;
}
.about-page .about-2 .top ul li .dots {
    margin-top: 11%;
}
.about-page .about-2 .top ul li .dots i {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    margin: 1.5em 0;
    display: block;
    background-color: white;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-2 .top ul li .dots i.active {
    background-color: var(--color);
}
.about-page .about-2 .bottom {
    padding: 25px 0;
        background-color: #222222;
    color: white;
}
.about-page .about-2 .bottom span.h2 {
    color: inherit;
}
.about-page .about-2 .bottom .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    font-weight: 600;
}
.about-page .about-2 .bottom .text:before {
    content: '';
    width: 7em;
    height: 1px;
    background-color: white;
    margin-right: 1.5em;
}
.about-page .about-3 {
    padding: 180px 0 220px;
}
.about-page .about-3 .left {
    padding-left: 5%;
    vertical-align: middle;
}
.about-page .about-3 .left .list {
    position: relative;
}
.about-page .about-3 .left .list .logo {
    font-size: 10px;
    width: 7em;
    height: 7em;
    border-radius: 100%;
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-page .about-3 .left .list .logo a {
    max-width: 60%;
    display: block;
}
.about-page .about-3 .left .list .logo:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(159, 159, 159, 0.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.about-page .about-3 .left .list .logo:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about-page .about-3 .left .list ul .slick-list {
    overflow: unset;
    position: relative;
}
.about-page .about-3 .left .list ul .slick-list .slick-track {
    width: 100% !important;
}
.about-page .about-3 .left .list ul .slick-list .slick-slide {
    opacity: 1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transition: 1s !important;
    -moz-transition: 1s !important;
    transition: 1s !important;
}
.about-page .about-3 .left .list ul .slick-list .slick-slide.slick-active {
    position: relative !important;
}
.about-page .about-3 .left .list ul .slick-list .slick-slide.slick-current li {
    -o-box-shadow: 0 5px 20px rgba(103, 103, 103, 0.31);
    -webkit-box-shadow: 0 5px 20px rgba(103, 103, 103, 0.31);
    box-shadow: 0 5px 20px rgba(103, 103, 103, 0.31);
}
.about-page .about-3 .left .list ul li {
    position: relative;
}
.about-page .about-3 .left .list ul li img {
    width: 100%;
}
.about-page .about-3 .right {
    padding-left: 9%;
    vertical-align: middle;
}
.about-page .about-3 .right .titleLine {
    max-width: 53%;
}
.about-page .about-3 .right .text {
    margin: 1em 0 2em;
}
.about-page .about-4 {
    padding-bottom: 90px;
}
.about-page .about-4 .box {
    position: relative;
}
.about-page .about-4 .box .bigImg {
    position: relative;
}
.about-page .about-4 .box .bigImg .slick-arrow {
    width: 40px;
    height: 74px;
    border: none;
    background-color: rgba(34, 34, 34, 0.2);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: transparent;
    overflow-x: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.about-page .about-4 .box .bigImg .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 20px;
}
.about-page .about-4 .box .bigImg .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 20px;
}
.about-page .about-4 .box .bigImg .slick-arrow:hover {
    background-color: var(--color);
}
.about-page .about-4 .box .smallImg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 3%;
    z-index: 1;
}
.about-page .about-4 .box .smallImg:before {
    content: '';
    width: 100%;
    height: 120%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1b1b1b), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #1b1b1b, transparent);
    background-image: -moz-linear-gradient(bottom, #1b1b1b, transparent);
    background-image: linear-gradient(to top, #1b1b1b, transparent);
    opacity: .9;
}
.about-page .about-4 .box .smallImg ul {
    margin: -10px;
}
.about-page .about-4 .box .smallImg ul li {
    padding: 10px;
}
.about-page .about-4 .box .smallImg ul li a.img-box {
    display: block;
}
.about-page .about-4 .box .smallImg ul li span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin-top: .1em;
    text-align: center;
    color: white;
}
.case-page {
    padding-top: 100px;
}
.case-page .case-1 .box {
    position: relative;
}
.case-page .case-1 .box .imgList a.img {
    display: block;
    /*height: 830px;*/
    background-size: cover;
    background-position: center;
    background-color: black;
}
.case-page .case-1 .box .imgList span.h6 {
    font-size: 16px;
    padding: 2em 5%;
    display: block;
    color: white;
    background-color: #222;
}
.case-page .case-1 .box .textList {
    left: 5%;
    top: 5%;
    width: 30%;
    position: absolute;
    background-color: var(--color);
    padding: 40px 20px;
    color: white;
}
.case-page .case-1 .box .textList ul {
    position: relative;
}
.case-page .case-1 .box .textList ul:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 1.4em;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
.case-page .case-1 .box .textList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 1.2em;
    cursor: pointer;
    cursor: hand;
}
.case-page .case-1 .box .textList ul li:last-child {
    margin-bottom: 0;
}
.case-page .case-1 .box .textList ul li i {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    border: 1px solid transparent;
    position: relative;
    margin-right: 2em;
}
.case-page .case-1 .box .textList ul li i:before {
    content: '';
    width: .5em;
    height: .5em;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
}
.case-page .case-1 .box .textList ul li em {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.case-page .case-1 .box .textList ul li.active i {
    border-color: white;
}
.case-page .case-1 .box .textList ul li.active em {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    font-weight: 500;
}
.contact-page .contact-1 {
    padding: 100px 0;
}
.contact-page .contact-1 .box .left .pad {
/*     padding: 70px 9% 130px; */
    background-color: #222222;
	padding:6% 4%;
}
.contact-page .contact-1 .box .left span.h2 {
    margin-bottom: 2em;
}
.contact-page .contact-1 .box .form ul {
    margin: -15px -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content:center;
}
.contact-page .contact-1 .box .form ul li {
    padding: 15px 20px;
}
.contact-page .contact-1 .box .form ul li.wid-100 {
	width:100%;
}
.contact-page .contact-1 .box .form ul li:last-child {
	margin:0 auto;
}
.contact-page .contact-1 .box .form ul li input,
.contact-page .contact-1 .box .form ul li textarea {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    border: none;
    padding: 1em;
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .box .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .box .form ul li textarea::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li input:-moz-placeholder, .contact-page .contact-1 .box .form ul li textarea:-moz-placeholder {
    color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li input::-moz-placeholder, .contact-page .contact-1 .box .form ul li textarea::-moz-placeholder {
    color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .box .form ul li textarea:-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li input::placeholder,
.contact-page .contact-1 .box .form ul li textarea::placeholder {
    color: rgba(34, 34, 34, 0.6);
}
.contact-page .contact-1 .box .form ul li textarea {
    height: 160px;
}
.contact-page .contact-1 .box .form ul li input[type="submit"] {
    background-color: var(--color);
    color: white;
}
.contact-page .contact-1 .box .form ul li input[type="submit"]:hover {
    background-color: black;
}
.contact-page .contact-1 .box .form ul li .pre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.contact-page .contact-2 .left {
    padding-right: 3%;
}
.contact-page .contact-2 .left span.h2 {
    margin-bottom: 1.7em;
}
.contact-page .contact-2 .left span.h2 i {
    font-size: 1.33333333em;
}
.contact-page .contact-2 .left .addList {
    position: relative;
    font-size: 14px;
}
.contact-page .contact-2 .left .addList span {
    font-weight: 600;
    padding: 1em;
    border-radius: .5em;
    background-color: var(--color);
    color: white;
}
.contact-page .contact-2 .left .addList ul {
    position: static;
    width: 100%;
    top: 100%;
    background-color: #f8f8f8;
    padding: 1em;
    z-index: 1;
}
.contact-page .contact-2 .left .addList ul li {
    padding: .7em .5em;
    border-top: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.contact-page .contact-2 .left .addList ul li:first-child {
    border-top: none;
}
.contact-page .contact-2 .left .addList ul li:hover,
.contact-page .contact-2 .left .addList ul li.active {
    color: var(--color);
}
.contact-page .contact-2 .left .addList:hover ul {
    display: block;
}
.contact-page .contact-2 .left .addInfoList span.h3 {
    font-size: 30px;
    color: #222;
    line-height: 1.3;
    max-width: 12em;
    margin: 2.2em 0 1.7em;
    display: block;
    font-weight: 600;
}
.contact-page .contact-2 .left .addInfoList hr {
    margin: 0;
    border: none;
    height: 1px;
    background-color: #979797;
}
.contact-page .contact-2 .right iframe {
    height: 400px;
    background-color: #eee;
    border: none;
    display: block;
}
.contact-page .contact-3 {
    padding: 110px 0;
}
.contact-page .contact-3 .left .img {
    height: 650px;
    background-size: cover;
    background-position: center;
    display: block;
}
.contact-page .contact-3 .right {
    padding-left: 5%;
}
.contact-page .contact-3 .right span.h2 {
    font-style: italic;
    font-weight: bold;
}
.contact-page .contact-3 .right span.h2 em {
    font-size: 1.8em;
    display: block;
    margin: .9em 0 .7em;
    color: var(--color);
}
.contact-page .contact-3 .right .info ul li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.contact-page .contact-3 .right .info ul li .text {
    font-size: 18px;
}
.history-page {
    padding: 160px 0;
    background-image: url("../images/history-bg.jpg");
    background-position: top 35% right 3%;
    background-repeat: no-repeat;
    background-size: 50% auto;
    overflow-x: hidden;
}
.history-page .historyBox {
    padding-left: 7%;
}
.history-page span.h2 {
    font-weight: bold;
}
.history-page span.h2 i {
    font-size: 1.33333333em;
}
.history-page .box {
    padding: 120px 0 90px;
    overflow-x: hidden;
}
.history-page .box .slick-list {
    overflow: unset;
}
.history-page .box .left {
    width: 45%;
}
.history-page .box .left .img {
    height: 440px;
    background-size: cover;
    background-position: center;
}
.history-page .box .right {
    width: 45%;
    padding-left: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.history-page .box .right span.h2 {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.history-page .box .right span.h2 i {
    font-size: 5.55555556em;
    color: #0041b9;
    display: block;
    line-height: 1;
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
}
.history-page .box .right .text {
    height: 230px;
    max-height: 50%;
    padding-right: 3%;
    overflow: auto;
}
.history-page .box .slickBtn {
    width: 10%;
    margin-top: 7%;
}
.history-page .progress {
    font-size: 20px;
}
.history-page .progress .line {
    height: 2px;
    background-color: #d8d8d8;
    position: relative;
    width: 100%;
}
.history-page .progress .line:before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: inherit;
}
.history-page .progress .line i {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-left: 1em;
    left: 0;
}
.history-page .progress .line i:before {
    content: '';
    width: 10000%;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    background-color: inherit;
    margin-top: 1px;
}
.history-page .progress .yearList {
    margin-top: 50px;
    color: #222;
    position: relative;
    overflow: hidden;
}
.history-page .progress .yearList ul {
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: -20px;
}
.history-page .progress .yearList ul li {
    width: 108.57142857px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: .8;
    cursor: pointer;
    cursor: hand;
}
.history-page .progress .yearList ul li.active {
    opacity: 1;
    color: var(--color);
}
.news-page {
    padding: 68px 0 60px;
	background-color:#f6f7f9;
}
.newdet-page {
	background-color:#f6f7f9;
}
.news-page .sideBarRight .top {
    padding-top: 35%;
    background-size: cover;
    background-position: center;
}
.news-page .sideBarRight .top .content {
    padding: 20px 3% 40px;
    background-color: rgba(34, 34, 34, 0.5);
    color: white;
}
.news-page .sideBarRight .top .content .tag {
    font-size: 14px;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideBarRight .top .content .tag a {
    font-weight: normal;
    padding: .5em 1em;
    border-radius: 3px;
    background-color: var(--color);
    color: white;
}
.news-page .sideBarRight .top .content .tag time {
    margin-left: 2.3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideBarRight .top .content .tag time i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-right: .8em;
}
.news-page .sideBarRight .top .content span.h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin: .5em 0;
    display: block;
}
.news-page .sideBarRight .top .content .text {
    font-weight: 300;
    font-size: 14px;
    color: inherit;
    opacity: .8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.6em;
}
.news-page .sideBarRight .list ul li {
    padding: 0px 0 40px;
    border-bottom: 1px solid #e7e7e7;
}
.news-page .sideBarRight .list ul li time {
    width: 24%;
    padding: 0 3%;
    font-size: 24px;
    font-weight: bold;
    color: var(--color);
}
.news-page .sideBarRight .list ul li .content {
    width: 66%;
}
.news-page .sideBarRight .list ul li .content span.h6 {
    font-size: 24px;
    color: #222;
    line-height: 1.4;
    font-weight: bold;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 2.8em;
}
.news-page .sideBarRight .list ul li .content span.h6:hover {
    color: var(--color);
}
.news-page .sideBarRight .list ul li .content .text {
    font-weight: 300;
    font-size: 14px;
    color: #222;
    opacity: .8;
    margin: 1em 0 1.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-page .sideBarRight .list ul li .content a.more {
    font-size: 14px;
}
.news-page .sideBarRight .list ul li a.link {
    width: 10%;
    text-align: right;
    padding-top: 1%;
}
.newdet-page {
    padding: 130px 0 70px;
}
.newdet-page h1 {
    font-weight: 600;
    font-size: 36px;
    color: #222;
    line-height: 1.3;
}
.newdet-page hr {
    display: block;
    opacity: .5;
}
.newdet-page time {
    font-size: 24px;
    color: var(--color);
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-top: 1em;
}
.newdet-page .text {
    margin: 2em 0 3em;
}
.product-page .product-1 {
    padding: 130px 0 90px;
	background-color:#f6f7f9;
}
.product-page .sideBarRight .top {
/*     padding-top: 38%; */
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
	background-image:none !important;
}
.product-page .sideBarRight .top:before {
/*     content: ''; */
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
    background-image: -moz-linear-gradient(bottom, var(--color), transparent);
    background-image: linear-gradient(to top, #7e7e7e, transparent);
    opacity: .9;
}
/* .product-page .sideBarRight .top .content {
    padding: 3% 4%;
    color: white;
} */
.product-page .sideBarRight .top .content span.h3 {
    font-weight: 600;
	font-size: 30px;
    display: block;
    line-height: 1.4;
}
.product-page .sideBarRight .top .content .text {
    font-size: 14px;
    font-weight: 300;
    margin: .5em 0 2em;
/*     overflow: auto; */
/*     max-height: 6em; */
    color: inherit;
    line-height: 28px;
}
.product-page .sideBarRight .top .content .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.product-page .sideBarRight .top .content .btn a {
    /*width: 80px;*/
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    margin-right: 12px;
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 0 1.5em;
    color: var(--color);
}
.product-page .sideBarRight .top .content .btn a img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-right: .5em;
}
.product-page .sideBarRight .top .content .btn a:hover {
    background-color: black;
    color: white;
}
.product-page .sideBarRight .top .content .btn a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.product-page .sideBarRight .recommended {
    padding-top: 0;
}
.product-page .sideBarRight .recommended .list {
    margin-top: 50px;
}
.product-page .product-2 {
    padding: 25px 0;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
}
.product-page .product-2 span.h3 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    display: block;
    line-height: 1.4;
}
.product-page .product-2 time {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #1b1b1b;
    opacity: .8;
    margin: .7em 0;
}
.product-page .product-2 .text {
    font-weight: 300;
    opacity: .6;
}
.prodet-page {
    padding: 80px 0 100px;
    background-color:#f6f7f9;
}
.prodet-page~.service-page,
.prodet-page~.product-page{
    background-color:#f6f7f9;
}
.prodet-page .sideBarRight .prodet-1 img {
    width: 100%;
}
.prodet-page .sideBarRight .prodet-1 .big {
    width: 48%;
    position: relative;
	margin-right:2%;
}
.prodet-page .sideBarRight .prodet-1 .big .btnLink div {
    width: 40px;
    height: 74px;
    background-color: rgba(34, 34, 34, 0.2);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .sideBarRight .prodet-1 .big .btnLink div.prev {
    left: 1px;
    background-image: url("../images/banner-btn-l.png");
}
.prodet-page .sideBarRight .prodet-1 .big .btnLink div.next {
    right: 1px;
    background-image: url("../images/banner-btn-r.png");
}
.prodet-page .sideBarRight .prodet-1 .big .btnLink div:hover {
    background-color: var(--color);
}
.prodet-page .sideBarRight .prodet-1 .small {
    width: 15%;
    padding-right: 2%;
}
.prodet-page .sideBarRight .prodet-1 .small ul {
    margin: -4.5%;
}
.prodet-page .sideBarRight .prodet-1 .small ul li {
    padding: 4.5%;
}
.prodet-page .sideBarRight .prodet-1 .small ul li a {
    display: block;
    border: 1px solid #e3e4e9;
}
.prodet-page .sideBarRight .prodet-1 .contentMore {
    width:35%;
    padding:2em;
    border-radius:10px;
    border:1px solid var(--color);
}
.prodet-page .sideBarRight .prodet-1 .contentMore a {
    height:auto;
    line-height:normal;
    padding:.5em 2.5em;
    margin-top:1em;
    font-size:14px;
}
.prodet-page .sideBarRight .bgcolor {
    padding:20px;
    border-radius:10px;
    background-color:white;
}
.prodet-page .sideBarRight .prodet-2 .title h1 {
    font-weight: bold;
    font-size: 33px;
    line-height: 1.4;
    max-width: 90%;
    margin-right: 3%;
}
.prodet-page .sideBarRight .prodet-2 .flexLink {
    margin-top: 2em;
}
.prodet-page .sideBarRight .prodet-3 {
    padding-top: 60px;
}
.prodet-page .sideBarRight .prodet-3 span.h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
    line-height: 1.2;
    display: block;
}
.prodet-page .sideBarRight .prodet-3 hr {
    opacity: .6;
}
.prodet-page .sideBarRight .prodet-3 .text {
    margin-top: 1.5em;
}
.prodet-page .sideBarRight .prodet-3 table {
    border: 1px solid #222;
}
.prodet-page .sideBarRight .prodet-3 table tr:nth-child(even) {
    background-color: #f9f9fe;
}
.prodet-page .sideBarRight .prodet-3 table td {
    border: 1px solid #ddd;
    color: #666;
    padding: .5em 1em;
    min-width: 90px !important;
    word-wrap: break-word;
    word-break: auto-phrase;
}
.prodet-page .sideBarRight .prodet-3 table td:last-child {
    min-width: unset !important;
}
.quality-page .quality-1 {
    padding: 100px 0 80px;
}
.quality-page .quality-1 span.h2 {
    margin-bottom: .8em;
}
.quality-page .quality-1 .text p {
    margin-top: 1.2em;
}
.quality-page .quality-1 .text p:first-child {
    margin-top: 0;
}
.quality-page .quality-2 {
    overflow: hidden;
}
.quality-page .quality-2 .box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9fe;
}
.quality-page .quality-2 .left {
    position: relative;
}
.quality-page .quality-2 .left:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: var(--color);
    opacity: .5;
    z-index: 1;
}
.quality-page .quality-2 .left .slick {
    width: 127%;
    margin-left: -27%;
}
.quality-page .quality-2 .left .slick .slide {
    display: block !important;
}
.quality-page .quality-2 .left .img {
    height: 590px;
    background-size: cover;
    background-position: center;
}
.quality-page .quality-2 .right {
    padding-left: 4%;
    padding-right: 2%;
}
.quality-page .quality-2 .right span.h2 em {
    font-size: 0.83333333em;
    margin-bottom: 1em;
    display: block;
}
.quality-page .quality-2 .right .text {
    padding-right: 3%;
    max-height: 250px;
    margin-bottom: 1.5em;
    overflow: auto;
}
.quality-page .quality-2 .right .slickBtn {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.quality-page .quality-2 .right .slickBtn .prev {
    margin-left: 0;
}
.quality-page .quality-3 {
    padding: 120px 0 100px;
    text-align: center;
}
.quality-page .quality-3 .text {
    max-width: 1250px;
    margin: 40px auto 50px;
}
.quality-page .quality-3 .box {
    margin-top: 80px;
}
.quality-page .quality-3 .box .text {
    margin: 0;
    width: 48.2%;
}
.quality-page .quality-3 .box .text table tr {
    background-color: transparent !important;
}
.quality-page .quality-3 .box .text table tr:nth-child(odd) {
    background-color: #fcfcfc !important;
}
.quality-page .quality-3 .box .text table tr:first-child {
    background-color: #c4d6e4 !important;
}
.quality-page .quality-3 .box .text table tr td {
    padding: 1em;
    border: 1px solid #e8e8e8;
}
.rd-page .rd-1 {
    padding: 160px 0 130px;
}
.rd-page .rd-1 .list {
    position: relative;
}
.rd-page .rd-1 .list ul {
    margin: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rd-page .rd-1 .list ul li {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.rd-page .rd-1 .list ul li .content {
    height: 100%;
    background-color: #f9f9fe;
    padding: 5.5%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rd-page .rd-1 .list ul li .content span.h6 {
    font-size: 24px;
    font-weight: 600;
    display: block;
    line-height: 1.4;
    width: 100%;
    padding-right: 10%;
}
.rd-page .rd-1 .list ul li .content span.h6.line:after {
    content: '';
    width: 4.66666667em;
    height: 1px;
    background-color: var(--color);
    display: block;
    margin-top: .1em;
}
.rd-page .rd-1 .list ul li .content .text {
    font-weight: normal;
    max-width: 570px;
    margin-top: .5em;
}
.rd-page .rd-1 .list ul li a.img-box {
    display: block;
    height: 360px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.rd-page .rd-1 .list ul li a.img-box img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.rd-page .rd-1 .list .logo {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
}
.rd-page .rd-1 .list .logo img {
    max-width: 100%;
}
.rd-page .rd-2 {
    padding: 100px 0 90px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.rd-page .rd-2 .box {
    max-width: 920px;
    display: block;
    margin-left: auto;
    background-color: white;
}
.rd-page .rd-2 .box span.h6 {
    font-weight: 600;
    font-size: 24px;
    padding: 1em 2em;
    background-color: var(--color);
    color: white;
    display: block;
    position: relative;
}
.rd-page .rd-2 .box span.h6:before {
    content: '';
    border-left: .5em solid transparent;
    border-right: .55em solid transparent;
    border-top: 0.5em solid var(--color);
    position: absolute;
    left: 2em;
    top: 100%;
}
.rd-page .rd-2 .box .list {
    padding: 60px 35px;
}
.rd-page .rd-2 .box .list .scroll {
    max-height: 330px;
    overflow: auto;
}
.rd-page .rd-2 .box .list .scroll ul li {
    padding: 35px;
}
.rd-page .rd-2 .box .list .scroll ul li .flex span.h2 {
    margin-right: 1em;
    text-align: center;
}
.rd-page .rd-2 .box .list .scroll ul li .flex span.h2 em {
    font-size: 2em;
    font-weight: bold;
    width: 1.7em;
    display: block;
    color: var(--color);
}
.rd-page .rd-2 .box .list .scroll ul li .flex .text {
    font-weight: normal;
}
.rd-page .rd-3 {
    background-color: #f9f9fe;
    padding: 90px 0;
    overflow-x: hidden;
}
.rd-page .rd-3 span.h2 {
    margin-bottom: 2em;
}
.rd-page .rd-3 .list {
    position: relative;
    z-index: 1;
}
.rd-page .rd-3 .list:before {
    content: '';
    border-bottom: 1px dashed #8d8d90;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.rd-page .rd-3 .list ul {
    margin: 0 -50px;
}
.rd-page .rd-3 .list ul li {
    padding: 0 50px;
}
.rd-page .rd-3 .list ul li a {
    display: block;
}
.rd-page .rd-3 .list ul li a img {
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 320px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.rd-page .rd-3 .list ul li i {
    content: '';
    font-size: 10px;
    width: 2.5em;
    height: 2.5em;
    border: 1px solid var(--color);
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 5em;
}
.rd-page .rd-3 .list ul li i:before {
    content: '';
    width: 1em;
    height: 1em;
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--color);
}
.service-page .service-1 {
    padding: 45px 0 75px;
}
.service-page .service-1 .box .left {
    width: 52%;
}
.service-page .service-1 .box .left span.h2 {
    margin-bottom: 1em;
}
.service-page .service-1 .box .right {
    text-align: right;
    width: 48%;
}
.service-page .service-1 .list {
    margin-top: 60px;
}
.service-page .service-1 .list ul {
    margin: -10px;
}
.service-page .service-1 .list ul li {
    padding: 10px;
}
.service-page .service-1 .list ul li .box2 {
    padding: 20px 25px 30px;
    height: 100%;
    background-color: white;
    border-bottom: 5px solid var(--color);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-page .service-1 .list ul li .box2 i {
    display: block;
}
.service-page .service-1 .list ul li .box2 span.h6 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 1.4;
    margin: .5em 0 .8em;
}
.service-page .service-1 .list ul li .box2 .text {
    color: rgba(34, 34, 34, 0.7);
}
.service-page .service-2 {
    padding: 150px 0 140px;
    background-image: url("../images/service-2-bg.jpg");
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.service-page .service-2 .box {
    width: 50%;
}
.service-page .service-2 .box span.h2 {
    margin-bottom: 1em;
}
.service-page .service-2 .list {
    margin-top: 100px;
}
.service-page .service-2 .list ul {
    margin: -55px;
}
.service-page .service-2 .list ul li {
    padding: 55px;
}
.service-page .service-2 .list ul li .box2 {
    padding: 25px;
    background-color: white;
    -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
    height: 100%;
}
.service-page .service-2 .list ul li .box2 .img {
    height: 250px;
    width: 52%;
    background-size: cover;
    background-position: center;
}
.service-page .service-2 .list ul li .box2 .content {
    width: 48%;
    padding-left: 4%;
}
.service-page .service-2 .list ul li .box2 .content span.h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    display: block;
}
.service-page .service-2 .list ul li .box2 .content .text {
    color: #222;
    margin-top: 1em;
}
.service-page .service-3 {
    padding: 75px 0 95px;
    background: #f6f6f6;
}
.service-page .service-3 .box {
    background-image: url("../images/icon-service-3.jpg");
    background-position: right top 5%;
    background-repeat: no-repeat;
    background-size: 8.02631579% auto;
}
.service-page .service-3 .left {
    padding-right: 8%;
    vertical-align: middle;
}
.service-page .service-3 .left .img {
    height: 600px;
    background-size: cover;
    background-position: center;
}
.service-page .service-3 .right {
    vertical-align: middle;
    padding-right: 6%;
}
.service-page .service-3 .right span.h2 {
    margin-bottom: 1.8em;
}
.service-page .service-3 .right span.h2:after {
    width: 55%;
    margin-top: .8em;
}
.service-page .service-3 .right .slickBtn {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 7em;
}
.service-page .service-3 .right .slickBtn .prev {
    margin-left: 0;
}
.social-page .social-1 {
    padding: 75px 0 125px;
}
.social-page .social-1 span.h2 {
    margin-bottom: 1em;
}
.social-page .social-1 .text {
    max-width: 1250px;
    margin-bottom: 3em;
}
.social-page .social-1 .list ul {
    margin: -35px;
}
.social-page .social-1 .list ul li {
    padding: 35px;
}
.social-page .social-1 .list ul li .box {
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.social-page .social-1 .list ul li .box .left a.img {
    height: 530px;
    background-size: cover;
    background-position: center;
    display: block;
}
.social-page .social-1 .list ul li .box .right {
    padding: 0 4%;
}
.social-page .social-1 .list ul li .box .right span.h6 {
    font-weight: 600;
    font-size: 24px;
    color: #222;
    display: block;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.social-page .social-1 .list ul li .box .right span.h6:hover {
    color: var(--color);
}
.social-page .social-1 .list ul li .box .right time {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #1b1b1b;
    margin: 2em 0;
}
.social-page .social-1 .list ul li .box .right .text {
    margin-bottom: 0;
}
.social-page .social-1 .list ul li .box .right .slickBtn {
    margin-top: 40px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.social-page .social-1 .list ul li .box .right .slickBtn .prev {
    margin-left: 0;
}
.social-page .social-2 {
    padding: 230px 0 200px;
    background-size: cover;
    background-position: center;
    background-image: url("../images/social-2-bg.jpg");
}
.social-page .social-2 .box {
    max-width: 600px;
    margin-left: auto;
    display: block;
}
.social-page .social-2 .box span.h2 {
    margin-bottom: 2em;
}
.social-page .social-2 .box .list ol li {
    font-size: 18px;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.2em;
}
.social-page .social-2 .box .list ol li i {
    margin-right: 1.5em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.social-page .social-2 .box .list ol li:last-child {
    margin-bottom: 0;
}
.social-page .social-2 .box .list ol li:hover {
    font-weight: 500;
}
.sustainability-page .sustainability-1 {
    padding: 80px 0 50px;
    overflow: hidden;
}
.sustainability-page .sustainability-1 .box .left {
    width: 86%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1%;
}
.sustainability-page .sustainability-1 .box .left span.h2 {
    margin-bottom: .8em;
}
.sustainability-page .sustainability-1 .box .right {
    width: 24%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sustainability-page .sustainability-2 {
    padding-top: 32%;
    background-size: cover;
    background-position: center;
}
.sustainability-page .sustainability-2 .bottom {
    padding: 50px 0 60px;
    background-color: rgba(34, 34, 34, 0.5);
    color: white;
}
.sustainability-page .sustainability-2 .bottom .text {
    color: inherit;
}
.sustainability-page .sustainability-3 {
    padding-top: 75px;
}
.sustainability-page .sustainability-3 .slide {
    margin-bottom: 60px;
}
.sustainability-page .sustainability-3 .slide .left {
    vertical-align: middle;
    padding-right: 3%;
}
.sustainability-page .sustainability-3 .slide .left span.h2 {
    margin-bottom: 1em;
}
.sustainability-page .sustainability-3 .slide .right {
    vertical-align: middle;
}
.sustainability-page .sustainability-3 .slide .right .img {
    display: block;
    height: 420px;
    background-size: cover;
    background-position: center;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) {
    direction: rtl;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) .left {
    direction: ltr;
    padding-right: 0;
    padding-left: 3%;
}
@media screen and (max-width: 1800px) {
    .about-page .about-1 {
        padding: 70px 0;
    }
    .inner-page span.h2,
    .inner-banner span.h2,
    .newdet-page h1,
    .prodet-page .sideBarRight .prodet-2 .title h1 {
        font-size: 32px;
    }
    .about-page .about-1 .left .text,
    .contact-page .contact-3 .right .info ul li .text {
        font-size: 16px;
    }
    .about-page .about-1 .right .img .play {
        font-size: 14px;
    }
    .about-page .about-3 {
        padding: 140px 0;
    }
    .inner-banner span.h2 i.circleDots {
        font-size: 7px;
        margin-right: 3em;
    }
    .inner-banner {
        padding: 100px 0;
    }
    .inner-nav a {
        font-size: 14px;
    }
    .inner-nav {
        padding: 20px 0;
    }
    .case-page {
        padding-top: 70px;
    }
    .case-page .case-1 .box .textList {
        width: 35%;
    }
    .case-page .case-1 .box .textList ul li {
        font-size: 14px;
    }
    /*.case-page .case-1 .box .imgList a.img {
    height: 600px;
  }*/
    .case-page .case-1 .box .textList ul:before {
        left: 1.2em;
    }
    .inner-page .recommended,
    .contact-page .contact-1,
    .contact-page .contact-3,
    .rd-page .rd-1,
    .rd-page .rd-3,
    .social-page .social-1 {
        padding: 70px 0;
    }
    .inner-page .recommended .list {
        margin-top: 50px;
    }
    .contact-page .contact-1 .box {
        padding: 5%;
    }
    .contact-page .contact-1 .box .form ul li {
        padding: 15px;
    }
    .contact-page .contact-1 .box .form ul {
        margin: -15px;
    }
    .contact-page .contact-1 .box .form ul li input,
    .contact-page .contact-1 .box .form ul li textarea {
        font-size: 14px;
    }
    .contact-page .contact-2 .left .addInfoList span.h3 {
        font-size: 24px;
    }
    .contact-page .contact-3 .left .img {
        height: 580px;
    }
    .history-page {
        padding: 100px 0;
    }
    .history-page .progress {
        font-size: 18px;
    }
    .history-page .progress .line i {
        width: 60px;
        height: 60px;
    }
    .history-page .progress .line i img {
        max-width: 70%;
    }
    .history-page .progress .yearList ul li {
        width: 97.85714286px;
    }
    .news-page {
        padding: 80px 0 60px;
    }
    .inner-page .sideBarBox .sideBarLeft .slide {
        margin-top: 50px;
    }
    .inner-page .sideBarBox .sideBarLeft span.h3,
    .news-page .sideBarRight .list ul li .content span.h6,
    .social-page .social-1 .list ul li .box .right span.h6 {
        font-size: 20px;
    }
    .inner-page .sideBarBox .sideBarLeft .nav,
    .inner-page .sideBarBox .sideBarLeft .form .text {
        font-size: 14px;
    }
    .inner-page .sideBarBox .sideBarLeft .nav ul li {
        margin-bottom: 1em;
    }
    .inner-page .sideBarBox .sideBarLeft .newsList ul li span.h6,
    .news-page .sideBarRight .top .content span.h6 {
        font-size: 16px;
    }
    .inner-page .sideBarBox .sideBarLeft .newsList ul li {
        margin-bottom: 25px;
    }
    .inner-page .sideBarBox .sideBarLeft .proList ul li a.img-box {
        height: 100px;
    }
    .inner-page .sideBarBox .sideBarLeft .form span.h5 {
        font-size: 24px;
    }
    .inner-page .sideBarBox .sideBarLeft .form {
        padding: 10% 5%;
    }
    .news-page .sideBarRight .top .content {
        padding: 2%;
    }
    .news-page .sideBarRight .list ul li {
        padding: 40px 0;
    }
    .news-page .sideBarRight .list ul li time,
    .inner-page .m-page,
    .newdet-page time,
    .rd-page .rd-1 .list ul li .content span.h6,
    .rd-page .rd-2 .box span.h6 {
        font-size: 20px;
    }
    .newdet-page,
    .product-page .product-1 {
        padding: 100px 0 60px;
    }
    .product-page .sideBarRight .top {
        padding-top: 25%;
    }
    .quality-page .quality-1,
    .quality-page .quality-3 {
        padding: 60px 0;
    }
    .quality-page .quality-2 .left .img {
        height: 500px;
    }
    .quality-page .quality-3 .text {
        margin: 30px auto;
    }
    .quality-page .quality-3 .box {
        margin-top: 50px;
    }
    .rd-page .rd-1 .list ul li .content {
        padding: 4%;
    }
    .rd-page .rd-1 .list .logo {
        width: 160px;
        height: 160px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .rd-page .rd-1 .list .logo a {
        text-align: center;
    }
    .rd-page .rd-1 .list .logo img {
        max-width: 70%;
    }
    .rd-page .rd-2 .box .list {
        padding: 40px 30px;
    }
    .rd-page .rd-2 .box .list .scroll ul li {
        padding: 25px;
    }
    .service-page .service-1 .list ul li .box2 i img {
        max-height: 60px;
    }
    .service-page .service-2 {
        padding: 90px 0;
    }
    .service-page .service-2 .list ul li {
        padding: 30px;
    }
    .service-page .service-2 .list ul {
        margin: -30px;
    }
    .service-page .service-2 .list {
        margin-top: 60px;
    }
    .service-page .service-3 .left .img {
        height: 480px;
    }
    .service-page .service-3 .right span.h2:after {
        margin-top: .3em;
    }
    .service-page .service-3 .right span.h2 {
        margin-bottom: 1em;
    }
    .service-page .service-3 {
        padding: 50px 0;
    }
    .social-page .social-2 {
        padding: 140px 0 100px;
    }
    .sustainability-page .sustainability-1 .box .left {
        width: 76%;
    }
    .sustainability-page .sustainability-2 {
        padding-top: 25%;
    }
    .sustainability-page .sustainability-2 .bottom {
        padding: 40px 0;
    }
}
@media screen and (max-width: 1450px) {
    .inner-page span.h2,
    .inner-banner span.h2,
    .newdet-page h1,
    .prodet-page .sideBarRight .prodet-2 .title h1 {
        font-size: 28px;
    }
    .history-page .progress .yearList ul li {
        width: 120px;
    }
    .sustainability-page .sustainability-1 {
        padding: 50px 0;
    }
    .sustainability-page .sustainability-1 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .sustainability-page .sustainability-1 .box .right {
        display: none;
    }
    .sustainability-page .sustainability-2 {
        padding-top: 18%;
    }
    .sustainability-page .sustainability-3 .slide .right .img {
        height: 360px;
    }
    .social-page .social-1 .list ul li .box .left a.img {
        height: 420px;
    }
    .social-page .social-1 .list ul li .box .right time {
        margin: 1em 0;
    }
    .social-page .social-1 .list ul li .box .right .slickBtn {
        margin-top: 10px;
    }
    .social-page .social-2 {
        padding: 90px 0 70px;
    }
    .social-page .social-2 .box .list ol li,
    .service-page .service-1 .list ul li .box2 span.h6 {
        font-size: 16px;
    }
    .social-page .social-2 .box {
        max-width: 500px;
    }
    .service-page .service-2 .list ul li .box2 .img {
        width: 47%;
    }
    .service-page .service-2 .list ul li .box2 .content {
        width: 53%;
    }
    .service-page .service-3 .left .img {
        height: 400px;
    }
    .service-page .service-3 .right .slickBtn {
        margin-top: 4em;
    }
    .service-page .service-3 .right span.h2 {
        margin-bottom: .5em;
    }
    .rd-page .rd-1 .list ul li a.img-box {
        height: 260px;
    }
    .rd-page .rd-2 .box .list .scroll ul li .flex span.h2 em {
        font-size: 1.8em;
    }
    .rd-page .rd-3 .list ul li a img {
        max-height: 240px;
    }
    .rd-page .rd-3 .list ul li i {
        margin-top: 3em;
    }
    .service-page .service-3 .left {
        padding-right: 4%;
    }
    .social-page .social-2 .box .list ol li {
        margin-bottom: 2em;
    }
    .social-page .social-2 .box span.h2 {
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 1250px) {
    .inner-page span.h2,
    .inner-banner span.h2,
    .newdet-page h1,
    .prodet-page .sideBarRight .prodet-2 .title h1 {
        font-size: 24px;
    }
    .inner-nav {
        display: none;
    }
    .history-page .progress .yearList ul li {
        width: 138.57142857px;
    }
    .sustainability-page .sustainability-3 {
        padding-top: 50px;
    }
    .sustainability-page .sustainability-3 .slide .left span.h2 {
        margin-bottom: .5em;
    }
    .social-page .social-1 .list ul li .box .right time {
        margin: .5em 0;
    }
    .social-page .social-2 .box {
        max-width: 400px;
    }
    .social-page .social-2 .box .list ol li,
    .service-page .service-1 .list ul li .box2 span.h6 {
        font-size: 14px;
        line-height: 30px;
    }
    .social-page .social-2 .box .list ol li i {
        max-width: 20px;
    }
    .service-page .service-1 .box .right {
        padding-left: 15%;
    }
    .service-page .service-1 .list ul li .box2 i img {
        max-height: 50px;
    }
    .service-page .service-1 .list ul li .box2 {
        padding: 20px;
    }
    .service-page .service-1 {
        padding: 40px 0;
    }
    .service-page .service-1 .list {
        margin-top: 30px;
    }
    .service-page .service-2 {
        padding: 60px 0;
    }
    .service-page .service-2 .list ul li .box2 {
        padding: 15px;
        display: block;
    }
    .service-page .service-2 .list ul li .box2 .content span.h6 {
        font-size: 16px;
    }
    .service-page .service-2 .list ul li .box2 .img {
        width: 100%;
        height: 180px;
    }
    .service-page .service-2 .list ul li .box2 .content {
        width: 100%;
        padding: 20px 0 0;
    }
    .service-page .service-2 .list ul li {
        padding: 15px;
    }
    .service-page .service-2 .list ul {
        margin: -15px;
    }
    .service-page .service-3 .left .img {
        height: 320px;
    }
    .news-page .sideBarRight .list ul li time,
    .inner-page .m-page,
    .newdet-page time,
    .rd-page .rd-1 .list ul li .content span.h6,
    .rd-page .rd-2 .box span.h6 {
        font-size: 18px;
    }
    .rd-page .rd-1 .list ul li {
        padding: 20px;
    }
    .rd-page .rd-1 .list ul {
        margin: -20px;
    }
    .rd-page .rd-3 .list ul li a img {
        max-height: 180px;
    }
    .rd-page .rd-3 span.h2 {
        margin-bottom: 1em;
    }
    .quality-page .quality-2 .left .img {
        height: 400px;
    }
    .quality-page .quality-3 .box {
        display: block;
    }
    .quality-page .quality-3 .box .text {
        width: 100%;
    }
    .quality-page .quality-3 .box {
        margin-top: 30px;
    }
    .inner-page .sideBarBox .sideBarLeft {
        display: none;
    }
    .inner-page .sideBarBox .sideBarRight {
        width: 100%;
    }
    .inner-page .flexLink {
        font-size: 14px;
    }
    .prodet-page .sideBarRight .prodet-3 span.h3 {
        font-size: 20px;
    }
    .newdet-page,
    .product-page .product-1 {
        padding: 60px 0 50px;
    }
    .product-page .sideBarRight .top {
        padding-top: 18%;
    }
    .history-page .historyBox {
        padding-left: 0;
    }
    .history-page .box .right span.h2 i {
        -webkit-transform: translateX(-40%);
        -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    .history-page .box .right span.h2 {
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    .history-page .box .right .text {
        height: 200px;
    }
    .history-page .box .left .img {
        height: 360px;
    }
    .history-page .box {
        padding: 90px 0 50px;
    }
    .history-page {
        padding: 60px 0;
    }
    .contact-page .contact-2 .left .addInfoList span.h3 {
        font-size: 20px;
    }
    .contact-page .contact-3 .right span.h2 em {
        font-size: 1.6em;
    }
    .case-page .case-1 .box .textList {
        width: 50%;
    }
    /*.case-page .case-1 .box .imgList a.img {
    height: 480px;
  }*/
    .case-page .case-1 .box .textList ul li {
        margin-bottom: .6em;
    }
    .carBtn {
        font-size: 20px;
    }
    .about-page .about-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .about-page .about-1 .left {
        width: 100%;
    }
    .about-page .about-1 .box {
        display: block;
    }
    .about-page .about-1 .right .img {
        height: 280px;
    }
    .about-page .about-2 .top ul li .dots {
        margin-top: 8%;
    }
    .about-page .about-2 .top ul li {
        height: 400px;
    }
    .about-page .about-3 {
        padding: 90px 0;
    }
    .about-page .about-4 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        padding: 70px 0;
    }
    .history-page .progress .yearList ul li {
        width: 100px;
    }
    .inner-page span.h2,
    .inner-banner span.h2,
    .newdet-page h1,
    .prodet-page .sideBarRight .prodet-2 .title h1 {
        font-size: 20px;
        line-height: 36px;
    }
    .about-page .about-1 .left .text,
    .contact-page .contact-3 .right .info ul li .text {
        font-size: 14px;
    }
    .about-page .about-1 .right .img .play {
        font-size: 10px;
    }
    .about-page .about-2 .top ul li {
        height: 320px;
    }
    .about-page .about-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .about-page .about-3 .left {
        width: 100%;
        padding: 0 10%;
        margin: 12% 0;
    }
    .about-page .about-3 {
        padding: 50px 0;
    }
    .about-page .about-4 .box .smallImg ul li span {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner,
    .about-page .about-1 {
        padding: 50px 0;
    }
    .about-page .about-1 .right .img {
        height: 240px;
    }
    .about-page .about-2 .bottom .text:before {
        width: 2em;
    }
    .about-page .about-2 .bottom .text {
        margin-left: 1.5em;
    }
    .about-page .about-2 .bottom {
        padding: 15px 0;
    }
    .about-page .about-4 .box .bigImg .slick-arrow {
        width: 32px;
        height: 60px;
    }
    .case-page .case-1 .box .textList {
        width: 90%;
        padding: 20px;
    }
    /*.case-page .case-1 .box .imgList a.img {
    height: 360px;
  }*/
    .case-page .case-1 .box .imgList span.h6 {
        font-size: 14px;
    }
    .inner-page .recommended .list ul li .box .title {
        padding-top: 1em;
    }
    .inner-page .recommended .list ul li .box {
        background-color: #f9f9fe;
        border-color: #e7e9ed;
    }
    .inner-page .recommended .list ul li .box .carBtn {
        opacity: 1 !important;
    }
    .inner-page .recommended .list ul li .box .img-box .carBtn {
        position: static;
        margin: .5em 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .inner-page .recommended .list ul li .box {
        padding: 10px;
    }
    .contact-page .contact-1 .box .form ul li {
        width: 100%;
        padding: 5px;
    }
    .contact-page .contact-1 .box .form ul {
        margin: -5px;
    }
    .contact-page .contact-1 .box .form ul li input[type="submit"] {
        margin-top: 10px;
    }
    .contact-page .contact-1 .box {
        padding: 10% 5%;
    }
    .contact-page .contact-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        margin-top: 20px;
    }
    .contact-page .contact-2 .box {
        display: block;
    }
    .contact-page .contact-2 .right iframe {
        width: 100%;
        height: 300px;
    }
    .contact-page .contact-2 .left .addInfoList span.h3 {
        margin: 1em 0;
    }
    .contact-page .contact-2 .left .addInfoList .text {
        margin-top: 1.5em;
    }
    .contact-page .contact-3 .right {
        width: 100%;
        padding-left: 0;
    }
    .contact-page .contact-3 .left {
        display: none;
    }
    .history-page .box .right span.h2 i {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        font-size: 3em;
    }
    .history-page .box .right span.h2 {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .history-page .box .left {
        width: 100%;
    }
    .history-page .box .right {
        width: 100%;
        padding: 20px 0;
    }
    .history-page .box2 {
        display: block;
    }
    .history-page .box .left .img {
        height: 280px;
    }
    .history-page .box .right .text {
        height: auto;
    }
    .history-page .box .slickBtn {
        width: 100%;
        margin-top: 0;
    }
    .history-page .progress {
        display: none;
    }
    .history-page .box {
        padding-bottom: 0;
        padding-top: 40px;
    }
    .news-page .sideBarRight .list ul li time {
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
        display: block;
    }
    .news-page .sideBarRight .list ul li .content {
        width: 100%;
    }
    .news-page .sideBarRight .list ul li {
        display: block;
    }
    .news-page .sideBarRight .list ul li a.link {
        display: none;
    }
    .inner-page .flexLink .m-link {
        width: 100%;
    }
    .inner-page .flexLink {
        display: block;
    }
    .inner-page .flexLink .share {
        display: block;
        margin-top: 2em;
        width: 100%;
    }
    .product-page .sideBarRight .top:before {
        height: 80%;
    }
    .news-page .sideBarRight .list ul li time,
    .inner-page .m-page,
    .newdet-page time,
    .rd-page .rd-1 .list ul li .content span.h6,
    .rd-page .rd-2 .box span.h6 {
        font-size: 16px;
    }
    .prodet-page .sideBarRight .prodet-2 .title h1 {
        max-width: none;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .prodet-page .sideBarRight .prodet-2 .title {
        display: block;
    }
    .prodet-page .sideBarRight .prodet-3 {
        padding-top: 30px;
    }
    .prodet-page {
        padding: 50px 0;
    }
    .quality-page .quality-2 .right {
        width: 100%;
        padding: 20px 15px;
    }
    .quality-page .quality-2 .left {
        width: 100%;
    }
    .quality-page .quality-2 .box {
        display: block;
    }
    .quality-page .quality-2 .left .slick {
        width: 100%;
        margin-left: 0;
    }
    .quality-page .quality-2 .left .img {
        height: 280px;
    }
    .quality-page .quality-2 .left:before {
        display: none;
    }
    .rd-page .rd-1 .list ul li {
        width: 100%;
    }
    .rd-page .rd-1 .list .logo {
        display: none;
    }
    .rd-page .rd-1 .list ul li a.img-box {
        height: 200px;
    }
    .rd-page .rd-1 .list ul li .content span.h6 {
        padding-right: 0;
    }
    .rd-page .rd-2 .box .list .scroll ul li {
        width: 100%;
        padding: 10px 0;
    }
    .rd-page .rd-3 .list ul li {
        padding: 0 15px;
    }
    .rd-page .rd-3 .list ul {
        margin: 0 -15px;
    }
    .rd-page .rd-3 .list ul li a img {
        max-height: 160px;
    }
    .inner-page .recommended,
    .contact-page .contact-1,
    .contact-page .contact-3,
    .rd-page .rd-1,
    .rd-page .rd-3,
    .social-page .social-1 {
        padding: 50px 0;
    }
    .rd-page .rd-3 .list ul li i {
        margin-top: 1.5em;
    }
    .service-page .service-1 .box .left {
        width: 100%;
    }
    .service-page .service-1 .box .right {
        display: none;
    }
    .service-page .service-1 .list ul li {
        width: 100%;
    }
    .service-page .service-1 .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-page .service-2 .box {
        width: 100%;
    }
    .service-page .service-2 .list ul li {
        width: 100%;
    }
    .service-page .service-2 .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service-page .service-3 .left {
        display: none;
    }
    .service-page .service-3 .right {
        width: 100%;
        padding-left: 0;
    }
    .social-page .social-1 .list ul li .box .right {
        width: 100%;
        padding: 15px;
    }
    .social-page .social-1 .list ul li .box .left {
        width: 100%;
    }
    .social-page .social-1 .list ul li .box {
        display: block;
    }
    .social-page .social-1 .list ul li .box .left a.img {
        height: 240px;
    }
    .inner-page .sideBarBox .sideBarLeft span.h3,
    .news-page .sideBarRight .list ul li .content span.h6,
    .social-page .social-1 .list ul li .box .right span.h6 {
        font-size: 18px;
    }
    .social-page .social-2 .box {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 15px;
    }
    .sustainability-page .sustainability-3 .slide .left {
        width: 100%;
        padding: 0 !important;
        padding-bottom: 20px !important;
    }
    .sustainability-page .sustainability-3 .slide .right {
        width: 100%;
    }
    .sustainability-page .sustainability-3 .slide {
        display: block;
    }
    .sustainability-page .sustainability-3 .slide .right .img {
        height: 240px;
    }
}
@media screen and (max-width: 500px) {
    .sustainability-page .sustainability-3 .slide .right .img {
        height: 200px;
    }
    .quality-page .quality-2 .right .slickBtn {
        margin-top: 15px;
    }
    .quality-page .quality-3 .box .text table,
    .prodet-page .sideBarRight .prodet-3 .text table {
        white-space: nowrap;
    }
    .btnLink {
        zoom: .7;
    }
    .inner-page .recommended .list ul li {
        width: 100%;
        padding: 5px;
    }
    .inner-page .recommended .list ul {
        margin: -5px;
    }
    .carBtn a {
        margin: 0 .2em;
    }
    .carBtn a {
        width: 1.6em;
        height: 1.6em;
    }
    .carBtn a[data-text]:before {
        zoom: .7;
    }
    .contact-page .contact-1 .box .form ul li input,
    .contact-page .contact-1 .box .form ul li textarea {
        padding: .7em;
    }
    .contact-page .contact-3 .right span.h2 em {
        font-size: 1.4em;
    }
    .contact-page .contact-2 .right iframe {
        height: 240px;
    }
    .case-page .case-1 .box .textList ul li i {
        margin-right: 1em;
    }
    .case-page .case-1 .box .textList {
        display: none;
    }
    /*.case-page .case-1 .box .imgList a.img {
    height: 200px;
  }*/
    .case-page .case-1 .box .imgList span.h6 {
        padding: 1em;
    }
    .about-page .about-3 .left .list .logo {
        font-size: 6px;
    }
    .about-page .about-4 .box .smallImg {
        display: none;
    }
}
.news-page .sideBarRight .list ul li.product {
    padding: 30px 0;
}
.news-page .sideBarRight .list ul li.product a.img-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 30%;
}
.news-page .sideBarRight .list ul li.product .content {
    padding-left: 3%;
}
@media screen and (max-width: 700px) {
    .news-page .sideBarRight .list ul li.product a.img-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-page .sideBarRight .list ul li.product {
        display: flex;
        flex-wrap: wrap;
    }
    .news-page .sideBarRight .list ul li.product .content {
        padding-left: 0;
        width: 80%;
    }
    .news-page .sideBarRight .list ul li.product a.link {
        display: block;
        width: 10%;
    }
}
.resources-page {
    padding: 60px 0 100px;
}
.resources-page .list {
    margin-top: 46px;
}
.resources-page .list .the_head{
    text-align: center;
    height: 88px;
    line-height: 88px;
    background: #0041b9;
    color: #fff;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.resources-page .list .the_head .column{
    float: left;
    display: block;
}
.resources-page .list .the_head .column span{
    font-size: 18px;
}
.resources-page .list ul li {
    text-align: center;
}
.resources-page .list ul li a.img-box {
    display: block;
}
.resources-page .list ul li span.h6 {
    font-size: 16px;
    margin-right: 1em;
}
.resources-page .list ul li a.download {
    font-size: 16px;
    text-transform: uppercase;
    flex-shrink: 0;
    width: 207px;
    height: 61px;
    line-height: 61px;
    background: #0041b9;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
}
.resources-page .list ul li a.download .iconfont{
    font-size: 24px!important;
    margin-left: 17px;
}
.resources-page .list .dw-list li:first-child{
    margin-top: -2px;
}
.resources-page .list .dw-list li:after{
    content:'';
    clear: both;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
.resources-page .list .dw-list li .column{
    float: left;
    display: block;
    border: 1px solid #cccccc;
    border-top: none;
    border-left: none;
    line-height: 278px;
    height: 278px;
}
.resources-page .list .dw-list li .column:first-child{
    border-left: 1px solid #cccccc;
}
.resources-page .list .dw-list li .column img{
    max-height: 90%;
    vertical-align: middle;
}
.resources-page .list .dw-list li .tit{
    font-size: 18px;
    color: #000000;
}
.resources-page .list ul li:hover{
    background: #0041b9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    transition: 0.3s ease;
    position: relative;
    z-index: 5;
}
.resources-page .list .dw-list li:hover .tit{
    color: #fff;
}
.resources-page .list ul li:hover .column{
    border-color:#0041b9;
}
.resources-page .list ul li:hover a.download{
    background: #fff;
    color: #0041b9;
}

/*//2024/9/3*/
.case2-page .case-1 {
    width: 100%;
    position: relative;
}
.case2-page .case-1 video {
    width: 100%;
    display: block;
    border: none;
}
.case2-page .case-1 .dotsList ul li {
    position: absolute;
    font-size: 18px;
    color: white;
    display: none;
    cursor: pointer;
    cursor: hand;
}
.case2-page .case-1 .dotsList ul li span.h6 {
    position: absolute;
    left: 50%;
    bottom: 130%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 600;
}
.case2-page .case-1 .dotsList ul li i.dots {
    width: 1.8em;
    height: 1.8em;
    border-radius: 100%;
    display: block;
    border: 1px solid var(--color);
    position: relative;
}
.case2-page .case-1 .dotsList ul li i.dots:after {
    content: '';
    width: .9em;
    height: .9em;
    border-radius: 100%;
    background-color: var(--color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.case2-page .case-1 .dotsList ul li:nth-child(1) {
    left: 62%;
    top: 61%;
    display: block;
}
.case2-page .case-1 .dotsList ul li:nth-child(2) {
    left: 44%;
    top: 75%;
    display: block;
}
.case2-page .case-1 .views {
    position: absolute;
    font-size: 10px;
    left: 2.5em;
    width: 36%;
    padding: 3em;
    background: white;
    height: 94%;
    top: 3%;
    opacity: 0;
    z-index: -2;
    transition: .5s;
    overflow: auto;
}
.case2-page .case-1 .views.active {
    opacity: 1;
    z-index: 1;
}
.case2-page .case-1 .views span.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 3em;
    height: 3em;
    background-color: #7fa0dc;
    cursor: pointer;
    cursor: hand;
}
.case2-page .case-1 .views span.close:after,
.case2-page .case-1 .views span.close:before {
    content: '';
    width: 50%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: rotate(45deg);
}
.case2-page .case-1 .views span.close:before {
    transform: rotate(-45deg);
}
.case2-page .case-1 .views .img {
    position: relative;
}
.case2-page .case-1 .views .img img {
    width: 100%;
}
.case2-page .case-1 .views .img li {
    position: relative;
}
.case2-page .case-1 .views .img li .play {
    width: 5em;
    height: 5em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--color);
    cursor: pointer;
    cursor: hand;
}
.case2-page .case-1 .views .img li .play i {
    font-size: 2.5em !important;
}
.case2-page .case-1 .views .slick-arrow.slick-arrow:hover {
    background-color: var(--color);
}
.case2-page .case-1 .views .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 0;
}
.case2-page .case-1 .views .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 0;
}
.case2-page .case-1 .views .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.4em;
    height: 3.6em;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-size: 1em;
}
.case2-page .case-1 .views .content {
    margin: 3em 0 6em;
}
.case2-page .case-1 .views .content .text {
    font-weight: 300;
}
.case2-page .case-1 .views span.h3 {
    font-size: 2.4em;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    margin-bottom: .8em;
}
.case2-page .case-1 .views .content span.h3 {
    color: var(--color);
}
.case2-page .case-1 .views .recommended ul.grid-box>div {
    zoom: .42;
}
.case2-page .case-1 .views .recommended .slick-dots {
    margin: 0;
    margin-top: 2.4em;
    text-align: center;
    font-size: 10px;
}
.case2-page .case-1 .views .recommended .slick-dots li {
    width: .6em;
    height: .6em;
    border-radius: 100%;
    border: 1px solid var(--color);
    margin: 0 .5em;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    padding: 0;
}
.case2-page .case-1 .views .recommended .slick-dots li.slick-active {
    background-color: var(--color);
}
.case2-page .case-1 .views .recommended .slick-dots li button {
    display: none;
}
.case2-page .case-1 .views .recommended,
.case2-page .case-1 .views .recommended .list {
    padding: 0;
    margin: 0;
}
.case2-page .case-1 .views .box {
    position: relative;
}
.case2-page .case-1 .views .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -2;
    transition: .5s;
}
.case2-page .case-1 .views .slide.active {
    position: static;
    opacity: 1;
}
.init-1-new {
    padding: 70px 0;
    background-color: #f6f6f6;
    text-align: center;
}
.init-1-new .list {
    margin-top: 70px;
}
.init-1-new .list ul {
    margin: -4px;
}
.init-1-new .list ul li {
    padding: 4px;
}
.init-1-new .list ul li .box {
    display: block;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s;
}
.init-1-new .list ul li .box a.img-box {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.init-1-new .list ul li .box .content {
    padding: 5%;
}
.init-1-new .list ul li .box .content span.h6 {
    font-size: 16px;
    line-height: 1.6;
    height: 6.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.init-1-new .list ul li .box:hover {
    background-color: var(--color);
    color: white;
}
.init-2-new {
    padding: 80px 0;
}
.init-2-new span.h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: .8em;
    display: block;
    border-bottom: 1px solid #dadada;
    margin-bottom: 2em;
}
.init-2-new .list ul {
    margin: -20px -10px;
}
.init-2-new .list ul li {
    padding: 20px 10px;
}
.init-2-new .list ul li .box {
    display: block;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #cdcdcd;
    transition: .5s;
}
.init-2-new .list ul li .box a.img-box {
    display: block;
}
.init-2-new .list ul li .box span.h6 {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 2.5em;
}
.init-2-new .list ul .slick-slide>div {
    display: flex;
    flex-wrap: wrap;
}
.init-2-new .list ul .slick-slide>div .box {
    height: 100%;
}
.init-2-new .list ul li .box:hover {
    border-color: var(--color);
}
.init-3-new {
    padding: 120px 0 80px;
    background-color: #f6f6f6;
}
.init-3-new .box {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.init-3-new .box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url('../images/logo2.jpg');
    background-size: 21% auto;
    background-position: right 25px bottom;
    background-repeat: no-repeat;
}
.init-3-new .box .left {
    vertical-align: middle;
}
.init-3-new .box .left .top {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    height: 480px;
}
.init-3-new .box .left .top .play {
    cursor: pointer;
    cursor: hand;
}
.init-3-new .box .right {
    vertical-align: middle;
    padding: 0 5%;
}
.init-3-new .box .right .text {
    margin: 1.5em 0 2em;
}
.init-3-new .list {
    margin-top: 50px;
    padding: 0 10%;
}
.init-3-new .list ul li {
    border-right: 1px solid #b6b6b6;
    text-align: center;
}
.init-3-new .list ul li span.h6 {
    font-size: 62px;
    font-weight: bold;
    line-height: 1;
    display: block;
}
.init-3-new .list ul li .text {
    font-weight: 600;
    line-height: 1;
}
.init-3-new .list ul li:last-child {
    border-right: none;
}
#index-body .init-5 {
    padding-top: 0 !important;
}
#index-body .init-5 .right {
    padding: 5% 3%;
    background-color: #f6f6f6;
}
#index-body .init-5 .right ul {
    margin-top: 20px;
}
#index-body .init-5 .right ul li {
    font-size: 10px;
    padding: 3em 0;
    border-top: 1px solid rgba(2,9,22,.1);
}
#index-body .init-5 .right ul li span.h6 {
    font-size: 2em;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .5s;
    display: block;
}
#index-body .init-5 .right ul li span.h6:hover {
    color: var(--color);
}
#index-body .init-5 .right ul li .box {
    flex-wrap: wrap;
}
#index-body .init-5 .right ul li time {
    display: block;
    font-size: 14px;
    margin: .5em 0;
    display: flex;
    align-items: center;
    width: 100%;
}
#index-body .init-5 .right ul li time i {
    margin: 0 1em;
}
#index-body .init-5 .right ul li time img {
    margin-right: .3em;
}
#index-body .init-5 .right ul li .text {
    opacity: .6;
}
#index-body .init-5 .right ul li:last-child {
    padding-bottom: 0;
}
.service-page .service-33{
    padding: 40px 0 46px;
}
.service-page .service-33 .mapbox{
    width: 70.55%;
}
.service-page .service-33 .listbox{
    width: 29.45%;
    padding-top: 100px;
}
.service-page .service-33 .listbox h3{
    color: #1b1b1b;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 27px;
}
.service-page .service-33 .listbox li{
    margin: 21px 0;
}
.service-page .service-33 .listbox li i{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    background: #0041b9;
}
.service-page .service-33 .listbox li span{
    display: inline-block;
    vertical-align: super;
    font-size: 18px;
    color: #222222;
    margin-left: 28px;
}

.select-page .content-box {
    padding: 42px 32px;
    background: #ff7d00;
    border-radius:8px;
}
.select-page .content-box .search1{
    margin-top: 0px;
}
.select-page .content-box .search1 form{
    position: relative;
}
.select-page .content-box .search1 input{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
}
.select-page .content-box .search1 input[type="submit"]{
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/search.png) no-repeat center;
}
@media screen and (max-width: 1250px) {
    .init-3-new .list ul li span.h6 {
        font-size: 42px;
    }
    .product_add {
        display: none !important;
    }
    .service-page .service-1 .list ul li {
        width: 33.333%;
    }
    .service-page .service-33 .mapbox {
        width: 100%;
    }
    .service-page .service-33 .listbox {
        width: 100%;
        margin-top: 30px;
    }
    .service-page .service-33 .listbox h3 {
        font-size: 28px;
    }
    .service-page .service-1 .list ul {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1000px) {
    .init-3-new .list ul li span.h6 {
        font-size: 36px;
    }
    .init-3-new .list ul li {
        margin: 10px 0;
        border-right: none;
    }
    .init-3-new .box .left .top {
        height: 320px;
    }
    .service-page .service-1 .list ul li {
        width: 50%;
    }
    .service-page .service-33 .listbox h3 {
        font-size: 24px;
    }
    .service-page .service-2 .box {
        width: 100%;
    }
    .service-page .service-33 .listbox li span {
        font-size: 16px;
    }
    .service-page .service-33 .listbox li i {
        zoom: .7;
    }
    .service-page .service-33 .listbox li {
        margin: 10px 0;
    }
    .service-page .service-3 .left {
        width: 100%;
        padding-right: 0;
    }
    .service-page .service-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .case2-page .case-1 .views {
        font-size: 8px;
        width: 50%;
    }
    .resources-page .list .dw-list li {
        display: flex;
    }
    .resources-page .list .dw-list li .column {
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }
}
@media screen and (max-width: 700px) {
    .init-3-new .list ul li span.h6 {
        font-size: 28px;
    }
    .case2-page .case-1 .views {
        width: 100%;
        position: static;
        display: block;
        opacity: 1;
    }
    .case2-page .case-1 .views .slide {
        position: static;
        opacity: 1;
    }
    .case2-page .case-1 .views span.close,.case2-page .case-1 .dotsList {
        display: none !important;
    }
    .case2-page .case-1 .views .recommended ul.grid-box>div {
        zoom: 1;
    }
    .resources-page .list .dw-list {
        width: 100%;
        overflow: auto;
    }
    .resources-page .list .dw-list li {
        width: 700px;
    }
}
@media screen and (max-width: 500px) {
    .init-3-new .list ul li span.h6 {
        font-size: 24px;
    }
    .init-3-new .box .right {
        padding: 5%;
    }
    .init-3-new .box .left .top {
        height: 240px;
    }
    .history-page .box .left .img {
        height: 200px;
    }
    .history-page .box .right span.h2 i {
        font-size: 2.2em;
    }
    .service-page .service-1 .list ul li {
        width: 100%;
    }
}
.moreProdet {
    margin-top:80px;
}
.moreProdet .left span {
    padding:1em;
    border:2px solid transparent;
    border-right:none;
    display:block;
    line-height:1;
    cursor:pointer;
    cursor:hand;
    margin-right:-2px;
    position:relative;
    z-index:2;
    font-weight:500;
}
.moreProdet .left .scroll {
    position:sticky;
    top:130px;
}
.moreProdet .left span.active {
    border-color:var(--color);
    background-color:white;
}
.moreProdet .right {
    padding:2em;
    border:2px solid var(--color);
    background-color:white;
}
.moreProdet .right table {
    white-space:nowrap;
}
.comments-page {
    background-color:#f6f7f9;
}
.comments-page form {
    padding:3%;
    background-color:white;
}
.comments-page form span {
    color:rgba(0,0,0,.5)
}
.comments-page form input,
.comments-page form textarea{
    width:100%;
    border-radius:3px;
    border:1px solid #dadada;
    background-color:#f7f7f7;
    padding:.3em .5em;
}
.comments-page form textarea {
    min-height:90px;
}
.comments-page form label.flex span {
    white-space:nowrap;
    min-width:70px;
}
.comments-page form .line {
    background-color:#e9e9e9;
    width:1px;
}
.comments-page form button {
    height:3em;
    padding:0 1.5em;
    background:var(--color);
    color:white;
    border:none;
    transition:.5s;
}
.comments-page form button:hover {
    background-color:black;
}
.comments-page .score {
    line-height:1;
    color:#eaeaea;
}
.comments-page .score i {
    padding-right:.3em;
}
.comments-page .score:hover {
    color:#ea9518;
}
.comments-page .score i:hover~i {
    color:#eaeaea;
}
.comments-page .score.star1 i:nth-child(1) {
    color:#ea9518;
}
.comments-page .score.star2 i:nth-child(n+1):nth-child(-n+2) {
    color:#ea9518;
}
.comments-page .score.star3 i:nth-child(n+1):nth-child(-n+3) {
    color:#ea9518;
}
.comments-page .score.star4 i:nth-child(n+1):nth-child(-n+4) {
    color:#ea9518;
}
.comments-page .score.star5 i:nth-child(n+1):nth-child(-n+5) {
    color:#ea9518;
}
.comments-page .list {
    padding:2%;
    background-color:white;
}
.comments-page .list li {
    border-bottom:2px solid #f2f2f2;
}
.comments-page .list li .box {
    padding:0 2%;
    background-color:#f6f7f9;
    color:rgba(0,0,0,.6);
}
.comments-page .list li .box .slide>span {
	min-width:11em;
	flex-shrink:0
}
.comments-page .list li .box .score {
    color:#ea9518;
}
#pups_from {
    width:620px !important;
    box-shadow:0 0 15px rgba(0,0,0,.2);
    padding:0 !important;
}
#pups_from form {
    margin-top:15px !important;
}
#pups_from span.h2 {
    font-weight:bold;
}
#pups_from span.h6 {
    color:#00b9f2;
}
#pups_from form ul li label em {
    display:none;
}
#pups_from form ul li label i {
    color:red;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
    border-radius:3px;
    border-color:#e4e4e4 !important;
    background-color:#f5f8fa;
}
#pups_from form ul li:last-child {
    text-align:center;
}
#pups_from form ul li input[type="submit"] {
    padding:.3em 1em !important;
    border-radius:2em;
    border:none !important;
    background-color:#00b9f2 !important;
    box-shadow:0 5px 6px rgba(0,0,0,.2);
    margin:0 auto;
}
#pups_from i.close {
    background-color:transparent !important;
}
#pups_from i.close:hover:before,
#pups_from i.close:hover:after{
    background-color:#00b9f2 !important;
}
.market-page .init-1 {
    background-color: #f7f7f7
}

.market-page .init-1 .container {
    text-align: center
}

.market-page .init-1 .container .tips_des {
    margin-top: 30px
}

.market-page .init-1 .container .content {
    width: 970px;
    height: 630px;
    position: relative;
    margin: 60px auto 0
}

.market-page .init-1 .container .content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: sca_ani_2 5s linear infinite
}

.market-page .init-1 .container .content .list_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.market-page .init-1 .container .content .list_cont .list {
    position: absolute;
    top: 170px;
    left: 136px;
    width: 130px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500
}

.market-page .init-1 .container .content .list_cont .list2 {
    left: 200px;
    top: 310px
}

.market-page .init-1 .container .content .list_cont .list3 {
    left: 360px;
    top: 118px
}

.market-page .init-1 .container .content .list_cont .list4 {
    left: 440px;
    top: 240px
}

.market-page .init-1 .container .content .list_cont .list5 {
    left: 520px;
    top: 146px
}

.market-page .init-1 .container .content .list_cont .list6 {
    left: 646px;
    top: 290px
}

.market-page .init-1 .container .content .list_cont .list7 {
    left: 750px;
    top: 230px
}

.market-page .init-1 .container .content .list_cont .list8 {
    left: 790px;
    top: 370px
}

.market-page .init-1 .container .content .list_cont .list .cir {
    width: 7px;
    height: 7px;
    position: relative;
    margin: auto
}

.market-page .init-1 .container .content .list_cont .list .cir .cont {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #005bac;
    border-radius: 50%
}

.market-page .init-1 .container .content .list_cont .list .cir .ling {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #005bac;
    border-radius: 50%;
    animation: ks 3s linear infinite
}

.market-page .init-1 .container .content .list_cont .list2 .cir .ling,.market-page .init-1 .container .content .list_cont .list6 .cir .ling {
    animation-delay: -1.5s
}

.market-page .init-1 .container .content .list_cont .list3 .cir .ling,.market-page .init-1 .container .content .list_cont .list8 .cir .ling {
    animation-delay: -1s
}

.market-page .init-1 .container .content .list_cont .list5 .cir .ling {
    animation-delay: -2s
}

.market-page .init-1 .container .content .list_cont .list .text {
    margin-top: 10px
}

.market-page .init-1 .container .content .list_cont .list:hover .cir .cont,.market-page .init-1 .container .content .list_cont .list:hover .cir .ling {
    background: #005bac
}

@keyframes sca_ani_2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.06)
    }

    100% {
        transform: scale(1)
    }
}

.pt-120 {
    padding-top: 120px
}

.market-page .init-5 .container1 .tipsTitle {
    text-align: center;
    color: #111
}

.market-page .init-5 .container1 .content ul {
    margin: -6px -6px -6px 0
}

.market-page .init-5 .container1 .content ul li {
    position: relative;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 14.28%
}

.market-page .init-5 .container1 .content ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ff7d00;
    border-radius: 50%;
    bottom: -5px;
    right: -5px;
    z-index: 2
}

.market-page .init-5 .container1 .content ul li .box {
    height: 100%
}

.market-page .init-5 .container1 .content ul li .box .imgC {
    padding: 20px;
    height: 100%
}

.market-page .init-5 .container1 .content ul li .box .imgC img {
    max-width: 100%
}

.market-page .init-5 .container1 .content ul li:nth-child(-n+6) {
    border-top: none
}

.market-page .init-5 .container1 .content ul li:nth-child(8n) {
    border-right: none
}

@media screen and (max-width: 1000px) {
    .market-page .init-1 .container .content {
        zoom:.7
    }
}

@media screen and (max-width: 700px) {
    .market-page .init-1 .container .content img {
        display:none
    }

    .market-page .init-1 .container .content {
        zoom:1;width: 100%;
        height: auto
    }

    .market-page .init-1 .container .content .list_cont {
        position: relative;
        display: flex;
        flex-wrap: wrap
    }

    .market-page .init-1 .container .content .list_cont .list {
        top: 0;
        margin-top: 20px;
        left: 0;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 10px 15px;
        width: auto
    }

    .market-page .init-1 .container .content .list_cont .list .cir {
        margin: 0;
        margin-top: 18px
    }

    .market-page .init-1 .container .content .list_cont .list .text {
        width: auto;
        padding-left: 10px
    }
}

@media screen and (max-width: 500px) {
    .market-page .init-1 .container .content {
        margin-top:20px
    }

    .pt-120 {
        padding-top: 40px
    }
}

.cases-page {
    background-color: #f7f7f7;
    margin-top: 110px;
    padding: 80px 0 30px
}

.cases-page .list ul {
    margin: 0 -28px -70px 0
}

.cases-page .list ul li {
    padding: 0 28px 70px 0
}

.cases-page .list ul li .ig {
    position: relative;
    overflow: hidden
}

.cases-page .list ul li .ig .img-box img {
    width: 100%
}

.cases-page .list ul li .ig .text {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 65px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.cases-page .list ul li .ig .text .tit {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3
}

.cases-page .list ul li .ig .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    margin-top: 18px
}

.cases-page .list ul li .ig .text .more {
    margin-top: 26px
}

.cases-page .list ul li .ig .text .more {
    max-width: 212px
}

.cases-page .list ul li .ig:hover .text {
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(10,10,10,.5)
}

.cases-page .list ul li .ig {
    position: relative
}

.cases-page .list ul li .ig .imgbox {
    width: 60%;
    margin-top: 20px;
    position: absolute;
    left: 10px;
    bottom: 10px
}

.cases-page .list ul li .ig .imgbox ul {
    width: 100%;
    margin: 0 10px
}

.cases-page .list ul li .ig .imgbox ul li {
    padding: 10px
}

.cases-page .list ul li .ig .imgbox ul li a img {
    height: 92px;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width: 1220px) {
    .cases-page .list ul li .ig .text {
        bottom:-55%
    }
}

@media screen and (max-width: 1130px) {
    .cases-page .list ul li .ig .text {
        bottom:-60%
    }
}

@media screen and (max-width: 1050px) {
    .cases-page .list ul li .ig .text {
        bottom:-65%
    }
}

@media screen and (max-width: 1000px) {
    .cases-page .list ul {
        margin:0 -20px -30px 0
    }

    .cases-page .list ul li {
        padding: 30px 10px
    }

    .cases-page .list ul li .ig .text {
        position: initial;
        background: rgba(10,10,10,.5);
        padding: 20px 15px;
        display: block
    }

    .cases-page .list ul li .ig .text p {
        margin-top: 10px
    }
}

@media screen and (max-width: 700px) {
    .cases-page .list ul li .ig .text .tit {
        font-size:20px;
        line-height: 1.4
    }

    .cases-page .list ul li .ig:hover .text .more {
        width: auto
    }

    .cases-page .list ul li .ig .text .more em {
        margin-left: -13px
    }
}

.casedet-page .casedet-1 {
    padding-top: 9.167%;
    position: relative
}

.casedet-page .casedet-1 .swiper {
    overflow: hidden
}

.casedet-page .casedet-1 .swiper-slide-shadow-right {
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,.8),rgba(0,0,0,0));
    background: -moz-linear-gradient(left,rgba(0,0,0,.8),rgba(0,0,0,0));
    background: linear-gradient(to right,rgba(0,0,0,.8),rgba(0,0,0,0))
}

.casedet-page .casedet-1 .swiper-slide-shadow-left {
    background: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.8)),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(right,rgba(0,0,0,.8),rgba(0,0,0,0));
    background: -moz-linear-gradient(right,rgba(0,0,0,.8),rgba(0,0,0,0));
    background: linear-gradient(to left,rgba(0,0,0,.8),rgba(0,0,0,0))
}

.casedet-page .casedet-1 .swiper-button-next,.casedet-page .casedet-1 .swiper-button-prev {
    top: 59%;
    -webkit-filter: brightness(0) opacity(.3);
    filter: brightness(0) opacity(.3)
}

.casedet-page .casedet-1 .swiper-button-prev {
    left: -67px
}

.casedet-page .casedet-1 .swiper-button-next {
    right: -67px
}

.casedet-page .casedet-2 {
    margin-top: 61px
}

.casedet-page .casedet-2 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casedet-page .casedet-2 .top h1 {
    margin-top: 0;
    width: 80%
}

.casedet-page .casedet-2 .options {
    margin-top: 66px
}

.casedet-page .casedet-2 .options ul {
    border-bottom: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.casedet-page .casedet-2 .options ul li {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    color: rgba(41,43,44,.5);
    margin-right: 161px;
    padding-bottom: 8px;
    position: relative;
    cursor: pointer
}

.casedet-page .casedet-2 .options ul li:last-child {
    margin-right: 0
}

.casedet-page .casedet-2 .options ul li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #292b2c;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.casedet-page .casedet-2 .options ul li:hover,.casedet-page .casedet-2 .options ul li.active {
    color: #292b2c
}

.casedet-page .casedet-2 .options ul li:hover:after,.casedet-page .casedet-2 .options ul li.active:after {
    width: 100%
}

.casedet-page .casedet-2 .ret {
    margin-top: 54px
}

.casedet-page .casedet-2 .ret .tit {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    color: #292b2c;
    margin-bottom: 15px;
    display: none
}

.casedet-page .casedet-2 .ret .con {
    color: #57595a
}

.casedet-page .casedet-2 .ret .con p {
    margin-top: 5px
}

.casedet-page .casedet-2 .ret .con p:first-child {
    margin-top: 0
}

.casedet-page .casedet-2 .list {
    border-top: 1px solid #dcdcdc;
    margin-top: 45px;
    padding-top: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.casedet-page .casedet-2 .list .share a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 21px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.casedet-page .casedet-2 .list .share a img {
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: brightness(0) opacity(.9);
    filter: brightness(0) opacity(.9)
}

.casedet-page .casedet-2 .list .share a:last-child {
    margin-right: 0
}

.casedet-page .casedet-2 .list .share a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.service2-page .service-2 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
    margin-top: 120px
}

.service2-page .service-2 .left {
    width: 53.646%
}

.service2-page .service-2 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.service2-page .service-2.odd .box {
    flex-direction: row-reverse
}

.service2-page .service-2 .right {
    width: 46.354%;
    color: #fff;
    padding-left:38px;
}

.service2-page .service-2 .right .ig {
    max-width: 706px;
    padding-left: 57px
}

.service2-page .service-2 .right .header .tag {
    color: #fff;
    padding-right: 138px
}

.service2-page .service-2 .right .header .tag:before {
    background: #fff;
    top: 8px
}

.service2-page .service-2 .right .header .title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 6px
}

.service2-page .service-2 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: left
}

.service2-page .service-2 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255,255,255,.2)
}

.service2-page .service-2 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.service2-page .service-2 .right .list ul li .tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 1.6
}

.service2-page .service-2 .right .list ul li .tit em {
    width: 90%
}

.service2-page .service-2 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px
}

.service2-page .service-2 .right .list ul li .tit i:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service2-page .service-2 .right .list ul li .tit i:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    left: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service2-page .service-2 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0
}

.service2-page .service-2 .right .list ul li.active .tit i:after {
    opacity: 0
}

.service2-page .service-2:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    background:#222222;
		url(../images/about2-bg.jpg) no-repeat center;
    background-size: cover
}

.service2-page .service-2.odd:after {
    right: auto;
    left: 0
}

.service2-page .service-2.odd .right .header {
    text-align: left
}

.service2-page .service-2.odd .right .header .title {
    margin-left: 0
}

@media screen and (max-width: 1440px) {
    .service2-page .service-2 .right .header .title {
        font-size:78px;
        margin-left: -90px
    }
}

@media screen and (max-width: 1280px) {
    .service2-page .service-2 {
        padding:50px 0
    }

    .service2-page .service-2 .left,.service2-page .service-2 .right {
        vertical-align: middle
    }

    .service2-page .service-2 .right {
        padding-top: 0
    }

    .service2-page .service-2 .right .ig {
        padding-left: 30px
    }

    .service2-page .service-2 .right .header .title {
        font-size: 62px;
        margin-left: 0
    }
}

@media screen and (max-width: 1100px) {
    .service2-page .service-2 .right .header .title {
        font-size:53px
    }

    .service2-page .service-2 .right .list {
        margin-top: 40px
    }
}

@media screen and (max-width: 1000px) {
    .service2-page .service-2 .left {
        display:none
    }

    .service2-page .service-2 .right {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
    .service2-page .service-2 .right .list ul li .tit {
        font-size:22px
    }
}

@media screen and (max-width: 500px) {
    .service2-page .service-2 .right {
        padding:0 15px
    }

    .service2-page .service-2 .right .ig {
        padding-left: 0
    }

    .service2-page .service-2 .right .header .title {
        font-size: 40px
    }

    .service2-page .service-2 .right .header .con {
        font-size: 16px;
        line-height: 1.8
    }

    .service2-page .service-2 .right .list ul li .tit {
        font-size: 20px;
        line-height: 1.4
    }
}

@media screen and (max-width: 1450px) {
    .service2-page .service-2 .right .header .title {
        font-size:54px;
        margin-bottom: .5em
    }

    .service2-page .service-2 .right .header .con {
        font-size: 16px
    }

    .service2-page .service-2 .right .list ul li .tit {
        font-size: 20px
    }
}

@media screen and (max-width: 1250px) {
    .service2-page .service-2 .right .header .title {
        font-size:42px
    }

    .service2-page .service-2 .right .header .con {
        font-size: 14px;
        line-height: 28px
    }

    .service2-page .service-2 .right .list ul li .tit {
        font-size: 18px
    }

    .service2-page .service-2 .right .list ul li .con {
        font-size: 16px
    }

    .service2-page .service-2 .right .list {
        margin-top: 30px
    }
}

@media screen and (max-width: 1000px) {
    .service2-page .service-2 .right .header .title {
        font-size:36px
    }

    .market-page .init-5 .container1 .content ul {
        display: none
    }

    .service2-page .service-2 .right .header .title {
        font-size: 24px
    }

    .service2-page .service-2 .left {
        display: block;
        width: 100%;
        margin: 20px 0
    }

    .service2-page .service-2:after {
        width: 100%
    }
}

.customize-page .init-1 .title {
    font-weight: 800
}

.customize-page .init-1 .title em {
    color: var(--color)
}

.customize-page .init-1 .con {
    margin-top: 20px
}

.customize-page .init-1 .des {
    padding-top: 10px
}

.customize-page .init-1 .des li {
    margin-top: 10px
}

.customize-page .init-1 .des li .sub {
    display: inline-block;
    margin-right: 10px;
    background: var(--color);
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 14px
}

.customize-page .init-2 .tips {
    font-weight: 800
}

.customize-page .init-2 .tips_title {
    margin-top: 10px
}

.customize-page .init-2 .form_cont {
    margin-top: 40px
}

.customize-page .init-2 .form_cont form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #222222;
    padding: 40px 60px 60px
}

.customize-page .init-2 .form_cont form .list {
    width: 49%;
    margin-top: 20px;
    background-color: #fff;
    position: relative
}

.customize-page .init-2 .form_cont form .list input,.customize-page .init-2 .form_cont form .list textarea {
    width: 100%;
    border: none;
    padding: 25px
}

.customize-page .init-2 .form_cont form .list.content_cont {
    width: 100%
}

.customize-page .init-2 .form_cont form .list.file_cont {
    cursor: pointer
}

.customize-page .init-2 .form_cont form .list.file_cont input {
    cursor: pointer;
    opacity: 0;
    position: relative;
    z-index: 2
}
.customize-page .init-2 .form_cont form .list.file_cont .text_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px
}
.customize-page .init-2 .form_cont form .list.file_cont.active input {
	opacity:1;
}
.customize-page .init-2 .form_cont form .list.file_cont.active .text_cont {
	opacity:0;
}
.customize-page .init-2 .form_cont form .list.file_cont .text_cont .img {
    background-image: url(/template/en/images/upload.png);
    width: 32px;
    height: 32px
}

.customize-page .init-2 .form_cont form .list.submit_btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 14px;
    cursor: pointer;
	border:none;
}

.customize-page .init-2 .form_cont form .list.submit_btn:hover {
    background: var(--color);
    color: #fff
}

@media (max-width: 1000px) {
    .customize-page .init-1 .des {
        padding-left:0
    }

    .customize-page .init-2 .form_cont form {
        padding: 20px
    }

    .customize-page .init-2 .form_cont form .list {
        width: 100%
    }
	.prodet-page .sideBarRight .prodet-1 .small {
		display:none;
	}
	.prodet-page .sideBarRight .prodet-1 .contentMore {
		padding:1.5em !important;
	}
}

.image-gallery li {
	padding:0;
}
#index-body .init-1 .list .slick-track .slick-slide{
	width:25%;
}
#index-body .init-1 .list li{
	width:25%;
	display:inline-block;
}