@font-face {
    font-family: 'ZillaSlab-Regular';
    src: url(../fonts/ZillaSlab-Regular.ttf) format('truetype'), url(../fonts/ZillaSlab-Regular.eot) format('eot'), url(../fonts/ZillaSlab-Regular.woff) format('woff'), url(../fonts/ZillaSlab-Regular.woff2) format('woff2');
}
@font-face {
    font-family: 'ZillaSlab-Medium';
    src: url(../fonts/ZillaSlab-Medium.ttf) format('truetype'), url(../fonts/ZillaSlab-Medium.eot) format('eot'), url(../fonts/ZillaSlab-Medium.woff) format('woff'), url(../fonts/ZillaSlab-Medium.woff2) format('woff2');
}
@font-face {
    font-family: 'ZillaSlab-Light';
    src: url(../fonts/ZillaSlab-Light.ttf) format('truetype'), url(../fonts/ZillaSlab-Light.eot) format('eot'), url(../fonts/ZillaSlab-Light.woff) format('woff'), url(../fonts/ZillaSlab-Light.woff2) format('woff2');
}
@font-face {
    font-family: 'ZillaSlab-Bold';
    src: url(../fonts/ZillaSlab-Bold.ttf) format('truetype'), url(../fonts/ZillaSlab-Bold.eot) format('eot'), url(../fonts/ZillaSlab-Bold.woff) format('woff'), url(../fonts/ZillaSlab-Bold.woff2) format('woff2');
}
@font-face {
    font-family: 'ZillaSlab-SemiBold';
    src: url(../fonts/ZillaSlab-SemiBold.ttf) format('truetype'), url(../fonts/ZillaSlab-SemiBold.eot) format('eot'), url(../fonts/ZillaSlab-SemiBold.woff) format('woff'), url(../fonts/ZillaSlab-SemiBold.woff2) format('woff2');
}
body {
    font-family: "ZillaSlab-Regular", Arial, "Microsoft YaHei", sans-serif;
    max-width: 1920px;
    margin: 0 auto;
}
.ui.container {
    padding: 0 15px;
    position: relative;
    width: 1540px;
}
.body-overflow-box {
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
}
.ui.container2 {
    max-width: 1860px;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    position: relative;
}
#header {
    z-index: 21;
    position: relative;
    background: #131313;
    color: white;
}
#header .nav {
    line-height: 116px;
    height: 116px;
    text-align: right;
}
#header .nav .ui .logo {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    vertical-align: middle;
    float: left;
}
#header .nav .ui .logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 44px;
}
#header .nav .ui .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 0;
}
#header .nav .ui .menu-box ul.menu > li {
    margin: 0 27px;
    font-size: 20px;
    line-height: 36px;
    color: white;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
#header .nav .ui .menu-box ul.menu > li:hover {
    color: #ea5b24;
}
#header .nav .ui .menu-box ul.menu > li > a {
    display: block;
}
#header .nav .ui .menu-box ul.menu > li ul.sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 14px;
    background: #fff;
    top: 100%;
    left: -10px;
    width: 180px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #ea5b24;
    display: none \9;
}
#header .nav .ui .menu-box ul.menu > li ul.sub-menu li {
    display: block;
    float: none;
    padding: 8px 15px;
    line-height: 24px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
#header .nav .ui .menu-box ul.menu > li ul.sub-menu li a {
    display: block;
}
#header .nav .ui .menu-box ul.menu > li ul.sub-menu li:hover {
    background: #222;
    color: white;
}
#header .nav .ui .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 .info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 120px;
    line-height: normal;
    text-align: left;
}
#header .nav .ui .info ul li {
    display: block;
    padding-left: 32px;
    font-size: 14px;
    line-height: 28px;
    color: white;
    position: relative;
    margin-bottom: 5px;
}
#header .nav .ui .info ul li:last-child {
    margin-bottom: 0;
}
#header .nav .ui .info ul li a{
    display: flex;
    align-items: center;
}
#header .nav .ui .info ul li a img{
    margin-right: 10px;
}
#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:hover {
    background-color: #ea5b24;
}
#banner:hover .slick-arrow {
    opacity: 1;
}
#banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 15px;
}
#banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 15px;
}
#banner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    background-size: 12px;
}
#banner ul.slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#banner ul.slick-dots li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 6px solid white;
    background-color: #ea5b24;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner ul.slick-dots li button {
    display: none;
}
#banner ul.slick-dots li.slick-active {
    border-color: #ea5b24;
    background-color: white;
}
#banner .slick-slide .content {
    display: none;
}
#banner .slick-active .content {
    display: block;
}
table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: auto;
}
table tbody {
    display: table;
    width: 100% !important;
}
table td,
table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
}
table tr {
    width: auto !important;
    height: auto !important;
}
table tr:nth-child(even) {
    background: #eee;
}
.wpulike.wpulike-default {
    display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}
.post-views-box {
    position: relative;
    margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    filter: none;
}
.wpulike {
    z-index: 10;
}
.wpulike.post-views-box {
    z-index: 5;
}
#banner .nivo-directionNav a {
    width: 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;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner .nivo-directionNav a {
    opacity: 0;
}
#banner:hover .nivo-directionNav a {
    opacity: 1;
}
#banner .nivo-directionNav a:hover {
    background-color: #ea5b24;
}
#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;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
    border-color: #ea5b24 !important;
}
#mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 22;
    display: none;
}
#mobile .top {
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #444;
    background: black;
    position: relative;
    z-index: 1;
}
#mobile .top .btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
    float: left;
    position: relative;
    display: block;
}
#mobile .top .btn i {
    width: 23px;
    height: 2px;
    background: white;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mobile .top .btn i.ie1 {
    top: 12px;
}
#mobile .top .btn i.ie2 {
    top: 19px;
}
#mobile .top .btn i.ie3 {
    top: 26px;
}
#mobile .top .btn.active i.ie1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotateZ(45deg);
    -o-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px;
}
#mobile .top .btn.active i.ie2 {
    opacity: 0;
}
#mobile .top .btn.active i.ie3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotateZ(-45deg);
    -o-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}
#mobile .top .logo {
    margin: 0 auto;
    display: inline-block;
    width: auto;
}
#mobile .top .logo img {
    max-height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
#mobile .top .lang {
    float: right;
    position: relative;
}
#mobile .top .lang span {
    padding-top: 5px;
    width: 50px;
    height: 40px;
    background: #ea5b24;
    color: white;
    font-size: 13px;
    display: block;
    line-height: normal;
}
#mobile .top .lang span i {
    display: block;
    font-size: 16px;
}
#mobile .top .lang ul {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    background: #fff;
    top: 100%;
    right: 0;
    width: 100px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #ea5b24;
    display: none \9;
}
#mobile .top .lang ul li {
    display: block;
    float: none;
    padding: 4px 5px;
    line-height: 20px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
#mobile .top .lang ul li img {
    max-width: 20px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
#mobile .top .lang ul li a {
    display: block;
}
#mobile .top .lang ul li:hover {
    background: #222;
    color: white;
}
#mobile .top .lang:hover ul {
    -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;
}
#mobile .bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    background: black;
    height: 400px;
    height: 100vh;
    padding-top: 60px;
    overflow: auto;
    display: none;
    color: white;
}
#mobile .bottom form {
    display: block;
    position: relative;
}
#mobile .bottom form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    border: 1px solid #eee;
    padding: 0 10px;
    font-size: 14px;
    background: black;
}
#mobile .bottom form button {
    position: absolute;
    background: none;
    border: none;
    right: 10px;
    top: 0;
    font-size: 14px;
    line-height: 36px;
}
#mobile .bottom .m-nav {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 25px 0;
}
#mobile .bottom .m-nav ul li a {
    display: block;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
    position: relative;
    border-top: 1px solid #eee;
    font-size: 16px;
}
#mobile .bottom .m-nav ul li a i {
    position: absolute;
    right: 10px;
    top: 10px;
}
#mobile .bottom .m-nav ul li ul {
    display: none;
}
#mobile .bottom .m-nav ul li li a {
    font-size: 14px;
    padding-left: 10px;
}
#mobile .bottom .m-nav ul li li a:before {
    content: '-';
    font-size: 16px;
    padding-right: 5px;
}
#mobile .bottom .m-info {
    display: block;
}
#mobile .bottom .m-info ul li {
    display: block;
    line-height: 36px;
    height: 36px;
    border: 1px solid #666;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .bottom .m-info ul li i {
    margin-right: 5px;
}
#mobile .bottom .m-info ul li:last-child {
    margin-bottom: 0;
}
#mobile .bottom .m-info ul li:hover {
    color: white;
    background: #ea5b24;
    border-color: #ea5b24;
}
@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;
}
#banner {
    position: relative;
    background: white;
    margin-bottom: 70px;
    color: white;
}
#banner .banner-list li {
    position: relative;
}
#banner .banner-list li .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#banner .banner-list li .content .left {
    max-width: 490px;
    margin-left: 40px;
    font-family: "ZillaSlab-SemiBold";
    text-transform: capitalize;
}
#banner .banner-list li .content .left h6 {
    display: block;
    font-size: 38px;
    line-height: 1;
}
#banner .banner-list li .content .left h2 {
    display: block;
    font-size: 62px;
    color: #ea5b24;
    line-height: 1;
    border-bottom: 1px solid #afafaf;
    padding: 10px 0;
}
#banner .banner-list li .content .left h2 small {
    display: block;
    font-size: 58px;
    color: white;
    margin-top: 15px;
}
#banner .banner-list li .content .left p {
    display: block;
    font-size: 25px;
    line-height: 1;
    margin: 10px 0 20px;
}
#banner .banner-list li .content .left a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    padding: 0 24px;
    border-radius: 16px;
    background: #ea5b24;
    color: white;
    font-size: 18px;
    text-transform: capitalize;
}
#banner .tag {
    position: absolute;
    left: 2%;
    bottom: 5%;
    display: inline-block;
    text-align: center;
    z-index: 1;
}
#banner .tag .share {
    display: block;
    margin-bottom: 110px;
}
#banner .tag .share ul li {
    width: 44px;
    height: 44px;
    line-height: 42px;
    border-radius: 100%;
    border: 1px solid #464646;
    font-size: 16px;
    color: #c0c0c0;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner .tag .share ul li:last-child {
    margin-bottom: 0;
}
#banner .tag .share ul li:hover {
    background: #ea5b24;
    color: white;
}
#banner .tag .tag-list ul li {
    padding-bottom: 10px;
    cursor: pointer;
    cursor: hand;
}
#banner .tag .tag-list ul li:last-child {
    padding-bottom: 0;
}
#banner .tag .tag-list ul li h6 {
    font-size: 14px;
    line-height: 28px;
    color: white;
    margin: 10px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner .tag .tag-list ul li:hover h6 {
    color: #ea5b24;
}
#banner .dots {
    position: absolute;
    bottom: -70px;
    width: 100%;
}
#banner .dots ul {
    margin: -17px;
}
#banner .dots ul li {
    padding: 17px;
    display: inline-block;
    vertical-align: middle;
}
#banner .dots ul li a {
    display: block;
    max-width: 240px;
    cursor: pointer;
    cursor: hand;
}
#banner .dots ul li a img {
    display: block;
}
#index-body {
    background: #131313;
    color: white;
}
#index-body .init-1 {
    padding: 90px 0;
    background: white;
}
#index-body .init-1 .left {
    vertical-align: middle;
    padding-right: 35px;
}
#index-body .init-1 .left .text {
    display: block;
    background: #191a1a;
    padding: 40px;
}
#index-body .init-1 .left .text h3 {
    padding-left: 46%;
    margin: 70px 0 100px;
    font-size: 70px;
    font-family: "ZillaSlab-Light";
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    z-index: 1;
}
#index-body .init-1 .left .text h3 small {
    display: block;
    font-family: "ZillaSlab-SemiBold";
    font-size: 80px;
    line-height: .9;
    color: #ea5b24;
    text-indent: -8%;
}
#index-body .init-1 .left .text h3:after {
    content: attr(data-text);
    font-size: 408px;
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.2, 0.9);
    -moz-transform: translateY(-50%) scale(1.2, 0.9);
    -ms-transform: translateY(-50%) scale(1.2, 0.9);
    -o-transform: translateY(-50%) scale(1.2, 0.9);
    transform: translateY(-50%) scale(1.2, 0.9);
    line-height: 1;
    color: #191a1a;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.44);
    z-index: -1;
    font-family: "ZillaSlab-SemiBold";
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.44);
    text-stroke: 1px rgba(255, 255, 255, 0.44);
}
#index-body .init-1 .left .text .content {
    font-size: 16px;
    line-height: 30px;
    color: white;
    font-family: "ZillaSlab-Light";
}
#index-body .init-1 .right {
    vertical-align: middle;
    padding-left: 5%;
}
#index-body .init-1 .right .list ul {
    margin: -38px -15px;
}
#index-body .init-1 .right .list ul li {
    padding: 38px 15px;
}
#index-body .init-1 .right .list ul li h4 {
    display: block;
    font-size: 110px;
    color: #ea5b24;
    font-family: "ZillaSlab-SemiBold";
    line-height: .8;
}
#index-body .init-1 .right .list ul li h4 sub {
    font-size: 40%;
    text-transform: uppercase;
    vertical-align: bottom;
}
#index-body .init-1 .right .list ul li h4 sup {
    font-size: 60%;
}
#index-body .init-1 .right .list ul li p {
    display: block;
    font-family: "ZillaSlab-SemiBold";
    font-size: 30px;
    line-height: 56px;
    color: #191a1a;
    text-transform: uppercase;
    margin-top: 25px;
}
#index-body .init-1 .right .content {
    font-size: 16px;
    color: #212121;
    font-family: "ZillaSlab-Light";
    line-height: 1.8;
    margin-top: 40px;
}
#index-body .init-2 {
    background: white;
}
#index-body .init-2 h3 {
    font-size: 214px;
    color: rgba(22, 22, 22, 0.1);
    text-transform: uppercase;
    font-family: "ZillaSlab-SemiBold";
    line-height: .7;
}
#index-body .init-2 h3 small {
    display: block;
    text-indent: 53%;
    opacity: .6;
}
#index-body .init-2 .box {
    margin-top: 120px;
    padding-bottom: 30px;
    background: #191a1a;
}
#index-body .init-2 .box ul {
    margin: -35px -40px;
}
#index-body .init-2 .box ul li {
    padding: 35px 40px;
    position: relative;
}
#index-body .init-2 .box ul li a.img-box {
    display: block;
}
#index-body .init-2 .box ul li a.img-box img {
    width: 100%;
}
#index-body .init-2 .box ul li .content {
    display: block;
    padding: 50px;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-2 .box ul li .content h4 {
    font-family: "ZillaSlab-Medium";
    font-size: 48px;
    color: #191a1a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-2 .box ul li .content em {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #212121;
    font-family: "ZillaSlab-Medium";
    line-height: 1;
    margin-top: 20px;
    text-transform: capitalize;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-2 .box ul li .content em:after {
    content: '';
    display: block;
    background: #404040;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-2 .box ul li:hover .content {
    background: #ea5b24;
}
#index-body .init-2 .box ul li:hover .content h4 {
    color: white;
}
#index-body .init-2 .box ul li:hover .content em {
    color: white;
}
#index-body .init-2 .box ul li:hover .content em:after {
    background: white;
}
#index-body .init-2 .box ul li:nth-child(even) {
    top: -115px;
}
#index-body .init-2 .box ul li:nth-child(odd) {
    top: -265px;
}
#index-body .init-2 .box2 {
    position: relative;
}
#index-body .init-2 a.more {
    font-size: 48px;
    color: #eaeaea;
    font-family: "ZillaSlab-Light";
    display: block;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 180px;
    width: 50%;
}
#index-body .init-2 a.more:after {
    content: '';
    width: 25%;
    height: 1px;
    background: #f2f2f2;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-2 a.more:hover:after {
    background: #ea5b24;
}
#index-body .init-3 {
    padding: 110px 0 130px;
    background: white;
}
#index-body .init-3 .top .left {
    width: 35%;
    vertical-align: middle;
}
#index-body .init-3 .top .left h3 {
    font-size: 48px;
    color: #191a1a;
    line-height: 1;
    font-family: "ZillaSlab-Medium";
    text-transform: capitalize;
}
#index-body .init-3 .top .right {
    width: 65%;
    text-align: right;
    vertical-align: middle;
}
#index-body .init-3 .top .right ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #212121;
    margin-left: 10px;
}
#index-body .init-3 .top .right ul li a {
    display: block;
    padding: 0 5px;
    position: relative;
}
#index-body .init-3 .top .right ul li a:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    background: #ea5b24;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
#index-body .init-3 .top .right ul li a:hover:after {
    opacity: 1;
}
#index-body .init-3 .bottom {
    padding-top: 45px;
}
#index-body .init-3 .bottom ul {
    margin: -7px;
}
#index-body .init-3 .bottom ul li {
    padding: 7px;
}
#index-body .init-3 .bottom ul li .box {
    display: block;
    padding: 12px;
    position: relative;
    z-index: 1;
}
#index-body .init-3 .bottom ul li .box:after {
    content: '';
    width: 90%;
    height: 60%;
    position: absolute;
    z-index: -1;
    border: 1px solid #e4e4e4;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-3 .bottom ul li .box a.img-box {
    display: block;
    border:1px #e4e4e4 solid;
}
#index-body .init-3 .bottom ul li .box a.img-box img {
    display: block;
    width: 100%;
}
#index-body .init-3 .bottom ul li .box a.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-link.png") center center no-repeat rgba(0, 0, 0, 0.6);
    background-size: 80px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
#index-body .init-3 .bottom ul li .box h5 {
    font-size: 20px;
    color: #212121;
    line-height: 36px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
    margin-top: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-3 .bottom ul li .box h5:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #ea5b24;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#index-body .init-3 .bottom ul li .box h5:hover {
    color: #ea5b24;
}
#index-body .init-3 .bottom ul li .box:hover:after {
    background: #ea5b24;
}
#index-body .init-3 .bottom ul li .box:hover a.img-box:after {
    opacity: 1;
}
#index-body .init-4 {
    padding-top: 75px;
    text-align: center;
}
#index-body .init-4 .ui.container {
    max-width: 1290px;
}
#index-body .init-4 h5 {
    font-size: 48px;
    color: #f8f8f8;
    line-height: 1;
    text-transform: uppercase;
    margin: 30px 0 50px;
}
#index-body .init-4 .play {
    cursor: pointer;
    cursor: hand;
}
#index-body .init-5 {
    padding: 75px 0 125px;
}
#index-body .init-5 h3 {
    font-size: 40px;
    color: white;
    text-transform: capitalize;
    text-align: center;
}
#index-body .init-5 .box {
    padding-top: 80px;
}
#index-body .init-5 .box ul {
    margin: 0 -55px;
}
#index-body .init-5 .box ul li {
    padding: 0 55px;
    text-align: center;
}
#index-body .init-5 .box ul li i {
    display: block;
}
#index-body .init-5 .box ul li h6 {
    font-size: 30px;
    color: #ea5b24;
    line-height: 56px;
    margin: 30px 0 10px;
}
#index-body .init-5 .box ul li p {
    display: block;
    font-size: 16px;
    line-height: 30px;
}
#index-body .init-6 {
    background: white;
    padding: 150px 0 120px;
}
#index-body .init-6 .ui.container {
    max-width: 1300px;
}
#index-body .init-6 ul li .left {
    padding-right: 20px;
    vertical-align: middle;
    position: relative;
}
#index-body .init-6 ul li .right {
    padding-left: 20px;
    vertical-align: middle;
    position: relative;
}
#index-body .init-6 ul li h5 {
    font-size: 160px;
    font-family: "ZillaSlab-SemiBold";
    color: white;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.44);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.44);
    text-stroke: 1px rgba(0, 0, 0, 0.44);
    line-height: .7;
    position: relative;
    top: 0;
}
#index-body .init-6 ul li h6 {
    display: block;
    font-size: 30px;
    font-family: "ZillaSlab-Medium";
    line-height: 56px;
    margin-bottom: 12px;
    color: black;
}
#index-body .init-6 ul li .text {
    display: block;
    font-size: 18px;
    color: #212121;
    line-height: 32px;
}
#index-body .init-6 ul li:nth-child(1) .left h5 {
    -webkit-transform: scale(1.2, 0.9);
    -moz-transform: scale(1.2, 0.9);
    -ms-transform: scale(1.2, 0.9);
    -o-transform: scale(1.2, 0.9);
    transform: scale(1.2, 0.9);
}
#index-body .init-6 ul li:nth-child(2){
    margin:6% 0;
}
#index-body .init-6 ul li:nth-child(even) .left {
    padding-right: 0;
    left: 50%;
}
#index-body .init-6 ul li:nth-child(even) .left h5 {

}
#index-body .init-6 ul li:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
}
#index-body .init-7 {
    padding: 80px 0 55px;
}
#index-body .init-7 h3 {
    display: block;
    font-size: 48px;
    font-family: "ZillaSlab-SemiBold";
    line-height: 1;
    text-transform: capitalize;
}
#index-body .init-7 h3 small {
    display: block;
    font-family: "ZillaSlab-Light";
}
#index-body .init-7 .box {
    margin-top: 25px;
}
#index-body .init-7 .box .left {
    width: 20%;
    vertical-align: top;
    margin-top: 30px;
}
#index-body .init-7 .box .left ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-7 .box .left ul li h4 {
    display: block;
    font-size: 88px;
    font-family: "ZillaSlab-SemiBold";
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-7 .box .left ul li p {
    display: block;
    font-size: 24px;
    line-height: 44px;
    font-family: "ZillaSlab-SemiBold";
    max-width: 170px;
    text-transform: capitalize;
}
#index-body .init-7 .box .left ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#index-body .init-7 .box .left ul li:hover {
    border-color: #ea5b24;
}
#index-body .init-7 .box .left ul li:hover h4 {
    color: #ea5b24;
}
#index-body .init-7 .box .right {
    width: 80%;
    vertical-align: middle;
    padding-left: 3%;
}
#index-body .init-8 {
    padding: 130px 0;
    background: white;
}
#index-body .init-8 .left {
    width: 33%;
}
#index-body .init-8 .left h3 {
    font-size: 48px;
    color: #212121;
    font-family: "ZillaSlab-SemiBold";
    line-height: 1;
}
#index-body .init-8 .left h3 small {
    display: block;
    font-family: "ZillaSlab-Regular";
    margin-top: 10px;
    font-size: 26px;
    line-height: 50px;
}
#index-body .init-8 .right {
    width: 67%;
}
#index-body .init-8 .right ul {
    margin: 0 -50px;
}
#index-body .init-8 .right ul li {
    padding: 0 50px;
}
#index-body .init-8 .right ul li time {
    display: block;
    font-size: 22px;
    color: #212121;
    line-height: 40px;
    text-transform: capitalize;
}
#index-body .init-8 .right ul li h5 {
    display: block;
    font-size: 24px;
    color: #212121;
    font-family: "ZillaSlab-Medium";
    line-height: 44px;
    margin: 10px 0 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-8 .right ul li h5:hover {
    color: #ea5b24;
}
#index-body .init-8 .right ul li p {
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    color: #212121;
}
#index-body .init-8 .right ul li a.more {
    margin-top: 15px;
    font-family: "ZillaSlab-Medium";
    font-size: 18px;
    line-height: 32px;
    color: #212121;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
}
#index-body .init-8 .right ul li a.more:hover {
    color: #ea5b24;
}
#footer {
    overflow: hidden;
    background: #131313;
    color: white;
}
#footer .footer-top {
    padding: 70px 0 55px;
}
#footer .footer-top .left {
    width: 45%;
}
#footer .footer-top .left .top {
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    padding-right: 55px;
}
#footer .footer-top .left .top:after {
    content: '';
    width: 200%;
    right: 0;
    bottom: 0;
    height: 200%;
    z-index: -1;
    background: #222;
    position: absolute;
}
#footer .footer-top .left .top .logo {
    display: inline-block;
}
#footer .footer-top .left .top .logo img {
    max-height: 55px;
}
#footer .footer-top .left .top .text {
    float: right;
    max-width: 170px;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    font-family: "ZillaSlab-Light";
    margin-top: 10px;
}
#footer .footer-top .left .top .form {
    margin-top: 25px;
}
#footer .footer-top .left .top .form form {
    border-left: 6px solid #ea5b24;
}
#footer .footer-top .left .top .form form input,
#footer .footer-top .left .top .form form button {
    width: 70%;
    line-height: 60px;
    height: 60px;
    padding: 0 35px;
    font-size: 18px;
    font-family: "ZillaSlab-Light";
    background: #2e2e2e;
    border: none;
}
#footer .footer-top .left .top .form form button {
    width: 30%;
    float: right;
    text-align: center;
    font-family: "ZillaSlab-SemiBold";
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    background: #101010;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-top .left .top .form form button i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    font-size: 150%;
}
#footer .footer-top .left .top .form form button:hover {
    background: #ea5b24;
}
#footer .footer-top .left .bottom {
    padding-top: 60px;
    padding-right: 50px;
}
#footer .footer-top .left .bottom h5 {
    font-size: 30px;
    font-family: "ZillaSlab-SemiBold";
}
#footer .footer-top .left .bottom .info {
    padding-top: 30px;
}
#footer .footer-top .left .bottom .info ul li {
    padding-bottom: 25px;
    font-size: 24px;
    color: white;
    padding-left: 45px;
    position: relative;
}
#footer .footer-top .left .bottom .info ul li:last-child {
    padding-bottom: 0;
}
#footer .footer-top .left .bottom .info ul li em {
    position: absolute;
    left: 0;
    top: 4px;
}
#footer .footer-top .right {
    width: 55%;
    padding-left: 5%;
    position: relative;
    z-index: 1;
}
#footer .footer-top .right:after {
    content: '';
    background: #2e2e2e;
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
#footer .footer-top .right h3 {
    display: block;
    font-size: 94px;
    font-family: "ZillaSlab-SemiBold";
    text-transform: capitalize;
    line-height: 1;
}
#footer .footer-top .right .form {
    margin-top: 40px;
    overflow: hidden;
}
#footer .footer-top .right .form ul {
    margin: -30px;
}
#footer .footer-top .right .form ul li {
    padding: 30px;
}
#footer .footer-top .right .form ul li label {
    display: block;
    font-size: 24px;
    font-family: "ZillaSlab-SemiBold";
    text-transform: capitalize;
}
#footer .footer-top .right .form ul li input,
#footer .footer-top .right .form ul li textarea,
#footer .footer-top .right .form ul li button {
    width: 100%;
    border: none;
    margin-top: 10px;
    font-size: 18px;
    color: white;
    line-height: 32px;
    border-bottom: 1px solid #4e4e4e;
    background: transparent;
    padding: 5px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-top .right .form ul li input::-webkit-input-placeholder,
#footer .footer-top .right .form ul li textarea::-webkit-input-placeholder,
#footer .footer-top .right .form ul li button::-webkit-input-placeholder {
    text-transform: capitalize;
}
#footer .footer-top .right .form ul li input:-moz-placeholder,
#footer .footer-top .right .form ul li textarea:-moz-placeholder,
#footer .footer-top .right .form ul li button:-moz-placeholder {
    text-transform: capitalize;
}
#footer .footer-top .right .form ul li input::-moz-placeholder,
#footer .footer-top .right .form ul li textarea::-moz-placeholder,
#footer .footer-top .right .form ul li button::-moz-placeholder {
    text-transform: capitalize;
}
#footer .footer-top .right .form ul li input:-ms-input-placeholder,
#footer .footer-top .right .form ul li textarea:-ms-input-placeholder,
#footer .footer-top .right .form ul li button:-ms-input-placeholder {
    text-transform: capitalize;
}
#footer .footer-top .right .form ul li input:focus,
#footer .footer-top .right .form ul li textarea:focus,
#footer .footer-top .right .form ul li button:focus {
    border-color: white;
}
#footer .footer-top .right .form ul li button {
    border: 1px solid white;
    text-transform: uppercase;
    padding: 0 50px;
    line-height: 70px;
    height: 70px;
    width: auto;
    margin-top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-top .right .form ul li button i {
    margin-left: 10px;
    font-size: 70%;
}
#footer .footer-top .right .form ul li button:hover {
    background: #ea5b24;
}
#footer .footer-top .right .form ul li .ewm {
    float: right;
    max-width: 70px;
    border: 3px solid white;
}
#footer .footer-top .right .form ul li.wid-100 {
    width: 100%;
}
#footer .footer-bottom {
    position: relative;
    z-index: 1;
    background: rgba(25, 25, 25, 0.7);
    padding: 15px 0;
    border-bottom: 4px solid #ea5b24;
}
#footer .footer-bottom .box .left {
    width: 40%;
}
#footer .footer-bottom .box .right {
    width: 60%;
    text-align: right;
}
#footer .footer-bottom .box .right p {
    margin-left: 10px;
}
#footer .footer-bottom .box .right p:first-child {
    margin-left: 0;
}
#footer .footer-bottom .box p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
    color: #848484;
}
#footer .footer-bottom .box p a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-bottom .box p a:hover {
    color: white;
}
#footer .footer-bottom .box p svg,
#footer .footer-bottom .box p img {
    max-height: 24px;
    display: inline-block;
    vertical-align: middle;
    fill: #848484;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: auto;
    height: auto;
}
#footer .footer-bottom .box p svg:hover,
#footer .footer-bottom .box p img:hover {
    fill: white;
}
#index-body {
    overflow: hidden;
}
@media screen and (max-width: 1600px) {
    .ui.container {
        width: 1370px;
    }
    #header .nav .ui .menu-box ul.menu > li {
        margin: 0 15px;
    }
    #header .nav .ui .logo img {
        max-height: 36px;
    }
    #header .nav .ui .info {
        margin-left: 60px;
    }
    #header .nav {
        height: 80px;
        line-height: 80px;
    }
    #banner .dots ul li a {
        max-width: 160px;
    }
    #banner .banner-list li .content .left h6 {
        font-size: 30px;
    }
    #banner .banner-list li .content .left h2 {
        font-size: 50px;
    }
    #banner .banner-list li .content .left h2 small {
        font-size: 90%;
    }
    #banner .banner-list li .content .left p {
        font-size: 20px;
    }
    #banner .tag .share ul li {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    #banner .tag .tag-list ul li h6 {
        font-size: 12px;
    }
    #banner .tag {
        bottom: 20%;
        left: 1%;
    }
    #banner .tag .share {
        margin-bottom: 50px;
    }
    #index-body .init-1 .left .text h3:after {
        font-size: 300px;
    }
    #index-body .init-1 .left .text h3 {
        margin: 40px 0 60px;
        font-size: 50px;
    }
    #index-body .init-1 .left .text h3 small {
        font-size: 60px;
    }
    #index-body .init-1 .right .list ul li h4 {
        font-size: 80px;
    }
    #index-body .init-1 .right .list ul li p {
        font-size: 26px;
        margin-top: 15px;
    }
    #index-body .init-2 h3 {
        font-size: 190px;
    }
    #index-body .init-2 .box ul li .content h4,
    #index-body .init-3 .top .left h3,
    #index-body .init-4 h5,
    #index-body .init-7 h3,
    #index-body .init-8 .left h3 {
        font-size: 40px;
    }
    #index-body .init-3 {
        padding: 100px 0;
    }
    #index-body .init-4 .logo img {
        max-height: 50px;
    }
    #index-body .init-5 .box ul li i img {
        max-height: 100px;
    }
    #index-body .init-5 .box ul li h6 {
        font-size: 26px;
    }
    #index-body .init-6 {
        padding: 80px 0;
    }
    #index-body .init-6 ul li h5 {
        font-size: 148px;
    }
    #index-body .init-6 ul li h6 {
        font-size: 26px;
    }
    #index-body .init-7 .box .left ul li h4 {
        font-size: 60px;
    }
    #index-body .init-7 .box .left ul li p {
        font-size: 20px;
    }
    #index-body .init-8 {
        padding: 100px 0;
    }
    #index-body .init-8 .right ul li h5 {
        font-size: 20px;
    }
    #footer .footer-top .left .top .logo img {
        max-height: 40px;
    }
    #footer .footer-top .left .top .text {
        font-size: 14px;
        margin-top: 0;
    }
    #footer .footer-top .left .top,
    #footer .footer-top .left .bottom {
        padding-right: 20px;
    }
    #footer .footer-top .left .top .form form input,
    #footer .footer-top .left .top .form form button {
        line-height: 46px;
        height: 46px;
    }
    #footer .footer-top .left .bottom .info ul li {
        font-size: 20px;
        padding-bottom: 20px;
    }
    #footer .footer-top .right h3 {
        font-size: 60px;
    }
    #footer .footer-top .right .form ul li label {
        font-size: 20px;
    }
    #footer .footer-top .right .form ul li button {
        line-height: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 1400px) {
    .ui.container {
        width: 1200px;
    }
    #header .nav .ui .info {
        display: none;
    }
    #banner .banner-list li .content .left h6 {
        font-size: 26px;
    }
    #banner .banner-list li .content .left h2 {
        font-size: 40px;
    }
    #banner .dots ul li a {
        max-width: 120px;
    }
    #banner .dots {
        bottom: -40px;
    }
    #banner {
        margin-bottom: 40px;
    }
    #index-body .init-1 {
        padding: 25px 0;
    }
    #index-body .init-1 .left .text h3:after {
        font-size: 260px;
    }
    #index-body .init-1 .left .text h3 {
        font-size: 40px;
    }
    #index-body .init-1 .left .text h3 small {
        font-size: 40px;
    }
    #index-body .init-1 .right .list ul li h4 {
        font-size: 70px;
    }
    #index-body .init-1 .right .list ul li {
        padding: 25px 15px;
    }
    #index-body .init-1 .right .list ul {
        margin: -25px -15px;
    }
    #index-body .init-2 h3 {
        font-size: 160px;
    }
    #index-body .init-2 .box ul li:nth-child(odd) {
        top: -230px;
    }
    #index-body .init-2 a.more {
        font-size: 40px;
        bottom: 160px;
    }
    #index-body .init-2 .box ul li .content h4,
    #index-body .init-3 .top .left h3,
    #index-body .init-4 h5,
    #index-body .init-7 h3,
    #index-body .init-8 .left h3,
    #index-body .init-5 h3 {
        font-size: 36px;
    }
    #index-body .init-5 {
        padding: 60px 0;
    }
    #index-body .init-5 .box ul li {
        padding: 0 20px;
    }
    #index-body .init-5 .box ul {
        margin: 0 -20px;
    }
    #index-body .init-5 .box ul li h6 {
        margin: 15px 0 10px;
    }
    #index-body .init-7 .box .left ul li h4 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    #index-body .init-7 .box .left ul li p {
        font-size: 16px;
    }
    #footer .footer-top .right {
        padding-left: 2%;
    }
    #footer .footer-top .right h3 {
        font-size: 44px;
    }
}
@media screen and (max-width: 1250px) {
    .ui.container {
        width: 970px;
    }
    #header .nav .ui .logo img {
        max-height: 32px;
    }
    #header .nav .ui .menu-box ul.menu > li {
        font-size: 18px;
        margin: 0 10px;
    }
    #banner .tag .share {
        display: none;
    }
    #banner .dots ul li a {
        max-width: 70px;
    }
    #banner .banner-list li .content .left a.more {
        line-height: 28px;
        height: 28px;
        padding: 0 15px;
    }
    #banner .dots ul li {
        padding: 7px;
    }
    #banner .dots ul {
        margin: -7px;
    }
    #index-body .init-1 .left .text {
        padding: 20px;
    }
    #index-body .init-1 .left {
        padding-right: 15px;
    }
    #index-body .init-1 .right {
        padding-left: 15px;
    }
    #index-body .init-1 .right .list ul li p {
        font-size: 20px;
        margin-top: 5px;
    }
    #index-body .init-1 .right .list ul li h4 {
        font-size: 50px;
    }
    #index-body .init-2 h3 {
        font-size: 120px;
    }
    #index-body .init-2 .box ul li:nth-child(odd) {
        top: -200px;
    }
    #index-body .init-2 .box ul li .content {
        padding: 30px 20px;
    }
    #index-body .init-2 .box ul li .content h4,
    #index-body .init-3 .top .left h3,
    #index-body .init-4 h5,
    #index-body .init-7 h3,
    #index-body .init-8 .left h3,
    #index-body .init-5 h3 {
        font-size: 30px;
    }
    #index-body .init-2 a.more {
        font-size: 30px;
    }
    #index-body .init-3 {
        padding: 25px 0;
    }
    #index-body .init-5 .box ul li {
        padding: 0 10px;
    }
    #index-body .init-5 .box ul {
        margin: 0 -10px;
    }
    #index-body .init-3 .bottom {
        padding-top: 30px;
    }
    #index-body .init-3 .bottom ul li .box h5 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }
    #index-body .init-4 .logo img {
        max-height: 40px;
    }
    #index-body .init-6 ul li h5 {
        font-size: 120px;
    }
    #index-body .init-6 ul li h6 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    #index-body .init-6 ul li .text {
        font-size: 16px;
    }
    #index-body .init-6 ul li {
        margin-bottom: 30px;
    }
    #index-body .init-6 ul li:last-child {
        margin-bottom: 0;
    }
    #index-body .init-7 .box .left ul li h4 {
        font-size: 40px;
    }
    #index-body .init-8 {
        padding: 30px 0;
    }
    #index-body .init-8 .right ul li {
        padding: 0 15px;
    }
    #index-body .init-8 .right ul {
        margin: 0 -15px;
    }
    #index-body .init-8 .right ul li h5 {
        font-size: 18px;
        line-height: 32px;
    }
    #index-body .init-8 .right ul li p {
        font-size: 14px;
        line-height: 28px;
    }
    #index-body .init-8 .right ul li time {
        font-size: 16px;
        line-height: 30px;
    }
    #footer .footer-top .left .top .logo img {
        max-height: 30px;
    }
    #footer .footer-top .left .top .form form button i {
        margin-right: 10px;
    }
    #footer .footer-top .left .top .form form button {
        font-size: 16px;
    }
    #footer .footer-top .left .top .form form input {
        padding: 0 15px;
    }
    #footer .footer-top .left .bottom .info ul li {
        font-size: 16px;
        line-height: 30px;
    }
    #footer .footer-top .left .bottom .info ul li em {
        max-width: 20px;
    }
    #footer .footer-top .right .form ul li {
        padding: 15px;
    }
    #footer .footer-top .right .form ul {
        margin: -15px;
    }
    #footer .footer-top .right .form ul li label {
        font-size: 17px;
    }
}
@media screen and (max-width: 1000px) {
    .ui.container {
        width: 700px;
    }
    #header {
        display: none;
    }
    #mobile {
        display: block;
    }
    #banner .banner-list li .content .left h6 {
        font-size: 20px;
    }
    #banner .banner-list li .content .left h2 {
        font-size: 32px;
    }
    #banner .banner-list li .content .left h2 small {
        margin-top: 5px;
    }
    #banner .dots,
    #banner .tag {
        display: none;
    }
    #banner {
        margin-bottom: 0;
    }
    #banner .banner-list li .content .left {
        margin-left: 0;
    }
    #index-body .init-1 .right .list ul li p {
        font-size: 18px;
    }
    #index-body .init-1 .left .text h3 {
        margin: 10px 0 30px;
    }
    #index-body .init-2 h3 {
        font-size: 100px;
    }
    #index-body .init-2 .box ul li {
        padding: 15px;
    }
    #index-body .init-2 .box ul {
        margin: -15px;
    }
    #index-body .init-2 .box ul li:nth-child(odd) {
        top: -120px;
    }
    #index-body .init-2 .box ul li:nth-child(even) {
        top: -50px;
    }
    #index-body .init-2 .box ul li .content h4,
    #index-body .init-3 .top .left h3,
    #index-body .init-4 h5,
    #index-body .init-7 h3,
    #index-body .init-8 .left h3,
    #index-body .init-5 h3 {
        font-size: 26px;
    }
    #index-body .init-2 .box ul li .content em {
        margin-top: 10px;
    }
    #index-body .init-2 .box ul li .content {
        padding: 20px 10px;
    }
    #index-body .init-2 a.more {
        font-size: 24px;
        bottom: 70px;
    }
    #index-body .init-2 .box {
        margin-top: 50px;
    }
    #index-body .init-5 .box {
        padding-top: 40px;
    }
    #index-body .init-5 .box ul li {
        width: 50%;
        padding: 15px;
    }
    #index-body .init-5 .box ul {
        margin: -15px;
    }
    #index-body .init-6 ul li h5 {
        font-size: 80px;
    }
    #index-body .init-6 ul li .left {
        width: 100%;
        padding: 0 !important;
        left: 0 !important;
    }
    #index-body .init-6 ul li .right {
        width: 100%;
        padding: 0;
        left: 0 !important;
    }
    #index-body .init-6 ul li h5 {
        text-align: left !important;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        transform: scale(1) !important;
        top: -20px !important;
        line-height: 1 !important;
    }
    #index-body .init-6 ul li .left img {
        width: 100%;
    }
    #index-body .init-6 ul li:last-child .right {
        margin-top: 20px;
    }
    #index-body .init-6 {
        padding: 50px 0;
    }
    #index-body .init-7 .box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    #index-body .init-7 .box .left {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }
    #index-body .init-7 .box .left ul li {
        width: auto;
        display: inline-block;
        padding-bottom: 0;
        border-bottom: none;
        margin-right: 20px;
    }
    #index-body .init-7 .box .left ul li:last-child {
        margin-right: 0;
    }
    #index-body .init-7 .box .left ul li p {
        white-space: nowrap;
        max-width: none;
    }
    #index-body .init-7 h3 {
        text-align: center;
    }
    #index-body .init-7 .box .left ul li h4 {
        font-size: 30px;
    }
    #index-body .init-8 .right {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
    #index-body .init-8 .left {
        width: 100%;
    }
    #index-body .init-8 .right ul li h5 {
        margin: 5px 0;
    }
    #footer .footer-top .left .top {
        display: none;
    }
    #footer .footer-top .left .bottom {
        padding-top: 0;
    }
    #footer .footer-top .left {
        width: 100%;
    }
    #footer .footer-top .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    #footer .footer-top .right:after {
        display: none;
    }
    #footer .footer-top {
        padding: 20px 0;
    }
    #footer .footer-top .left .bottom h5 {
        font-size: 26px;
    }
    #footer .footer-top .left .bottom .info {
        padding-top: 20px;
    }
    #footer .footer-top .right h3 {
        font-size: 34px;
    }
    #footer .footer-top .right .form {
        margin-top: 0px;
    }
    #footer .footer-top .right .form ul li .ewm {
        display: none;
    }
    #footer .footer-bottom .box .left {
        width: 100%;
        text-align: center;
    }
    #footer .footer-bottom .box .right {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 700px) {
    .ui.container {
        width: 100%;
    }
    #banner .banner-list li .content .left h6,
    #banner .banner-list li .content .left p,
    #banner .banner-list li .content .left a.more {
        display: none;
    }
    #banner .banner-list li .content .left h2 {
        padding-top: 0;
        text-align: center;
    }
    #banner .banner-list li .content .left {
        max-width: none;
        width: 100%;
    }
    #index-body .init-1 .left {
        width: 100%;
    }
    #index-body .init-1 .right {
        display: none;
    }
    #index-body .init-1 .left .text h3:after {
        font-size: 200px;
    }
    #index-body .init-1 .left .text h3 {
        font-size: 32px;
    }
    #index-body .init-1 .left .text h3 small {
        font-size: 30px;
        text-indent: -5%;
    }
    #index-body .init-2 h3 {
        font-size: 70px;
    }
    #index-body .init-2 .box ul li .content {
        padding: 10px 5px;
    }
    #index-body .init-2 .box ul li .content h4,
    #index-body .init-3 .top .left h3,
    #index-body .init-4 h5,
    #index-body .init-7 h3,
    #index-body .init-8 .left h3,
    #index-body .init-5 h3 {
        font-size: 22px;
        line-height: 40px;
    }
    #index-body .init-2 .box ul li {
        top: 0 !important;
    }
    #index-body .init-2 .box {
        padding: 50px 0;
        margin-top: 20px;
    }
    #index-body .init-2 a.more {
        position: static;
        margin-top: 20px;
    }
    #index-body .init-2 h3 small {
        text-indent: 0;
        font-size: 90%;
        margin-top: 5px;
    }
    #index-body .init-2 h3 {
        text-align: center;
    }
    #index-body .init-3 .top .right {
        display: none;
    }
    #index-body .init-3 .top .left {
        width: 100%;
    }
    #index-body .init-4 {
        padding-top: 50px;
    }
    #index-body .init-4 .logo img {
        max-height: 34px;
    }
    #index-body .init-4 h5 {
        margin: 15px 0 25px;
    }
    #index-body .init-5 {
        padding: 30px 0;
    }
    #index-body .init-5 .box ul li i img {
        max-height: 70px;
    }
    #index-body .init-5 .box ul li h6 {
        font-size: 20px;
    }
    #index-body .init-5 .box ul li p {
        font-size: 14px;
    }
    #index-body .init-6 ul li h5 {
        font-size: 60px;
        line-height: .6 !important;
    }
    #index-body .init-7,
    #index-body .init-6,
    #index-body .init-5 {
        display: none;
    }
    #index-body .init-4 {
        padding: 50px 0;
    }
    #footer .footer-top .right .form ul li button {
        line-height: 40px;
        height: 40px;
    }
    #footer .footer-top .right h3 {
        font-size: 28px;
        line-height: 52px;
    }
    #banner .banner-list li .content .left h2 {
        padding-bottom: 0;
        border-bottom: none;
    }
    #banner .banner-list li .content .left h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 500px) {
    #index-body .init-2 {
        /*display: none;*/
    }
    #index-body .init-3 {
        background: #fbfbfb;
    }
    #footer .footer-top .right .form ul li input,
    #footer .footer-top .right .form ul li textarea,
    #footer .footer-top .right .form ul li button {
        font-size: 15px;
    }
    #footer .footer-bottom .box p {
        font-size: 14px;
        line-height: 28px;
    }
    #footer .footer-bottom .box p svg,
    #footer .footer-bottom .box p img {
        max-height: 21px;
    }
}
.slick-track {
    margin-left: 0;
}
.inner-crumbs {
    padding: 40px 0;
    border-top: 2px solid #e9e9e9;
    color: transparent;
}
.inner-crumbs .ui{
    display: flex;
    align-items: center;
}
.inner-crumbs a:first-child {
    margin-left: 0;
}
.inner-crumbs a:first-child img{
    margin-right: 10px;
}
.inner-crumbs a,
.inner-crumbs span {
    font-size: 16px;
    color: #3f5863;
    margin-right: 10px;
}
.inner-crumbs a {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.inner-crumbs a:after {
    content: '';
    width: 7px;
    height: 12px;
    display: block;
    background: url("../images/icon-arrow.jpg") center center no-repeat;
    margin-left: 10px;
}
.inner-crumbs a:first-child:after{
    margin-left: 0;
}
.inner-crumbs a.span:after{
    display: none;
}
.inner-page .m-page {
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    border-bottom: 2px solid transparent;
}
.inner-page .m-page a:hover {
    border-color: #ea5b24;
    font-weight: 500;
}
.public {
    text-align: center;
    line-height: 160px;
    height: 160px;
    background: url("../images/init-6-bg.jpg") center center;
    background-attachment: fixed;
}
.public .box {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: normal;
}
.public .box p {
    font-size: 18px;
    color: white;
}
.public .box a.more {
    display: inline-block;
    vertical-align: middle;
    margin: 15px auto 0;
    line-height: 30px;
    height: 30px;
    background: white;
    padding: 0 20px 0 10px;
    color: #111;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.public .box a.more i {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    position: relative;
    top: 3px;
}
.public .box a.more:hover {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.about-page .about-1 h4 {
    font-size: 36px;
    color: #303036;
}
.about-page .about-1 h2 {
    font-size: 18px;
    color: #303036;
    margin: 14px 0 44px;
}
.about-page .about-1 .content {
    font-size: 16px;
    color: #303036;
    line-height: 32px;
}
.about-page .about-2 {
    margin-bottom: 70px;
    display: block;
}
.about-page .about-2 img {
    width: 100%;
}
.about-page .about-3 {
    padding: 40px 4%;
}
.about-page .about-3 .img {
    vertical-align: middle;
}
.about-page .about-4 {

}
.about-page .about-4 .img {
    vertical-align: middle;
    position: relative;
}
.about-page .about-4 .img img {
    width: 100%;
}
.about-page .about-4 .text {
    vertical-align: middle;
    padding: 0 50px;
    position: relative;
    text-align: left;
}
.about-page .about-4 .text .box {
    max-width: 550px;
    display: block;
    text-align: left;
}
.about-page .about-4 .text .box h3 {
    font-size: 36px;
    color: black;
    font-weight: 500;
}
.about-page .about-4 .text .box h3:after {
    content: '';
    width: 90px;
    height: 3px;
    display: block;
    background: #ea5b24;
    margin-top: 20px;
}
.about-page .about-4 .text .box .content {
    display: block;
    font-size: 16px;
    color: black;
    line-height: 26px;
    opacity: .72;
    margin-top: 20px;
}
.about-page .about-4 .text .box .content em {
    display: block;
    color: black;
    font-size: 150%;
    margin: 10px 0;
    font-weight: 500;
}
.about-page .about-4 li:nth-child(even) .img {
    left: 50%;
}
.about-page .about-4 li:nth-child(even) .text {
    left: -50%;
    text-align: right;
}
.about-page .about-4 li:nth-child(even) .text .box {
    margin: 0 0 0 auto;
}
.about-page .about-5 {
    padding: 70px 0;
    background: url("../images/about-5-bg.jpg");
    color: white;
    text-align: center;
}
.about-page .about-5 h3 {
    font-size: 35px;
}
.about-page .about-5 .list {
    max-width: 1200px;
    display: block;
    margin: 30px auto 0;
    position: relative;
}
.about-page .about-5 .list:after,
.about-page .about-5 .list:before {
    content: '';
    width: 21px;
    height: 9px;
    display: block;
    background: url("../images/icon-top.png") center center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}
.about-page .about-5 .list:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0;
    top: auto;
    margin-left: -9px;
}
.about-page .about-5 .list ul {
    padding: 20px 0;
}
.about-page .about-5 .list ul:after {
    content: '';
    height: 100%;
    width: 2px;
    background: white;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: .3;
}
.about-page .about-5 .list ul li {
    padding: 20px 70px 20px 0;
    display: block;
    width: 50%;
    text-align: right;
    position: relative;
}
.about-page .about-5 .list ul li:after {
    content: '';
    width: 60px;
    height: 2px;
    background: white;
    position: absolute;
    right: 0;
    top: 35px;
}
.about-page .about-5 .list ul li:before {
    content: '';
    border: 7px solid white;
    border-radius: 100%;
    position: absolute;
    right: -8px;
    top: 29px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-5 .list ul li h4 {
    font-size: 24px;
}
.about-page .about-5 .list ul li p {
    font-size: 18px;
    margin-top: 5px;
}
.about-page .about-5 .list ul li:nth-child(even) {
    left: 50%;
    text-align: left;
    padding-left: 70px;
    padding-right: 0;
}
.about-page .about-5 .list ul li:nth-child(even):after {
    left: 0;
}
.about-page .about-5 .list ul li:nth-child(even):before {
    left: -8px;
    right: auto;
}
.about-page .about-6 {
    padding: 100px 0 140px;
}
.about-page .about-6 h2 {
    font-size: 50px;
    color: black;
    margin-bottom: 40px;
}
.about-page .about-6 .top {
    display: block;
}
.about-page .about-6 .top ul {
    margin: -15px;
}
.about-page .about-6 .top ul li {
    padding: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-6 .top ul li i {
    display: block;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}
.about-page .about-6 .top ul li i img {
    max-height: 50px;
}
.about-page .about-6 .top ul li i:after {
    content: '';
    width: 68px;
    height: 68px;
    border-radius: 100%;
    display: block;
    background: #ea5b24;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.about-page .about-6 .top ul li p {
    padding-top: 60px;
    font-size: 16px;
    color: black;
    opacity: .8;
    line-height: 26px;
}
.about-page .about-6 .top ul li:hover {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
}
.about-page .about-6 .bottom {
    padding-top: 120px;
}
.about-page .about-6 .bottom ul {
    margin: -6px;
}
.about-page .about-6 .bottom ul li {
    padding: 6px;
}
.about-page .about-6 .bottom ul li .box {
    display: block;
    height: 360px;
    line-height: 360px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.about-page .about-6 .bottom ul li .box:after {
    content: '';
    background: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.about-page .about-6 .bottom ul li .box .content {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: white;
    max-width: 340px;
    margin: 0 auto;
    padding: 0 15px;
}
.about-page .about-6 .bottom ul li .box .content h4 {
    font-size: 24px;
    font-weight: 500;
}
.about-page .about-6 .bottom ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #fefffe;
    line-height: 25px;
    margin: 10px 0;
    opacity: .54;
}
.about-page .about-6 .bottom ul li .box .content i {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-6 .bottom ul li .box:hover:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about-page .about-7 {
    padding: 70px 0 100px;
    background: #ffffff;
    text-align: center;
}
.about-page .about-7 h2 {
    font-size: 48px;
    color: #252525;
}
.about-page .about-7 p {
    font-size: 16px;
    color: #636363;
    line-height: 28px;
    max-width: 850px;
    margin: 20px auto 60px;
}
/*新的*/
.about2-page {
    overflow: hidden;    
}
.about2-page .text {
    font-size: 16px;
    color: #212121;
    line-height: 30px;
}
.about2-page .about-1 {
    padding: 50px 0 50px;
}
.about2-page .about-1 .top {
    padding-bottom: 60px;
    margin-bottom: 80px;
    border-bottom: 1px solid #626363;
}
.about2-page .about-1 .top .left{
    vertical-align: middle;
    padding-right: 7%;
}
.about2-page .about-1 .top .left h3 {
    font-size: 60px;
    color: #040404;
    font-family: 'ZillaSlab-Light';
    line-height: 110px;
    text-transform: uppercase;
}
.about2-page .about-1 .top .left h3 em {
    font-family: 'ZillaSlab-SemiBold';
    color: #ea5b24;
}
.about2-page .about-1 .top .left h6 {
    font-size: 28px;
    color: #121212;
    line-height: 1;
    font-family: 'ZillaSlab-SemiBold';
    text-transform: uppercase;
    margin: 20px 0 10px;
}
.about2-page .about-1 .top .left h4 {
    font-size: 57px;
    color: #121212;
    line-height: 1;
    font-family: 'ZillaSlab-SemiBold';
}
.about2-page .about-1 .top .left h4:first-letter {
    text-transform: capitalize;
}
.about2-page .about-1 .top .left .text {
    margin-top: 35px;
}
.about2-page .about-1 .top .right {
    text-align: right;
    padding-left: 7%;
}
.about2-page .about-1 .top .right ul {
    text-align: left;
    margin: -20px;
}
.about2-page .about-1 .top .right ul li {
    padding: 20px;
}
.about2-page .about-1 .top .right ul li h4 {
    font-size: 80px;
    color: #ea5b24;
    line-height: 1;
    font-family: 'ZillaSlab-SemiBold';
}
.about2-page .about-1 .top .right ul li h4 sup {
    font-size: 40%;
    text-transform: uppercase;
}
.about2-page .about-1 .top .right ul li p {
    font-size: 22px;
    color: #191a1a;
    line-height: 1;
    font-family: 'ZillaSlab-SemiBold';
    text-transform: uppercase;
    margin-top: 10px;
}
.about2-page .about-1 .top.two {
    text-align: center;
    margin-top: 40px;
}
.about2-page .about-1 .top.two .left {
    padding-right: 0;
    text-align: left;
}
.about2-page .about-1 .top.two h6 {
    text-transform: none;
}
.about2-page .about-1 .top.two h3 {
    color: black;
    text-transform: none;
}
.about2-page .about-1 .top.two h3 em {
    color: #ea5b24;
    font-family: 'ZillaSlab-SemiBold';
}
.about2-page .about-1 .top.two h3 sup {
    font-size: 50%;
}
.about2-page.history-page .about-1 .top.two {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.about2-page.history-page .about-1 .top.two h6 {
    text-align: center;
}
.about2-page.history-page .about-1 .top.two h3 {
    text-align: center;
    color: #ea5b24;
}
.about2-page.history-page .about-1 .top.two h3 em {
    font-family: inherit;
    color: black;
}
.about2-page .about-1 .bottom {
    display: inline-block;
    width: 100%;
}
.about2-page .about-1 .bottom .text>* {
    padding-top: 35px;
}
.about2-page .about-1 .bottom .text>*:first-child {
    padding-top: 0;
}
.about2-page .about-1 .bottom .text img {
    float: right;
    width: 50%;
    padding-left: 6%;
}
.about2-page .about-2 {
    padding-bottom: 80px;
}
.about2-page .about-2 .box {
    background: #242525;
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}
.about2-page .about-2 .box:after {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: -1;
    background: inherit;
}
.about2-page .about-2 .box .left {
    width: 45%;
    vertical-align: middle;
    padding-right: 4%;
}
.about2-page .about-2 .box .left img {
    margin: -35px 0;
}
.about2-page .about-2 .box .right {
    width: 55%;
    padding-left: 3%;
    vertical-align: middle;
}
.about2-page .about-2 .box .right .text {
    color: #eeeeee;
    font-family: 'ZillaSlab-Light';
}
.about2-page .about-2 .text2 {
    font-size: 24px;
    color: #121212;
    line-height: 44px;
    font-family: 'ZillaSlab-SemiBold';
    margin-top: 40px;
}
.about2-page .about-3 {
    padding: 75px 0;
    text-align: center;
    background: #f8f8f8;
}
.about2-page .about-3 h3 {
    font-size: 40px;
    color: #212121;
    line-height: 76px;
}
.about2-page .about-3 .list {
    margin-top: 70px;
}
.about2-page .about-3 .list ul {
    margin: -50px;
}
.about2-page .about-3 .list ul li {
    padding: 50px;
}
.about2-page .about-3 .list ul li i {
    display: block;
}
.about2-page .about-3 .list ul li h5 {
    font-size: 30px;
    color: #141414;
    line-height: 56px;
    margin: 30px 0 20px;
}
.about2-page .about-3 .list ul li p {
    font-size: 16px;
    color: #212121;
    line-height: 30px;
}
.about2-page .about-4 {
    padding-top: 70px;
}
.about2-page .about-4 .box {
    height: 660px;
    position: relative;
    top: 70px;
}
.about2-page .about-4 .box img,
.about2-page .about-4 .box iframe {
    height: 100%;
    width: 100%;
}
.about2-page .about-5 {
    padding: 125px 0 80px;
    background: #191b1b;
    text-align: center;
}
.about2-page .about-5 h2 {
    font-size: 40px;
    color: #eeeeee;
    line-height: 76px;
}
.about2-page .about-5 .text {
    font-size: 16px;
    color: #eeeeee;
    line-height: 30px;
    margin: 10px auto 0;
    max-width: 1250px;
}
.about2-page .about-5 img {
    margin: 40px auto 0;
}
.about2-page .about-6 {
    padding: 110px 0 140px;
}
.about2-page .about-6 .img {
    width: 35%;
    vertical-align: middle;
}
.about2-page .about-6 .img a {
    display: block;
}
.about2-page .about-6 .content {
    vertical-align: middle;
    width: 65%;
    padding-left: 3%;
}
.about2-page .about-6 .content h3 {
    font-size: 40px;
    color: #212121;
    line-height: 76px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
}
.about2-page .about-6 .content h3:after {
    content: '';
    width: 15%;
    height: 1px;
    background: #ea5b24;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.about2-page .about-6 .content .text p {
    padding-top: 20px;
}
.culture-page .stroke {
    position: relative;
    z-index: 1;
}
.culture-page .stroke:after {
    content: attr(data-text);
    text-stroke: 1px rgb(160 160 160 / .55);
    -webkit-text-stroke: 1px rgb(160 160 160 / .55);
    text-transform: capitalize;
    position: absolute;
    color: transparent;
    font-size: 135px;
    line-height: 1;
    font-family: 'ZillaSlab-SemiBold';
    z-index: -1;
}
.culture-page .culture-1 {
    padding: 110px 0 60px;
}
.culture-page .culture-1 h2 {
    display: inline-block;
    width: 70%;
    font-size: 60px;
    color: #040404;
    line-height: 1;
    font-family: 'ZillaSlab-Light';
}
.culture-page .culture-1 h2 em {
    color: #ea5b24;
    font-family: 'ZillaSlab-SemiBold';
    text-transform: uppercase;
}
.culture-page .culture-1 h2 small {
    display: block;
    font-size: 28px;
    color: #121212;
    font-family: 'ZillaSlab-SemiBold';
    line-height: 56px;
    padding: 10px 0;
    border-bottom: 1px solid #868686;
}
.culture-page .culture-1 h3.stroke {
    float: right;
    font-size: 48px;
    color: #212121;
    font-family: 'ZillaSlab-SemiBold';
    max-width: 30%;
    text-align: right;
    margin-top: 70px;
    line-height: 90px;
}
.culture-page .culture-1 h3.stroke:after {
    position: absolute;
    bottom: 50%;
    right: 0;
}
.culture-page .culture-1 .box {
    margin-top: 100px;
    height: 560px;
}
.culture-page .culture-1 .box .left {
    height: 100%;
    width: 55%;
    background-size: cover;
}
.culture-page .culture-1 .box .right {
    width: 45%;
    height: 100%;
}
.culture-page .culture-1 .box .right .top {
    height: 40%;
    background: #2d2d2d;
    color: white;
    padding: 9% 5%;
}
.culture-page .culture-1 .box .right .top .content {
    padding-right: 240px;
    position: relative;
}
.culture-page .culture-1 .box .right .top h4 {
    font-size: 54px;
    text-transform: uppercase;
    line-height: 1;
    overflow: hidden;
    font-family: 'ZillaSlab-Light';
}
.culture-page .culture-1 .box .right .top h4 small {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-top: 10px;
    white-space: nowrap;
}
.culture-page .culture-1 .box .right .top h4 small:after {
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    display: inline-block;
    margin-left: 10px;
}
.culture-page .culture-1 .box .right .top .content h3 {
    font-size: 112px;
    text-transform: uppercase;
    font-family: 'ZillaSlab-SemiBold';
    position: absolute;
    color: white;
    right: 0;
    top: 0;
    margin-top: 0;
    line-height: .8;
}
.culture-page .culture-1 .box .right .bottom {
    height: 60%;
    background: #cd0010;
    padding: 5%;
    color: white;
}
.culture-page .culture-1 .box .right .bottom h4 {
    font-size: 38px;
    line-height: 70px;
}
.culture-page .culture-1 .box .right .bottom .text {
    font-size: 16px;
    color: #fefefe;
    line-height: 30px;
    margin-top: 25px;
}
.culture-page .culture-1 .box .right .bottom .text p {
    padding-top: 10px;
}
.culture-page .culture-1 .box .right .bottom .text p:first-child {
    padding-top: 0;
}
.culture-page .culture-2 {
    position: relative;
    padding-bottom: 20px;
}
.culture-page .culture-2:after {
    content: '';
    width: 100%;
    height: 55%;
    background: #f7f7f7;
    z-index: -1;
    position: absolute;
    bottom: 0;
}
.culture-page .culture-2 h2 {
    font-size: 48px;
    color: #212121;
    line-height: 90px;
    overflow: hidden;
    padding-top: 100px;
    text-transform: capitalize;
}
.culture-page .culture-2 h2:after {
    left: 0;
    bottom: 6%;
    background: white;
    padding-right: 20px;
}
.culture-page .culture-2 h2:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #cd0010;
    position: absolute;
    bottom: 22%;
    left: 0;
    z-index: -2;
}
.culture-page .culture-2 .list {
    margin-top: 75px;
    padding: 0 5%;
}
.culture-page .culture-2 .list ul li {
    padding: 0 50px;
    text-align: center;
}
.culture-page .culture-2 .list ul li i {
    display: block;
    margin-bottom: -100px;
}
.culture-page .culture-2 .list ul li h3 {
    font-size: 240px;
    color: #ea5b24;
    font-family: 'ZillaSlab-SemiBold';
    text-transform: uppercase;
    line-height: .6;
}
.culture-page .culture-2 .list ul li h3 small {
    display: block;
    font-size: 110px;
    color: #bdbdbd;
    line-height: .5;
    margin-top: 20px;
}
.culture-page .culture-2 .list ul li h4 {
    font-size: 32px;
    color: #040404;
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'ZillaSlab-SemiBold';
}
.culture-page .culture-2 .list ul li p {
    font-size: 16px;
    color: #383838;
    line-height: 30px;
}
.culture-page .culture-3 {
    padding-top: 25px;
}
.culture-page .culture-3:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ea5b24;
    margin: 0 auto 55px;
}
.culture-page .culture-3 .box {
    position: relative;
}
.culture-page .culture-3 .box:after {
    content: '';
    background: #ea5b24;
    width: 2px;
    height: 70%;
    left: 47%;
    bottom: 0;
    position: absolute;
}
.culture-page .culture-3 .left {
    vertical-align: middle;
}
.culture-page .culture-3 .left h2,
.culture-page .culture-4 .left h2 {
    font-size: 65px;
    color: #ea5b24;
    line-height: 1;
    font-family: 'ZillaSlab-SemiBold';
    margin-left: 30px;
}
.culture-page .culture-3 .left h4,
.culture-page .culture-4 .left h4 {
    font-size: 50px;
    line-height: 1;
    font-family: 'ZillaSlab-SemiBold';
    color: #212121;
    margin: 10px 0;
    margin-left: 30px;
    max-width: 500px;
}
.culture-page .culture-3 .left .content {
    padding: 25px 30px 40px;
    margin-right: -10%;
    width: 110%;
    background: #f7f7f7;
    font-size: 18px;
    color: #212121;
    line-height: 32px;
    z-index: 1;
    position: relative;
}
.culture-page .culture-3 .right {
    vertical-align: middle;
}
.culture-page .culture-3 .right a {
    display: block;
}
.culture-page .culture-4 {
    padding-top: 110px;
}
.culture-page .culture-4 .left {
    width: 55%;
    padding-right: 5%;
}
.culture-page .culture-4 .left:after {
    content: '';
    width: 50%;
    height: 2px;
    display: block;
    background: #ea5b24;
    margin-top: 30px;
}
.culture-page .culture-4 .left h2 {
    margin-left: 0;
}
.culture-page .culture-4 .left h4 {
    max-width: none;
    margin-left: 0;
}
.culture-page .culture-4 .right {
    width: 45%;
}
.culture-page .culture-4 .right .content {
    font-size: 18px;
    color: #212121;
    line-height: 1.8;
}
.culture-page .culture-4 .top {
    padding: 0 20px;
}
.culture-page .culture-4 .bottom {
    margin-top: 70px;
    text-align: center;
}
.culture-page .culture-5 {
    padding: 90px 0;
    text-align: center;
}
.culture-page .culture-5 h2 {
    display: block;
    line-height: 1;
    font-size: 65px;
    color: #141414;
    font-family: 'ZillaSlab-SemiBold';
}
.culture-page .culture-5 .nav-list {
    margin: 50px 0 60px;
}
.culture-page .culture-5 .nav-list ul {
    margin: -7px;
}
.culture-page .culture-5 .nav-list ul li {
    padding: 7px;
}
.culture-page .culture-5 .nav-list ul li a {
    display: block;
    padding: 50px 15px 40px;
    text-align: center;
    font-size: 54px;
    color: white;
    font-family: 'ZillaSlab-SemiBold';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #333333;
  line-height: 1;
  text-transform: capitalize;
}
.culture-page .culture-5 .nav-list ul li a:after {
    content: '';
    display: block;
    height: 2px;
    width: 30%;
    background: #ea5b24;
    margin: 15px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.culture-page .culture-5 .nav-list ul li a:hover,
.culture-page .culture-5 .nav-list ul li.active a {
    background: #ea5b24;
}
.culture-page .culture-5 .nav-list ul li a:hover:after,
.culture-page .culture-5 .nav-list ul li.active a:after {
    background: white;
}
.culture-page .culture-5 .slideBox {
    font-size: 18px;
    color: #212121;
    line-height: 1.8;
    text-align: center;
}
.culture-page .culture-6 {
    padding: 150px 0 130px;
    background: #f7f7f7;
    text-align: center;
}
.culture-page .culture-6 h2 {
    font-size: 65px;
    color: #ea5b24;
    font-family: 'ZillaSlab-SemiBold';
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 15px;
}
.culture-page .culture-6 h2:before {
    content: '';
    width: 130px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: 0;
    background: #ea5b24;
}
.culture-page .culture-6 h2:after {
    left: 50%;
    bottom: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.culture-page .culture-6 h3 {
    display: block;
    margin: 40px 0 50px;
    text-align: center;
    font-size: 50px;
    color: #292828;
    line-height: 1;
    font-family: 'ZillaSlab-Light';
}
.culture-page .culture-6 .list li a.img-box{
    display: block;
}
.culture-page .culture-6 .list li h5 {
    display: block;
    margin-top: 25px;
    font-size: 30px;
    color: #161616;
    line-height: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-family: 'ZillaSlab-Light';
}
.contact-page .contact-1 .top i {
    font-size: 12px;
    color: black;
    opacity: .4;
    margin-bottom: 20px;
    display: block;
    background: #ea5b24;
}
.contact-page .contact-1 .top h2 {
    font-size: 60px;
    color: black;
    font-weight: 500;
    line-height: 60px;
}
.contact-page .contact-1 .top .content {
    padding: 40px 0 50px;
    font-size: 18px;
    line-height: 32px;
    color: black;
    opacity: .4;
    max-width: 1200px;
}
.contact-page .contact-1 .bottom {
    padding-bottom: 60px;
}
.contact-page .contact-1 .bottom h3 {
    font-size: 30px;
    line-height: 56px;
    color: black;
}
.contact-page .contact-1 .bottom .left {
    padding-right: 25px;
}
.contact-page .contact-1 .bottom .left .list {
    padding-top: 50px;
}
.contact-page .contact-1 .bottom .left .list ul li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
    color: rgba(48, 48, 54, 0.9);
}
.contact-page .contact-1 .bottom .left .list ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-1 .bottom .left .list ul li em {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-page .contact-1 .bottom .left .list ul li em img {
    display: inline-block;
    vertical-align: middle;
}
.contact-page .contact-1 .bottom .left .share {
    padding-top: 70px;
}
.contact-page .contact-1 .bottom .left .share h3 {
    display: block;
    font-size: 30px;
    line-height: 56px;
    color: #303036;
    margin-bottom: 20px;
}
.contact-page .contact-1 .bottom .left .share ul li {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    font-size: 26px;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #707070;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .bottom .left .share ul li:hover {
    background: #ea5b24;
}
.contact-page .contact-1 .bottom .right {
    padding-left: 5%;
}
.form form {
    margin-top: 20px;
}
.form form ul li {
    padding-bottom: 14px;
}
.form form ul li:last-child {
    padding-bottom: 0;
}
.form form ul li input,
.form form ul li textarea {
    width: 100%;
    line-height: 28px;
    padding: 7px 12px;
    border: 1px solid #333;
    font-size: 14px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.form form ul li input::-webkit-input-placeholder,
.form form ul li textarea::-webkit-input-placeholder {
    color: #686868;
}
.form form ul li input:-moz-placeholder,
.form form ul li textarea:-moz-placeholder {
    color: #686868;
}
.form form ul li input::-moz-placeholder,
.form form ul li textarea::-moz-placeholder {
    color: #686868;
}
.form form ul li input:-ms-input-placeholder,
.form form ul li textarea:-ms-input-placeholder {
    color: #686868;
}
.form form ul li input:focus,
.form form ul li textarea:focus {
    border-color: #ea5b24;
}
.form form ul li textarea {
    height: 200px;
    resize: vertical;
}
.form form ul li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.form form ul li span input {
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
}
.form form ul li span label {
    font-size: 16px;
    color: #686868;
    margin-left: 10px;
    opacity: .7;
}
.form form ul li input[type="submit"] {
    width: 180px;
    background: #ea5b24;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: none;
}
.form form ul li input[type="submit"]:hover {
    background: #333;
}
.contact-page .contact-2 .button-group .button {
    background: #333 !important;
}
.contact-page .contact-2 .amap-copyright,
.contact-page .contact-2 .amap-logo {
    display: none !important;
}
.contact-page .contact-1 .bottom .left .cart-page ul {
    max-height: 500px;
    overflow: auto;
    margin-bottom: 15px;
}
.inspiration-page .inspiration-1 i {
    font-size: 36px;
    color: #303036;
    opacity: .17;
    text-transform: uppercase;
}
.inspiration-page .inspiration-1 h3 {
    font-size: 30px;
    color: #303036;
    line-height: 30px;
    margin: 25px 0 15px;
}
.inspiration-page .inspiration-1 .content {
    display: block;
    font-size: 16px;
    color: #303036;
    line-height: 32px;
}
.inspiration-page .inspiration-1 .box {
    padding-top: 50px;
}
.inspiration-page .inspiration-1 .box .left {
    padding-right: 35px;
}
.inspiration-page .inspiration-1 .box .left img {
    width: 100%;
}
.inspiration-page .inspiration-1 .box .right {
    padding-left: 35px;
    margin-top: 120px;
}
.inspiration-page .inspiration-1 .box .right h4 {
    font-size: 36px;
    line-height: 36px;
    color: #303036;
}
.inspiration-page .inspiration-1 .box .right .text {
    display: block;
    font-size: 18px;
    color: #909090;
    line-height: 36px;
    margin: 50px 0 80px;
}
.inspiration-page .inspiration-1 .box .right .text em {
    color: black;
}
.inspiration-page .inspiration-2 {
    padding-top: 100px;
}
.inspiration-page .inspiration-2 .box {
    border: 1px solid #eaeaea;
    text-align: center;
}
.inspiration-page .inspiration-2 .box .top {
    padding: 100px 0 70px;
}
.inspiration-page .inspiration-2 .box .top i {
    font-size: 14px;
    color: #979797;
}
.inspiration-page .inspiration-2 .box .top h2 {
    display: block;
    font-size: 36px;
    color: #1e2226;
    text-transform: uppercase;
    max-width: 520px;
    margin: 15px auto;
    font-weight: 500;
    line-height: 40px;
}
.inspiration-page .inspiration-2 .box .text {
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 0;
}
.inspiration-page .inspiration-2 .box .text p {
    font-size: 14px;
    color: #1e2226;
    line-height: 24px;
    padding: 8px 0;
}
.inspiration-page .inspiration-2 .box .text video {
    width: 100%;
    margin: 15px 0;
}
.inspiration-page .inspiration-2 .box .share {
    padding-bottom: 60px;
}
.inspiration-page .inspiration-2 .box .share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #979797;
    color: #979797;
    font-size: 16px;
    text-align: center;
    margin: 0 10px;
    border-radius: 100%;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inspiration-page .inspiration-2 .box .share ul li a {
    display: block;
}
.inspiration-page .inspiration-2 .box .share ul li:hover {
    border-color: #ea5b24;
    color: #ea5b24;
}
.inspiration-page .inspiration-3 {
    padding-bottom: 90px;
}
.inspiration-page .inspiration-3 h2 {
    padding: 30px 0;
    text-align: center;
    font-size: 26px;
    color: #1e2226;
    text-transform: uppercase;
    font-weight: 500;
}
.inspiration-page .inspiration-3 .box ul {
    margin: 0 -13px;
}
.inspiration-page .inspiration-3 .box ul li {
    padding: 0 13px;
}
.inspiration-page .inspiration-3 .box ul li .box2 {
    display: block;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}
.inspiration-page .inspiration-3 .box ul li .box2 a.img-box {
    display: block;
}
.inspiration-page .inspiration-3 .box ul li .box2 a.img-box img {
    width: 100%;
}
.inspiration-page .inspiration-3 .box ul li .box2 .content {
    display: block;
    padding: 35px 20px;
}
.inspiration-page .inspiration-3 .box ul li .box2 .content h3 {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 40px;
    font-weight: 500;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.inspiration-page .inspiration-3 .box ul li .box2 .content p {
    display: block;
    font-size: 14px;
    color: #1e2226;
    line-height: 20px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 15px 0;
}
.inspiration-page .inspiration-3 .box ul li .box2 .content time {
    display: block;
    font-size: 14px;
    color: #979797;
}
.inspiration-page .inspiration-3 .box ul li .box2 .box3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea5b24;
    color: white;
    padding: 20px 30px;
    text-align: center;
    -webkit-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inspiration-page .inspiration-3 .box ul li .box2 .box3 i {
    font-size: 12px;
    text-transform: uppercase;
}
.inspiration-page .inspiration-3 .box ul li .box2 .box3 h4 {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin: 40px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 84px;
}
.inspiration-page .inspiration-3 .box ul li .box2 .box3 p {
    display: block;
    color: white;
    font-size: 14px;
    height: 80pxpx;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 105px;
}
.inspiration-page .inspiration-3 .box ul li .box2 .box3 a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    background: white;
    font-size: 12px;
    color: #e03e2a;
    text-transform: uppercase;
    margin: 30px auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inspiration-page .inspiration-3 .box ul li .box2 .box3 a.more:hover {
    background: #222;
    color: white;
}
.inspiration-page .inspiration-3 .box ul li .box2 .box3 time {
    color: white;
    display: block;
}
.inspiration-page .inspiration-3 .box ul li .box2:hover .box3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.inspiration-page .inspiration-2-news {
    padding: 50px 0;
}
.inspiration-page .inspiration-2-news ul li {
    margin-bottom: 10px;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px;
}
.inspiration-page .inspiration-2-news ul li .text {
    vertical-align: middle;
    width: 70%;
}
.inspiration-page .inspiration-2-news ul li .text a.img-box {
    display: inline-block;
    vertical-align: middle;
    max-width: 35%;
}
.inspiration-page .inspiration-2-news ul li .txt {
    display: inline-block;
    vertical-align: middle;
    max-width: 65%;
    margin-left: -5px;
    padding-left: 25px;
}
.inspiration-page .inspiration-2-news ul li .text h4 {
    line-height: 1.2;
    font-size: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inspiration-page .inspiration-2-news ul li .text h4:hover {
    color: #ea5b24;
}
.inspiration-page .inspiration-2-news ul li .text p {
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0;
}
.inspiration-page .inspiration-2-news ul li .text h4 small {
    font-size: 60%;
    display: block;
    margin-top: 5px;
    color: #ea5b24;
}
.inspiration-page .inspiration-2-news ul li .text a.more {
    margin-top: 10px;
    font-size: 18px;
}
.inspiration-page .inspiration-2-news ul li .text a.more:hover {
    text-decoration: underline;
}
.inspiration-page .inspiration-2-news ul li .user {
    text-align: right;
    vertical-align: middle;
    width: 30%;
}
.inspiration-page .inspiration-2-news ul li .user h6 {
    font-size: 20px;
    color: #4e4e4e;
}
.inspiration-page .inspiration-2-news ul li .user p {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}
.inspiration-page .inspiration-2-news ul li .user p i {
    margin-right: 5px;
}
.news-page .news-1 h3 {
    font-size: 32px;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
}
.news-page .news-1 h3 small {
    display: block;
    font-size: 16px;
    opacity: .45;
    line-height: 30px;
    font-weight: normal;
    text-transform: none;
}
.news-page .news-1 .nav-list {
    padding-top: 30px;
}
.news-page .news-1 .nav-list ul li {
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    color: #171717;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.news-page .news-1 .nav-list ul li a {
    display: block;
    padding: 0 40px;
}
.news-page .news-1 .nav-list ul li:hover,
.news-page .news-1 .nav-list ul li.active {
    color: white;
    background: #ea5b24;
}
.news-page .news-2 {
    padding: 100px 0 60px;
}
.news-page .news-2 .top .img {
    width: 30%;
    vertical-align: middle;
}
.news-page .news-2 .top .img a {
    display: block;
}
.news-page .news-2 .top .img a img {
    width: 100%;
}
.news-page .news-2 .top .text {
    width: 70%;
    vertical-align: middle;
    padding-left: 50px;
    max-width: 820px;
}
.news-page .news-2 .top .text h3 {
    font-size: 24px;
    color: black;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .top .text h3:hover {
    color: #ea5b24;
}
.news-page .news-2 .top .text p {
    display: block;
    font-size: 16px;
    color: #3a3a3a;
    margin: 20px 0 30px;
}
.news-page .news-2 .top .text a.more {
    display: inline-block;
    font-size: 18px;
    color: #129dd7;
    border-bottom: 1px solid #129dd7;
    line-height: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .top .text a.more:hover {
    border-color: black;
}
.news-page .news-2 .bottom {
    padding: 80px 0 60px;
}
.news-page .news-2 .bottom ul {
    margin: -13px;
}
.news-page .news-2 .bottom ul li {
    padding: 13px;
}
.news-page .news-2 .bottom ul li .box2 {
    display: block;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}
.news-page .news-2 .bottom ul li .box2 a.img-box {
    display: block;
}
.news-page .news-2 .bottom ul li .box2 a.img-box img {
    width: 100%;
}
.news-page .news-2 .bottom ul li .box2 a.img-box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    cursor: hand;
    border: 1px solid black;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.news-page .news-2 .bottom ul li .box2 a.img-box svg path {
    fill: inherit !important;
}
.news-page .news-2 .bottom ul li .box2 .content {
    display: block;
    padding: 35px 20px;
}
.news-page .news-2 .bottom ul li .box2 .content h3 {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 40px;
    font-weight: 500;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.news-page .news-2 .bottom ul li .box2 .content p {
    display: block;
    font-size: 14px;
    color: #1e2226;
    line-height: 28px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 15px 0;
}
.news-page .news-2 .bottom ul li .box2 .content time {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #979797;
}
.news-page .news-2 .bottom ul li .box2 .box3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea5b24;
    color: white;
    padding: 20px 30px;
    text-align: center;
    -webkit-transform: translateY(101%);
    -moz-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .bottom ul li .box2 .box3 i {
    font-size: 12px;
    text-transform: uppercase;
}
.news-page .news-2 .bottom ul li .box2 .box3 h4 {
    display: block;
    font-size: 24px;
    line-height: 44px;
    margin: 40px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 84px;
}
.news-page .news-2 .bottom ul li .box2 .box3 p {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 30px;
    height: 80pxpx;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 105px;
}
.news-page .news-2 .bottom ul li .box2 .box3 a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    background: white;
    font-size: 14px;
    color: #e03e2a;
    text-transform: uppercase;
    margin: 30px auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-2 .bottom ul li .box2 .box3 a.more:hover {
    background: #222;
    color: white;
}
.news-page .news-2 .bottom ul li .box2 .box3 time {
    color: white;
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.news-page .news-2 .bottom ul li .box2:hover .box3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.prodet-page .prodet-1 .img-scroll {
    width: 10%;
}
.prodet-page .prodet-1 .img-scroll ul {
    margin: -5px 0;
}
.prodet-page .prodet-1 .img-scroll ul li {
    padding: 5px 0;
}
.prodet-page .prodet-1 .img-scroll ul li img {
    border: 1px solid #e8e8e8;
    width: 100%;
}
.prodet-page .prodet-1 .img-scroll ul .slick-arrow {
    width: 100%;
    height: 34px;
    display: block;
    border: none;
    background: #e8e8e8;
    text-indent: -999em;
    overflow: hidden;
}
.prodet-page .prodet-1 .img-scroll ul .slick-arrow.slick-prev {
    display: none !important;
}
.prodet-page .prodet-1 .img-scroll ul .slick-arrow.slick-next {
    background: url("../images/icon-dowm.png") center center no-repeat #e8e8e8;
}
.prodet-page .prodet-1 .img-big {
    width: 42%;
    vertical-align: middle;
    padding: 0 3%;
    position: relative;
    text-align: center;
}
.cloudzoom-blank,.cloudzoom-zoom-inside {
    cursor: crosshair;
}
.prodet-page .prodet-1 .img-big i.play {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #333;
    color: #333;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    position: absolute;
    left: 8%;
    bottom: 10px;
    z-index: 1;
    opacity: .6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-indent: 4px;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .img-big i.play:hover {
    opacity: 1;
}
.prodet-page .prodet-1 .text {
    width: 48%;
    vertical-align: middle;
}
.prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    line-height: 56px;
    color: #343d41;
}
.prodet-page .prodet-1 .text .content {
    display: block;
    font-size: 18px;
    line-height: 32px
    color: black;
}
.prodet-page .prodet-1 .text .content p {
    display: block;
    padding: 10px 0;
}
.prodet-page .prodet-1 .text .tag {
    /*padding-bottom: 20px;*/
    margin: 20px 0;
}
.prodet-page .prodet-1 .text .tag ul {
    display: inline-block;
    vertical-align: top;
    max-width: 80%;
}
.prodet-page .prodet-1 .text .tag ul li {
    font-size: 16px;
    color: #333;
    margin: 3px;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 5px;
}
.prodet-page .prodet-1 .text .tag ul li:hover {
    /*text-decoration: underline;*/
    background: #ea5b24;
    color: white;
}
.prodet-page .prodet-1 .text .share {
    display: block;
}
.prodet-page .prodet-1 .text .share h4,.prodet-page .prodet-1 .text .tag h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 32px;
    color: black;
    font-weight: 500;
}
.prodet-page .prodet-1 .text .tag h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1;
    color: #444;
    font-weight: 500;
}
.prodet-page .prodet-1 .text .tag h4 small,
.prodet-page .prodet-1 .text .tag h3 small {
    font-size: 14px;
    opacity: .7;
    font-weight: normal;
    text-indent: 2em;
}
.prodet-page .prodet-1 .text .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .text .share ul li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-left: 15px;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .text .share ul li:hover {
    color: #ea5b24;
}
.prodet-page .prodet-1 .text .btn {
    margin-top: 20px;
}
.prodet-page .prodet-1 .text .btn a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-size: 18px;
    color: black;
    border: 1px solid black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .text .btn a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    background: url('../images/icon-car.png') center center no-repeat;
}
.prodet-page .prodet-1 .text .btn a.active i {
    background-image: url('../images/icon-car2.png');
}
.prodet-page .prodet-1 .text .btn a img {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .text .btn a.active,
.prodet-page .prodet-1 .text .btn a:hover {
    color: white;
    background: #ea5b24;
    border-color: #ea5b24;
}
.prodet-page .prodet-2 {
    padding: 90px 0 70px;
}
.prodet-page .prodet-2 h3 {
    font-size: 30px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
}
.prodet-page .prodet-2 .content {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #626262;
    line-height: 28px;
}
.prodet-page .prodet-3 .top {
    line-height: 54px;
    height: 54px;
    background: #343d41;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}
.prodet-page .prodet-3 .top li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-width: 160px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-3 .top li:hover,
.prodet-page .prodet-3 .top li.active {
    background: #ea5b24;
}
.prodet-page .prodet-3 .bottom {
    padding: 0px 0 0px;
    display: inline-block;
    width: 100%;
}
.prodet-page .prodet-3 .bottom h4,
.prodet-page .prodet-3 .bottom h3 {
    font-size: 38px;
    color: #222;
    font-weight: 500;
    margin: 15px 0;
}
.prodet-page .prodet-3 .bottom p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.prodet-page .prodet-3 .bottom .bq-img>img {
    margin-bottom: 30px;
    margin-right: 10px;
}
.prodet-page .prodet-4 {
    padding-top: 0px;
}
.prodet-page .prodet-4 i {
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.prodet-page .prodet-4 h3 {
    font-size: 48px;
    color: black;
    margin: 10px 0 30px;
    font-weight: 500;
    line-height: 90px;
}
.prodet-page .prodet-4 ul {
    margin: -4px;
}
.prodet-page .prodet-4 ul li {
    padding: 4px;
}
.prodet-page .prodet-4 ul li a {
    display: block;
    background: #f0f0f0;
}
.prodet-page .prodet-4 ul li a h5 {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    padding: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f0f0f0;
}
/*.prodet-page .box ul {padding-left: 18px;}*/
.prodet-page .box ul li{
    line-height: 36px;
    font-size: 16px;
    color:#666;
    text-transform:capitalize;
    list-style-type:square;
}
.prodet-page .box .form ul li {
    list-style-type:none;
}
.product-page .pro-side-box .side-left {
    width: 20%;
}
.product-page .pro-side-box .side-left h3 {
    font-size: 38px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
}
.product-page .pro-side-box .side-left h3 small {
    font-size: 14px;
    line-height: 28px;
    display: block;
    opacity: .7;
    text-transform: none;
}
.product-page .pro-side-box .side-left .list {
    padding-top: 30px;
}
.product-page .pro-side-box .side-left .list ul li {
    padding-bottom: 10px;
}
.product-page .pro-side-box .side-left .list ul li:last-child {
    padding-bottom: 0;
}
.product-page .pro-side-box .side-left .list ul li a {
    display: block;
    padding: 5px 40px 5px 15px;
    line-height: 28px;
    font-size: 14px;
    background: #f1f1f1;
    text-transform: capitalize;
    position: relative;
}
.product-page .pro-side-box .side-left .list ul li a p {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: red;
    color: white;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.product-page .pro-side-box .side-left .list ul li a i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
}
.product-page .pro-side-box .side-left .list ul li ul {
    padding: 25px 0;
    display: none;
}
.product-page .pro-side-box .side-left .list ul li ul ul {
    padding: 0;
    padding-left: 20px;
}
.product-page .pro-side-box .side-left .list ul li ul li {
    padding: 0;
}
.product-page .pro-side-box .side-left .list ul li ul li a {
    text-transform: none;
    padding-left: 30px;
    padding-right: 15px;
    background: none;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    color: #363d4d;
}
.product-page .pro-side-box .side-left .list ul li ul li a:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("../images/icon-sel-1.png") center center no-repeat;
    display: block;
    position: absolute;
    left: 5px;
    top: 9px;
}
.product-page .pro-side-box .side-left .list ul li ul li a.active:before {
    background-image: url("../images/icon-sel.png");
}
.product-page .pro-side-box .side-left form {
    width: 100%;
    position: relative;
}
.product-page .pro-side-box .side-left form input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding-left: 10px;
    padding-right: 40px;
    font-style: italic;
    font-size: 16px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .pro-side-box .side-left form input::-webkit-input-placeholder {
    color: #747474;
    text-transform: uppercase;
}
.product-page .pro-side-box .side-left form input:-moz-placeholder {
    color: #747474;
    text-transform: uppercase;
}
.product-page .pro-side-box .side-left form input::-moz-placeholder {
    color: #747474;
    text-transform: uppercase;
}
.product-page .pro-side-box .side-left form input:-ms-input-placeholder {
    color: #747474;
    text-transform: uppercase;
}
.product-page .pro-side-box .side-left form input:focus {
    border-color: #ea5b24;
}
.product-page .pro-side-box .side-left form input[type="submit"] {
    width: 40px;
    position: absolute;
    border: none;
    background: url("../images/icon-pro-search.png") center center no-repeat transparent;
    right: 0;
    bottom: 0;
    color: transparent;
    text-indent: -9999em;
    overflow: hidden;
}
.filter {
    padding-right: 20px;
    position: relative;
}
.filter .down_li {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 16px;
    cursor: pointer;
    cursor: hand;
}
.filter ul {
    height: 66px;
    overflow: hidden;
}
.filter ul.active {
    height: auto;
}
.filter li:first-child {
    padding-top: 40px;
}
.filter li {
    padding-bottom: 5px;
    font-size: 14px;
    color:#333;
    display: inline-block;
    margin-right: 20px;
    vertical-align: bottom;
    text-transform: capitalize;
}
.filter li i {
    margin-left: 8px;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/tag-close.png') center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    cursor: hand;
}
.filter a {
    color: red;
    font-weight: bold;
    font-size: 16px;
    display: block;
}
.product-page .pro-side-box .side-right {
    width: 80%;
    padding-left: 6%;
}
.product-page .pro-side-box .side-right .top {
    display: block;
    text-align: right;
}
.product-page .pro-side-box .side-right .top form {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.product-page .pro-side-box .side-right .top form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}
.product-page .pro-side-box .side-right .top form input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    padding-left: 20px;
    padding-right: 40px;
    font-style: italic;
    font-size: 16px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .pro-side-box .side-right .top form input::-webkit-input-placeholder {
    color: #747474;
    text-transform: uppercase;
}
.product-page .pro-side-box .side-right .top form input:-moz-placeholder {
    color: #747474;
    text-transform: uppercase;
}
.product-page .pro-side-box .side-right .top form input::-moz-placeholder {
    color: #747474;
    text-transform: uppercase;
}
.product-page .pro-side-box .side-right .top form input:-ms-input-placeholder {
    color: #747474;
    text-transform: uppercase;
}
.product-page .pro-side-box .side-right .top form input:focus {
    border-color: #ea5b24;
}
.product-page .pro-side-box .side-right .top form input[type="submit"] {
    width: 40px;
    position: absolute;
    border: none;
    background: url("../images/icon-pro-search.png") center center no-repeat transparent;
    right: 0;
    bottom: 0;
    color: transparent;
    text-indent: -9999em;
    overflow: hidden;
}
.product-page .pro-side-box .side-right .top .down {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    position: relative;
}
.product-page .pro-side-box .side-right .top .down span {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #333;
    font-size: 16px;
    border-radius: 20px;
    display: block;
}
.product-page .pro-side-box .side-right .top .down ul {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 10px;
    background: white;
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 100%;
    text-align: center;
    display: none;
}
.product-page .pro-side-box .side-right .top .down ul li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .pro-side-box .side-right .top .down ul li:last-child {
    border-bottom: none;
}
.product-page .pro-side-box .side-right .top .down ul li:hover {
    color: #ea5b24;
}
.product-page .pro-side-box .side-right .top .down:hover ul {
    display: block;
}
.product-page .pro-side-box .side-right .bottom {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
}
.product-page .pro-side-box .side-right .bottom ul {
    margin: -15px -6px;
}
.product-page .pro-side-box .side-right .bottom ul li {
    padding: 15px 6px;
}
.product-page .pro-side-box .side-right .bottom ul li .box {
    display: block;
    border: 1px solid #d2d2d2;
    padding: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box {
    display: block;
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box.tag-164:after {
    content: '';
    background-image: url('../images/new_.png');
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box.tag-165:after {
    content: '';
    background-image: url('../images/hot_.png');
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box.tag-168:after {
    content: '';
    background-image: url('../images/CHOICE_.png');
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box.tag-164tag-165:after {
    content: '';
    background-image: url('../images/new_hot.png');
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box.tag-164tag-168:after {
    content: '';
    background-image: url('../images/new_CHOICE.png');
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box.tag-165tag-168:after {
    content: '';
    background-image: url('../images/hot_CHOICE.png');
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box.tag-164tag-165tag-168:after {
    content: '';
    background-image: url('../images/new_hot_CHOICE.png');
}
.product-page .pro-side-box .side-right .bottom ul li .box a.img-box img {
    width: 100%;
}
.product-page .pro-side-box .side-right .bottom ul li .box i.fa-fast-forward {
    position: absolute;
    bottom: 6px;
    left: 10px;
    color: red;
}
.product-page .pro-side-box .side-right .bottom ul li .box i.hidden {
    display: none !important;
}
.product-page .pro-side-box .side-right .bottom ul li .box h5 {
    font-size: 16px;
    display: inline-block;
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
}
.product-page .pro-side-box .side-right .bottom ul li .box view {
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 10px;
    font-weight: 500;
}
.product-page .pro-side-box .side-right .bottom ul li .box view i {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 12px;
    color: black;
    cursor: pointer;
    cursor: hand;
    width: 30px;
    height: 30px;
    background: url('../images/icon-car.png') center center no-repeat;
}
.product-page .pro-side-box .side-right .bottom ul li .box view i.active {
    background-image: url('../images/icon-car3.png');
}
.product-page .pro-side-box .side-right .bottom ul li .box h3 {
    padding: 15px 0;
    font-size: 18px;
    line-height: 32px;
    color: black;
    border-top: 1px solid #d2d2d2;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .pro-side-box .side-right .bottom ul li .box h3 a {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333333;
}
.product-page .pro-side-box .side-right .bottom ul li .box h3:hover {
    color: #ea5b24;
}
.product-page .pro-side-box .side-right .bottom ul li .box:hover {
    border-color: #ea5b24;
}
.technology-page .technology-1 h5 {
    font-size: 36px;
    color: #303036;
    opacity: .17;
}
.technology-page .technology-1 h3 {
    font-size: 22px;
    color: black;
    margin-left: 6%;
    padding: 40px 0 60px;
    font-weight: 500;
}
.technology-page .technology-1 .box ul {
    margin: -15px;
}
.technology-page .technology-1 .box ul li {
    padding: 15px;
}
.technology-page .technology-1 .box ul li a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.technology-page .technology-1 .box ul li a img {
    width: 100%;
}
.technology-page .technology-1 .box ul li a h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: white;
    padding: 0 50px;
    background: url("../images/icon-download.png") right 15px center no-repeat black;
    opacity: 1;
}
.technology-page .technology-2 {
    padding: 60px 0;
}
.technology-page .technology-2 h3 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    color: black;
    font-weight: 500;
    line-height: 30px;
}
.technology-page .technology-2 h3 small {
    display: block;
    font-size: 20px;
    opacity: .61;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
}
.technology-page .technology-2 .box {
    padding-top: 40px;
}
.technology-page .technology-2 .box ul li {
    padding-bottom: 20px;
}
.technology-page .technology-2 .box ul li:last-child {
    padding-bottom: 0;
}
.technology-page .technology-2 .box ul li h4 {
    padding: 20px 70px;
    background-image: url("../images/icon-lt.png");
    background-position: center left 25px;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    cursor: hand;
}
.technology-page .technology-2 .box ul li h4:after {
    content: "\f107";
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    font-family: "FontAwesome";
}
.technology-page .technology-2 .box ul li .text {
    padding: 25px;
    border: 1px solid #b7b7b7;
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    display: none;
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.technology-page .technology-2 .box ul li.active h4 {
    background-color: #ea5b24;
    color: white;
    background-image: url("../images/icon-lt2.png");
}
.technology-page .technology-2 .box ul li.active h4:after {
    content: "\f106";
}
.technology-page .technology-3 {
    padding: 80px 0 100px;
    text-align: center;
}
.technology-page .technology-3 h3 {
    font-size: 26px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
}
.technology-page .technology-3 .box {
    padding-top: 90px;
}
.technology-page .technology-3 .box ul {
    margin: -20px;
}
.technology-page .technology-3 .box ul li {
    padding: 20px;
}
.technology-page .technology-3 .box ul li i {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.technology-page .technology-3 .box ul li h4 {
    display: block;
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    margin: 30px 0 10px;
}
.technology-page .technology-3 .box ul li p {
    display: block;
    font-size: 16px;
    color: black;
    opacity: .7;
    line-height: 32px;
}
.gallery-page h3 {
    font-size: 28px;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
}
.gallery-page .box {
    padding: 60px 0;
}
.gallery-page .box ul {
    margin: -10px;
}
.gallery-page .box ul li {
    padding: 20px;
}
.gallery-page .box ul li a {
    display: block;
    border: 1px solid #eee;
}
.gallery-page .box ul li h5 {
    position: relative;
    z-index: 1;
    background: #eee;
    font-size: 16px;
    color: #333;
    padding: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .box ul li:hover h5 {
    background: #ea5b24;
    color: white;
}
.newdet-page h1 {
    font-size: 26px;
    line-height: 50px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 28px;
    color: black;
    opacity: .6;
}
.newdet-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.newdet-page .share {
    padding-top: 20px;
    margin-bottom: 10px;
}
.newdet-page .share h4 {
    font-size: 14px;
    line-height: 28px;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:hover {
    color: #ea5b24;
}
.news-about-page h3.tit {
    font-size: 30px;
    color: #303036;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
}
.news-about-page h3.tit small {
    display: block;
    font-size: 16px;
    line-height: normal;
    margin-top: 15px;
    opacity: .55;
}
.news-about-page .about-1 {
    padding-top: 20px;
}
.news-about-page .about-1 h4 {
    font-size: 36px;
    color: #303036;
    opacity: .17;
    margin-bottom: 35px;
}
.news-about-page .about-1 .box {
    padding-top: 50px;
}
.news-about-page .about-1 .box .left {
    vertical-align: middle;
}
.news-about-page .about-1 .box .left ul li a.img-box {
    display: block;
}
.news-about-page .about-1 .box .left ul li a.img-box h6 {
    font-size: 18px;
    color: white;
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.news-about-page .about-1 .box .left ul .slick-arrow {
    position: absolute;
    left: 110%;
    bottom: 10%;
    border: none;
    background: transparent;
    font-size: 0;
    color: transparent;
    z-index: 1;
}
.news-about-page .about-1 .box .left ul .slick-arrow:after {
    content: '';
    font-family: "FontAwesome";
    font-size: 30px;
    color: #111;
}
.news-about-page .about-1 .box .left ul .slick-arrow.slick-prev:after {
    content: "\f104";
}
.news-about-page .about-1 .box .left ul .slick-arrow.slick-next {
    margin-left: 30px;
}
.news-about-page .about-1 .box .left ul .slick-arrow.slick-next:after {
    content: "\f105";
}
.news-about-page .about-1 .box .right {
    vertical-align:  middle;
    max-width: 630px;
    padding-right: 15px;
    padding-left: 5%;
}
.news-about-page .about-1 .box .right h3 {
    font-size: 36px;
    color: #303036;
}
.news-about-page .about-1 .box .right .text {
    font-size: 18px;
    color: #303036;
    line-height: 2;
    margin-top: 30px;
    opacity: .79;
}
.news-about-page .about-2 {
    padding: 100px 0;
}
.news-about-page .about-2 ul {
    margin: -10px;
}
.news-about-page .about-2 ul li {
    padding: 10px;
    text-align: center;
}
.news-about-page .about-2 ul li h5 {
    font-size: 30px;
    color: black;
    line-height: 1;
}
.news-about-page .about-2 ul li p {
    font-size: 18px;
    color: black;
    margin-top: 10px;
}
.news-about-page .about-3 {
    padding: 70px 0 110px;
}
.news-about-page .about-3 .box {
    padding-top: 50px;
}
.news-about-page .about-3 .box ul {
    margin: -3px;
}
.news-about-page .about-3 .box ul li {
    padding: 3px;
}
.news-about-page .about-3 .box ul li a.img-box {
    display: block;
}
.news-about-page .about-3 .box ul li a.img-box img {
    width: 100%;
}
.news-about-page .about-3 .box ul li .content {
    margin-top: 15px;
}
.news-about-page .about-3 .box ul li .content h6 {
    font-size: 18px;
    color: #303036;
}
.news-about-page .about-3 .box ul li .content p {
    font-size: 16px;
    opacity: .62;
    line-height: 23px;
    margin-top: 10px;
}
.news-about-page .about-4 {
    padding-bottom: 100px;
}
.news-about-page .about-4 .left {
    vertical-align: middle;
    padding-right: 10%;
}
.news-about-page .about-4 .left h3.tit {
    text-align: left;
    max-width: 440px;
}
.news-about-page .about-4 .left .text {
    font-size: 16px;
    color: #303036;
    line-height: 23px;
    margin-top: 30px;
    opacity: .62;
}
.news-about-page .about-4 .right {
    vertical-align: middle;
}
.news-about-page .about-4 .right a.img-box {
    display: block;
}
.news-about-page .about-4 .right a.img-box img {
    width: 100%;
}
.news-about-page .about-5 {
    padding-bottom: 120px;
}
.news-about-page .about-5 .box {
    padding-top: 40px;
}
.news-about-page .about-5 .box ul {
    margin: -40px 10px;
}
.news-about-page .about-5 .box ul li {
    padding: 40px 10px;
    text-align: center;
}
.news-about-page .about-5 .box ul li a.img-box {
    display: block;
}
.news-about-page .about-5 .box ul li a.img-box img {
    width: 100%;
}
.news-about-page .about-5 .box ul li h5 {
    font-size: 18px;
    color: #303036;
    padding-top: 20px;
    background: white;
    position: relative;
    z-index: 1;
}
.cart-page {
    margin-top: 20px;
}
.cart-page li {
    margin-bottom: 10px;
    border: 1px solid #666;
    padding: 15px;
}
.cart-page li .img {
    width: 30%;
}
.cart-page li .box2 {
    position: relative;
}
.cart-page li .text {
    width: 70%;
    padding-left: 15px;
    padding-right: 20px;
}
.cart-page li .text h4 {
    font-size: 16px;
    display: block;
    word-break: break-word;
}
.cart-page li .text .color span {
    display: inline-block;
    padding: 5px;
    border: 1px solid #eee;
    font-size: 12px;
    color: #999;
}
.cart-page li .text textarea,
.cart-page li .text input {
    width: 100%;
    height: 80px;
    resize: vertical;
    font-size: 14px;
    padding: 5px 10px;
    background: white;
    border: 1px solid #eee;
}
.cart-page li .text input {
    height: 30px;
    margin-bottom: 5px;
    padding: 0 10px;
}
.cart-page li .text i.del {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 16px;
    cursor: pointer;
    cursor: hand;
    width: 20px;
    height: 20px;
    background: url('../images/del.png') center center no-repeat;
    background-size: 100% 100%;
}
.contact-page .contact-1 .bottom .left span {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding: 0 25px;
    font-size: 16px;
    color: white;
    background: #ea5b24;
    text-transform: capitalize;
    cursor: pointer;
    cursor: hand;
}
.contact-page .contact-1 .bottom .left span:hover {
    background: #222;
}
@media screen and (max-width: 1500px) {
    .news-page .news-2 {
        padding: 50px 0;
    }
    .news-page .news-2 .bottom {
        padding: 40px 0;
    }
    .technology-page .technology-3 .box ul li p {
        font-size: 16px;
        line-height: 28px;
    }
    .technology-page .technology-3 .box ul li h4 {
        font-size: 20px;
    }
    .technology-page .technology-2 {
        padding-top: 70px;
    }
    .technology-page .technology-3 {
        padding: 60px 0;
    }
    .technology-page .technology-1 h3 {
        margin-left: 0;
        padding: 30px 0;
    }
    .technology-page .technology-1 h5 {
        font-size: 30px;
    }
    .product-page .pro-side-box .side-right {
        padding-left: 15px;
    }
    .product-page .pro-side-box .side-right .top .down span {
        font-size: 14px;
    }
    .product-page .pro-side-box .side-left h3 {
        font-size: 36px;
    }
    .prodet-page .prodet-4 h3 {
        font-size: 38px;
    }
    .prodet-page .prodet-3 .bottom h4,
    .prodet-page .prodet-3 .bottom h3 {
        font-size: 30px;
    }
    .about-page .about-6 {
        padding: 80px 0 60px;
    }
    .about-page .about-6 .bottom {
        padding-top: 60px;
    }
    .about-page .about-7 h2,.about-page .about-6 h2 {
        font-size: 38px;
    }
    .about-page .about-6 .top ul li p {
        padding-top: 30px;
    }
    .inspiration-page .inspiration-1 .box .right h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .inspiration-page .inspiration-1 .box .right .text {
        margin: 30px 0;
    }
    .inspiration-page .inspiration-2 {
        padding-top: 60px;
    }
    .inspiration-page .inspiration-2 .box .top h2 {
        font-size: 32px;
    }
    .inspiration-page .inspiration-2 .box .top {
        padding: 60px 0 30px;
    }
    .inspiration-page .inspiration-3 {
        padding-bottom: 50px;
    }
    .contact-page .contact-1 .top h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .contact-page .contact-1 .top .content {
        padding: 30px 0;
    }
    .contact-page .contact-1 .bottom h3,
    .contact-page .contact-1 .bottom .left .share h3 {
        font-size: 26px;
    }
    .contact-page .contact-1 .bottom .left .list {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1270px) {
    .contact-page .contact-1 .top h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .form {
        padding-left: 0;
    }
    .form form ul li input,
    .form form ul li textarea {
        padding: 3px 10px;
    }
    .form form ul li span input {
        width: 20px;
        height: 20px;
        vertical-align: top;
    }
    .contact-page .contact-1 .bottom .left .share ul li {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .contact-page .contact-1 .bottom .left .list ul li {
        font-size: 16px;
    }
    .technology-page .technology-2 .box ul li h4 {
        padding: 10px 70px;
    }
    .technology-page .technology-2 .box ul li h4:after {
        top: 10px;
    }
    .technology-page .technology-2 .box ul li .text {
        padding: 15px 25px;
    }
    .technology-page .technology-1 h5 {
        font-size: 24px;
    }
    .about-page .about-6 .top ul li {
        width: 33.333%;
    }
    .about-page .about-4 .text .box .content {
        font-size: 14px;
        line-height: 24px;
    }
    .about-page .about-4 .text .box h3 {
        font-size: 30px;
    }
    .about-page .about-4 .text .box h3:after {
        margin-top: 5px;
    }
    .about-page .about-3 {
        padding: 40px 15px;
    }
    .about-page .about-1 h2 {
        margin: 10px 0 25px;
    }
    .about-page .about-2 {
        margin-bottom: 30px;
    }
    .news-page .news-2 .top .text {
        padding-left: 25px;
    }
    .news-page .news-2 .top .text p {
        margin: 15px 0;
    }
    .news-page .news-1 .nav-list ul li {
        line-height: 34px;
        height: 34px;
    }
    .prodet-page .prodet-4 h3 {
        font-size: 30px;
    }
    .prodet-page .prodet-3 .bottom {
        padding: 0px 0;
    }
    .prodet-page .prodet-3 .bottom h4,
    .prodet-page .prodet-3 .bottom h3 {
        font-size: 24px;
    }
    .prodet-page .prodet-3 .top li {
        min-width: auto;
        padding: 0 15px;
    }
    .prodet-page .prodet-2 h3,
    .prodet-page .prodet-1 .text h3 {
        font-size: 26px;
    }
    .prodet-page .prodet-1 .text .btn a {
        font-size: 16px;
    }
    .product-page .pro-side-box .side-left {
        width: 28%;
    }
    .product-page .pro-side-box .side-right {
        width: 72%;
    }
    .product-page .pro-side-box .side-right .bottom ul li {
        width: 33.333%;
    }
    .product-page .pro-side-box .side-left h3 {
        font-size: 30px;
    }
    .product-page .pro-side-box .side-right .top form input {
        font-size: 14px;
    }
    .product-page .pro-side-box .side-right .top .down span {
        line-height: 34px;
        height: 34px;
    }
    .product-page .pro-side-box .side-left .list ul li a {
        font-size: 14px;
    }
    .technology-page .technology-3 .box ul li p {
        font-size: 14px;
        line-height: 24px;
    }
    .technology-page .technology-3 .box {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .technology-page .technology-3 .box ul li {
        width: 50%;
    }
    .technology-page .technology-3 .box ul li i {
        max-width: 180px;
    }
    .technology-page .technology-3 .box ul li h4 {
        margin: 15px 0 10px;
        font-size: 18px;
    }
    .technology-page .technology-1 .box ul li a h5 {
        padding-left: 20px;
        font-size: 16px;
    }
    .inner-crumbs {
        margin-top: 40px;
        padding: 20px 0;
    }
    .technology-page .technology-1 h3 {
        padding: 20px 0 25px;
    }
    .gallery-page .box {
        padding: 40px 0;
    }
    .news-page .news-2 .top .text h3 {
        font-size: 20px;
    }
    .news-page .news-1 .nav-list ul li a {
        padding: 0 20px;
    }
    .news-page .news-1 h3 {
        font-size: 28px;
    }
    .product-page .pro-side-box .side-left {
        width: 35%;
    }
    .product-page .pro-side-box .side-right {
        width: 65%;
    }
    .product-page .pro-side-box .side-right .bottom ul li {
        width: 100%;
    }
    .product-page .pro-side-box .side-right .top {
        display: none;
    }
    .prodet-page .prodet-4 {
        padding-top: 0px;
    }
    .prodet-page .prodet-4 h3 {
        font-size: 26px;
    }
    .prodet-page .prodet-3 .top {
        font-size: 13px;
        line-height: 40px;
        height: 40px;
    }
    .prodet-page .prodet-1 .text .btn a {
        font-size: 14px;
        padding: 0 10px;
        line-height: 34px;
        height: 34px;
    }
    .contact-page .contact-1 .bottom h3,
    .contact-page .contact-1 .bottom .left .share h3 {
        font-size: 22px;
    }
    .form form ul li textarea {
        height: 140px;
    }
    #mapContainer {
        height: 280px !important;
    }
    .about-page .about-4 .img {
        width: 100%;
        left: 0 !important;
    }
    .about-page .about-4 .text {
        left: 0 !important;
        padding: 30px 15px;
    }
    .about-page .about-6 .top ul li {
        width: 50%;
    }
    .about-page .about-1 h4,.about-page .about-7 h2, .about-page .about-6 h2 {
        font-size: 28px;
    }
    .about-page .about-6 .top ul li i:after {
        width: 46px;
        height: 46px;
    }
    .about-page .about-6 .top ul li i img {
        max-height: 30px;
    }
    .about-page .about-4 .text .box h3 {
        font-size: 24px;
    }
    .about-page .about-7 {
        padding: 40px 0;
    }
    .news-about-page h3.tit {
        font-size: 26px;
    }
    .news-about-page .about-3 {
        padding: 50px 0;
    }
    ._page_container ._pages li {
        margin: 0 2px;
        min-width: 24px;
    }
    ._page_container {
        height: auto !important;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 .bottom .left {
        width: 100%;
        padding-right: 0;
    }
    .form {
        width: 100%;
        padding-top: 30px;
    }
    .contact-page .contact-1 .bottom .left .share {
        padding-top: 30px;
    }
    .prodet-page .prodet-3 .top {
        height: auto;
    }
    .prodet-page .prodet-1 .img-scroll {
        width: 20%;
    }
    .prodet-page .prodet-1 .img-big {
        width: 80%;
    }
    .prodet-page .prodet-1 .text {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .prodet-page .prodet-2 {
        padding: 50px 0;
    }
    .product-page .pro-side-box .side-right {
        width: 100%;
        padding-left: 0;
    }
    .product-page .pro-side-box .side-left {
        display: none;
    }
    .inner-crumbs.txt-right {
        text-align: left;
    }
    .product-page .pro-side-box .side-right .bottom {
        padding: 30px 0;
    }
    .news-page .news-2 .top .text {
        width: 50%;
    }
    .news-page .news-2 .top .img {
        width: 50%;
    }
    .news-page .news-2 .top .text p {
        font-size: 14px;
    }
    .news-page .news-2 .top .text h3 {
        font-size: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .news-page .news-1 .nav-list ul li {
        font-size: 15px;
    }
    .news-page .news-1 .nav-list {
        
    }
    .news-page .news-2 {
        padding: 30px 0;
    }
    .news-page .news-1 h3,
    .gallery-page h3 {
        font-size: 24px;
    }
    .technology-page .technology-3 .box {
        padding-top: 30px;
    }
    .technology-page .technology-3 {
        padding: 30px 0;
    }
    .technology-page .technology-2 .box ul li {
        padding-bottom: 10px;
    }
    .technology-page .technology-2 .box ul li h4 {
        padding: 10px 30px;
        background-position: center left 5px;
        background-size: 15px;
    }
    .technology-page .technology-2 .box ul li h4:after {
        right: 10px;
    }
    .technology-page .technology-2 {
        padding-top: 50px;
    }
    .technology-page .technology-1 .box ul li {
        padding: 5px;
    }
    .technology-page .technology-1 .box ul {
        margin: -5px;
    }
    .technology-page .technology-1 .box ul li a h5 {
        height: 40px;
        line-height: 40px;
        background-size: 18px;
    }
    .technology-page .technology-1 h5 {
        font-size: 20px;
    }
    .technology-page .technology-1 h3 {
        padding: 15px 0;
    }
    .inspiration-page .inspiration-2 .box .top {
        padding: 40px 15px 20px;
    }
    .inspiration-page .inspiration-2 .box .top h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .inspiration-page .inspiration-2 .box .text {
        padding: 30px 15px;
    }
    .inspiration-page .inspiration-2 .box .share {
        padding-bottom: 30px;
    }
    .inspiration-page .inspiration-2 .box .share ul li {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }
    .inspiration-page .inspiration-3 h2 {
        font-size: 22px;
    }
    .inspiration-page .inspiration-3 .box ul li .box2 .content,
    .news-page .news-2 .bottom ul li .box2 .content {
        padding: 20px 10px;
    }
    .inspiration-page .inspiration-1 .box .right {
        width: 100%;
        margin-top: 0;
        padding-left: 0;
    }
    .inspiration-page .inspiration-1 .box .left {
        display: none;
    }
    .inspiration-page .inspiration-1 h3 {
        font-size: 20px;
    }
    .inspiration-page .inspiration-1 i {
        font-size: 24px;
    }
    .inspiration-page .inspiration-1 .box .right h4 {
        font-size: 22px;
    }
    .inspiration-page .inspiration-1 .content {
        font-size: 14px;
        line-height: 28px;
    }
    .inspiration-page .inspiration-1 .box .right .text {
        font-size: 16px;
        line-height: 28px;
    }
    .inspiration-page .inspiration-2 {
        padding-top: 30px;
    }
    .about-page .about-1 h4,.about-page .about-7 h2, .about-page .about-6 h2 {
        font-size: 24px;
    }
    .about-page .about-1 h2 {
        font-size: 16px;
    }
    .about-page .about-4 .text .box h3 {
        font-size: 20px;
    }
    .filter {
        display: none;
    }
    .inner-crumbs a, .inner-crumbs span {
        /*margin-left: 10px;*/
    }
    #index-body .init-3 .box ul .slick-arrow {
        display: none !important;
    }
    #index-body .init-9 .bottom ul li a.img-box {
        width: 100% !important;
        left: 0 !important;
    }
    #index-body .init-9 .bottom ul li a.content {
        display: block;
        width: 100% !important;
        padding: 15px;
        left: 0 !important;
    }
    #index-body .init-9 .bottom ul {
        margin:0;
    }
    #index-body .init-9 .bottom ul li {
        width: 100% !important;
        margin-bottom: 15px;
    }
    #index-body .init-9 .bottom ul li .box {
        margin: 0 !important;
        padding: 0 !important;
    }
    #index-body .init-9 .bottom ul li:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-6 .top ul li {
        width: 100%;
    }
    .news-page .news-2 .top .text {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .news-page .news-2 .top .img {
        width: 100%;
    }
    .technology-page .technology-3 .box ul li {
        width: 100%;
    }
}
._iconfont {
    font-family: "FontAwesome" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconGroup-:before {
    content: "\f105"
}

.iconzuo:before {
    content: "\f104"
}
._page_container {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    user-select: none
}
.m-page ._page_container {
    text-align: right;
}
._page_container input[type=number] {
    -moz-appearance: textfield
}
._page_container input[type=number]::-webkit-inner-spin-button, ._page_container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
._page_container ._pages {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}
._page_container ._pages li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    color: #303133;
    font-weight: 700;
    min-width: 30px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
    cursor: pointer
}
._page_container ._pages li:hover {
    color: #ea5b24
}

._page_container ._pages li:first-child, ._page_container ._pages li:last-child {
    font-size: 14px
}

._page_container ._pages ._prev, ._page_container ._pages ._next, ._page_container ._pages ._home, ._page_container ._pages ._last {
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px
}

._page_container ._jumper {
    display: inline-block;
    color: #606266;
    margin-left: 10px;
    vertical-align: top;
}

._page_container ._jumper ._count {
    margin-right: 10px;
    padding: 0;
}

._page_container ._jumper ._jumper_input {
    display: inline-block;
    font-size: 14px;
    color: #606266;
    width: 50px;
    height: 26px;
    text-align: center;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: 0 0;
    outline: none;
    box-sizing: border-box
}
._page_container ._jumper ._jumper_input:focus {
    border-color: #ea5b24
}
._pages_1 li {
    background-color: #f4f4f5
}
._active_1 {
    color: #fff !important;
    background-color: #ea5b24 !important
}
._active_2 {
    color: #ea5b24 !important
}
._disabled {
    cursor: not-allowed !important
}
._disabled_c {
    color: #c0c4cc !important
}
.loader {
    position: fixed;
    width: 5em;
    height: 5em;
    top: 50%;
    left: 50%;
    margin-left: -2.5em;
    margin-top: -2.5em;
}
/*.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}
.loader:before {
  animation: before 2s infinite;
}
.loader:after {
  animation: after 2s infinite;
}*/
.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}
@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

.service-page .technology-3{
  padding: 154px 0 130px;
}
.service-page .technology-3 .tit{
    font-size: 60px;
    color: #040404;
    line-height: 1;
    font-family: 'ZillaSlab-Light';
    border-bottom: 1px solid #868686;
    padding-bottom: 34px;
}
.service-page .technology-3 .tit em {
    color: #ea5b24;
    font-family: 'ZillaSlab-SemiBold';
    text-transform: uppercase;
}
.service-page .technology-3 .con-box{
    padding: 0 28px;
}
.service-page .technology-3 .con-box .con{
    padding-top: 120px;
}
.service-page .technology-3 .con-box .con h3{
    font-size: 42px;
    line-height: 80px;
    color: #191a1a;
    margin-bottom: 48px;
}
.service-page .technology-3 .con-box .con p{
    font-size: 18px;
    color: #212121;
    line-height: 32px;
    margin-bottom: 30px;
}
.service-page .technology-3 .con-box .con p:last-child{
    margin-bottom: 0;
}
.service-page .technology-3 .con-box .img img{
    width: 100%;
}
.service-page .technology-3 .con-box.first{
    margin-top:65px;
}
.service-page .technology-3 .con-box.first .con{
    padding-left: 100px;
}
.service-page .technology-3 .con-box.two .con{
    padding-right: 100px;
}



.about2-page .i-history {
    padding-bottom:50px;
}
.about2-page .i-history h2.h2 {
    font-size:48px;
    text-align:center;
    font-weight:700;
    margin-bottom:10px;
    color:#d29b57
}
.about2-page .i-history p.p {
    padding:0 20%;
    text-align:center
}
.about2-page .i-history .history-list {
    margin-top:50px;
    position:relative
}
.about2-page .i-history .history-list:after {
    content:'';
    position:absolute;
    width:1px;
    height:100%;
    background:#ddd;
    left:50%;
    top:0
}
.about2-page .i-history .history-list .list p {
    font-weight:300;
    color:#504a44;
    font-size:16px;
    line-height:30px
}
.about2-page .i-history .history-list .list .i-text {
    float:left;
    width:50%;
    cursor:pointer;
    transition:.3s ease;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
    -o-transition:.3s ease;
    position:relative
}
.about2-page .i-history .history-list .list .i-text:after {
    content:'';
    position:absolute;
    width:9px;
    height:15px;
    background:url(/template/en/images/r_03.jpg) no-repeat center;
    right:-9px;
    top:50px;
    z-index:8
}
.about2-page .i-history .history-list .list .i-text .text1 {
    border:1px solid #ededed;
    padding:30px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    text-align:right;
    width:92%
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column {
    width:75%
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) {
    width:25%;
    padding-left:10px
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) img {
    transition:.3s ease;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
    -o-transition:.3s ease
}
.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column h4 {
    font-size:20px;
    font-weight:700;
    margin-bottom:10px
}
.about2-page .i-history .history-list .list .i-text:hover .text1 {
    background:#eee
}
.about2-page .i-history .history-list .list .i-text:hover .img img {
    transform:translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0)
}
.about2-page .i-history .history-list .list .i-year {
    float:right;
    width:50%
}
.about2-page .i-history .history-list .list .i-year .year1 {
    padding:38px 30px 0 8%
}
.about2-page .i-history .history-list .list .i-year .year1 h3 {
    font-size:32px;
    font-weight:700;
    line-height: 1;
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text {
    float:right
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text:after {
    background:url(/template/en/images/l_03.jpg) no-repeat center;
    right:auto;
    left:-8px
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 {
    float:right;
    text-align:left
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column:nth-child(1) {
    float:right;
    padding:0 0 0 10px
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column:nth-child(2) {
    float:left
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year {
    float:left
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year h3, .about2-page .i-history .history-list .list:nth-child(2n) .i-year p {
    text-align:right
}
.about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
    padding:32px 8% 0 30px
}

.strength-page .stre-init1{
    padding: 145px 0 162px;
}
.strength-page .stre-init1 h3{
    font-size: 80px;
    font-weight: bold;
    color: #ea5b24;
    line-height: 1;
    font-family: 'ZillaSlab-Light';
    border-bottom: 1px solid #868686;
    padding-bottom: 34px;
}
.strength-page .stre-init1 h3 small{
    color: #040404;
    font-family: 'ZillaSlab-SemiBold';
    display: block;
}
.strength-page .stre-init1 .con{
    padding-top: 48px;
}
.strength-page .stre-init1 .con h4{
    color: #191a1a;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.1em;
}
.strength-page .stre-init1 .con p{
    color: #212121;
    font-size: 18px;
    line-height: 32px;
}
.strength-page .stre-init1 .con .con-top .text{
    padding-top:90px;
}
.strength-page .stre-init1 .con .con-bot{
    margin-top: -32px;
}
.strength-page .stre-init1 .con .con-bot .text{
    padding-top: 80px;
}
.strength-page .stre-init1 .con .con-bot .text h4{
    position: relative;
    font-size: 30px;
    line-height: 56px;
    padding-left: 58px;
    margin-bottom: 15px;
}
.strength-page .stre-init1 .con .con-bot .text h4:after{
    content:'';
    position: absolute;
    left: 0;
    top:50%;
    width: 44px;
    height: 1px;
    background: #ea5b24;
}
.strength-page .stre-init2{
    padding-top: 55px;
    position: relative;
    background: #fafbfb;
}
.strength-page .stre-init2:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 459px;
    left: 0;
    top:0;
    background: #191a1a;
}

.strength-page .stre-init2 .con{
    padding-top: 62px;
}
.strength-page .stre-init2 .con h3{
    color: #fff;
    font-size: 42px;
    margin-bottom: 17px;
    line-height: 1.1em;
}
.strength-page .stre-init2 .con p,
.strength-page .stre-init2 .con span{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.strength-page .stre-init2 .con span{
    position: relative;
    display: block;
    margin-top:80px;
    padding-left: 22px;
    font-size: 18px;
    line-height: 32px;
}
.strength-page .stre-init2 .con span:after{
    content:'';
    position: absolute;
    left: 0;
    top:11px;
    height: 50px;
    width: 3px;
    background: #ea5b24;
}
.strength-page .stre-init3{
    padding: 95px 0;
    background: #fafbfb;
}
.strength-page .stre-init3 ul{
    position: relative;
}
.strength-page .stre-init3 ul li{
    padding: 0 50px;
}
.strength-page .stre-init3 ul li .con-box{
    margin-top: 30px;
}
.strength-page .stre-init3 ul li .con-box h3{
    color: #000000;
    font-size: 24px;
    line-height: 44px;
}
.strength-page .stre-init3 ul li .con-box p{
    color: #191a1a;
    font-size: 14px;
    line-height: 28px;
    margin-top: 18px;
}
.strength-page .stre-init3 ul .slick-arrow{
    position: absolute;
    top:30%;
    width: 58px;
    height: 57px;
    z-index: 20;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
}
.strength-page .stre-init3 ul .slick-arrow.slick-prev{
    background: url(/afastainlesskb/2021/07/08/1111.png);
    left: -25px;
}
.strength-page .stre-init3 ul .slick-arrow.slick-next{
    background: url(/afastainlesskb/2021/07/08/11112.png);
    right: -25px;
}
.strength-page .stre-init4{
    padding: 118px 0;
}
.strength-page .stre-init4 .con{
    padding-top: 164px;
}
.strength-page .stre-init4 .con h3{
    color: #191a1a;
    font-size: 42px;
    line-height: 80px;
    margin-bottom: 30px;
    font-weight: bold;
}
.strength-page .stre-init4 .con p{
    color: #212121;
    font-size: 18px;
    line-height: 32px;
}
.strepage-page .strepage-init1{
    padding-bottom: 85px;
}
.strepage-page .strepage-init1 .con p{
    font-size: 18px;
    line-height: 32px;
}
.strepage-page .strepage-init2{
    padding: 100px 0;
    background: url(/afastainlesskb/2021/07/08/strength_environmental_01.jpg) no-repeat center;
}
.strepage-page .strepage-init2 .list li{
    float: left;
    width: 247px;
    height: 247px;
    background: rgba(255,255,255,.9);
    padding: 80px 0 0 32px;
    margin-right: 21px;
    transition:0.3s ease;
}
.strepage-page .strepage-init2 .list li:hover{
    background: rgba(230,0,18,1);
}
.strepage-page .strepage-init2 .list li:hover h4{
    color: #fff;
}
.strepage-page .strepage-init2 .list li h4{
    color: #191a1a;
    font-size: 40px;
    font-weight: bold;
    padding-right: 25px;
    line-height: 1.1em;
    transition:0.3s ease;
}
.strepage-page .strepage-init3{
    padding: 125px 0 46px;
}
.strepage-page .strepage-init3 .con-box{
    margin-bottom: 45px;
}
.strepage-page .strepage-init3 .con-box h3{
    font-size: 45px;
    line-height: 90px;
    color: #191a1a;
    font-weight: bold;
    margin-bottom: 25px;
}
.strepage-page .strepage-init3 .con-box p{
    color: #191a1a;
    font-size: 18px;
    line-height: 32px;
}
.strepage-page.quality .strepage-init1 .con p{
    margin-top:30px;
    padding-right: 80px;
}
.strepage-page.quality .qulity-init2{
    margin-top:0;
    padding: 0 0 103px;
    position: relative;
}
.strepage-page.quality .qulity-init2:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 636px;
    left: 0;
    top:30px;
    background: #f7f7f7;
}
.strepage-page.quality .qulity-init2 .con{
    padding-top: 100px;
}
.strepage-page.quality .qulity-init2 .con h3{
    color: #191a1a;
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 50px;
    font-weight: bold;
}
.strepage-page.quality .qulity-init2 .con p{
    color: #212121;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 60px;
    position: relative;
}
.strepage-page.quality .qulity-init2 .con p:after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 1px;
    background: #ea5b24;
}
.strepage-page.quality .qulity-init3{
    padding-bottom: 130px;
}
.strepage-page.quality .qulity-init3 p{
    color: #212121;
    margin-top: 65px;
    font-size: 18px;
    line-height: 32px;
}
.strength-page.raw-material .stre-init1 .con h4{
    font-size: 56px;
    margin-top: 20px;
}
.strength-page.raw-material .raw-init2{
    padding-bottom: 90px;
    margin-top: 30px;
}
.strength-page.raw-material .raw-init2 .con{
    margin-top: -50px;
}
.strength-page.raw-material .raw-init2 .con h3{
    color: #ea5b24;
    font-size: 128px;
    font-weight: bold;
}
.strength-page.raw-material .raw-init2 .con span{
    color: #212121;
    font-size: 40px;
    position: relative;
    padding-bottom: 30px;
    display: block;
}
.strength-page.raw-material .raw-init2 .con span:after{
    content:'';
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.strength-page.raw-material .raw-init2 .con p{
    font-size: 18px;
    color: #212121;
    margin-top: 32px;
}
.strength-page.raw-material .raw-init3{
    background: #000;
}
.strength-page.raw-material .raw-init3 .con{
    padding: 85px 0 84px; 
}
.strength-page.raw-material .raw-init3 .con h3{
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 25px;
}
.strength-page.raw-material .raw-init3 .con p{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    position: relative;
    padding-bottom: 60px;
}
.strength-page.raw-material .raw-init3 .con p:after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 1px;
    background: #fff;
    opacity: 0.8;
}
.strength-page.raw-material .raw-init3 .img{
    margin-top: -119px;
}
.strength-page.raw-material .raw-init4{
    padding: 73px 0 31px;
}
.strength-page.raw-material .raw-init4 h2{
    color: #191a1a;
    font-size: 72px;
    margin-bottom:50px;
}
.strength-page.raw-material .raw-init4 li{
    color: #212121;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 82px;
    margin-bottom: 46px;
}
.strength-page.raw-material .raw-init4 li:after{
    content:'';
    position: absolute;
    left: 0;
    top:25%;
    width: 74px;
    height: 1px;
    background: #9e9e9e;
}
.strength-page.raw-material .raw-init5{
    padding: 104px 0;
    background: #f7f7f7;
}
.strength-page.raw-material .raw-init5 ul{
    position: relative;
}
.strength-page.raw-material .raw-init5 li{
    padding: 0 10px;
}
.strength-page.raw-material .raw-init5 ul .slick-arrow{
    position: absolute;
    top:50%;
    width: 13px;
    height: 27px;
    z-index: 20;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
}
.strength-page.raw-material .raw-init5 ul .slick-arrow.slick-prev{
    background: url(/afastainlesskb/2021/07/08/jjsjds-l.png);
    left: -25px;
}
.strength-page.raw-material .raw-init5 ul .slick-arrow.slick-next{
    background: url(/afastainlesskb/2021/07/08/jjsjds-r.png);
    right: -25px;
}
.strength-page .raw-init5{
    display: none!important;
}
.strength-page.raw-material .raw-init5{
    display: block!important;
}
.proyd-nav{
    position: relative;
    z-index: 1;
}
.proyd-nav .slick .slick-slide {
-webkit-transform: scale(.5);
-moz-transform: scale(.5);
-ms-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.proyd-nav .slick .slick-slide.slick-current {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.proyd-nav .slick .slick-slide.slick-current~div {
-webkit-transform: scale(.5);
-moz-transform: scale(.5);
-ms-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
-webkit-transform-origin: 0 50%;
-moz-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
-o-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.proyd-nav .box{
    position: absolute;
    top:0;
    left: 122px;
    background: #000;
    width: 415px;
    min-height: 100%;
    padding: 40px 50px 0;
    text-transform: uppercase;
    overflow: hidden;
}
.proyd-nav .box h3{
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}
.proyd-nav .box ul li{
    width: 50%;
    padding: 22px 0;
    border-bottom: 1px solid #302e2d;
    float: left;
}
.proyd-nav .box ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.product-yd-page{
    margin-top:40px;
}
.product-yd-page .cat-list h2 {
    font-size: 210px;
    font-family: 'ZillaSlab-Bold';
    text-transform: uppercase;
    line-height: .7;
    color: #f2f2f2;
    margin-bottom: -50px;
    z-index: -1;
}
.product-yd-page .cat-list h2 small {
    font-family: 'ZillaSlab-Light';
    font-size: 50%;
}
.product-yd-page .cat-list .head{
    padding: 0 38px;
}
.product-yd-page .cat-list .head h3{
    font-size: 80px;
    font-weight: 700;
    color: #ea5b24;
    line-height: 1;
    font-family: 'ZillaSlab-Light';
}
.product-yd-page .cat-list .head h1{
    border-bottom: 1px solid #868686;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 32px;
    color: #212121;
}
.product-yd-page .cat-list .the_list{
    margin-top:21px;
    padding: 0 19px;
}
.product-yd-page .cat-list .the_list li{
    float: left;
    width: 33.333%;
    padding: 0 19px;
    margin-bottom: 92px;
}
.product-yd-page .cat-list .the_list li .img-box{
    position: relative;
}
.product-yd-page .cat-list .the_list li .img-box:after{
    content: '';
    position: absolute;
    width: 80%;
    height: 67px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
}
.product-yd-page .cat-list .the_list li h3{
    padding-left: 34px;
}
.product-yd-page .cat-list .the_list li h3 a{
    color: #2c2b2c;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
}
.product-yd-page .pro-ajax-list{
    padding: 72px 0 85px;
    background: #000;
    color: #fff;
}
.product-yd-page .pro-ajax-list .head h3{
    text-transform: capitalize;
    font-size: 48px;
}
.product-yd-page .pro-ajax-list .head ul{
    margin-top:27px;
}
.product-yd-page .pro-ajax-list .head ul li{
    float: left;
    margin-left: 10px;
}
.product-yd-page .pro-ajax-list .head ul li a{
    font-size: 14px;
    line-height: 28px;
    padding: 0 5px 3px;
    position: relative;
}
.product-yd-page .pro-ajax-list .head ul li a:after{
    content:'';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ea5b24;
    transition: 0.5s ease;
}
.product-yd-page .pro-ajax-list .head ul li a:hover:after,
.product-yd-page .pro-ajax-list .head ul li a.active:after{
    left: 0;
    width: 100%;
}
.product-yd-page .pro-ajax-list .proBox{
    margin-top:68px;
}
.product-yd-page .pro-ajax-list .proBox .the_box{
    display: none;
}
.product-yd-page .pro-ajax-list .proBox .the_box:first-child{
    display: block;
}
.product-yd-page .pro-ajax-list .proBox .the_box .column{
    padding: 0 20px;
    position: relative;
}
.product-yd-page .pro-ajax-list .proBox .the_box .column .img-box a{
    display: block;
    position: relative;
}
.product-yd-page .pro-ajax-list .proBox .the_box .column:before{
    content:'';
    position: absolute;
    z-index: 0;
    width: 80%;
    height: 80%;
    border: 1px solid #848484;
    left: 6px;
    top:-14px;
    transition: 0.5s ease;
}
.product-yd-page .pro-ajax-list .proBox .the_box .column .img-box a:before{
    content:'';
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6) url(../images/zoom.png) no-repeat center;
    left: 0;
    top:0;
    opacity: 0;
    transition: 0.4s ease;
}
.product-yd-page .pro-ajax-list .proBox .the_box .column .img-box a:hover:before{
    opacity: 1;
}
.product-yd-page .pro-ajax-list .proBox .the_box .column:hover:before{
    background: #ea5b24;
    border-color: #ea5b24;
}
.product-yd-page .pro-ajax-list .proBox .the_box .column h3{
    margin-top: 33px;
    font-size: 20px;
    line-height: 36px;
    border-left: 2px solid #ea5b24;
    padding-left: 23px;
}
.product-yd-page .pro-link{
    padding: 96px 0;
}
.product-yd-page .pro-link a{
    display: block;
    width: 187px;
    line-height: 48px;
    margin:0 auto;
    background: #ea5b24;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s ease;
    font-size: 16px;
}
.product-yd-page .pro-link a:hover{
    background: #000;
}

@media screen and (max-width: 1600px){
    .product-yd-page .cat-list h2 {
        font-size: 160px;
    }
    .proyd-nav .box ul li {
        padding: 10px 0;
    }
    .inner-crumbs {
        padding: 20px 0;
    }
    .about2-page .about-1 .top .left h4 {
        font-size: 40px;
    }
    .about2-page .about-1 .top .right ul li h4 {
        font-size: 60px;
    }
    .about2-page .about-1 .top .right ul li p {
        font-size: 18px;
    }
    .about2-page .about-3 .list ul li h5 {
        font-size: 24px;
    }
    .about2-page .about-6 {
        padding: 80px 0;
    }
    .strength-page .stre-init1 h3 {
        font-size: 60px;
    }
    .strength-page.raw-material .stre-init1 .con h4 {
        font-size: 42px;
    }
    .strepage-page .strepage-init1 .con p {
        font-size: 16px;
    }
    .strength-page.raw-material .raw-init2 .con h3 {
        font-size: 80px;
    }
    .strength-page.raw-material .raw-init2 .con span {
        font-size: 28px;
    }
    .strength-page.raw-material .raw-init3 .img {
        margin-top: -50px;
    }
    .strength-page.raw-material .raw-init3 .con h3,.strength-page.raw-material .raw-init4 h2 {
        font-size: 50px;
    }
    .strength-page .stre-init1 .con h4,.strength-page .stre-init2 .con h3,.strength-page .stre-init2 .con h3 {
        font-size: 36px;
    }
    .strength-page .stre-init1 .con .con-bot .text h4 {
        font-size: 24px;
    }
    .strength-page .stre-init1,.strength-page .stre-init4 {
        padding: 80px 0;
    }
    .strength-page .stre-init4 {
        padding: 50px 0;
    }
    .strength-page .stre-init1 {
        padding: 70px 0;
    }
    .strepage-page.quality .qulity-init2 .con,
    .strength-page .stre-init1 .con {
        padding-left: 25px;
    }
    .service-page .technology-3 {
        padding: 70px 0;
    }
    .service-page .technology-3 .con-box.two .con {
        padding: 25px;
    }
    .service-page .technology-3 .con-box.two .con {
        padding-top: 40px;
        padding-right: 30px;
    }
    .service-page .technology-3 .con-box .con h3 {
        font-size: 32px;
    }
    .about2-page .about-6 .content h3 {
        font-size: 32px;
    }

}
@media screen and (max-width: 1250px){
    .service-page .technology-3 .con-box .con h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .service-page .technology-3 .con-box .con p {
        font-size: 16px;
    }
    .about2-page .about-5 {
        padding: 60px 0;
    }
    .about2-page .about-6 .content h3 {
        font-size: 24px;
    }
    .service-page .technology-3 .tit {
        font-size: 48px;
    }
    .strength-page .stre-init1 h3 {
        font-size: 48px;
    }
    .strength-page.raw-material .stre-init1 .con h4 {
        font-size: 26px;
    }
    .strength-page.raw-material .raw-init2 .con h3 {
        font-size: 60px;
    }
    .strength-page.raw-material .raw-init2 .con span {
        font-size: 24px;
    }
    .strength-page.raw-material .raw-init3 .con h3, .strength-page.raw-material .raw-init4 h2 {
        font-size: 32px;
    }
    .strength-page.raw-material .raw-init5 {
        padding: 60px 0;
    }
    .gallery-page .box ul li {
        padding: 5px;
    }
    .gallery-page .box ul {
        margin: -5px;
    }
    .about2-page .about-1 {
        padding: 0px 0 40px;
    }
    .about2-page .about-1 .top .left h3 {
        font-size: 40px;
    }
    .about2-page .about-1 .top .left h6 {
        font-size: 24px !important;
    }
    .culture-page .stroke:after {
        font-size: 90px;
    }
    .culture-page .culture-2 .list ul li h3 {
        font-size: 120px;
    }
    .culture-page .culture-2 .list ul li h4 {
        font-size: 24px;
    }
    .culture-page .culture-3 .left h2, .culture-page .culture-4 .left h2,.culture-page .culture-5 h2,.culture-page .culture-6 h2 {
        font-size: 36px;
    }
    .culture-page .culture-3 .left h4, .culture-page .culture-4 .left h4,.culture-page .culture-5 .nav-list ul li a,.culture-page .culture-6 h3 {
        font-size: 24px;
    }
    .culture-page .culture-6 .list li h5 {
        font-size: 20px;
    }
    .about2-page .about-4 .box {
        top: 20px;
    }

}

@media screen and (max-width: 1000px){
    .about2-page .about-1 .top .right {
        display: none;
    }
    .about2-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about2-page .about-1 .top.two {
        margin: 0 auto 30px;
        padding-bottom: 30px;
    }
    .about2-page .about-1 .bottom .text img {
        width: 70%;
    }
    .about2-page .about-2 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .about2-page .about-2 .box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .about2-page .about-2 {
        padding: 30px 0;
    }
    .about2-page .about-3 h3 {
        font-size: 24px;
    }
    .about2-page .about-3 .list ul li {
        width: 50%;
        padding: 15px;
    }
    .about2-page .about-3 .list ul {
        margin: -15px;
    }
    .about2-page .about-3 .list ul li i img {
        max-height: 70px;
    }
    .about2-page .about-4 .box {
        height: 360px;
    }
    .about2-page .about-6 .content {
        width: 100%;
        padding-left: 0;
    }
    .about2-page .about-6 .img {
        display: none;
    }
    .culture-page .culture-1 h2 {
        width: 100%;
        font-size: 36px;
    }
    .culture-page .culture-1 h2 small {
        font-size: 20px;
    }
    .culture-page .culture-1 h3.stroke {
        display: none;
    }
    .culture-page .culture-1 .box {
        margin-top: 30px;
        height: auto;
    }
    .culture-page .culture-1 .box .left {
        width: 100%;
        height: 240px;
    }
    .culture-page .culture-1 .box .right {
        width: 100%;
        padding: 30px 15px;
    }
    .culture-page .culture-1 .box .right .top h4 {
        font-size: 24px;
    }
    .culture-page .culture-1 .box .right .top .content h3 {
        display: none;
    }
    .culture-page .culture-1 .box .right .top .content {
        padding-right: 0;
    }
    .culture-page .culture-2,.culture-page .culture-3:before {
        display: none;
    }
    .culture-page .culture-3 .left {
        width: 100%;
    }
    .culture-page .culture-3 .right {
        width: 100%;
        padding-left: 0;
    }
    .culture-page .culture-3 .left .content {
        width: 100%;
        padding: 15px;
        margin: 0 !important;
    }
    .culture-page .culture-4 .left {
        padding-right: 0;
        width: 100%;
    }
    .culture-page .culture-4 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .culture-page .culture-5 .nav-list ul li {
        width: 50%;
    }
    .culture-page .culture-5 .nav-list ul li a {
        padding: 30px 15px;
    }
    .culture-page .culture-6 .list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .culture-page .culture-6 {
        padding: 80px 0 40px;
    }
    .about2-page .i-history .history-list .list .i-text {
        width: 70%;
        float: right;
    }
    .about2-page .i-history .history-list .list .i-year {
        width: 30%;
        float: left;
        text-align: right;
    }
    .about2-page .i-history .history-list:after {
        left: 30%;
    }
    .about2-page .i-history .history-list .list .i-text:after {
        background-image: url('../images/l_03.jpg');
            right: auto;
    left: -8px;
    }
    .about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) {
        display: none;
    }
    .about2-page .i-history .history-list .list .i-text .text1 .grid-box .column {
        width: 100%;
    }
    .about2-page .i-history .history-list .list .i-text {
        text-align: right;
    }
    .about2-page .i-history .history-list .list .i-text .text1 {
        margin-left: auto;
        text-align: left;
    }
    .strepage-page.quality .qulity-init2 .con, .strength-page .stre-init1 .con,
    .strength-page.raw-material .raw-init2 .con,.strength-page.raw-material .raw-init3 .con,
    .service-page .technology-3 .con-box.two .con {
        width: 100%;
        padding: 20px 10px;
    }
    .strepage-page.quality .qulity-init2 .img, .strength-page .stre-init1 .img,
    .strength-page.raw-material .raw-init2 .img,.strength-page.raw-material .raw-init3 .img,
    .service-page .technology-3 .con-box.two .img {
        width: 100%;
    }
    .strength-page.raw-material .raw-init2 .con h3 {
        font-size: 24px;
    }
    .service-page .technology-3 .tit {
        font-size: 24px;
    }
    .about2-page .i-history .history-list .list .i-year .year1 {
        padding: 38px 20px 0 !important;
    }
    .proyd-nav {
        padding-top: 40px;
    }
    .proyd-nav .box{
        position: relative;
        top: 0;
        left: 0px;
        background: #000;
        width: 400px;
        min-height: 100%;
        padding: 20px 30px 0;
        text-transform: uppercase;
    }
    .product-yd-page .cat-list h2 {
        font-size: 80px;
    }
    .product-yd-page .cat-list .the_list li {
        width: 50%;
    }
    .product-yd-page .cat-list .the_list li h3 {
        padding-left: 0;
    }
    .product-yd-page .cat-list .the_list li h3 a {
        font-size: 16px;
    }
    .product-yd-page .cat-list .the_list li .img-box:after {
        height: 10%;
    }
    .product-yd-page {
        margin-top: 80px;
    }
    .product-yd-page .pro-ajax-list .head h3 {
        font-size: 24px;
    }
    .product-yd-page .cat-list .head h3 {
        font-size: 50px;
    }

}

@media screen and (max-width: 1000px){
    .contact-page .contact-1 .bottom .right {
        width: 100%;
        padding: 30px 0;
    }
    .about2-page .about-6 {
        padding: 40px 0;
    }
    .service-page .technology-3 .con-box {
        padding: 0;
    }
    .strength-page .stre-init1 h3 {
        font-size: 32px;
    }
    .culture-page .culture-1 {
        padding: 60px 0;
    }
    .culture-page .culture-1 .box .right .bottom h4 {
        font-size: 28px;
    }
    .culture-page .stroke:after {
        font-size: 70px;
    }
    .about2-page .about-2 .box .left img {
        margin: 0;
    }
    .about2-page .about-1 .bottom .text img {
        width: 100%;
        padding-left: 0;
    }
    .about2-page .about-3 .list ul li h5 {
        margin: 10px 0;
    }
    .about2-page .about-3 .list ul li h5 {
        font-size: 20px;
    }
    .about2-page .i-history .history-list .list p {
        font-size: 12px;
    }
    .about2-page .i-history .history-list .list .i-text .text1 {
        padding: 10px;
    }
    .about2-page .i-history .history-list .list .i-year .year1 h3 {
        font-size: 20px;
    }
    .about2-page .about-1 .top .left h3 {
        font-size: 28px;
    }
    .product-yd-page .cat-list h2 {
        font-size: 50px;
    }
    .product-yd-page .cat-list .the_list li {
        width: 100%;
    }
    .product-yd-page .pro-ajax-list .proBox .the_box .column {
        margin-top: 40px;
    }
    table {
        white-space: nowrap;
    }
    table tbody {
        width: auto;
        min-width: 100%;
    }
}
@media screen and (max-width: 640px){
    .proyd-nav .box{
        width: 100%;
    }
}

.shouye{
    font-size: 16px;
    color: #212121;
    font-family: "ZillaSlab-Light";
    line-height: 30px;
    margin-top: 40px;
}
.huhu{
    font-size: 14px;
    line-height: 28px;
    margin-right: 20px;
}
.fenlei{
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}
.miaoshu{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tuijian{
    margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
.huhu{
    display: none!important;
  }
.fenlei{
    display: none!important;
  }
.miaoshu{
    display: none!important;
  }
.prodet-page .prodet-1 .text h1{
    font-size: 24px;
    line-height: 48px;
    color: #343d41;
}
.newdet-page h1{
    font-size: 22px;
    line-height: 40px;
}
#index-body .init-8 .left h3 small{
    font-size: 20px;
    line-height: 36px;
}
}